  @font-face {
      font-family: "Avenir Next";
      font-display: swap;
      src: url("../fonts/AvenirNext-Regular.eot");
      src: url("../fonts/AvenirNext-Regular.eot?#iefix") format("embedded-opentype"),
          url("../fonts/AvenirNext-Regular.woff2") format("woff2"),
          url("../fonts/AvenirNext-Regular.woff") format("woff"),
          url("../fonts/AvenirNext-Regular.svg#AvenirNext-Regular") format("svg");
      font-weight: normal;
      font-style: normal;
  }

  @font-face {
      font-family: "Canto Roman";
      font-display: swap;
      src: url("../fonts/Canto-Roman.eot");
      src: url("../fonts/Canto-Roman.eot?#iefix") format("embedded-opentype"),
          url("../fonts/Canto-Roman.woff2") format("woff2"),
          url("../fonts/Canto-Roman.woff") format("woff"),
          url("../fonts/Canto-Roman.svg#Canto-Roman") format("svg");
      font-weight: normal;
      font-style: normal;
  }

  @font-face {
      font-family: "Avenir Next Condensed";
      font-display: swap;
      src: url("../fonts/AvenirNextCondensed-Medium.eot");
      src: url("../fonts/AvenirNextCondensed-Medium.eot?#iefix") format("embedded-opentype"),
          url("../fonts/AvenirNextCondensed-Medium.woff2") format("woff2"),
          url("../fonts/AvenirNextCondensed-Medium.woff") format("woff"),
          url("../fonts/AvenirNextCondensed-Medium.svg#AvenirNextCondensed-Medium") format("svg");
      font-weight: 500;
      font-style: normal;
  }

  @font-face {
      font-family: "Avenir Next Condensed Demi";
      font-display: swap;
      src: url("../fonts/AvenirNextCondensed-DemiBold.eot");
      src: url("../fonts/AvenirNextCondensed-DemiBold.eot?#iefix") format("embedded-opentype"),
          url("../fonts/AvenirNextCondensed-DemiBold.woff2") format("woff2"),
          url("../fonts/AvenirNextCondensed-DemiBold.woff") format("woff"),
          url("../fonts/AvenirNextCondensed-DemiBold.svg#AvenirNextCondensed-DemiBold") format("svg");
      font-weight: 600;
      font-style: normal;
  }

  @font-face {
      font-family: "Avenir Next Demi";
      font-display: swap;
      src: url("../fonts/AvenirNext-DemiBold.eot");
      src: url("../fonts/AvenirNext-DemiBold.eot?#iefix") format("embedded-opentype"),
          url("../fonts/AvenirNext-DemiBold.woff2") format("woff2"),
          url("../fonts/AvenirNext-DemiBold.woff") format("woff"),
          url("../fonts/AvenirNext-DemiBold.svg#AvenirNext-DemiBold") format("svg");
      font-weight: 600;
      font-style: normal;
  }

  h4 {
      font-size: 1.5em;
      line-height: 1.2em;
      margin-bottom: .5em;
      letter-spacing: -0.02em;
      font-family: "Canto Roman";
      font-weight: normal;
      margin: 0;
      color: #000;
  }

  h2 {
      font-size: 2.6em;
      line-height: 1.2em;
      margin-bottom: .5em;
      letter-spacing: -0.02em;
      font-family: "Canto Roman";
      font-weight: normal;
      color: #6e3063;
  }

  .contact-info {
      margin-top: 30px;
  }



  .form-container {
      margin-top: 50px;
  }

  .subheading {
      font-size: 1.5em;
      line-height: 1.2em;
      letter-spacing: -0.02em;
      font-family: "Canto Roman";
      font-weight: normal;
      display: block;
      color: #666;
  }



  h1 {
      font-size: 2.6em;
      line-height: 1.1em;
      margin-bottom: .67em;
      letter-spacing: -0.02em;
      font-family: "Canto Roman";
      font-weight: normal;
      color: #6e3063;
  }

  h3 {
      color: #6e3063;
      font-family: "Canto Roman";
  }

  body {
      font-family: "Avenir Next";
      font-weight: normal;
      color: #666;
      margin: 0;
      padding: 0;
  }

  .box.margin-reduced {
      margin-top: 105px;
  }

  @media (max-width: 768px) {
      .contact-info .box.margin-reduced {
          margin-top: 0px;
      }
  }

  input[type=submit] {
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      appearance: none;
      border-radius: 0;
      cursor: pointer;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      padding: 0 2rem;
      user-select: none;
      vertical-align: middle;
      white-space: nowrap;
      text-align: center;
      margin: 0;
      line-height: 48px !important;
      -webkit-transition: all 250ms;
      -moz-transition: all 250ms;
      transition: all 250ms;
      background-color: #6e3063;
      border: 1px solid #6e3063;
  }



  .category {
      font-size: .94em;
      line-height: 1.2em;
      letter-spacing: .05em;
      font-family: "Avenir Next Condensed";
      font-weight: 500;
      text-transform: uppercase;

  }

  p,
  ul.default,
  ol.default,
  .table-holder,
  fieldset,
  form,
  ul.downloadModule {
      margin: 0 0 1.5rem;
  }

  a {
      color: #6e3063;
      text-decoration: none;

      transition: opacity 250ms, color 250ms;
  }


  header {
      position: fixed;
      width: 100%;
      top: 0;
      z-index: 1000;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 5px;
      padding-bottom: 5px;
      background-color: #fff;
      border-bottom: 1px solid #ddd;
      padding-left: 20px;
      padding-right: 20px;

  }

  header .logo {
      display: flex;
      align-items: center;
  }

  header .logo img {
      height: auto;
      width: 70px;
      object-fit: cover;
  }

  .header nav {
      display: flex;
      justify-content: center;
      align-items: center;
  }

  header .nav-menu {
      display: flex;
      align-items: center;
      list-style: none;
      margin: 0;
      padding: 0;
      flex-wrap: wrap;

  }

  header .nav-menu li {
      margin-left: 1rem;
  }

  header .nav-menu li a {
      text-decoration: none;
      font-size: .88em;
      line-height: 1.2em;
      letter-spacing: .05em;
      font-family: "Avenir Next Condensed";
      font-weight: 500;
      text-transform: uppercase;
      color: #666 !important;
  }

  header .nav-menu li a:hover {
      color: #000;
      /* Couleur de survol */
  }

  header .nav-menu .book-now {
      background-color: #6e3063;
      color: #fff !important;
      padding: 10px 20px;
      border-radius: 5px;
      font-weight: bold;
  }

  .book-event {
      background-color: #6e3063;
      color: #fff !important;
      padding: 10px 20px;
      border-radius: 5px;
      font-weight: bold;
      text-decoration: none;
      font-size: .88em;
      line-height: 1.2em;
      letter-spacing: .05em;
      font-family: "Avenir Next Condensed";
      text-transform: uppercase;
  }

  .book-event:hover {
      background-color: #6e3063;
      text-decoration: none;
  }

  header .nav-menu .book-now:hover {
      background-color: #6e3063;
      /* Couleur de survol */
  }

  footer {
      padding: 40px 0;
      background-color: #fff;
      border-top: 1px solid #ddd;
      margin: 0;
      /* Suppression des marges */
      box-sizing: border-box;
      /* Assure que le padding et la bordure sont inclus dans la largeur totale */
  }

  footer .row>* {
      flex-shrink: unset !important;
  }

  .footer-logo {
      margin-bottom: 20px;
  }

  .footer-logo img {
      height: 60px;
  }



  .footer-content div h4 {
      font-size: 16px;
      margin-bottom: 15px;
      color: #333;
  }

  .footer-content div ul {
      list-style: none;
      padding: 0;
      margin: 0;
  }

  .footer-content div ul li {
      margin-bottom: 10px;
  }

  .footer-content div ul li a {
      text-decoration: none;
      color: #666;
      font-size: 14px;
  }

  .footer-content div ul li a:hover {
      color: #5c3a83;
      /* Couleur de survol */
  }

  ul.social {
      display: flex;
  }

  .footer-content div ul li a {

      margin-right: 16px;
  }

  a.facebook {
      filter: invert(41%) sepia(0%) saturate(0%) hue-rotate(61deg) brightness(95%) contrast(88%);
      background-repeat: no-repeat;
      background-image: url(../images/social-facebook.svg);
      display: block;
      background-position: center;
      background-size: contain;
      height: 24px;
      width: 24px;
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
  }

  a.twitter {
      filter: invert(41%) sepia(0%) saturate(0%) hue-rotate(61deg) brightness(95%) contrast(88%);
      background-repeat: no-repeat;
      background-image: url(../images/social-twitter.svg);
      display: block;
      background-position: center;
      background-size: contain;
      height: 24px;
      width: 24px;
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
  }

  a.tripadvisor {
      filter: invert(41%) sepia(0%) saturate(0%) hue-rotate(61deg) brightness(95%) contrast(88%);
      background-repeat: no-repeat;
      background-image: url(../images/social-tripadvisor.svg);
      display: block;
      background-position: center;
      background-size: contain;
      height: 24px;
      width: 24px;
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
  }

  a.instagram {
      filter: invert(41%) sepia(0%) saturate(0%) hue-rotate(61deg) brightness(95%) contrast(88%);
      background-repeat: no-repeat;
      background-image: url(../images/social-instagram.svg);
      display: block;
      background-position: center;
      background-size: contain;
      height: 24px;
      width: 24px;
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
  }






  .facilities img {
      display: block;
      margin-right: 7.2934605067%;
      width: 15.0593437655%;
      margin-right: 3.6785967324%;
      margin-bottom: 200px;
  }

  .facilities {
      margin-bottom: 140px;

  }

  .facilities ul {
      padding-inline-start: 22px;
  }

  .section-transfers,
  .section-visit {
      margin-bottom: 180px;
  }

  .btn-custom:hover {
      background-color: #6e3063;
      color: white !important;
  }

  .btn-custom:hover a {
      color: white !important;
  }

  .btn-custom {
      border: 1px solid #5f2160;
      color: white;
      background-color: white;
      margin: 5px;
  }

  .btn-custom.active {
      background-color: #5f2160;
      color: white;
  }

  .btn-custom a:hover {
      color: white !important;
      text-decoration: underline;
  }

  .btn-read-more {
      color: #fff;
      font-size: .94em;
      letter-spacing: .05em;
      font-family: "Avenir Next Condensed";
      font-weight: 500;
      text-transform: uppercase;
      appearance: none;
      border-radius: 0;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      padding: 0 2rem;
      user-select: none;
      vertical-align: middle;
      white-space: nowrap;
      text-align: center;
      margin: 0;
      line-height: 48px !important;
      -moz-transition: all 250ms;
      transition: all 250ms;
      background-color: #6e3063;
      border: 1px solid #6e3063;
  }

  a {
      color: #6e3063 !important;
      text-decoration: none;
      -webkit-transition: opacity 250ms, color 250ms;
      -moz-transition: opacity 250ms, color 250ms;
      transition: opacity 250ms, color 250ms;
  }



  /* slide */
  .swiper-container {
      width: 100%;
  }

  .swiper-slide {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
  }

  .social-events-page .swiper-slide img,
  .business-meetings-page .swiper-slide img,
  .destination-page .swiper-slide img {
      width: 100%;
      height: 800px;
      object-fit: cover;
      /* Ajuster l'image sans déformation */
      transition: transform 0.5s ease;
  }

  @media (max-width: 768px) {
      .swiper-slide img {
          height: auto;
          object-fit: contain;
          /* Pour que les images plus petites s'ajustent correctement */
      }
  }

  .swiper-slide h1 {
      color: #fff !important;
      font-family: "Canto Roman";
      font-weight: normal;
      font-size: 2.6em;
      line-height: 1.1em;
      letter-spacing: -0.02em;
      margin-bottom: 0 !important;
  }

  .swiper-slide img:hover {
      transform: scale(1.1);
  }

  .swiper-slide .subheading {
      margin-bottom: .5em;
      font-size: 2.5em;
      line-height: 1.2em;
      letter-spacing: -0.02em;
      font-family: "Canto Roman";
      font-weight: normal;
      display: block;
      color: white;
  }

  .description-overlay {
      position: absolute;
      color: white;
      padding: 10px;
  }

  .description-middle {
      top: 50%;
      left: 35%;
      transform: translate(-50%, -50%);
  }

  .description-below {
      position: absolute;
      bottom: 30px;
      width: 70%;
      color: white;
      padding: 10px;
      font-size: 8px;
  }

  @media (max-width: 768px) {

      .description-overlay,
      .description-below {
          font-size: 0.8em;
          padding: 5px;
      }
  }

  .swiper-pagination {
      text-align: end;
  }

  .swiper-pagination-bullet-active {
      background: var(--swiper-pagination-color, #fff);
  }

  .swiper-pagination-bullet {
      background: #e9ecef;
  }

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
      bottom: var(--swiper-pagination-bottom, -68px);
      width: 96%;
  }

  .swiper-button-next,
  .swiper-button-prev {
      color: var(--swiper-navigation-color, #fff);
  }


  /* business-meetings */

  .business-meetings .btn-custom {
      border: 1px solid #5f2160;
      color: #5f2160;
      background-color: white;
      margin: 5px;
  }

  .business-meetings .btn-custom.active {
      background-color: #5f2160;
      color: white;
  }

  .business-meetings .content-section {
      margin-top: 20px;
  }

  .business-meetings .description-business {
      margin-top: 20px;
  }

  .business-meetings .content ul {
      list-style-type: none;
      padding: 0;
  }


  /* social-events */


  .social-events .card-img-overlay {
      display: flex;
      justify-content: center;
      align-items: center;
      opacity: 0;
      transition: opacity 0.5s;
      background-color: rgba(0, 0, 0, 0.5);
  }

  .social-events .card:hover .card-img-overlay {
      opacity: 1;
  }

  .social-events .card-text {
      color: white;
      font-size: 21px;
      font-weight: bold;
      font-family: "Canto Roman";
  }

  .social-events .card {
      border: none;
  }

  .social-events .card-img {
      transition: transform 0.5s;
      height: 400px;
      object-fit: cover;
  }


  .social-events .price {
      margin-top: 20px;
      font-style: italic;
      margin-left: 24px;

  }

  /* modal */


  .modal-dialog {
      max-width: 100%;
      margin: 0;
  }

  .modal-content {
      height: 100vh;
      border-radius: 0;
  }

  .modal-header,
  .modal-footer {
      border: none;
      padding: 3rem 5rem;
  }



  .modal-body {
      padding: 2rem;
  }

  .form-group {
      margin-bottom: 0;
      flex: 1;
      margin-right: 1rem;
  }

  .form-row {
      display: flex;
      align-items: center;
      margin: 65px;
  }

  .btn-primary {
      background-color: #6e3063;
      border-color: #6e3063;
  }

  .btn-primary:hover {
      background-color: #6e3063;
      border-color: #6e3063;
  }

  .logo-modal {

      background-image: url(/images/SS_Crans-Montana_standard_logo.svg);
      height: 70px;
      width: 100px;
  }

  .modal-title {
      font-size: 2em;
      line-height: 1.2em;
      margin-bottom: .83em;
      letter-spacing: -0.02em;
      font-family: "Canto Roman";
      font-weight: normal;
      margin: 65px;
      color: #000;

  }

  .modal .form-control {
      border: 1px solid #ffffff !important;
      border-bottom: 1px solid #e6e6e6 !important;
  }

  .form-group svg {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 1rem;
      height: 1rem;
      fill: #aaa;
  }

  .svg-calendar {
      left: 0.75rem;
  }

  .svg-users {
      left: 2rem;
      /* Positionner la deuxième icône après la première */
  }

  header .nav-menu li button {
      background-color: #6e3063;
      color: #fff !important;
      padding: 10px 20px;
      border-radius: 5px;
      font-weight: bold;
      text-decoration: none;
      font-size: .88em;
      line-height: 1.2em;
      letter-spacing: .05em;
      font-family: "Avenir Next Condensed";
      text-transform: uppercase;
  }

  .btn-primary:not(:disabled):not(.disabled).active,
  .btn-primary:not(:disabled):not(.disabled):active,
  .show>.btn-primary.dropdown-toggle {
      background-color: #6e3063;
      border-color: #6e3063;
  }

  .btn-primary:not(:disabled):not(.disabled).active:focus,
  .btn-primary:not(:disabled):not(.disabled):active:focus,
  .show>.btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 .2rem #6e3063;
  }

  .btn-primary.focus,
  .btn-primary:focus {
      color: #fff;
      background-color: #6e3063;
      border-color: #6e3063;
      box-shadow: 0 0 0 .2rem #6e3063;
  }

  .btn-search {
      font-size: .94em;
      letter-spacing: .05em;
      font-family: "Avenir Next Condensed";
      font-weight: 500;
      text-transform: uppercase;
      appearance: none;
      border-radius: 0;
      cursor: pointer;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      padding: 0 2rem;
      user-select: none;
      vertical-align: middle;
      white-space: nowrap;
      text-align: center;
      margin: 0;
      line-height: 48px !important;
      transition: all 250ms;
      background-color: #673065;
      border: 1px solid #673065;
  }

  .popup-adultsCount {
      display: flex;
      justify-content: space-between;
      margin: 20px;
  }

  button#adultsMinus,
  button#adultsPlus,
  button#childrenMinus,
  button#childrenPlus {
      height: 40px;
      width: 40px;
      border: 1px solid #e6e6e6;
  }

  .popup-window {
      display: none;
      position: absolute;
      background-color: white;
      border: 1px solid #ccc;
      padding: 15px;
      z-index: 1000;
  }

  .form-group {
      margin-bottom: 0.5rem;
      /* Ajustez cette valeur selon vos besoins */
  }

  .ui-widget-header {
      border: 1px solid #ffffff;
      background: #ffffff;
      margin-bottom: 40px;
      margin-top: 25px;
  }

  .ui-state-default,
  .ui-widget-content .ui-state-default {
      border: 1px solid #ffffff;
      background: #ffffff;
      color: black !important;
  }

  .ui-datepicker-title {
      font-family: "Avenir Next Condensed";
      font-weight: 500;
      text-transform: uppercase;
  }

  .ui-datepicker th {

      font-family: "Avenir Next";
      font-weight: normal;
  }

  .ui-icon {
      right: 0;
      filter: invert(41%) sepia(0%) saturate(0%) hue-rotate(61deg) brightness(95%) contrast(88%) !important;
      background-repeat: no-repeat !important;
      background-image: url(https://www.sixsenses.com/images/icons/arrow-right.svg) !important;
      display: block;
      background-position: center;
      background-size: contain;
      height: 10px;
      width: 25px;
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
  }

  span.ui-icon.ui-icon-circle-triangle-w {
      left: 0;
      filter: invert(41%) sepia(0%) saturate(0%) hue-rotate(61deg) brightness(95%) contrast(88%);
      background-repeat: no-repeat;
      background-image: url(https://www.sixsenses.com/images/icons/arrow-left.svg) !important;
      display: block;
      background-position: center;
      background-size: contain;
      height: 10px;
      width: 38px;
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
  }


  .social-events .card-img {
      margin-bottom: 10px;
  }


  /* .custom-radio .form-check-input:checked {
      background-color: #6e3063 !important;
      border-color: #6e3063 !important;
  } */

  .customRadio input[type="radio"] {
      position: absolute;
      left: -9999px;
  }

  .customRadio input[type="radio"]+label {
      position: relative;
      padding: 0 0 0 30px;
      cursor: pointer;
  }

  .customRadio input[type="radio"]+label:before {
      content: '';
      background: #fff;
      border: 2px solid #6e3063;
      height: 20px;
      width: 20px;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 0;
  }

  .customRadio input[type="radio"]+label:after {
      content: '';
      background: #6e3063;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      position: absolute;
      top: 5px;
      left: 5px;
      opacity: 0;
      transform: scale(2);
      transition: transform 0.3s linear, opacity 0.3s linear;
  }

  .customRadio input[type="radio"]:checked+label:after {
      opacity: 1;
      transform: scale(1);
  }

  .calendar-input {
      position: relative;
  }

  .calendar-icon {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      width: 20px;
      height: 20px;
      filter: invert(41%) sepia(0%) saturate(0%) hue-rotate(61deg) brightness(95%) contrast(88%);
  }

  .description a {
      text-decoration: none;
  }

  .our-spaces-img {
      height: 550px;
      width: 100%;
      object-fit: cover;
  }

  .how-to-get-there-page {
      .card {
          border-top: 1px solid #e6e6e6;
          padding: 1rem 0;
          background-color: transparent;
          border-left: none;
          border-right: none;
          border-bottom: none;

      }

      .card:last-child {
          border-bottom: 1px solid #e6e6e6 !important;
      }

      .card-header {
          background-color: transparent;
          border: none;
          position: relative;
      }

      .card-link {
          padding-left: 10px;
          text-transform: uppercase;
          font-weight: 500;
      }

      .card-link::before {
          content: "";
          background-repeat: no-repeat;
          background-image: url('/images/Normal=Chevron%20Up-purple.svg');
          display: block;
          background-position: center;
          background-size: contain;
          height: 16px;
          width: 16px;
          overflow: hidden;
          text-indent: 101%;
          white-space: nowrap;
          position: absolute;
          z-index: 1;
          top: 50%;
          left: 0;
          margin-top: -8px;
      }

      .card:has(.show) .card-link::before {
          transform: rotate(180deg);
      }

      .button {
          appearance: none;
          cursor: pointer;
          display: inline-block;
          -webkit-font-smoothing: antialiased;
          padding: 0 2rem;
          user-select: none;
          vertical-align: middle;
          white-space: nowrap;
          text-align: center;
          margin: 0;
          line-height: 48px !important;
          -webkit-transition: all 250ms;
          -moz-transition: all 250ms;
          transition: all 250ms;
          background-color: #673065;
          border: 1px solid #673065;
          border-radius: 50px;
      }

      .button a {
          color: white !important;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 14px;
      }
  }

  :not(.gallery-nav).navbar-light .navbar-toggler:focus {
      outline: 5px auto #6e3063;
      box-shadow: none !important;
      border: 1px solid #6e3063 !important;
  }

  .gallery-nav .navbar-toggler:focus {
      outline: none !important;
      box-shadow: none !important;
      border: 2px solid #6e3063 !important;
  }

  @media (max-width: 768px) {
      .nav-btns {
          gap: 20px;
      }
  }

  @media (min-width: 992px) and (max-width: 1200px) {
      .nav-btns {
          flex-direction: column;
          gap: 17px;
          margin-top: 5px !important;
          margin-bottom: 5px !important;
      }
  }

  @media (max-width:767px) {
      footer {
          padding: 10px 0 !important;
      }

      .divider {
          border-bottom: 1px solid #DCDAE3;
      }

      .footer-block {
          margin: 15px;
      }

      footer {
          border-top: none !important;
      }
  }

  @media (max-width: 991px) {
      header .nav-menu {
          gap: 5px;
      }
  }

  @media (min-width: 768px) {
      .social-events .card:hover .card-img {
          transform: scale(1.1);
      }
  }

  #adultsPopup {}

  #specialCodesPopup {}