/* montserrat-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/montserrat-v26-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v26-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v26-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v26-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v26-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* great-vibes-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Great Vibes';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/great-vibes-v19-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


.leaflet-image-layer,
.leaflet-layer,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-pane,
.leaflet-pane>canvas,
.leaflet-pane>svg,
.leaflet-tile,
.leaflet-tile-container,
.leaflet-zoom-box {
  left: 0;
  position: absolute;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile {
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.leaflet-tile::selection {
  background: #0000;
}

.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

.leaflet-safari .leaflet-tile-container {
  height: 1600px;
  -webkit-transform-origin: 0 0;
  width: 1600px;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
  max-height: none !important;
  max-width: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  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 {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 0;
  width: 0;
  z-index: 800;
}

.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 {
  height: 1px;
  width: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

.leaflet-control {
  pointer-events: visiblePainted;
  pointer-events: auto;
  position: relative;
  z-index: 800;
}

.leaflet-bottom,
.leaflet-top {
  pointer-events: none;
  position: absolute;
  z-index: 1000;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  clear: both;
  float: left;
}

.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;
}

.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  will-change: transform;
}

.leaflet-pan-anim .leaflet-tile,
.leaflet-zoom-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-control,
.leaflet-popup-pane {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.leaflet-image-layer,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-pane>svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-image-layer.leaflet-interactive,
.leaflet-marker-icon.leaflet-interactive,
.leaflet-pane>svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto;
}

.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078a8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  background: #ffffff80;
  border: 2px dotted #38f;
}

.leaflet-container {
  font: 12px/1.5 Helvetica Neue, Arial, Helvetica, sans-serif;
}

.leaflet-bar {
  border-radius: 4px;
  box-shadow: 0 1px 5px #000000a6;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  color: #000;
  display: block;
  height: 26px;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  width: 26px;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  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: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.leaflet-bar a.leaflet-disabled {
  background-color: #f4f4f4;
  color: #bbb;
  cursor: default;
}

.leaflet-touch .leaflet-bar a {
  height: 30px;
  line-height: 30px;
  width: 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;
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: 700 18px Lucida Console, Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

.leaflet-control-layers {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 5px #0006;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  height: 36px;
  width: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  height: 44px;
  width: 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 {
  background: #fff;
  color: #333;
  padding: 6px 10px 6px 6px;
}

.leaflet-control-layers-scrollbar {
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  border-top: 1px solid #ddd;
  height: 0;
  margin: 5px -10px 5px -6px;
}

.leaflet-default-icon-path {
  background-image: url(images/marker-icon.png);
}

.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: #ffffffb3;
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  color: #333;
  padding: 0 5px;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  background: #fff;
  background: #ffffff80;
  border: 2px solid #777;
  border-top: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 11px;
  line-height: 1.1;
  overflow: hidden;
  padding: 2px 5px 1px;
  white-space: nowrap;
}

.leaflet-control-scale-line:not(:first-child) {
  border-bottom: none;
  border-top: 2px solid #777;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers {
  box-shadow: none;
}

.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-layers {
  background-clip: padding-box;
  border: 2px solid #0003;
}

.leaflet-popup {
  margin-bottom: 20px;
  position: absolute;
  text-align: center;
}

.leaflet-popup-content-wrapper {
  border-radius: 12px;
  padding: 1px;
  text-align: left;
}

.leaflet-popup-content {
  line-height: 1.4;
  margin: 13px 19px;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  height: 20px;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 40px;
}

.leaflet-popup-tip {
  height: 17px;
  margin: -10px auto 0;
  padding: 1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 17px;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: #fff;
  box-shadow: 0 3px 14px #0006;
  color: #333;
}

.leaflet-container a.leaflet-popup-close-button {
  background: #0000;
  border: none;
  color: #c3c3c3;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  font-weight: 700;
  height: 14px;
  padding: 4px 4px 0 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 18px;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  overflow: auto;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  -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);
  margin: 0 auto;
  width: 24px;
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

.leaflet-tooltip {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0 1px 3px #0006;
  color: #222;
  padding: 6px;
  pointer-events: none;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before,
.leaflet-tooltip-top:before {
  background: #0000;
  border: 6px solid #0000;
  content: "";
  pointer-events: none;
  position: absolute;
}

.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 {
  border-top-color: #fff;
  bottom: 0;
  margin-bottom: -12px;
}

.leaflet-tooltip-bottom:before {
  border-bottom-color: #fff;
  margin-left: -6px;
  margin-top: -12px;
  top: 0;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  margin-top: -6px;
  top: 50%;
}

.leaflet-tooltip-left:before {
  border-left-color: #fff;
  margin-right: -12px;
  right: 0;
}

.leaflet-tooltip-right:before {
  border-right-color: #fff;
  left: 0;
  margin-left: -12px;
}

/*!
 * Bootstrap Grid v5.0.0-beta2 (https://getbootstrap.com/)
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
  width: 100%;
}

@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
  margin-top: calc(var(--bs-gutter-y) * -1);
}

.row>* {
  box-sizing: border-box;
  flex-shrink: 0;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-right: calc(var(--bs-gutter-x) / 2);
  width: 100%;
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto>* {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1>* {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2>* {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3>* {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4>* {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5>* {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6>* {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.sub-justify-content>div {
  display: flex;
  justify-content: center;
}

@media (min-width: 1400px) {

  .content-centered,
  .content-centered-75 {
    display: flex;
    justify-content: center;
  }

  .content-centered-75>div,
  .content-centered>div {
    overflow: hidden;
    width: 85% !important;
  }

  .content-centered-75>div {
    width: 75% !important;
  }
}

@media(max-width: 1400px) {
  .lang-iso-code .icon_flag {
    margin-right: 5px;
  }

  /* .intro-area .text_intro .text .scroll::before {
   
   height: min(max(79px, 9.7vw), 130px) !important;
  } */
  .intro-area .text_intro .text .scroll #scroll-down::after {
    top: calc(50% + 231px) !important;
  }
}

@media(max-width: 1254px) {
  .intro-area .text_intro .text .scroll:before {
    height: min(max(130px, 13.7vw), 130px) !important;
  }

  .intro-area .text_intro .text .scroll #scroll-down::after {
    top: calc(50% + 163px) !important;
  }
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.my-1 {
  margin-bottom: 0.25rem !important;
  margin-top: 0.25rem !important;
}

.my-2 {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
}

.my-3 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}

.my-4 {
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important;
}

.my-5 {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
}

.my-auto {
  margin-bottom: auto !important;
  margin-top: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-6 {
  margin-top: 4rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.py-1 {
  padding-bottom: 0.25rem !important;
  padding-top: 0.25rem !important;
}

.py-2 {
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
}

.py-3 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}

.py-4 {
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
}

.py-5 {
  padding-bottom: 3rem !important;
  padding-top: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-sm-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }

  .my-sm-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }

  .my-sm-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }

  .my-sm-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }

  .my-sm-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }

  .my-sm-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }

  .my-sm-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-sm-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  .py-sm-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }

  .py-sm-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }

  .py-sm-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }

  .py-sm-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }

  .py-sm-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-md-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }

  .my-md-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }

  .my-md-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }

  .my-md-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }

  .my-md-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }

  .my-md-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }

  .my-md-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-7 {
    margin-top: 7rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-md-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  .py-md-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }

  .py-md-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }

  .py-md-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }

  .py-md-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }

  .py-md-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }

  .py-md-7 {
    padding-bottom: 7rem !important;
    padding-top: 7rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-lg-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }

  .my-lg-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }

  .my-lg-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }

  .my-lg-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }

  .my-lg-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }

  .my-lg-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }

  .my-lg-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-lg-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  .py-lg-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }

  .py-lg-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }

  .py-lg-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }

  .py-lg-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }

  .py-lg-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-xl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }

  .my-xl-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }

  .my-xl-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }

  .my-xl-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }

  .my-xl-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }

  .my-xl-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }

  .my-xl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-xl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  .py-xl-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }

  .py-xl-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }

  .py-xl-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }

  .py-xl-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }

  .py-xl-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-xxl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }

  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }

  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }

  .my-xxl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-xxl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }

  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}

.row.display-flex>[class*="col-"] {
  flex-grow: 1;
}


.larg_title {
  color: #AE3D17;
  font-size: 40px;
  font-weight: 400;
  line-height: 42px;
}

@media (max-width: 768px) {
  .larg_title {
    font-size: 24px;
    line-height: 32px;
  }
}

.product_title,
.slider_section3 .image-container .image-caption .product_title .larg_title,
.product_title .title {
  font-size: 16px;
  color: #323232;
  font-weight: 600;
  line-height: 27px;
  text-transform: uppercase;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
}

@media (max-width: 992px) {

  .product_title,
  .product_title .title {
    font-size: 16px;
  }
}

.slider-container::-webkit-scrollbar {
  height: 2px;
  width: 2px;
}

.slider-container::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.slider-container::-webkit-scrollbar-thumb,
.slider-container::-webkit-scrollbar-thumb:hover {
  background-color: #f58e18;
}

.slider-container {
  scrollbar-color: #006729 #e0e0e0;
  scrollbar-width: thin;
}

.slider-container::-moz-scrollbar {
  height: 1px;
  width: 2px;
}

.slider-container::-moz-scrollbar-track {
  background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background-color: #999;
  height: 1px;
}

.slider-container::-moz-scrollbar-thumb:hover {
  background-color: #f58e18;
}

@media (max-width: 992px) {
  [crop-text] {
    display: none;
  }

  b.crop-text {
    cursor: pointer;
    font-weight: 100;
  }
}

@media (min-width: 993px) {

  b.crop-text,
  div.shortText {
    display: none;
  }
}

.intro-pageStatic h1 {
  color: #AE3D17;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 12px;
}

.intro-pageStatic h1,
.intro-pageStatic h2 {
  font-weight: 400;
}

.intro-pageStatic h2 {
  color: #006729;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 8px;
  margin-top: 12px;
}

.intro-pageStatic h3,
.intro-pageStatic h4,
.intro-pageStatic h5,
.intro-pageStatic h6 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 16px;
  margin-top: 12px;
}

.intro-pageStatic ul li {
  position: relative;
  list-style-type: none;
}

.intro-pageStatic ul li:before {
  content: '';
  position: absolute;
  top: 6px;
  left: -7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: currentColor;
}

.button1 {
  position: relative;
  z-index: 1;
}

.button--ujarak {
  transition: border-color 0.4s, color 0.4s;
}

.button--ujarak:before {
  background: #006729;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0.7);
  transition: transform 0.4s, opacity 0.4s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  width: 100%;
  z-index: -1;
  border-radius: 20px;
}

.ujarak_acc:before {
  border-radius: 40px !important;
}

.button--ujarak.button--inverted:before {
  background: #006729;
}

.button--ujarak,
.button--ujarak:before {
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--ujarak:hover {
  border-color: #006729;
  color: #fff;
}

.button--ujarak.button--inverted:hover {
  border-color: #fff;
  color: #006729;
}

.button--ujarak:hover:before {
  opacity: 1;
  transform: translateZ(0);
}

header {
  background-color: rgba(174, 61, 23, 0.80);
  position: fixed;
  width: 100%;
  z-index: 22;
}

.icon-watss {
  position: fixed;
  bottom: 92px;
  left: 16px;
}

.btn-whatsapp-pulse {
  color: white;
  position: fixed;
  bottom: 92px;
  left: 16px;
  /* font-size: 40px; */
  display: none;
  justify-content: center;
  align-items: center;
  padding: 4px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 9;
}

.btn-whatsapp-pulse.show-it {
  display: flex;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

.btn-whatsapp-pulse-border {
  bottom: 120px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

header nav {
  color: #fff;
  display: flex;
  max-width: 1480px;
  width: 100%;
  font-size: min(max(14px, 1vw), 16px);
  justify-content: left;
  margin: auto;
  padding: 13px 0;
}

.drpdown-mobile {
  display: none;
}

.drpdown-desktop {
  display: block;
}

.lang-iso-code {
  display: flex;
}

@media (max-width: 1465px) {
  header nav {
    max-width: max-content;
  }

  nav menu {
    gap: 20px;
  }

}

@media (max-width: 992px) {
  header nav {
    width: calc(100% - 17px);
    margin: auto;
    max-width: 100%;
    border-bottom: none;
    padding: 0;
  }

  .drpdown-mobile {
    display: block;
  }

  .drpdown-desktop {
    display: none;
  }
}

header nav .nav_menu {
  align-items: center;
  display: flex;
  position: relative;
  z-index: 10;
}

header nav .nav_logo svg {
  margin: -38px 0 -102px;
  max-width: 18vw;
}

@media (max-width: 1086px) {
  header nav .nav_logo svg {
    max-width: 40vw;
  }
}

/* header nav .nav_logo svg{
  filter: drop-shadow(6px -5px 5px rgba(219, 219, 219, 0.4));
} */

@media (min-width: 992px) {
  .close_icon {
    display: none;
  }
}

#menu-toggle {
  display: none;
}

.menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.menu li {
  margin: 0 clamp(15px, 1vw, 19px);
  padding-top: 7px;
  padding-bottom: 4px;
}

.menu>li {
  padding: 22px 0;
}

.menu li svg {
  cursor: pointer;
  margin-left: 4px;
  vertical-align: middle;
}

.menu a {
  fill: #fff;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.menu li.sub_menu:hover a,
.menu li a:hover,
.menu li a:hover svg {
  fill: #006729;
  color: #006729;
  transition: 0.4s;
}

.sub_menu ul li a {
  color: #000 !important;
}

.sub_menu ul li:hover a {
  color: #006729 !important;
  transition: 0.4s;
}

.menu-toggle-label {
  cursor: pointer;
  display: none;
}

.sub_menu::before {
  cursor: pointer;
}

@media (max-width: 992px) {
  .menu li {
    /* margin: 0 7px; */
    cursor: pointer;
    padding: 0;
    margin: 22px 0px;
  }

  .sub_menu::before {
    top: 3px;
    right: 7px !important;
  }

  .menu li svg {
    position: absolute;
    right: 19px;
    top: 27px;
  }
}

.nav_reservation {
  align-items: center;
  display: flex;
}

.agenda_ {
  display: none;
}

.nav_reservation li {
  list-style: none;
  padding-top: 7px;
  padding-bottom: 3px;
  text-transform: uppercase;
}

.nav_reservation li .btn_ {
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 30px;
  position: relative;
  text-decoration: none;
  border-radius: 100px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav_reservation li .btn_ svg {
  margin-right: 4px;
  vertical-align: -7px;
}

.sub_menu {
  position: relative;
}

.sub_menu:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10'%3E%3Cpath fill='%23fff' d='M7.996 9.176a.348.348 0 0 1-.247-.101L.098 1.423A.348.348 0 0 1 .589.93l7.407 7.405L15.4.93a.348.348 0 1 1 .492.492L8.241 9.074a.348.348 0 0 1-.245.102Z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 0;
  width: 24px;
}

.sub_menu:hover:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cg clip-path='url(%23a)' fill='%23006729'%3E%3Cpath d='m15.402 3.93-7.406 7.406L.59 3.93a.348.348 0 0 0-.491.492l7.651 7.652a.348.348 0 0 0 .492 0l7.652-7.652a.348.348 0 1 0-.492-.492Z'/%3E%3Cpath d='M7.996 12.176a.348.348 0 0 1-.247-.101L.098 4.423a.348.348 0 0 1 .491-.492l7.407 7.405L15.4 3.93a.348.348 0 1 1 .492.492L8.24 12.074a.348.348 0 0 1-.245.102Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.sub_menu ul {
  animation: growDown 500ms ease-in-out forwards;
  transform-origin: top center;
  background: #fff;
  display: none;
  min-width: 159px;
  padding: 5px 0;
  position: absolute;
  left: 0;
  top: 100%;
  width: max-content;
  /* margin-top: 5px; */
}

@keyframes growDown {
  0% {
    transform: rotateX(-90deg)
  }

  /* 70% {
      transform: rotateX(20deg) 
  } */
  100% {
    transform: rotateX(0deg)
  }
}

.sub_menu ul li {
  margin: 0;
  padding: 8px 0;
  width: 100%;
}

.sub_menu a {
  margin-right: 26px;
}

.sub_menu ul li a {
  color: #000;
  line-height: 120%;
  padding: 10px 15px;
}

.sub_menu:hover ul,
.menu_level_1:hover {
  display: block !important;
}

@media (max-width: 992px) {
  .sub_menu ul {
    background: transparent;
  }

  .sub_menu ul.active {
    display: block;
  }

  .sub_menu ul {
    position: relative;
  }
}

.lang-trigger {
  cursor: pointer;
  padding-left: 20px;
  padding-top: 9px;
  position: relative;
}

.lang-trigger ul {
  background-color: #fff;
  box-shadow: 0 10px 24px 0 #0000001a;
  color: #000;
  display: none;
  margin: -0.2rem 0;
  max-height: 245px;
  opacity: 1;
  overflow: hidden;
  padding: 5px;
  position: absolute;
  right: -1px;
  top: calc(100% + 0.3rem);
  transition: max-height 0.3s ease;
  width: 47px;
}

.lang-trigger ul li a {
  color: #000;
  display: flex;
  font-size: 14px;
  column-gap: 3px;
}

.lang-trigger ul li a svg {
  margin-right: 2px;
  margin-top: 2px;
  margin-top: 1px;
}

.lang-trigger .icon_flag {
  margin-right: 4px;
}

.fc-axis.fc-widget-content {
  border: 0;
}

.fc-divider.fc-widget-header {
  background: #fff !important;
}

.lang-trigger .icon_flag svg {
  padding-bottom: 2px;
}

@media (max-width: 992px) {
  .lang-trigger .icon_flag svg {
    height: 21px;
    width: 21px;
  }

  .lang-trigger {
    padding-left: 0;
  }

  .lang-trigger ul {
    width: 71px;
    border: 1px solid #c4c4c4;
  }

  .lang-trigger svg {
    width: 14px;
    height: auto;
  }

  .lang-text{
  display: none;

  }

  .sub_menu ul li a {
    padding: 0px 15px;
    font-size: 18px;
    color: #fff !important;
  }
}

.lang-trigger svg {
  vertical-align: bottom;
  margin-left: 4px;
  margin-top: 1px;
}

.lang-trigger ul li a:hover {
  color: #006729;
}

.lang-trigger:focus ul,
.lang-trigger:hover ul {
  background-color: #fff;
  border-radius: 1px;
  display: block;
  max-height: 245px;
  opacity: 1;
  z-index: 10;
}

.lang-trigger:focus ul a,
.lang-trigger:hover ul a {
  color: #000;
}

.nav_reservation .btn_resrvation .button--ujarak:before {
  border: 1px solid;
  width: 97%;
  top: -1px;
  border-radius: 100px;
}

@media (max-width: 1086px) {
  .nav_reservation .btn_resrvation .btn_ {
    display: none;
  }

  .nav_reservation .btn_resrvation .agenda_ {
    display: block;
  }
}

@media (max-width: 992px) {
  .nav_logo {
    padding-right: 0 !important;
    text-align: center;
  }
}

@media (max-width: 992px) {
  .nav_reservation {
    flex: 1;
    justify-content: flex-end;
  }
}

@media (max-width: 1086px) {
  .nav_reservation .btn_resrvation {
    order: 2;
    margin-left: 15px;
  }
}

@media (max-width: 992px) {
  .toggle {
    align-items: center;
    display: flex;
    height: 70px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 53px;
  }

  .toggle span {
    background: #fff;
    border-radius: 4px;
    height: 1.8px;
    position: absolute;
    transition: 0.5s;
    width: 24px;
  }

  .toggle span:nth-child(2) {
    left: 15px;
    transform: translateY(-10px);
    width: 19px;
  }

  .toggle span:nth-child(3) {
    left: 15px;
    transform: translateY(10px);
    width: 15px;
  }

  .toggle.active span:first-child {
    transform: translateX(60px);
  }

  .toggle.active span:nth-child(2) {
    transform: translateX(0) rotate(45deg);
    transition-delay: 0.2s;
    width: 40px;
  }

  .toggle.active span:nth-child(3) {
    transform: translateX(0) rotate(-45deg);
    transition-delay: 0.4s;
    width: 40px;
  }

  .menu_active {
    left: 0 !important;
  }

  nav {
    justify-content: left;
    padding: 18px 0;
  }

  .sub_menu a {
    margin-right: 0px;
  }

  .menu {
    color: #fff;
    display: block;
    /* height: 100%; */
    width: 96%;
    padding-top: 76px;
    overflow-y: auto;
  }

  .menu .close_icon {
    cursor: pointer;
    padding-right: 26px;
    position: absolute;
    right: 0;
    top: 33px;
  }

  .menu a {
    display: block;
    font-size: 20px;
    /* padding: 15px 0px; */
  }

  .menu-toggle-label {
    align-items: center;
    display: flex;
    font-size: 16px;
    width: 33%;
  }

  .nav_menu {
    left: -112vw;
    height: 100%;
    padding: 1rem .8rem;
    position: fixed !important;
    top: 0;
    transition: left .6s ease;
    width: 100vw;
    z-index: 10;
    background-color: #AE3D17;
    align-items: inherit !important;
  }

  .navigation {
    height: fit-content;
    position: absolute;
    right: 40px;
    top: 35px;
    cursor: pointer;
  }
}

.grid-wrap {
  clear: both;
  margin: 0 auto;
  max-width: 1260px;
  padding: 0;
}

.grid {
  list-style: none;
  margin: auto;
  min-height: 500px;
  padding: 0;
}

.js .grid {
  background: url(../../images/loading.gif) no-repeat 50% 100px;
}

.js .grid.loaded {
  background: none;
}

.grid li {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: top;
  width: 314px;
}

@media screen and (max-width: 992px) {
  .grid li {
    width: 360px;
  }
}

.js .grid li {
  display: none;
  float: left;
}

.js .grid.loaded li {
  display: block;
}

.grid li img,
.grid li>a {
  border: none;
  display: block;
  outline: none;
}

.grid li>a {
  margin: 7px;
  overflow: hidden;
  position: relative;
}

.grid .curtain {
  background: #96cdc8;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

.grid.swipe-right .curtain {
  transform: translate3d(-100%, 0, 0);
}

.grid.swipe-down .curtain {
  transform: translate3d(0, -100%, 0);
}

.grid.swipe-rotate .curtain {
  height: 200%;
  transform: rotate(90deg);
  transform-origin: top left;
  width: 200%;
}

.grid .curtain:after {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.grid.swipe-right .curtain:after,
.grid.swipe-rotate .curtain:after {
  left: -100%;
}

.grid.swipe-down .curtain:after {
  top: -100%;
}

.grid li a {
  align-items: center;
  display: flex;
  position: relative;
}

.grid li>a::after {
  width: 60px;
  height: 60px;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(2);
  background: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg enable-background='new 0 0 52.966 52.966' fill='%23fff' version='1.1' viewBox='0 0 52.966 52.966' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m28.983 20h-6v-6c0-0.552-0.448-1-1-1s-1 0.448-1 1v6h-6c-0.552 0-1 0.448-1 1s0.448 1 1 1h6v6c0 0.552 0.448 1 1 1s1-0.448 1-1v-6h6c0.552 0 1-0.448 1-1s-0.448-1-1-1z'/%3e%3cpath d='m51.704 51.273-14.859-15.453c3.79-3.801 6.138-9.041 6.138-14.82 0-11.58-9.42-21-21-21s-21 9.42-21 21 9.42 21 21 21c5.083 0 9.748-1.817 13.384-4.832l14.895 15.491c0.196 0.205 0.458 0.307 0.721 0.307 0.25 0 0.499-0.093 0.693-0.279 0.398-0.383 0.41-1.016 0.028-1.414zm-48.721-30.273c0-10.477 8.523-19 19-19s19 8.523 19 19-8.523 19-19 19-19-8.523-19-19z'/%3e%3c/svg%3e ") center no-repeat
}

.grid li.shown:hover>a::after {
  transform: translateX(-50%) translateY(-50%) scale(1)
}

.grid li.shown:hover img {
  filter: brightness(0.4);
}

.grid li img {
  transition: filter .3s ease;
}

.grid.swipe-right li.animate .curtain {
  animation: swipeRight 1.5s cubic-bezier(0.6, 0, 0.4, 1) forwards;
}

@keyframes swipeRight {

  50%,
  60% {
    transform: translate(0);
  }

  to {
    transform: translate3d(100%, 0, 0);
  }
}

.grid.swipe-down li.animate .curtain {
  animation: swipeDown 1.5s cubic-bezier(0.6, 0, 0.4, 1) forwards;
}

@keyframes swipeDown {

  50%,
  60% {
    transform: translate(0);
  }

  to {
    transform: translate3d(0, 100%, 0);
  }
}

.grid.swipe-rotate li.animate .curtain {
  animation: swipeRotate 1.5s ease forwards;
}

@keyframes swipeRotate {

  50%,
  60% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-90deg);
  }
}

.grid li.animate .curtain:after {
  animation: fadeOut 1.5s ease forwards;
  animation-delay: inherit;
}

@keyframes fadeOut {

  50%,
  60% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.js .grid li h3,
.js .grid li img {
  visibility: hidden;
}

.grid li.animate h3,
.grid li.animate img {
  animation: showMe 1.5s step-end forwards;
}

@keyframes showMe {
  0% {
    visibility: hidden;
  }

  60%,
  to {
    visibility: visible;
  }
}

.grid li.shown h3,
.grid li.shown img {
  visibility: visible;
}

.breadcrumb {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  min-height: 351px;
  position: relative;
}

@media (max-width: 992px) {
  .breadcrumb {
    min-height: 242px;
  }
}

.breadcrumb .image_breadcrumb img {
  height: 100%;
  left: 0;
  min-height: 182px;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.breadcrumb .text_breadcrumb {
  margin: 100px 0 10px;
  max-width: calc(100% - 30px);
  text-align: center;
}

.breadcrumb .text_breadcrumb .phat_breadcrumb ul {
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 300;
  justify-content: center;
  list-style-type: none;
  padding-top: 7px;
  text-transform: capitalize;
  /* transform: translateX(-14px); */
}

.breadcrumb .text_breadcrumb .phat_breadcrumb ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 5px;
  white-space: nowrap;
}

.breadcrumb .text_breadcrumb .phat_breadcrumb ul li a {
  color: #fff;
}

.breadcrumb .text_breadcrumb .title_breadcrumb h1,
.breadcrumb .text_breadcrumb .title_breadcrumb p {
  color: #fff;
  font-size: 54px;
  font-weight: 400;
  line-height: 70px;
  text-align: center;
  font-family: "Great Vibes";
}

.select2-selection.select2-selection--single {
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #323232 !important;
  background-color: transparent !important;
}

@media (max-width: 992px) {
  .breadcrumb .text_breadcrumb .title_breadcrumb h1 {
    font-size: 36px;
  }

  .breadcrumb .text_breadcrumb {
    bottom: 12px;
  }

  .breadcrumb .text_breadcrumb .title_breadcrumb p {
    font-size: 36px;
    line-height: 48px;
  }

  .breadcrumb .text_breadcrumb .phat_breadcrumb ul {
    padding-top: 0;
  }

  .fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-title .larg_title {
    font-size: 24px !important;
  }

  /* .breadcrumb .text_breadcrumb {
    font-size: 36px !important;
  } */
}

.btn-Decouvrir,
.reserver-btn {
  border: 1px solid #e3e3e3;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  min-width: 94px;
  padding: 5px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}

footer {
  background-color: #323232;
}

footer>nav .itineraire svg {
  background: #323232;
  z-index: 1;
  position: relative;
}

.newsletter-block-left .newsletter-input {
  background-color: #fff;
  background-image: url(/assets/images/news.svg);
  background-position: 0;
  background-position-x: 5px !important;
  background-repeat: no-repeat;
  border: 2px solid #0000;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  height: calc(2.25rem + 2px);
  max-width: 288px;
  outline: 0;
  padding-left: 30px;
  width: 100%;
}

.newsletter-block-left button[type="submit"] {
  background-color: #000;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  max-width: 111px;
  min-width: 111px;
  width: 100%;
}

@media (min-width: 993px) {

  footer .primary_title {
    font-size: 20px;
    line-height: 29px;
    padding: 0;
  }

  footer .primary_title,
  footer .secondary_title {
    color: #AE3C06;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 7px;
  }

  footer .secondary_title a {
    font-size: 16px;
    line-height: 23px;
  }

  footer .capitalize {
    text-transform: capitalize;
  }

  footer .title_mobile {
    display: none;
  }

  footer .topNav {
    background-color: #F8F8F8;
  }

  footer .topNav .topnav_footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1164px;
    padding: 34px 0;
    position: relative;
  }

  footer .topNav .topnav_footer ._col {
    flex: 1;
  }

  footer .topNav .topnav_footer ._col .socail_media {
    display: flex;
  }

  footer .topNav .topnav_footer ._col .socail_media .icon {
    height: 38px;
    margin-right: 6px;
    width: 38px;
  }

  footer .topNav .topnav_footer ._col .primary_title {
    margin-bottom: 8px;
  }

  footer .topNav .topnav_footer ._col .socail_media .icon svg:hover {
    transform: translateY(-5px);
    transition: 0.3s;
  }

  footer .topNav .topnav_footer ._col:first-child {
    flex-grow: 2;
    max-width: 407px;
  }

  footer .topNav .topnav_footer ._col:nth-child(2) {
    flex-grow: 2;
    max-width: 557px;
  }

  footer .topNav .topnav_footer a {
    position: relative;
  }

  footer .topNav .topnav_footer ul li {
    color: #000;
  }

  footer .topNav .topnav_footer a:hover:after {
    transform: scaleX(1);
    transform-origin: left;
  }

  footer .topNav .topnav_footer ul a:after {
    background-color: #000;
    border-radius: 3px;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease-in-out;
    width: 100%;
  }

  footer .topNav .topnav_footer ul .first-num:after {
    width: 95%;
  }

  footer>nav {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    justify-content: space-between;
    margin: 0 auto;
    max-height: 288px;
    max-width: 1164px;
    padding: 19px 0 15px;
    position: relative;
  }

  footer>nav a {
    color: #fff !important;
    position: relative;
    font-weight: 400;
  }


  footer>nav a:after {
    background-color: #fff;
    border-radius: 3px;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease-in-out;
    width: 100%;
  }

  footer>nav a:hover:after {
    transform: scaleX(1);
    transform-origin: left;
  }

  footer>nav .capitalize a:after {
    content: none;
  }

  footer>nav ul li {
    padding: 0 0 11px;
  }

  footer>nav ul .text- {
    padding: 0;
    text-transform: capitalize;
  }

  footer>nav ._contact {
    padding-left: 23px;
  }

  footer>nav ._contact .itineraire {
    padding-bottom: 14px;
  }

  footer>nav ._contact:after {
    border-color: #fff;
    border-left: 1px solid #626262;
    content: "";
    height: calc(100% - 55px);
    top: 24px;
    margin-left: -23px;
    position: absolute;
  }

  footer .footer-navigation ._col {
    flex: 1;
    color: #fff;
  }

  footer .footer-navigation ._col:first-child {
    flex-grow: 2;
    max-width: 354px;
    padding-top: 11px;
    text-transform: uppercase;
  }

  footer .footer-navigation ._col:nth-child(2) {
    flex-grow: 2;
    max-width: 435px;
    padding-top: 11px;
    text-transform: uppercase;
  }

}

@media (max-width: 993px) {
  .topnav_footer {
    padding: 0 16px;
  }

  .topnav_footer .primary_title {
    color: #006729;
    font-size: 20px;
    font-weight: 300;
    line-height: 29px;
    padding: 12px 0;
    text-transform: uppercase;
  }

  .topnav_footer .newsletter-block-left .newsletter-input {
    background-color: #fff;
  }

  .footer-navigation {
    background: #323232;
    color: #fff;
  }

  .footer-navigation a {
    color: #fff;
  }

  .footer-navigation ._col .primary_title,
  .footer-navigation ._col .secondary_title,
  .footer-navigation ._col .title_mobile {
    padding-bottom: 12px !important;
  }

  .footer-navigation ._col .title_mobile {
    color: #fff;
    font-weight: 600;
  }

  .footer-navigation ._col .itineraire {
    padding-left: 0 !important;
  }


  .topnav_footer .socail_media {
    background-color: initial;
    display: flex;
    padding-bottom: 7px;
    position: absolute;
    position: relative;
    z-index: 12;
  }

  .topnav_footer .socail_media .icon {
    padding: 0 6px;
  }

  .show,
  .title_mobile {
    color: #AE3C06;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
  }

  footer nav .links {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }

  footer nav .links li {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 9px;
  }

  footer nav .links a {
    max-height: 0;
  }

  footer nav .show.active+.links,
  footer nav .title_mobile.active+.links {
    max-height: 600px;
  }

  .show.active:after,
  footer nav .title_mobile.active:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='1' fill='none'%3E%3Cpath fill='%23fff' d='M0 0h17v1H0z'/%3E%3C/svg%3E");
    height: 2px;
    top: calc(50% - 1px);
  }

  .show:after,
  footer nav .title_mobile:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none'%3E%3Cpath fill='%23fff' d='M16.336 7.836H9.164V.664a.664.664 0 1 0-1.328 0v7.172H.664a.664.664 0 1 0 0 1.328h7.172v7.172a.664.664 0 1 0 1.328 0V9.164h7.172a.664.664 0 1 0 0-1.328Z'/%3E%3C/svg%3E");
    content: "";
    cursor: pointer;
    height: 17px;
    left: calc(100% - 17px);
    position: absolute;
    top: calc(50% - 10px);
    width: 17px;
  }

}

@media (max-width: 1175px) {
  .footer-navigation {
    padding: 18px 16px;
  }
}

footer>nav ._contact .itineraire .secondary_title {
  text-decoration: underline;
  color: #fff;
}

footer>nav a svg {
  vertical-align: -4px;
  margin-right: 5px;
}

.footer-bottom {
  background: #fff;
  color: #323232;
  font-size: 13px;
  padding: 5px;
  text-transform: uppercase;
}

.footer-bottom .wrapper {
  max-width: 1164px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .footer-bottom .wrapper {
    flex-direction: column;
    row-gap: 5px;
    padding: 5px;
  }

  .footer-bottom {
    font-size: 10px;
  }

  .footer-bottom img {
    max-width: 70%;
    height: auto;
  }
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider>.tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel>.tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  clear: both;
  content: "";
  display: table;
}

.tns-horizontal.tns-no-subpixel>.tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
  margin-right: -100%;
}

.tns-gallery,
.tns-no-calc {
  left: 0;
  position: relative;
}

.tns-gallery {
  min-height: 1px;
}

.tns-gallery>.tns-item {
  left: -100%;
  position: absolute;
  transition: transform 0s, opacity 0s;
}

.tns-gallery>.tns-slide-active {
  left: auto !important;
  position: relative;
}

.tns-gallery>.tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  opacity: 0.6;
  transition: opacity 0.6s;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  left: -10000em;
  position: absolute;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 0;
}

.tns-fadeOut,
.tns-normal {
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix>div,
.tns-vpfix>li {
  display: inline-block;
}

.tns-t-subp2 {
  height: 10px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 310px;
}

.tns-t-ct {
  position: absolute;
  right: 0;
  width: 2333.3333333%;
  width: 2333.33333%;
}

.tns-t-ct:after {
  clear: both;
  content: "";
  display: table;
}

.tns-t-ct>div {
  float: left;
  height: 10px;
  width: 1.4285714%;
  width: 1.42857%;
}

.section2_container {
  position: relative;
  background-color: #FBFBFB;
  padding-bottom: 39px;
}

.section2_container .reserver-btn {
  border-radius: 20px;
  border: 1px solid #323232;
  background: transparent;
  padding: 7px 20px;
}

.section2_container .reserver-btn::before {
  background-color: #AE3D17;

}

.slider_section2 .text_slider {
  display: flex;
  align-items: center;
  max-width: 1645px;
  justify-content: space-between;
  padding-right: 15px;
}

@media (max-width: 1314px) {
  .slider_section2 .text_slider {
    gap: 10px;
  }
}

.slider_section2 .btn-voir-toute {
  padding-top: 35px;
  z-index: 10;
}

.miniature-icon-promo {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 1;
}

.miniature-icon-promo-price {
  position: absolute;
  top: 36px;
  left: 10px;
  font-size: 24px;
  font-weight: 600;
  color: #FFF;
}

@media (max-width: 1210px) {
  .slider_section2 .text_slider {
    flex-direction: column;
    align-items: inherit;
    gap: 1px;
    margin-bottom: 18px;
  }
}

.section2_container .slider_section2 {
  max-width: calc(100dvw - 20px);
  box-sizing: border-box;
  margin-left: auto;
  width: calc(100% - ((100% - 1455px) / 2));
}

.section2_container .slider_section2 .slider-container {
  overflow-x: auto;
  position: relative;
  width: 100%;
}

.section2_container .slider_section2 .slider-wrapper {
  display: flex;
  padding-right: 10%;
  width: max-content;
}

@media (max-width: 992px) {
  .section2_container .slider_section2 .slider-wrapper {
    width: 100%;
  }
}

.section2_container .slider_section2 .slider-item {
  cursor: pointer;
  flex-shrink: 0;
  margin-right: 64px;
  margin-bottom: 51px;
  position: relative;
  max-width: 415px;
}

.slider_section3 .image-container img,
.section2_container .slider_section2 .slider-item img {
  max-height: 289px;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 20px;
  transition: filter .3s ease;
}

@media (max-width: 455px) {
  .section2_container .slider_section2 .slider-item {
    margin-right: 10px;
    padding-bottom: 0;
    width: 100%;
  }
}

.section2_container .slider_section2 .slider-item .with-bg {
  max-height: 289px;
  position: relative;
}

@media (max-width: 455px) {
  .section2_container .slider_section2 .slider-item .with-bg {
    margin-right: 4px;
  }
}

.fiche_massage .fiche-massage-slider .slider_section3 .image-container .zoom-icon,
.section2_container .slider_section2 .slider-item .zoom-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='53' height='53' fill='none'%3E%3Cg clip-path='url(%23a)' fill='%23fff'%3E%3Cpath d='M28.983 20h-6v-6a1 1 0 0 0-2 0v6h-6a1 1 0 0 0 0 2h6v6a1 1 0 0 0 2 0v-6h6a1 1 0 0 0 0-2Z'/%3E%3Cpath d='M51.704 51.273 36.845 35.82c3.79-3.801 6.138-9.041 6.138-14.82 0-11.58-9.42-21-21-21s-21 9.42-21 21 9.42 21 21 21c5.083 0 9.748-1.817 13.384-4.832l14.895 15.491a.998.998 0 0 0 1.414.028 1 1 0 0 0 .028-1.414ZM2.983 21c0-10.477 8.523-19 19-19s19 8.523 19 19-8.523 19-19 19-19-8.523-19-19Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h52.966v52.966H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: cover;
  display: none;
  height: 40px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  opacity: 0;
  z-index: 2;
  display: block;
  transition: opacity .3s ease;
}

.fiche_massage .fiche-massage-slider .slider_section3 .image-container:hover .with-bg .zoom-icon,
.section2_container .slider_section2 .slider-item:hover .with-bg .zoom-icon {
  opacity: 1;
}

.slider_section3 .image-container:hover .image-caption .product_title .larg_title,
.slider_section3 .image-container:hover .product_prix,
.slider_section3 .image-container:hover .product_title,
.section2_container .slider_section2 .slider-item:hover .product_prix,
.section2_container .slider_section2 .slider-item:hover .horaire_slide,
.section2_container .slider_section2 .slider-item:hover .reserver-btn,
.section2_container .slider_section2 .slider-item:hover .product_title .title {
  color: #006B2D !important;
}

.section2_container .slider_section2 .slider-item:hover .reserver-btn {
  border-color: #006B2D;
}

.slider_section3 .image-container:hover img,
.section2_container .slider_section2 .slider-item:hover .with-bg img {
  filter: brightness(0.4);
}


.section2_container .slider_section2 .slider-item .info,
.section2_container .slider_section2 .slider-item .temps {
  display: flex;
  font-weight: 400;
  column-gap: 5px;
  padding: 15px 0;
  text-transform: uppercase;
  align-items: flex-start;
}

.section2_container .slider_section2 .slider-item .info .product_prix,
.section2_container .slider_section2 .slider-item .temps .product_prix {
  color: #AE3C06;
  font-size: 10px;
  text-align: right;
  text-transform: uppercase;
  width: max-content;
}

.fiche_massage .fiche-massage-slider .slider_section3 .product_prix p,
.section2_container .slider_section2 .slider-item .info .product_prix p {
  display: flex;
  align-items: flex-end;
  column-gap: 2px;
  flex-wrap: wrap;
  justify-content: flex-end;
  line-height: 0.7;
  row-gap: 6px;
}

.section2_container .slider_section2 .slider-item .info .product_prix span,
.section2_container .slider_section2 .slider-item .temps .product_prix span {
  font-size: 24px;
  font-weight: 500;
}

.section2_container .slider_section2 .slider-item .info .product_title,
.section2_container .slider_section2 .slider-item .temps .product_title {
  width: 64%;

}

@media (max-width: 992px) {

  .section2_container .slider_section2 .slider-item .info .product_title,
  .section2_container .slider_section2 .slider-item .temps .product_title {
    color: #006729;
  }
}

.section2_container .slider_section2 .slider-item .info .horaire_slide,
.section2_container .slider_section2 .slider-item .temps .horaire_slide {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 16px;
  justify-items: center;
  line-height: 23px;
  width: 50%;
}

.section2_container .slider_section2 .slider-item .info .horaire_slide svg,
.section2_container .slider_section2 .slider-item .temps .horaire_slide svg {
  vertical-align: sub;
}

.section2_container .slider_section2 .slider-item .info .reserver,
.section2_container .slider_section2 .slider-item .temps .reserver {
  text-align: end;
  width: 50%;
}

.section2_container .slider_section2 .slider-item .temps {
  padding: 0 0 2px;
  align-items: center;
}

@media (min-width: 768px) {
  .section2_container .slider_section2:before {
    background: linear-gradient(270deg, #e7e8e3c4 0%, #d9d9d900 100%);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    width: 219px;
    z-index: 2;
  }
}

@media (max-width: 768px) {
  .section2_container .slider_section2 {
    margin: 0 auto;
    padding: 0;
  }
}

@media (max-width: 992px) {
  .section2_container {
    padding-bottom: 0;
  }
}

.slider_btn {
  display: flex;
  position: absolute;
  transform: translateY(-50%);
  z-index: 2;left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: 1445px;
  justify-content: flex-end;
  padding-right: 15px;
}

@media (max-width: 768px) {
  .slider_btn {
    justify-content: space-between;width: calc(100vw - 4px);
    top: 60%;
    padding: 0;
  }

  .slider_btn .slider-btn {
    background-color: transparent !important;
    padding: 0;
  }
}

.slider-btn {
  border: none;
  cursor: pointer;
  padding: 7px 14px;
  background-color: #fff !important;
}

.prev-btn {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath fill='%23323232' d='m5.578 10.208 8.167-8.166L11.667 0 0 11.667l11.667 11.666 2.078-2.041-8.167-8.167h17.755v-2.917H5.578Z'/%3e%3c/svg%3e ");
  background-position: 50%;
  background-repeat: no-repeat;
  display: inline-block;
  border-radius: 100px 0 0 100px;
  height: 42px;
  width: 43px;
}

@media (max-width: 768px) {
  .prev-btn {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='48' fill='none'%3E%3Cpath fill='%23006729' d='M24.464 6.144c0 .394-.149.787-.449 1.087L7.244 24l16.769 16.769a1.535 1.535 0 1 1-2.172 2.172L3.985 25.085c-.6-.6-.6-1.572 0-2.172L21.84 5.057a1.535 1.535 0 0 1 2.623 1.087Z'/%3E%3C/svg%3E");
  }
}

.next-btn {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none' viewBox='0 0 25 25'%3e%3cpath fill='%23323232' d='m18.588 11.042-8.167-8.167L12.5.833 24.166 12.5 12.5 24.167l-2.079-2.042 8.167-8.167H.833v-2.916h17.755Z'/%3e%3c/svg%3e ");
  background-position: 50%;
  background-repeat: no-repeat;
  display: block;
  height: 42px;
  width: 43px;
  border-radius: 0 100px 100px 0;
}

@media (max-width: 768px) {
  .next-btn {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='48' fill='none'%3E%3Cpath fill='%23006729' d='M13.536 41.856c0-.394.149-.787.449-1.087L30.756 24 13.987 7.231A1.535 1.535 0 1 1 16.16 5.06l17.856 17.856c.6.6.6 1.572 0 2.172L16.16 42.943a1.535 1.535 0 0 1-2.623-1.087Z'/%3E%3C/svg%3E");
  }
}

body {
  font-family: Montserrat;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  color: #323232;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body a {
  color: #323232;
  margin-bottom: 0;
  text-decoration: none;
}

input,
select,
textarea,
button {
  font-family: Montserrat;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body ul {
  margin: 0;
}

body ul {
  list-style: none;
  padding: 0;
}

body :focus {
  outline: none;
}

body [crop-text] {
  display: none;
}

body #readLess,
body [id^="readmore_"] {
  cursor: pointer;
  white-space: nowrap;
}

@media (min-width: 992px) {
  body [crop-text] {
    display: block !important;
  }

  body #readLess,
  body .shortText {
    display: none !important;
  }

}

.intro-area {
  position: relative;
}

.intro-area .image_intro img {
  height: 100%;
  max-height: 625px;
  max-width: 100%;
  min-height: 487px;
  object-fit: cover;
  width: 100vw;
}

.intro-area .text_intro {
  color: #fff;
  position: absolute;
  text-align: center;
  bottom: calc(25% + 10px);
  width: 100%;
}

.intro-area .text_intro .text .title {
  color: #FFE3A6;
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
  margin: auto;
  background: #006729;
  padding: 13px 54px;
  border-radius: 100px;
  width: max-content;
}

.intro-area .text_intro .text .subtitle {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Great Vibes";
  font-size: 78px;
}

.page-accueil {
  overflow: hidden;
}

@media (max-width: 992px) {
  .intro-area .text_intro .text .title {
    width: inherit;
  }

  .lang-trigger ul li a svg {
    margin-right: 2px;
  }
  .lang-trigger.active_lang {
    position: fixed;
    z-index: 10;
    left: 15px;
  }
  
  .lang-trigger.active_lang .lang-text {
    display: block;
    font-size: 17px;
  }

  .lang-trigger.active_lang > ul{
    left: 0;
  }

  .intro-area .text_intro {
    padding: 0 15px;
    box-sizing: border-box;
  }

  .intro-area .text_intro #scroll-down:after {
    display: none !important;
    top: calc(50% + 173px) !important;
  }

  .intro-area .text_intro .text .subtitle {
    font-size: min(max(32px, 2.8vw), 52px);
    line-height: 1;
    margin-bottom: 10px;
  }

  .intro-area .text_intro .text .title {
    padding: 10px 5px;
    font-size: 18px;
  }

  .intro-area .text_intro .text .scroll::before {
    height: min(max(113px, 11.7vw), 122px) !important;
  }
}

@media screen and (max-width: 414px) {
  .intro-area .text_intro {
    padding-top: 24px;
  }

  .intro-area .text_intro .text .subtitle {
    font-size: min(max(30px, 2.8vw), 52px);
  }
}


.container.acc_section_1 {
  margin: auto;
  max-width: 1441px;
  padding: 0;
  width: calc(100% - 31px);
}

.container.acc_section_1 .block_content {
  display: flex;
  padding: 75px 0 38px;
}

.container.acc_section_1 .block_content .text_discr {
  max-width: 684px;
  padding-right: 61px;
  width: 50%;
}

@media (max-width: 992px) {
  .container.acc_section_1 .block_content .text_discr {
    padding-right: 0;
  }
}

.container.acc_section_1 .block_content .text_discr .litle_title {
  color: #E7E8E3;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  text-transform: uppercase;
}

.container.acc_section_1 .block_content .text_discr .larg_title {
  color: #AE3D17;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  max-width: 569px;
}

.container.acc_section_1 .block_content .text_discr .dis {
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  margin-top: 11px;
}

.container.acc_section_1 .block_content .video {
  height: 390px;
  max-height: 390px;
  position: relative;
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
}

.container.acc_section_1 .block_content .video:before {
  background: #0006;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  max-height: 379px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

@media (max-width: 768px) {

  .container.acc_section_1 .block_content .video,
  .container.acc_section_1 .block_content .video:before {
    height: 201px;
  }
}

.container.acc_section_1 .block_content .video .video_pres {
  height: 379px;
  margin: 0 auto 56px;
  overflow: hidden;
}

.container.acc_section_1 .block_content .video .video_pres video {
  position: absolute;
  width: 100%;
}

.container.acc_section_1 .block_content .video .video_pres .img_bg {
  object-fit: cover;
  position: absolute;
  transition: 0.3s;
  width: 100%;
  z-index: 2;
}

.container.acc_section_1 .block_content .video .video_pres .iconply_video {
  cursor: pointer;
}

@media (max-width: 992px) {
  .container.acc_section_1 .block_content .video .video_pres .img_bg {
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%;
  }

  .container.acc_section_1 .block_content .video .video_pres video {
    height: 201px;
    width: 100%;
  }

  .container.acc_section_1 .block_content .video .video_pres .iconply_video {
    height: 64px;
    width: 64px;
  }
}

@media (max-width: 768px) {

  .container.acc_section_1 .block_content .video .video_pres,
  .container.acc_section_1 .block_content .video .video_pres video {
    height: 201px;
  }

  .container.acc_section_1 .block_content .video .video_pres .iconply_video {
    height: 64px;
    width: 64px;
  }
}

.container.acc_section_1 .block_content .video .video_pres .video-container .center-button {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10;
}

@media (max-width: 992px) {
  .container.acc_section_1 .block_content {
    flex-wrap: wrap;
    padding: 17px 0 37px;
  }

  .container.acc_section_1 .block_content .text_discr {
    width: 100%;
  }

  .container.acc_section_1 .block_content .text_discr .litle_title {
    font-size: 14px;
  }

  .container.acc_section_1 .block_content .text_discr .larg_title {
    font-size: 20px;
    line-height: 27px;
  }

  .container.acc_section_1 .block_content .text_discr .dis {
    padding-bottom: 18px;
    font-size: 14px;
    margin-top: 7px;
  }

  .container.acc_section_1 .block_content .video {
    width: 100%;
  }
}

.acc_section_1 b.crop-text {
  font-weight: bold;
}

.acc_section_1 [crop-text] b.crop-text {
  display: block;
  margin-bottom: 15px;
}

.section2_container .slider_section2 .text_slider .texte_ {
  padding: 36px 0;
  width: 55%;
}

.section2_container .slider_section2 .text_slider .texte_ .larg_title {
  color: #AE3D17;
  font-weight: 600;
  font-size: 40px;
  line-height: 53px;
  text-transform: uppercase;
}

.section2_container .slider_section2 .text_slider .texte_ .dis {
  margin-top: 9px;
  max-width: 808px;
  padding-right: 12px;
}

@media (max-width: 992px) {

  .section2_container .slider_section2 .text_slider .texte_ .larg_title,
  .slider_section3 .larg_title {
    font-size: 32px !important;
  }

  .section2_container .slider_section2 .text_slider .texte_ {
    padding: 9px 0 17px 2px;
    width: 100%;
  }
}

.slider_section3 {
  height: auto;
  position: relative;
}

.slider_section3 .larg_title {
  font-size: 40px;
  line-height: 42px;
  padding-bottom: 9px;
  padding-top: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.slider_section3 .title_ {
  margin: auto;
  max-width: 1440px;
  text-align: center;
}

.slider_section3 .slider-wrapper {
  margin: 0 auto;
  max-width: 1440px;
  padding: 28px 0 43px;
  position: relative;
}

@media (max-width: 992px) {
  .slider_section3 .slider-wrapper {
    padding: 12px 0 0px;
  }
}

.slider_section3 .image-container {
  margin: auto;
  max-width: 424px;
  position: relative;
  width: calc(100% - 31px);
}

.slider_section3 .image-container .image-caption {
  bottom: 0;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
}

.slider_section3 .image-container .image-caption .dis {
  font-size: 16px;
  font-weight: 400;
  line-height: 132%;
  min-height: 41px;
  padding-bottom: 9px;
}

.slider_section3 .image-container .image-caption .info-image {
  display: flex;
  margin-top: 0;
}

.slider_section3 .image-container .image-caption .info-image .price {
  font-size: 10px;
  text-transform: uppercase;
  width: 100%;
}

.slider_section3 .image-container .image-caption .info-image .price span {
  font-size: 24px;
  font-weight: 400;
}

.slider_section3 .image-container .image-caption .info-image .reserver {
  text-align: right;
  width: 50%;
}

.slider_section3 .image-container .image-caption .info-image .reserver button {
  border-radius: 20px;
  border: 1px solid #323232;
  background: #fff;
  padding: 7px 20px;
}

.slider_section3 .image-container:hover .image-caption .info-image .reserver button {
  border-color: #006B2D;
  color: #006B2D;
}

.slider_section3 .image-container:hover .image-caption {
  color: #006B2D;
}

@media (max-width: 992px) {
  .slider_section3 .image-container .image-caption .info-image {
    margin-bottom: 14px;
  }

  .gallery_block .image-caption .title-gallery {
    font-size: 24px !important;
  }
}


.slider_section3 .btn-voir-toute div,
.slider_section2.btn-voir-toute div {
  display: flex;
  margin: auto;
  max-width: max-content;
}

.slider_section3 .btn-voir-toute div a,
.slider_section2 .btn-voir-toute div a {
  display: flex;
  align-items: center;
  color: #006729;
  border-radius: 100px;
  background: #FFF;
  padding: 14px 24px;
  column-gap: 17px;
  font-weight: 600;
}

.slider_section3 .btn-voir-toute div a {
  background-color: #F7F7F7;
}

.slider_section3 .btn-voir-toute div a p,
.slider_section2 .btn-voir-toute div a p {
  font-size: 18px;
  text-transform: uppercase;
}

.slider_section3 .btn-voir-toute div a:hover,
.slider_section2 .btn-voir-toute div a:hover {
  color: #FFF;
  background-color: #006729;
  transition: 0.4s;
}

.slider_section3 .tns-controls {
  display: flex;
  justify-content: space-between;
  margin-left: -5px;
  outline: none;
  position: absolute;
  top: 28%;
  width: calc(100% + 9px);
}

.slider_section3 .tns-controls button {
  background: none;
  border: none;
}

.border-hr {
  border: 1px solid #d9d9d9;
  color: #d9d9d9;
  margin: auto !important;
  margin: 0;
  max-width: 1438px;
  width: 100%;
}

@media (max-width: 992px) {
  .border-hr {
    display: none;
  }

  .slider_section3 .btn-voir-toute div a,
  .slider_section2 .btn-voir-toute div a {
    padding: 11px 16px;
    column-gap: 5px;
    width: max-content;
    margin: 0 auto;
  }

}

.gallery_block {
  display: flex;
  position: relative;
  margin: auto;
  max-width: 1440px;
  padding: 43px 2px 57px;
}

@media (min-width: 992px) {
  .gallery_block::after {
    content: "";
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='732' height='642' fill='none' viewBox='0 0 732 642'%3e%3cpath fill='%23F9F9F9' d='m370.22 0 100.607 92.657h150.801l5.537 130.25L732 324.939l-101.964 91.05-5.663 133.432-150.848 7.784L366.024 642l-104.772-86.261-152.316-6.318-2.776-130.281L0 321.804l107.58-94.186V92.658h153.672L370.22 0Z'/%3e%3cpath fill='%23fff' d='m368.871 114 68.446 62.926h102.594l3.767 88.456L615 334.675l-69.369 61.835-3.853 90.617-102.626 5.286L366.016 550l-71.279-58.582-103.625-4.291-1.888-88.477L117 332.546l73.19-63.964v-91.656h104.547L368.871 114Z'/%3e%3c/svg%3e ") top right no-repeat;
    position: absolute;
    background-size: auto;
    width: 732px;
    height: 642px;
    top: -60px;
    right: -20%;
    z-index: -1;
  }
}

@media (max-width: 1920px) and (min-width: 992px) {
  .gallery_block {
    position: static;
  }

  .gallery_block::after {
    right: 0;
    top: unset;
    margin-top: -100px;
    background-position: top right -100px;
  }
}

@media (max-width: 1400px) {
  .gallery_block {
    max-width: 1148px;
  }

  .gallery_block .image-container {
    max-width: max-content !important;
  }

  .gallery_block .image-container .images {
    margin: 0;
  }
}

@media (max-width: 992px) {
  .gallery_block {
    padding: 27px 2px 17px;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.gallery_block .image-container {
  max-width: 794px;
  width: 100%;
}

.gallery_block .image-container .images {
  display: flex;
  flex-wrap: wrap;
  padding-right: 40px;
}

@media (max-width: 1334px) {
  .gallery_block .image-container .images {
    margin: 0;
    padding-left: 34px;
  }
}

@media (max-width: 1334px) and (max-width: 435px) {

  .gallery_block .image-caption,
  .gallery_block .image-container .images {
    padding: 0 12px;
  }
}

.gallery_block .image-container .images img {
  margin-left: auto;
  max-width: 100%;
  height: auto;
}


.gallery_block .image-caption .title-gallery {
  color: #006729;
  font-size: 32px;
  font-weight: 300;
  line-height: 46px;
  line-height: 117.5%;
  max-width: 584px;
  text-transform: uppercase;
}

.gallery_block .image-caption .dis {
  font-weight: 300;
  font-size: 18px;
}

.gallery_block .image-caption .dis a:hover {
  text-decoration: underline;
}

@media (max-width: 1332px) {
  .gallery_block .image-caption .title-gallery {
    padding-bottom: 11px;
    padding-top: 12px;
  }
}

.gallery_block .image-caption .dis {
  margin-top: 8px;
  max-width: 640px;
  padding-bottom: 12px;
  width: 100%;
}

@media (max-width: 992px) {
  .gallery_block .image-caption .dis {
    display: none;
  }
}

.gallery_block .image-caption .button1 {
  background: #AE3D17;
  color: #fff;
  display: block;
  font-size: 20px;
  padding: 8px 37px;
  border-radius: 20px;
  position: absolute;
  text-transform: uppercase;
  width: max-content;
}

@media (max-width: 992px) {
  .gallery_block .image-caption .button1 {
    max-width: 100%;
    position: relative;
    text-align: center;
    width: unset;
  }
}

.satisfy-block {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 930px) {
  .satisfy-block {
    flex-direction: column;
    justify-content: center;
  }
}

.satisfy-block .title_ {
  max-width: 443px;
}

.satisfy-block .larg_title {
  color: #006729;
  font-size: 32px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .satisfy-block .title_ .larg_title {
    font-size: 24px;
    line-height: 32px;
  }
}

.satisfy-block .items {
  display: flex;
  justify-content: center;
  padding: 36px;
}

@media (max-width: 930px) {
  .satisfy-block .items {
    margin: 12px 0 25px;
    padding: 0 !important;
  }

  .satisfy-block .title_,
  .satisfy-block .items {
    padding: 0 20px;
  }
}

.satisfy-block .items .item {
  border-radius: 10px;
  text-align: center;
  height: 125px;
  width: 177px;
  border-radius: 10px;
  border: 1px solid #EBEBEB;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: calc(50vw - 25px);
}

.satisfy-block .items .item:not(:last-child) {
  margin-right: 29px;
}

@media (max-width: 768px) {
  .satisfy-block .items .item {
    margin-right: 11px !important;
  }
}


.satisfy-block .items .item div p {
  font-size: 24px;
  font-weight: 400;
  margin-top: 8px;
  text-transform: uppercase;
}

.block_etaps {
  background-color: #F8F8F8;
  padding-top: 41px;
}

.block_etaps .larg_title {
  color: #AE3D17;
  font-size: 32px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .block_etaps {
    padding-top: 15px;
  }

  .block_etaps .larg_title {
    font-size: 22px;
  }
}

.block_etaps .title_ {
  margin: auto;
  max-width: 1440px;
  text-align: center;
  width: calc(100% - 57px);
}

.block_etaps .items {
  display: flex;
  justify-content: center;
  margin: auto;
  max-width: 1294px;
  padding: 1px 11px 24px;
}

.block_etaps .items .item {
  border-radius: 10px;
  max-width: 480px;
  text-align: center;
  width: 100%;
}

.block_etaps .items .item div {
  padding: 22px 0;
}

@media (max-width: 768px) {
  .block_etaps .items .item div {
    padding: 15px 0;
  }
}

.block_etaps .items .item div .title,
.block_etaps .items .item div p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 124%;
  margin: auto;
  max-width: 254px;
  text-align: center;
}

.block_etaps .items .item div h6 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 124%;
  margin: 10px auto 5px;
  max-width: 254px;
  text-transform: uppercase;
  text-align: center;
}

.block_etaps .items .item div .title b,
.block_etaps .items .item div p b {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  text-transform: uppercase;
}

.block_etaps .items .tns-nav {
  text-align: center;
}

.block_etaps .items .tns-nav button {
  background-color: #d9d9d9;
  border: none;
  border-radius: 100px;
  height: 15px;
  margin-right: 7px;
  width: 15px;
}

.block_etaps .items .tns-nav-active {
  background: #acacac !important;
}

.download_fiche {
  background-color: #AE3D17;
  padding-top: 34px;
}

@media (max-width: 768px) {
  .download_fiche {
    margin-bottom: 12px;
  }
}

.download_fiche .carte-soine {
  display: flex;
  margin: auto;
  max-width: 802px;
}

@media (max-width: 768px) {
  .download_fiche .carte-soine {
    flex-wrap: wrap;
  }

  .download_fiche .carte-soine div:first-child {
    height: 100%;
    max-height: 150px;
    text-align: center;
    width: 100%;
  }
}

.download_fiche .carte-soine .pdf {
  padding-top: 12px;
  width: calc(100% - 85px);
}

@media (max-width: 768px) {
  .download_fiche .carte-soine .pdf {
    margin: auto;
    padding-bottom: 24px;
    padding-top: 0;
    text-align: center;
  }

  .download_fiche .carte-soine .pdf a {
    max-width: 100%;
  }
}

.download_fiche .carte-soine p {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
}

.download_fiche .carte-soine a {
  color: #f5a422;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  max-width: 292px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.download_fiche .carte-soine a:hover {
  color: #fff;
  transition: 0.4s;
}

.page_massages .massages-intro {
  margin: auto;
  max-width: 1138px;
  padding: 24px 0 0;
  text-align: center;
  width: 100%;
}

.page_massages .massages-intro p {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin: auto;
  text-align: center;
  width: calc(100% - 40px);
}

header.sticky nav {
  margin-bottom: 0px;
}

@media (min-width: 993px) {
  .mobile-sticky {
    display: none;
  }
}


@media (max-width: 992px) {
  .mobile-sticky {
    left: 50%;
    text-align: center;
    position: fixed;
    top: -50px;
    z-index: 20;
    transform: translateX(-50%);
    transition: top .3s, padding-top .3s;
    width: 100%;
    background: linear-gradient(0deg, #fff0, #00672930);
  }

  body>header.sticky+.mobile-sticky {
    padding-top: 1rem;
    top: 0;
  }



  .mobile-sticky .btn:first-child {
    margin-right: 10px;
  }


  .mobile-sticky .btn svg {
    fill: currentColor;
    margin-left: 0;
    margin-right: 8px;
    margin-top: -5px;
    vertical-align: middle;
  }

  .mobile-sticky .btn-primary {
    background-color: #006729;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    padding: .38rem .97rem;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
  }

  .mobile-sticky .btn {
    border: 1px solid #0000;
    cursor: pointer;
    opacity: 1;
    outline: none;
    transition: opacity .3s ease;
    transition: background-color .4s, color .4s, border-color .4s;
    white-space: nowrap;
  }

  .page_massages .massages-intro .massages-intro p {
    font-size: 18px;
    line-height: 24px;
  }
}

.page_massages .massages-type {
  display: flex;
  margin: auto;
  max-width: 1138px;
  padding-bottom: 21px;
  padding-top: 33px;
  width: calc(100% - 33px);
}

.page_massages .massages-type .massages-type-image img {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  max-width: 415px;
  max-height: 289px;
  object-fit: contain;
}

.page_massages .massages-type .massages-type-image {
  position: relative;
}

.page_massages .massages-type .massages-type-text {
  padding: 0 23px;
  max-width: 730px;
}

.page_massages .massages-type .massages-type-text .massages-title-type {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.page-reservation .liste-reserve .selectionner .table-selectionner .table .title-type .group {
  min-width: 100px;
}

.page_massages .massages-type .massages-type-text .massages-type-horaire {
  color: #000;
  font-size: 16px;
  line-height: 23px;
  padding-bottom: 7px;
}

.page_massages .massages-type .massages-type-text .massages-type-horaire svg {
  vertical-align: sub;
}

.page_massages .massages-type .massages-type-text .massages-type-dis {
  border-bottom: 1px solid #d9d9d9;
  /* max-width: 698px; */
  padding-bottom: 12px;

}

.page_massages .massages-type .massages-type-text .massages-type-dis p {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 12px;
}

.page_massages .massages-type .massages-type-text .massages-type-dis .massages-type-dis-price {
  font-weight: 500;
  color: #AE3C06;
  display: block;
  font-size: 24px;
  line-height: 32px;
}

.page_massages .massages-type .massages-type-text .massages-type-dis .massages-type-dis-price .apartir {
  font-size: 10px;
}

.gallery .grid li img {
  max-height: 400px;
}

.gallery .js .grid.loaded li {
  max-height: 400px;
}

.page_massages .massages-type .massages-type-text .massages-type-btn {
  display: flex;
  padding-top: 25px;
  gap: 8px;
}

.page_massages .massages-type .massages-type-text .massages-type-btn a {
  margin-right: 10px;
}

.page_massages .massages-type .massages-type-text .massages-type-btn .btn-Decouvrir {
  background: #AE3D17;
  color: #fff;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  padding: 7px 10px;
  border-color: #AE3D17;
}

.page_massages .massages-type .massages-type-text .massages-type-btn .reserver-btn {
  background: #f9f7f7;
  border: 1px solid #e3e3e3;
  color: #323232;
  border-radius: 20px;
  padding: 7px;
  background: transparent;
  border-color: #323232;
  position: relative;
  z-index: 1;
}

.page_massages .massages-type .massages-type-text .massages-type-btn .reserver-btn:hover,
.page_massages .massages-type .massages-type-text .massages-type-btn .btn-Decouvrir:hover {
  border-color: #006729;
  color: #fff;
}

@media (max-width: 992px) {
  .page_massages .massages-type {
    flex-wrap: wrap;
  }

  .page_massages .massages-type .massages-type-text {
    padding: 0;
  }

  .page_massages .massages-type .massages-type-text .massages-type-btn {
    padding-top: 13px;
  }
}

.page_massages .massages-type-reverse {
  background-color: #FBFBFB;
  padding: 53px 0;
}

.page_massages .massages-type-reverse .massages-type {
  padding: 0;
}

.page_massages .massages-type-reverse .massages-type .massages-type-image {
  order: 2;
}

.page_massages .massages-type-reverse .massages-type .massages-type-text {
  text-align: right;
}

.page_massages .massages-type-reverse .massages-type .massages-type-btn {
  float: right;
}

.page_massages .massages-type-reverse .massages-type .massages-type-btn a {
  margin-left: 10px;
  margin-right: 0;
}

@media (max-width: 992px) {
  .page_massages .massages-type-reverse {
    padding: 24px 0;
  }

  .page_massages .massages-type-reverse .massages-type-image {
    order: unset !important;
  }

  .page_massages .massages-type-reverse .massages-type-text {
    text-align: unset !important;
  }

  .page_massages .massages-type-reverse .massages-type-btn {
    float: unset !important;
  }

  .page_massages .massages-type-reverse .massages-type-btn a {
    margin-left: unset !important;
    margin-right: 10px !important;
  }
}

.fiche_massage {
  padding-top: 95px;
}

@media (max-width: 992px) {
  .fiche_massage {
    padding-top: 10px;
  }
}

.fiche_massage .fiche-massage-formules {
  display: flex;
  margin: auto;
  align-items: center;
  max-width: 1681px;
  width: 100%;
}

@media (max-width: 992px) {
  .fiche_massage .fiche-massage-formules {
    flex-wrap: wrap;
  }
}

.fiche_massage .fiche-massage-formules .fiche-massage-image img {
  border-radius: 20px;
  max-width: 961px;
}

.fiche_massage .fiche-massage-formules .fiche-massage-image {
  position: relative;
}

.fiche_massage .fiche-massage-formules .fiche-massage-image .miniature-icon-promo-price {
  top: 38px;
  left: 12px;
  font-size: 23px;
}

@media (max-width: 1600px) {
  .fiche_massage .fiche-massage-formules .fiche-massage-image img {
    object-fit: cover;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 992px) {
  .fiche_massage .fiche-massage-formules .fiche-massage-image img {
    height: auto;
  }

  .fiche_massage .fiche-massage-formules .fiche-massage-image {
    display: none;
  }
}

.fiche_massage .fiche-massage-formules .fiche-massage-image.mobile {
  display: none;
}

@media (max-width: 992px) {
  .fiche_massage .fiche-massage-formules .fiche-massage-image.mobile {
    display: block;
  }
}

.fiche_massage .fiche-massage-formules .fiche-massage-detail {
  background-color: #fff;
  border-radius: 20px;
  max-width: 765px;
  padding-top: 18px;
  transform: translateX(-45px);
  width: 100%;
}

.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-title .larg_title {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-title .dis {
  font-size: 16px;
}

.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-option {
  display: flex;
  justify-content: space-between;
  padding-top: 28px;
  column-gap: 5px;
}

.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-option select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3Cg clip-path='url(%23a)' fill='%23000'%3E%3Cpath d='m15.401 3.93-7.405 7.406L.59 3.93a.348.348 0 0 0-.492.492l7.652 7.652a.348.348 0 0 0 .492 0l7.652-7.652a.348.348 0 1 0-.492-.492Z'/%3E%3Cpath d='M7.996 12.176a.348.348 0 0 1-.247-.101L.098 4.423a.348.348 0 0 1 .491-.492l7.407 7.405L15.4 3.93a.348.348 0 1 1 .492.492L8.24 12.074a.348.348 0 0 1-.245.102Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: 100%;
  background-repeat: no-repeat;
}

.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-option select::-ms-expand {
  display: none;
}

.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-option .option-duration,
.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-option .option-people {
  max-width: 318px;
  width: 50%;
}

.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-option .option-duration label,
.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-option .option-people label {
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-option .option-duration .form-control,
.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-option .option-people .form-control {
  cursor: pointer;
  display: block;
  font-size: 16px;
  line-height: 20px;
  max-width: 318px;
  padding: 8px 5px;
  width: 100%;
  border: none;
  border-bottom: 2px solid #323232;
  text-align: center;
  background-color: #fff;
  color: #323232;
}

.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-option .option-duration .form-control option,
.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-option .option-people .form-control option {
  font-family: sans-serif;
}


@media (max-width: 992px) {

  .fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-option .option-duration,
  .fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-option .option-people {
    max-width: unset;
    width: 100%;
  }

  .fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-option .option-duration .form-control,
  .fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-option .option-people .form-control {
    max-width: unset;
  }

  .fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-option {
    flex-wrap: wrap;
    padding-top: 16px;
  }

  .fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-option>div {
    margin-top: 24px;
  }
}

.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-price {
  display: flex;
  padding: 12px 0;
}

.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-price .price {
  display: flex;
  align-items: flex-start;
  margin-top: 21px;
  gap: 8px;
}

.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-price div {
  width: 50%;
}

.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-price div p {
  color: #AE3C06;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-price div p b {
  font-size: 32px;
  font-weight: 600;
}

.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-price div span b {
  color: #c1c1c1;

}

.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-price div .reserver-btn {
  font-size: 20px;
  padding: 9px 38px;
  border-radius: 100px;
  border: 1px solid #323232;
}

@media (max-width: 992px) {

  #content1,
  #content2,
  #contentAll,
  #content3,
  #content4 {
    flex-wrap: wrap;
  }

  .fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-price div {
    justify-content: center;
    margin-bottom: 17px;
    width: 100%;
  }

  .fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-price div .reserver-btn {
    width: 100%;
    box-sizing: border-box;
    border: none;
    background: #006729;
    color: #fff;
  }
  .fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-price div p b{
    font-size: 25px;
  }
}

.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-price .button {
  text-align: end;
}

@media (max-width: 992px) {
  .fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-price {
    flex-wrap: wrap;
    padding: 0 18px;
  }

  .fiche_massage .fiche-massage-formules .fiche-massage-detail {
    background-color: #fff;
    margin: auto;
    padding-top: 2px;
    transform: unset;
    width: calc(100% - 31px);
  }
}

.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-liste {
  background: #FBFBFB;
  padding: 21px 19px;
}

.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-liste p {
  color: #006B2D;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  text-transform: uppercase;
}

.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-liste ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 188.5%;
  text-transform: uppercase;
}

.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-liste ul li:before {
  content: "·";
  font-size: 26px;
  margin-right: 5px;
}

.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-icons {
  padding-top: 12px;
  display: flex;
  column-gap: 10%;
  flex-wrap: wrap;
}

.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-icons div {
  display: flex;
  margin-bottom: 20px;
}

.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-icons div svg {
  margin: 0 7px;
}

.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-icons div span {
  color: #006B2D;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
}


.fiche_massage .fiche-massage-formules .fiche-massage-detail>div {
  padding: 0 26px;
}

@media (max-width: 992px) {
  .fiche_massage .fiche-massage-formules .fiche-massage-detail>div {
    padding: 0;
  }

  .fiche_massage .fiche-massage-formules .fiche-massage-detail>div .detail-title {
    margin-bottom: 12px;
  }
}

.fiche_massage .fiche-massage-gallery {
  margin: auto;
  max-width: 1438px;
}

.fiche_massage .fiche-massage-gallery .fiche-massage-intro {
  padding-top: 45px;
}

@media (max-width: 992px) {
  .fiche_massage .fiche-massage-gallery .fiche-massage-intro {
    padding-top: 6px;
  }
}

.fiche_massage .fiche-massage-gallery .fiche-massage-intro p {
  text-align: center;
}

.fiche_massage .fiche-massage-gallery .fiche-massage-intro .title-M {
  color: #AE3D17;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}

.fiche_massage .fiche-massage-gallery .fiche-massage-intro .dis-intro {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: auto;
  max-width: 602px;
  text-align: center;
  width: calc(100% - 35px);
}

.fiche_massage .fiche-massage-gallery .gallery {
  padding-top: 12px;
  text-align: center;
}

.fiche_massage .fiche-massage-gallery .gallery img {
  margin: 0 5px;
}

@media (max-width: 992px) {
  .fiche_massage .fiche-massage-gallery .gallery img {
    height: 100%;
    max-width: 116px;
    width: 100%;
  }
}

.fiche_massage .fiche-massage-slider>.larg_title {
  line-height: 32px;
  padding: 28px 0 26px;
  text-align: center;
  color: #7E2110;
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 992px) {
  .fiche_massage .fiche-massage-slider>.larg_title {
    padding: 20px 0 18px;
    font-size: 16px;
    line-height: 1.1;
  }
}

.fiche_massage .fiche-massage-slider .slider_section3 {
  background-color: #fff;
  margin: auto;
  padding-bottom: 0;
}

.fiche_massage .fiche-massage-slider .slider_section3 .image-container .with-bg {
  position: relative;
}

.fiche_massage .fiche-massage-slider .slider_section3 .info {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}

.fiche_massage .fiche-massage-slider .slider_section3 .info .product_title {
  color: #323232;
  flex: 1;
}

.fiche_massage .fiche-massage-slider .slider_section3 .product_prix {
  color: #AE3C06;
  font-size: 10px;
  line-height: 32px;
  text-align: right;
  text-transform: uppercase;
}

.fiche_massage .fiche-massage-slider .slider_section3 .product_prix span {
  font-size: 24px;

}

.fiche_massage .fiche-massage-slider .slider_section3 .horaire_slide {
  align-items: center;
  display: flex;
  font-size: 14px;
  justify-items: center;
  width: 50%;
}

.fiche_massage .fiche-massage-slider .slider_section3 .horaire_slide span {
  font-size: 16px;
  line-height: 23px;
}

.fiche_massage .fiche-massage-slider .slider_section3 .horaire_slide svg {
  vertical-align: sub;
}

.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-price .price sup {
  font-size: 14px;
  font-style: italic;
  color: grey;
}

@media (max-width: 992px) {
  .fiche_massage .fiche-massage-slider .slider_section3 {
    padding-bottom: 7px;
  }

  .fiche_massage .fiche-massage-slider .slider_section3 .tns-controls {
    top: 28%;
  }
}

.fiche_massage .fiche-massage-slider .slider_section3 .slider-wrapper {
  max-width: 1515px;
  padding: 0 0 23px;
}

.fiche_massage .fiche-massage-slider .slider_section3 .tns-nav {
  display: none;
}

.fiche_massage .fiche-massage-slider .slider_section3 .tns-nav button {
  border: none;
  width: 200px;
}

.fiche_massage .fiche-massage-slider .slider_section3 .tns-nav .tns-nav-active {
  background: #006729 !important;
}

.fiche_massage .fiche-massage-featured-poste {
  margin-top: 18px !important;
  margin: auto;
  max-width: 1438px;
  padding-left: 17px;
  padding-right: 17px;
  margin-bottom: 36px;
  text-align: justify;
}

@media (max-width: 992px) {
  .fiche_massage .fiche-massage-featured-poste {
    margin-top: 0 !important;
  }
}

.fiche_massage .fiche-massage-featured-poste h1,
.fiche_massage .fiche-massage-featured-poste h2,
.fiche_massage .fiche-massage-featured-poste h3,
.fiche_massage .fiche-massage-featured-poste h4,
.fiche_massage .fiche-massage-featured-poste h5,
.fiche_massage .fiche-massage-featured-poste h6,
.fiche_massage .fiche-massage-featured-poste span {
  color: #AE3D17;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
}

@media (max-width: 992px) {

  .fiche_massage .fiche-massage-featured-poste h1,
  .fiche_massage .fiche-massage-featured-poste h2,
  .fiche_massage .fiche-massage-featured-poste h3,
  .fiche_massage .fiche-massage-featured-poste h4,
  .fiche_massage .fiche-massage-featured-poste h5,
  .fiche_massage .fiche-massage-featured-poste h6,
  .fiche_massage .fiche-massage-featured-poste span {
    margin-bottom: 5px;
  }
}

.fiche_massage .fiche-massage-featured-poste p,
.fiche_massage .fiche-massage-featured-poste ul {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  margin-bottom: 10px;
}

.fiche_massage .fiche-massage-featured-poste ul {
  list-style: disc;
  padding-left: 15px;
}

@media (max-width: 992px) {
  .fiche_massage .fiche-massage-featured-poste p {
    margin-bottom: 26px;
    text-align: justify;
  }
}

.intro- {
  font-size: 18px;
  margin: auto;
  max-width: 1150px;
  padding-bottom: 37px;
  padding-top: 37px;
  text-align: center;
  width: calc(100% - 40px);
}

@media (max-width: 992px) {
  .intro- {
    padding-bottom: 13px;
    padding-top: 14px;
  }
}

.cheque-cadeaux .map-info-located,
.page-contact .map-info-located {
  display: flex;
  margin: auto;
  max-width: 1950px;
  width: 100%;
}

.cheque-cadeaux .map-info-located .map,
.page-contact .map-info-located .map {
  background-color: #e8eaed;
  border-radius: 0px 20px 20px 0px;
  height: 602px;
  max-width: 960px;
  width: 100%;
}

@media (max-width: 992px) {

  .cheque-cadeaux .map-info-located .map,
  .page-contact .map-info-located .map {
    max-height: 368px;
    order: 2;
  }
}

.cheque-cadeaux .map-info-located .info-located,
.page-contact .map-info-located .info-located {
  height: auto;
  margin-top: 61px;
  width: 100%;
}

@media (min-width: 993px) {

  .cheque-cadeaux .map-info-located .info-located,
  .page-contact .map-info-located .info-located {
    transform: translateX(-30px);
  }
}

@media (max-width: 992px) {

  .cheque-cadeaux .map-info-located .info-located,
  .page-contact .map-info-located .info-located {
    margin-top: 0;
  }
}

.cheque-cadeaux .map-info-located .info-located ul,
.page-contact .map-info-located .info-located ul {
  background-color: #F8FAF9;
  outline-color: #F8FAF9;
  border-radius: 7px;
  outline-style: solid;
  outline-width: 24px;
  padding-bottom: 19px;
  padding-left: 67px;
  padding-top: 35px;
  text-align: left;
}

@media (max-width: 992px) {

  .cheque-cadeaux .map-info-located .info-located ul,
  .page-contact .map-info-located .info-located ul {
    outline: none;
  }
}

.cheque-cadeaux .map-info-located .info-located ul li,
.page-contact .map-info-located .info-located ul li {
  color: #006729;
  padding-bottom: 39px;
}

@media (max-width: 992px) {

  .cheque-cadeaux .map-info-located .info-located ul li,
  .page-contact .map-info-located .info-located ul li {
    padding-bottom: 24px;
  }
}

.cheque-cadeaux .map-info-located .info-located ul li svg,
.page-contact .map-info-located .info-located ul li svg {
  margin-right: 11px;
  vertical-align: bottom;
}

.cheque-cadeaux .map-info-located .info-located ul .adress,
.cheque-cadeaux .map-info-located .info-located ul .mail,
.cheque-cadeaux .map-info-located .info-located ul .tel,
.page-contact .map-info-located .info-located ul .adress,
.page-contact .map-info-located .info-located ul .mail,
.page-contact .map-info-located .info-located ul .tel {
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
}

@media (max-width: 992px) {

  .cheque-cadeaux .map-info-located .info-located ul .adress,
  .cheque-cadeaux .map-info-located .info-located ul .mail,
  .cheque-cadeaux .map-info-located .info-located ul .tel,
  .page-contact .map-info-located .info-located ul .adress,
  .page-contact .map-info-located .info-located ul .mail,
  .page-contact .map-info-located .info-located ul .tel {
    font-size: 16px;
    line-height: 23px;
  }
}

.cheque-cadeaux .map-info-located .info-located ul .mail:hover,
.cheque-cadeaux .map-info-located .info-located ul .tel:hover,
.page-contact .map-info-located .info-located ul .mail:hover,
.page-contact .map-info-located .info-located ul .tel:hover {
  border-bottom: 1px solid;
}

.cheque-cadeaux .map-info-located .info-located ul .adress,
.page-contact .map-info-located .info-located ul .adress {
  display: flex;
  max-width: 368px;
  color: #323232;
}

@media (max-width: 992px) {

  .cheque-cadeaux .map-info-located .info-located ul,
  .page-contact .map-info-located .info-located ul {
    padding-bottom: 0;
    padding-left: 24px;
    padding-top: 22px;
  }

  .cheque-cadeaux .map-info-located .info-located ul .tel,
  .page-contact .map-info-located .info-located ul .tel {
    font-size: 20px;
  }
}

.cheque-cadeaux .map-info-located .info-located .title-located,
.page-contact .map-info-located .info-located .title-located {
  color: #006B2D;
  font-size: 32px;
  font-weight: 400;
  line-height: 43px;
  text-transform: uppercase;
}

.form-contact .alert-success {
  max-width: max-content;
  margin: auto;
  border: 2px solid #4dae42;
  padding: 16px 210px;
  display: block;
  margin-bottom: 20px;
  color: #4dae42;

}

@media (max-width: 992px) {

  .cheque-cadeaux .map-info-located,
  .page-contact .map-info-located {
    flex-wrap: wrap;
  }

  .cheque-cadeaux .map-info-located .title-located,
  .page-contact .map-info-located .title-located {
    font-size: 24px;
    line-height: 32px;
  }

  .form-contact .alert-success {
    padding: 12px 17px;
  }
}

.cheque-cadeaux .form-contact,
.cheque-cadeaux .text-select-cadeaux,
.page-contact .form-contact,
.page-contact .text-select-cadeaux {
  margin-top: 101px;
}

.cheque-cadeaux .form-contact p,
.cheque-cadeaux .text-select-cadeaux p,
.page-contact .form-contact p,
.page-contact .text-select-cadeaux p {
  font-size: 32px;
  font-weight: 500;
  line-height: 43px;
  text-align: center;
  text-transform: uppercase;
}

.cheque-cadeaux .form-contact form,
.cheque-cadeaux .text-select-cadeaux form,
.page-contact .form-contact form,
.page-contact .text-select-cadeaux form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 26px auto 59px;
  max-width: 702px;
  padding: 37px 78px;
  width: 100%;
}

@media (max-width: 992px) {

  .cheque-cadeaux .form-contact form,
  .cheque-cadeaux .text-select-cadeaux form,
  .page-contact .form-contact form,
  .page-contact .text-select-cadeaux form {
    margin-bottom: 12px !important;
    padding: 0;
  }
}

.cheque-cadeaux .form-contact form .group,
.cheque-cadeaux .text-select-cadeaux form .group,
.page-contact .form-contact form .group,
.page-contact .text-select-cadeaux form .group {
  margin-bottom: 66px;
  max-width: 318px;
  position: relative;
  width: 50%;
}

@media (max-width: 992px) {

  .cheque-cadeaux .form-contact form .group,
  .cheque-cadeaux .text-select-cadeaux form .group,
  .page-contact .form-contact form .group,
  .page-contact .text-select-cadeaux form .group {
    max-width: 100%;
    width: 100%;
  }
}

.cheque-cadeaux .form-contact form .form-control,
.cheque-cadeaux .text-select-cadeaux form .form-control,
.page-contact .form-contact form .form-control,
.page-contact .text-select-cadeaux form .form-control {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: initial;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3Cg clip-path='url(%23a)' fill='%23000'%3E%3Cpath d='m15.401 3.93-7.405 7.406L.59 3.93a.348.348 0 0 0-.492.492l7.652 7.652a.348.348 0 0 0 .492 0l7.652-7.652a.348.348 0 1 0-.492-.492Z'/%3E%3Cpath d='M7.996 12.176a.348.348 0 0 1-.247-.101L.098 4.423a.348.348 0 0 1 .491-.492l7.407 7.405L15.4 3.93a.348.348 0 1 1 .492.492L8.24 12.074a.348.348 0 0 1-.245.102Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: 100%;
  background-repeat: no-repeat;
  border: 1px solid;
  border-color: #0000 #0000 #d9d9d9;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 16px !important;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  max-width: 318px;
  padding: 8px 0;
  text-transform: uppercase;
  width: 100%;
}

.cheque-cadeaux .form-contact form input,
.cheque-cadeaux .form-contact form textarea,
.cheque-cadeaux .text-select-cadeaux form input,
.cheque-cadeaux .text-select-cadeaux form textarea,
.page-contact .form-contact form input,
.page-contact .form-contact form textarea,
.page-contact .text-select-cadeaux form input,
.page-contact .text-select-cadeaux form textarea {
  border: none;
  border-bottom: 1px solid #d9d9d9;
  display: block;
  font-size: 14px;
  padding: 10px 0;
  resize: none;
  width: 100%;
}

.cheque-cadeaux .form-contact form textarea,
.cheque-cadeaux .text-select-cadeaux form textarea,
.page-contact .form-contact form textarea,
.page-contact .text-select-cadeaux form textarea {
  height: 130px;
}

.cheque-cadeaux .text-select-cadeaux form textarea {
  padding: 9px 10px 10px 5px;
  min-height: 104px;
  font-weight: 400;
}

.cheque-cadeaux .form-contact form .group.textarea,
.cheque-cadeaux .text-select-cadeaux form .group.textarea,
.page-contact .form-contact form .group.textarea,
.page-contact .text-select-cadeaux form .group.textarea {
  margin-bottom: 0;
  max-width: 702px;
  width: 100%;
}

.cheque-cadeaux .form-contact form .text-obliga,
.cheque-cadeaux .text-select-cadeaux form .text-obliga,
.page-contact .form-contact form .text-obliga,
.page-contact .text-select-cadeaux form .text-obliga {
  margin-top: 12px;
  width: 100%;
}

@media (max-width: 992px) {

  .cheque-cadeaux .form-contact form .text-obliga,
  .cheque-cadeaux .text-select-cadeaux form .text-obliga,
  .page-contact .form-contact form .text-obliga,
  .page-contact .text-select-cadeaux form .text-obliga {
    margin-top: 9px;
  }
}

.cheque-cadeaux .form-contact form .text-obliga p,
.cheque-cadeaux .text-select-cadeaux form .text-obliga p,
.page-contact .form-contact form .text-obliga p,
.page-contact .text-select-cadeaux form .text-obliga p {
  color: #a9a9a9;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  text-align: right;
}

.cheque-cadeaux .form-contact form input:focus,
.cheque-cadeaux .form-contact form textarea:focus,
.cheque-cadeaux .text-select-cadeaux form input:focus,
.cheque-cadeaux .text-select-cadeaux form textarea:focus,
.page-contact .form-contact form input:focus,
.page-contact .form-contact form textarea:focus,
.page-contact .text-select-cadeaux form input:focus,
.page-contact .text-select-cadeaux form textarea:focus {
  outline: none;
}

.cheque-cadeaux .form-contact form label,
.cheque-cadeaux .text-select-cadeaux form label,
.page-contact .form-contact form label,
.page-contact .text-select-cadeaux form label {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  left: 3px;
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  top: 2px;
  transition: all 0.2s ease;
}

.cheque-cadeaux .form-contact form :valid~label,
.cheque-cadeaux .form-contact form input:focus~label,
.cheque-cadeaux .form-contact form input:valid~label,
.cheque-cadeaux .form-contact form textarea:focus~label,
.cheque-cadeaux .text-select-cadeaux form :valid~label,
.cheque-cadeaux .text-select-cadeaux form input:focus~label,
.cheque-cadeaux .text-select-cadeaux form input:valid~label,
.cheque-cadeaux .text-select-cadeaux form textarea:focus~label,
.page-contact .form-contact form :valid~label,
.page-contact .form-contact form input:focus~label,
.page-contact .form-contact form input:valid~label,
.page-contact .form-contact form textarea:focus~label,
.page-contact .text-select-cadeaux form :valid~label,
.page-contact .text-select-cadeaux form input:focus~label,
.page-contact .text-select-cadeaux form input:valid~label,
.page-contact .text-select-cadeaux form textarea:focus~label {
  color: #006729;
  font-size: 14px;
  top: -20px;
}

.cheque-cadeaux .form-contact form .bar,
.cheque-cadeaux .text-select-cadeaux form .bar,
.page-contact .form-contact form .bar,
.page-contact .text-select-cadeaux form .bar {
  display: block;
  position: relative;
  width: 100%;
}

.cheque-cadeaux .form-contact form .bar:after,
.cheque-cadeaux .form-contact form .bar:before,
.cheque-cadeaux .text-select-cadeaux form .bar:after,
.cheque-cadeaux .text-select-cadeaux form .bar:before,
.page-contact .form-contact form .bar:after,
.page-contact .form-contact form .bar:before,
.page-contact .text-select-cadeaux form .bar:after,
.page-contact .text-select-cadeaux form .bar:before {
  background-color: #006729;
  bottom: 1px;
  content: "";
  height: 1px;
  position: absolute;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  width: 0;
}

.cheque-cadeaux .form-contact form .bar:before,
.cheque-cadeaux .text-select-cadeaux form .bar:before,
.page-contact .form-contact form .bar:before,
.page-contact .text-select-cadeaux form .bar:before {
  left: 50%;
}

.cheque-cadeaux .form-contact form .bar:after,
.cheque-cadeaux .text-select-cadeaux form .bar:after,
.page-contact .form-contact form .bar:after,
.page-contact .text-select-cadeaux form .bar:after {
  right: 50%;
}

.cheque-cadeaux .form-contact form input:focus~.bar:after,
.cheque-cadeaux .form-contact form input:focus~.bar:before,
.cheque-cadeaux .form-contact form textarea:focus~.bar:after,
.cheque-cadeaux .form-contact form textarea:focus~.bar:before,
.cheque-cadeaux .text-select-cadeaux form input:focus~.bar:after,
.cheque-cadeaux .text-select-cadeaux form input:focus~.bar:before,
.cheque-cadeaux .text-select-cadeaux form textarea:focus~.bar:after,
.cheque-cadeaux .text-select-cadeaux form textarea:focus~.bar:before,
.page-contact .form-contact form input:focus~.bar:after,
.page-contact .form-contact form input:focus~.bar:before,
.page-contact .form-contact form textarea:focus~.bar:after,
.page-contact .form-contact form textarea:focus~.bar:before,
.page-contact .text-select-cadeaux form input:focus~.bar:after,
.page-contact .text-select-cadeaux form input:focus~.bar:before,
.page-contact .text-select-cadeaux form textarea:focus~.bar:after,
.page-contact .text-select-cadeaux form textarea:focus~.bar:before {
  width: 50%;
}

.cheque-cadeaux .form-contact form .highlight,
.cheque-cadeaux .text-select-cadeaux form .highlight,
.page-contact .form-contact form .highlight,
.page-contact .text-select-cadeaux form .highlight {
  height: 60%;
  left: 0;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  top: 25%;
  width: 100px;
}

.cheque-cadeaux .form-contact form input:focus~.highlight,
.cheque-cadeaux .text-select-cadeaux form input:focus~.highlight,
.page-contact .form-contact form input:focus~.highlight,
.page-contact .text-select-cadeaux form input:focus~.highlight {
  animation: inputHighlighter 0.3s ease;
}

.cheque-cadeaux .form-contact form .btn-contact-form,
.cheque-cadeaux .text-select-cadeaux form .btn-contact-form,
.page-contact .form-contact form .btn-contact-form,
.page-contact .text-select-cadeaux form .btn-contact-form {
  margin-top: 17px;
  text-align: center;
  width: 100%;
}

.cheque-cadeaux .form-contact form .btn-contact-form button,
.cheque-cadeaux .text-select-cadeaux form .btn-contact-form button,
.page-contact .form-contact form .btn-contact-form button,
.page-contact .text-select-cadeaux form .btn-contact-form button {
  border-radius: 20px;
  background: #006B2D;
  font-size: 20px;
  border: none;
  color: #fff;
  cursor: pointer;
  height: auto;
  min-width: 175px;
  padding: 7px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

@media (max-width: 992px) {

  .cheque-cadeaux .form-contact form .btn-contact-form button,
  .cheque-cadeaux .text-select-cadeaux form .btn-contact-form button,
  .page-contact .form-contact form .btn-contact-form button,
  .page-contact .text-select-cadeaux form .btn-contact-form button {
    min-width: 100%;
  }

  .cheque-cadeaux .form-contact,
  .cheque-cadeaux .text-select-cadeaux,
  .page-contact .form-contact,
  .page-contact .text-select-cadeaux {
    margin-top: 29px !important;
    margin: auto;
    width: calc(100% - 69px);
  }

  .cheque-cadeaux .form-contact P,
  .cheque-cadeaux .text-select-cadeaux P,
  .page-contact .form-contact P,
  .page-contact .text-select-cadeaux P {
    font-size: 24px;
  }

  .cheque-cadeaux,
  .page-contact {
    margin-bottom: 50px;
  }
}

.cheque-cadeaux .intro- {
  margin: auto;
  max-width: 1150px;
  padding-bottom: 37px;
  padding-top: 37px;
  text-align: center;
}

@media (max-width: 992px) {
  .cheque-cadeaux .intro- {
    margin: auto;
    padding-bottom: 13px;
    padding-top: 14px;
    width: calc(100% - 39px);
  }
}

.cheque-cadeaux .select-cadeaux {
  display: flex;
  margin-top: 29px !important;
  margin: auto;
  max-width: 1274px;
  width: calc(100% - 38px);
}

.cheque-cadeaux .select-cadeaux .img-cadeaux {
  width: 46%;
}

.cheque-cadeaux .select-cadeaux .img-cadeaux img {
  margin-left: 13px;
  padding-top: 12px;
}

.cheque-cadeaux .select-cadeaux .text-select-cadeaux {
  margin: 0;
  width: 54%;
}

.cheque-cadeaux .select-cadeaux .text-select-cadeaux form {
  margin-bottom: 99px;
  margin-top: unset;
  padding: unset;
}

.cheque-cadeaux .select-cadeaux .text-select-cadeaux form .group {
  max-width: 698px;
  width: 100%;
}

.cheque-cadeaux .select-cadeaux .text-select-cadeaux form .group .form-control {
  max-width: 698px;
  padding-bottom: 16px;
}

.cheque-cadeaux .select-cadeaux .text-select-cadeaux form .group .date-de-livraison {
  color: #a9a9a9;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  margin-top: 6px;
}

.cheque-cadeaux .select-cadeaux .text-select-cadeaux form .btn-contact-form .prix-cadeaux {
  color: #006729;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 12px;
}

.cheque-cadeaux .select-cadeaux .text-select-cadeaux form .note- {
  background-color: #F8F8F8;
  margin-bottom: 39px;
  margin-top: 35px;
  padding: 12px;
}

.cheque-cadeaux .select-cadeaux .text-select-cadeaux form .note- li,
.cheque-cadeaux .select-cadeaux .text-select-cadeaux form .note- span {
  color: #a4a4a4;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.cheque-cadeaux .select-cadeaux .text-select-cadeaux form .note- ul {
  padding: revert;
}

.cheque-cadeaux .select-cadeaux .text-select-cadeaux form .note- ul li:before {
  content: "·";
  font-size: 26px;
  margin-right: 5px;
}

@media screen and (max-width: 992px) {
  .cheque-cadeaux .select-cadeaux {
    flex-wrap: wrap;
    margin: auto;
    margin-top: 0 !important;
    width: calc(100% - 75px);
  }

  .cheque-cadeaux .select-cadeaux .img-cadeaux,
  .cheque-cadeaux .select-cadeaux .text-select-cadeaux {
    margin-top: 7px !important;
    width: 100%;
  }

  .cheque-cadeaux .select-cadeaux .img-cadeaux .form,
  .cheque-cadeaux .select-cadeaux .text-select-cadeaux .form {
    margin-bottom: 0;
  }

  .cheque-cadeaux .select-cadeaux .img-cadeaux .form textarea,
  .cheque-cadeaux .select-cadeaux .text-select-cadeaux .form textarea {
    padding: 60px 10px 10px 5px;
  }

  .cheque-cadeaux .select-cadeaux .img-cadeaux .group,
  .cheque-cadeaux .select-cadeaux .text-select-cadeaux .group {
    margin-bottom: 38px;
  }

  .cheque-cadeaux .select-cadeaux .img-cadeaux .group .date-de-livraison,
  .cheque-cadeaux .select-cadeaux .text-select-cadeaux .group .date-de-livraison {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 992px) and (max-width: 400px) {

  .cheque-cadeaux .select-cadeaux .img-cadeaux .group .livraison,
  .cheque-cadeaux .select-cadeaux .text-select-cadeaux .group .livraison {
    padding-bottom: 27px;
  }
}

@media screen and (max-width: 992px) {

  .cheque-cadeaux .select-cadeaux .img-cadeaux .note-,
  .cheque-cadeaux .select-cadeaux .text-select-cadeaux .note- {
    margin-bottom: 66px !important;
    margin-top: 26px !important;
  }

  .cheque-cadeaux .select-cadeaux .img-cadeaux .note- ul,
  .cheque-cadeaux .select-cadeaux .text-select-cadeaux .note- ul {
    padding-left: 9px !important;
  }

  .cheque-cadeaux .select-cadeaux .img-cadeaux {
    order: 2;
  }

  .cheque-cadeaux .select-cadeaux .img-cadeaux img {
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 414px) {
  .gallery {
    margin: auto;
    width: max-content;
  }

  .gallery img {
    width: 100%;
  }
}

.page-cvg {
  margin: 94px auto 80px;
  max-width: 1440px;
  width: calc(100% - 30px);
}

.page-cvg .intro-pageStatic {
  margin-bottom: 44px;
}

.page-cvg .intro-pageStatic ul {
  list-style: decimal;
  margin-top: 21px;
  padding-left: 15px;
}

.page-cvg .intro-pageStatic ul ul {
  list-style: lower-alpha;
  padding-left: 15px;
}

.page-cvg .intro-pageStatic p {
  font-size: 16px;
  text-align: justify;
}

@media screen and (max-width: 992px) {
  .page-cvg {
    margin: 10px auto 80px;
  }

  .page-cvg .intro-pageStatic {
    margin-bottom: 20px;
  }
}

.breadcrumb-logo {
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  min-height: 121px;
  margin-bottom: 60px;
}

.breadcrumb-logo+div {
  flex: 1;
}

.breadcrumb-logo a {
  margin: 0 auto -72px;
}

.page-reservation .img-local {
  margin: auto;
  max-width: 1458px;
  padding-top: 60px;
  width: calc(100% - 30px);
}

.page-reservation .img-local .slider {
  justify-content: space-between;
  width: 100%;
}

.page-reservation .img-local .slider .image-container {
  display: flex;
  justify-content: center;
  width: calc(100% - 12px);
}

.page-reservation .img-local .slider img {
  object-fit: contain;
  width: 100%;
}

.page-reservation .img-local .adresse-local {
  margin-top: 23px;
  padding-left: 10px;
  width: calc(100% - 20px);
}

.page-reservation .img-local .adresse-local p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 7px;
}

.page-reservation .img-local .adresse-local svg {
  margin-right: 10;
  vertical-align: -2px;
}

@media screen and (max-width: 992px) {
  .page-reservation .img-local {
    padding-top: 21px;
  }

  .page-reservation .img-local .slider .image-container img {
    height: auto;
    object-fit: cover !important;
  }

  .page-reservation .img-local .adresse-local {
    position: relative;
  }

  .page-reservation .img-local .adresse-local p {
    padding-left: 22px;
  }

  .page-reservation .img-local .adresse-local p svg {
    left: 0;
    position: absolute;
  }

  .page-reservation .img-local .tns-controls {
    display: none;
  }
}

.page-reservation .select-time {
  cursor: pointer;
}

.page-reservation .type-reserve {
  display: flex;
  margin: auto;
  max-width: 1441px;
  width: calc(100% - 44px);
  padding-top: 78px;
}

.page-reservation .type-reserve .name-reserve {
  max-width: 410px;
  padding-top: 36px;
  width: 100%;
}

.page-reservation .type-reserve .name-reserve p {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;

}

.page-reservation .type-reserve .name-reserve svg {
  vertical-align: middle;
  margin-left: 12px;
  vertical-align: -3px;
}

.page-reservation .type-reserve .select-reserve {
  box-shadow: 0 4px 40px #0000000d;
  background: #EBF9F1;
  max-width: 1030px;
  padding: 0 24px 0 33px;
  width: 100%;
}

.page-reservation .type-reserve .select-reserve .table {
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  justify-content: space-between;
  padding-bottom: 27px;
  padding-top: 23px;
}

.page-reservation .type-reserve .select-reserve .table div {
  max-width: max-content;
}

.page-reservation .type-reserve .select-reserve .table div p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 11px;
  text-transform: uppercase;
}

.page-reservation .type-reserve .select-reserve .table div span {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.page-reservation .type-reserve .select-reserve .table div span svg {
  vertical-align: sub;
}

.page-reservation .type-reserve .select-reserve .table .title-type {
  max-width: 428px;
  padding-top: 18px;
  width: 100%;
}

.page-reservation .type-reserve .select-reserve .table .title-type P {
  line-height: 19px;
  text-align: left;
  width: 100%;
  font-weight: 500;
}

.page-reservation .type-reserve .select-reserve .table .prix-type {
  align-items: center;
  color: #006B2D;
  display: flex;
  max-width: 188px;
  text-transform: uppercase;
  width: 100%;
}

.page-reservation .type-reserve .select-reserve .table p {
  text-align: center;
  width: max-content;
  width: 118px;
}

.page-reservation .type-reserve .select-reserve .table .qnt-type {
  max-width: 219px;
  width: 100%;
}

.page-reservation .type-reserve .select-reserve .table .qnt-type .quantity_inner {
  background: #f7f7f7;
  border-radius: 100px;
  display: flex;
  gap: 10px;
  justify-content: center;
  max-width: 118px;
}

.page-reservation .type-reserve .select-reserve .table .qnt-type .quantity_inner .bt_minus,
.page-reservation .type-reserve .select-reserve .table .qnt-type .quantity_inner .bt_plus,
.page-reservation .type-reserve .select-reserve .table .qnt-type .quantity_inner .quantity {
  background: none;
  border: none;
  cursor: pointer;
  outline: 0;
  padding: 0;
  width: 28px;
}

.page-reservation .type-reserve .select-reserve .table .qnt-type .quantity_inner .quantity {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.page-reservation .type-reserve .select-reserve .table .qnt-type .quantity_inner .bt_minus svg,
.page-reservation .type-reserve .select-reserve .table .qnt-type .quantity_inner .bt_plus svg {
  stroke: #bfbfbf;
  stroke-width: 1;
  margin: 4px;
  transition: 0.5s;
}

.page-reservation .type-reserve .select-reserve .table .qnt-type .quantity_inner .bt_minus:hover svg,
.page-reservation .type-reserve .select-reserve .table .qnt-type .quantity_inner .bt_plus:hover svg {
  stroke: #006729;
}

.page-reservation .type-reserve .select-reserve .table .btn-reserve {
  align-items: center;
  display: flex;
  padding-right: 9px;
}

.page-reservation .type-reserve .select-reserve .table .btn-reserve button {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  padding: 5px 23px;
}

#selectreserve .reserve-button.removeElement {
  background-color: #006B2D;
  color: #FFF;
  border: none;
  border-radius: 20px;
  padding: 5px 26px;
}

#selectreserve .prix-type p {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
}

.page-reservation .type-reserve .select-reserve .table .btn-reserve .reserve-button,
.page-reservation .type-reserve .select-reserve .table .btn-reserve button:hover {
  background-color: #a2ca6e;
  color: #fff;
  transition: 0.3s;
}

@media screen and (max-width: 1300px) {
  #selectreserve .reserve-button.removeElement {
    padding: 1px 8px;
    font-size: 12px;
  }

  #selectreserve .prix-type p {
    font-size: 18px;
  }

  .page-reservation .type-reserve .select-reserve .table .prix-type,
  .page-reservation .type-reserve .select-reserve .table .qnt-type,
  .page-reservation .type-reserve .select-reserve .table .title-type {
    max-width: unset;
    width: unset;
  }

  .page-panier .mon-panier .list-commande .list-select .table .title-type {
    min-width: 155px;
  }
}

.page-reservation .type-reserve .select-reserve :last-child {
  border-bottom: 1px solid #e7e7e700;
}

.page-reservation .type-reserve .select-reserve .group .form-control {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: initial;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' fill='none'%3E%3Cpath fill='%23000' d='M7.996 9.176a.348.348 0 0 1-.247-.102L.098 1.423A.348.348 0 0 1 .589.93l7.407 7.405L15.4.93a.348.348 0 1 1 .492.492L8.241 9.074a.348.348 0 0 1-.245.102Z'/%3E%3C/svg%3E");
  background-position: 100%;
  background-position-y: center;
  background-position-y: 9px;
  background-repeat: no-repeat;
  border: 1px solid #0000;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-left: 3px;
  max-width: 64px;
  padding: 0;
  position: absolute;
  width: 100%;
}

.page-reservation .type-reserve .select-reserve .time-massage {
  display: flex;
  padding-top: 4px;
}

.page-reservation .type-reserve .time-massage svg {
  margin-right: 4;
}

@media screen and (max-width: 992px) {
  .page-reservation .type-reserve {
    flex-wrap: wrap;
    padding-top: 0;
    width: calc(100% - 31px);
  }

  .page-reservation .type-reserve .name-reserve {
    padding-bottom: 14px;
    padding-top: 31px;
  }

  .page-reservation .type-reserve .select-reserve {
    padding: 0 9px;
  }

  .page-reservation .type-reserve .select-reserve .table {
    flex-wrap: wrap;
    padding-top: 5px;
  }

  .page-reservation .type-reserve .select-reserve .table .title-type {
    width: 47%;
  }

  .page-reservation .type-reserve .select-reserve .table .title-type p {
    font-size: 14px;
  }

  .page-reservation .type-reserve .select-reserve .table .prix-type {
    font-size: 18px;
    width: 25%;
  }

  .page-reservation .type-reserve .select-reserve .table .qnt-type {
    display: flex;
    margin-top: 12px;
    order: 3;
    width: 100%;
  }

  .page-reservation .type-reserve .select-reserve .table .qnt-type p {
    margin-right: 12px;
    max-width: max-content;
  }

  .page-reservation .type-reserve .select-reserve .table .qnt-type .quantity_inner {
    width: 100%;
  }

  .page-reservation .type-reserve .select-reserve .table .btn-reserve {
    width: 25%;
  }

  .page-reservation .type-reserve .select-reserve .table .btn-reserve button {
    padding: 5px 8px;
  }
}

.page-reservation .liste-reserve {
  display: flex;
  margin: auto;
  max-width: 1441px;
  padding-top: 78px;
  width: calc(100% - 44px);
}

.page-reservation .liste-reserve .select-reserve {
  max-width: 1030px;
  width: 100%;
  margin: auto 0 auto auto;
}

.page-reservation .liste-reserve .title-reserve {
  max-width: 410px;
  width: 100%;
  display: flex;
  column-gap: 7px;
  color: #000;
}

.page-reservation .liste-reserve .title-reserve p {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.page-reservation .liste-reserve .title-reserve .txt-recherche {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  max-width: 310px;
}

.page-reservation .liste-reserve .title-reserve svg {
  margin-top: 10px;
}

.page-reservation .liste-reserve .listCatigory {
  max-width: 1030px;
  width: 100%;
}

.page-reservation .liste-reserve .category-reserve {
  background-color: #FBFBFB;
  max-width: 1030px;
  padding: 15px 15px;
}

.page-reservation .liste-reserve .category-reserve .item-Soins,
.page-reservation .liste-reserve .category-reserve .item-formules,
.page-reservation .liste-reserve .category-reserve .item-massages,
.page-reservation .liste-reserve .category-reserve .item-tout {
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  height: 124px;
  justify-content: center;
  margin-right: 11px;
  position: relative;
  transition: 0.3s;
  width: 191px;
  border-radius: 15px;
  max-width: 100%;
  text-align: center;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.page-reservation .liste-reserve .category-reserve .item-Soins input,
.page-reservation .liste-reserve .category-reserve .item-formules input,
.page-reservation .liste-reserve .category-reserve .item-massages input,
.page-reservation .liste-reserve .category-reserve .item-tout input {
  display: block;
  position: absolute;
  right: 6px;
  top: 5px;
  z-index: -1;
}

.page-reservation .reserve-button.selected .unchecked-btn {
  display: none;
}

.page-reservation .reserve-button .checked-btn {
  display: none;
}

.page-reservation .reserve-button.selected .checked-btn {
  display: block;
}

.page-reservation .liste-reserve .category-reserve .item-Soins svg,
.page-reservation .liste-reserve .category-reserve .item-formules svg,
.page-reservation .liste-reserve .category-reserve .item-massages svg,
.page-reservation .liste-reserve .category-reserve .item-tout svg {
  fill: #006729;
  position: relative;
  z-index: 3;
}

.page-reservation .liste-reserve .category-reserve .item-Soins p,
.page-reservation .liste-reserve .category-reserve .item-formules p,
.page-reservation .liste-reserve .category-reserve .item-massages p,
.page-reservation .liste-reserve .category-reserve .item-tout p {
  color: #000;
  font-size: 19px;
  position: relative;
  text-transform: uppercase;
  z-index: 3;
  padding: 0 5px;
}

.page-reservation .liste-reserve .category-reserve .item-Soins:last-child,
.page-reservation .liste-reserve .category-reserve .item-formules:last-child,
.page-reservation .liste-reserve .category-reserve .item-massages:last-child,
.page-reservation .liste-reserve .category-reserve .item-tout:last-child {
  margin-right: 0;
}

@media screen and (max-width: 992px) {

  .page-reservation .liste-reserve .category-reserve .item-Soins,
  .page-reservation .liste-reserve .category-reserve .item-formules,
  .page-reservation .liste-reserve .category-reserve .item-massages,
  .page-reservation .liste-reserve .category-reserve .item-tout {
    height: 94px;
    width: 155px;
  }

  .page-reservation .liste-reserve .category-reserve .item-Soins p,
  .page-reservation .liste-reserve .category-reserve .item-formules p,
  .page-reservation .liste-reserve .category-reserve .item-massages p,
  .page-reservation .liste-reserve .category-reserve .item-tout p {
    font-size: 14px;
  }
}

.page-reservation .liste-reserve .category-reserve .item-Soins .checkmark,
.page-reservation .liste-reserve .category-reserve .item-formules .checkmark,
.page-reservation .liste-reserve .category-reserve .item-massages .checkmark,
.page-reservation .liste-reserve .category-reserve .item-tout .checkmark {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.page-reservation .liste-reserve .category-reserve .item-Soins input:checked~.checkmark,
.page-reservation .liste-reserve .category-reserve .item-Soins input:checked~p,
.page-reservation .liste-reserve .category-reserve .item-Soins input:checked~svg,
.page-reservation .liste-reserve .category-reserve .item-formules input:checked~.checkmark,
.page-reservation .liste-reserve .category-reserve .item-formules input:checked~p,
.page-reservation .liste-reserve .category-reserve .item-formules input:checked~svg,
.page-reservation .liste-reserve .category-reserve .item-massages input:checked~.checkmark,
.page-reservation .liste-reserve .category-reserve .item-massages input:checked~p,
.page-reservation .liste-reserve .category-reserve .item-massages input:checked~svg,
.page-reservation .liste-reserve .category-reserve .item-tout input:checked~.checkmark,
.page-reservation .liste-reserve .category-reserve .item-tout input:checked~p,
.page-reservation .liste-reserve .category-reserve .item-tout input:checked~svg {
  fill: #fff;
  background-color: #006B2D;
  color: #fff;
  font-weight: 600;
}

.page-reservation .liste-reserve .category-reserve .item-Soins .checkmark:after,
.page-reservation .liste-reserve .category-reserve .item-Soins .checkmark:before,
.page-reservation .liste-reserve .category-reserve .item-formules .checkmark:after,
.page-reservation .liste-reserve .category-reserve .item-formules .checkmark:before,
.page-reservation .liste-reserve .category-reserve .item-massages .checkmark:after,
.page-reservation .liste-reserve .category-reserve .item-massages .checkmark:before,
.page-reservation .liste-reserve .category-reserve .item-tout .checkmark:after,
.page-reservation .liste-reserve .category-reserve .item-tout .checkmark:before {
  content: "";
  display: none;
  position: absolute;
}

.page-reservation .liste-reserve .category-reserve .item-Soins input:checked~.checkmark:after,
.page-reservation .liste-reserve .category-reserve .item-Soins input:checked~.checkmark:before,
.page-reservation .liste-reserve .category-reserve .item-formules input:checked~.checkmark:after,
.page-reservation .liste-reserve .category-reserve .item-formules input:checked~.checkmark:before,
.page-reservation .liste-reserve .category-reserve .item-massages input:checked~.checkmark:after,
.page-reservation .liste-reserve .category-reserve .item-massages input:checked~.checkmark:before,
.page-reservation .liste-reserve .category-reserve .item-tout input:checked~.checkmark:after,
.page-reservation .liste-reserve .category-reserve .item-tout input:checked~.checkmark:before {
  display: block;
}

.page-reservation .liste-reserve .category-reserve .item-Soins .checkmark:after,
.page-reservation .liste-reserve .category-reserve .item-formules .checkmark:after,
.page-reservation .liste-reserve .category-reserve .item-massages .checkmark:after,
.page-reservation .liste-reserve .category-reserve .item-tout .checkmark:after {
  border: solid #006B2D;
  border-width: 0 2px 2px 0;
  height: 9px;
  right: 16px;
  top: 12px;
  transform: rotate(45deg);
  width: 5px;
}

.page-reservation .liste-reserve .category-reserve .item-Soins .checkmark:before,
.page-reservation .liste-reserve .category-reserve .item-formules .checkmark:before,
.page-reservation .liste-reserve .category-reserve .item-massages .checkmark:before,
.page-reservation .liste-reserve .category-reserve .item-tout .checkmark:before {
  background-color: #fff;
  border-radius: 30px;
  height: 20px;
  right: 9px;
  top: 9px;
  width: 20px;
}

.page-reservation .liste-reserve .category-reserve .tns-controls {
  display: none;
}

.page-reservation .liste-reserve .category-reserve .item-tout svg {
  margin-top: 20px;
}

.page-reservation .liste-reserve .category-reserve .item-massages svg {
  margin-top: 13px;
}

@media screen and (max-width: 992px) {
  .page-reservation .liste-reserve .category-reserve {
    padding: 14px 0;
    position: relative;
  }

  .page-reservation .liste-reserve .category-reserve .tns-controls {
    position: absolute;
    width: calc(100% + 1.5rem);
    margin-left: -1rem;
    display: flex;
    justify-content: space-between;
    top: 30%;
    outline: none;
    height: 0;
  }

  .page-reservation .liste-reserve .category-reserve .tns-controls button {
    background: transparent;
    border: 0;
  }

  .page-reservation .liste-reserve .category-reserve .tns-controls button:disabled {
    cursor: not-allowed;
    opacity: .2;
  }

  .page-reservation .liste-reserve .category-reserve .item-Soins svg,
  .page-reservation .liste-reserve .category-reserve .item-formules svg,
  .page-reservation .liste-reserve .category-reserve .item-massages svg,
  .page-reservation .liste-reserve .category-reserve .item-tout svg {
    height: 35px;
    vertical-align: middle;
    width: 36px;
  }

  .page-reservation .liste-reserve .category-reserve .item-Soins p,
  .page-reservation .liste-reserve .category-reserve .item-formules p,
  .page-reservation .liste-reserve .category-reserve .item-massages p,
  .page-reservation .liste-reserve .category-reserve .item-tout p {
    line-height: 25px;
  }

  .page-reservation .liste-reserve .category-reserve .item-tout svg {
    height: 20px;
    margin-top: 14px;
    width: 20px;
  }

  .page-reservation .liste-reserve .category-reserve .item-massages svg {
    margin-top: 0;
  }
}

.page-reservation .liste-reserve .selectionner {
  display: flex;
  margin: 27px auto auto;
  padding-bottom: 48px;
}

.page-reservation .liste-reserve .selectionner .list-selectionner {
  padding-top: 23px;
  width: 100%;
}

.firstlst {
  width: 30%;
}

.secondlst {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .page-reservation .liste-reserve .selectionner .list-selectionner ul {
    /* grid-template-columns: 1fr; */
    width: 100%;
  }

  .page-reservation .liste-reserve .selectionner .list-selectionner ul .lis {
    padding-left: 0 !important;
  }
}

.page-reservation .liste-reserve .selectionner .list-selectionner ul li:not(.table-selectionner) {
  cursor: pointer;
  margin-bottom: 5px;
  background-color: #FBFBFB;
  padding: 8px 17px;
  position: relative;
}

@media screen and (min-width: 992px) {
  .page-reservation .liste-reserve .selectionner .list-selectionner ul li:not(.table-selectionner) {
    grid-column: 1;
  }
}

.page-reservation .liste-reserve .selectionner .list-selectionner ul li:not(.table-selectionner).active {
  background-color: #006B2D;
  color: #fff;
}

.page-reservation .liste-reserve .selectionner .list-selectionner ul li:not(.table-selectionner):before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none' viewBox='0 0 25 25'%3e%3cpath fill='%23323232' d='m18.588 11.042-8.167-8.167L12.5.833 24.166 12.5 12.5 24.167l-2.079-2.042 8.167-8.167H.833v-2.916h17.755Z'/%3e%3c/svg%3e ");
  top: 5px;
  background-repeat: no-repeat;
  content: "";
  height: 30px;
  position: absolute;
  right: 0;
  width: 30px;
}

.page-reservation .liste-reserve .selectionner .list-selectionner ul li:not(.table-selectionner).active:before {
  -webkit-filter: brightness(10);
  filter: brightness(10);
}

.page-reservation .liste-reserve .selectionner .table-selectionner {
  padding-left: 48px;
}

.page-reservation .liste-reserve .selectionner .table-selectionner .time-massage {
  display: flex;
  padding-top: 4px;
}

.page-reservation .liste-reserve .selectionner .table-selectionner .qnt-type {
  display: none;
}

.page-reservation .liste-reserve .selectionner .table-selectionner .group .form-control {
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: initial;
  border: 1px solid #0000;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-left: 3px;
  padding: 0;
  width: 100%;
}

.page-reservation .liste-reserve .selectionner .table-selectionner .group {
  position: relative;
}

.page-reservation .liste-reserve .selectionner .table-selectionner .group::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-24%);
  width: 16px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' fill='none'%3E%3Cpath fill='%23000' d='M7.996 9.176a.348.348 0 0 1-.247-.102L.098 1.423A.348.348 0 0 1 .589.93l7.407 7.405L15.4.93a.348.348 0 1 1 .492.492L8.241 9.074a.348.348 0 0 1-.245.102Z'/%3E%3C/svg%3E");
  background-position: 100%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  pointer-events: none;
}

.page-reservation select {}

@media screen and (min-width: 992px) {
  .page-reservation .liste-reserve .selectionner .table-selectionner {
    grid-column: 2;
    grid-row: 1/5;
  }
}

.page-reservation .liste-reserve .selectionner .table-selectionner .table {
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  justify-content: space-between;
  padding-bottom: 27px;
  padding-top: 23px;
  column-gap: 9px;
}

.page-reservation .liste-reserve .selectionner .table-selectionner .table .title-type {
  width: 58%;
}

.page-reservation .liste-reserve .selectionner .table-selectionner .table .title-type p {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  text-transform: uppercase;
}

.page-reservation .liste-reserve .selectionner .table-selectionner .table .prix-type {
  align-items: center;
  color: #AE3D17;
  display: flex;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
}

.page-reservation .liste-reserve .selectionner .table-selectionner .table .btn-reserve {
  align-items: center;
  display: flex;
  padding-right: 9px;
}

.page-reservation .liste-reserve .selectionner .table-selectionner .table .btn-reserve button {
  border-radius: 20px;
  border: 1px solid #323232;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  padding: 5px 23px;
  color: #323232;
}

@media screen and (max-width: 992px) {

  .page-reservation .liste-reserve .selectionner .table-selectionner .table .btn-reserve button {
    font-size: 12px;
  }
}

.gallery_block .image-caption .title-gallery span {
  font-weight: 500;
  display: block;
}

.page-reservation .liste-reserve .selectionner .table-selectionner .table svg {
  vertical-align: sub;
  margin-right: 4px;
}

.-informations.thank-page .group p {
  margin-top: 15px;
  margin-left: 3px;
}

.-informations.thank-page .cloneDiv {
  padding-top: 0 !important;
}

.-informations.thank-page .group label {
  font-weight: 600 !important;
}

.page-reservation .liste-reserve .selectionner .table-selectionner :last-child {
  border-bottom: 1px solid #e7e7e700;
}

.page-reservation .liste-reserve .selectionner .table-selectionner>div:first-child {
  padding-top: 11px;
}

@media screen and (max-width: 1300px) {
  .page-reservation .liste-reserve {
    flex-wrap: wrap;
    width: calc(100% - 31px);
  }

  .page-reservation .liste-reserve .title-reserve {
    margin-bottom: 14px;
    margin-top: 27px;
  }
}

@media screen and (max-width: 992px) {
  .page-reservation .liste-reserve {
    padding-top: 0;
  }

  .page-reservation .liste-reserve .selectionner {
    background-color: #f8f8f8;
    flex-wrap: wrap;
    margin-bottom: 31;
    outline: 16px solid #f8f8f8;
    padding-bottom: 10;
  }

  .page-reservation .liste-reserve .selectionner .list-selectionner {
    max-width: 100%;
    padding-top: 0;
  }

  .page-reservation .liste-reserve .selectionner .table-selectionner {
    padding-left: 0;
  }

  .page-reservation .liste-reserve .selectionner .list-selectionner ul li {
    /* border-bottom: 1px solid #e7e7e7; */
    margin-bottom: 0;
    padding: 13px 0;
  }

  .page-reservation .liste-reserve .selectionner .table {
    padding-bottom: 15px !important;
  }

  .page-reservation .liste-reserve .selectionner .table .title-type {
    width: 50% !important;
  }

  .page-reservation .liste-reserve .selectionner .table .title-type p {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .page-reservation .liste-reserve .selectionner .table .prix-type {
    display: unset !important;
    font-size: 16px !important;
  }

  .page-reservation .liste-reserve .selectionner .table .btn-reserve {
    display: unset !important;
  }

  .page-reservation .liste-reserve .selectionner .table .btn-reserve button {
    padding: 1px 8px !important;
  }
}

.page-reservation .choisis-horaire {
  align-items: center;
  background-color: #f8f8f8;
  display: flex;
  justify-content: space-between;
  margin: auto auto 69px;
  max-width: 1165px;
  min-height: 90px;
  padding: 0 23px;
  position: relative;
  width: calc(100% - 56px);
}

.page-reservation .choisis-horaire {
  margin: 0;
  position: fixed;
  bottom: 0;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 12;
}

.page-reservation .choisis-horaire p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  text-transform: uppercase;
}

.page-reservation .choisis-horaire p {
  text-transform: lowercase;
}

.page-reservation .choisis-horaire p .cartTotal {
  color: #006729;
  font-weight: 600;
  text-transform: uppercase;
}

.page-reservation .choisis-horaire .text-choisis {
  width: 50%;
}

.page-reservation .choisis-horaire .btn-horaire {
  display: flex;
  justify-content: right;
  width: 50%;
}

#btn-244 {
  display: none;
}

.page-reservation .choisis-horaire .btn-horaire a {
  padding: 8px 17px;
  border-radius: 20px;
  background: #006B2D;
  color: #fff;
  font-size: 20px;
  position: relative;
  z-index: 1;

}

@media screen and (max-width: 992px) {
  .page-reservation .liste-reserve .selectionner .list-selectionner ul li:not(.table-selectionner).active {
    padding: 8px !important;
  }

  .page-reservation .choisis-horaire .btn-horaire {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .page-reservation .choisis-horaire .text-choisis {
    text-align: center;
    width: 100%;
  }

  .page-reservation .choisis-horaire .btn-horaire a {
    font-size: 20px;
    margin: auto;
    min-width: 233px;
  }

  .page-reservation .choisis-horaire {
    gap: 8px;
    width: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    box-shadow: 0 0 30px -10px rgba(0,0,0,0.2);
  }

  #tabAll {
    display: none;
  }
}

.page-reservation .tab {
  cursor: pointer;
  /* padding: 8px 16px; */
}

.page-reservation .tab-content {
  display: none;
}

.page-reservation .active-tab-content {
  display: block;
}

.page-panier {
  margin: 67px auto 92px;
  max-width: 1234px;
  width: 100%;
}

.page-panier .hide-trans-div {
  display: none !important;
}

@media screen and (max-width: 992px) {
  .page-panier {
    margin-bottom: 39px;
    margin-top: 0;
  }
}

.page-panier .mon-panier {
  background-color: #EBF9F1;
  display: flex;
  margin-bottom: 92px;
  padding-top: 40px;
}

@media screen and (max-width: 992px) {
  .page-panier .mon-panier {
    flex-wrap: wrap;
    padding-top: 14px;
  }
}

.page-panier .mon-panier .calendrier {
  padding-left: 15px;
  width: 30%;
}

.page-panier .mon-panier .calendrier #monthSelect,
.page-panier .mon-panier .calendrier #yearSelect {
  background-color: initial;
  border: none;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  text-transform: capitalize;
}

.page-panier .mon-panier .calendrier .month-select-container {
  display: inline-block;
  position: relative;
}

.page-panier .mon-panier .calendrier #yearSelect {
  margin-left: 0;
}

.page-panier .mon-panier .calendrier #monthSelect,
.page-panier .mon-panier .calendrier #yearSelect {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 4px;
  padding: 0;
  text-align: center;
}

.page-panier .mon-panier .calendrier #monthSelect option,
.page-panier .mon-panier .calendrier #yearSelect option {
  cursor: pointer;
  font-family: sans-serif !important;
  font-size: 14px;
}

.page-panier .mon-panier .calendrier .fc-center {
  padding-top: 7px;
}

.page-panier .mon-panier .calendrier .fc-toolbar {
  margin-bottom: 2px;
}

.page-panier .mon-panier .calendrier .fc-next-button:hover,
.page-panier .mon-panier .calendrier .fc-prev-button:hover {
  background-color: #b5b5b52e;
}

.page-panier .mon-panier .calendrier .month-select-container:after {
  color: #999;
  content: "";
  font-size: 14px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.page-panier .mon-panier .calendrier #calendar .fc-day-grid,
.page-panier .mon-panier .calendrier #calendar2 .fc-day-grid {
  display: none;
}

.page-panier .mon-panier .calendrier .fc-axis.fc-time.fc-widget-content {
  background-color: #fff !important;
}

.page-panier .mon-panier .calendrier .fc-widget-content:not(.fc-axis):not(.fc-time) {
  background-color: #fff;
  border-right: none;
  display: flex;
  justify-content: end;
  padding-right: 3px;
}

.page-panier .mon-panier .calendrier tr.fc-minor {
  display: none;
}

.page-panier .mon-panier .calendrier .fc-icon.fc-icon-right-single-arrow:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cg clip-path='url(%23a)' fill='%23000'%3E%3Cpath d='m3.93.599 7.407 7.405L3.93 15.41a.348.348 0 0 0 .492.492l7.652-7.652a.348.348 0 0 0 0-.492L4.422.106a.348.348 0 1 0-.492.492Z'/%3E%3Cpath d='M12.176 8.004a.35.35 0 0 1-.101.247l-7.652 7.651a.348.348 0 0 1-.492-.491l7.406-7.407L3.93.6a.348.348 0 1 1 .492-.492l7.652 7.652a.348.348 0 0 1 .102.245Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z' transform='rotate(-90 8 8)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: 50%;
  content: "";
  display: block;
  height: 18px;
  width: 20px;
}

.page-panier .mon-panier .calendrier .fc-icon.fc-icon-left-single-arrow:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cg clip-path='url(%23a)' fill='%23000'%3E%3Cpath d='M13.029 16.423 5.663 8.978l7.446-7.366a.348.348 0 0 0-.489-.494l-7.693 7.61a.348.348 0 0 0-.003.492l7.61 7.693a.348.348 0 0 0 .503-.48l-.008-.009Z'/%3E%3Cpath d='M4.823 8.973c0-.092.038-.18.103-.246l7.694-7.61a.348.348 0 0 1 .489.495L5.663 8.977l7.366 7.446a.348.348 0 1 1-.495.49l-7.61-7.694a.348.348 0 0 1-.1-.246Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z' transform='rotate(90.312 8.003 8.997)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: 50%;
  content: "";
  display: block;
  height: 18px;
  width: 20px;
}

.page-panier .mon-panier .calendrier .fc-widget-content.active {
  background-color: #f8f8f8 !important;
  color: #000 !important;
  font-weight: 600 !important;

}

.page-panier .mon-panier .calendrier .fc-widget-content {
  cursor: pointer;
}

.page-panier .mon-panier .calendrier .fc-scroller {
  height: 227px !important;
}

.page-panier .mon-panier .calendrier .fc-next-button,
.page-panier .mon-panier .calendrier .fc-prev-button {
  background: none;
  background-color: #f000;
  border: none;
  box-shadow: none;
}

.page-panier .mon-panier .calendrier .fc-right {
  position: absolute;
  right: 0;
}

.page-panier .mon-panier .calendrier .fc-toolbar {
  padding-top: 16px;
  position: relative;
}

.page-panier .mon-panier .calendrier .fc-center {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}

.page-panier .mon-panier .calendrier .fc-day-header {
  display: flex;
  margin-bottom: 18px;
}

.page-panier .mon-panier .calendrier .current-day-circle {
  background-color: #006729;
  border-radius: 100px;
  color: #fff !important;
  left: 7px;
  margin: 0 !important;
  padding: 6px 2px;
  position: relative;
  width: 30px;
}

.page-panier .mon-panier .calendrier .fc-day-header>div {
  color: #b5b5b5;
  width: 54px;
}

.page-panier .mon-panier .calendrier .fc-day-header>div p {
  color: #b5b5b5;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 10px;
  margin-top: 16px;
}

.page-panier .mon-panier .calendrier .fc-slats table tbody tr {
  color: #36456b;
  padding: 12px;
  background-color: transparent;
}

.fc-time-grid .fc-event {
  /* inset: unset !important; */
}

.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0px 0px 0px -3% !important;
}

.fc-highlight {
  opacity: -0.2 !important;
}

.real_price {
  font-weight: 500 !important;
  font-size: 14px;
  text-decoration: line-through;
  color: #838ca3;
}

.price_promo {
  font-weight: 500 !important;
  font-size: 14px;
}

.price-info>.real_price:only-child {
  text-decoration: none;
  color: #36456b;
}

/* Style for real_price when it has a price_promo sibling */
.price-info>.real_price+.price_promo {
  color: #0b8a90;
}

.fc-axis.fc-time.fc-widget-content {
  font-size: 14px;
  font-weight: 500;
}

.page-panier .mon-panier .calendrier .fc-slats table tbody tr td {
  border: none;
  padding: 6px;
}

.page-panier .mon-panier .calendrier .fc-slats table tbody tr .fc-widget-content {
  border-bottom: 1px solid #ddd;
  border-left: none;
}

.page-panier .mon-panier .calendrier .fc-slats table tbody tr .fc-time {
  border-right: none;
}

.page-panier .mon-panier .calendrier th.fc-axis {
  display: none;
}

.page-panier .mon-panier .calendrier div.fc-widget-header {
  margin-right: 0 !important;
}

.page-panier .mon-panier .calendrier .fc-head-container,
.page-panier .mon-panier .calendrier .fc-widget-header {
  border: none;
}

.page-panier .mon-panier .calendrier th.fc-axis {
  border: noz;
}

@media screen and (max-width: 992px) {
  .page-panier .mon-panier .calendrier {
    height: auto;
    margin: auto;
    padding: 0;
    width: calc(100% - 24px);
  }
}

.page-panier .mon-panier .calendrier .head-calendrier {
  max-width: 269px;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .page-panier .mon-panier .calendrier .head-calendrier {
    max-width: 100%;
  }
}

.page-panier .mon-panier .calendrier .head-calendrier p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 14px;
}

.page-panier .mon-panier .calendrier .body-calendrier {
  background-color: #fff;
  border: 1px solid #ddd;
  height: 389px;
  max-width: 348px;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .page-panier .mon-panier .calendrier .body-calendrier {
    height: auto;
    max-width: 100%;
  }
}

.page-panier .mon-panier .list-commande {
  padding-bottom: 51px;
  padding-left: 16px;
  padding-right: 53px;
  width: 67%;
}

.page-panier .mon-panier .list-commande .title-commande p {
  color: #006B2D;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.page-panier .mon-panier .list-commande .list-select .table {
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  justify-content: space-between;
  padding-bottom: 27px;
  padding-top: 23px;
}

.page-panier .mon-panier .list-commande .list-select .table div p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  padding-bottom: 11px;
  text-transform: uppercase;
}

.page-panier .mon-panier .list-commande .list-select .table div span {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.page-panier .mon-panier .list-commande .list-select .table div span svg {
  vertical-align: sub;
}

.page-panier .mon-panier .list-commande .list-select .table .title-type {
  max-width: 364px;
  width: 100%;
}

.page-panier .mon-panier .list-commande .list-select .table .title-type P {
  display: flex;
  line-height: 19px;
  text-align: left;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page-panier .mon-panier .list-commande .list-select .table .title-type P {
    font-size: 14px;
    font-weight: 400;
  }
}

.page-panier .mon-panier .list-commande .list-select .table .user-icon {
  display: block;
  width: 33px;
}

.page-panier .mon-panier .list-commande .list-select .table .update-hotel {
  cursor: pointer;
}

.page-panier .mon-panier .list-commande .list-select .table .hotel-res {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  text-transform: uppercase;
}

.page-panier .mon-panier .list-commande .list-select .table .prix-type {
  max-width: 194px;
  width: 100%;
}

.page-panier .mon-panier .list-commande .list-select .table .prix-type p {
  color: #006B2D;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  padding-top: 9px;
  text-align: center;
  text-transform: uppercase;
}

.page-panier .mon-panier .list-commande .list-select .table .qnt-type {
  align-items: center;
  display: flex;
  max-width: 189px;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .page-panier .mon-panier .list-commande .list-select .table .qnt-type {
    display: flex;
    margin-top: 12px;
  }

  .page-panier .mon-panier .list-commande .list-select .transport #prixtypeTran p {
    padding: 0;
    transform: translatey(15px);
  }

  #transportmode {
    border-bottom: none !important;
  }
}

.page-panier .mon-panier .list-commande .list-select .table .qnt-type .quantity_inner {
  background: #fff;
  border-radius: 100px;
  display: flex;
  gap: 10px;
  height: 30px;
  justify-content: center;
  max-width: 118px;
}

.page-panier .mon-panier .list-commande .list-select .table .qnt-type .quantity_inner .bt_minus,
.page-panier .mon-panier .list-commande .list-select .table .qnt-type .quantity_inner .bt_plus,
.page-panier .mon-panier .list-commande .list-select .table .qnt-type .quantity_inner .quantity {
  background: none;
  border: none;
  cursor: pointer;
  outline: 0;
  padding: 0;
  width: 28px;
}

.page-panier .mon-panier .list-commande .list-select .table .qnt-type .quantity_inner .quantity {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.page-panier .mon-panier .list-commande .list-select .table .qnt-type .quantity_inner .bt_minus svg,
.page-panier .mon-panier .list-commande .list-select .table .qnt-type .quantity_inner .bt_plus svg {
  stroke: #bfbfbf;
  stroke-width: 1;
  margin: 4px;
  transition: 0.5s;
}

.page-panier .mon-panier .list-commande .list-select .table .qnt-type .quantity_inner .bt_minus:hover svg,
.page-panier .mon-panier .list-commande .list-select .table .qnt-type .quantity_inner .bt_plus:hover svg {
  stroke: #AE3D17;
}

.page-panier .mon-panier .list-commande .list-select .table .btn-close {
  cursor: pointer;
  padding-right: 9px;
  padding-top: 6px;
}

@media screen and (max-width: 768px) {
  .page-panier .mon-panier .list-commande .list-select .table .btn-close {
    position: absolute;
    right: 0;
    top: 27px;
  }

  .page-panier .mon-panier .list-commande .list-select .table .btn-close svg {
    color: #bababa;
    width: 15px;
    height: auto;
  }
}

@media screen and (max-width: 1300px) {

  .page-panier .mon-panier .list-commande .list-select .table .prix-type,
  .page-panier .mon-panier .list-commande .list-select .table .qnt-type,
  .page-panier .mon-panier .list-commande .list-select .table .title-type {
    max-width: unset;
    width: unset;
  }
}

@media screen and (max-width: 768px) {
  .page-panier .mon-panier .list-commande .list-select .table {
    flex-wrap: wrap;
    position: relative;
  }

  .page-panier .mon-panier .list-commande .list-select .table .title-type {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .page-reservation .type-reserve .select-reserve .table div p {
    font-size: 18px;
  }
}

.page-panier .mon-panier .list-commande .list-select .transport #hotelres,
.page-panier .mon-panier .list-commande .list-select .transport .btn-close,
.page-panier .mon-panier .list-commande .list-select .transport .prix-type,
.page-panier .mon-panier .list-commande .list-select .transport .update-hotel {
  display: none;
}

.page-panier .mon-panier .list-commande .list-select .transport #prixtypeTran p {
  padding-left: 38px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .page-panier .mon-panier .list-commande .list-select .transport {
    padding-right: 5px;
  }

  .page-panier .mon-panier .list-commande .list-select .transport .title-type P {
    font-size: 16px;
  }

  #navette-qnt {
    display: flex;
  }
}

.page-panier .mon-panier .list-commande .list-select .transport .title-type .navette-texte {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 5px;
  max-width: 262px;
}

.page-panier .mon-panier .list-commande .list-select .transport .title-type .lesinputs input[type="radio"] {
  display: none;
}

.page-panier .mon-panier .list-commande .list-select .transport .title-type .lesinputs label {
  cursor: pointer;
  margin-right: 17px;
}

.page-panier .mon-panier .list-commande .list-select .transport .title-type .lesinputs label:before {
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 13px;
  margin-bottom: -1px;
  margin-right: 2px;
  width: 13px;
}

.page-panier .mon-panier .list-commande .list-select .transport .title-type .lesinputs input[type="radio"]:checked+label:before {
  background-color: #000;
  border: 3px solid #fff;
  content: "";
  height: 9px;
  outline: 1px solid #d7d7d7;
  outline-color: #d7d7d7;
  outline-style: solid;
  outline-width: 1px;
  width: 9px;
}

.page-panier .mon-panier .list-commande .list-select .transport .title-type input {
  cursor: pointer;
}

.page-panier .mon-panier .list-commande .list-select .transport .title-type .lesinpute input[type="radio"] {
  display: none;
}

.page-panier .mon-panier .list-commande .list-select .transport .title-type .lesinpute label {
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 13px;
  width: 13px;
}

.page-panier .mon-panier .list-commande .list-select .transport .title-type .lesinpute input[type="radio"]:checked+label {
  background-color: #000;
  border: 3px solid #fff;
  height: 9px;
  outline: 1px solid #d7d7d7;
  outline-color: #d7d7d7;
  outline-style: solid;
  outline-width: 1px;
  width: 9px;
}

.page-panier .mon-panier .list-commande .list-select .transport .qnt-type {
  max-width: 200px !important;
}

.page-panier .mon-panier .list-commande .list-select .transport .select-place {
  max-width: 212px;
  padding-top: 17px;
  width: 100%;
}

.page-panier .mon-panier .list-commande .list-select .transport .form-control {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: initial;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' fill='none'%3E%3Cpath fill='%23000' d='M7.996 9.176a.348.348 0 0 1-.247-.102L.098 1.423A.348.348 0 0 1 .589.93l7.407 7.405L15.4.93a.348.348 0 1 1 .492.492L8.241 9.074a.348.348 0 0 1-.245.102Z'/%3E%3C/svg%3E");
  background-position: 100%;
  background-repeat: no-repeat;
  border: 1px solid;
  border-color: #0000 #0000 #d9d9d9;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 16px !important;
  line-height: 20px;
  max-width: 318px;
  padding: 8px 0;
  width: 100%;
}



@media screen and (max-width: 768px) {
  .page-panier .mon-panier .list-commande .list-select .transport .form-control {
    max-width: 207px;
  }
}

.page-panier .mon-panier .list-commande .list-select .table.viewmode #hidetranspo,
.page-panier .mon-panier .list-commande .list-select .table.viewmode #lesinputs,
.page-panier .mon-panier .list-commande .list-select .table.viewmode #navette-texte,
.page-panier .mon-panier .list-commande .list-select .table.viewmode #navette-texteb {
  display: none;
}

.page-panier .mon-panier .list-commande .list-select .table.viewmode #hotelres,
.page-panier .mon-panier .list-commande .list-select .table.viewmode #prixtypeTran,
.page-panier .mon-panier .list-commande .list-select .table.viewmode .update-hotel {
  display: block;
}

@media screen and (max-width: 768px) {
  .page-panier .mon-panier .list-commande .autre-service {
    background-color: #fff;
    display: flex;
    justify-content: center;
    outline: 12px solid #fff;
    padding-bottom: 23px;
    padding-top: 18px;
  }
}

.page-panier .mon-panier .list-commande .autre-service div {
  cursor: pointer;
  display: flex;
  max-width: max-content;
  padding-top: 21px;
}

.page-panier .mon-panier .list-commande .autre-service svg {
  cursor: pointer;
  margin-right: 1px;
  vertical-align: -4px;
}

.btn-autre-service.button--ujarak {
  background-color: #000;
  color: #fff;
  padding: 9px 15px;
  position: relative;
  z-index: 1;
}

.page-panier .mon-panier .list-commande .autre-service a {
  color: #323232;
  border-radius: 20px;
  border: 1px solid #323232;
  background: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.page-panier .mon-panier .list-commande .autre-service a:hover {
  color: #FFF;
}

.page-panier .mon-panier .list-commande .disponibilite {
  float: right;
  max-width: max-content;
}

.page-panier .mon-panier .list-commande .disponibilite a {
  display: block;
  position: relative;
  text-align: center;
  z-index: 1;
}

.page-panier .mon-panier .list-commande .disponibilite .price-Total span {
  color: #006729;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .page-panier .mon-panier .list-commande .disponibilite {
    display: flex;
    float: unset;
    margin: 17px auto auto;
    padding-top: 21px;
  }
}

.page-panier .mon-panier .list-commande .disponibilite p {
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  padding-bottom: 12px;
}

.page-panier .mon-panier .list-commande .disponibilite a {
  background-color: #006B2D;
  padding: 10px 45px;
  border-radius: 20px;
  width: max-content;
  margin: 0 auto;
  color: #fff;
}

@media screen and (max-width: 992px) {
  .page-panier .mon-panier .list-commande {
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 100%;
    width: calc(100% - 31px);
  }

  .page-panier .mon-panier .list-commande .title-commande {
    display: none;
  }

  .page-panier {
    margin-bottom: 0 !important;
  }

  .page-panier .mon-panier {
    margin-bottom: 0
  }
}

.page-confirmation {
  display: flex;
  margin: auto;
  max-width: 1157px;
  padding-top: 117px;
  width: calc(100% - 30px);
}

.-informations.thank-page {
  margin-bottom: 28px;
}

.-informations.thank-page .title-form {
  line-height: 23px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  max-width: 545px;
  margin: auto;
  margin-top: 26px;
}

@media screen and (max-width: 992px) {
  .page-confirmation {
    flex-wrap: wrap;
    margin-bottom: 17px;
    padding-top: 26px;
  }

  .page-confirmation .paiement-securise {
    margin: auto;
    order: 2;
  }

  .page-confirmation .paiement-reservation {
    margin: auto;
    position: relative !important;
    top: 0 !important;
  }
}

.page-confirmation .paiement-securise {
  margin-top: -50px;
  max-width: 641px;
  width: calc(100% - 37px);
}

@media (max-width: 992px) {
  .page-confirmation .paiement-securise {
    margin-top: 0;
  }
}

@media (max-width: 414px) {
  .page-confirmation .paiement-securise {
    background-color: #fff;
    margin: 0 auto auto;
    width: 100%;
  }
}

.page-confirmation .paiement-securise .head-paiement-securise svg {
  vertical-align: -3px;
}

.page-confirmation .paiement-securise .head-paiement-securise p {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: 500;
}

@media (max-width: 992px) {
  .page-confirmation .paiement-securise .head-paiement-securise p {
    padding-top: 22px;
  }
}

.page-confirmation .paiement-securise .-informations {
  padding-left: 12px;
  padding-right: 13px;
}

@media screen and (max-width: 414px) {
  .page-confirmation .paiement-securise .-informations {
    padding: 0 18px;
  }
}

.page-confirmation .paiement-securise .-informations,
.page-confirmation .paiement-securise .code-promo {
  border: 1px solid #e4e4e4;
}

.page-confirmation .paiement-securise .-informations .form,
.page-confirmation .paiement-securise .code-promo .form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  max-width: 545px;
  padding-bottom: 10px;
  padding-top: 36px;
  width: 100%;
}

.paiement-securise select {
  background-color: initial;
  border: 1px solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-color: #0000 #0000 #D9D9D9;
  color: #0000008a;
  cursor: pointer;
  display: block;
  font-size: 16px;
  line-height: 20px;
  /* padding: 8px 5px; */
  padding-top: 14px;
  width: 100%;
  -webkit-appearance: auto;
  padding-bottom: 7px;
}

.page-confirmation .paiement-securise .-informations .form {
  gap: 32px;
}

.cloneDiv .group {
  flex: 1;
  margin-bottom: 0px !important;
}

.cloneDiv {
  gap: 0px 32px;
}

.page-confirmation .paiement-securise .-informations .form .group,
.page-confirmation .paiement-securise .code-promo .form .group {
  margin-bottom: 45px;
  position: relative;
  width: 100%;
}

.page-confirmation .paiement-securise .-informations .form .form-control,
.page-confirmation .paiement-securise .code-promo .form .form-control {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: initial;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3Cg clip-path='url(%23a)' fill='%23000'%3E%3Cpath d='m15.401 3.93-7.405 7.406L.59 3.93a.348.348 0 0 0-.492.492l7.652 7.652a.348.348 0 0 0 .492 0l7.652-7.652a.348.348 0 1 0-.492-.492Z'/%3E%3Cpath d='M7.996 12.176a.348.348 0 0 1-.247-.101L.098 4.423a.348.348 0 0 1 .491-.492l7.407 7.405L15.4 3.93a.348.348 0 1 1 .492.492L8.24 12.074a.348.348 0 0 1-.245.102Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: 100%;
  background-repeat: no-repeat;
  border: 1px solid;
  border-color: #0000 #0000 #d9d9d9;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 16px !important;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  max-width: 318px;
  padding: 8px 0;
  text-transform: uppercase;
  width: 100%;
}

.page-confirmation .paiement-securise .-informations .form input,
.page-confirmation .paiement-securise .code-promo .form input {
  border: none;
  border-bottom: 1px solid #d9d9d9;
  display: block;
  font-size: 14px;
  padding: 11px 0;
  resize: none;
  width: 100%;
}

.page-confirmation .paiement-securise .-informations .form input:focus,
.page-confirmation .paiement-securise .code-promo .form input:focus {
  outline: none;
}

.page-confirmation .paiement-securise .-informations .form button,
.page-confirmation .paiement-securise .code-promo .form button {
  cursor: pointer;
}

.page-confirmation .paiement-securise .-informations .form label,
.page-confirmation .paiement-securise .code-promo .form label {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  left: 3px;
  pointer-events: none;
  position: absolute;
  text-transform: capitalize;
  top: 2px;
  transition: all 0.2s ease;
}

.page-confirmation .paiement-securise .-informations .form label {
  top: -18px;
}


/* .page-confirmation .paiement-securise .-informations .form :valid ~ label, */
.page-confirmation .paiement-securise .-informations .form input:focus~label,
.page-confirmation .paiement-securise .-informations .form select:focus~label,
.page-confirmation .paiement-securise .-informations .form input:valid~label,
.page-confirmation .paiement-securise .-informations .form select:valid~label,
.page-confirmation .paiement-securise .-informations .form textarea:focus~label,
.page-confirmation .paiement-securise .code-promo .form :valid~label,
.page-confirmation .paiement-securise .code-promo .form input:focus~label,
.page-confirmation .paiement-securise .code-promo .form input:valid~label,
.page-confirmation .paiement-securise .code-promo .form textarea:focus~label {
  color: #006B2D;
  font-size: 14px;
  top: -20px;
}

/*  */



.page-confirmation .paiement-securise .-informations .form .group.civilite,
.page-confirmation .paiement-securise .-informations .form .group.nom,
.page-confirmation .paiement-securise .-informations .form .group.prenom {
  flex: 1;
  margin-bottom: 0;
}

/*  */
.page-confirmation .paiement-securise .-informations .form .add-delet {
  display: flex;
  justify-content: end;
  width: 100%;
  color: #AE3D17;
}

.deleteMore {
  cursor: pointer;
}

.page-confirmation .paiement-securise .-informations .form .add-delet a {
  padding: 7px 15px;
  position: relative;
  z-index: 1;
  border: 1px solid #323232;
  border-radius: 20px;
}

.page-confirmation .paiement-securise .-informations .form textarea {
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 1px solid #d9d9d9;
  display: block;
  font-size: 14px;
  padding-top: 12px;
  resize: none;
  width: 100%;
}


.page-confirmation .paiement-securise .-informations .form .bar,
.page-confirmation .paiement-securise .code-promo .form .bar {
  display: block;
  position: relative;
  width: 100%;
}

.page-confirmation .paiement-securise .-informations .form .bar:after,
.page-confirmation .paiement-securise .-informations .form .bar:before,
.page-confirmation .paiement-securise .code-promo .form .bar:after,
.page-confirmation .paiement-securise .code-promo .form .bar:before {
  background-color: #006B2D;
  bottom: 1px;
  content: "";
  height: 1px;
  position: absolute;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  width: 0;
}

.page-confirmation .paiement-securise .-informations .form .bar:before,
.page-confirmation .paiement-securise .code-promo .form .bar:before {
  left: 50%;
}

.page-confirmation .paiement-securise .-informations .form .bar:after,
.page-confirmation .paiement-securise .code-promo .form .bar:after {
  right: 50%;
}

.page-confirmation .paiement-securise .-informations .form input:focus~.bar:after,
.page-confirmation .paiement-securise .-informations .form input:focus~.bar:before,
.page-confirmation .paiement-securise .-informations .form textarea:focus~.bar:after,
.page-confirmation .paiement-securise .-informations .form textarea:focus~.bar:before,
.page-confirmation .paiement-securise .code-promo .form input:focus~.bar:after,
.page-confirmation .paiement-securise .code-promo .form input:focus~.bar:before,
.page-confirmation .paiement-securise .code-promo .form textarea:focus~.bar:after,
.page-confirmation .paiement-securise .code-promo .form textarea:focus~.bar:before {
  width: 50%;
}

.page-confirmation .paiement-securise .-informations .form .highlight,
.page-confirmation .paiement-securise .code-promo .form .highlight {
  height: 60%;
  left: 0;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  top: 25%;
  width: 100px;
}

.page-confirmation .paiement-securise .-informations .form input:focus~.highlight,
.page-confirmation .paiement-securise .code-promo .form input:focus~.highlight {
  animation: inputHighlighter 0.3s ease;
}

.page-confirmation .paiement-securise .-informations .title-informations,
.page-confirmation .paiement-securise .code-promo .title-informations {
  color: #006729;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  margin: 10px auto auto;
  max-width: 545px;
  width: 100%;
}

.page-confirmation .paiement-securise .-informations .champ-requis,
.page-confirmation .paiement-securise .code-promo .champ-requis {
  color: #EB001B;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 21px auto auto;
  max-width: 548px;
  text-align: right;
  width: 100%;
}

.page-confirmation .paiement-securise .-Paiement {
  border: 1px solid #e4e4e4;
  margin-bottom: 25px;
  margin-top: 26px;
}

.page-confirmation .paiement-securise .-Paiement .head-card- {
  margin: auto;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-top: 35px;
  width: calc(100% - 72px);
}

@media (max-width: 776px) {
  .page-confirmation .paiement-securise .-Paiement .head-card- {
    margin: 0;
    padding-top: 14px;
  }
}

.page-confirmation .paiement-securise .-Paiement .head-card- :first-child {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 776px) {
  .page-confirmation .paiement-securise .-Paiement .head-card- :first-child {
    flex-wrap: wrap;
  }
}

.page-confirmation .paiement-securise .-Paiement .head-card- :nth-child(2) p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.page-confirmation .paiement-securise .-Paiement .head-card- .title-paiements {
  color: #006729;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  width: max-content;
  font-weight: 600;
}

@media screen and (max-width: 414px) {
  .page-confirmation .paiement-securise .-Paiement .head-card- .title-paiements {
    width: 100%;
  }
}

.page-confirmation .paiement-securise .-Paiement .head-card- .paiements-securite {
  color: #006B2D;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

@media screen and (max-width: 414px) {
  .page-confirmation .paiement-securise .-Paiement .head-card- .paiements-securite {
    margin-bottom: 6px;
  }
}

.page-confirmation .paiement-securise .-Paiement .head-card- .paiements-securite svg {
  padding-right: 6px;
  width: max-content;
}

@media screen and (max-width: 414px) {
  .page-confirmation .paiement-securise .-Paiement .head-card- {
    margin: 0;
    padding-top: 11px;
  }

  .page-confirmation .paiement-securise .-Paiement .head-card- :first-child {
    flex-wrap: wrap;
  }
}

.page-confirmation .paiement-securise .-Paiement .form-paiement {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  max-width: 545px;
  width: calc(100% - 67px);
}

.page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child {
  width: 100%;
}

.page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte {
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  margin: auto;
  padding-bottom: 24px;
  padding-top: 25px;
  row-gap: 15px;
  width: 100%;
  flex-wrap: wrap;
}

@media screen and (max-width: 414px) {
  .page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte {
    padding-bottom: 19px;
  }

  .page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte .chekbox-payer {
    padding-right: 9px;
  }
}

.page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte .chekbox-payer input {
  cursor: pointer;
}

.page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte .chekbox-payer input[type="radio"] {
  display: none;
}

.page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte .chekbox-payer label {
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 13px;
  width: 13px;
}

.page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte .chekbox-payer input[type="radio"]:checked+label {
  background-color: #000;
  border: 3px solid #fff;
  height: 9px;
  outline: 1px solid #d7d7d7;
  outline-color: #d7d7d7;
  outline-style: solid;
  outline-width: 1px;
  width: 9px;
}

.page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte .title-payer {
  padding-left: 10px;
  flex: 1;
}

@media screen and (max-width: 414px) {
  .page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte .title-payer {
    padding: 0;
    width: max-content;
  }
}

.page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte .title-payer .strong {
  font-size: 20px;
}

.page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte .title-payer p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte .carte-payment {
  width: auto;
}

.page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte .carte-payment ul {
  display: flex;
  justify-content: right;
}

.page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte .carte-payment ul svg {
  margin-right: 8px;
  vertical-align: -7px;

}

.page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte.sur-place {
  border-bottom: none;
  padding-bottom: 39px;
}

@media screen and (max-width: 414px) {
  .page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte.sur-place {
    padding-bottom: 19px;
  }

  .page-confirmation .paiement-securise .-Paiement .form-paiement {
    width: calc(100% - 23px);
  }
}

.page-confirmation .paiement-securise .code-promo {
  border: none;
}

.page-confirmation .paiement-securise .code-promo .item_show,
.page-confirmation .paiement-securise .politiques .item_show {
  background: #fff;
  border: 1px solid #e4e4e4;
  cursor: pointer;
  margin: 0 0 26px;
  min-height: 70px;
  position: relative;
}

.page-confirmation .paiement-securise .code-promo .item_show .title,
.page-confirmation .paiement-securise .politiques .item_show .title {
  align-items: center;
  display: flex;
  padding: 24px 30px;
}

@media screen and (max-width: 414px) {

  .page-confirmation .paiement-securise .code-promo .item_show .title,
  .page-confirmation .paiement-securise .politiques .item_show .title {
    padding: 24px 29px 24px 12px;
  }
}

.page-confirmation .paiement-securise .code-promo .item_show .title P,
.page-confirmation .paiement-securise .politiques .item_show .title P {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}


@media screen and (max-width: 545px) {

  .page-confirmation .paiement-securise .code-promo .item_show .title P,
  .page-confirmation .paiement-securise .politiques .item_show .title P {
    font-size: 14px;
    padding-right: 25px;
  }
}

.page-confirmation .paiement-securise .code-promo .item_show .title .svg_close,
.page-confirmation .paiement-securise .politiques .item_show .title .svg_close {
  position: absolute;
  right: 20px;
  transition: transform 0.5s ease-in-out;
}

.page-confirmation .paiement-securise .code-promo .item_show .title .svg_close.rotate,
.page-confirmation .paiement-securise .politiques .item_show .title .svg_close.rotate {
  transform: rotate(-90deg);
  transform-origin: 18px 14px;
}

.page-confirmation .paiement-securise .code-promo .item_show .form .group,
.page-confirmation .paiement-securise .politiques .item_show .form .group {
  margin-bottom: 0;
}

.page-confirmation .paiement-securise .code-promo .item_show .content,
.page-confirmation .paiement-securise .politiques .item_show .content {
  padding: 8px 51px 24px;
}

.page-confirmation .paiement-securise .code-promo .item_show .content .text-module_,
.page-confirmation .paiement-securise .politiques .item_show .content .text-module_ {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 4px;
  margin-top: 8px;
}

.page-confirmation .paiement-securise .code-promo .item_show .content button,
.page-confirmation .paiement-securise .politiques .item_show .content button {
  background: transparent;
  padding: 8px 31px;
  border-radius: 30px;
  border: 1px solid #323232;
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-top: 24px;
  width: max-content;
}

.page-confirmation .paiement-securise .code-promo .item_show .content button:hover,
.page-confirmation .paiement-securise .politiques .item_show .content button:hover {
  color: #fff;
  background-color: #006B2D;
  border-color: transparent;
}

@media screen and (max-width: 414px) {

  .page-confirmation .paiement-securise .code-promo .item_show .content,
  .page-confirmation .paiement-securise .politiques .item_show .content {
    padding: 24px 12px;
  }
}

.page-confirmation .paiement-securise #errorIcon {
  display: none;
  margin-top: 5px;
}

.page-confirmation .paiement-securise .input-error #errorIcon {
  display: inline;
}

.page-confirmation .paiement-securise .chek-email-validation {
  border: 1px solid #e4e4e4;
}

.page-confirmation .paiement-securise .chek-email-validation .chek-email-body {
  display: flex;
  margin: auto;
  max-width: 579px;
  padding: 21px 10px;
  box-sizing: border-box;
  width: 100%;
}

.page-confirmation .paiement-securise .chek-email-validation .chek-email-body .input-email input[type="checkbox"] {
  display: none;
}

.page-confirmation .paiement-securise .chek-email-validation .chek-email-body .input-email label {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  height: 13px;
  width: 13px;
  margin-top: 4px;
  box-sizing: border-box;
}

.page-confirmation .paiement-securise .chek-email-validation .chek-email-body .input-email input[type="checkbox"]:checked+label {
  background-color: #fff;
  border: 4px solid #006B2D;
}

@media screen and (max-width: 992px) {
  .page-confirmation .paiement-securise .chek-email-validation .chek-email-body .input-email {
    padding-left: 6px;
  }
}

.page-confirmation .paiement-securise .chek-email-validation .chek-email-body input {
  cursor: pointer;
}

@media screen and (max-width: 414px) {
  .page-confirmation .paiement-securise .chek-email-validation .chek-email-body input {
    padding-left: 5px;
  }
}

.page-confirmation .paiement-securise .chek-email-validation .content-chek-email {
  padding-left: 12px;
}

@media screen and (max-width: 992px) {
  .page-confirmation .paiement-securise .chek-email-validation .content-chek-email {
    padding: 0 15px 0 9px;
  }
}

.page-confirmation .paiement-securise .chek-email-validation .content-chek-email a {
  text-decoration: underline;
}

.page-confirmation .paiement-securise .chek-email-validation .content-chek-email p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.page-confirmation .paiement-securise .chek-email-validation .content-chek-email :first-child {
  margin-bottom: 23px;
}

@media screen and (max-width: 992px) {
  .page-confirmation .paiement-securise .acceptez-conditions {
    margin-bottom: 42px;
  }
}

.page-confirmation .paiement-securise .acceptez-conditions P {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-top: 15px;
}

.page-confirmation .paiement-securise .acceptez-conditions P a {
  color: #006729;
  text-decoration: underline;
}

.page-confirmation .paiement-securise .btn-reglermaintenant {
  padding-bottom: 100px;
  padding-top: 20px;
}

.page-confirmation .paiement-securise .btn-reglermaintenant .total-prix {
  font-size: 20px;
  text-align: center;
}

.page-confirmation .paiement-securise .btn-reglermaintenant .total-prix span {
  color: #006729;
}

@media screen and (min-width: 992px) {
  .page-confirmation .paiement-securise .btn-reglermaintenant .total-prix {
    display: none;
  }
}

.page-confirmation .paiement-securise .btn-reglermaintenant .btn- {
  background: #006729;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: 400;
  padding: 8px 52px;
  border-radius: 20px;
  position: relative;
  width: max-content;
  z-index: 1;
}

.page-confirmation .paiement-securise .btn-reglermaintenant .button--ujarak::before {
  background: #AE3D17;
}

@media (max-width: 1200px) and (min-width: 993px) {
  header nav .nav_logo {
    padding-right: 13px;
  }

  .menu li {
    margin: 0 clamp(5px, 0.5vw, 19px);
  }
}

@media screen and (max-width: 992px) {
  .page-confirmation .paiement-securise .btn-reglermaintenant {
    background-color: #f8f8f8;
    outline-color: #f8f8f8;
    outline-style: solid;
    outline-width: 14px;
    padding-bottom: 17px;
    padding-top: 15px;
  }

  .page-confirmation .paiement-securise .btn-reglermaintenant .btn- {
    margin: 13px auto auto;
    padding: 7px 56px;
  }
}

.page-confirmation .paiement-reservation {
  max-width: 516px;
  width: 100%;
  position: sticky;
  height: max-content;
  top: 20px;
}

.page-confirmation .paiement-reservation .item-child {
  background: #EBF9F1;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
  margin: auto;
  max-width: 476px;
}

.page-confirmation .paiement-reservation .title-reservation {
  padding-top: 30px;
  text-align: center;
  width: 100%;
}

.page-confirmation .paiement-reservation .title-reservation p {
  color: #006B2D;
  font-size: 32px;
  font-weight: 400;
  line-height: 43px;
}

.page-confirmation .paiement-reservation .date-reservation-reservation {
  display: flex;
  margin: auto;
  padding-top: 36px;
}

@media screen and (max-width: 992px) {
  .page-confirmation .paiement-reservation .date-reservation-reservation {
    width: 80%;
  }
}

.page-confirmation .paiement-reservation .date-reservation-reservation .time {
  text-align: center;
  width: 50%;
}

@media screen and (max-width: 414px) {
  .page-confirmation .paiement-reservation .date-reservation-reservation .time {
    padding: 0;
  }

  .page-confirmation .paiement-reservation .date-reservation-reservation .time p {
    padding-left: 25px;
  }
}

.page-confirmation .paiement-reservation .date-reservation-reservation .time p {
  font-size: 32px;
  font-weight: 400;
  line-height: 46px;
  padding-left: 109px;
}

@media screen and (max-width: 992px) {
  .page-confirmation .paiement-reservation .date-reservation-reservation .time p {
    padding-left: 46px;
  }
}

.page-confirmation .paiement-reservation .date-reservation-reservation .date {
  border-left: 1px solid #d9d9d9;
  padding-left: 17px;
  width: 50%;
}

.page-confirmation .paiement-reservation .date-reservation-reservation .date p {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.page-confirmation .paiement-reservation .choise-date-reservation a {
  display: block;
  font-weight: 400;
  padding: 6px 35px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #323232;
  background: #FFF;
  width: max-content;
  margin: 18px auto 0;
  font-size: 16px;
}

.page-confirmation .paiement-reservation .choise-date-reservation a:hover {
  color: #fff;
  background-color: #006B2D;
  border-color: transparent;
}

.page-confirmation .paiement-reservation .table-select-reservation {
  padding-top: 26px;
}

.page-confirmation .paiement-reservation .table-select-reservation .table-res {
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  margin: auto;
  padding-bottom: 24px;
  padding-top: 25px;
  width: calc(100% - 82px);
}

.page-confirmation .paiement-reservation .table-select-reservation .total-prix .prix-reservation p {
  font-size: 24px;
  font-weight: 600;
}

.page-confirmation .promo:empty {
  display: none;
}

@media screen and (max-width: 414px) {
  .page-confirmation .paiement-reservation .table-select-reservation .table-res {
    width: calc(100% - 42px);
  }
}

.page-confirmation .paiement-reservation .table-select-reservation .table-res .name-reservation {
  width: 70%;
}

.page-confirmation .paiement-reservation .table-select-reservation .table-res .name-reservation .name-icon {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-bottom: 3px;
}

.page-confirmation .paiement-reservation .table-select-reservation .table-res .svg-reservation svg {
  width: 38px;
  height: 31px;
  fill: #006729;
  vertical-align: 3px !important;
}

.clock-icon svg {
  vertical-align: -4px;
}

.page-confirmation .paiement-reservation .table-select-reservation .table-res .name-reservation p {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  text-transform: uppercase;
  padding-bottom: 9px;
}

.page-confirmation .paiement-reservation .table-select-reservation .table-res .name-reservation p:first-child {
  font-weight: 600;
  text-transform: unset;
  font-size: 20px;
}


.page-confirmation .paiement-reservation .table-select-reservation .table-res .prix-reservation {
  text-align: right;
  width: 30%;
}

.page-confirmation .paiement-reservation .table-select-reservation .table-res .prix-reservation p {
  color: #006B2D;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
}

@media screen and (max-width: 992px) {
  .page-confirmation .paiement-reservation .table-select-reservation .table-res:nth-last-child(2) {
    border: none;
  }

  .page-confirmation .paiement-reservation .table-select-reservation .table-res .name-reservation .name-icon {
    margin-bottom: 8px;
  }
}

.page-confirmation .paiement-reservation .table-select-reservation .total-prix {
  border-bottom: none;
}

@media screen and (max-width: 992px) {
  .page-confirmation .paiement-reservation .table-select-reservation .total-prix {
    display: none;
  }
}

.page-confirmation .page-loading {
  background-color: #19191980;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 300 !important;
}

.page-confirmation .page-loading .inner {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.page-confirmation .page-loading .content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.page-confirmation .page-loading .spinner {
  animation: spin 1s linear infinite;
  border: 2px solid #ffffff0d;
  border-radius: 100%;
  border-top-color: #fff;
  display: inline-block;
  height: 75px;
  width: 75px;
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}

.page-confirmation .error {
  color: #ce1f1f;
  font-size: 12px;
  font-weight: 300;
  margin-top: 10px;
}

.page-confirmation .error svg {
  vertical-align: -4px;
}

.page-confirmation .error:not(.active) {
  display: none;
}

.page-confirmation .promo {
  /* border-bottom: 1px solid; */
  color: #006729;
  display: flex;
  justify-content: space-between;
  margin: auto;
  /* padding-bottom: 20px; */
  padding-top: 20px;
  width: calc(100% - 82px);
}

.page-confirmation .no-valid {
  color: #000 !important;
  font-size: 16px !important;
  top: 2px !important;
}

.page-confirmation form input:focus~.no-valid {
  color: #AE3D17 !important;
  font-size: 14px !important;
  top: -20px !important;
}

.page-404 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='732' height='642' fill='none' viewBox='0 0 732 642'%3e%3cpath fill='%23F9F9F9' d='m370.22 0 100.607 92.657h150.801l5.537 130.25L732 324.939l-101.964 91.05-5.663 133.432-150.848 7.784L366.024 642l-104.772-86.261-152.316-6.318-2.776-130.281L0 321.804l107.58-94.186V92.658h153.672L370.22 0Z'/%3e%3cpath fill='%23fff' d='m368.871 114 68.446 62.926h102.594l3.767 88.456L615 334.675l-69.369 61.835-3.853 90.617-102.626 5.286L366.016 550l-71.279-58.582-103.625-4.291-1.888-88.477L117 332.546l73.19-63.964v-91.656h104.547L368.871 114Z'/%3e%3c/svg%3e ");
  margin: 35px auto;
  max-width: 740px;
  width: 100%;
  min-height: 545px;
  padding-top: 95px;
  background-repeat: no-repeat;
}

.page-404 .svg {
  margin: auto;
  width: max-content;
}

@media (max-width: 580px) {
  .page-404 {
    padding-top: 35px;
    background-size: 100% 100%;
    background-position: top -50px center;
  }
}

@media (max-width: 767px) {
  .page-404 .svg svg {
    max-width: 359px;
    width: 100%;
  }
}

.page-404 .text-404 {
  text-align: center;
}

.page-404 .text-404 .title {
  color: #006729;
  font-size: 32px;
  font-weight: 400;
  line-height: 43px;
  margin-bottom: 7px;
}

@media screen and (max-width: 767px) {
  .page-404 .text-404 .title {
    font-size: 26px;
    line-height: 35px;
  }
}

.page-404 .text-404 .info {
  font-size: 14px;
  padding: 0 12px;
}

.page-404 .btn-404 {
  margin: 0 auto;
  max-width: max-content;
  width: 100%;
}

.page-404 .btn-404 a {
  background: #AE3D17;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-top: 24px;
  padding: 7px 12px;
  border-radius: 20px;
  width: max-content;
}

.page-404 .error {
  color: #AE3D17;
  font-size: 160px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .page-404 .btn-404 a {
    padding: 4px 20px;
  }
}

.page-404 .btn-404 a svg {
  vertical-align: -2px;
}

.page-valeurs,
.page-valeurs .intro {
  margin: auto;
  max-width: 1440px;
}

.page-valeurs .intro {
  width: 100%;
}

.page-valeurs .intro .title-intro {
  color: #AE3D17;
  display: block;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 7px;
  padding-top: 90px;
}

@media screen and (max-width: 767px) {
  .page-valeurs .intro .title-intro {
    padding-top: 40px;
  }
}

@media screen and (max-width: 1476px) {
  .page-valeurs .intro {
    width: calc(100% - 54px);
  }
}

.page-valeurs .content-page {
  margin: 68px auto auto;
  max-width: 1068px;
  width: calc(100% - 53px);
}

@media screen and (max-width: 767px) {
  .page-valeurs .content-page {
    margin-top: 35px;
  }
}

.page-valeurs .content-page .child {
  background: #fff;
  box-shadow: 0 4px 30px 0 #0000000d;
  display: flex;
  margin-bottom: 68px;
  padding: 36px;
}

.page-valeurs .content-page .child .img {
  display: flex;
  justify-content: center;
  max-width: 245px;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .page-valeurs .content-page .child .img {
    margin-bottom: 11px;
  }
}

.page-valeurs .content-page .child .text .title {
  color: #AE3D17;
  display: block;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}

.page-valeurs .content-page .child .espace-privatif {
  padding-top: 8px;
}

@media screen and (max-width: 767px) {
  .page-valeurs .content-page .child {
    flex-wrap: wrap;
    margin-bottom: 35px;
  }

  .page-valeurs .content-page .child .text {
    text-align: center;
  }

  .page-valeurs .content-page .child .img {
    max-width: unset;
  }
}

.page-valeurs .content-page .text-bottom {
  margin: auto auto 90px;
  max-width: 915px;
  width: 100%;
}

.page-valeurs .content-page .text-bottom blockquote {
  margin: 0;
}

.page-valeurs .content-page .text-bottom blockquote p {
  color: #000;
  font-size: 24px;
  font-style: italic;
  line-height: 31px;
  text-align: center;
}

.page-valeurs .content-page .text-bottom blockquote .quote {
  color: #f5a422;
  font-size: 64px;
  font-style: normal;
}

.page-Comment-acc,
.page-equipe,
.page-lieu {
  margin: auto;
  max-width: 1440px;
  width: 100%;
}

.page-Comment-acc .content-page,
.page-equipe .content-page,
.page-lieu .content-page {
  margin: 96px auto auto;
  max-width: 1214px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 992px) {

  .page-Comment-acc .content-page,
  .page-equipe .content-page,
  .page-lieu .content-page {
    margin-top: 35px;
    width: calc(100% - 7px);
  }
}

.page-Comment-acc .intro,
.page-equipe .intro,
.page-lieu .intro {
  margin: auto;
  max-width: 1440px;
}

@media screen and (max-width: 1492px) {

  .page-Comment-acc .intro,
  .page-equipe .intro,
  .page-lieu .intro {
    width: calc(100% - 33px);
  }
}

.page-Comment-acc .intro .title-intro,
.page-equipe .intro .title-intro,
.page-lieu .intro .title-intro {
  color: #006729;
  display: block;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 12px;
  padding-top: 90px;
}

@media screen and (max-width: 992px) {

  .page-Comment-acc .intro .title-intro,
  .page-equipe .intro .title-intro,
  .page-lieu .intro .title-intro {
    padding-top: 30px;
  }
}

.page-Comment-acc .intro .text-bold,
.page-equipe .intro .text-bold,
.page-lieu .intro .text-bold {
  font-weight: 600;
  margin-top: 22px;
}

.page-Comment-acc .intro p,
.page-equipe .intro p,
.page-lieu .intro p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.page-Comment-acc .intro p a,
.page-equipe .intro p a,
.page-lieu .intro p a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.page-Comment-acc .block,
.page-equipe .block,
.page-lieu .block {
  align-items: center;
  display: flex;
  margin-bottom: 69px;
}

@media screen and (max-width: 992px) {

  .page-Comment-acc .block,
  .page-equipe .block,
  .page-lieu .block {
    margin-bottom: 34px;
  }
}

.page-Comment-acc .block .text-block,
.page-equipe .block .text-block,
.page-lieu .block .text-block {
  background: #fff;
  box-shadow: 0 4px 30px 0 #0000000d;
  max-width: 707px;
  padding-bottom: 39px;
  padding-left: 52px;
  padding-top: 30px;
  position: absolute;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 992px) {

  .page-Comment-acc .block .text-block,
  .page-equipe .block .text-block,
  .page-lieu .block .text-block {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

.page-Comment-acc .block .text-block p,
.page-equipe .block .text-block p,
.page-lieu .block .text-block p {
  max-width: 603px;
  width: 100%;
}

.page-Comment-acc .block .text-block .title,
.page-equipe .block .text-block .title,
.page-lieu .block .text-block .title {
  color: #AE3D17;
  display: block;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}

.page-Comment-acc .block .img-block,
.page-equipe .block .img-block,
.page-lieu .block .img-block {
  margin: 0 0 auto auto;
}

.page-Comment-acc .block .img-block img,
.page-equipe .block .img-block img,
.page-lieu .block .img-block img {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 992px) {

  .page-Comment-acc .block,
  .page-equipe .block,
  .page-lieu .block {
    flex-wrap: wrap;
  }

  .page-Comment-acc .block .text-block,
  .page-equipe .block .text-block,
  .page-lieu .block .text-block {
    margin: auto;
    max-width: 617px;
    order: 2;
    padding: 11px;
    position: relative;
    transform: translateY(0) !important;
  }

  .page-Comment-acc .block .text-block .title,
  .page-equipe .block .text-block .title,
  .page-lieu .block .text-block .title {
    font-size: 25px;
  }

  .page-Comment-acc .block .img-block,
  .page-equipe .block .img-block,
  .page-lieu .block .img-block {
    margin: auto;
  }

  .page-Comment-acc .block .img-block-revers img,
  .page-equipe .block .img-block-revers img,
  .page-lieu .block .img-block-revers img {
    height: auto;
    width: 100%;
  }
}

.page-Comment-acc .block2,
.page-equipe .block2,
.page-lieu .block2 {
  align-items: start;
}

.page-Comment-acc .block2 .text-block,
.page-equipe .block2 .text-block,
.page-lieu .block2 .text-block {
  max-width: 559px;
  padding-left: 28px;
  padding-right: 46px;
  right: 0;
  transform: translateY(-14px);
}

@media screen and (max-width: 992px) {

  .page-Comment-acc .block2 .text-block,
  .page-equipe .block2 .text-block,
  .page-lieu .block2 .text-block {
    max-width: 620px;
  }

  .page-Comment-acc .block2 .img-block-revers,
  .page-equipe .block2 .img-block-revers,
  .page-lieu .block2 .img-block-revers {
    margin: auto;
  }
}

.page-Comment-acc .block3,
.page-equipe .block3,
.page-lieu .block3 {
  align-items: start;
}

.page-Comment-acc .block3 .text-block,
.page-equipe .block3 .text-block,
.page-lieu .block3 .text-block {
  max-width: 618px;
  padding-left: 21px;
  padding-right: 21px;
  transform: translate(55px, -16px);
  z-index: 2;
}

.page-Comment-acc .block3 .img-block-revers,
.page-equipe .block3 .img-block-revers,
.page-lieu .block3 .img-block-revers {
  margin: 0 0 auto auto;
}

@media screen and (max-width: 992px) {

  .page-Comment-acc .block3 .img-block-revers,
  .page-equipe .block3 .img-block-revers,
  .page-lieu .block3 .img-block-revers {
    margin: auto;
  }
}

.page-Comment-acc .block4 .img-block,
.page-equipe .block4 .img-block,
.page-lieu .block4 .img-block {
  margin: auto 0;
  transform: translateX(0);
}

@media screen and (max-width: 992px) {

  .page-Comment-acc .block4 .img-block,
  .page-equipe .block4 .img-block,
  .page-lieu .block4 .img-block {
    margin: auto;
  }
}

.page-Comment-acc .block4 .text-block,
.page-equipe .block4 .text-block,
.page-lieu .block4 .text-block {
  max-width: 599px;
  padding-left: 24px;
  padding-right: 24px;
  right: 0;
  transform: translateX(-3px);
}

@media screen and (max-width: 992px) {

  .page-Comment-acc .block4 .text-block,
  .page-equipe .block4 .text-block,
  .page-lieu .block4 .text-block {
    max-width: 621px;
  }
}

.page-Comment-acc .block5 .text-block,
.page-equipe .block5 .text-block,
.page-lieu .block5 .text-block {
  max-width: 623px;
  padding-left: 32px;
  padding-right: 33px;
}

@media screen and (max-width: 992px) {

  .page-Comment-acc .block5 .text-block,
  .page-equipe .block5 .text-block,
  .page-lieu .block5 .text-block {
    max-width: 621px;
  }
}

.page-Comment-acc .block5 .text-block .title,
.page-equipe .block5 .text-block .title,
.page-lieu .block5 .text-block .title {
  padding-right: 78px;
}

.page-Comment-acc .block5 .text-block b,
.page-equipe .block5 .text-block b,
.page-lieu .block5 .text-block b {
  font-size: 16px;
  font-weight: 600;
}

.page-Comment-acc .content-page,
.page-lieu .content-page {
  max-width: 1268px;
}

@media screen and (max-width: 1248px) {

  .page-Comment-acc .content-page,
  .page-lieu .content-page {
    margin-top: 22px;
  }
}

.page-Comment-acc .content-page .title,
.page-lieu .content-page .title {
  color: #006729;
  font-size: 30px;
  font-weight: 400;
}

@media screen and (max-width: 776px) {

  .page-Comment-acc .content-page .title,
  .page-lieu .content-page .title {
    font-size: 24px;
  }
}

.page-Comment-acc .block-lieu,
.page-Comment-acc .block-reverse-lieu,
.page-lieu .block-lieu,
.page-lieu .block-reverse-lieu {
  display: flex;
  margin-bottom: 120px;
}

.page-Comment-acc .block-lieu .img-block,
.page-Comment-acc .block-reverse-lieu .img-block,
.page-lieu .block-lieu .img-block,
.page-lieu .block-reverse-lieu .img-block {
  margin: 0 0 auto auto;
}

@media screen and (max-width: 1248px) {

  .page-Comment-acc .block-lieu .img-block,
  .page-Comment-acc .block-reverse-lieu .img-block,
  .page-lieu .block-lieu .img-block,
  .page-lieu .block-reverse-lieu .img-block {
    margin: 0;
    order: 2;
  }

  .page-Comment-acc .block-lieu .img-block img,
  .page-Comment-acc .block-reverse-lieu .img-block img,
  .page-lieu .block-lieu .img-block img,
  .page-lieu .block-reverse-lieu .img-block img {
    height: auto;
    width: 100%;
  }

  .page-Comment-acc .block-lieu,
  .page-Comment-acc .block-reverse-lieu,
  .page-lieu .block-lieu,
  .page-lieu .block-reverse-lieu {
    /* flex-wrap: wrap; */
    width: calc(100% - 26px);
    margin: auto;
    margin-bottom: 10px;
  }

  .page-Comment-acc .block-lieu .text-block,
  .page-Comment-acc .block-reverse-lieu .text-block,
  .page-lieu .block-lieu .text-block,
  .page-lieu .block-reverse-lieu .text-block {
    margin: 0;
  }

}

@media screen and (max-width: 776px) {

  .page-Comment-acc .block-lieu,
  .page-Comment-acc .block-reverse-lieu,
  .page-lieu .block-lieu,
  .page-lieu .block-reverse-lieu {
    margin-bottom: 0;
  }
}

.page-Comment-acc .block-lieu .text-block,
.page-Comment-acc .block-reverse-lieu .text-block,
.page-lieu .block-lieu .text-block,
.page-lieu .block-reverse-lieu .text-block {
  background: #fff;
  padding-top: 17px;
}

.page-Comment-acc .block-lieu .text-block .title,
.page-Comment-acc .block-reverse-lieu .text-block .title,
.page-lieu .block-lieu .text-block .title,
.page-lieu .block-reverse-lieu .text-block .title {
  margin-bottom: 10px;
}

.page-Comment-acc .block-lieu .text-block .info-text,
.page-Comment-acc .block-reverse-lieu .text-block .info-text,
.page-lieu .block-lieu .text-block .info-text,
.page-lieu .block-reverse-lieu .text-block .info-text {
  background: #fff;
  box-shadow: 0 4px 30px 0 #0000000d;
  max-width: 602px;
  padding: 30px 21px 39px 24px;
  position: absolute;
  transform: translateX(129px);
  width: 100%;
  z-index: 2;
  text-align: justify;
}


@media screen and (max-width: 1248px) {

  .page-Comment-acc .block-lieu .text-block .info-text,
  .page-Comment-acc .block-reverse-lieu .text-block .info-text,
  .page-lieu .block-lieu .text-block .info-text,
  .page-lieu .block-reverse-lieu .text-block .info-text {
    background-color: initial;
    box-shadow: none;
    padding-left: 0;
    position: relative;
    transform: translateX(0);
    width: calc(100% - 42px);
  }

  .page-lieu .block-lieu .img-block img,
  .block-reverse-lieu .img-block img {
    width: 572px !important;
  }

  .page-lieu .block-lieu .text-block,
  .block-reverse-lieu .text-block {
    padding-top: 0px;
    width: 50%;
  }

  .page-lieu .block-lieu .text-block .info-text {
    padding: 12px;
  }

  .page-lieu .intro .title-intro {
    padding-top: 43px;
  }
}

@media screen and (max-width: 992px) {

  .page-lieu .block-lieu .text-block,
  .block-reverse-lieu .text-block {
    width: 100%;
  }

  .page-lieu .block-lieu .text-block .info-text,
  .page-lieu .block-reverse-lieu .text-block .info-text {
    max-width: 100%;
  }

  .page-lieu .block-lieu .img-block img,
  .block-reverse-lieu .img-block img {
    width: 100% !important;
  }

  .page-Comment-acc .block-lieu .text-block .info-text,
  .page-Comment-acc .block-reverse-lieu .text-block .info-text,
  .page-lieu .block-lieu .text-block .info-text,
  .page-lieu .block-reverse-lieu .text-block .info-text {
    background: #0000;
    padding-bottom: 12px;
    padding-top: 0;
    padding-inline: 0px;
    width: calc(100% - 2px);
  }

  .page-Comment-acc .block-lieu,
  .page-Comment-acc .block-reverse-lieu,
  .page-lieu .block-lieu,
  .page-lieu .block-reverse-lieu {
    flex-wrap: wrap;
  }
}

.page-Comment-acc .block-lieu .text-block .no-transform,
.page-Comment-acc .block-reverse-lieu .text-block .no-transform,
.page-lieu .block-lieu .text-block .no-transform,
.page-lieu .block-reverse-lieu .text-block .no-transform {
  transform: translateX(0) !important;
}

.page-Comment-acc .block-reverse-lieu .info-text,
.page-lieu .block-reverse-lieu .info-text {
  transform: translateX(-69px) !important;
}

@media screen and (max-width: 1248px) {

  .page-Comment-acc .block-reverse-lieu .info-text,
  .page-lieu .block-reverse-lieu .info-text {
    margin: 0;
    transform: translateX(0) !important;
  }
}

.page-Comment-acc .block-reverse-lieu .title p,
.page-lieu .block-reverse-lieu .title p {
  margin-top: -23px;
  padding-left: 29px;
  padding-right: 60px;
}

@media screen and (max-width: 1248px) {

  .page-Comment-acc .block-reverse-lieu .title p,
  .page-lieu .block-reverse-lieu .title p {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-Comment-acc .block-reverse-lieu .img-block,
.page-lieu .block-reverse-lieu .img-block {
  margin: 0 0 auto;
}

@media screen and (max-width: 1248px) {

  .page-Comment-acc .block-reverse-lieu .img-block,
  .page-lieu .block-reverse-lieu .img-block {
    margin: 0;
  }
}

.page-Comment-acc .block-reverse-lieu .text-block,
.page-lieu .block-reverse-lieu .text-block {
  padding-top: 8px;
}

@media screen and (max-width: 1248px) {

  .page-Comment-acc .block-reverse-lieu .text-block,
  .page-lieu .block-reverse-lieu .text-block {
    margin: 27px 0 0;
  }
}

@media screen and (max-width: 776px) {

  .page-Comment-acc .block-reverse-lieu .img-block,
  .page-lieu .block-reverse-lieu .img-block {
    order: 2;
  }
}

.page-Comment-acc .block-lieu.text-larg .text-block,
.page-lieu .block-lieu.text-larg .text-block {
  padding-top: 0;
}

@media screen and (max-width: 1248px) {

  .page-Comment-acc .block-lieu.text-larg .text-block .info-text,
  .page-lieu .block-lieu.text-larg .text-block .info-text {
    margin: 0;
  }
}

.page-Comment-acc .intro p {
  margin-bottom: 14px;
}

.page-Comment-acc .content-page {
  margin-top: 79px;
  max-width: 1440px;
}

@media screen and (max-width: 1270px) {
  .page-Comment-acc .content-page {
    margin-top: 2px;
    width: calc(100% - 36px);
  }
}

.page-Comment-acc .block-lieu {
  margin: auto auto 76px;
  max-width: 1268px;
}

@media screen and (max-width: 992px) {
  .page-Comment-acc .block-lieu {
    margin-bottom: 20px;
  }
}

.page-Comment-acc .block-lieu .text-block {
  padding-top: 19px;
}

@media screen and (max-width: 992px) {
  .page-Comment-acc .block-lieu .text-block {
    padding-top: 0;
  }
}

.page-Comment-acc .block-lieu .text-block .info-text {
  max-width: 656px;
  z-index: 4;
}

.page-Comment-acc .block-lieu .text-block .info-text p {
  margin-bottom: 23px;
}

.page-Comment-acc .block-lieu .text-block .info-text p a {
  font-weight: 600;
}

.page-Comment-acc .block-lieu .map-block {
  margin: 0 0 auto auto;
  position: relative;
  z-index: 1;
}

.page-Comment-acc .block-lieu .map-block #map2 {
  height: 502px;
  width: 744px;
  background-color: #e8eaed;
  max-width: 100%;
}

.page-panier .alert.error {
  margin-bottom: 12px;
  color: #f32e0b;
}

.page-Comment-acc .block-lieu .map-block #map .leaflet-routing-container {
  display: none;
}

@media screen and (max-width: 1270px) {
  .page-Comment-acc .block-lieu .map-block {
    margin: 0 auto;
    min-height: 502px;
    width: calc(100% + 4px);
  }

  .page-Comment-acc .block-lieu .map-block #map {
    height: 100%;
    width: 100%;
  }
}

.page-Comment-acc .block-reservation .intro-block-reservation {
  margin-bottom: 53px;
}

.page-Comment-acc .block-reservation .intro-block-reservation .title-intro {
  color: #006729;
  font-size: 32px;
  margin-bottom: 12px;
}

@media screen and (max-width: 776px) {
  .page-Comment-acc .block-reservation .intro-block-reservation .title-intro {
    font-size: 24px;
  }

}

.page-Comment-acc .block-reservation .intro-block-reservation p {
  max-width: 1337px;
}

.page-Comment-acc .block-reservation .block-contact {
  display: flex;
  margin-bottom: 53px;
}

@media screen and (max-width: 992px) {
  .page-Comment-acc .block-reservation .block-contact {
    flex-wrap: wrap;
    justify-content: center;
  }

  .page-panier .alert.error {
    font-size: 12px;
    text-align: center;
    margin-top: 6px;
  }
}

.page-Comment-acc .block-reservation .block-contact .box {
  flex: 1;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .page-Comment-acc .block-reservation .block-contact .box {
    flex: none;
    margin-bottom: 23px;
  }
}

.page-Comment-acc .block-reservation .block-contact .box .svg-box {
  min-height: 120px;
}

.page-Comment-acc .block-reservation .block-contact .box .text--box {
  margin: auto;
  max-width: 250px;
}

.page-Comment-acc .block-reservation .block-contact .box .text--box a {
  font-weight: 600;
}

.page-Comment-acc .block-reservation .block-contact .email-info a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.footer-resrvation {
  background: #fff;
  border-top: 1px solid #D9D9D9;
}

.footer-resrvation .content-resrvation {
  display: flex;
  margin: auto;
  max-width: 1440px;
  padding: 10px 0;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 24px);
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 7px;
}

@media (max-width: 825px) {
  .footer-resrvation .content-resrvation {
    text-align: center;
    padding: 6px 0;
    justify-content: center;
  }

  .footer-resrvation .content-resrvation p {
    font-size: 10px;
  }


  .footer-resrvation .content-resrvation>img {
    max-width: 60%;
  }

}

.footer-resrvation .content-resrvation p {
  font-size: 13px;
  text-transform: uppercase;
}

#tns2-ow {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .footer-resrvation div {
    width: calc(100% - 24px) !important;
  }

  header {
    position: absolute;
  }
}

#newsletter-notif {
  color: red;
}

.hidedelete {
  display: none;
}

.numerodechambre label {
  color: #000 !important;
  font-size: 16px !important;
}

/*# sourceMappingURL=main.css.map */
.slider_section3 .price p,
.fiche-massage-detail .price p {
  display: flex;
  gap: 7px;
  align-items: first baseline;
}

.massages-type- .massages-type-dis-price {
  display: flex;
  gap: 7px;
  align-items: first baseline;
}

.massages-type-reverse .massages-type-dis-price {
  justify-content: end;
}

.original {
  order: 2;
  color: #848484;
  font-size: 16px !important;
  text-decoration-line: line-through;
  text-decoration-color: #848484;
}

#tidio-chat-iframe {
  bottom: 64px !important;

}

.show-itiframe {
  right: -992px !important;
  transition: transform 2s ease-in-out;
}

.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
  bottom: 72px !important;
  left: 23px !important;
}

.cky-btn-revisit-wrapper {
  z-index: 999 !important;
}

/* @media screen and (max-width: 1212px) {
  .page-reservation .choisis-horaire{
    max-width: 720px;
  }
} */
@media screen and (min-width: 992px) {
  .page-panier .mon-panier .calendrier .fc-day-header>div .day:hover {
    background-color: #006729;
    border-radius: 100px;
    color: #fff !important;
    left: 7px;
    margin: 0 !important;
    padding: 6px 2px;
    position: relative;
    width: 30px;
  }
}


.btn_resrvation .button--ujarak {
  animation: pulseBackground 1.4s infinite;
}

.btn_resrvation .agenda_ {
  animation: pulseBackgroundsvg 1.4s infinite;
  fill: #fff;
}

@keyframes pulseBackground {
  0% {
    background-color: transparent;
  }

  50% {
    background-color: #006729;
  }

  100% {
    background-color: transparent;
  }
}

@keyframes pulseBackgroundsvg {
  0% {
    fill: #fff;
  }

  50% {
    fill: #006729;
  }

  100% {
    fill: #fff;
  }
}

/*  */
.arcontactus-widget.right.arcontactus-message {
  left: 12px;
}

.arcontactus-widget.right.arcontactus-message {
  bottom: 60px;
}

.arcontactus-widget .arcontactus-message-button .pulsation {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

.arcontactus-widget.md .arcontactus-message-button,
.arcontactus-widget.md.arcontactus-message {
  width: 60px;
  height: 60px
}

.arcontactus-widget {
  opacity: 0;
  transition: .2s opacity
}

.arcontactus-widget * {
  box-sizing: border-box
}

.arcontactus-widget.left.arcontactus-message {
  left: 20px;
  right: auto
}

.arcontactus-widget.left .arcontactus-message-button {
  right: auto;
  left: 0
}

.arcontactus-widget.left .arcontactus-prompt {
  left: 80px;
  right: auto;
  transform-origin: 0 50%
}

.arcontactus-widget.left .arcontactus-prompt:before {
  border-right: 8px solid #FFF;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
  right: auto;
  left: -15px
}

.arcontactus-widget.left .messangers-block {
  right: auto;
  left: 0;
  -webkit-transform-origin: 10% 105%;
  -ms-transform-origin: 10% 105%;
  transform-origin: 10% 105%
}

.arcontactus-widget.left .callback-countdown-block {
  left: 0;
  right: auto
}

.arcontactus-widget.left .callback-countdown-block::before,
.arcontactus-widget.left .messangers-block::before {
  left: 25px;
  right: auto
}

.arcontactus-widget.md .callback-countdown-block,
.arcontactus-widget.md .messangers-block {
  bottom: 70px
}

.arcontactus-widget.md .arcontactus-prompt {
  bottom: 5px
}

.arcontactus-widget.md.left .callback-countdown-block:before,
.arcontactus-widget.md.left .messangers-block:before {
  left: 21px
}

.arcontactus-widget.md.left .arcontactus-prompt {
  left: 70px
}

.arcontactus-widget.md.right .callback-countdown-block:before,
.arcontactus-widget.md.right .messangers-block:before {
  right: 21px
}

.arcontactus-widget.md.right .arcontactus-prompt {
  right: 70px
}

.arcontactus-widget.md .arcontactus-message-button .pulsation {
  width: 74px;
  height: 74px
}

.arcontactus-widget.md .arcontactus-message-button .callback-state,
.arcontactus-widget.md .arcontactus-message-button .icons {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px
}

.arcontactus-widget.sm .arcontactus-message-button,
.arcontactus-widget.sm.arcontactus-message {
  width: 50px;
  height: 50px
}

.arcontactus-widget.sm .callback-countdown-block,
.arcontactus-widget.sm .messangers-block {
  bottom: 60px
}

.arcontactus-widget.sm .arcontactus-prompt {
  bottom: 0
}

.arcontactus-widget.sm.left .callback-countdown-block:before,
.arcontactus-widget.sm.left .messangers-block:before {
  left: 16px
}

.arcontactus-widget.sm.left .arcontactus-prompt {
  left: 60px
}

.arcontactus-widget.sm.right .callback-countdown-block:before,
.arcontactus-widget.sm.right .messangers-block:before {
  right: 16px
}

.arcontactus-widget.sm.right .arcontactus-prompt {
  right: 60px
}

.arcontactus-widget.sm .arcontactus-message-button .pulsation {
  width: 64px;
  height: 64px
}

.arcontactus-widget.sm .arcontactus-message-button .icons {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px
}

.arcontactus-widget.sm .arcontactus-message-button .static {
  margin-top: -16px
}

.arcontactus-widget.sm .arcontactus-message-button .callback-state {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px
}

.arcontactus-widget.active {
  opacity: 1
}

.arcontactus-widget .icons.hide,
.arcontactus-widget .static.hide {
  opacity: 0;
  transform: scale(0)
}

.arcontactus-widget.arcontactus-message {
  z-index: 10000;
  right: 20px;
  bottom: 20px;
  position: fixed !important;
  height: 70px;
  width: 70px
}

.arcontactus-widget .arcontactus-message-button {
  width: 70px;
  position: absolute;
  height: 70px;
  right: 0;
  background-color: red;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}

.arcontactus-widget .arcontactus-message-button p {
  color: #fff;
  font-weight: 500;
  font-size: 10px;
  line-height: 8px;
  margin: 0
}

.arcontactus-widget .arcontactus-message-button .pulsation {
  width: 84px;
  height: 84px;
  background-color: red;
  border-radius: 50px;
  position: absolute;
  left: -7px;
  top: -7px;
  z-index: -1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: arcontactus-pulse 2s infinite;
  animation: arcontactus-pulse 2s infinite
}

.arcontactus-widget .arcontactus-message-button .icons {
  background-color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px
}

.arcontactus-widget .arcontactus-message-button .static {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -19px;
  margin-left: -26px;
  width: 52px;
  height: 52px;
  text-align: center
}

.arcontactus-widget .arcontactus-message-button .static img {
  display: inline
}

.arcontactus-widget .arcontactus-message-button .static svg {
  width: 24px;
  height: 24px;
  color: #FFF
}

.arcontactus-widget .arcontactus-message-button.no-text .static {
  margin-top: -12px
}

.arcontactus-widget .pulsation:nth-of-type(2n) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

.arcontactus-widget .pulsation.stop {
  -webkit-animation: none;
  animation: none
}

.arcontactus-widget .icons-line {
  top: 10px;
  left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-transition: cubic-bezier(.13, 1.49, .14, -.4);
  -o-transition: cubic-bezier(.13, 1.49, .14, -.4);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  height: 24px;
  transition: .2s all
}

.arcontactus-widget .icons,
.arcontactus-widget .static {
  transition: .2s all
}

.arcontactus-widget .icons-line.stop {
  -webkit-animation-play-state: paused;
  animation-play-state: paused
}

.arcontactus-widget .icons-line span {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: red
}

.arcontactus-widget .icons-line span i,
.arcontactus-widget .icons-line span svg {
  width: 24px;
  height: 24px
}

.arcontactus-widget .icons-line span i {
  display: block;
  font-size: 24px;
  line-height: 24px
}

.arcontactus-widget .icons-line img,
.arcontactus-widget .icons-line span {
  margin-right: 40px
}

.arcontactus-widget .icons.hide .icons-line {
  transform: scale(0)
}

.arcontactus-widget .icons .icon:first-of-type {
  margin-left: 0
}

.arcontactus-widget .arcontactus-close {
  color: #FFF
}

.arcontactus-widget .arcontactus-close svg {
  -webkit-transform: rotate(180deg) scale(0);
  -ms-transform: rotate(180deg) scale(0);
  transform: rotate(180deg) scale(0);
  -webkit-transition: ease-in .12s all;
  -o-transition: ease-in .12s all;
  transition: ease-in .12s all;
  display: block
}

.arcontactus-widget .arcontactus-close.show-messageners-block svg {
  -webkit-transform: rotate(0) scale(1);
  -ms-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1)
}

.arcontactus-widget .arcontactus-prompt,
.arcontactus-widget .messangers-block {
  background: center no-repeat #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, .6);
  width: 235px;
  position: absolute;
  bottom: 80px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 2px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
  -webkit-transform-origin: 80% 105%;
  -ms-transform-origin: 80% 105%;
  transform-origin: 80% 105%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: ease-out .12s all;
  -o-transition: ease-out .12s all;
  transition: ease-out .12s all;
  z-index: 10000
}

.arcontactus-widget .arcontactus-prompt:before,
.arcontactus-widget .messangers-block:before {
  position: absolute;
  bottom: -7px;
  left: 25px;
  right: auto;
  display: inline-block !important;
  border-right: 8px solid transparent;
  border-top: 8px solid #FFF;
  border-left: 8px solid transparent;
  content: ''
}

.arcontactus-widget .arcontactus-prompt.show-messageners-block,
.arcontactus-widget .messangers-block.show-messageners-block {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.arcontactus-widget .arcontactus-prompt {
  color: #787878;
  font-size: 16px;
  line-height: 18px;
  width: auto;
  bottom: 10px;
  right: 80px;
  white-space: nowrap;
  padding: 18px 20px 14px
}

.arcontactus-widget .arcontactus-prompt:before {
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #FFF;
  border-bottom: 8px solid transparent;
  bottom: 16px;
  right: -15px
}

.arcontactus-widget .arcontactus-prompt.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-close {
  position: absolute;
  right: 6px;
  top: 6px;
  cursor: pointer;
  z-index: 100;
  height: 14px;
  width: 14px;
  padding: 2px
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-close svg {
  height: 10px;
  width: 10px;
  display: block
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing {
  border-radius: 10px;
  display: inline-block;
  left: 3px;
  padding: 0;
  position: relative;
  top: 4px;
  width: 50px
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing>div {
  position: relative;
  float: left;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #ccc;
  margin: 0 2px;
  -webkit-animation: arcontactus-updown 2s infinite;
  animation: arcontactus-updown 2s infinite
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing>div:nth-child(2) {
  animation-delay: .1s
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing>div:nth-child(3) {
  animation-delay: .2s
}

.arcontactus-widget .messangers-block.sm .messanger {
  padding-left: 50px;
  min-height: 44px
}

.arcontactus-widget .messangers-block.sm .messanger span {
  height: 32px;
  width: 32px;
  margin-top: -16px
}

.arcontactus-widget .messangers-block.sm .messanger span svg {
  height: 20px;
  width: 20px;
  margin-top: -10px;
  margin-left: -10px
}

.arcontactus-widget .messanger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  cursor: pointer;
  width: 100%;
  padding: 8px 20px 8px 60px;
  position: relative;
  min-height: 54px;
  text-decoration: none
}

.arcontactus-widget .messanger:hover {
  background-color: #EEE
}

.arcontactus-widget .messanger:before {
  background-repeat: no-repeat;
  background-position: center
}

.arcontactus-widget .messanger.facebook span {
  background: #0084ff
}

.arcontactus-widget .messanger.viber span {
  background: #7c529d
}

.arcontactus-widget .messanger.telegram span {
  background: #2ca5e0
}

.arcontactus-widget .messanger.skype span {
  background: #31c4ed
}

.arcontactus-widget .messanger.email span {
  background: #ff8400
}

.arcontactus-widget .messanger.contact span {
  background: #7eb105
}

.arcontactus-widget .messanger.call-back span {
  background: #54cd81
}

.arcontactus-widget .messanger span {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -20px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0084ff;
  margin-right: 10px;
  color: #FFF;
  text-align: center;
  vertical-align: middle
}

.arcontactus-widget .messanger span i,
.arcontactus-widget .messanger span svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px
}

.arcontactus-widget .messanger span i {
  font-size: 24px;
  line-height: 24px
}

.arcontactus-widget .messanger p {
  margin: 0;
  font-size: 14px;
  color: rgba(0, 0, 0, .87)
}

.arcontactus-prompt {
  display: none;
}

@-webkit-keyframes arcontactus-pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1
  }

  50% {
    opacity: .5
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

@media (max-width:468px) {

  .arcontactus-widget.opened.arcontactus-message,
  .arcontactus-widget.opened.left.arcontactus-message {
    width: auto;
    right: 20px;
    left: 20px
  }
}

@keyframes arcontactus-updown {

  0%,
  100%,
  43% {
    transform: translate(0, 0)
  }

  25%,
  35% {
    transform: translate(0, -10px)
  }
}

@-webkit-keyframes arcontactus-updown {

  0%,
  100%,
  43% {
    transform: translate(0 0)
  }

  25%,
  35% {
    transform: translate(-10px 0)
  }
}

@keyframes arcontactus-pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1
  }

  50% {
    opacity: .5
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

@-webkit-keyframes arcontactus-show-stat {

  0%,
  100%,
  20%,
  85% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  21%,
  84% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
}

@keyframes arcontactus-show-stat {

  0%,
  100%,
  20%,
  85% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  21%,
  84% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
}

@-webkit-keyframes arcontactus-show-icons {

  0%,
  100%,
  20%,
  85% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  21%,
  84% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes arcontactus-show-icons {

  0%,
  100%,
  20%,
  85% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  21%,
  84% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.numerochambre {
  display: none;
}

.numerochambre input {
  padding: 5px;
  width: 60%;
}

.iti {
  width: 100%;
}

.namereservation{
  width: 100% !important;
}
.title-gratuit{
 display: flex;
 justify-content: space-between;
}
.title-gratuit span{
  color: #006B2D;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
}

.hotelText{
  color: red;
  font-style: italic;
  float: right;
  font-size: 11px;
}

@media (max-width: 992px) {
  [crop-text] {
    display: none;
  }
  b.crop-text {
    font-weight: 100;
    cursor: pointer;
  }
}
@media (min-width: 993px) {
  b.crop-text,
  div.shortText {
    display: none !important;
  }
}