@charset "UTF-8";
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-\[15\%\]{
  bottom: 15%;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-\[-10px\]{
  top: -10px;
}
.top-\[210px\]{
  top: 210px;
}
.top-\[80px\]{
  top: 80px;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-\[55\]{
  z-index: 55;
}
.z-\[60\]{
  z-index: 60;
}
.order-2{
  order: 2;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.\!m-0{
  margin: 0px !important;
}
.m-auto{
  margin: auto;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.\!mb-0{
  margin-bottom: 0px !important;
}
.\!mb-5{
  margin-bottom: 20px !important;
}
.-mt-8{
  margin-top: -2rem;
}
.mb-10{
  margin-bottom: 40px;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 20px;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-\[20px\]{
  margin-bottom: 20px;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-10{
  margin-top: 40px;
}
.mt-11{
  margin-top: 2.75rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 20px;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[20px\]{
  margin-top: 20px;
}
.mt-\[30px\]{
  margin-top: 30px;
}
.mt-\[80px\]{
  margin-top: 80px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.\!flex{
  display: flex !important;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-\[1\/1\]{
  aspect-ratio: 1/1;
}
.aspect-\[197\/277\]{
  aspect-ratio: 197/277;
}
.aspect-\[411\/228\]{
  aspect-ratio: 411/228;
}
.aspect-\[488\/303\]{
  aspect-ratio: 488/303;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.\!h-\[100dvh\]{
  height: 100dvh !important;
}
.\!h-auto{
  height: auto !important;
}
.h-0{
  height: 0px;
}
.h-6{
  height: 1.5rem;
}
.h-\[100dvh\]{
  height: 100dvh;
}
.h-\[10px\]{
  height: 10px;
}
.h-\[150px\]{
  height: 150px;
}
.h-\[16px\]{
  height: 16px;
}
.h-\[250px\]{
  height: 250px;
}
.h-\[25px\]{
  height: 25px;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[55px\]{
  height: 55px;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[80px\]{
  height: 80px;
}
.h-\[calc\(100dvh-80px\)\]{
  height: calc(100dvh - 80px);
}
.h-full{
  height: 100%;
}
.\!max-h-\[100dvh\]{
  max-height: 100dvh !important;
}
.max-h-\[250px\]{
  max-height: 250px;
}
.max-h-\[303px\]{
  max-height: 303px;
}
.max-h-\[372px\]{
  max-height: 372px;
}
.max-h-\[380px\]{
  max-height: 380px;
}
.min-h-\[680px\]{
  min-height: 680px;
}
.min-h-\[85px\]{
  min-height: 85px;
}
.min-h-\[calc\(100dvh_-_110px\)\]{
  min-height: calc(100dvh - 110px);
}
.\!w-auto{
  width: auto !important;
}
.\!w-full{
  width: 100% !important;
}
.w-0{
  width: 0px;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-1\/6{
  width: 16.666667%;
}
.w-20{
  width: 5rem;
}
.w-5\/6{
  width: 83.333333%;
}
.w-\[0px\]{
  width: 0px;
}
.w-\[197px\]{
  width: 197px;
}
.w-\[25px\]{
  width: 25px;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[53px\]{
  width: 53px;
}
.w-\[60px\]{
  width: 60px;
}
.w-\[calc\(\(100\%-0\.75rem\)\/2\)\]{
  width: calc((100% - 0.75rem) / 2);
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.min-w-\[270px\]{
  min-width: 270px;
}
.min-w-\[290px\]{
  min-width: 290px;
}
.\!max-w-full{
  max-width: 100% !important;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[270px\]{
  max-width: 270px;
}
.max-w-\[330px\]{
  max-width: 330px;
}
.max-w-\[410px\]{
  max-width: 410px;
}
.max-w-\[46\%\]{
  max-width: 46%;
}
.max-w-\[705px\]{
  max-width: 705px;
}
.max-w-\[710px\]{
  max-width: 710px;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.grow{
  flex-grow: 1;
}
.\!translate-y-0{
  --tw-translate-y: 0px !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-full{
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-5{
  --tw-translate-x: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-6{
  --tw-translate-y: 1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-35px\]{
  --tw-translate-y: -35px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-55px\]{
  --tw-translate-y: -55px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-16{
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-20{
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-\[1\.4rem\]{
  -moz-column-gap: 1.4rem;
       column-gap: 1.4rem;
}
.gap-x-\[20px\]{
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.gap-x-\[5px\]{
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.gap-y-1{
  row-gap: 0.25rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-y-12{
  row-gap: 3rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.gap-y-5{
  row-gap: 1.25rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.place-self-start{
  place-self: start;
}
.place-self-end{
  place-self: end;
}
.place-self-center{
  place-self: center;
}
.self-start{
  align-self: flex-start;
}
.self-end{
  align-self: flex-end;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.break-words{
  overflow-wrap: break-word;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-md{
  border-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-2{
  border-left-width: 2px;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-black\/20{
  border-color: rgb(0 0 0 / 0.2);
}
.border-gold{
  border-color: var(--color-gold);
}
.border-gray-light{
  border-color: var(--color-gray-light);
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-\[\#000\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EAE1D1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(234 225 209 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFF2D5\]\/\[\.50\]{
  background-color: rgb(255 242 213 / .50);
}
.bg-\[\#eae1d1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(234 225 209 / var(--tw-bg-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/30{
  background-color: rgb(0 0 0 / 0.3);
}
.bg-gold{
  background-color: var(--color-gold);
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.from-blue-dark{
  --tw-gradient-from: var(--color-blue-dark) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white{
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[0\%\]{
  --tw-gradient-from-position: 0%;
}
.via-transparent{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[50\%\]{
  --tw-gradient-via-position: 50%;
}
.to-blue-light{
  --tw-gradient-to: var(--color-blue-light) var(--tw-gradient-to-position);
}
.to-white{
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.to-\[100\%\]{
  --tw-gradient-to-position: 100%;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-4{
  padding: 1rem;
}
.\!px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.px-1{
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-20{
  padding-left: 80px;
  padding-right: 80px;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 20px;
  padding-right: 20px;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[123px\]{
  padding-left: 123px;
  padding-right: 123px;
}
.py-1{
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 80px;
  padding-bottom: 80px;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[123px\]{
  padding-top: 123px;
  padding-bottom: 123px;
}
.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-blocks-mobile{
  padding-top: 40px;
  padding-bottom: 40px;
}
.\!pb-10{
  padding-bottom: 40px !important;
}
.\!pt-10{
  padding-top: 40px !important;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-10{
  padding-bottom: 40px;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 20px;
}
.pb-9{
  padding-bottom: 2.25rem;
}
.pb-blocks-mobile{
  padding-bottom: 40px;
}
.pl-20{
  padding-left: 80px;
}
.pl-4{
  padding-left: 1rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-7{
  padding-left: 1.75rem;
}
.pr-5{
  padding-right: 20px;
}
.pr-8{
  padding-right: 2rem;
}
.pt-10{
  padding-top: 40px;
}
.pt-24{
  padding-top: 6rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-5{
  padding-top: 20px;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-7{
  padding-top: 1.75rem;
}
.pt-\[110px\]{
  padding-top: 110px;
}
.pt-\[20px\]{
  padding-top: 20px;
}
.pt-\[30px\]{
  padding-top: 30px;
}
.pt-\[35px\]{
  padding-top: 35px;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.font-sans{
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-serif{
  font-family: Haut-Bailly, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.font-wulkan{
  font-family: Wulkan Display, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[25px\]{
  font-size: 25px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[30px\]{
  font-size: 30px;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-\[400\]{
  font-weight: 400;
}
.font-\[500\]{
  font-weight: 500;
}
.font-\[600\]{
  font-weight: 600;
}
.font-\[700\]{
  font-weight: 700;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.not-italic{
  font-style: normal;
}
.leading-\[17px\]{
  line-height: 17px;
}
.leading-\[20px\]{
  line-height: 20px;
}
.leading-\[21px\]{
  line-height: 21px;
}
.leading-\[22px\]{
  line-height: 22px;
}
.leading-\[25\.5px\]{
  line-height: 25.5px;
}
.leading-\[26px\]{
  line-height: 26px;
}
.leading-\[30px\]{
  line-height: 30px;
}
.leading-\[32px\]{
  line-height: 32px;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.tracking-\[3px\]{
  letter-spacing: 3px;
}
.\!text-\[\#000\]{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
.\!text-black{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#666\]{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.text-\[\#B5B5B5\]{
  --tw-text-opacity: 1;
  color: rgb(181 181 181 / var(--tw-text-opacity, 1));
}
.text-\[\#CC9E5D\]{
  --tw-text-opacity: 1;
  color: rgb(204 158 93 / var(--tw-text-opacity, 1));
}
.text-\[400\]{
  color: 400;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-gold{
  color: var(--color-gold);
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.decoration-gold{
  text-decoration-color: var(--color-gold);
}
.decoration-1{
  text-decoration-thickness: 1px;
}
.underline-offset-8{
  text-underline-offset: 8px;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-50{
  opacity: 0.5;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
:root {
  --font-primary: "Montserrat", sans-serif;
  --font-size-base: 16px;
  --line-height-base: 1.25;
  --color-blue-dark: hsla(242, 50%, 35%, 1);
  --color-blue-light: hsla(223, 48%, 40%, 1);
  --color-pink: hsla(343, 91%, 54%, 1);
  --color-gold: hsla(38, 55%, 61%, 1);
  --color-gray: hsla(0, 0%, 92%, 1);
  --color-gray-dark: hsla(0, 0%, 57%, 1);
  --color-gray-light: hsla(233, 8%, 81%, 1);
}
@media screen and (max-width: 1920px) {
  :root {
    --section-padding: var(--padding-l) var(--padding-l) 0 var(--padding-xl);
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --body--wrapper-padding: 0;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0.75rem 0.75rem;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: black;
}
.hamburger-box {
  width: 20px;
  height: 14px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 2px;
  background-color: black;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}
/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1px;
}
.hamburger--slider .hamburger-inner::before {
  top: 6px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 12px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-2.8571428571px, -4px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-90deg);
}
/* Only for Wordpress */
body.admin-bar header {
  top: 32px !important;
}
/***** Mobile *****/
@media screen and (max-width: 1024px) {
  body.admin-bar header {
    top: 0px !important;
  }
  #wpadminbar {
    display: none;
  }
}
.chambre .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}
.chambre .swiper-slide-active img {
  cursor: pointer;
}
.chambre .swiper-button-next, .chambre .swiper-button-prev{
  height: 25px;
  width: 25px;
  border-radius: 9999px;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.6;
  font-size: 35px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  align-items: center;
  justify-content: center;
}
.chambre .swiper-button-next:after {
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjQwIDIyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQwIDIyMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KPC9zdHlsZT4KPHBvbHlsaW5lIGNsYXNzPSJzdDAiIHBvaW50cz0iMTE4LjEsMTA0LjIgMTI0LjUsMTEwLjEgMTE4LjEsMTE1LjggIi8+Cjwvc3ZnPgo=");
  font-size: 12px; /* Taille de l'icône */
  position: absolute; /* Positionnement absolu */
  top: 52%; /* Positionnement centré verticalement */
  left: 50%; /* Positionnement centré horizontalement */
  transform: translate(-50%, -50%); /* Centre l'élément en fonction de sa taille */
  display: block; /* Assure que l'élément pseudo est affiché comme un bloc */
  line-height: 1; /* Évite les problèmes de hauteur de ligne */
}
.chambre .swiper-button-prev:after {
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjQwIDIyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQwIDIyMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KPC9zdHlsZT4KPHBvbHlsaW5lIGNsYXNzPSJzdDAiIHBvaW50cz0iMTE4LjEsMTA0LjIgMTI0LjUsMTEwLjEgMTE4LjEsMTE1LjggIi8+Cjwvc3ZnPgo=");
  font-size: 12px; /* Taille de l'icône */
  position: absolute; /* Positionnement absolu */
  top: 52%; /* Positionnement centré verticalement */
  left: 50%; /* Positionnement centré horizontalement */
  transform: translate(-50%, -50%); /* Centre l'élément en fonction de sa taille */
  display: block; /* Assure que l'élément pseudo est affiché comme un bloc */
  line-height: 1; /* Évite les problèmes de hauteur de ligne */
}
.freetext > *:not(:first-child){
  margin-top: 1rem;
}
.freetext > *:not(:last-child){
  margin-bottom: 1rem;
}
.freetext > *:first-child {
  margin-top: 0px !important;
  padding-top: 0px !important;
}
.freetext > *:last-child {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.freetext p a{
  color: var(--color-pink);
}
.freetext p a:hover{
  text-decoration-line: underline;
}
.freetext ul{
  padding-left: 2.25rem;
}
.freetext ul li {
  list-style-type: disc;
  margin-bottom: 0.25rem;
}
.freetext figure {
  max-width: 100%;
}
.freetext img.alignnone{
  width: 100%;
}
.freetext img.aligncenter {
  margin: auto;
}
@media (min-width: 768px){
  .freetext img.alignright{
    float: right;
  }
}
.freetext img.alignright {
  margin: auto;
}
.freetext p:not(:last-child) img.alignright{
  margin-bottom: 20px;
}
.freetext .wp-block-heading{
  color: var(--color-pink);
}
.freetext h2.wp-block-heading{
  margin-top: 3.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 768px){
  .freetext h2.wp-block-heading{
    margin-top: 80px;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.freetext h3.wp-block-heading{
  margin-top: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 768px){
  .freetext h3.wp-block-heading{
    margin-top: 40px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
/**
** Surcharger les styles des blocs gutenberg core WP
** et blocs custom
**/
/* 
* Blocs custom
*/
.entete_ancre p{
  display: flex;
  flex-direction: row;
  justify-items: center;
  gap: 2rem;
}
.entete_ancre p a{
  text-decoration-line: none;
}
.bloc_video {
  position: relative;
}
.bloc_video .titre, .bloc_video .bod-block-popup.size-f h2, .bod-block-popup.size-f .bloc_video h2, .bloc_video .wp-block-group h2.wp-block-heading, .wp-block-group .bloc_video h2.wp-block-heading, .bloc_video .is-style-groupe-entre-histoire h2.wp-block-heading, .is-style-groupe-entre-histoire .bloc_video h2.wp-block-heading {
  color: white;
  font-size: 40px;
  line-height: 55px;
}
@media (min-width: 1024px){
  .bloc_video .titre, .bloc_video .bod-block-popup.size-f h2, .bod-block-popup.size-f .bloc_video h2, .bloc_video .wp-block-group h2.wp-block-heading, .wp-block-group .bloc_video h2.wp-block-heading, .bloc_video .is-style-groupe-entre-histoire h2.wp-block-heading, .is-style-groupe-entre-histoire .bloc_video h2.wp-block-heading{
    font-size: 69px;
    line-height: 65px;
  }
}
.bloc_video .header {
  margin: auto;
}
.bloc_video .video_btn_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 67px;
  height: 75px;
  z-index: 15;
  background: url("data:image/svg+xml,%3csvg%20width='58'%20height='62'%20viewBox='0%200%2058%2062'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='Polygon%201'%20d='M57.0527%2030.6682L0.180176%2061.0815L0.180176%200.25477L57.0527%2030.6682Z'%20fill='white'/%3e%3c/svg%3e") no-repeat center center;
  background-size: 100%;
  cursor: pointer;
}
.bloc_entre_histoire_innovation {
  color: white;
  padding-top: 80px;
  padding-bottom: 80px;
}
.bloc_entre_histoire_innovation .texte {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
  margin-bottom: 20px;
}
.bloc_2_cards .titre, .bloc_2_cards .bod-block-popup.size-f h2, .bod-block-popup.size-f .bloc_2_cards h2, .bloc_2_cards .wp-block-group h2.wp-block-heading, .wp-block-group .bloc_2_cards h2.wp-block-heading, .bloc_2_cards .is-style-groupe-entre-histoire h2.wp-block-heading, .is-style-groupe-entre-histoire .bloc_2_cards h2.wp-block-heading {
  font-size: 28px;
  font-weight: 600;
  line-height: 33px;
  font-family: "Haut-Bailly";
}
.bloc_2_cards .texte {
  color: #000;
  font-family: "Montserrat";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 153.846% */
}
.bloc_decouvrir_nos_vins p {
  font-family: "Montserrat";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-top: 1.5rem;
}
.bloc_decouvrir_nos_vins h2 {
  font-family: "Haut-Bailly";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 35px;
}
@media (min-width: 768px){
  .bloc_decouvrir_nos_vins h2{
    font-size: 40px;
    line-height: 55px;
  }
}
.bloc_decouvrir_nos_vins h2 span {
  width: 13px;
  height: 13px;
  display: inline-block;
  color: #D02E3E;
  font-size: 25px;
  transform: translateY(-5px);
}
.bloc_repas h3.titre_repas {
  font-family: "Haut-Bailly";
  font-weight: 400;
  margin-bottom: 20px;
  border-left-width: 1px;
  border-color: var(--color-gold);
  padding-left: 27px;
  font-size: 25px;
  line-height: 35px;
  color: var(--color-gold);
}
@media (min-width: 768px){
  .bloc_repas h3.titre_repas{
    font-size: 30px;
    line-height: 55px;
  }
}
.bloc_seminaires h3.titre_seminaires {
  font-family: "Haut-Bailly";
  font-weight: 400;
  margin-bottom: 20px;
  border-left-width: 1px;
  border-color: var(--color-gold);
  padding-left: 27px;
  font-size: 25px;
  line-height: 35px;
  color: var(--color-gold);
}
@media (min-width: 768px){
  .bloc_seminaires h3.titre_seminaires{
    font-size: 30px;
    line-height: 55px;
  }
}
/* 
* Blocs core WP 
*/
.wp-block-columns:has(.wp-block-bod-modal-block) .wp-block-button {
  width: 100%;
}
.wp-block-columns.is-style-columns-titles-img-btns .wp-block-column:first-child .wp-block-image img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  -o-object-position: left;
     object-position: left;
  width: auto;
}
.wp-block-columns.is-style-columns-titles-img-btns .wp-block-column:last-child .wp-block-columns {
  flex-wrap: wrap;
  row-gap: 20px;
}
.wp-block-columns.is-style-block-padding-bottom {
  padding-bottom: 80px !important;
}
.wp-block-columns.col-two-buttons .wp-block-column {
  text-align: center;
}
.wp-block-columns.col-two-buttons .wp-block-column .wp-block-bod-modal-block {
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .wp-block-columns.is-style-columns-titles-img-btns .wp-block-column:last-child .wp-block-columns {
    flex-direction: column;
  }
  .wp-block-columns.is-style-columns-titles-img-btns .wp-block-column:last-child .wp-block-columns .wp-block-column > *:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .wp-block-columns.is-style-block-padding-bottom {
    padding-bottom: 25px !important;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-columns:has(.wp-block-bod-modal-block) .wp-block-button {
    text-align: center;
  }
  .wp-block-columns:has(.wp-block-bod-modal-block) .wp-block-column:last-child {
    margin-top: 0 !important;
  }
  .wp-block-columns.col-two-buttons {
    flex-direction: column;
    row-gap: 20px;
  }
  .wp-block-columns.is-style-block-padding-bottom {
    padding-bottom: 0px !important;
  }
}
.wp-block-quote {
  margin: auto;
  position: relative;
  font-family: "Haut-Bailly";
  font-weight: 400;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 25px;
  line-height: 35px;
}
@media (min-width: 768px){
  .wp-block-quote{
    padding-top: 4rem;
    padding-bottom: 4rem;
    font-size: 40px;
    line-height: 45px;
  }
}
.wp-block-quote{
  width: auto;
}
@media (min-width: 1024px){
  .wp-block-quote{
    width: 65%;
  }
}
.wp-block-quote cite {
  left: 0;
  right: 0;
  font-family: "Montserrat";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media (min-width: 768px){
  .wp-block-quote cite{
    position: absolute;
    bottom: -20px;
  }
}
.is-style-quote-large{
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}
.wp-block-pullquote {
  padding: 0;
}
.wp-block-pullquote blockquote > *:last-child {
  margin-bottom: 0 !important;
}
.wp-block-pullquote blockquote p {
  font-family: "Wulkan Display" !important;
  font-size: 29px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 34px !important;
  text-align: left;
}
.is-style-groupe-entre-histoire {
  margin: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.is-style-groupe-entre-histoire .wp-block-group__inner-container{
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1024px){
  .is-style-groupe-entre-histoire .wp-block-group__inner-container{
    padding-left: 80px;
    padding-right: 80px;
  }
}
.is-style-groupe-entre-histoire .wp-block-column:first-child > * {
  max-width: 365px;
}
.is-style-groupe-entre-histoire .wp-block-heading, .is-style-groupe-entre-histoire p {
  color: white;
}
.is-style-groupe-entre-histoire h2.wp-block-heading {
  width: 100% !important;
  margin-top: 80px;
}
.is-style-groupe-entre-histoire p{
  margin-top: 40px;
}
.is-style-groupe-entre-histoire .wp-block-buttons{
  justify-content: center;
}
@media (min-width: 768px){
  .is-style-groupe-entre-histoire .wp-block-buttons{
    justify-content: flex-start;
  }
}
.is-style-groupe-entre-histoire .wp-block-buttons .wp-block-button {
  margin: 0 !important;
  margin-top: 20px !important;
  flex-grow: 0 !important;
}
@media (min-width: 768px){
  .is-style-groupe-entre-histoire .wp-block-buttons .wp-block-button{
    flex-grow: 1 !important;
  }
}
.is-style-groupe-entre-histoire .wp-block-column .wp-block-image figure img {
  height: auto !important;
}
@media screen and (max-width: 781px) {
  .is-style-groupe-entre-histoire .wp-block-column:first-child {
    margin-bottom: 40px;
  }
  .is-style-groupe-entre-histoire .wp-block-column:first-child > * {
    max-width: 100%;
  }
  .is-style-groupe-entre-histoire .wp-block-column .wp-block-image figure {
    float: none;
    margin: 0;
    width: 100%;
  }
  .is-style-groupe-entre-histoire .wp-block-column .wp-block-image figure img {
    max-width: 100%;
    width: 100% !important;
  }
}
.is-style-groupe-frise-histoire{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.is-style-groupe-frise-histoire .wp-block-group__inner-container{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  padding-top: 30px;
  padding-bottom: 10px;
}
@media (min-width: 768px){
  .is-style-groupe-frise-histoire .wp-block-group__inner-container{
    padding-top: 6rem;
    padding-bottom: 3.5rem;
    padding-bottom: 80px;
  }
}
.is-style-groupe-frise-histoire .wp-block-group__inner-container:before {
  content: "";
  position: absolute;
  top: 40px;
  bottom: 0px;
  left: 1.25rem;
  width: 1px;
  background-color: var(--color-gold);
}
@media (min-width: 768px){
  .is-style-groupe-frise-histoire .wp-block-group__inner-container:before{
    top: 105px;
    left: 2.5rem;
  }
}
.is-style-groupe-frise-histoire .wp-block-columns{
  padding-left: 1.75rem;
  gap: 2.5rem !important;
  flex-wrap: wrap !important;
  margin-bottom: 0 !important;
}
.is-style-groupe-frise-histoire .wp-block-columns .wp-block-column:first-child{
  position: relative;
  max-width: 250px;
}
.is-style-groupe-frise-histoire .wp-block-columns .wp-block-column:first-child .wp-block-heading {
  border: none;
  padding-left: 0;
}
.is-style-groupe-frise-histoire .wp-block-columns .wp-block-column:first-child:before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  position: absolute;
  left: -1.75rem;
  top: 9px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: var(--color-gold);
}
.is-style-groupe-frise-histoire .wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
  .is-style-groupe-frise-histoire .wp-block-columns .wp-block-column:first-child {
    max-width: 100%;
    width: 100%;
    flex-basis: auto;
  }
}
@media screen and (max-width: 768px) {
  .is-style-groupe-frise-histoire .wp-block-columns .wp-block-column figure img{
    margin-left: auto;
    margin-right: auto;
  }
}
.is-style-column-accordeon .wp-block-group {
  position: relative;
  transition: height 0.3s ease;
}
.is-style-column-accordeon .wp-block-group::after {
  content: ""; /* Ajoute un élément pseudo-élément pour appliquer le dégradé */
  position: absolute; /* Positionne l'élément pseudo-élément par rapport à la div conteneur */
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px; /* Hauteur du dégradé, ajustez selon vos besoins */
  background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0)); /* Dégradé vertical du blanc vers le transparent */
}
.is-style-column-accordeon .wp-block-group.open::after {
  background: none;
}
.is-style-column-accordeon .wp-block-group__inner-container {
  padding: 0 !important;
}
.wp-block-group:not(:first-child){
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px){
  .wp-block-group:not(:first-child){
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.wp-block-image.is-style-wine-brand {
  width: 100%;
  margin: 0;
}
.wp-block-image.is-style-wine-brand img {
  height: 3.5vw !important;
  max-height: 35px;
}
@media screen and (max-width: 768px) {
  .wp-block-column .wp-block-gallery {
    max-width: 100%;
  }
  .wp-block-column .wp-block-gallery.alignright, .wp-block-column .wp-block-gallery.alignleft, .wp-block-column .wp-block-gallery.aligncenter {
    max-width: 100%;
  }
  .wp-block-column .wp-block-image .alignleft,
  .wp-block-column .wp-block-image .alignright,
  .wp-block-column .wp-block-image .aligncenter {
    margin: 0 !important;
    max-width: 100% !important;
  }
  .wp-block-column .wp-block-image .aligncenter {
    width: 100%;
  }
  .wp-block-column .wp-block-image .aligncenter img {
    width: 100% !important;
  }
  .wp-block-image.is-style-wine-brand img {
    height: 6.5vw !important;
  }
}
.wp-block-group .wp-block-group__inner-container {
  margin: auto;
}
.wp-block-group .wp-block-group__inner-container > *:first-child {
  padding-top: 0;
  margin-top: 0;
}
.wp-block-group .wp-block-group__inner-container > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.wp-block-group .wp-block-button .wp-element-button{
  border-radius: 0px;
  padding-right: 20px !important;
  padding-left: 20px !important;
  max-width: 250px !important;
  width: 100% !important;
  font-family: "Montserrat" !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 18px !important; /* 150% */
  text-transform: uppercase !important;
  display: inline-block !important;
  background-color: var(--color-gold) !important;
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
  text-align: center !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.wp-block-group .wp-block-button.is-style-bouton-noir .wp-element-button {
  background-color: #000 !important;
}
.wp-block-group h3.wp-block-heading {
  font-family: "Haut-Bailly";
  font-weight: 400;
  margin-bottom: 20px;
  border-left-width: 1px;
  border-color: var(--color-gold);
  padding-left: 27px;
  font-size: 25px;
  line-height: 30px;
  color: var(--color-gold);
}
@media (min-width: 768px){
  .wp-block-group h3.wp-block-heading{
    margin-bottom: 40px;
    font-size: 30px;
  }
}
@media (min-width: 1024px){
  .wp-block-group h2.wp-block-heading{
    width: 66.666667%;
  }
}
.wp-block-group h2.wp-block-heading:not(:first-child){
  margin-top: 20px;
}
.wp-block-group .wp-block-column p {
  font-family: "Montserrat";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.wp-block-group .wp-block-column p:not(.has-text-color){
  margin-bottom: 20px;
}
.wp-block-group .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.wp-block-group .wp-block-columns.is-style-columns-decalage{
  padding-bottom: 30px;
}
@media (min-width: 768px){
  .wp-block-group .wp-block-columns.is-style-columns-decalage{
    padding-bottom: 80px;
  }
  .wp-block-group .wp-block-columns.is-style-columns-decalage .wp-block-column:nth-child(1) .wp-block-image{
    --tw-translate-y: 25px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (min-width: 1024px){
  .wp-block-group .wp-block-columns.is-style-columns-decalage .wp-block-column:nth-child(1) .wp-block-image{
    --tw-translate-y: 80px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (max-width: 768px) {
  .wp-block-group .wp-block-columns.is-style-columns-decalage.is-not-stacked-on-mobile .wp-block-column:nth-child(1) .wp-block-image{
    --tw-translate-y: 30px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (min-width: 768px){
  .wp-block-group .wp-block-columns.is-style-img-align-horizontal .wp-block-column:nth-child(1) > .wp-block-image:first-child figure{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (min-width: 1024px){
  .wp-block-group .wp-block-columns.is-style-img-align-horizontal .wp-block-column:nth-child(1) > .wp-block-image:first-child figure{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.wp-block-group .wp-block-columns.is-style-columns-decalage-inv .wp-block-column:nth-child(1) .wp-block-image {
  transform: none;
}
.wp-block-group .wp-block-columns.is-style-columns-decalage-inv .wp-block-column:nth-child(2) .wp-block-image {
  transform: translateY(80px);
}
@media screen and (max-width: 768px) {
  .wp-block-group:not(.is-style-groupe-frise-histoire) .wp-block-group__inner-container > .wp-block-columns:not(:first-child) {
    margin-top: 30px;
  }
  .wp-block-group:not(.is-style-groupe-frise-histoire) .wp-block-group__inner-container > .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
    margin-top: 40px;
  }
  .wp-block-group .wp-block-columns.is-style-columns-decalage-inv .wp-block-column:nth-child(2) .wp-block-image {
    transform: translateY(0px);
  }
}
.wp-block-columns.wp-container-core-columns-layout-5 {
  margin: auto;
  padding-bottom: 30px;
  padding-top: 30px;
}
.wp-block-columns:has(.wp-block-bod-modal-block) {
  margin-top: 40px;
}
.wp-block-columns:has(.wp-block-bod-modal-block) .wp-block-bod-modal-block button.bod-btn {
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .wp-block-columns > .wp-block-column .wp-block-image:not(.etiquette) figure {
    width: 100%;
    float: none !important;
  }
  .wp-block-columns > .wp-block-column .wp-block-image:not(.etiquette) figure img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: unset !important;
  }
  .wp-block-columns > .wp-block-column .wp-block-bod-modal-block {
    text-align: center;
  }
  .wp-block-columns > .wp-block-column:not(:first-child) {
    margin-top: 20px;
  }
  .wp-block-spacer.is-style-mobile-hidden {
    display: none;
  }
}
.wp-block-buttons{
  justify-content: center;
}
@media (min-width: 768px){
  .wp-block-buttons{
    justify-content: flex-start;
  }
}
p.has-medium-font-size {
  font-size: 16px !important;
}
/* 
* Formulaire Gravity
*/
body .gform_wrapper .gform_heading .gform_required_legend {
  display: none !important;
}
body .gform_wrapper .gform_title {
  display: none;
}
body .gform_wrapper .gform_footer input[type=submit]{
  font-weight: 700 !important;
}
body .gform_wrapper .gform-body .gfield {
  position: relative;
  /* Style des labels des champs */
  /* Style des champs input de type texte */
}
body .gform_wrapper .gform-body .gfield label {
  color: #666;
  font-family: "Roboto";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.5px; /* 196.154% */
  padding-left: 10px;
  padding-right: 10px;
  background-color: white;
  position: absolute;
  top: -10px;
  left: 25px;
}
body .gform_wrapper .gform-body .gfield input[type=text], body .gform_wrapper .gform-body .gfield input[type=tel], body .gform_wrapper .gform-body .gfield input[type=email], body .gform_wrapper .gform-body .gfield textarea {
  border: 1px solid #666666;
  height: 58px;
  border-radius: 0px;
}
body .gform_wrapper .gform-body .gfield_html{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
body .col_etre_rappele .gform_wrapper .gform_footer input[type=submit]{
  border-width: 2px !important;
  border-color: var(--color-gold) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  font-weight: 700 !important;
  color: var(--color-gold) !important;
}
body .col_etre_rappele .gform_wrapper input[type=tel] {
  max-width: 272px;
}
/* 
* Ajustements spécifiques à la page template-millesime-actuel
*/
.page-template-tpl-millesime-actuel .wp-block-file a {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 150% */
  text-transform: uppercase;
  text-decoration: underline;
  padding-left: 1rem;
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-underline-offset: 4px;
}
/* 
* Général
*/
.surtitre, .bod-block-popup.size-f .is-style-heading-surtitre-entete, .bod-block-popup.size-f .bod-modal-title h2, .wp-block-group h3.wp-block-heading.is-style-heading-surtitre-entete {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-left-width: 1px;
  border-color: var(--color-gold);
  padding-left: 27px;
  color: var(--color-gold);
}
.titre, .bod-block-popup.size-f h2, .is-style-groupe-entre-histoire h2.wp-block-heading, .wp-block-group h2.wp-block-heading {
  font-family: "Haut-Bailly";
  font-weight: 400;
  font-size: 25px;
  line-height: 35px;
}
@media (min-width: 768px){
  .titre, .bod-block-popup.size-f h2, .is-style-groupe-entre-histoire h2.wp-block-heading, .wp-block-group h2.wp-block-heading{
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 55px;
  }
}
@media (min-width: 1024px){
  .titre, .bod-block-popup.size-f h2, .is-style-groupe-entre-histoire h2.wp-block-heading, .wp-block-group h2.wp-block-heading{
    line-height: 65px;
  }
}
.titre span, .bod-block-popup.size-f h2 span, .is-style-groupe-entre-histoire h2.wp-block-heading span, .wp-block-group h2.wp-block-heading span {
  width: 13px;
  height: 13px;
  display: inline-block;
  color: #D02E3E;
  transform: translateY(3px);
}
.header_page .titre, .header_page .bod-block-popup.size-f h2, .bod-block-popup.size-f .header_page h2, .header_page .is-style-groupe-entre-histoire h2.wp-block-heading, .is-style-groupe-entre-histoire .header_page h2.wp-block-heading, .header_page .wp-block-group h2.wp-block-heading, .wp-block-group .header_page h2.wp-block-heading{
  margin-bottom: 45px;
}
@media (min-width: 1024px){
  .header_page .titre, .header_page .bod-block-popup.size-f h2, .bod-block-popup.size-f .header_page h2, .header_page .is-style-groupe-entre-histoire h2.wp-block-heading, .is-style-groupe-entre-histoire .header_page h2.wp-block-heading, .header_page .wp-block-group h2.wp-block-heading, .wp-block-group .header_page h2.wp-block-heading{
    margin-bottom: 30px;
  }
}
.btn, #asterio-reservation-module .datepicker-container-footer .dp-search-btn-class, body .gform_wrapper .gform_footer input[type=submit] {
  font-family: "Montserrat" !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 18px !important; /* 150% */
  text-transform: uppercase !important;
  display: inline-block !important;
  background-color: var(--color-gold) !important;
  padding-right: 4rem !important;
  padding-left: 4rem !important;
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
  text-align: center !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
main ul li a, main p a{
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
#map_contact {
  min-height: 561px;
  z-index: 10;
  margin-left: 3rem;
  margin-right: 3rem;
  margin-bottom: 3rem;
}
#map_contact #map_infos {
  background-color: white;
  z-index: 1000;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 65%;
  width: 100%;
  padding-top: 39px;
  padding-bottom: 39px;
  padding-left: 26px;
  padding-right: 26px;
}
@media (min-width: 1024px){
  #map_contact #map_infos{
    top: 73px;
    left: 75px;
    height: 416px;
    width: 416px;
  }
}
#map_contact .map-icon-round {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  color: #000;
  background-color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
}
.single-post .wp-block-group .wp-block-group__inner-container > p {
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px;
}
/** 
** container copié de tailwind pour pouvoir l'utiliser ici
**/
.container_custom, .bod-block-popup.size-f, .bloc_video .header, .is-style-groupe-entre-histoire, .wp-block-group .wp-block-group__inner-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  max-width: 1312px;
}
@media (min-width: 640px) {
  .container_custom, .bod-block-popup.size-f, .bloc_video .header, .is-style-groupe-entre-histoire, .wp-block-group .wp-block-group__inner-container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container_custom, .bod-block-popup.size-f, .bloc_video .header, .is-style-groupe-entre-histoire, .wp-block-group .wp-block-group__inner-container {
    max-width: 768px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .container_custom, .bod-block-popup.size-f, .bloc_video .header, .is-style-groupe-entre-histoire, .wp-block-group .wp-block-group__inner-container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container_custom, .bod-block-popup.size-f, .bloc_video .header, .is-style-groupe-entre-histoire, .wp-block-group .wp-block-group__inner-container {
    max-width: 1280px;
  }
}
@media (min-width: 768px) {
  .page-template-tpl-millesime-actuel .container_custom, .page-template-tpl-millesime-actuel .bod-block-popup.size-f, .page-template-tpl-millesime-actuel .bloc_video .header, .bloc_video .page-template-tpl-millesime-actuel .header, .page-template-tpl-millesime-actuel .is-style-groupe-entre-histoire, .page-template-tpl-millesime-actuel .wp-block-group .wp-block-group__inner-container, .wp-block-group .page-template-tpl-millesime-actuel .wp-block-group__inner-container, .page-template-tpl-millesime-actuel .container:not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header), .page-template-tpl-millesime-actuel main > section:first-child > div:not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header):not(.wp-block-group, .container, .header_page), .page-template-tpl-millesime-actuel main > section:first-child .wp-block-group .wp-block-group__inner-container:not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header), .page-template-tpl-millesime-actuel .is-style-groupe-frise-histoire .wp-block-group__inner-container:not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header), .is-style-groupe-frise-histoire .page-template-tpl-millesime-actuel .wp-block-group__inner-container:not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header){
    padding-left: 80px;
    padding-right: 30px;
  }
  @media (min-width: 768px){
    .page-template-tpl-millesime-actuel .container_custom, .page-template-tpl-millesime-actuel .bod-block-popup.size-f, .page-template-tpl-millesime-actuel .bloc_video .header, .bloc_video .page-template-tpl-millesime-actuel .header, .page-template-tpl-millesime-actuel .is-style-groupe-entre-histoire, .page-template-tpl-millesime-actuel .wp-block-group .wp-block-group__inner-container, .wp-block-group .page-template-tpl-millesime-actuel .wp-block-group__inner-container, .page-template-tpl-millesime-actuel .container:not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header), .page-template-tpl-millesime-actuel main > section:first-child > div:not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header):not(.wp-block-group, .container, .header_page), .page-template-tpl-millesime-actuel main > section:first-child .wp-block-group .wp-block-group__inner-container:not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header), .page-template-tpl-millesime-actuel .is-style-groupe-frise-histoire .wp-block-group__inner-container:not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header), .is-style-groupe-frise-histoire .page-template-tpl-millesime-actuel .wp-block-group__inner-container:not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header){
      padding-left: 9rem;
      padding-right: 9rem;
    }
  }
}
.page-template-tpl-millesime-actuel main > section:first-child > div:not(.wp-block-group, .container, .header_page){
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts .container, .page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts .is-style-groupe-frise-histoire .wp-block-group__inner-container, .is-style-groupe-frise-histoire .page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts .wp-block-group__inner-container, .page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts .wp-block-group .wp-block-group__inner-container, .page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts main > section:first-child > div:not(.wp-block-group, .container, .header_page){
  padding-left: 80px !important;
  padding-right: 30px !important;
}
@media (min-width: 768px){
  .page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts .container, .page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts .is-style-groupe-frise-histoire .wp-block-group__inner-container, .is-style-groupe-frise-histoire .page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts .wp-block-group__inner-container, .page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts .wp-block-group .wp-block-group__inner-container, .page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts main > section:first-child > div:not(.wp-block-group, .container, .header_page){
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}
main > section:first-child > div:not(.wp-block-group, .container, .header_page, .scroll-animation){
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px){
  main > section:first-child > *:last-child.wp-block-group.has-background .wp-block-columns:last-child .wp-block-column{
    --tw-translate-y: -25px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (min-width: 1024px){
  main > section:first-child > *:last-child.wp-block-group.has-background .wp-block-columns:last-child .wp-block-column{
    --tw-translate-y: -80px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.pswp--custom-bg {
  --pswp-bg: #fff !important;
}
.pswp--custom-bg .pswp__icn-shadow {
  display: none;
}
.pswp--custom-bg .pswp__icn {
  fill: var(--color-gold);
}
.pswp--custom-bg .pswp__counter {
  color: black;
  text-shadow: none;
}
.bod-block-popup-wrap .bod-block-popup{
  top: 57%;
}
@media (min-width: 1024px){
  .bod-block-popup-wrap .bod-block-popup{
    top: 45%;
  }
  .bod-block-popup.size-f{
    overflow: visible;
  }
}
.bod-block-popup.size-f .bod-block-close-btn{
  position: absolute;
  top: 35px;
  right: 0px;
  margin: 1rem;
}
@media (min-width: 1024px){
  .bod-block-popup.size-f .bod-block-close-btn{
    top: -35px;
  }
}
.bod-block-popup.size-f .bod-block-close-btn button {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--color-gold) !important;
  background-color: transparent !important;
  font-size: 34px;
  text-indent: -10000;
}
.bod-block-popup.size-f .bod-block-close-btn button:before {
  content: "\e802";
}
.bod-block-popup.size-f h2 {
  margin-bottom: 12px;
  margin-top: 15px;
  font-size: 25px;
}
.bod-block-popup.size-f h2.wp-block-heading{
  font-family: Haut-Bailly, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
  font-size: 3rem !important;
  line-height: 1 !important;
}
.bod-block-popup.size-f .bod-modal-title h2 {
  color: var(--color-gold) !important;
}
.bod-block-popup.size-f p{
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px){
  .bod-block-popup.size-f p{
    max-width: 48rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
.wp-block-bod-modal-block .bod-btn {
  font-family: "Montserrat" !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 18px !important;
  text-transform: uppercase !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
  margin-top: 40px !important;
  max-width: 250px !important;
  width: 100% !important;
  margin: 0px;
  border-radius: 0px;
}
.bod-block-popup-wrap .bod-block-popup-closer {
  display: none;
}
@media (max-width: 768px) {
  .wp-block-group .wp-block-group__inner-container .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column .wp-block-image:not(.etiquette){
    margin: 0px;
    width: 100%;
  }
  .wp-block-group .wp-block-group__inner-container .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column .wp-block-image:not(.etiquette) img{
    width: 100% !important;
  }
  .hide_on_mobile {
    display: none !important;
  }
}
@media (min-width: 768px){
  .hide_on_desktop{
    display: none !important;
  }
}
#la_boutique{
  margin-bottom: 0px;
}
@media (min-width: 768px){
  #la_boutique{
    margin-bottom: 20px;
  }
}
#la_boutique .wp-block-heading{
  margin-bottom: 0px;
}
#la_boutique .wp-block-columns, #la_boutique .wp-block-column{
  margin-bottom: 0px;
}
@media (min-width: 768px){
  #la_boutique .wp-block-columns, #la_boutique .wp-block-column{
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 768px) {
  :where(.wp-block-columns){
    row-gap: 0px;
  }
  .wp-block-image.etiquette img {
    max-height: 33.65px;
  }
}
#wpsl-wrap {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
#wpsl-wrap .wpsl-search {
  padding: 20px 12px 10px 12px;
}
@media (min-width: 1024px){
  #wpsl-wrap #wpsl-search-wrap form{
    display: flex;
    flex-direction: row;
    place-content: center;
    justify-content: space-between;
  }
}
#wpsl-wrap #wpsl-search-wrap form #wpsl-search-btn {
  font-family: "Montserrat" !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 18px !important;
  text-transform: uppercase !important;
  display: inline-block !important;
  background-color: var(--color-gold) !important;
  padding-right: 80px !important;
  padding-left: 80px !important;
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
  text-align: center !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255, 255, 255, var(--tw-text-opacity)) !important;
  background-image: none !important;
}
#wpsl-wrap #wpsl-search-wrap form label{
  text-transform: uppercase;
  color: var(--color-gold);
}
#wpsl-wrap #wpsl-search-wrap form .wpsl-input label, #wpsl-wrap #wpsl-search-wrap form #wpsl-radius label, #wpsl-wrap #wpsl-search-wrap form #wpsl-category label{
  width: auto;
}
@media (min-width: 1024px){
  #wpsl-wrap #wpsl-search-wrap form .wpsl-input{
    width: 33.333333%;
  }
  #wpsl-wrap #wpsl-search-wrap form #wpsl-category{
    width: 33.333333%;
  }
  #wpsl-wrap #wpsl-search-wrap form .wpsl-search-btn-wrap{
    width: 33.333333%;
  }
}
#wpsl-wrap #wpsl-stores .wpsl-store-location strong{
  margin-bottom: 1rem;
  display: block;
  color: var(--color-gold);
}
/* Core */
/*
 * Initialize.css (v1.3.1) is a complete and customizable collection of CSS best practices based on Normalize.css and HTML5 Boilerplate.
 * http://jeroenoomsnl.github.io/initialize-css
 *
 * HTML5 Boilerplate: https://github.com/h5bp/html5-boilerplate
 * Normalize.css: http://github.com/necolas/normalize.css
 */
/* ==========================================================================
   General
   ========================================================================== */
/**
 * 1. Set default font family to $initialize-font-family (default: sans-serif)
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom
 * 3. Configurable defaults
 */
html {
  color: var(--color-text);
  box-sizing: border-box;
  font-family: var(--font-primary); /* 1 */
  line-height: var(--line-height-base); /* 3 */
  font-size: 100%; /* 3 */
  font-weight: normal; /* 3 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/*
 * Remove default margin
 */
body {
  margin: 0;
  -moz-osx-font-smoothing: grayscale; /* improves fonts render on FF Mac */
  -webkit-font-smoothing: antialiased; /* improves fonts render on Chrome Mac */
  /* See https://www.mobomo.com/2014/05/better-font-smoothing-in-chrome-on-mac-os-x/ for further improvements on retina devices */
}
/*
 * Inheriting box-sizing
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*, *:before, *:after {
  box-sizing: inherit;
}
/* ==========================================================================
   HTML5 display defenitions
   ========================================================================== */
/*
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
details,
main,
summary {
  display: block;
}
/*
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  vertical-align: baseline; /* 2 */
}
/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
*::-moz-selection {
  background-color: rgba(0, 0, 0, 0.25);
}
*::selection {
  background-color: rgba(0, 0, 0, 0.25);
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Remove the gray background color from active links in IE 10.
 */
a {
  text-decoration: none;
}
a[x-apple-data-detectors] {
  color: red !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
/*
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Text-level semantics
   ========================================================================== */
/*
 * Address inconsistent styling of `abbr[title]`.
 * 1. Correct styling in Firefox 39 and Opera 12.
 * 2. Correct missing styling in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/*
 * Address inconsistent styling of b and strong.
 * 1. Correct duplicate application of `bolder` in Safari 6.0.2.
 * 2. Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+.
 */
b,
strong {
  font-weight: bold; /* 2 */
}
/*
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/*
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Grouping content
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
}
/*
 * Address inconsistent styling of `hr`.
 * 1. Correct `box-sizing` set to `border-box` in Firefox.
 * 2. Correct `overflow` set to `hidden` in IE 8/9/10/11 and Edge 12.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/*
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/*
 * 1. Correct inheritance and scaling of font-size for preformatted text.
 * 2. Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/*
 * 1. Correct font properties not being inherited.
 * 2. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}
/*
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/*
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/*
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * Restore focus style in Firefox 4+ (unset by a rule above)
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/*
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/*
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
/*
 * Address `appearance` set to `searchfield` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
}
/*
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: none;
  margin: 0 0;
  padding: 0;
}
/*
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
/*
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/*
 * Restore font weight (unset by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* ==========================================================================
   HTML5 Boilerplate optimizations
   ========================================================================== */
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Optional configurations
   ========================================================================== */
/*
 * Headings
 */
/*
 * Block elements
 */
p, table, ul, ol, blockquote, dl {
  margin: 0 0 var(--margin-m) 0;
}
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
/*ol li {
    counter-increment: step-counter;
    margin-bottom: .5em;
    padding-left: 1.5em;
    text-indent: -.7em;
    &:before {
        content: counter(step-counter);
        position: relative;
        left: -.5em;
        font-weight: 500;
    }
}*/
/* ==========================================================================
   Print styles
   ========================================================================== */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../build/fonts/Montserrat/Montserrat-ExtraLightItalic.woff2") format("woff2"), url("../../build/fonts/Montserrat/Montserrat-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../build/fonts/Montserrat/Montserrat-Black.woff2") format("woff2"), url("../../build/fonts/Montserrat/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../build/fonts/Montserrat/Montserrat-ThinItalic.woff2") format("woff2"), url("../../build/fonts/Montserrat/Montserrat-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../build/fonts/Montserrat/Montserrat-BoldItalic.woff2") format("woff2"), url("../../build/fonts/Montserrat/Montserrat-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../build/fonts/Montserrat/Montserrat-BlackItalic.woff2") format("woff2"), url("../../build/fonts/Montserrat/Montserrat-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../build/fonts/Montserrat/Montserrat-MediumItalic.woff2") format("woff2"), url("../../build/fonts/Montserrat/Montserrat-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../build/fonts/Montserrat/Montserrat-LightItalic.woff2") format("woff2"), url("../../build/fonts/Montserrat/Montserrat-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../build/fonts/Montserrat/Montserrat-Italic.woff2") format("woff2"), url("../../build/fonts/Montserrat/Montserrat-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../build/fonts/Montserrat/Montserrat-ExtraBoldItalic.woff2") format("woff2"), url("../../build/fonts/Montserrat/Montserrat-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../build/fonts/Montserrat/Montserrat-SemiBoldItalic.woff2") format("woff2"), url("../../build/fonts/Montserrat/Montserrat-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../build/fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("../../build/fonts/Montserrat/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../build/fonts/Montserrat/Montserrat-ExtraBold.woff2") format("woff2"), url("../../build/fonts/Montserrat/Montserrat-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../build/fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"), url("Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../build/fonts/Montserrat/Montserrat-Thin.woff2") format("woff2"), url("../../build/fonts/Montserrat/Montserrat-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../build/fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"), url("../../build/fonts/Montserrat/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../build/fonts/Montserrat/Montserrat-ExtraLight.woff2") format("woff2"), url("Montserrat-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../build/fonts/Montserrat/Montserrat-Light.woff2") format("woff2"), url("../../build/fonts/Montserrat/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../build/fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("../../build/fonts/Montserrat/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Haut-Bailly";
  src: url("../../build/fonts/Haut-Bailly/Haut-Bailly-Regular.woff2") format("woff2"), url("../../build/fonts/Haut-Bailly/Haut-Bailly-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wulkan Display";
  src: url("../../build/fonts/WulkanDisplay/WulkanDisplay-BoldItalic.woff2") format("woff2"), url("../../build/fonts/WulkanDisplay/WulkanDisplay-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Wulkan Display";
  src: url("../../build/fonts/WulkanDisplay/WulkanDisplay-Bold.woff2") format("woff2"), url("../../build/fonts/WulkanDisplay/WulkanDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wulkan Display";
  src: url("../../build/fonts/WulkanDisplay/WulkanDisplay-Italic.woff2") format("woff2"), url("../../build/fonts/WulkanDisplay/WulkanDisplay-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Wulkan Display";
  src: url("../../build/fonts/WulkanDisplay/WulkanDisplay-BlackItalic.woff2") format("woff2"), url("../../build/fonts/WulkanDisplay/WulkanDisplay-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Wulkan Display";
  src: url("../../build/fonts/WulkanDisplay/WulkanDisplay-LightItalic.woff2") format("woff2"), url("../../build/fonts/WulkanDisplay/WulkanDisplay-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Wulkan Display";
  src: url("../../build/fonts/WulkanDisplay/WulkanDisplay-Black.woff2") format("woff2"), url("../../build/fonts/WulkanDisplay/WulkanDisplay-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wulkan Display";
  src: url("../../build/fonts/WulkanDisplay/WulkanDisplay-Regular.woff2") format("woff2"), url("../../build/fonts/WulkanDisplay/WulkanDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wulkan Display";
  src: url("../../build/fonts/WulkanDisplay/WulkanDisplay-Light.woff2") format("woff2"), url("../../build/fonts/WulkanDisplay/WulkanDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wulkan Display";
  src: url("../../build/fonts/WulkanDisplay/WulkanDisplay-MediumItalic.woff2") format("woff2"), url("../../build/fonts/WulkanDisplay/WulkanDisplay-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Wulkan Display";
  src: url("../../build/fonts/WulkanDisplay/WulkanDisplay-Medium.woff2") format("woff2"), url("../../build/fonts/WulkanDisplay/WulkanDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wulkan Display";
  src: url("../../build/fonts/WulkanDisplay/WulkanDisplay-SemiBoldItalic.woff2") format("woff2"), url("../../build/fonts/WulkanDisplay/WulkanDisplay-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Wulkan Display";
  src: url("../../build/fonts/WulkanDisplay/WulkanDisplay-SemiBold.woff2") format("woff2"), url("../../build/fonts/WulkanDisplay/WulkanDisplay-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../../build/fonts/icomoon/fonts/icomoon.eot?5bgmou");
  src: url("../../build/fonts/icomoon/fonts/icomoon.eot?5bgmou#iefix") format("embedded-opentype"), url("../../build/fonts/icomoon/fonts/icomoon.ttf?5bgmou") format("truetype"), url("../../build/fonts/icomoon/fonts/icomoon.woff?5bgmou") format("woff"), url("../../build/fonts/icomoon/fonts/icomoon.svg?5bgmou#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !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;
}
.icon-popup-close:before {
  content: "\e802";
}
.icon-parking:before {
  content: "\e911";
}
.icon-petit-dej-francais:before {
  content: "\e912";
}
.icon-piscine:before {
  content: "\e913";
}
.icon-repas-vin:before {
  content: "\e914";
}
.icon-repas:before {
  content: "\e915";
}
.icon-velo:before {
  content: "\e916";
}
.icon-verre:before {
  content: "\e917";
}
.icon-wifi:before {
  content: "\e918";
}
.icon-baignoire:before {
  content: "\e905";
}
.icon-chambres-communicantes:before {
  content: "\e906";
}
.icon-climatisation:before {
  content: "\e907";
}
.icon-coffre-fort:before {
  content: "\e908";
}
.icon-douche:before {
  content: "\e909";
}
.icon-lit-bebe:before {
  content: "\e90a";
}
.icon-peignoir:before {
  content: "\e90b";
}
.icon-produits-accueil:before {
  content: "\e90c";
}
.icon-seche-cheveux:before {
  content: "\e90d";
}
.icon-surface:before {
  content: "\e90e";
}
.icon-twin:before {
  content: "\e90f";
}
.icon-vue:before {
  content: "\e910";
}
.icon-toilettes:before {
  content: "\e919";
}
.icon-download:before {
  content: "\e800";
}
.icon-large-arrow:before {
  content: "\e801";
}
.icon-close:before {
  content: "\e802";
}
.icon-clock:before {
  content: "\e900";
}
.icon-automne:before {
  content: "\e901";
}
.icon-ete:before {
  content: "\e902";
}
.icon-hiver:before {
  content: "\e903";
}
.icon-printemps:before {
  content: "\e904";
}
/* IMPORTANT */
.icon-popup-close:before {
  font-weight: 700 !important;
}
[class^=icon-].couleur-or{
  color: var(--color-gold);
}
[class^=icon-].couleur-noir{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
[class^=icon-].couleur-blanc{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
[class^=icon-].taille-moyen{
  font-size: 20px;
}
/* Layout */
.preload * {
  transition: none !important;
}
* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  scroll-behavior: smooth;
  overscroll-behavior: none !important;
}
html.no-js {
  margin-top: 0px !important;
}
body {
  min-height: 100vh;
}
.container, .is-style-groupe-frise-histoire .wp-block-group__inner-container, .page-template-tpl-millesime-actuel main > section:first-child .wp-block-group .wp-block-group__inner-container, .page-template-tpl-millesime-actuel main > section:first-child > div:not(.wp-block-group, .container, .header_page), main > section:first-child > div:not(.wp-block-group, .container, .header_page, .scroll-animation){
  max-width: 1440px;
}
.container.container-lg, .page-template-tpl-millesime-actuel main > section:first-child .wp-block-group .container-lg.wp-block-group__inner-container, .page-template-tpl-millesime-actuel main > section:first-child > div.container-lg:not(.wp-block-group, .container, .header_page), main > section:first-child > div.container-lg:not(.wp-block-group, .container, .header_page, .scroll-animation), .is-style-groupe-frise-histoire .wp-block-group__inner-container, .page-template-tpl-millesime-actuel main > section:first-child .wp-block-group .is-style-groupe-frise-histoire .wp-block-group__inner-container, .is-style-groupe-frise-histoire .page-template-tpl-millesime-actuel main > section:first-child .wp-block-group .wp-block-group__inner-container, .page-template-tpl-millesime-actuel .is-style-groupe-frise-histoire main > section:first-child > div.wp-block-group__inner-container:not(.wp-block-group, .container, .header_page), .is-style-groupe-frise-histoire .page-template-tpl-millesime-actuel main > section:first-child > div.wp-block-group__inner-container:not(.wp-block-group, .container, .header_page), .is-style-groupe-frise-histoire main > section:first-child > div.wp-block-group__inner-container:not(.wp-block-group, .container, .header_page, .scroll-animation){
  max-width: 1312px;
}
.container.container-md, .is-style-groupe-frise-histoire .container-md.wp-block-group__inner-container, .page-template-tpl-millesime-actuel main > section:first-child .wp-block-group .container-md.wp-block-group__inner-container, .page-template-tpl-millesime-actuel main > section:first-child > div.container-md:not(.wp-block-group, .container, .header_page), main > section:first-child > div.container-md:not(.wp-block-group, .container, .header_page, .scroll-animation){
  max-width: 1229px;
}
.container.container-sm, .is-style-groupe-frise-histoire .container-sm.wp-block-group__inner-container, .page-template-tpl-millesime-actuel main > section:first-child .wp-block-group .container-sm.wp-block-group__inner-container, .page-template-tpl-millesime-actuel main > section:first-child > div.container-sm:not(.wp-block-group, .container, .header_page), main > section:first-child > div.container-sm:not(.wp-block-group, .container, .header_page, .scroll-animation){
  max-width: 935px;
}
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../../build/img/arrow-select.png") no-repeat center right 16px;
  background-size: 8px;
}
.gform_validation_errors {
  display: none !important;
}
/* Pages */
#scroll-animation__canvas {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.swiper-pagination {
  position: relative !important;
  top: 0 !important;
  bottom: auto !important;
  margin-top: 2.75rem;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 2px solid white;
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
}
.press-swiper-slider .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}
.swiper-pagination-or {
  position: relative !important;
  top: 0 !important;
  bottom: auto !important;
  margin-top: 2.75rem;
  text-align: center;
}
.swiper-pagination-or .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 2px solid #CC9E5D;
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.swiper-pagination-or .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #CC9E5D;
}
.vintage-pages-menu div {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.vintage-pages-menu div::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .vintage-pages-menu > div > div {
    -webkit-mask-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
            mask-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  }
}
.menu_vintage_mobile {
  background-color: white;
}
.menu_vintage_mobile > div {
  -webkit-mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
          mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
}
.group-vintage.group-vintage__page{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  border-color: var(--color-gold);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.group-vintage > div:first-child > div{
  border-left-width: 1px;
  border-color: var(--color-gold);
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1.75rem;
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-gold);
}
.group-vintage > div:first-child > h4{
  padding-left: 1.75rem;
  padding-bottom: 0.75rem;
  font-family: Wulkan Display, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 19px;
  line-height: 18px;
}
.group\/vintage:hover .group-vintage > div:first-child > h4{
  font-weight: 700;
}
@media (min-width: 768px){
  .group-vintage > div:first-child > h4{
    margin-top: 20px;
  }
}
.group-vintage > div:nth-child(2) button{
  display: contents;
  text-align: left;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.group-vintage > div:nth-child(2) button::after{
  position: absolute;
  content: var(--tw-content);
  inset: 0px;
}
.group\/vintage:hover .group-vintage > div:nth-child(2) button{
  --tw-translate-x: -0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group-vintage > div:nth-child(2) button span{
  display: none;
  width: 80px;
  justify-content: flex-start;
  font-size: 8px;
  color: var(--color-gold);
}
@media (min-width: 768px){
  .group-vintage > div:nth-child(2) button span{
    display: flex;
  }
}
.group-vintage > div:nth-child(2) a{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.group-vintage > div:nth-child(2) a::after{
  position: absolute;
  content: var(--tw-content);
  inset: 0px;
}
.group\/vintage:hover .group-vintage > div:nth-child(2) a{
  --tw-translate-x: -0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group-vintage > div:nth-child(2) a span{
  display: none;
  width: 80px;
  font-size: 8px;
  color: var(--color-gold);
}
@media (min-width: 768px){
  .group-vintage > div:nth-child(2) a span{
    display: inline-block;
  }
}
div[class^=popup-vintage-]{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 65;
  display: flex;
  height: 100dvh;
  width: 100%;
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  background-color: rgb(255 255 255 / 0.95);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 1024px){
  .group\/body.admin-bar div[class^=popup-vintage-]{
    top: 32px;
    height: calc(100dvh - 32px);
  }
}
div[class^=popup-vintage-].is-open{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
div[class^=popup-vintage-] > div:first-child{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 640px){
  div[class^=popup-vintage-] > div:first-child{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  div[class^=popup-vintage-] > div:first-child{
    max-width: 768px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 1024px){
  div[class^=popup-vintage-] > div:first-child{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  div[class^=popup-vintage-] > div:first-child{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  div[class^=popup-vintage-] > div:first-child{
    max-width: 1536px;
  }
}
div[class^=popup-vintage-] > div:first-child{
  margin-bottom: 20px;
  display: flex;
  height: 100px;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 768px) {
   .page-template-tpl-millesime-actuel div[class^=popup-vintage-] > div:first-child:not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header), .page-template-tpl-millesime-actuel main > section:first-child > div:not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header):not(.wp-block-group,div[class^=popup-vintage-] > div:first-child, .header_page){
    padding-left: 80px;
    padding-right: 30px;
  }
  @media (min-width: 768px){
     .page-template-tpl-millesime-actuel div[class^=popup-vintage-] > div:first-child:not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header), .page-template-tpl-millesime-actuel main > section:first-child > div:not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header):not(.wp-block-group,div[class^=popup-vintage-] > div:first-child, .header_page){
      padding-left: 9rem;
      padding-right: 9rem;
    }
  }
   .page-template-tpl-millesime-actuel div[class^=popup-vintage-] > div:first-child:not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header), .page-template-tpl-millesime-actuel main > section:first-child > div:not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header):not(.wp-block-group,div[class^=popup-vintage-] > div:first-child, .header_page){
    padding-left: 80px;
    padding-right: 30px;
  }
  @media (min-width: 768px){
     .page-template-tpl-millesime-actuel div[class^=popup-vintage-] > div:first-child:not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header), .page-template-tpl-millesime-actuel main > section:first-child > div:not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header):not(.wp-block-group,div[class^=popup-vintage-] > div:first-child, .header_page){
      padding-left: 9rem;
      padding-right: 9rem;
    }
  }
}
.page-template-tpl-millesime-actuel main > section:first-child > div:not(.wp-block-group,div[class^=popup-vintage-] > div:first-child, .header_page){
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts div[class^=popup-vintage-] > div:first-child, .page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts main > section:first-child > div:not(.wp-block-group,div[class^=popup-vintage-] > div:first-child, .header_page){
  padding-left: 80px !important;
  padding-right: 30px !important;
}
@media (min-width: 768px){
  .page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts div[class^=popup-vintage-] > div:first-child, .page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts main > section:first-child > div:not(.wp-block-group,div[class^=popup-vintage-] > div:first-child, .header_page){
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}
.page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts div[class^=popup-vintage-] > div:first-child, .page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts main > section:first-child > div:not(.wp-block-group,div[class^=popup-vintage-] > div:first-child, .header_page){
  padding-left: 80px !important;
  padding-right: 30px !important;
}
@media (min-width: 768px){
  .page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts div[class^=popup-vintage-] > div:first-child, .page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts main > section:first-child > div:not(.wp-block-group,div[class^=popup-vintage-] > div:first-child, .header_page){
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}
main > section:first-child > div:not(.wp-block-group,div[class^=popup-vintage-] > div:first-child, .header_page, .scroll-animation){
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
div[class^=popup-vintage-] > div:first-child, .page-template-tpl-millesime-actuel main > section:first-child > div:not(.wp-block-group,div[class^=popup-vintage-] > div:first-child, .header_page), main > section:first-child > div:not(.wp-block-group,div[class^=popup-vintage-] > div:first-child, .header_page, .scroll-animation){
  max-width: 1440px;
}
div[class^=popup-vintage-] > div:first-child.container-lg, .page-template-tpl-millesime-actuel main > section:first-child > div.container-lg:not(.wp-block-group,div[class^=popup-vintage-] > div:first-child, .header_page), main > section:first-child > div.container-lg:not(.wp-block-group,div[class^=popup-vintage-] > div:first-child, .header_page, .scroll-animation), .page-template-tpl-millesime-actuel .is-style-groupe-frise-histoire main > section:first-child > div.wp-block-group__inner-container:not(.wp-block-group,div[class^=popup-vintage-] > div:first-child, .header_page), .is-style-groupe-frise-histoire .page-template-tpl-millesime-actuel main > section:first-child > div.wp-block-group__inner-container:not(.wp-block-group,div[class^=popup-vintage-] > div:first-child, .header_page), .is-style-groupe-frise-histoire main > section:first-child > div.wp-block-group__inner-container:not(.wp-block-group,div[class^=popup-vintage-] > div:first-child, .header_page, .scroll-animation){
  max-width: 1312px;
}
div[class^=popup-vintage-] > div:first-child.container-md, .page-template-tpl-millesime-actuel main > section:first-child > div.container-md:not(.wp-block-group,div[class^=popup-vintage-] > div:first-child, .header_page), main > section:first-child > div.container-md:not(.wp-block-group,div[class^=popup-vintage-] > div:first-child, .header_page, .scroll-animation){
  max-width: 1229px;
}
div[class^=popup-vintage-] > div:first-child.container-sm, .page-template-tpl-millesime-actuel main > section:first-child > div.container-sm:not(.wp-block-group,div[class^=popup-vintage-] > div:first-child, .header_page), main > section:first-child > div.container-sm:not(.wp-block-group,div[class^=popup-vintage-] > div:first-child, .header_page, .scroll-animation){
  max-width: 935px;
}
@media (min-width: 768px){
  div[class^=popup-vintage-] > div:first-child{
    margin-bottom: 70px;
  }
}
div[class^=popup-vintage-] > div:nth-child(2){
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 640px){
  div[class^=popup-vintage-] > div:nth-child(2){
    max-width: 640px;
  }
}
@media (min-width: 768px){
  div[class^=popup-vintage-] > div:nth-child(2){
    max-width: 768px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 1024px){
  div[class^=popup-vintage-] > div:nth-child(2){
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  div[class^=popup-vintage-] > div:nth-child(2){
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  div[class^=popup-vintage-] > div:nth-child(2){
    max-width: 1536px;
  }
}
div[class^=popup-vintage-] > div:nth-child(2){
  display: flex;
  height: 50px;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
   .page-template-tpl-millesime-actuel div[class^=popup-vintage-] > div:nth-child(2):not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header), .page-template-tpl-millesime-actuel main > section:first-child > div:not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header):not(.wp-block-group,div[class^=popup-vintage-] > div:nth-child(2), .header_page){
    padding-left: 80px;
    padding-right: 30px;
  }
  @media (min-width: 768px){
     .page-template-tpl-millesime-actuel div[class^=popup-vintage-] > div:nth-child(2):not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header), .page-template-tpl-millesime-actuel main > section:first-child > div:not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header):not(.wp-block-group,div[class^=popup-vintage-] > div:nth-child(2), .header_page){
      padding-left: 9rem;
      padding-right: 9rem;
    }
  }
   .page-template-tpl-millesime-actuel div[class^=popup-vintage-] > div:nth-child(2):not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header), .page-template-tpl-millesime-actuel main > section:first-child > div:not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header):not(.wp-block-group,div[class^=popup-vintage-] > div:nth-child(2), .header_page){
    padding-left: 80px;
    padding-right: 30px;
  }
  @media (min-width: 768px){
     .page-template-tpl-millesime-actuel div[class^=popup-vintage-] > div:nth-child(2):not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header), .page-template-tpl-millesime-actuel main > section:first-child > div:not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header):not(.wp-block-group,div[class^=popup-vintage-] > div:nth-child(2), .header_page){
      padding-left: 9rem;
      padding-right: 9rem;
    }
  }
}
.page-template-tpl-millesime-actuel main > section:first-child > div:not(.wp-block-group,div[class^=popup-vintage-] > div:nth-child(2), .header_page){
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts div[class^=popup-vintage-] > div:nth-child(2), .page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts main > section:first-child > div:not(.wp-block-group,div[class^=popup-vintage-] > div:nth-child(2), .header_page){
  padding-left: 80px !important;
  padding-right: 30px !important;
}
@media (min-width: 768px){
  .page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts div[class^=popup-vintage-] > div:nth-child(2), .page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts main > section:first-child > div:not(.wp-block-group,div[class^=popup-vintage-] > div:nth-child(2), .header_page){
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}
.page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts div[class^=popup-vintage-] > div:nth-child(2), .page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts main > section:first-child > div:not(.wp-block-group,div[class^=popup-vintage-] > div:nth-child(2), .header_page){
  padding-left: 80px !important;
  padding-right: 30px !important;
}
@media (min-width: 768px){
  .page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts div[class^=popup-vintage-] > div:nth-child(2), .page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts main > section:first-child > div:not(.wp-block-group,div[class^=popup-vintage-] > div:nth-child(2), .header_page){
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}
main > section:first-child > div:not(.wp-block-group,div[class^=popup-vintage-] > div:nth-child(2), .header_page, .scroll-animation){
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
div[class^=popup-vintage-] > div:nth-child(2), .page-template-tpl-millesime-actuel main > section:first-child > div:not(.wp-block-group,div[class^=popup-vintage-] > div:nth-child(2), .header_page), main > section:first-child > div:not(.wp-block-group,div[class^=popup-vintage-] > div:nth-child(2), .header_page, .scroll-animation){
  max-width: 1440px;
}
div[class^=popup-vintage-] > div:nth-child(2).container-lg, .page-template-tpl-millesime-actuel main > section:first-child > div.container-lg:not(.wp-block-group,div[class^=popup-vintage-] > div:nth-child(2), .header_page), main > section:first-child > div.container-lg:not(.wp-block-group,div[class^=popup-vintage-] > div:nth-child(2), .header_page, .scroll-animation), .page-template-tpl-millesime-actuel .is-style-groupe-frise-histoire main > section:first-child > div.wp-block-group__inner-container:not(.wp-block-group,div[class^=popup-vintage-] > div:nth-child(2), .header_page), .is-style-groupe-frise-histoire .page-template-tpl-millesime-actuel main > section:first-child > div.wp-block-group__inner-container:not(.wp-block-group,div[class^=popup-vintage-] > div:nth-child(2), .header_page), .is-style-groupe-frise-histoire main > section:first-child > div.wp-block-group__inner-container:not(.wp-block-group,div[class^=popup-vintage-] > div:nth-child(2), .header_page, .scroll-animation){
  max-width: 1312px;
}
div.container[class^=popup-vintage-] > div:nth-child(2), .page-template-tpl-millesime-actuel main > section:first-child .wp-block-group div[class^=popup-vintage-] > div:nth-child(2).wp-block-group__inner-container, .page-template-tpl-millesime-actuel main > section:first-child > divdiv[class^=popup-vintage-] > div:nth-child(2):not(.wp-block-group, .container, .header_page), main > section:first-child > divdiv[class^=popup-vintage-] > div:nth-child(2):not(.wp-block-group, .container, .header_page, .scroll-animation){
  max-width: 1312px;
}
div[class^=popup-vintage-] > div:nth-child(2).container-md, .page-template-tpl-millesime-actuel main > section:first-child > div.container-md:not(.wp-block-group,div[class^=popup-vintage-] > div:nth-child(2), .header_page), main > section:first-child > div.container-md:not(.wp-block-group,div[class^=popup-vintage-] > div:nth-child(2), .header_page, .scroll-animation){
  max-width: 1229px;
}
div[class^=popup-vintage-] > div:nth-child(2).container-sm, .page-template-tpl-millesime-actuel main > section:first-child > div.container-sm:not(.wp-block-group,div[class^=popup-vintage-] > div:nth-child(2), .header_page), main > section:first-child > div.container-sm:not(.wp-block-group,div[class^=popup-vintage-] > div:nth-child(2), .header_page, .scroll-animation){
  max-width: 935px;
}
div[class^=popup-vintage-] > div:nth-child(2) h3{
  border-left-width: 1px;
  border-color: var(--color-gold);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  color: var(--color-gold);
}
div[class^=popup-vintage-] > div:nth-child(2) button span{
  font-size: 34px;
  color: var(--color-gold);
}
div[class^=popup-vintage-] > div:last-child{
  margin-top: 20px;
  height: calc(100dvh - 190px);
}
@media (min-width: 768px){
  div[class^=popup-vintage-] > div:last-child{
    margin-top: 40px;
    height: calc(100dvh - 260px);
  }
}
@media (min-width: 1024px){
  .group\/body.admin-bar div[class^=popup-vintage-] > div:last-child{
    height: calc(100dvh - 292px);
  }
}
div[class^=popup-vintage-] > div:last-child > div{
  height: 100%;
  overflow: auto;
}
div[class^=popup-vintage-] > div:last-child > div > div:first-child{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 640px){
  div[class^=popup-vintage-] > div:last-child > div > div:first-child{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  div[class^=popup-vintage-] > div:last-child > div > div:first-child{
    max-width: 768px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 1024px){
  div[class^=popup-vintage-] > div:last-child > div > div:first-child{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  div[class^=popup-vintage-] > div:last-child > div > div:first-child{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  div[class^=popup-vintage-] > div:last-child > div > div:first-child{
    max-width: 1536px;
  }
}
@media (min-width: 768px) {
   .page-template-tpl-millesime-actuel div[class^=popup-vintage-] > div:last-child > div > div:first-child:not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header), .page-template-tpl-millesime-actuel main > section:first-child > div:not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header):not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:first-child, .header_page){
    padding-left: 80px;
    padding-right: 30px;
  }
  @media (min-width: 768px){
     .page-template-tpl-millesime-actuel div[class^=popup-vintage-] > div:last-child > div > div:first-child:not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header), .page-template-tpl-millesime-actuel main > section:first-child > div:not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header):not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:first-child, .header_page){
      padding-left: 9rem;
      padding-right: 9rem;
    }
  }
   .page-template-tpl-millesime-actuel div[class^=popup-vintage-] > div:last-child > div > div:first-child:not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header), .page-template-tpl-millesime-actuel main > section:first-child > div:not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header):not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:first-child, .header_page){
    padding-left: 80px;
    padding-right: 30px;
  }
  @media (min-width: 768px){
     .page-template-tpl-millesime-actuel div[class^=popup-vintage-] > div:last-child > div > div:first-child:not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header), .page-template-tpl-millesime-actuel main > section:first-child > div:not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header):not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:first-child, .header_page){
      padding-left: 9rem;
      padding-right: 9rem;
    }
  }
}
.page-template-tpl-millesime-actuel main > section:first-child > div:not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:first-child, .header_page){
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts div[class^=popup-vintage-] > div:last-child > div > div:first-child, .page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts main > section:first-child > div:not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:first-child, .header_page){
  padding-left: 80px !important;
  padding-right: 30px !important;
}
@media (min-width: 768px){
  .page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts div[class^=popup-vintage-] > div:last-child > div > div:first-child, .page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts main > section:first-child > div:not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:first-child, .header_page){
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}
.page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts div[class^=popup-vintage-] > div:last-child > div > div:first-child, .page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts main > section:first-child > div:not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:first-child, .header_page){
  padding-left: 80px !important;
  padding-right: 30px !important;
}
@media (min-width: 768px){
  .page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts div[class^=popup-vintage-] > div:last-child > div > div:first-child, .page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts main > section:first-child > div:not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:first-child, .header_page){
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}
main > section:first-child > div:not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:first-child, .header_page, .scroll-animation){
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
div[class^=popup-vintage-] > div:last-child > div > div:first-child, .page-template-tpl-millesime-actuel main > section:first-child > div:not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:first-child, .header_page), main > section:first-child > div:not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:first-child, .header_page, .scroll-animation){
  max-width: 1440px;
}
div[class^=popup-vintage-] > div:last-child > div > div:first-child.container-lg, .page-template-tpl-millesime-actuel main > section:first-child > div.container-lg:not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:first-child, .header_page), main > section:first-child > div.container-lg:not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:first-child, .header_page, .scroll-animation), .page-template-tpl-millesime-actuel .is-style-groupe-frise-histoire main > section:first-child > div.wp-block-group__inner-container:not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:first-child, .header_page), .is-style-groupe-frise-histoire .page-template-tpl-millesime-actuel main > section:first-child > div.wp-block-group__inner-container:not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:first-child, .header_page), .is-style-groupe-frise-histoire main > section:first-child > div.wp-block-group__inner-container:not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:first-child, .header_page, .scroll-animation){
  max-width: 1312px;
}
div.container[class^=popup-vintage-] > div:last-child > div > div:first-child, .page-template-tpl-millesime-actuel main > section:first-child .wp-block-group div[class^=popup-vintage-] > div:last-child > div > div:first-child.wp-block-group__inner-container, .page-template-tpl-millesime-actuel main > section:first-child > divdiv[class^=popup-vintage-] > div:last-child > div > div:first-child:not(.wp-block-group, .container, .header_page), main > section:first-child > divdiv[class^=popup-vintage-] > div:last-child > div > div:first-child:not(.wp-block-group, .container, .header_page, .scroll-animation){
  max-width: 1312px;
}
div[class^=popup-vintage-] > div:last-child > div > div:first-child.container-md, .page-template-tpl-millesime-actuel main > section:first-child > div.container-md:not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:first-child, .header_page), main > section:first-child > div.container-md:not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:first-child, .header_page, .scroll-animation){
  max-width: 1229px;
}
div[class^=popup-vintage-] > div:last-child > div > div:first-child.container-sm, .page-template-tpl-millesime-actuel main > section:first-child > div.container-sm:not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:first-child, .header_page), main > section:first-child > div.container-sm:not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:first-child, .header_page, .scroll-animation){
  max-width: 935px;
}
div[class^=popup-vintage-] > div:last-child > div > div:first-child h2{
  font-family: Haut-Bailly, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 3rem;
  line-height: 1;
}
div[class^=popup-vintage-] > div:last-child > div > div:last-child{
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}
@media (min-width: 640px){
  div[class^=popup-vintage-] > div:last-child > div > div:last-child{
    max-width: 640px !important;
  }
}
@media (min-width: 768px){
  div[class^=popup-vintage-] > div:last-child > div > div:last-child{
    max-width: 768px !important;
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
}
@media (min-width: 1024px){
  div[class^=popup-vintage-] > div:last-child > div > div:last-child{
    max-width: 1024px !important;
  }
}
@media (min-width: 1280px){
  div[class^=popup-vintage-] > div:last-child > div > div:last-child{
    max-width: 1280px !important;
  }
}
@media (min-width: 1536px){
  div[class^=popup-vintage-] > div:last-child > div > div:last-child{
    max-width: 1536px !important;
  }
}
div[class^=popup-vintage-] > div:last-child > div > div:last-child{
  margin-top: 40px !important;
  max-width: 48rem !important;
  padding-bottom: 40px !important;
  font-size: 13px !important;
  line-height: 26px !important;
}
@media (min-width: 768px) {
   .page-template-tpl-millesime-actuel div[class^=popup-vintage-] > div:last-child > div > div:last-child:not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header), .page-template-tpl-millesime-actuel main > section:first-child > div:not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header):not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:last-child, .header_page){
    padding-left: 80px;
    padding-right: 30px;
  }
  @media (min-width: 768px){
     .page-template-tpl-millesime-actuel div[class^=popup-vintage-] > div:last-child > div > div:last-child:not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header), .page-template-tpl-millesime-actuel main > section:first-child > div:not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header):not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:last-child, .header_page){
      padding-left: 9rem;
      padding-right: 9rem;
    }
  }
   .page-template-tpl-millesime-actuel div[class^=popup-vintage-] > div:last-child > div > div:last-child:not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header), .page-template-tpl-millesime-actuel main > section:first-child > div:not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header):not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:last-child, .header_page){
    padding-left: 80px;
    padding-right: 30px;
  }
  @media (min-width: 768px){
     .page-template-tpl-millesime-actuel div[class^=popup-vintage-] > div:last-child > div > div:last-child:not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header), .page-template-tpl-millesime-actuel main > section:first-child > div:not(.container_header, .popup-vintage__year, .popup-vintage__title, .popup-vintage__content, .popup-vintage__header):not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:last-child, .header_page){
      padding-left: 9rem;
      padding-right: 9rem;
    }
  }
}
.page-template-tpl-millesime-actuel main > section:first-child > div:not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:last-child, .header_page){
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts div[class^=popup-vintage-] > div:last-child > div > div:last-child, .page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts main > section:first-child > div:not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:last-child, .header_page){
  padding-left: 80px !important;
  padding-right: 30px !important;
}
@media (min-width: 768px){
  .page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts div[class^=popup-vintage-] > div:last-child > div > div:last-child, .page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts main > section:first-child > div:not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:last-child, .header_page){
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}
.page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts div[class^=popup-vintage-] > div:last-child > div > div:last-child, .page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts main > section:first-child > div:not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:last-child, .header_page){
  padding-left: 80px !important;
  padding-right: 30px !important;
}
@media (min-width: 768px){
  .page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts div[class^=popup-vintage-] > div:last-child > div > div:last-child, .page-template-tpl-millesime-actuel main > section:first-child > section.bloc_charts main > section:first-child > div:not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:last-child, .header_page){
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}
main > section:first-child > div:not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:last-child, .header_page, .scroll-animation){
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
div[class^=popup-vintage-] > div:last-child > div > div:last-child, .page-template-tpl-millesime-actuel main > section:first-child > div:not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:last-child, .header_page), main > section:first-child > div:not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:last-child, .header_page, .scroll-animation){
  max-width: 1440px;
}
div[class^=popup-vintage-] > div:last-child > div > div:last-child.container-lg, .page-template-tpl-millesime-actuel main > section:first-child > div.container-lg:not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:last-child, .header_page), main > section:first-child > div.container-lg:not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:last-child, .header_page, .scroll-animation), .page-template-tpl-millesime-actuel .is-style-groupe-frise-histoire main > section:first-child > div.wp-block-group__inner-container:not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:last-child, .header_page), .is-style-groupe-frise-histoire .page-template-tpl-millesime-actuel main > section:first-child > div.wp-block-group__inner-container:not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:last-child, .header_page), .is-style-groupe-frise-histoire main > section:first-child > div.wp-block-group__inner-container:not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:last-child, .header_page, .scroll-animation){
  max-width: 1312px;
}
div[class^=popup-vintage-] > div:last-child > div > div:last-child.container-md, .page-template-tpl-millesime-actuel main > section:first-child > div.container-md:not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:last-child, .header_page), main > section:first-child > div.container-md:not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:last-child, .header_page, .scroll-animation){
  max-width: 1229px;
}
div[class^=popup-vintage-] > div:last-child > div > div:last-child.container-sm, .page-template-tpl-millesime-actuel main > section:first-child > div.container-sm:not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:last-child, .header_page), main > section:first-child > div.container-sm:not(.wp-block-group,div[class^=popup-vintage-] > div:last-child > div > div:last-child, .header_page, .scroll-animation){
  max-width: 935px;
}
.menu_vintage_mobile {
  position: fixed;
  top: 80px;
  z-index: 50;
  background-color: white;
  transition: transform 0.3s ease-in-out; /* Ajoute une transition pour un effet fluide */
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  white-space: nowrap;
}
.is-style-column-climat{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px){
  .is-style-column-climat{
    display: block;
  }
}
.is-style-column-climat p{
  width: 48%;
}
@media (min-width: 768px){
  .is-style-column-climat p{
    width: auto;
  }
}
/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
/* Asterio reservation module */
#asterio-reservation-module {
  transform: translate(0, -50%);
}
#asterio-reservation-module .searchDateForm{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 1rem;
}
@media (min-width: 768px){
  #asterio-reservation-module .searchDateForm{
    flex: 1 1 auto;
  }
}
#asterio-reservation-module .searchDateForm .finputs {
  width: 230px;
}
#asterio-reservation-module .searchDateForm .finputs input {
  width: 100%;
  text-align: center;
}
#asterio-reservation-module .searchDateForm .btn-search-group{
  width: 100%;
}
@media (min-width: 768px){
  #asterio-reservation-module .searchDateForm .btn-search-group{
    width: auto;
  }
}
#asterio-reservation-module .searchDateForm .ast-form-label{
  display: none;
}
#asterio-reservation-module .searchDateForm .arrivalDate{
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(186 186 186 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity, 1));
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
#asterio-reservation-module .searchDateForm .arrivalDate input{
  background-color: transparent;
  text-align: center;
}
#asterio-reservation-module .searchDateForm .departureDate{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(186 186 186 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity, 1));
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
#asterio-reservation-module .searchDateForm .departureDate input{
  background-color: transparent;
  text-align: center;
}
#asterio-reservation-module .searchDateForm .btn-search-group button{
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(186 186 186 / var(--tw-border-opacity, 1));
  background-color: var(--color-gold);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  #asterio-reservation-module .searchDateForm .btn-search-group button{
    margin-left: 1rem;
  }
}
#asterio-reservation-module .datepicker-readonly-inputs {
  display: none;
}
@media screen and (max-width: 768px) {
  #asterio-reservation-module {
    transform: translate(0, -30px);
  }
  #asterio-reservation-module .searchDateForm .finputs {
    width: 50%;
  }
}
.container_booking-datepicker {
  margin: 0 auto;
}
.container_booking-datepicker .datepicker-custom-dialog {
  position: inherit !important;
}
html #booking-datepicker .rangeFirstDate {
  background-color: var(--color-gold) !important;
}
html #booking-datepicker .between-date {
  background-color: hsla(38, 55%, 61%, 0.5) !important;
}
html #booking-datepicker .rangeLastDate {
  background-color: var(--color-gold) !important;
}
html #booking-datepicker .datepicker-custom-dialog {
  top: 0 !important;
}
html #booking-datepicker .datepicker-custom-dialog.show-on-click {
  box-shadow: none;
}
html #booking-datepicker .datepicker-readonly-inputs {
  display: none;
}
html #booking-datepicker .sm-search-btn-dp {
  font-family: "Montserrat" !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 18px !important;
  text-transform: uppercase !important;
  display: inline-block !important;
  background-color: var(--color-gold) !important;
  padding-right: 4rem !important;
  padding-left: 4rem !important;
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
  text-align: center !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255, 255, 255, var(--tw-text-opacity)) !important;
}
html #booking-datepicker .ui-datepicker td a[price]::after {
  color: var(--color-gold) !important;
}
html #booking-datepicker .ui-datepicker-next span {
  background: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjAgMjAiPgo8cGF0aCBkPSJNMTIuOTUgMTAuNzA3bDAuNzA3LTAuNzA3LTUuNjU3LTUuNjU3LTEuNDE0IDEuNDE0IDQuMjQyIDQuMjQzLTQuMjQyIDQuMjQzIDEuNDE0IDEuNDE0IDQuOTUtNC45NXoiPjwvcGF0aD4KPC9zdmc+Cg==") no-repeat !important;
}
html #booking-datepicker .ui-datepicker-prev span {
  background: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjAgMjAiPgo8cGF0aCBkPSJNNy4wNTAgOS4yOTNsLTAuNzA3IDAuNzA3IDUuNjU3IDUuNjU3IDEuNDE0LTEuNDE0LTQuMjQyLTQuMjQzIDQuMjQyLTQuMjQzLTEuNDE0LTEuNDE0eiI+PC9wYXRoPgo8L3N2Zz4K") no-repeat !important;
}
.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}
.before\:bottom-\[-1px\]::before{
  content: var(--tw-content);
  bottom: -1px;
}
.before\:left-0::before{
  content: var(--tw-content);
  left: 0px;
}
.before\:left-1\/2::before{
  content: var(--tw-content);
  left: 50%;
}
.before\:top-0::before{
  content: var(--tw-content);
  top: 0px;
}
.before\:h-\[1px\]::before{
  content: var(--tw-content);
  height: 1px;
}
.before\:h-\[4px\]::before{
  content: var(--tw-content);
  height: 4px;
}
.before\:w-\[50px\]::before{
  content: var(--tw-content);
  width: 50px;
}
.before\:w-full::before{
  content: var(--tw-content);
  width: 100%;
}
.before\:-translate-x-1\/2::before{
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.before\:translate-y-0::before{
  content: var(--tw-content);
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.before\:bg-black::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.before\:bg-transparent::before{
  content: var(--tw-content);
  background-color: transparent;
}
.before\:transition-colors::before{
  content: var(--tw-content);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:inset-0::after{
  content: var(--tw-content);
  inset: 0px;
}
.after\:bottom-2::after{
  content: var(--tw-content);
  bottom: 0.5rem;
}
.after\:left-1\/2::after{
  content: var(--tw-content);
  left: 50%;
}
.after\:right-0::after{
  content: var(--tw-content);
  right: 0px;
}
.after\:top-1\/2::after{
  content: var(--tw-content);
  top: 50%;
}
.after\:h-\[1px\]::after{
  content: var(--tw-content);
  height: 1px;
}
.after\:h-\[9px\]::after{
  content: var(--tw-content);
  height: 9px;
}
.after\:w-\[0\]::after{
  content: var(--tw-content);
  width: 0;
}
.after\:w-\[1px\]::after{
  content: var(--tw-content);
  width: 1px;
}
.after\:-translate-x-1\/2::after{
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:-translate-y-1\/2::after{
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:bg-black::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.after\:bg-transparent::after{
  content: var(--tw-content);
  background-color: transparent;
}
.after\:transition-all::after{
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.hover\:border-l-4:hover{
  border-left-width: 4px;
}
.hover\:border-pink:hover{
  border-color: var(--color-pink);
}
.hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.hover\:bg-pink:hover{
  background-color: var(--color-pink);
}
.hover\:font-\[700\]:hover{
  font-weight: 700;
}
.hover\:font-bold:hover{
  font-weight: 700;
}
.hover\:text-blue-dark:hover{
  color: var(--color-blue-dark);
}
.hover\:text-gold:hover{
  color: var(--color-gold);
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:opacity-70:hover{
  opacity: 0.7;
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.group\/btn:hover .group-hover\/btn\:w-full{
  width: 100%;
}
.group\/article:hover .group-hover\/article\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group\/li-second:hover .group-hover\/li-second\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group\/btn:hover .group-hover\/btn\:text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.group\/btn:hover .group-hover\/btn\:text-gold{
  color: var(--color-gold);
}
.group\/btn:hover .group-hover\/btn\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group\/li-second:hover .group-hover\/li-second\:text-gold{
  color: var(--color-gold);
}
.group\/language-li:hover .group-hover\/language-li\:opacity-100{
  opacity: 1;
}
.group\/li:hover .group-hover\/li\:after\:w-\[50px\]::after{
  content: var(--tw-content);
  width: 50px;
}
.group\/li:hover .group-hover\/li\:after\:bg-gold::after{
  content: var(--tw-content);
  background-color: var(--color-gold);
}
.group\/btn:active .group-active\/btn\:bg-gold{
  background-color: var(--color-gold);
}
.group\/btn:active .group-active\/btn\:bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.group\/li-second.img-double .group-\[\.img-double\]\/li-second\:\!aspect-\[2\/1\]{
  aspect-ratio: 2/1 !important;
}
.group\/header.is-scroll .group-\[\.is-scroll\]\/header\:h-full{
  height: 100%;
}
.group\/header.is-scroll .group-\[\.is-scroll\]\/header\:pt-0{
  padding-top: 0px;
}
.group.current-menu-item .group-\[\.current-menu-item\]\:underline{
  text-decoration-line: underline;
}
.group.current .before\:group-\[\.current\]\:bg-blue-dark::before{
  content: var(--tw-content);
  background-color: var(--color-blue-dark);
}
.group\/li.current-menu-item .group-\[\.current-menu-item\]\/li\:after\:w-\[50px\]::after{
  content: var(--tw-content);
  width: 50px;
}
.group\/li.current-menu-item .group-\[\.current-menu-item\]\/li\:after\:bg-gold::after{
  content: var(--tw-content);
  background-color: var(--color-gold);
}
@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:relative{
    position: relative;
  }
  .md\:bottom-5{
    bottom: 1.25rem;
  }
  .md\:left-0{
    left: 0px;
  }
  .md\:left-8{
    left: 2rem;
  }
  .md\:left-auto{
    left: auto;
  }
  .md\:right-0{
    right: 0px;
  }
  .md\:top-0{
    top: 0px;
  }
  .md\:top-5{
    top: 1.25rem;
  }
  .md\:top-\[525px\]{
    top: 525px;
  }
  .md\:top-auto{
    top: auto;
  }
  .md\:top-full{
    top: 100%;
  }
  .md\:order-3{
    order: 3;
  }
  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:-ml-\[15px\]{
    margin-left: -15px;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-14{
    margin-bottom: 3.5rem;
  }
  .md\:mb-\[-10rem\]{
    margin-bottom: -10rem;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-10{
    margin-top: 40px;
  }
  .md\:mt-14{
    margin-top: 3.5rem;
  }
  .md\:mt-16{
    margin-top: 4rem;
  }
  .md\:mt-20{
    margin-top: 80px;
  }
  .md\:mt-4{
    margin-top: 1rem;
  }
  .md\:mt-6{
    margin-top: 1.5rem;
  }
  .md\:mt-\[265px\]{
    margin-top: 265px;
  }
  .md\:mt-\[30px\]{
    margin-top: 30px;
  }
  .md\:mt-\[55px\]{
    margin-top: 55px;
  }
  .md\:block{
    display: block;
  }
  .md\:inline-block{
    display: inline-block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:aspect-video{
    aspect-ratio: 16 / 9;
  }
  .md\:h-\[225px\]{
    height: 225px;
  }
  .md\:h-\[23px\]{
    height: 23px;
  }
  .md\:h-\[50px\]{
    height: 50px;
  }
  .md\:h-auto{
    height: auto;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:min-h-0{
    min-height: 0px;
  }
  .md\:min-h-\[295px\]{
    min-height: 295px;
  }
  .md\:min-h-\[calc\(100dvh-265px\)\]{
    min-height: calc(100dvh - 265px);
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-1\/4{
    width: 25%;
  }
  .md\:w-36{
    width: 9rem;
  }
  .md\:w-\[270px\]{
    width: 270px;
  }
  .md\:w-\[50px\]{
    width: 50px;
  }
  .md\:w-\[calc\(\(100\%-1\.5rem\)\/4\)\]{
    width: calc((100% - 1.5rem) / 4);
  }
  .md\:w-\[calc\(\(100\%-1\.5rem\)\/4\*2\)\]{
    width: calc((100% - 1.5rem) / 4 * 2);
  }
  .md\:w-\[calc\(\(100\%_-_40px\)_\/_3\)\]{
    width: calc((100% - 40px) / 3);
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:max-w-\[270px\]{
    max-width: 270px;
  }
  .md\:max-w-\[350px\]{
    max-width: 350px;
  }
  .md\:max-w-\[362px\]{
    max-width: 362px;
  }
  .md\:max-w-\[500px\]{
    max-width: 500px;
  }
  .md\:max-w-full{
    max-width: 100%;
  }
  .md\:flex-1{
    flex: 1 1 0%;
  }
  .md\:flex-shrink-0{
    flex-shrink: 0;
  }
  .md\:-translate-y-28{
    --tw-translate-y: -7rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:-translate-y-52{
    --tw-translate-y: -13rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:translate-x-0{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:translate-y-0{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:translate-y-10{
    --tw-translate-y: 2.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-col{
    flex-direction: column;
  }
  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .md\:items-start{
    align-items: flex-start;
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:justify-around{
    justify-content: space-around;
  }
  .md\:gap-10{
    gap: 2.5rem;
  }
  .md\:gap-14{
    gap: 3.5rem;
  }
  .md\:gap-3{
    gap: 0.75rem;
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }
  .md\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
  .md\:gap-x-\[10px\]{
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .md\:self-start{
    align-self: flex-start;
  }
  .md\:rounded-full{
    border-radius: 9999px;
  }
  .md\:border{
    border-width: 1px;
  }
  .md\:border-black{
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  }
  .md\:bg-transparent{
    background-color: transparent;
  }
  .md\:px-10{
    padding-left: 40px;
    padding-right: 40px;
  }
  .md\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .md\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:py-10{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:py-5{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .md\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
  .md\:py-blocks-desktop{
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .md\:\!pb-24{
    padding-bottom: 6rem !important;
  }
  .md\:\!pt-10{
    padding-top: 40px !important;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pb-10{
    padding-bottom: 40px;
  }
  .md\:pb-12{
    padding-bottom: 3rem;
  }
  .md\:pb-16{
    padding-bottom: 4rem;
  }
  .md\:pb-24{
    padding-bottom: 6rem;
  }
  .md\:pb-3{
    padding-bottom: 0.75rem;
  }
  .md\:pb-5{
    padding-bottom: 20px;
  }
  .md\:pb-6{
    padding-bottom: 1.5rem;
  }
  .md\:pb-blocks-desktop{
    padding-bottom: 45px;
  }
  .md\:pl-20{
    padding-left: 80px;
  }
  .md\:pl-3{
    padding-left: 0.75rem;
  }
  .md\:pl-8{
    padding-left: 2rem;
  }
  .md\:pr-3{
    padding-right: 0.75rem;
  }
  .md\:pr-8{
    padding-right: 2rem;
  }
  .md\:pr-\[30px\]{
    padding-right: 30px;
  }
  .md\:pt-0{
    padding-top: 0px;
  }
  .md\:pt-12{
    padding-top: 3rem;
  }
  .md\:pt-2{
    padding-top: 0.5rem;
  }
  .md\:pt-20{
    padding-top: 80px;
  }
  .md\:pt-5{
    padding-top: 20px;
  }
  .md\:pt-8{
    padding-top: 2rem;
  }
  .md\:text-center{
    text-align: center;
  }
  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .md\:text-\[16px\]{
    font-size: 16px;
  }
  .md\:text-\[30px\]{
    font-size: 30px;
  }
  .md\:leading-\[31\.5px\]{
    line-height: 31.5px;
  }
  .md\:\[position\:unset\]{
    position: unset;
  }
  .md\:\[transform\:unset\]{
    transform: unset;
  }
  .before\:md\:left-\[0\]::before{
    content: var(--tw-content);
    left: 0;
  }
  .before\:md\:top-1\/2::before{
    content: var(--tw-content);
    top: 50%;
  }
  .before\:md\:h-\[13px\]::before{
    content: var(--tw-content);
    height: 13px;
  }
  .before\:md\:w-\[1px\]::before{
    content: var(--tw-content);
    width: 1px;
  }
  .before\:md\:-translate-y-1\/2::before{
    content: var(--tw-content);
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .before\:md\:translate-x-0::before{
    content: var(--tw-content);
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .after\:md\:bottom-0::after{
    content: var(--tw-content);
    bottom: 0px;
  }
  .hover\:md\:border-pink:hover{
    border-color: var(--color-pink);
  }
  .hover\:md\:bg-pink:hover{
    background-color: var(--color-pink);
  }
  .hover\:md\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .group\/header:not(.is-scroll) .group-\[\:not\(\.is-scroll\)\]\/header\:md\:absolute{
    position: absolute;
  }
  .group\/header:not(.is-scroll) .group-\[\:not\(\.is-scroll\)\]\/header\:md\:left-1\/2{
    left: 50%;
  }
  .group\/header:not(.is-scroll) .group-\[\:not\(\.is-scroll\)\]\/header\:md\:top-10{
    top: 2.5rem;
  }
  .group\/header.is-scroll .group-\[\.is-scroll\]\/header\:md\:mt-0{
    margin-top: 0px;
  }
  .group\/header.is-scroll .group-\[\.is-scroll\]\/header\:md\:block{
    display: block;
  }
  .group\/header.is-scroll .group-\[\.is-scroll\]\/header\:md\:flex{
    display: flex;
  }
  .group\/header.is-scroll .group-\[\.is-scroll\]\/header\:md\:hidden{
    display: none;
  }
  .group\/header.is-scroll .group-\[\.is-scroll\]\/header\:md\:h-full{
    height: 100%;
  }
  .group\/header:not(.is-scroll) .group-\[\:not\(\.is-scroll\)\]\/header\:md\:w-full{
    width: 100%;
  }
  .group\/header:not(.is-scroll) .group-\[\:not\(\.is-scroll\)\]\/header\:md\:max-w-\[1440px\]{
    max-width: 1440px;
  }
  .group\/header.is-scroll .group-\[\.is-scroll\]\/header\:md\:grow{
    flex-grow: 1;
  }
  .group\/header:not(.is-scroll) .group-\[\:not\(\.is-scroll\)\]\/header\:md\:-translate-x-1\/2{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .group\/header.is-scroll .group-\[\.is-scroll\]\/header\:md\:flex-row{
    flex-direction: row;
  }
  .group\/header.is-scroll .group-\[\.is-scroll\]\/header\:md\:flex-col{
    flex-direction: column;
  }
  .group\/header.is-scroll .group-\[\.is-scroll\]\/header\:md\:items-center{
    align-items: center;
  }
  .group\/header.is-scroll .group-\[\.is-scroll\]\/header\:md\:justify-center{
    justify-content: center;
  }
  .group\/header:not(.is-scroll) .group-\[\:not\(\.is-scroll\)\]\/header\:md\:px-10{
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px){
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-14{
    margin-top: 3.5rem;
  }
  .lg\:mt-24{
    margin-top: 6rem;
  }
  .lg\:mt-5{
    margin-top: 20px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline{
    display: inline;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:max-h-\[591px\]{
    max-height: 591px;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-2\/6{
    width: 33.333333%;
  }
  .lg\:w-3\/6{
    width: 50%;
  }
  .lg\:w-7\/12{
    width: 58.333333%;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:max-w-\[418px\]{
    max-width: 418px;
  }
  .lg\:max-w-\[calc\(\(100\%_-_40px\)_\/_3\)\]{
    max-width: calc((100% - 40px) / 3);
  }
  .lg\:translate-y-\[-35px\]{
    --tw-translate-y: -35px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:translate-y-\[-55px\]{
    --tw-translate-y: -55px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:translate-y-\[35px\]{
    --tw-translate-y: 35px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-wrap{
    flex-wrap: wrap;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:justify-around{
    justify-content: space-around;
  }
  .lg\:gap-16{
    gap: 4rem;
  }
  .lg\:gap-24{
    gap: 6rem;
  }
  .lg\:gap-6{
    gap: 1.5rem;
  }
  .lg\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }
  .lg\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
  .lg\:gap-y-6{
    row-gap: 1.5rem;
  }
  .lg\:gap-y-8{
    row-gap: 2rem;
  }
  .lg\:place-self-start{
    place-self: start;
  }
  .lg\:place-self-end{
    place-self: end;
  }
  .lg\:self-start{
    align-self: flex-start;
  }
  .lg\:self-end{
    align-self: flex-end;
  }
  .lg\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .lg\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .lg\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }
  .lg\:pl-10{
    padding-left: 40px;
  }
  .lg\:pl-\[60px\]{
    padding-left: 60px;
  }
  .lg\:pr-10{
    padding-right: 40px;
  }
  .\[\&\.admin-bar\]\:lg\:mt-\[297px\].admin-bar{
    margin-top: 297px;
  }
  .\[\&\.admin-bar\]\:lg\:min-h-\[calc\(100dvh-297px\)\].admin-bar{
    min-height: calc(100dvh - 297px);
  }
}
.\[\&\.current\]\:border-pink.current{
  border-color: var(--color-pink);
}
.\[\&\.current\]\:bg-pink.current{
  background-color: var(--color-pink);
}
.\[\&\.current\]\:font-extrabold.current{
  font-weight: 800;
}
.\[\&\.current\]\:text-blue-dark.current{
  color: var(--color-blue-dark);
}
.\[\&\.current\]\:text-white.current{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .\[\&\.current\]\:md\:border-pink.current{
    border-color: var(--color-pink);
  }
  .\[\&\.current\]\:md\:bg-pink.current{
    background-color: var(--color-pink);
  }
  .\[\&\.current\]\:md\:text-white.current{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.\[\&\.is-active\]\:translate-x-0.is-active{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 768px){
  .\[\&\.is-scroll\]\:md\:h-\[100px\].is-scroll{
    height: 100px;
  }
}
.\[\&\>img\]\:h-full>img{
  height: 100%;
}
.\[\&\>img\]\:w-full>img{
  width: 100%;
}
.\[\&\>img\]\:object-cover>img{
  -o-object-fit: cover;
     object-fit: cover;
}
.\[\&\>img\]\:object-center>img{
  -o-object-position: center;
     object-position: center;
}
.\[\&_img\]\:aspect-\[16\/7\] img{
  aspect-ratio: 16/7;
}
.\[\&_img\]\:w-full img{
  width: 100%;
}
.\[\&_img\]\:object-cover img{
  -o-object-fit: cover;
     object-fit: cover;
}/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */

.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  

  --pswp-root-z-index: 100000;
  
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;

  --pswp-error-text-color: var(--pswp-icon-color);
}


/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/

.pswp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: var(--pswp-root-z-index);
	display: none;
	touch-action: none;
	outline: 0;
	opacity: 0.003;
	contain: layout style size;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
	display: block;
}

.pswp,
.pswp__bg {
	transform: translateZ(0);
	will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
	background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
	overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
	width: auto;
	height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
	cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
	cursor: move;
	cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
	cursor: zoom-out;
}


/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.pswp__item {
	/* z-index for fade transition */
	z-index: 1;
	overflow: hidden;
}

.pswp__hidden {
	display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}
.pswp__content > * {
  pointer-events: auto;
}


/*

  PhotoSwipe UI

*/

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}
.pswp__error-msg {
	margin: auto;
	font-size: 1em;
	line-height: 1;
	color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
	opacity: 0.005;
	will-change: opacity;
	transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
	z-index: 10; /* always overlap slide content */
	pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
	opacity: 1;
	pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
	position: relative;
	display: block;
	width: 50px;
	height: 60px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
	background: none;
	border: 0;
	box-shadow: none;
	opacity: 0.85;
	-webkit-appearance: none;
	-webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
	outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
	background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	display: flex;
  flex-direction: row;
  justify-content: flex-end;
	z-index: 10;

	/* allow events to pass through top bar itself */
	pointer-events: none !important;
}
.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}


/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}


/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}
.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}


/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@keyframes pswp-clockwise {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::-moz-selection {
	background: transparent;
}
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;
	transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}
