@charset "UTF-8";
/****************************************************************

 Fullstack -11

 Author: Fullstack team - dev@fstck.co
 Copyright (c) June 2017. All rights reserved.

 *****************************************************************/
/* Deepest support possible
@font-face {
  font-family: 'MyWebFont';
  src: url('webfont.eot');                                    // IE9 Compat Modes
  src: url('webfont.eot?#iefix') format('embedded-opentype'), // IE6-IE8
       url('webfont.woff2') format('woff2'),                  // Super Modern Browsers
       url('webfont.woff') format('woff'),                    // Pretty Modern Browsers
       url('webfont.ttf') format('truetype'),                 // Safari, Android, iOS
       url('webfont.svg#svgFontName') format('svg');          // Legacy iOS
}*/
/* Practical level of support
// Chrome 3.5+ - Safari 3+ - Firefox 3.5+ - Opera 10.1+ - IE 9+ - Android 2.2+ - iOS 4.3+     
@font-face {
  font-family: 'MyWebFont';
  src: url('myfont.woff2') format('woff2'),
       url('myfont.woff') format('woff'),
       url('myfont.ttf') format('truetype');
}*/
h1, .h1, .listings.title h1 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 36px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 10px 0 20px;
}

h2, .h2 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-style: normal;
  line-height: 40px;
  letter-spacing: 1px;
  color: #272727;
  text-align: left;
  padding: 0;
  margin: 0 0 20px;
}

h3, .h3 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: theme-letter-spacing-small;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 15px;
}

h4, .h4 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 10px;
}

h5, .h5 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 10px;
}

body, p.type3, p.type2, p, p.type1 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 170%;
  letter-spacing: 0.5px;
  color: #272727;
  text-align: left;
}

p, p.type1 {
  margin: 0 0 2rem 0;
}

p.type2 {
  font-size: 1.4rem;
}

p.type3 {
  font-size: 1rem;
}

button.line, .button.line, button.plain, .button.plain {
  padding: 20px 30px;
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 1.5px;
  color: #CF3D4A;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #CF3D4A;
  border-radius: 0px;
  background-color: transparent;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
button.line:hover, .button.line:hover, button.plain:hover, .button.plain:hover {
  color: white !important;
  background-color: #CF3D4A;
}

.search-form-mobile button, .search-form .button-wrap input, .search-form .button-wrap button {
  letter-spacing: 1.5px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #CF3D4A;
  border-radius: 0px;
  background-color: #CF3D4A;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
.search-form-mobile button:hover, .search-form .button-wrap input:hover, .search-form .button-wrap button:hover {
  color: #CF3D4A !important;
  background-color: transparent;
}

button.plain, .button.plain {
  color: white;
  border: 2px solid #CF3D4A;
  background-color: #CF3D4A;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
button.plain:hover, .button.plain:hover {
  color: #CF3D4A !important;
  border: 2px solid #CF3D4A;
  background-color: transparent;
}

a.link-size-small, a.link-size-large, a.link-size-medium {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 10px;
  color: #CF3D4A;
  letter-spacing: 2px;
  text-transform: uppercase;
}

a.link-size-medium {
  font-size: 12px;
}

a.link-size-large {
  font-size: 14px;
}

.cartblk .bottom-section .btm-blk .detail .info .link, .artist-info .artist-listings .list .list-info a, .top-destinations-section .top-destinations-carousel .item .content-section .link, .listings-section .col-left .blk-img .btm-blk .link, section.news .news-wrap ul li .news-blk .link-wrap .link, .ax-section.customblks .bloc-link .link {
  padding-right: 20px;
  background-image: url(../images/red_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right center;
}

.ax-section.section-melomane .custom-two-blks .blk-img .right-blk .link {
  padding-right: 20px;
  background-image: url(../images/yellow_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right center;
  color: #aa9767;
}

.widget-block .receiveprizes a.yellowlink {
  padding-right: 40px;
  background-image: url(../images/white_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  color: white;
}
.widget-block .receiveprizes a.yellowlink:hover {
  background-image: url(../images/red_big_arrow.png);
}

.search-form .button-wrap input:after, .search-form .button-wrap button:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 22px;
  margin-left: 10px;
  background-image: url(../images/white_big_arrow.png);
  background-position: left top;
  background-repeat: no-repeat;
  vertical-align: middle;
  color: white;
}
.search-form .button-wrap input:hover:after, .search-form .button-wrap button:hover:after {
  background-image: url(../images/red_big_arrow.png);
}

.listings-section .col-left .blk-img, .ax-section.section-melomane .custom-two-blks .blk-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.listings-section .col-left .blk-img {
  background-position: center right;
}

/* Deepest support possible
@font-face {
  font-family: 'MyWebFont';
  src: url('webfont.eot');                                    // IE9 Compat Modes
  src: url('webfont.eot?#iefix') format('embedded-opentype'), // IE6-IE8
       url('webfont.woff2') format('woff2'),                  // Super Modern Browsers
       url('webfont.woff') format('woff'),                    // Pretty Modern Browsers
       url('webfont.ttf') format('truetype'),                 // Safari, Android, iOS
       url('webfont.svg#svgFontName') format('svg');          // Legacy iOS
}*/
/* Practical level of support
// Chrome 3.5+ - Safari 3+ - Firefox 3.5+ - Opera 10.1+ - IE 9+ - Android 2.2+ - iOS 4.3+     
@font-face {
  font-family: 'MyWebFont';
  src: url('myfont.woff2') format('woff2'),
       url('myfont.woff') format('woff'),
       url('myfont.ttf') format('truetype');
}*/
h1, .h1, .listings.title h1 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 36px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 10px 0 20px;
}

h2, .h2 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-style: normal;
  line-height: 40px;
  letter-spacing: 1px;
  color: #272727;
  text-align: left;
  padding: 0;
  margin: 0 0 20px;
}

h3, .h3 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: theme-letter-spacing-small;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 15px;
}

h4, .h4 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 10px;
}

h5, .h5 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 10px;
}

body, p, p.type1, p.type2, p.type3 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 170%;
  letter-spacing: 0.5px;
  color: #272727;
  text-align: left;
}

p, p.type1 {
  margin: 0 0 2rem 0;
}

p.type2 {
  font-size: 1.4rem;
}

p.type3 {
  font-size: 1rem;
}

button.line, .button.line, button.plain, .button.plain {
  padding: 20px 30px;
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 1.5px;
  color: #CF3D4A;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #CF3D4A;
  border-radius: 0px;
  background-color: transparent;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

button.line:hover, .button.line:hover, button.plain:hover, .button.plain:hover {
  color: white !important;
  background-color: #CF3D4A;
}

.search-form-mobile button, .search-form .button-wrap input, .search-form .button-wrap button {
  letter-spacing: 1.5px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #CF3D4A;
  border-radius: 0px;
  background-color: #CF3D4A;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.search-form-mobile button:hover, .search-form .button-wrap input:hover, .search-form .button-wrap button:hover {
  color: #CF3D4A !important;
  background-color: transparent;
}

button.plain, .button.plain {
  color: white;
  border: 2px solid #CF3D4A;
  background-color: #CF3D4A;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

button.plain:hover, .button.plain:hover {
  color: #CF3D4A !important;
  border: 2px solid #CF3D4A;
  background-color: transparent;
}

a.link-size-small, a.link-size-medium, a.link-size-large {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 10px;
  color: #CF3D4A;
  letter-spacing: 2px;
  text-transform: uppercase;
}

a.link-size-medium {
  font-size: 12px;
}

a.link-size-large {
  font-size: 14px;
}

.cartblk .bottom-section .btm-blk .detail .info .link, .artist-info .artist-listings .list .list-info a, .top-destinations-section .top-destinations-carousel .item .content-section .link, .listings-section .col-left .blk-img .btm-blk .link, section.news .news-wrap ul li .news-blk .link-wrap .link, .ax-section.customblks .bloc-link .link {
  padding-right: 20px;
  background-image: url(../images/red_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right center;
}

.ax-section.section-melomane .custom-two-blks .blk-img .right-blk .link {
  padding-right: 20px;
  background-image: url(../images/yellow_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right center;
  color: #aa9767;
}

.widget-block .receiveprizes a.yellowlink {
  padding-right: 40px;
  background-image: url(../images/white_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  color: white;
}

.widget-block .receiveprizes a.yellowlink:hover {
  background-image: url(../images/red_big_arrow.png);
}

.search-form .button-wrap input:after, .search-form .button-wrap button:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 22px;
  margin-left: 10px;
  background-image: url(../images/white_big_arrow.png);
  background-position: left top;
  background-repeat: no-repeat;
  vertical-align: middle;
  color: white;
}

.search-form .button-wrap input:hover:after, .search-form .button-wrap button:hover:after {
  background-image: url(../images/red_big_arrow.png);
}

.listings-section .col-left .blk-img, .ax-section.section-melomane .custom-two-blks .blk-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.listings-section .col-left .blk-img {
  background-position: center right;
}

@media (max-width: 480px) {
  .top-list-section .top-list-carousel {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: baselane;
    -moz-align-items: baselane;
    -ms-align-items: baselane;
    align-items: baselane;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .top-list-section .top-list-carousel .item {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
/* Deepest support possible
@font-face {
  font-family: 'MyWebFont';
  src: url('webfont.eot');                                    // IE9 Compat Modes
  src: url('webfont.eot?#iefix') format('embedded-opentype'), // IE6-IE8
       url('webfont.woff2') format('woff2'),                  // Super Modern Browsers
       url('webfont.woff') format('woff'),                    // Pretty Modern Browsers
       url('webfont.ttf') format('truetype'),                 // Safari, Android, iOS
       url('webfont.svg#svgFontName') format('svg');          // Legacy iOS
}*/
/* Practical level of support
// Chrome 3.5+ - Safari 3+ - Firefox 3.5+ - Opera 10.1+ - IE 9+ - Android 2.2+ - iOS 4.3+     
@font-face {
  font-family: 'MyWebFont';
  src: url('myfont.woff2') format('woff2'),
       url('myfont.woff') format('woff'),
       url('myfont.ttf') format('truetype');
}*/
#alert-subscription {
  font-weight: bold;
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity 0.2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}

.fancybox-infobar {
  display: none;
}

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
  display: block;
}

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide--image {
  overflow: hidden;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%;
}

.fancybo-controls--canzoomOut .fancybox-placeholder {
  cursor: pointer;
  cursor: pointer;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: pointer;
  cursor: pointer;
}

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.2s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none;
}

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5;
}

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close {
  float: right;
  right: 50;
}

.fancybox-button--close::before, .fancybox-button--close::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent;
}

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px;
}

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px;
}

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important;
  }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0;
  }
}
#alert-subscription-modal {
  min-height: 200px;
  min-width: 200px;
}
#alert-subscription-modal .content {
  position: relative;
  margin: 50px;
}
#alert-subscription-modal .content.loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}
#alert-subscription-modal .content .alert-subscription {
  max-width: 350px;
}
#alert-subscription-modal .content .alert-subscription h2 {
  margin-bottom: 5px;
  text-align: center;
}
#alert-subscription-modal .content .alert-subscription .form-group {
  margin-bottom: 10px;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: white;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

.mo-hide-desktop {
  display: none !important;
}

main {
  width: 100%;
  top: 0;
  left: 0;
  padding: 0;
  background-clip: content-box;
  background-color: white;
}

footer {
  margin: 0;
  padding: 0 2rem 0;
  background-color: white;
}

section {
  margin: 0;
  padding: 6rem 2rem;
  background-color: inherit;
}
@media (max-width: 1220px) {
  section {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
  section.news-list {
    padding: unset;
  }
}

.container {
  margin: 0 auto;
  max-width: 120rem;
}
.container {
  zoom: 1;
  clear: both;
}
.container:before, .container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
@media (max-width: 1220px) {
  .container {
    max-width: 100%;
    padding: 0 25px;
  }
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.product-info-description-wrapper h1 {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 3px;
  margin: 20px 0 0 0;
}
@media (max-width: 767px) {
  .product-info-description-wrapper h1 {
    width: 100%;
    font-size: 22px;
    line-height: 1.5;
  }
  .product-info-description-wrapper h1 span {
    font-size: 16px;
  }
  .product-info-description-wrapper h1 .product-title h1 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
}

@media (max-width: 960px) {
  h1, .h1 {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  h1, .h1 {
    margin-bottom: 10px;
  }
}
h1.page-title, .h1.page-title {
  font-size: 25px;
  margin-bottom: 40px;
}
h1 img, .h1 img {
  text-indent: -9999px;
}

@media (max-width: 960px) {
  h2, .h2 {
    font-size: 1.9rem;
    line-height: 1.5;
  }
}

@media (max-width: 960px) {
  h3, .h3 {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

.hidden {
  display: none !important;
}

a, button, .button {
  font: inherit;
  white-space: nowrap;
  text-decoration: none;
  border: 0;
  outline: 0;
  cursor: pointer;
}

button.action.primary:focus {
  background-color: #CF3D4A;
  border: 1px solid #CF3D4A;
}

p a:link {
  color: #CF3D4A;
  text-decoration: none;
}
p a:visited {
  color: #CF3D4A;
  text-decoration: none;
}
p a:hover {
  color: #272727;
  text-decoration: none;
}
p a:active {
  color: #272727;
  text-decoration: none;
}

a,
a:visited,
.alink:visited {
  color: #CF3D4A;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

section.separator {
  border-bottom: 1px solid #9ca3b2;
}

input[type=text], input[type=url], input[type=password], input[type=tel], input[type=number], input[type=email], textarea {
  outline: 0;
  width: 100%;
  height: 40px !important;
  color: #272727;
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 400;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
input[type=text]:focus, input[type=url]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=email]:focus, textarea:focus {
  outline: 0.5px solid #E1E1E1;
}
input[type=text]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #383C3F;
  filter: brightness(150%);
}
input[type=text]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=email]::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 19+ */
  color: #383C3F;
  filter: brightness(150%);
}
input[type=text]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */
  color: #383C3F;
  filter: brightness(150%);
}
input[type=text]:-moz-placeholder, input[type=url]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=email]:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
  color: #383C3F;
  filter: brightness(150%);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]::-moz-inner-spin-button,
input[type=number]::-moz-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  outline: 0;
  border: 0;
  padding: 0 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: white;
  width: 100%;
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  line-height: 25px;
  height: 28px;
  font-weight: 400;
  margin-bottom: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type=submit], button, a.button, .button {
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  border: 2px solid #272727;
  padding: 14px 30px;
  color: #272727;
  background-color: white;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.5px;
}
input[type=submit].red, button.red, a.button.red, .button.red {
  border-color: #CF3D4A;
  color: #CF3D4A;
}
input[type=submit].red:hover, button.red:hover, a.button.red:hover, .button.red:hover {
  color: white;
  background-color: #CF3D4A;
}
input[type=submit]:hover, button:hover, a.button:hover, .button:hover {
  color: white;
  background-color: #272727;
}
input[type=submit].small, button.small, a.button.small, .button.small {
  font-size: 1rem;
  padding: 9px 20px;
  font-weight: 600;
  border-radius: 5px;
}
input[type=submit].medium, button.medium, a.button.medium, .button.medium {
  font-size: 1.2rem;
}

@media (max-width: 960px) {
  .search-form {
    display: none;
  }
}
.search-form.inner {
  padding: 10px 0;
  background-color: #F4F4F4;
}
.search-form.inner .button-wrap button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-form.inner .button-wrap input, .search-form.inner .button-wrap button {
  font-size: 11px;
  min-width: 230px;
  letter-spacing: 1.5px;
  padding-top: 13px;
  padding-bottom: 11px;
  max-height: 45px;
}
.search-form.inner .button-wrap input:after, .search-form.inner .button-wrap button:after {
  width: 8px;
  height: 17px;
  background-size: cover;
}
.search-form.inner .button-wrap input:hover, .search-form.inner .button-wrap button:hover {
  color: #CF3D4A !important;
}
.search-form.inner .input-wrap input {
  padding: 12px 30px 13px 50px !important;
  min-height: 45px;
}
.search-form.inner .input-wrap input.where {
  background-size: 13px 19px;
}
.search-form.inner .input-wrap input.who {
  background-size: 24px 18px;
}
.search-form.inner .input-wrap input.datefield {
  background-size: 20px 15px;
}
@media (max-width: 1240px) {
  .search-form.inner .input-wrap {
    width: 20%;
    margin-right: 1%;
  }
  .search-form.inner .input-wrap.big {
    width: 33%;
  }
  .search-form.inner .button-wrap {
    width: 24%;
  }
  .search-form.inner .button-wrap input, .search-form.inner .button-wrap button {
    min-width: 0;
    width: 100%;
  }
}
.search-form form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.search-form .input-wrap {
  position: relative;
  line-height: 1;
  box-shadow: 0 10px 20px 0 rgba(139, 137, 114, 0.18);
  margin-right: 5px;
  flex: 1;
}
.search-form .input-wrap input {
  border: 0;
  padding: 20px 10px 20px 45px;
  min-height: 60px;
  background-position: 10px center;
  background-repeat: no-repeat;
}
.search-form .input-wrap input.where {
  background-image: url(../images/icons/marker.svg);
  background-size: 19px 26px;
  padding: 20px 10px 20px 35px;
}
.search-form .input-wrap input.who {
  background-image: url(../images/icons/look.png);
  background-size: 28px 20px;
  border-radius: 10px 0 0 10px;
}
.search-form .input-wrap input.datefield {
  flex: 1;
  background-image: url(../images/icons/date.svg);
  background-size: 27px 21px;
}
.search-form .input-wrap input.datefield:last-child {
  border-right: 0;
  margin-right: 0;
}
.search-form .input-wrap.categories {
  display: none;
}
.search-form .input-wrap.big {
  max-width: 270px;
  display: flex;
}
.search-form .input-wrap .autocomplete-preloading,
.search-form .input-wrap .autocomplete-empty {
  background: white;
  width: 100%;
  position: absolute;
  top: 105%;
  left: 0;
  display: none;
  z-index: 2;
}
.search-form .input-wrap .autocomplete-preloading p,
.search-form .input-wrap .autocomplete-empty p {
  margin: 15px 0;
  text-align: center;
}
.search-form .input-wrap .autocomplete-empty {
  z-index: 1;
}
.search-form .button-wrap {
  line-height: 1;
}
.search-form .button-wrap input, .search-form .button-wrap button {
  letter-spacing: 5px;
  padding: 18px 16px 17px !important;
  min-width: 200px;
  text-align: center;
}
.search-form .button-wrap button[type=submit] {
  border-radius: 0 10px 10px 0;
}
@media (max-width: 1240px) {
  .search-form .input-wrap {
    width: 21%;
    margin-right: 1%;
  }
  .search-form .input-wrap.big {
    width: 35%;
  }
  .search-form .button-wrap {
    width: 20%;
  }
}

.ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}

/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
  height: 300px;
}

/*Beardcurms*/
@media (max-width: 960px) {
  .beardcurms {
    display: none;
  }
}
.beardcurms ul {
  padding: 11px 0;
  margin: 0;
  border-bottom: 1px solid #E1E1E1;
}
.beardcurms ul li {
  display: inline-block;
}
.beardcurms ul li a {
  color: #272727;
}
.beardcurms ul li a:hover {
  color: #CF3D4A;
}
.beardcurms ul li a:after {
  content: ">";
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

/* Datepicker hover items */
.datepicker-hover-items {
  background: #272727;
  padding: 10px;
  position: absolute;
  z-index: 999;
  color: white;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
}
.datepicker-hover-items:before {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -6px;
  border-right: 8px solid #272727;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.datepicker-hover-items .status {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  vertical-align: middle;
}
.datepicker-hover-items .status.green {
  background: #85C43B;
}
.datepicker-hover-items .status.package {
  background: #FBCA79;
}
.datepicker-hover-items .status.red {
  background: #EE3444;
}
.datepicker-hover-items ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.datepicker-hover-items ul li {
  margin-bottom: 5px;
}
.datepicker-hover-items ul li:last-child {
  margin-bottom: 0;
}

.checkout-cart-index,
.customer-account-create,
.customer-account-forgotpassword,
.customer-account-login {
  background: #f8f8f8 !important;
}

.price-detail-info {
  display: inline-block;
  border: 1px solid;
  border-radius: 50%;
  font-size: 13px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.ui-tooltip.ui-corner-all.ui-widget-shadow.ui-widget.ui-widget-content {
  width: 260px;
  background-color: #5c5c5c;
}

body:not(.cms-home) .dont-miss-section {
  margin-bottom: 20px;
}
body:not(.cms-home) .dont-miss-section .highlight {
  text-align: center;
}
body:not(.cms-home) .dont-miss-section .container {
  box-shadow: 0 7px 26px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 7px 26px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 7px 26px rgba(0, 0, 0, 0.05);
  padding: 25px 50px;
  overflow: hidden;
}

@media (max-width: 480px) {
  div#mb-ajaxsuite-popup {
    padding: 6px 6px 6px 12px !important;
    height: 100vh;
    margin-top: 28px;
  }
  #mb-ajaxcart-wrapper .actions {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-flow: column-reverse !important;
    flex-flow: column-reverse !important;
  }
  .checkout-cart-index main #form-validate.cart.block-panier .product-content .categorie-panel {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .right-option {
    text-align: right;
  }
  .checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .left-option label {
    padding: 0 0 0 52px;
    font-size: 1.2rem;
  }
}
.noscroll {
  overflow: hidden;
}

.noscroll:after {
  background-color: #0a0a0a;
  content: "";
  z-index: 15;
}

.button.large {
  font-size: 1.6rem !important;
  padding: 15px 20px !important;
}

body.customer-account-login.page-layout-1column main#maincontent, body.customer-account-create.page-layout-1column main#maincontent {
  background-clip: unset;
}
body.customer-account-login.page-layout-1column main#maincontent div.page-title-wrapper, body.customer-account-create.page-layout-1column main#maincontent div.page-title-wrapper {
  text-align: center;
  padding: 15px 12px;
}
body.customer-account-login.page-layout-1column main#maincontent div.column.main form.form.create.account.form-create-account, body.customer-account-create.page-layout-1column main#maincontent div.column.main form.form.create.account.form-create-account {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
  body.customer-account-login.page-layout-1column main#maincontent, body.customer-account-create.page-layout-1column main#maincontent {
    margin: 30px auto;
    padding: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  body.customer-account-login.page-layout-1column main#maincontent, body.customer-account-create.page-layout-1column main#maincontent {
    margin: 30px auto;
    padding: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  body.customer-account-login.page-layout-1column main#maincontent, body.customer-account-create.page-layout-1column main#maincontent {
    margin: 50px auto;
    padding: 50px;
  }
}

body.cms-no-route.cms-noroute-index.page-layout-2columns-right div.column.main {
  width: 100%;
}
body.cms-no-route.cms-noroute-index.page-layout-2columns-right div.column.main div.container_404 {
  text-align: center;
  margin-top: 50px;
}
body.cms-no-route.cms-noroute-index.page-layout-2columns-right div.column.main div.container_404 div.content h1 {
  text-align: center;
  padding: 20px 0;
}
body.cms-no-route.cms-noroute-index.page-layout-2columns-right div.column.main div.container_404 div.content div.redirect_buttons button a, body.cms-no-route.cms-noroute-index.page-layout-2columns-right div.column.main div.container_404 div.content div.redirect_buttons button a:visited, body.cms-no-route.cms-noroute-index.page-layout-2columns-right div.column.main div.container_404 div.content div.redirect_buttons button .alink:visited {
  color: unset;
}
body.cms-no-route.cms-noroute-index.page-layout-2columns-right div.column.main div.container_404 div.content div.redirect_buttons button a:hover {
  color: unset;
}

.checkout-payment-method .payment-method-title {
  padding: 0;
}

.preview-giftcard {
  -webkit-background-size: contain !important;
  background-size: contain !important;
}

@media (min-width: 768px), print {
  .fieldset > .field {
    box-sizing: border-box;
    margin: 0 0 16px;
  }
}
#modalBox {
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100vw; /* Full width */
  height: 100vh; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

div.browsers {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
div.browsers h3 {
  text-align: center;
  color: #383C3F;
}

div.browsers ul li {
  display: inline-block;
  margin-left: 12px;
  list-style-type: none;
}

span.modalClose {
  color: #aaaaaa;
  float: right;
  font-size: 55px;
  font-weight: bold;
  cursor: pointer;
}

span.modalClose:hover,
span.modalClose:focus {
  color: #383C3F;
  text-decoration: none;
  cursor: pointer;
}

div.browsers ul {
  padding: 5px;
  margin: 0 auto;
  width: 40%;
}

div.browsers li {
  width: 60px;
  margin-left: 4.5rem;
}

div.browsers a {
  text-decoration: none;
}

div.browsers p {
  font-size: 1.5rem;
  text-align: center;
}

div.notVisible {
  display: none;
}

.checkout_index_index .checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 0;
}
.checkout_index_index #checkout-review-table thead th {
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
}
.checkout_index_index .osc-payment-after-methods .opc-payment-additional .field .control {
  width: 40% !important;
}
.checkout_index_index .osc-payment-after-methods .opc-payment-additional .actions-toolbar {
  display: inline-block !important;
}
.checkout_index_index #co-place-order-area .checkout-agreement {
  text-align: left !important;
}
.checkout_index_index .order-summary .opc-block-summary table.data.table.table-totals {
  border-bottom: none !important;
}

.axelites_person-person-index .search-by-name-btn {
  margin-left: -68px;
  height: 45px;
  width: 67px;
  border: 0;
  -webkit-appearance: none;
  position: absolute;
  background-color: transparent;
  background-size: 100% 100%;
  padding: 8px 15px;
}

.axelites_institution-institution-index .listings.news-list .news-section .title-blk a.see-all-institutions-alpha {
  float: left !important;
}

.customer-account-forgotpassword .columns form.password.forget {
  margin-left: 28px;
}
.customer-account-forgotpassword #maincontent .page-title-wrapper {
  padding: 23px 0 0 30px;
}

#mce-error-response, .errorSub {
  background: #CF3D4A;
  color: #fff;
  padding: 4px;
}

header.site-header .page-header .header-right .top-right .minicart-wrapper .minicart-items .heading .product-item-name a {
  white-space: normal !important;
}

.h2-red-bold {
  color: #CF3D4A;
  font-weight: 600;
}

.a-bold {
  font-weight: 600;
  text-decoration: revert;
}

.owl-nav {
  position: absolute;
  width: 100%;
  top: 45% !important;
}
.owl-nav .owl-prev {
  font-size: 0 !important;
  background: transparent;
  left: 0;
  position: absolute;
  width: 50px;
  height: 131px;
}
.owl-nav .owl-prev:before {
  content: "<";
  position: absolute;
  color: #CF3D4A;
  font-size: 47px;
  font-weight: 100;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
}
.owl-nav .owl-prev:hover {
  background-color: transparent;
}
.owl-nav .owl-next {
  font-size: 0 !important;
  background: transparent;
  right: 0;
  position: absolute;
  width: 50px;
  height: 131px;
}
.owl-nav .owl-next:after {
  content: ">";
  position: absolute;
  color: #CF3D4A;
  font-size: 47px;
  font-weight: 100;
  top: 10px;
  right: 0;
  left: 0;
  text-align: center;
}
.owl-nav .owl-next:hover {
  background-color: transparent;
}

.cms-home header.site-header .page-header .header-right .top-right #top-links .search-header {
  display: none;
}

.active-filter_popup {
  overflow: hidden;
}

header.site-header {
  background-color: white;
  padding: 15px 0 0 0;
}
header.site-header .menu-icon {
  cursor: pointer;
  margin-right: 10px;
  line-height: 1;
  vertical-align: middle;
  display: none;
}
header.site-header .mobile-nav {
  transition: all 0.3s ease-out, color 0.3s ease-out;
  display: none;
  position: absolute;
  background-color: white;
  width: 100%;
  left: -100%;
  z-index: 30;
  top: 0;
  opacity: 0;
}
header.site-header .mobile-nav .top-wrap {
  padding: 20px 25px;
}
header.site-header .mobile-nav .top-wrap {
  zoom: 1;
  clear: both;
}
header.site-header .mobile-nav .top-wrap:before, header.site-header .mobile-nav .top-wrap:after {
  content: "";
  display: table;
}
header.site-header .mobile-nav .top-wrap:after {
  clear: both;
}
header.site-header .mobile-nav .top-wrap .logo {
  max-width: none;
}
header.site-header .mobile-nav .top-wrap .cart-option {
  float: right;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  header.site-header .mobile-nav .top-wrap .cart-option .cart-container:hover .cart-items {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-items.active {
    display: block;
  }
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-items {
  position: absolute;
  display: none;
  width: 475px;
  box-shadow: 0 6px 34px 0 rgba(0, 0, 0, 0.14);
  background-color: white;
  padding: 50px;
  right: -30px;
  top: 50px;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-items:before {
  content: "";
  position: absolute;
  right: 20px;
  top: -26px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 26px 15px;
  border-color: transparent transparent #ffffff;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item {
  font-size: 14px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E1E1E1;
  display: block;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item {
  zoom: 1;
  clear: both;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item:before, header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item:after {
  content: "";
  display: table;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item:after {
  clear: both;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item .img-blk {
  float: left;
  width: 76px;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item .img-blk img {
  display: block;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item .cart-info {
  position: relative;
  float: left;
  width: calc(100% - 76px);
  padding: 0 20px;
  color: #272727;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item .cart-info span {
  display: block;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item .cart-info span.item-cats {
  font-size: 12px;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item .cart-info span.item-desc {
  color: #989898;
  font-weight: 300;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item .cart-info span.price {
  font-weight: 300;
  font-size: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item .cart-info h4 {
  font-weight: 500;
  margin-bottom: 3px;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item .cart-info h4 span {
  color: black;
  font-weight: 300;
  display: inline-block;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .total {
  display: block;
  text-align: right;
  font-size: 16px;
  color: black;
  margin-bottom: 30px;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .total .total-price {
  margin-left: 20px;
  font-size: 24px;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .btn-wrap {
  display: block;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .btn-wrap button {
  width: 49%;
  float: left;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .btn-wrap button.solid {
  background-color: #CF3D4A;
  color: white;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .btn-wrap button.solid:hover {
  color: #CF3D4A;
  background-color: white;
}
header.site-header .mobile-nav .top-wrap .cart-option .cart-container .btn-wrap button + button {
  width: 49%;
  float: right;
}
@media screen and (max-width: 1024px) {
  header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-items.active {
    display: block;
    padding: 20px;
    right: -60px;
    width: 300px;
  }
  header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-items.active:before {
    right: 50px;
  }
  header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item .cart-info span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: "";
  }
  header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item .cart-info span.price {
    position: static;
    font-size: 14px;
  }
  header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item .cart-info h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: "";
  }
  header.site-header .mobile-nav .top-wrap .cart-option .cart-container .btn-wrap button {
    width: 100%;
  }
  header.site-header .mobile-nav .top-wrap .cart-option .cart-container .btn-wrap button + button {
    width: 100%;
    margin: 5px 0 0;
  }
}
header.site-header .mobile-nav .top-wrap .cart-option .search-icon {
  margin-left: 30px;
}
header.site-header .mobile-nav.active {
  opacity: 1;
  left: 0;
}
header.site-header .mobile-nav nav {
  margin: 0;
}
header.site-header .mobile-nav nav ul {
  text-align: left;
}
header.site-header .mobile-nav nav ul li {
  display: block;
  padding: 10px 25px;
  border-top: 1px solid #E1E1E1;
  margin: 0;
}
header.site-header .mobile-nav .options {
  background-color: #F4F4F4;
  text-align: center;
}
header.site-header .mobile-nav .options {
  zoom: 1;
  clear: both;
}
header.site-header .mobile-nav .options:before, header.site-header .mobile-nav .options:after {
  content: "";
  display: table;
}
header.site-header .mobile-nav .options:after {
  clear: both;
}
header.site-header .mobile-nav .options .option {
  padding: 40px 0;
  float: left;
  width: 33.3%;
  position: relative;
  border-right: 1px solid #979797;
  margin: 0;
}
header.site-header .mobile-nav .options .option select {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  color: #272727;
  width: auto;
  background-color: transparent;
  background-image: url(../images/arrow.svg);
  background-size: 11px 7px;
  background-position: right 10px;
  background-repeat: no-repeat;
  height: auto;
  margin: 0;
}
@media (max-width: 480px) {
  header.site-header {
    padding: 12px 0 0 0;
  }
}
header.site-header .page-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
header.site-header .page-header {
  zoom: 1;
  clear: both;
}
header.site-header .page-header:before, header.site-header .page-header:after {
  content: "";
  display: table;
}
header.site-header .page-header:after {
  clear: both;
}
header.site-header .page-header .contact-info {
  font-weight: 600;
}
header.site-header .page-header .contact-info a {
  text-transform: none;
  letter-spacing: normal;
  color: black;
}
header.site-header .page-header .header-right .top-right {
  display: flex;
  align-items: center;
  justify-content: end;
}
header.site-header .page-header .header-right .top-right #top-links .hidden-desktop {
  display: none;
}
header.site-header .page-header .header-right .top-right #top-links .actions {
  position: relative;
  padding-right: 15px;
  cursor: pointer;
  order: 2;
}
header.site-header .page-header .header-right .top-right #top-links .actions.active ul.links {
  display: block;
}
header.site-header .page-header .header-right .top-right #top-links .actions.active .top-links-trigger:after {
  transform: rotate(180deg);
  right: -26px;
}
header.site-header .page-header .header-right .top-right #top-links .actions strong {
  font-weight: 400;
}
header.site-header .page-header .header-right .top-right #top-links .actions strong.switcher-label {
  font-weight: 600;
}
header.site-header .page-header .header-right .top-right #top-links .actions .top-links-trigger {
  position: relative;
}
header.site-header .page-header .header-right .top-right #top-links .actions .top-links-trigger:after {
  content: "\e622";
  width: 15px;
  height: 20px;
  font-size: 22px;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
  position: absolute;
  top: 0;
  right: -18px;
  font-family: "icons-blank-theme";
}
header.site-header .page-header .header-right .top-right #top-links .actions .top-links-trigger.active span {
  background: #CF3D4A;
  color: white;
  border-radius: 50%;
  padding: 5px;
  width: 27px;
  height: 27px;
  line-height: normal;
}
header.site-header .page-header .header-right .top-right #top-links .actions ul.links {
  margin: 4px 0 0 0;
  padding: 0;
  list-style: none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  max-height: 1000px;
}
header.site-header .page-header .header-right .top-right #top-links .actions ul.links li {
  margin: 0;
  padding: 0;
  font-size: 12px;
  list-style: none none;
}
header.site-header .page-header .header-right .top-right #top-links .actions ul.links li.welcome {
  display: none;
}
header.site-header .page-header .header-right .top-right #top-links .actions ul.links li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
header.site-header .page-header .header-right .top-right #top-links .actions ul.links li a {
  display: block;
  padding: 8px;
  color: #4D4B39;
  font-weight: 300;
}
header.site-header .page-header .header-right .top-right #top-links .actions ul.links li a:hover {
  text-decoration: none;
}
header.site-header .page-header .header-right .top-right ul.currency {
  padding-right: 20px;
}
header.site-header .page-header .header-right .top-right ul.accdetials {
  padding-right: 30px;
}
header.site-header .page-header .header-right .top-right ul:hover li {
  display: block;
}
header.site-header .page-header .header-right .top-right ul li.active {
  display: block;
}
header.site-header .page-header .header-right .top-right ul li a {
  color: #4D4B39;
  display: block;
  font-weight: 300;
}
header.site-header .page-header .header-right .top-right ul > ul li:first-child {
  display: block;
  padding: 0 10px;
}
header.site-header .page-header .header-right .top-right .minicart-wrapper {
  order: 4;
  position: relative;
}
header.site-header .page-header .header-right .top-right .minicart-wrapper .action.showcart .counter.qty {
  height: 18px;
  line-height: normal;
  border-radius: 50%;
  text-align: center;
}
header.site-header .page-header .header-right .top-right .minicart-wrapper .action.showcart:before {
  content: "";
  background: url(../images/cart.png) no-repeat center;
  width: 20px;
  height: 22px;
  background-size: 20px;
}
header.site-header .page-header .header-right .top-right .minicart-wrapper .action.close {
  color: inherit;
}
header.site-header .page-header .header-right .top-right .minicart-wrapper .minicart-items .heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
header.site-header .page-header .header-right .top-right .minicart-wrapper .minicart-items .heading .product-item-name a {
  color: #CF3D4A;
  font-size: 1.5rem;
}
header.site-header .page-header .header-right .top-right .minicart-wrapper .minicart-items .heading .product-item-name small.hotel,
header.site-header .page-header .header-right .top-right .minicart-wrapper .minicart-items .heading .product-item-name small.date {
  font-size: 1rem;
  color: #272727;
}
header.site-header .page-header .header-right .top-right .minicart-wrapper .minicart-items .heading .product-item-name small.hotel:hover,
header.site-header .page-header .header-right .top-right .minicart-wrapper .minicart-items .heading .product-item-name small.date:hover {
  text-decoration: none;
}
header.site-header .page-header .header-right .top-right .minicart-wrapper .minicart-items .product-options dt {
  margin-bottom: 0;
}
header.site-header .page-header .header-right .top-right .minicart-wrapper .minicart-items .product-item-pricing .label {
  width: auto;
}
header.site-header .page-header .header-right .top-right .cart-container {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  header.site-header .page-header .header-right .top-right .cart-container:hover .cart-items {
    display: block;
  }
}
header.site-header .page-header .header-right .top-right .cart-container .cart-items {
  position: absolute;
  display: none;
  width: 475px;
  box-shadow: 0 6px 34px 0 rgba(0, 0, 0, 0.14);
  background-color: white;
  padding: 50px;
  right: -30px;
  top: 50px;
}
header.site-header .page-header .header-right .top-right .cart-container .cart-items:before {
  content: "";
  position: absolute;
  right: 20px;
  top: -26px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 26px 15px;
  border-color: transparent transparent #ffffff;
}
header.site-header .page-header .header-right .top-right .cart-container .cart-item {
  font-size: 14px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E1E1E1;
  display: block;
}
header.site-header .page-header .header-right .top-right .cart-container .cart-item {
  zoom: 1;
  clear: both;
}
header.site-header .page-header .header-right .top-right .cart-container .cart-item:before, header.site-header .page-header .header-right .top-right .cart-container .cart-item:after {
  content: "";
  display: table;
}
header.site-header .page-header .header-right .top-right .cart-container .cart-item:after {
  clear: both;
}
header.site-header .page-header .header-right .top-right .cart-container .cart-item .img-blk {
  float: left;
  width: 76px;
}
header.site-header .page-header .header-right .top-right .cart-container .cart-item .img-blk img {
  display: block;
}
header.site-header .page-header .header-right .top-right .cart-container .cart-item .cart-info {
  position: relative;
  float: left;
  width: calc(100% - 76px);
  padding: 0 20px;
  color: #272727;
}
header.site-header .page-header .header-right .top-right .cart-container .cart-item .cart-info span {
  display: block;
}
header.site-header .page-header .header-right .top-right .cart-container .cart-item .cart-info span.item-cats {
  font-size: 12px;
}
header.site-header .page-header .header-right .top-right .cart-container .cart-item .cart-info span.item-desc {
  color: #989898;
  font-weight: 300;
}
header.site-header .page-header .header-right .top-right .cart-container .cart-item .cart-info span.price {
  font-weight: 300;
  font-size: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
}
header.site-header .page-header .header-right .top-right .cart-container .cart-item .cart-info h4 {
  font-weight: 500;
  margin-bottom: 3px;
}
header.site-header .page-header .header-right .top-right .cart-container .cart-item .cart-info h4 span {
  color: black;
  font-weight: 300;
  display: inline-block;
}
header.site-header .page-header .header-right .top-right .cart-container .total {
  display: block;
  text-align: right;
  font-size: 16px;
  color: black;
  margin-bottom: 30px;
}
header.site-header .page-header .header-right .top-right .cart-container .total .total-price {
  margin-left: 20px;
  font-size: 24px;
}
header.site-header .page-header .header-right .top-right .cart-container .btn-wrap {
  display: block;
}
header.site-header .page-header .header-right .top-right .cart-container .btn-wrap button {
  width: 49%;
  float: left;
}
header.site-header .page-header .header-right .top-right .cart-container .btn-wrap button.solid {
  background-color: #CF3D4A;
  color: white;
}
header.site-header .page-header .header-right .top-right .cart-container .btn-wrap button.solid:hover {
  color: #CF3D4A;
  background-color: white;
}
header.site-header .page-header .header-right .top-right .cart-container .btn-wrap button + button {
  width: 49%;
  float: right;
}
@media screen and (max-width: 1024px) {
  header.site-header .page-header .header-right .top-right .cart-container .cart-items.active {
    display: block;
    padding: 20px;
    right: -60px;
    width: 300px;
  }
  header.site-header .page-header .header-right .top-right .cart-container .cart-items.active:before {
    right: 50px;
  }
  header.site-header .page-header .header-right .top-right .cart-container .cart-item .cart-info span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: "";
  }
  header.site-header .page-header .header-right .top-right .cart-container .cart-item .cart-info span.price {
    position: static;
    font-size: 14px;
  }
  header.site-header .page-header .header-right .top-right .cart-container .cart-item .cart-info h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: "";
  }
  header.site-header .page-header .header-right .top-right .cart-container .btn-wrap button {
    width: 100%;
  }
  header.site-header .page-header .header-right .top-right .cart-container .btn-wrap button + button {
    width: 100%;
    margin: 5px 0 0;
  }
}
header.site-header .page-header .header-right .top-right .switcher .switcher-label {
  display: none;
}
header.site-header .page-header .header-right .top-right .switcher .options {
  display: inline-block;
  position: relative;
}
header.site-header .page-header .header-right .top-right .switcher .options .dropdown {
  max-height: none;
}
header.site-header .logo {
  text-align: center;
  margin: 0 auto;
  float: none;
}
header.site-header .logo a {
  display: inline-block;
}
@media (max-width: 480px) {
  header.site-header .menu-item {
    background-size: 11px 7px;
    background-position: 93% 30px;
    background-repeat: no-repeat;
    position: relative;
    padding-right: 0;
    background-image: none !important;
  }
  header.site-header .menu-item .nav-click {
    top: 5px;
    right: 10px;
    width: 100%;
  }
  header.site-header .menu-item .nav-arrow {
    float: right;
  }
}
header nav {
  margin-top: 20px;
}
header nav > ul {
  font-size: 0;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 9;
}
header nav > ul > li {
  display: inline-block;
  margin: 0;
  padding: 20px 10px;
}
header nav > ul > li:first-child {
  padding: 0;
}
header nav > ul > li:first-child:hover a {
  background-color: transparent;
}
header nav > ul > li:first-child a {
  padding: 0;
}
header nav > ul > li:first-child a img {
  max-width: 22px;
}
header nav > ul > li a {
  display: inline-block;
  color: #2C2C2C;
  font-size: 14px;
  text-transform: uppercase;
  padding: 3px 10px;
  font-weight: 500;
}
header nav > ul > li a:visited {
  color: #2C2C2C;
}
header nav > ul > li a:hover {
  color: #CF3D4A;
}
@media (min-width: 961px) {
  header nav > ul > li a span.gift-menu {
    padding: 0 0 0 30px;
    background: url(../images/icons/cdx-icons.svg) no-repeat 0 -2px !important;
  }
}
header nav > ul > li.li-trip a.a-trip {
  background-color: #CF3D4A;
  color: white;
  border-radius: 4px;
}
header nav > ul > li.li-trip a.a-trip:hover {
  background-color: black !important;
}
header nav > ul > li .mega-menu {
  border-radius: 0 0 10px 10px;
  display: none;
  padding: 20px 0;
  min-height: 100px;
  background-color: #fff;
  border-top: 3px solid black;
  left: 0;
  margin-top: 0;
  z-index: 10;
  width: 100%;
  position: absolute;
  cursor: default;
  font-weight: normal;
  font-size: 13px;
  text-align: left;
  color: #000;
  box-sizing: border-box;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
header nav > ul > li .mega-menu .container {
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
}
header nav > ul > li .mega-menu .container .links .column {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
header nav > ul > li .mega-menu .container .links .column ul {
  padding: 0;
}
header nav > ul > li .mega-menu .container .pub {
  text-align: center;
}
header nav > ul > li .mega-menu .container .pub a {
  background-color: #fff;
  border: 1px solid #CF3D4A;
  background-image: none;
  border-radius: 5px !important;
  color: #CF3D4A;
  padding: 3px 10px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}
header nav > ul > li .mega-menu .container .pub a strong {
  display: block;
}
header nav > ul > li .mega-menu .container .pub a:hover {
  background-color: #CF3D4A;
  color: #fff;
}
header nav > ul > li .mega-menu ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
header nav > ul > li .mega-menu ul li {
  min-width: 50%;
  padding: 0 0 0 25px !important;
  position: relative;
}
header nav > ul > li .mega-menu ul li.ballets:after {
  background: #F1626E;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: 0;
  z-index: 99;
  top: 4px;
  background-repeat: no-repeat;
  content: "";
}
header nav > ul > li .mega-menu ul li a {
  font-weight: 300;
  color: #272727;
  text-transform: none;
  position: relative;
  line-height: normal;
  font-size: 13px;
  padding: 0;
  text-decoration: none;
  white-space: initial;
}
header nav > ul > li .mega-menu ul li a:hover:after {
  width: 100%;
}
header nav > ul > li .mega-menu ul li a:after {
  content: "";
  position: absolute;
  right: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: 0.3s width ease;
}
header nav > ul > li .mega-menu ul li:last-child {
  padding: 0 !important;
}
header nav > ul > li .mega-menu .link {
  color: #CF3D4A;
  transition: 0.3s all ease;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 0 20px 0 0;
  background-image: url(../images/red_big_arrow.png);
  background-size: 5.5px 10.5px;
  background-repeat: no-repeat;
  background-position: 97% 5px;
}
header nav > ul > li .mega-menu .link:hover {
  text-decoration: none;
}
header nav > ul > li:hover .small-menu {
  display: block;
}
header nav > ul > li:hover > a {
  color: #FFF;
  text-decoration: none;
  background-color: black;
}
header nav > ul > li:hover > a:visited {
  color: #FFF;
}
header nav > ul > li:hover .mega-menu {
  display: block;
  width: 385px;
  margin-left: 208px;
}
header nav > ul > li.dropdown {
  padding-right: 20px;
  background-image: url(../images/arrow.svg);
  background-size: 11px 7px;
  background-position: 93% 30px;
  background-repeat: no-repeat;
  position: relative;
}
header nav > ul > li.dropdown ul li {
  line-height: normal;
  list-style: none;
  position: relative;
  max-height: 30px;
}
header nav > ul > li.dropdown ul li a {
  font-weight: 300;
  color: #272727;
  text-transform: none;
  position: relative;
  font-size: 13px;
  padding: 0;
}
header nav > ul > li.dropdown ul li a:hover {
  text-decoration: none;
}
header nav > ul > li.dropdown ul li a:after {
  content: "";
  position: absolute;
  right: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: 0.3s width ease;
}
header nav > ul > li.dropdown ul li a:hover:after {
  width: 100%;
}
header nav > ul > li.dropdown ul li:after {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: 0;
  z-index: 99;
  top: 4px;
  background-repeat: no-repeat;
  content: "";
}
header nav > ul > li.dropdown ul li.opera:after {
  background: #CF3D4A;
}
header nav > ul > li.dropdown ul li.concerts:after {
  background: #EE3444;
}
header nav > ul > li.dropdown ul li.ballets:after {
  background: #F1626E;
}
header nav > ul > li.dropdown ul li.tempsforts:after {
  background: #A487BC;
}
header nav > ul > li.dropdown ul li.decouverte:after {
  background: #cc579b;
}
header nav > ul > li.dropdown ul li.leclub, header nav > ul > li.dropdown ul li.lelivre, header nav > ul > li.dropdown ul li.lelivredecoute, header nav > ul > li.dropdown ul li.lecheqCadeau {
  padding: 5px 0 5px 45px;
}
header nav > ul > li.dropdown ul li.leclub:after {
  content: "";
  background-image: url(../images/club.png);
  border-radius: 0;
  width: 25px;
  height: 30px;
  left: -10px;
  top: -5px;
}
header nav > ul > li.dropdown ul li.lelivre {
  padding: 5px 0 5px 29px;
}
header nav > ul > li.dropdown ul li.lelivre:after {
  content: "";
  background-image: url(../images/book.png);
  border-radius: 0;
  width: 20px;
  height: 25px;
  left: 0;
  top: -3px;
}
header nav > ul > li.dropdown ul li.lelivredecoute:after {
  content: "";
  background-image: url(../images/icons/listening.png);
  border-radius: 0;
  width: 35px;
  height: 24px;
  left: -12px;
  top: 0;
}
header nav > ul > li.dropdown ul li.lecheqCadeau:after {
  content: "";
  background-image: url(../images/icons/cadeau.png);
  background-size: cover;
  border-radius: 0;
  width: 28px;
  height: 19px;
  left: -10px;
  top: 0;
}
header nav > ul > li.categories:hover > a {
  background: #ffffff;
  color: #A5303B !important;
}
header nav > ul > li.categories ul li {
  padding: 0 0 0 25px !important;
  text-align: left;
  margin-bottom: 15px !important;
}
header nav > ul > li.categories ul li:last-child {
  margin-bottom: 0;
}
header nav > ul > li .small-menu {
  border-radius: 0 0 10px 10px;
  display: none;
  padding: 20px 0;
  min-height: 100px;
  background-color: #fff;
  border-top: 3px solid #a5303b;
  margin-top: 0;
  left: 0;
  z-index: 10;
  width: fit-content;
  position: absolute;
  cursor: default;
  font-weight: normal;
  font-size: 13px;
  text-align: left;
  color: #000;
  box-sizing: border-box;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
header nav > ul > li .small-menu ul {
  padding: 0 25px;
}
@media (max-width: 1220px) {
  header.site-header .container {
    max-width: 100%;
    padding: 0 25px;
  }
}
@media screen and (max-width: 1080px) {
  header nav ul li a {
    font-size: 12px;
  }
}

.header-content.artwork {
  float: left;
  padding-left: 25px;
}

a.tp-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  max-width: 688px;
  text-align: center;
  margin: 0 auto;
  color: #000;
  font-size: 24px;
  font-weight: 600;
}
a.tp-banner span.tp-count {
  font-size: 19px;
  letter-spacing: 3px;
}
a.tp-banner:hover {
  text-decoration: none;
}
a.tp-banner.show-desktop {
  display: flex;
}
@media (max-width: 960px) {
  a.tp-banner.show-desktop {
    display: none;
  }
}
a.tp-banner.show-mobile {
  display: none;
}
@media (max-width: 960px) {
  a.tp-banner.show-mobile {
    display: block;
  }
}

.search-form + .breadcrumbs .items {
  border-top: 0;
}

.breadcrumbs .items {
  padding: 11px 0;
  margin: 0 20px;
}

.cms-privacy-policy-cookie-restriction-mode #notice-cookie-block {
  display: none !important;
}

.no-border {
  border: 0 !important;
}

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

.ajaxcart-other .next {
  padding: 30px 0 30px 10px !important;
}
.ajaxcart-other .previous {
  padding-right: 10px !important;
}
.ajaxcart-other .next .col-1-2, .ajaxcart-other .previous .col-1-2 {
  position: relative;
}
.ajaxcart-other .next .tag-type, .ajaxcart-other .previous .tag-type {
  position: absolute;
  top: -10px;
  right: -10px;
  height: 30px;
  width: 30px;
  font-size: 0.7rem;
  line-height: 30px;
}
.ajaxcart-other .col-2 p.location {
  color: #272727;
  font-size: 1.1rem;
  font-weight: 600;
}
.ajaxcart-other .col-2 p a {
  color: #CF3D4A;
  font-size: 1.4rem;
  border: 2px solid;
  padding: 5px 10px;
  margin-top: 10px;
  display: block;
  text-align: center;
}

.rgpd-link {
  white-space: initial;
}

.fancybox-slide #modal-form-newsletter {
  width: 500px;
  border-radius: 10px;
}
.fancybox-slide #modal-form-newsletter h4 {
  font-weight: 500;
  margin: 15px 0 30px 0;
}
.fancybox-slide #modal-form-newsletter p.h4 {
  font-weight: 600 !important;
  font-size: 16px !important;
  letter-spacing: 0 !important;
}
.fancybox-slide #modal-form-newsletter div#mc_embed_signup_scroll p {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  letter-spacing: 0 !important;
}
.fancybox-slide #modal-form-newsletter .field {
  margin-bottom: 20px;
}
.fancybox-slide #modal-form-newsletter .field.lastname, .fancybox-slide #modal-form-newsletter .field.firstname {
  float: left;
  width: 49%;
}
.fancybox-slide #modal-form-newsletter .field .lastname {
  margin-right: 1%;
}
.fancybox-slide #modal-form-newsletter .field .firstname {
  margin-left: 1%;
}
.fancybox-slide #modal-form-newsletter .field.submit input#mc-embedded-subscribe {
  font-weight: 600;
  margin-right: 11px;
  letter-spacing: 0;
  border-radius: 8px;
  font-size: 14px;
}

a.less {
  display: none;
}

.ui-datepicker-other-month {
  opacity: 0.4;
}

.ui-tooltip {
  background: rgba(0, 0, 0, 0.85);
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
}

.owl-nav {
  position: absolute;
  width: 100%;
  top: 0;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  width: 50px;
  position: absolute;
  top: 0;
  height: 131px;
  margin: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
}
.owl-nav .owl-prev span, .owl-nav .owl-next span {
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  width: 100%;
}
.owl-nav [class*=owl-] {
  margin: 0;
  border-radius: 0;
  top: -1px;
}
.owl-nav [class*=owl-]:hover {
  background: transparent;
}
.owl-nav .owl-prev {
  left: -2px;
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1);
  /* span { */
  /* background-position: center left; */
  /* background-image: url(../images/back.svg); */
  /* } */
}
.owl-nav .owl-next {
  right: -2px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=1);
  /* span { */
  /* background-position: center right; */
  /* background-image: url(../images/next.svg); */
  /* } */
}

.ui-autocomplete {
  background: #ffffff;
  padding: 0;
  z-index: 9999999;
  position: relative;
  border-top: 3px solid #000000;
  width: 20%;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.ui-autocomplete li {
  padding: 10px 15px;
  list-style: none;
  margin: 0;
  cursor: pointer;
}
.ui-autocomplete li:hover, .ui-autocomplete li.autocomplete-hover {
  background: #CF3D4A;
  color: #ffffff;
}

.search-form .close-search {
  display: none;
}

.cms-page-view h1, .cms-page-view h2, .cms-page-view h3, .cms-page-view h4, .cms-page-view h5, .cms-page-view h6 {
  color: #000;
  text-transform: uppercase;
}

.tag {
  background-size: cover;
  background-repeat: no-repeat;
  color: white !important;
  font-size: 1.1rem !important;
  padding: 1px 5px 1px 5px;
  display: inline-block;
  font-weight: 500;
  margin-top: 5px;
  position: relative;
  margin-left: 10px;
  line-height: 19px;
  white-space: nowrap;
}
.tag:before {
  content: "";
  background: transparent;
  width: 0;
  height: auto;
  position: absolute;
  right: 100%;
  border: 11px solid transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  margin-top: -1px;
}
.tag:after {
  content: "";
  display: block;
  height: 4px;
  width: 4px;
  background: #FFF;
  border-radius: 5px;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -2px;
}
.tag-promo {
  background-color: #F5A623;
}
.tag-promo::before {
  border-right-color: #F5A623;
}
.tag-preorder {
  background-color: #5B0D16;
}
.tag-preorder::before {
  border-right-color: #5B0D16;
}
.tag-full {
  background-color: #000000;
}
.tag-full::before {
  border-right-color: #000000;
}
.tag-cancel {
  background-color: #808080;
}
.tag-cancel::before {
  border-right-color: #808080;
}
.tag-package {
  background-color: #FBCA79;
  cursor: pointer;
}
.tag-package::before {
  border-right-color: #FBCA79;
}
.tag-premium {
  background-color: #bdbd89;
  color: rgba(39, 39, 39, 0.5) !important;
}
.tag-premium::before {
  border-right-color: #bdbd89;
}

/* Deepest support possible
@font-face {
  font-family: 'MyWebFont';
  src: url('webfont.eot');                                    // IE9 Compat Modes
  src: url('webfont.eot?#iefix') format('embedded-opentype'), // IE6-IE8
       url('webfont.woff2') format('woff2'),                  // Super Modern Browsers
       url('webfont.woff') format('woff'),                    // Pretty Modern Browsers
       url('webfont.ttf') format('truetype'),                 // Safari, Android, iOS
       url('webfont.svg#svgFontName') format('svg');          // Legacy iOS
}*/
/* Practical level of support
// Chrome 3.5+ - Safari 3+ - Firefox 3.5+ - Opera 10.1+ - IE 9+ - Android 2.2+ - iOS 4.3+     
@font-face {
  font-family: 'MyWebFont';
  src: url('myfont.woff2') format('woff2'),
       url('myfont.woff') format('woff'),
       url('myfont.ttf') format('truetype');
}*/
.listings.title h1, h1, .h1 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 36px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 10px 0 20px;
}

h2, .h2 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-style: normal;
  line-height: 40px;
  letter-spacing: 1px;
  color: #272727;
  text-align: left;
  padding: 0;
  margin: 0 0 20px;
}

h3, .h3 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: theme-letter-spacing-small;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 15px;
}

h4, .h4 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 10px;
}

h5, .h5 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 10px;
}

body, p, p.type1, p.type2, p.type3 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 170%;
  letter-spacing: 0.5px;
  color: #272727;
  text-align: left;
}

p, p.type1 {
  margin: 0 0 2rem 0;
}

p.type2 {
  font-size: 1.4rem;
}

p.type3 {
  font-size: 1rem;
}

button.line, .button.line, button.plain, .button.plain {
  padding: 20px 30px;
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 1.5px;
  color: #CF3D4A;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #CF3D4A;
  border-radius: 0px;
  background-color: transparent;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

button.line:hover, .button.line:hover, button.plain:hover, .button.plain:hover {
  color: white !important;
  background-color: #CF3D4A;
}

.search-form-mobile button, .search-form .button-wrap input, .search-form .button-wrap button {
  letter-spacing: 1.5px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #CF3D4A;
  border-radius: 0px;
  background-color: #CF3D4A;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.search-form-mobile button:hover, .search-form .button-wrap input:hover, .search-form .button-wrap button:hover {
  color: #CF3D4A !important;
  background-color: transparent;
}

button.plain, .button.plain {
  color: white;
  border: 2px solid #CF3D4A;
  background-color: #CF3D4A;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

button.plain:hover, .button.plain:hover {
  color: #CF3D4A !important;
  border: 2px solid #CF3D4A;
  background-color: transparent;
}

a.link-size-small, a.link-size-medium, a.link-size-large {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 10px;
  color: #CF3D4A;
  letter-spacing: 2px;
  text-transform: uppercase;
}

a.link-size-medium {
  font-size: 12px;
}

a.link-size-large {
  font-size: 14px;
}

.cartblk .bottom-section .btm-blk .detail .info .link, .artist-info .artist-listings .list .list-info a, .top-destinations-section .top-destinations-carousel .item .content-section .link, .listings-section .col-left .blk-img .btm-blk .link, section.news .news-wrap ul li .news-blk .link-wrap .link, .ax-section.customblks .bloc-link .link {
  padding-right: 20px;
  background-image: url(../images/red_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right center;
}

.ax-section.section-melomane .custom-two-blks .blk-img .right-blk .link {
  padding-right: 20px;
  background-image: url(../images/yellow_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right center;
  color: #aa9767;
}

.widget-block .receiveprizes a.yellowlink {
  padding-right: 40px;
  background-image: url(../images/white_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  color: white;
}

.widget-block .receiveprizes a.yellowlink:hover {
  background-image: url(../images/red_big_arrow.png);
}

.search-form .button-wrap input:after, .search-form .button-wrap button:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 22px;
  margin-left: 10px;
  background-image: url(../images/white_big_arrow.png);
  background-position: left top;
  background-repeat: no-repeat;
  vertical-align: middle;
  color: white;
}

.search-form .button-wrap input:hover:after, .search-form .button-wrap button:hover:after {
  background-image: url(../images/red_big_arrow.png);
}

.listings-section .col-left .blk-img, .ax-section.section-melomane .custom-two-blks .blk-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.listings-section .col-left .blk-img {
  background-position: center right;
}

@media (max-width: 480px) {
  .top-list-section .top-list-carousel {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: baselane;
    -moz-align-items: baselane;
    -ms-align-items: baselane;
    align-items: baselane;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .top-list-section .top-list-carousel .item {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.footer.content {
  max-width: 100% !important;
  padding: 0 !important;
}

footer {
  padding: 0 !important;
}
footer.site-footer {
  padding: 0;
}
footer.site-footer .footer-about-us {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}
footer.site-footer .footer-about-us .ticket-info-block {
  flex: 1;
  padding: 0 40px;
  display: flex;
  align-items: flex-start;
}
footer.site-footer .footer-about-us .ticket-info-block .icon {
  width: 90px;
  padding-right: 10px;
}
footer.site-footer .footer-about-us .ticket-info-block .info-block {
  color: #000;
}
footer.site-footer .footer-about-us .ticket-info-block .info-block h4 {
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin: 0 0 10px;
}
footer.site-footer .section-bloc-footer {
  background-color: #AA9767;
  padding: 40px 0;
}
footer.site-footer .section-bloc-footer .ax-section-bloc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer.site-footer .section-bloc-footer .ax-section-bloc h3 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
footer.site-footer .section-bloc-footer .ax-section-bloc h3 span {
  color: #cf3d4a;
}
footer.site-footer .section-bloc-footer .ax-section-bloc .newsletter-bloc {
  width: 70%;
  padding-right: 50px;
}
footer.site-footer .section-bloc-footer .ax-section-bloc .newsletter-bloc .newsletter-reminder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer.site-footer .section-bloc-footer .ax-section-bloc .newsletter-bloc .newsletter-reminder .bloc-left p {
  color: #000;
  font-size: 26px;
  margin: 0;
}
footer.site-footer .section-bloc-footer .ax-section-bloc .newsletter-bloc .newsletter-reminder .bloc-left p span {
  color: #5B0D16;
  font-weight: 600;
}
footer.site-footer .section-bloc-footer .ax-section-bloc .newsletter-bloc .newsletter-reminder a.fancybox.button {
  font-size: 18px;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 7px;
}
footer.site-footer .section-bloc-footer .ax-section-bloc .social-bloc {
  width: 30%;
  padding-left: 50px;
  text-align: center;
  background: url("../images/home/line.jpg") center left no-repeat;
}
footer.site-footer .section-bloc-footer .ax-section-bloc .social-bloc .link-social {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer.site-footer .section-bloc-footer .ax-section-bloc .social-bloc .link-social a {
  margin: 0 5px;
}
footer.site-footer .section-bloc-footer .ax-section-bloc .social-bloc .icn-desktop {
  display: block;
}
footer.site-footer .section-bloc-footer .ax-section-bloc .social-bloc .icn-mobile {
  display: none;
}
footer.site-footer .partner-section {
  padding: 40px 0;
  text-align: center;
  background-color: #F4F4F4;
}
footer.site-footer .partner-section h3 {
  text-align: center;
  color: #cf3d4a;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
footer.site-footer .partner-section p {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
footer.site-footer .partner-section .partner-logo-wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
footer.site-footer .partner-section .partner-logo-wrap ul li {
  list-style: none;
  padding: 0 40px;
  margin: 0;
}
footer.site-footer .partner-section .partner-logo-wrap ul li a {
  display: block;
  max-height: 90px;
}
footer.site-footer .footer-linksec {
  padding: 20px 0 10px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
}
footer.site-footer .footer-linksec .fblock {
  width: 25%;
}
footer.site-footer .footer-linksec .fblock.footer-menu h5 {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
footer.site-footer .footer-linksec .fblock.footer-menu ul {
  padding: 0;
  margin-top: 2rem;
}
footer.site-footer .footer-linksec .fblock.footer-menu ul li {
  list-style: none;
  text-align: left;
}
footer.site-footer .footer-linksec .fblock.footer-menu ul li a {
  line-height: 30px;
  color: #000;
}
footer.site-footer .footer-linksec .fblock.footer-payment {
  text-align: center;
}
footer.site-footer .footer-linksec .fblock.footer-payment .secure-payment {
  border-top: 4px solid black;
  background-color: white;
  position: relative;
  padding: 10px 10px 0;
  font-weight: 600;
  width: 100%;
  display: block;
}
footer.site-footer .footer-linksec .fblock.footer-payment .plogs {
  max-width: 217px;
  margin: 0 auto;
}
footer.site-footer .footer-linksec .fblock.footer-payment .plogs ul {
  font-size: 0;
  padding: 0;
  text-align: left;
}
footer.site-footer .footer-linksec .fblock.footer-payment .plogs ul li {
  text-align: left;
  list-style: none;
  display: inline-block;
  width: 70px;
  max-height: 40px;
  margin-bottom: 0;
}
footer.site-footer a.tp-banner.show-desktop {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
footer.site-footer a.tp-banner.show-desktop .tp-rating {
  font-size: 16px;
  font-weight: 600;
}
footer.site-footer a.tp-banner.show-desktop .tp-count {
  font-size: 14px;
  margin: 0 10px;
}
footer.site-footer a.tp-banner.show-desktop .logo-trustpilot {
  height: 30px;
  width: auto;
}
footer.site-footer a.tp-banner.logo-trustpilot-footer {
  margin-bottom: 20px;
  flex-direction: column;
  max-width: 312px;
  text-transform: uppercase;
}
footer.site-footer a.tp-banner.logo-trustpilot-footer span.tp-count {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  margin-left: 5px;
}
footer.site-footer .footer-info {
  background-color: #000;
  padding: 20px 0;
}
footer.site-footer .footer-info .site-info {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 14px;
}
footer.site-footer .footer-info .site-info p {
  margin: 0 5px 0 0;
  font-size: 14px;
  color: #fff;
}
footer.site-footer .footer-info .site-info p:hover {
  color: #ea5462;
}
footer a.tp-banner {
  margin-bottom: 20px;
  flex-direction: column;
  max-width: 312px;
  text-transform: uppercase;
}
footer a.tp-banner span.content-trustpilot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer a.tp-banner span.content-trustpilot span.tp-count {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  margin-left: 5px;
}
footer a.tp-banner span.content-trustpilot span.tp-count strong {
  font-size: 23px;
}
footer a.tp-banner span.content-trustpilot img {
  height: 28px;
  width: auto;
}
footer a.tp-banner span.powered {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #8a8686;
  font-weight: 500;
  margin-top: 8px;
}
footer a.tp-banner span.powered span {
  margin-right: 5px;
}
footer a.tp-banner span.powered img {
  height: 20px;
}

.message.global.cookie {
  background: #ffffff;
  border-color: transparent;
  bottom: auto;
  top: 30%;
  left: 50%;
  width: 50%;
  margin-left: -25%;
  -webkit-box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.3);
}
.message.global.cookie a.allow {
  position: absolute;
  color: #000;
  top: 20px;
  right: 20px;
  font-size: 2rem;
}
.message.global.cookie a.allow:hover {
  text-decoration: none;
}
.message.global.cookie .content {
  padding: 20px;
}
.message.global.cookie .content .title {
  font-size: 2.5rem;
  margin-bottom: 15px;
}
.message.global.cookie .content p {
  font-size: 1.3rem;
}
.message.global.cookie .actions a {
  color: #CF3D4A;
  text-decoration: underline;
  font-size: 1.4rem;
}
.message.global.cookie .actions .allow {
  background: #CF3D4A;
  border: 2px solid #CF3D4A;
  padding: 17px 15px 16px;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  margin-left: 20px;
}
.message.global.cookie .actions .allow:hover {
  color: #CF3D4A;
  border: 2px solid #CF3D4A;
  background-color: transparent;
}

.h5-style {
  font-size: 1.25em; /* Exemple de style, ajustez selon vos besoins */
  font-weight: bold; /* Exemple de style */
  margin-top: 1em; /* Exemple de style */
  margin-bottom: 0.5em; /* Exemple de style */
  /* Ajoutez ici tous les autres styles CSS de vos <h5> */
}

/* Deepest support possible
@font-face {
  font-family: 'MyWebFont';
  src: url('webfont.eot');                                    // IE9 Compat Modes
  src: url('webfont.eot?#iefix') format('embedded-opentype'), // IE6-IE8
       url('webfont.woff2') format('woff2'),                  // Super Modern Browsers
       url('webfont.woff') format('woff'),                    // Pretty Modern Browsers
       url('webfont.ttf') format('truetype'),                 // Safari, Android, iOS
       url('webfont.svg#svgFontName') format('svg');          // Legacy iOS
}*/
/* Practical level of support
// Chrome 3.5+ - Safari 3+ - Firefox 3.5+ - Opera 10.1+ - IE 9+ - Android 2.2+ - iOS 4.3+     
@font-face {
  font-family: 'MyWebFont';
  src: url('myfont.woff2') format('woff2'),
       url('myfont.woff') format('woff'),
       url('myfont.ttf') format('truetype');
}*/
.listings.title h1, h1, .h1 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 36px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 10px 0 20px;
}

h2, .h2 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-style: normal;
  line-height: 40px;
  letter-spacing: 1px;
  color: #272727;
  text-align: left;
  padding: 0;
  margin: 0 0 20px;
}

h3, .h3 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: theme-letter-spacing-small;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 15px;
}

h4, .h4 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 10px;
}

h5, .h5 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 10px;
}

body, p, p.type1, p.type2, p.type3 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 170%;
  letter-spacing: 0.5px;
  color: #272727;
  text-align: left;
}

p, p.type1 {
  margin: 0 0 2rem 0;
}

p.type2 {
  font-size: 1.4rem;
}

p.type3 {
  font-size: 1rem;
}

button.line, .button.line, button.plain, .button.plain {
  padding: 20px 30px;
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 1.5px;
  color: #CF3D4A;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #CF3D4A;
  border-radius: 0px;
  background-color: transparent;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

button.line:hover, .button.line:hover, button.plain:hover, .button.plain:hover {
  color: white !important;
  background-color: #CF3D4A;
}

.search-form .button-wrap input, .search-form .button-wrap button, .search-form-mobile button {
  letter-spacing: 1.5px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #CF3D4A;
  border-radius: 0px;
  background-color: #CF3D4A;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.search-form .button-wrap input:hover, .search-form .button-wrap button:hover, .search-form-mobile button:hover {
  color: #CF3D4A !important;
  background-color: transparent;
}

button.plain, .button.plain {
  color: white;
  border: 2px solid #CF3D4A;
  background-color: #CF3D4A;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

button.plain:hover, .button.plain:hover {
  color: #CF3D4A !important;
  border: 2px solid #CF3D4A;
  background-color: transparent;
}

a.link-size-small, a.link-size-medium, a.link-size-large {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 10px;
  color: #CF3D4A;
  letter-spacing: 2px;
  text-transform: uppercase;
}

a.link-size-medium {
  font-size: 12px;
}

a.link-size-large {
  font-size: 14px;
}

.cartblk .bottom-section .btm-blk .detail .info .link, .artist-info .artist-listings .list .list-info a, .top-destinations-section .top-destinations-carousel .item .content-section .link, .listings-section .col-left .blk-img .btm-blk .link, .ax-section.customblks .bloc-link .link, section.news .news-wrap ul li .news-blk .link-wrap .link {
  padding-right: 20px;
  background-image: url(../images/red_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right center;
}

.ax-section.section-melomane .custom-two-blks .blk-img .right-blk .link {
  padding-right: 20px;
  background-image: url(../images/yellow_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right center;
  color: #aa9767;
}

.widget-block .receiveprizes a.yellowlink {
  padding-right: 40px;
  background-image: url(../images/white_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  color: white;
}

.widget-block .receiveprizes a.yellowlink:hover {
  background-image: url(../images/red_big_arrow.png);
}

.search-form .button-wrap input:after, .search-form .button-wrap button:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 22px;
  margin-left: 10px;
  background-image: url(../images/white_big_arrow.png);
  background-position: left top;
  background-repeat: no-repeat;
  vertical-align: middle;
  color: white;
}

.search-form .button-wrap input:hover:after, .search-form .button-wrap button:hover:after {
  background-image: url(../images/red_big_arrow.png);
}

.listings-section .col-left .blk-img, .ax-section.section-melomane .custom-two-blks .blk-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.listings-section .col-left .blk-img {
  background-position: center right;
}

@media (max-width: 480px) {
  .top-list-section .top-list-carousel {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: baselane;
    -moz-align-items: baselane;
    -ms-align-items: baselane;
    align-items: baselane;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .top-list-section .top-list-carousel .item {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.cms-index-index .page-main {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cms-index-index .close-search {
  display: none;
}
@media (max-width: 480px) {
  .cms-index-index .news-section {
    display: none;
  }
}
.cms-index-index .news-section-mobile {
  margin-top: 15px;
}
@media (min-width: 480px) {
  .cms-index-index .news-section-mobile {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .cms-index-index .news-section-mobile {
    display: block !important;
  }
}

/*========Home Blocks============*/
#mc-embedded-subscribe-form #mce-success-response {
  background: rgb(203, 221, 185);
  padding: 20px;
  margin-bottom: 20px;
  color: rgba(39, 39, 39, 0.5);
  font-weight: bold;
}
#mc-embedded-subscribe-form .fancybox-close-small {
  background: transparent;
  border-color: transparent;
}

/*========Home Blocks============*/
.search-form .button-wrap button, .search-form .button-wrap input {
  letter-spacing: 2px;
  min-width: 200px;
  text-align: center;
  padding: 20px 16px 19px;
}

.search-form-mobile {
  display: none;
}
@media (max-width: 960px) {
  .search-form-mobile {
    display: block;
    position: absolute;
    top: -100%;
    opacity: 0;
    left: 0;
    width: 100%;
    background-color: white;
    padding: 25px;
    z-index: 40;
    transition: all 0.3s ease-out, color 0.3s ease-out;
  }
  .search-form-mobile .close-search {
    cursor: pointer;
    padding: 15px 0;
  }
  .search-form-mobile .close-search:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 7px;
    background-image: url(../images/arrow.svg);
    background-size: 11px 7px;
    background-position: center left;
    background-repeat: no-repeat;
    position: relative;
    margin-right: 20px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .search-form-mobile .input-wrap {
    width: 100%;
    margin-bottom: 15px;
  }
  .search-form-mobile .input-wrap input {
    border: 0;
    padding: 10px 30px 15px 60px;
    background-position: 15px center;
    background-repeat: no-repeat;
    box-shadow: 0 10px 20px 0 rgba(139, 137, 114, 0.18);
    background-repeat: no-repeat;
  }
  .search-form-mobile .input-wrap input.where {
    background-image: url(../images/icons/marker.svg);
    background-size: 19px 26px;
  }
  .search-form-mobile .input-wrap input.who {
    background-image: url(../images/icons/look.png);
    background-size: 31px 23px;
  }
  .search-form-mobile .input-wrap input.datefield {
    background-image: url(../images/icons/date.svg);
    background-size: 27px 21px;
    border-right: 1px solid rgba(183, 183, 183, 0.47);
  }
  .search-form-mobile .input-wrap input.datefield:last-child {
    border-right: 0;
  }
  .search-form-mobile .input-wrap.big {
    zoom: 1;
    clear: both;
  }
  .search-form-mobile .input-wrap.big:before, .search-form-mobile .input-wrap.big:after {
    content: "";
    display: table;
  }
  .search-form-mobile .input-wrap.big:after {
    clear: both;
  }
  .search-form-mobile.active {
    top: 0;
    opacity: 1;
  }
}
.search-form-mobile button {
  width: 100%;
}

.top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}
.top-section h2.title {
  padding: 0;
}
.top-section p {
  margin: 0;
}
.top-section p a.link {
  font-size: 15px;
  color: #aa9767;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
}

h2.title {
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 30px;
  line-height: 24px;
  margin: 0;
}
h2.title span {
  color: #cf3d4a;
}

.owl-carousel-home .owl-nav {
  top: 48% !important;
  z-index: 999;
}
.owl-carousel-home .owl-nav button {
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.8) !important;
  border-radius: 50% !important;
  margin: 0 20px;
}
.owl-carousel-home .owl-nav button:hover {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
.owl-carousel-home .owl-nav button:before, .owl-carousel-home .owl-nav button:after {
  font-size: 35px;
  color: #000;
  top: 8px;
}

.ax-section {
  padding: 40px 0;
}

.mo-hide-desktop {
  display: none;
}

.banner-mobile {
  display: none;
}
@media (max-width: 960px) {
  .banner-mobile {
    background-color: #f2f2f2;
    padding: 25px 0;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: 0.86px;
    display: block;
  }
  .banner-mobile .search-mobile {
    text-transform: uppercase;
    padding: 15px 20px;
    box-shadow: 0 10px 20px 0 rgba(139, 137, 114, 0.18);
    background-color: white;
    color: #383C3F;
    display: block;
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    cursor: pointer;
    background-image: url(../images/arrow.svg);
    background-size: 11px 7px;
    background-position: center right 20px;
    background-repeat: no-repeat;
  }
}

.homepage-banner {
  height: 300px;
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  z-index: 1;
}
.homepage-banner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.6);
}
.homepage-banner #video-background {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: -100;
}
.homepage-banner .container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.homepage-banner input[type=text] {
  font-size: 1.2rem;
}
.homepage-banner .banner-content {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-size: 22px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 2px;
  z-index: 5;
}
.homepage-banner .banner-content h1 {
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-size: 22px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 2px;
}
.homepage-banner .banner-content span.span_inner {
  display: block;
  text-transform: none;
  font-size: 14px;
  margin: 10px 0;
  font-weight: 300;
}
@media (min-width: 961px) {
  .homepage-banner .banner-content h2.title {
    display: none;
  }
}

.section-main-top {
  background-image: url(../images/home/bg-section-main-top.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.section-main-top .home-hero-carousel {
  min-height: 500px;
}
.section-main-top .home-hero-carousel .owl-carousel {
  border-radius: 20px;
  height: 500px;
  overflow: hidden;
}
.section-main-top .home-hero-carousel .owl-carousel .slide-warp {
  position: relative;
}
.section-main-top .home-hero-carousel .owl-carousel .slide-warp .slider-background {
  position: relative;
  display: block;
}
.section-main-top .home-hero-carousel .owl-carousel .slide-warp .slider-background img {
  height: 500px;
  border-radius: 20px;
  object-fit: cover;
}
.section-main-top .home-hero-carousel .owl-carousel .slide-warp .slider-background .slide-gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.section-main-top .home-hero-carousel .owl-carousel .slide-warp .slider-content {
  z-index: 2;
  color: #fff;
  padding: 0 20px;
  position: absolute;
  left: 20px;
  bottom: 40px;
  width: 100%;
}
.section-main-top .home-hero-carousel .owl-carousel .slide-warp .slider-content .d-flex-content {
  display: flex;
  flex-direction: column;
}
.section-main-top .home-hero-carousel .owl-carousel .slide-warp .slider-content span.date, .section-main-top .home-hero-carousel .owl-carousel .slide-warp .slider-content span.position {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: lighter;
}
.section-main-top .home-hero-carousel .owl-carousel .slide-warp .slider-content h2.title-slide {
  font-size: 28px;
  color: #aa9767;
  font-weight: 600;
  margin: 0;
}
.section-main-top .home-hero-carousel .owl-carousel .slide-warp .slider-content a.link {
  display: block;
  color: #aa9767;
  font-size: 22px;
  font-weight: 600;
  text-decoration: underline;
  margin-top: 20px;
  text-align: right;
  padding-right: 40px;
}
.section-main-top .home-hero-carousel .owl-carousel .owl-dots {
  position: absolute;
  z-index: 999;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section-main-top .home-hero-carousel .owl-carousel .owl-dots span {
  background-color: #869791;
}
.section-main-top .home-hero-carousel .owl-carousel .owl-dots .owl-dot.active.active span {
  background-color: #fff;
}
.section-main-top .section-pub {
  margin: 0;
}
.section-main-top .section-pub .two-blk-ads {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}
.section-main-top .section-pub .two-blk-ads .ads {
  flex: 1;
  border-radius: 20px;
}
.section-main-top .section-pub .two-blk-ads .ads.left {
  margin-right: 10px;
}
.section-main-top .section-pub .two-blk-ads .ads.right {
  margin-left: 10px;
}
.section-main-top .section-pub .two-blk-ads .ads img {
  width: 100%;
  object-fit: fill;
  border-radius: 20px;
  max-height: 300px;
}

.ax-section.dont-miss-section {
  background-color: #000;
  padding: 40px 60px;
}
.ax-section.dont-miss-section .item {
  text-align: left;
}
.ax-section.dont-miss-section .item img {
  height: 190px !important;
  border-radius: 20px;
  margin-bottom: 10px !important;
}
.ax-section.dont-miss-section .item h3, .ax-section.dont-miss-section .item h4, .ax-section.dont-miss-section .item .date {
  color: #fff;
}
.ax-section.dont-miss-section .item h3 {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: bold;
}
.ax-section.dont-miss-section .item h4 {
  font-weight: 400;
  font-size: 13px;
  margin: 0;
}
.ax-section.dont-miss-section .item h4 span {
  font-weight: bold;
}
.ax-section.dont-miss-section .item .date {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #cf3d4a;
}
.ax-section.dont-miss-section .item a.link {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
  color: #aa9767;
}

@media (max-width: 960px) {
  .ax-section.dont-miss-section {
    display: block !important;
    margin: 0 !important;
    padding: 30px 20px !important;
  }
  .ax-section.dont-miss-section .container {
    padding: 0 !important;
  }
  .ax-section.dont-miss-section .dont-miss-carousel {
    overflow: hidden;
  }
  .ax-section.dont-miss-section .dont-miss-carousel .item {
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
    min-height: 332x;
  }
  .ax-section.dont-miss-section .dont-miss-carousel .item h3 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
    min-height: 42px;
  }
  .ax-section.dont-miss-section .dont-miss-carousel .item h4 {
    font-weight: 400;
    font-size: 13px;
    margin: 0;
  }
  .ax-section.dont-miss-section .dont-miss-carousel .item h4 span {
    font-weight: bold;
  }
  .ax-section.dont-miss-section .dont-miss-carousel .item .date {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: uppercase;
  }
  .ax-section.dont-miss-section .dont-miss-carousel .item a.link {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
    color: #aa9767;
  }
  .ax-section.dont-miss-section .owl-nav {
    top: 20% !important;
  }
  .ax-section.dont-miss-section .owl-nav button {
    margin: 0;
  }
}
.ax-section.section-melomane {
  background-image: url(../images/home/bg-salle.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.ax-section.section-melomane h2 {
  color: #000;
}
.ax-section.section-melomane .custom-two-blks {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ax-section.section-melomane .custom-two-blks .blk-img {
  cursor: pointer;
  border-radius: 20px;
  width: 32%;
  margin-right: 20px;
  padding: 20px;
  min-height: 210px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
}
.ax-section.section-melomane .custom-two-blks .blk-img:last-child {
  margin-right: 0;
}
.ax-section.section-melomane .custom-two-blks .blk-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
  left: 0;
  top: 0;
}
.ax-section.section-melomane .custom-two-blks .blk-img .block-title {
  flex: 1;
  color: white;
  font-size: 22px;
  letter-spacing: 3px;
  position: relative;
  z-index: 2;
  font-weight: 300;
  line-height: 32px;
  text-transform: uppercase;
  max-height: 100px;
  min-width: 50%;
}
.ax-section.section-melomane .custom-two-blks .blk-img .block-title strong {
  font-weight: 600;
}
.ax-section.section-melomane .custom-two-blks .blk-img .right-blk {
  flex: 1;
  z-index: 2;
  text-align: right;
}
.ax-section.section-melomane .custom-two-blks .blk-img .right-blk .thumbs-list {
  font-size: 0;
  margin-bottom: 38px;
  line-height: normal;
}
.ax-section.section-melomane .custom-two-blks .blk-img .right-blk .thumbs-list .thumb {
  display: inline-block;
  width: 46px;
  height: 46px;
  margin: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.ax-section.section-melomane .custom-two-blks .blk-img .right-blk .thumbs-list .thumb img {
  display: block;
  height: 46px;
  object-fit: cover;
}
.ax-section.section-melomane .custom-two-blks .blk-img .right-blk .link {
  position: absolute;
  padding: 0 20px;
  bottom: 20px;
  left: 0;
  text-wrap: wrap;
  font-weight: 600;
  text-align: left;
  background-position: right 10px center !important;
}
@media (max-width: 1070px) {
  .ax-section.section-melomane .custom-two-blks .blk-img {
    width: 100%;
    margin: 10px 0;
  }
}

.ax-section.section-city {
  background-color: #000;
  padding: 40px 60px;
}
.ax-section.section-city .destination-carousel .item {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.ax-section.section-city .destination-carousel .item img {
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.ax-section.section-city .destination-carousel .item .slide-gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}
.ax-section.section-city .destination-carousel .item .top-list-item-designation {
  z-index: 10;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: underline;
  position: absolute;
  bottom: 35px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.ax-section.section-city .destination-carousel .owl-nav {
  top: 43% !important;
}
.ax-section.section-city .destination-carousel .owl-nav button {
  margin: 0 -20px;
}

.ax-section.section-hall {
  background-image: url(../images/home/bg-salle.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.ax-section.section-hall h2.title {
  color: #000;
}
.ax-section.section-hall .hall-carousel .item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.ax-section.section-hall .hall-carousel .item img {
  border-radius: 20px;
  max-height: 250px;
}
.ax-section.section-hall .hall-carousel .item .slide-gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.ax-section.section-hall .hall-carousel .item .top-list-item-hall {
  z-index: 10;
  display: block;
  color: #fff;
  text-align: left;
  font-size: 18px;
  padding: 0 20px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: underline;
  position: absolute;
  bottom: 20px;
  margin: 0 auto;
  left: 0;
  right: 0;
  white-space: pre-wrap;
}
.ax-section.section-hall .hall-carousel .owl-nav {
  top: 43% !important;
}
.ax-section.section-hall .hall-carousel .owl-nav button {
  margin: 0 10px;
}

.ax-section.artist-section {
  background-color: #000;
  padding: 40px 60px;
}
.ax-section.artist-section .artist-carousel .item .artist-img {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.ax-section.artist-section .artist-carousel .item .artist-img img {
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.ax-section.artist-section .artist-carousel .item .slide-gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}
.ax-section.artist-section .artist-carousel .item .artist-item-title {
  z-index: 10;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: underline;
  margin-top: 10px;
}
.ax-section.artist-section .artist-carousel .owl-nav {
  top: 33% !important;
}
.ax-section.artist-section .artist-carousel .owl-nav button {
  margin: 0 -50px;
}

.ax-section.customblks {
  background-image: url(../images/home/bg-guide.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.ax-section.customblks .blk-bloc {
  position: relative;
  padding: 40px 20px 0;
  border-radius: 20px;
  overflow: hidden;
  height: 304px;
}
.ax-section.customblks .blk-bloc .blk-trip {
  padding-top: 57px;
}
.ax-section.customblks .blk-bloc .blk-trip .blk-trip-bg {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.ax-section.customblks .blk-bloc .blk-trip .blk-trip-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(10, 20, 40, 0.85) 0%, rgba(10, 20, 40, 0.6) 40%, rgba(10, 20, 40, 0) 70%);
}
.ax-section.customblks .blk-bloc .blk-trip img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ax-section.customblks .blk-bloc .blk-trip h2 {
  color: white;
  margin-bottom: 0;
  font-size: 42px !important;
  display: grid;
}
@media (max-width: 960px) {
  .ax-section.customblks .blk-bloc .blk-trip h2 {
    font-size: 30px !important;
    padding-bottom: 0 !important;
  }
}
.ax-section.customblks .blk-bloc .blk-trip .left-block p {
  color: white;
  font-size: 17px;
  margin-bottom: 9px;
}
.ax-section.customblks .blk-bloc .blk-trip .left-block h2 strong {
  color: #aa9767 !important;
  font-weight: 300;
  font-size: 42px !important;
}
@media (max-width: 960px) {
  .ax-section.customblks .blk-bloc .blk-trip .left-block h2 strong {
    font-size: 30px !important;
  }
}
.ax-section.customblks .blk-bloc .blk-trip .left-block .bloc-link {
  justify-content: start;
}
@media (max-width: 960px) {
  .ax-section.customblks .blk-bloc .blk-trip .left-block .bloc-link {
    justify-content: flex-end !important;
  }
}
@media (max-width: 960px) {
  .ax-section.customblks .blk-bloc .blk-trip .left-block {
    justify-content: end !important;
    padding-bottom: 39px;
    width: 100%;
  }
}
.ax-section.customblks .blk-bloc .blk-trip .blk-right {
  color: white;
  font-size: 30px;
  line-height: 31px;
  text-align: center;
}
.ax-section.customblks .blk-bloc .blk-trip .blk-right p {
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.ax-section.customblks .blk-bloc .blk-trip .blk-right .italic-text {
  color: #aa9767;
  font-style: italic;
  font-family: auto;
  font-weight: 500;
  font-size: 39px;
  padding-bottom: 7px;
}
.ax-section.customblks .blk-bloc .customblk-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
}
.ax-section.customblks .blk-bloc .customblk-content .left-block h2 {
  padding: 0 0 20px;
  font-weight: 300;
  font-size: 30px;
}
.ax-section.customblks .blk-bloc .customblk-content .left-block h2 strong {
  color: #cf3d4a;
  font-size: 24px;
}
.ax-section.customblks .blk-bloc .customblk-content .left-block .customblk-p {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 28px;
}
.ax-section.customblks .blk-bloc .customblk-content .left-block .customblk-p strong {
  color: #aa9767;
  font-weight: 600;
}
.ax-section.customblks .blk-bloc .customblk-content .left-block .customblk-ul {
  display: flex;
}
.ax-section.customblks .blk-bloc .customblk-content .left-block .customblk-ul ul {
  padding: 0;
  margin: 0 40px 0 0;
}
.ax-section.customblks .blk-bloc .customblk-content .left-block .customblk-ul ul li {
  list-style: none;
  line-height: 23px;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 1.3px;
  color: white;
  padding-left: 35px;
  background-image: url(../images/icons/check.png);
  background-size: 18px 16px;
  background-repeat: no-repeat;
}
.ax-section.customblks .blk-bloc .customblk-content .right-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: -webkit-fill-available;
}
@media (min-width: 961px) {
  .ax-section.customblks .blk-bloc .customblk-content .right-block {
    min-width: 214px;
  }
}
.ax-section.customblks .blk-bloc .customblk-content .block-title {
  display: flex;
  align-items: center;
  width: 100%;
}
.ax-section.customblks .blk-bloc .customblk-content .block-title img {
  margin: 0;
}
.ax-section.customblks .blk-bloc .customblk-content .block-title h3 {
  color: #fff;
  margin: 0 5px 0 0;
}
.ax-section.customblks .bloc-link {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.ax-section.customblks .bloc-link .link {
  letter-spacing: 1px;
  color: #000;
  background-color: #aa9767;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 8px !important;
  font-size: 17px;
  font-weight: 500;
  background-image: none !important;
}
.ax-section.customblks .bloc-link .link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.ax-section.customblks .twocol {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.ax-section.customblks .twocol:last-child {
  margin-bottom: 0;
}
.ax-section.customblks .twocol .blk-img {
  cursor: pointer;
  position: relative;
  padding: 40px 20px 30px;
  min-height: 520px;
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
}
.ax-section.customblks .twocol .blk-img .customblk-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
}
.ax-section.customblks .twocol .blk-img .customblk-content .customblk-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.ax-section.customblks .twocol .blk-img .customblk-content .customblk-top h2 {
  padding: 0 0 30px;
}
.ax-section.customblks .twocol .blk-img .customblk-content .customblk-top h2 strong {
  color: #cf3d4a;
}
.ax-section.customblks .twocol .blk-img .customblk-content .customblk-top img {
  margin: 0 auto 20px;
}
.ax-section.customblks .twocol .blk-img .customblk-content .customblk-p {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  line-height: 28px;
}
.ax-section.customblks .twocol .blk-img .customblk-content .customblk-p strong {
  color: #aa9767;
  font-weight: 400;
}
.ax-section.customblks .twocol .blk-img .customblk-content .bloc-text {
  color: #fff;
  font-size: 13px;
}
.ax-section.customblks .twocol .blk-img .customblk-content ul {
  padding: 0;
  margin: 0;
}
.ax-section.customblks .twocol .blk-img .customblk-content ul li {
  list-style: none;
  line-height: 23px;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 1.3px;
  color: white;
  padding-left: 35px;
  background-image: url(../images/icons/check.png);
  background-size: 18px 16px;
  background-repeat: no-repeat;
}
.ax-section.customblks .twocol .blk-img .customblk-content .block-title {
  display: flex;
  align-items: center;
  width: 100%;
}
.ax-section.customblks .twocol .blk-img .customblk-content .block-title img {
  margin: 0;
}
.ax-section.customblks .twocol .blk-img .customblk-content .block-title h3 {
  color: #fff;
  margin: 0 5px 0 0;
}
.ax-section.customblks .twocol .blk-img.bigimg {
  background-color: #000;
}
.ax-section.customblks .twocol .blk-img.smallimg .customblk-content img {
  width: 130px;
}
.ax-section.customblks .background-customblk {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.ax-section.customblks .background-customblk img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ax-section.customblks .customblk-content {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*========News============*/
section.news .news-wrap ul {
  padding: 0;
  margin: 0;
}
section.news .news-wrap ul li {
  float: left;
  width: 381px;
  list-style: none;
  box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
  min-height: 500px;
  max-height: 500px;
}
section.news .news-wrap ul li:nth-child(3n+2) {
  margin: 0 2.8rem;
}
section.news .news-wrap ul li .news-blk .img-wrap img {
  display: block;
}
section.news .news-wrap ul li .news-blk .news-content {
  padding: 3rem;
}
section.news .news-wrap ul li .news-blk .news-content span.catgeroy {
  color: #7AA3B0;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1rem;
}
section.news .news-wrap ul li .news-blk .news-content h3 {
  font-weight: 400;
  color: #272727;
  margin-bottom: 2rem;
  letter-spacing: 1px;
}
section.news .news-wrap ul li .news-blk .news-content .content-wrap {
  position: relative;
}
section.news .news-wrap ul li .news-blk .news-content .content-wrap:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 85px;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 98%, #fff 100%);
}
section.news .news-wrap ul li .news-blk .link-wrap {
  border-top: 1px solid #E1E1E1;
  padding-top: 1.7rem;
}
section.news .news-wrap ul li .news-blk .link-wrap {
  zoom: 1;
  clear: both;
}
section.news .news-wrap ul li .news-blk .link-wrap:before, section.news .news-wrap ul li .news-blk .link-wrap:after {
  content: "";
  display: table;
}
section.news .news-wrap ul li .news-blk .link-wrap:after {
  clear: both;
}
section.news .news-wrap ul li .news-blk .link-wrap .date {
  float: left;
}
section.news .news-wrap ul li .news-blk .link-wrap .link {
  float: right;
  letter-spacing: 2.14px;
}

a.link_slider {
  position: absolute;
  z-index: 999999;
  display: block;
  width: 100%;
  height: 100%;
}

.link a {
  text-decoration: underline;
}

.ui-autocomplete .ui-menu-item a {
  color: #272727;
}

.cms-voyage-musical-formulaire main#maincontent {
  max-width: 1280px !important;
}

.about-us {
  padding-top: 2.3rem;
  padding-bottom: 1.9rem;
}
.about-us.mobile-blk {
  display: none;
}
@media (max-width: 960px) {
  .about-us {
    display: none;
  }
  .about-us.mobile-blk {
    display: block;
  }
  .about-us.mobile-blk ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 960px) and (max-width: 600px) {
  .about-us.mobile-blk {
    margin-top: 30px;
    padding-bottom: 0;
  }
}
.about-us.inner {
  padding-top: 2.3rem;
  padding-bottom: 1.9rem;
}
.about-us ul {
  font-size: 0;
  margin: auto;
  padding: 0;
}
.about-us ul li {
  float: left;
  width: 25%;
  font-size: 0;
  padding: 0 8px;
}
.about-us ul li span {
  font-size: 12px;
}
.about-us ul li .icon {
  float: left;
  margin-right: 10px;
  width: 60px;
  text-align: center;
}
.about-us ul li .info {
  float: left;
  width: calc(100% - 70px);
}
.about-us ul li .info .atitle {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
}
.about-us ul li .info .ainfo {
  font-size: 12px;
}

.column.main .column_2 img {
  display: block;
  margin: auto;
}

.main_content {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 50px;
  padding-top: 25px;
  /* -webkit-box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.05); */
  -moz-box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.05);
  /* box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.05); */
  overflow: hidden;
  border: none;
  display: flex;
  align-items: start;
}

.cms-voyage-musical-formulaire h1.page-title {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 30px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 10px 0 35px;
}

.cms-voyage-musical-formulaire .page-title-wrapper {
  text-align: center;
}

.cms-voyage-musical-formulaire h2 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400 !important;
  font-size: 24px;
  font-style: normal;
  line-height: 40px;
  letter-spacing: 1px;
  color: #272727;
  text-align: left;
  padding: 0;
  margin: 0 0 20px;
}

legend.legend {
  margin: 0 0 25px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}

input[type=submit] {
  background: #cf3d4a;
  color: white;
  border-color: #cf3d4a;
}

input[type=submit]:hover {
  border-color: black;
}

.content_faq h4 {
  font-size: 20px;
  text-transform: initial !important;
  color: #cf3d4a;
}

/* Mo sejour */
.flex_column {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.cms-voyage-musical-formulaire .field {
  width: 50%;
  padding-right: 23px;
  margin-bottom: 17px;
}

.flex_column .field.required label:after {
  content: "*";
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}

.flex_column label {
  padding: 6px 15px 0 0;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 600;
}

.cms-voyage-musical-formulaire legend.legend {
  margin-left: 0 !important;
}

.cms-voyage-musical-formulaire .actions-toolbar {
  margin-left: 0 !important;
}

.card {
  display: flex;
}

.card div {
  padding-right: 22px;
}

.content_faq h2 {
  text-align: center;
  margin-bottom: 44px;
}

.content_faq p {
  text-align: initial !important;
}

.cms-voyage-musical-formulaire fieldset.fieldset {
  margin-bottom: 0;
}

.field.required.ville_100 {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.field.required.ville_100 label {
  width: 100% !important;
  text-align: left !important;
}

.field.required.ville_100 .control {
  width: 100% !important;
}

.cms-voyage-musical-formulaire .top-destinations-section .container {
  box-shadow: none !important;
}

.column_1 {
  width: 70%;
}

.column_2 {
  width: 30%;
  margin-left: 33px;
  padding: 30px 18px;
  -webkit-box-shadow: 0px 2px 10px rgba(205, 205, 205, 0.7215686275);
  -moz-box-shadow: 0px 7px 26px #EEEEEE;
  box-shadow: 0px 2px 10px rgba(205, 205, 205, 0.7215686275);
  -webkit-box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.img_valerie img {
  position: relative;
  text-align: center;
  border-radius: 100%;
  width: 27%;
  height: 81px;
  object-fit: cover;
}

.column_2 h3 {
  text-align: center;
}

.column_2 p {
  text-align: center;
}

div#bloc_tel {
  margin-top: 26px;
  display: flex;
  flex-direction: column;
}

.cms-voyage-a-vienne main#maincontent {
  max-width: 1280px !important;
}

.content_2 {
  padding-left: 25px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-top: 25px;
  -moz-box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border: none;
  display: flex;
  align-items: start;
  /* padding: 25px; */
  /* -webkit-box-shadow: 0px 7px 26px #eeeeee; */
  -moz-box-shadow: 0px 7px 26px #EEEEEE;
  /* box-shadow: 0px 7px 26px #eeeeee; */
}

.btn_sejour a {
  background: #cf3d4a;
  color: white;
  padding: 14px 25px;
  font-size: 16px;
  border: 3px solid #cf3d4a;
}

.btn_2 a {
  text-align: center;
  /* display: block; */
  margin: auto;
  border: 3px solid #cf3d4a;
  padding: 16px 31px;
}

.btn_2 h4 {
  text-align: center;
}

.column_4 {
  width: 70%;
}

.column_3 {
  width: 30%;
}

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

@media (max-width: 320px) {
  a.btn_red {
    font-size: 11px !important;
  }
}
a.btn_red {
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 14px;
}

.cms-voyage-a-vienne h1.page-title {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 30px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 10px 0 35px;
}

.cms-voyage-a-vienne .page-title-wrapper {
  text-align: center;
}

.btn_1 {
  text-align: center;
}

.btn_1 a {
  background: #cf3d4a;
  padding: 13px 25px;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
}

.col-right_1 p.trip-days {
  font-weight: 700;
}

.btn_center {
  padding: 11px;
  margin-top: 46px;
}

.btn_center a {
  border: 1px solid;
  padding: 14px 22px;
  color: #cf3d4a;
  text-decoration: none;
}

.btn_center a:hover {
  background: #cf3d4a;
  color: white;
}

@media (max-width: 768px) {
  .main_content.container-intro {
    padding: 0;
  }
  .card div {
    padding-right: 0;
  }
  tr#first-column td {
    width: 50px !important;
  }
  .cms-voyage-musical-formulaire tbody {
    display: flex;
  }
  tr#first-column {
    width: 30%;
  }
  .column_1, .column_2 {
    width: 100% !important;
  }
  .column_2 {
    margin-left: 0 !important;
    margin-top: 34px;
  }
  .col-right_1 {
    padding-top: 28px;
  }
  .img_valerie img {
    width: 100px !important;
    height: 100px !important;
  }
  .main_content .info-block {
    width: fit-content !important;
    float: left !important;
  }
  .block-city.d-flex {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .pl-thm-axelites h1.page-title {
    font-size: 24px !important;
    margin-bottom: 2rem !important;
  }
  .cms-voyage-musical-formulaire h1.page-title {
    padding-bottom: 16px !important;
  }
  .content_faq h4 {
    font-size: 16px;
  }
  .flex_column {
    display: block !important;
  }
  .cms-voyage-musical-formulaire .field {
    width: 100% !important;
  }
  .card {
    display: block !important;
  }
  .card div {
    padding-right: 0;
  }
  .col-right_1 {
    padding-top: 28px;
  }
  .img_valerie img {
    width: 80px !important;
    height: 80px !important;
  }
  .content_2 {
    flex-direction: column;
  }
  .column_3 {
    width: 80% !important;
    margin: auto;
  }
  .column_4 {
    width: 100% !important;
  }
  .btn_1 a {
    font-size: 14px !important;
    display: block;
  }
  .column_1.listings-section .info p {
    font-size: 12px !important;
    letter-spacing: 0.5px;
  }
}
.pl-thm-axelites h1.page-title {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 30px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A !important;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 10px 0 35px;
}

input#date_dep {
  outline: 0px;
  border: 2px solid #BCBCBC;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  height: auto !important;
  color: #272727;
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  padding: 12px 10px;
  line-height: 20px;
  font-weight: 400;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input#date_arr {
  outline: 0px;
  border: 2px solid #BCBCBC;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  height: auto !important;
  color: #272727;
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  padding: 12px 10px;
  line-height: 20px;
  font-weight: 400;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.tickets-info-blocks .ticket-info-block {
  border: 0 !important;
}

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

.d-flex {
  display: flex;
  justify-content: flex-end;
}

.action.primary:active, .action.primary:focus {
  color: #fff !important;
}

.axelites_trip_city-index-index h1.page-title {
  text-align: center !important;
  gap: 15px;
}

.d-flex > div {
  width: 100%;
}

.tickets-info-blocks .ticket-info-block.center,
.tickets-info-blocks .ticket-info-block.center h5 {
  text-align: center;
}

.info-block-trip.last {
  margin-top: 10px;
}

.info-block-trip.text a {
  font-weight: 600;
}

.raduis-img img {
  border-radius: 10px;
  height: 142px;
}

span.span-title {
  font-size: 1.4rem !important;
}

.raduis-img {
  padding-bottom: 18px;
}

.tab-wrap .match {
  padding: 15px 21px !important;
}

span.bold-city {
  font-weight: 600 !important;
}

a.tp-banner .stars-container {
  display: inline-flex;
  gap: 4px;
}
a.tp-banner .stars-container .star {
  padding: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
a.tp-banner .stars-container .star path {
  fill: #fff;
}
a.tp-banner .stars-container .star.empty {
  background-color: #dcdce6;
}
a.tp-banner .stars-container .star.empty path {
  fill: #fff;
}
a.tp-banner .stars-container.stars-green .star.filled {
  background-color: #00b67a;
}
a.tp-banner .stars-container.stars-green .star.half {
  background: linear-gradient(90deg, #00b67a 50%, #dcdce6 50%);
}
a.tp-banner .stars-container.stars-orange .star.filled {
  background-color: #ff8622;
}
a.tp-banner .stars-container.stars-orange .star.half {
  background: linear-gradient(90deg, #ff8622 50%, #dcdce6 50%);
}
a.tp-banner .stars-container.stars-red .star.filled {
  background-color: #ff3722;
}
a.tp-banner .stars-container.stars-red .star.half {
  background: linear-gradient(90deg, #ff3722 50%, #dcdce6 50%);
}
a.tp-banner .stars-container.stars-gray .star.filled {
  background-color: #747474;
}
a.tp-banner .stars-container.stars-gray .star.half {
  background: linear-gradient(90deg, #747474 50%, #dcdce6 50%);
}

/* Deepest support possible
@font-face {
  font-family: 'MyWebFont';
  src: url('webfont.eot');                                    // IE9 Compat Modes
  src: url('webfont.eot?#iefix') format('embedded-opentype'), // IE6-IE8
       url('webfont.woff2') format('woff2'),                  // Super Modern Browsers
       url('webfont.woff') format('woff'),                    // Pretty Modern Browsers
       url('webfont.ttf') format('truetype'),                 // Safari, Android, iOS
       url('webfont.svg#svgFontName') format('svg');          // Legacy iOS
}*/
/* Practical level of support
// Chrome 3.5+ - Safari 3+ - Firefox 3.5+ - Opera 10.1+ - IE 9+ - Android 2.2+ - iOS 4.3+     
@font-face {
  font-family: 'MyWebFont';
  src: url('myfont.woff2') format('woff2'),
       url('myfont.woff') format('woff'),
       url('myfont.ttf') format('truetype');
}*/
.listings.title h1, h1, .h1 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 36px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 10px 0 20px;
}

h2, .h2 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-style: normal;
  line-height: 40px;
  letter-spacing: 1px;
  color: #272727;
  text-align: left;
  padding: 0;
  margin: 0 0 20px;
}

h3, .h3 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: theme-letter-spacing-small;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 15px;
}

h4, .h4 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 10px;
}

h5, .h5 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 10px;
}

body, p, p.type1, p.type2, p.type3 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 170%;
  letter-spacing: 0.5px;
  color: #272727;
  text-align: left;
}

p, p.type1 {
  margin: 0 0 2rem 0;
}

p.type2 {
  font-size: 1.4rem;
}

p.type3 {
  font-size: 1rem;
}

button.line, .button.line, button.plain, .button.plain {
  padding: 20px 30px;
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 1.5px;
  color: #CF3D4A;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #CF3D4A;
  border-radius: 0px;
  background-color: transparent;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

button.line:hover, .button.line:hover, button.plain:hover, .button.plain:hover {
  color: white !important;
  background-color: #CF3D4A;
}

.search-form .button-wrap input, .search-form .button-wrap button, .search-form-mobile button {
  letter-spacing: 1.5px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #CF3D4A;
  border-radius: 0px;
  background-color: #CF3D4A;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.search-form .button-wrap input:hover, .search-form .button-wrap button:hover, .search-form-mobile button:hover {
  color: #CF3D4A !important;
  background-color: transparent;
}

button.plain, .button.plain {
  color: white;
  border: 2px solid #CF3D4A;
  background-color: #CF3D4A;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

button.plain:hover, .button.plain:hover {
  color: #CF3D4A !important;
  border: 2px solid #CF3D4A;
  background-color: transparent;
}

a.link-size-small, a.link-size-medium, a.link-size-large {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 10px;
  color: #CF3D4A;
  letter-spacing: 2px;
  text-transform: uppercase;
}

a.link-size-medium {
  font-size: 12px;
}

a.link-size-large {
  font-size: 14px;
}

.cartblk .bottom-section .btm-blk .detail .info .link, .artist-info .artist-listings .list .list-info a, .top-destinations-section .top-destinations-carousel .item .content-section .link, .ax-section.customblks .bloc-link .link, section.news .news-wrap ul li .news-blk .link-wrap .link, .listings-section .col-left .blk-img .btm-blk .link {
  padding-right: 20px;
  background-image: url(../images/red_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right center;
}

.ax-section.section-melomane .custom-two-blks .blk-img .right-blk .link {
  padding-right: 20px;
  background-image: url(../images/yellow_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right center;
  color: #aa9767;
}

.widget-block .receiveprizes a.yellowlink {
  padding-right: 40px;
  background-image: url(../images/white_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  color: white;
}

.widget-block .receiveprizes a.yellowlink:hover {
  background-image: url(../images/red_big_arrow.png);
}

.search-form .button-wrap input:after, .search-form .button-wrap button:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 22px;
  margin-left: 10px;
  background-image: url(../images/white_big_arrow.png);
  background-position: left top;
  background-repeat: no-repeat;
  vertical-align: middle;
  color: white;
}

.search-form .button-wrap input:hover:after, .search-form .button-wrap button:hover:after {
  background-image: url(../images/red_big_arrow.png);
}

.ax-section.section-melomane .custom-two-blks .blk-img, .listings-section .col-left .blk-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.listings-section .col-left .blk-img {
  background-position: center right;
}

@media (max-width: 480px) {
  .top-list-section .top-list-carousel {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: baselane;
    -moz-align-items: baselane;
    -ms-align-items: baselane;
    align-items: baselane;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .top-list-section .top-list-carousel .item {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.pl-thm-axelites .page-title-wrapper {
  text-align: center;
}
.pl-thm-axelites .page-title-wrapper .title-top {
  font-size: 30px;
}

.ui-datepicker {
  border: none;
  box-shadow: none;
  background-color: white;
}
.ui-datepicker-header {
  position: relative;
  color: #CF3D4A;
  letter-spacing: 0.63px;
  font-size: 16px;
  text-transform: capitalize;
  min-width: 200px;
  padding: 10px 0;
}
.ui-datepicker-header .ui-corner-all {
  position: absolute;
  font-size: 0;
  width: 10px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  top: 10px;
}
.ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
  background-image: url(../images/back.svg);
  right: 50px;
  left: inherit;
  background-size: contain;
}
.ui-datepicker-header .ui-corner-all.ui-datepicker-prev span {
  border: none;
}
.ui-datepicker-header .ui-corner-all.ui-datepicker-next {
  background-image: url(../images/next.svg);
  right: 10px;
  background-size: contain;
}
.ui-datepicker-header .ui-corner-all.ui-datepicker-next span {
  border: none;
}
.ui-datepicker-header .ui-datepicker-title {
  text-align: left;
  margin: 0;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  background-color: #F4F4F4;
  border-radius: 4px;
  padding: 5px 10px;
}
.ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  margin: 0;
}
.ui-datepicker .ui-datepicker-calendar {
  width: 100%;
  margin-top: 10px;
  border: none;
}
.ui-datepicker .ui-datepicker-calendar thead th {
  border: none;
  text-align: center;
  font-weight: 400;
  font-size: 14.09px;
  color: #545454;
  line-height: 30px;
  background: #ffffff;
}
.ui-datepicker .ui-datepicker-calendar tr {
  border: none;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td {
  font-size: 12px;
  padding: 2px 5px;
  border: none;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td a {
  color: #545454;
  line-height: normal;
  display: block;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td a, .ui-datepicker .ui-datepicker-calendar tbody tr td span {
  display: block;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  color: #000000;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-state-disabled span {
  color: #D1D1D1;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable {
  font-size: 13.08px;
  color: #D1D1D1;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-other-month {
  color: #D1D1D1;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-selected-date {
  background: #FFF;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-selected-date span, .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-selected-date a {
  height: 30px;
  width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
  line-height: 28px;
  text-align: center;
  padding: 0;
  border: 2px solid #85C43B;
  color: #85C43B;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-state-active {
  background: #FFF;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-state-active a {
  height: 30px;
  width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #636363;
  color: white;
  margin: auto;
  line-height: 30px;
  text-align: center;
  padding: 0;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-state-active.full a {
  background-color: #000000;
  color: #FFF;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-state-active.green a {
  background-color: #85C43B;
  color: #FFF;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-state-active:hover {
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-state-active.promo a {
  background-color: #F5A623;
  color: #FFF;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-state-active.not_for_sale a {
  background-color: #D0021B;
  color: #FFF;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-state-active.alert a {
  background-color: #8D98AD;
  color: #FFF;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-state-active.preorder a {
  background-color: #5B0D16;
  color: #FFF;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-state-active.on-request a {
  background-color: #D0021B;
  color: #FFF;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day a {
  height: 30px;
  width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #E1E1E1;
  color: #272727;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
  background: #FFF;
}

.check-wrap {
  position: relative;
}
.check-wrap input {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}
.check-wrap label {
  padding-left: 30px;
  background-image: url(../images/unchecked.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 17px;
  line-height: 17px;
  cursor: pointer;
  display: block;
}
.check-wrap input:checked + label {
  background-image: url(../images/checked.png);
}

@media (max-width: 480px) {
  .highlight .more {
    max-height: 430px !important;
  }
  .highlight .more .artwork {
    padding-left: 0;
  }
  .highlight .more h1 {
    text-align: center;
  }
  .highlight .more h1 img {
    margin: auto !important;
    float: none !important;
  }
}
.highlight .more {
  max-height: 330px;
  overflow: hidden;
  transition: all 0.3s ease-out;
  margin: 0;
  position: relative;
  margin-bottom: 14px;
}
@media (max-width: 480px) {
  .highlight .more p, .highlight .more h2 {
    display: none;
  }
}
.highlight .link-size-small {
  width: 100%;
  text-align: center;
  display: block;
}
.highlight .link-size-small.less {
  display: none;
}
.highlight.active .more {
  max-height: 20000px;
}
.highlight .more.link-size-small {
  position: relative;
  margin: 0 auto;
}
.highlight .less.link-size-small {
  position: relative;
  left: 3.4%;
  top: -17px;
}

.more, .less {
  font-weight: 700;
}

.owl-carousel .owl-item img {
  object-fit: cover;
  height: 100%;
}

.tag-type {
  color: white;
  height: 55px;
  width: 55px;
  border-radius: 55px;
  font-size: 11px;
  display: block;
  text-align: center;
  line-height: 55px;
}
.tag-type.tag-opera {
  background-color: #8b1b2c;
}
.tag-type.tag-ballet {
  background-color: #ff616d;
}
.tag-type.tag-musical {
  background-color: #f3a2a9;
}
.tag-type.tag-concert {
  background-color: #ee3444;
}
.tag-type.tag-show {
  background-color: #aa7a81;
}
.tag-type.tag-theatre {
  background-color: #c22733;
}

.listings-section {
  position: relative;
}
.listings-section .tags-filters-top {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  gap: 20px;
}
.listings-section .tags-filters-top h4 {
  margin: 0;
}
.listings-section .tags-filters-top .tags-filters-title {
  font-weight: 500;
  margin: 0 20px 0 0;
}
.listings-section .tags-filters-top .filters-tags {
  display: flex;
  gap: 10px;
}
.listings-section .tags-filters-top .filters-tags .filter {
  border: 1px solid #d0d0d0;
  padding: 3px 25px 3px 10px;
  border-radius: 10px;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
}
.listings-section .tags-filters-top .filters-tags .filter:after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  width: 10px;
  background: url(../images/menu_close.png) no-repeat center center/100%;
}
.listings-section .tags-filters-top .filters-tags .filter.pending-remove {
  opacity: 0.6;
  text-decoration: line-through;
}
.listings-section .container-listings {
  display: flex;
}
.listings-section .col-left {
  width: 30%;
  padding: 15px 20px 20px;
  background-color: #F4F4F4;
  height: fit-content;
  border-radius: 10px;
  margin-bottom: 40px;
}
.listings-section .col-left h2 {
  font-size: 20px;
  letter-spacing: 0;
  margin: 0;
  line-height: normal;
}
.listings-section .col-left button.button.filters-reset {
  display: none;
  padding: 10px 0 0;
  background: transparent;
  border: none;
  color: #CF3D4A;
  text-decoration: underline;
  width: 100%;
  text-align: right;
  box-shadow: none;
}
.listings-section .col-left button.button.filters-reset:hover {
  color: #000;
}
.listings-section .col-left h3 {
  font-size: 19px;
  letter-spacing: 0;
  font-weight: 500;
  margin: 0;
  color: #000;
}
.listings-section .col-left .active-filters .filters-tags {
  margin-top: 20px;
}
.listings-section .col-left .active-filters .filters-tags .filter {
  border: 1px solid #d0d0d0;
  padding: 5px 25px 5px 10px;
  border-radius: 10px;
  cursor: pointer;
  margin: 0 10px 10px 0;
  white-space: nowrap;
  display: inline-block;
  position: relative;
}
.listings-section .col-left .active-filters .filters-tags .filter:after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  width: 10px;
  background: url(../images/menu_close.png) no-repeat center center/100%;
}
.listings-section .col-left .active-filters .filters-tags .filter.pending-remove {
  opacity: 0.6;
  text-decoration: line-through;
}
.listings-section .col-left .filter-close {
  font-size: 12px;
  padding: 20px;
  border-bottom: 1px solid #E1E1E1;
  display: none;
  cursor: pointer;
}
.listings-section .col-left .filter-close:before {
  content: "";
  background-image: url(../images/menu_close.png);
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  background-size: cover;
}
.listings-section .col-left .searchblk .h4 {
  color: #979797;
  letter-spacing: 0.67px;
}
.listings-section .col-left .searchblk .ui-datepicker {
  width: 100%;
  padding: 0;
}
.listings-section .col-left .widgetblk {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  margin: 20px 0;
}
.listings-section .col-left .widgetblk .input-wrap input {
  border: 1px solid #F4F4F4;
  border-radius: 5px;
  padding: 6px 10px;
  font-size: 13px;
}
.listings-section .col-left .widgetblk .input-wrap input::placeholder {
  color: #7d7d7d;
  font-size: 13px;
}
.listings-section .col-left .widgetblk .filter-close.filters-show {
  display: block;
  padding: 0;
  margin: 0 0 10px;
  border-bottom: 0;
}
.listings-section .col-left .widgetblk .filter-close.filters-show:before {
  display: none;
}
.listings-section .col-left .widgetblk h4 {
  font-weight: 500;
  letter-spacing: 0;
}
.listings-section .col-left .widgetblk .search-filter.search-filter-name {
  margin-bottom: 10px;
}
.listings-section .col-left .widgetblk .search-filter.search-filter-name input {
  border-radius: 5px !important;
}
.listings-section .col-left .widgetblk.nobottompad {
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  background-color: transparent;
}
.listings-section .col-left .widgetblk.nobottompad img {
  border-radius: 10px;
  width: 100%;
}
.listings-section .col-left .widgetblk.nobottompad:last-child {
  margin: 20px 0 0;
}
.listings-section .col-left .widgetblk.nobottompad:first-child {
  margin: 0 0 20px 0;
}
.listings-section .col-left .widgetblk .receiveprizes {
  background-image: url("../images/cheque_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  padding: 20px 15px;
  color: #fff;
  text-align: center;
}
.listings-section .col-left .widgetblk .receiveprizes .top-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.listings-section .col-left .widgetblk .receiveprizes .top-section h3.title {
  color: #fff;
  padding-bottom: 20px;
  font-size: 20px;
  text-transform: uppercase;
}
.listings-section .col-left .widgetblk .receiveprizes .top-section h3.title strong {
  color: #CF3D4A;
}
.listings-section .col-left .widgetblk .receiveprizes .top-section img {
  width: 100px;
}
.listings-section .col-left .widgetblk .receiveprizes a {
  background-color: #aa9767;
  border-radius: 10px;
  padding: 5px 40px 5px 10px;
  width: 100%;
  display: block;
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff;
  white-space: normal;
  position: relative;
  text-align: center;
}
.listings-section .col-left .widgetblk .receiveprizes a:hover {
  text-decoration: none;
}
.listings-section .col-left .widgetblk .receiveprizes span {
  display: block;
  color: #aa9767;
}
.listings-section .col-left .reserveblk {
  background-image: url("../images/opera.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  color: #7F7F7F;
  letter-spacing: 1px;
}
.listings-section .col-left .reserveblk h3.title {
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
}
.listings-section .col-left .reserveblk h3.title strong {
  color: #CF3D4A;
}
.listings-section .col-left .reserveblk a {
  display: block;
  color: #aa9767;
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 500;
}
.listings-section .col-left .ctype ul {
  padding: 0;
  margin: 20px 0 0;
  font-size: 0;
}
.listings-section .col-left .ctype ul li {
  display: inline-block;
  margin-right: 7px;
  font-size: 17px;
  vertical-align: middle;
}
.listings-section .col-left .ctype ul li:last-child {
  margin-right: 0;
}
.listings-section .col-left .ctype ul li .check-wrap label {
  padding-left: 0;
  padding-bottom: 30px;
  background-position: bottom center;
}
.listings-section .col-left .ctype ul li .check-wrap label img {
  display: block;
}
.listings-section .col-left .search-filter .filter-wrap .input-search input {
  font-size: 14px;
  background-image: url(../images/search-icon.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center right 7px;
  border: 1px solid #F4F4F4;
  border-radius: 5px 5px 0 0;
  padding: 5px 10px;
}
.listings-section .col-left .search-filter .filter-wrap .input-search input::placeholder {
  color: #7d7d7d;
  font-size: 13px;
}
.listings-section .col-left .search-filter .filter-options {
  border-left: 1px solid #F4F4F4;
  border-right: 1px solid #F4F4F4;
  border-bottom: 1px solid #F4F4F4;
  padding: 15px;
  max-height: 150px;
  border-radius: 0 0 5px 5px;
  overflow-y: scroll;
}
.listings-section .col-left .search-filter .filter-options .check-wrap {
  margin-bottom: 10px;
}
.listings-section .col-left .filters-actions {
  margin: 20px 0 0;
}
.listings-section .col-left .filters-actions .filters-apply {
  width: 100%;
  padding: 10px;
  font-size: 15px;
  border-radius: 10px;
}
.listings-section .col-left .blk-img {
  padding: 33px;
  position: relative;
}
.listings-section .col-left .blk-img h2 {
  font-size: 22px;
}
.listings-section .col-left .blk-img.bookiimg {
  min-height: 275px;
  margin-bottom: 20px;
}
.listings-section .col-left .blk-img .btm-blk {
  font-size: 10px;
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 100%;
}
.listings-section .col-left .blk-img .btm-blk span {
  display: block;
  margin-bottom: 10px;
  letter-spacing: 1.3px;
}
.listings-section .col-left .blk-img .btm-blk .link {
  letter-spacing: 3px;
}
.listings-section .col-right {
  width: 70%;
  position: relative;
}
.listings-section .col-right .loading {
  position: absolute;
  left: 50%;
  bottom: 100px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.listings-section .col-right h1.title-fest {
  padding: 0 0 0 25px;
  font-size: 22px;
  line-height: 25px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.listings-section .col-right .title-blk {
  padding: 0 0 0 20px;
}
.listings-section .col-right .title-blk .mo-topTitle {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.listings-section .col-right .title-blk .mo-topTitle h1 {
  font-size: 22px;
  line-height: 25px;
  max-width: 71%;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .listings-section .col-right .title-blk .mo-topTitle .top-section.ax-filters-mobile {
    padding-bottom: 0;
  }
}
.listings-section .col-right .title-blk .mo-topTitle .top-section h2 {
  margin: 0 0 0 10px;
  font-size: 18px;
  letter-spacing: 0;
  background-color: #F4F4F4;
  padding: 0 10px;
  border-radius: 0 5px 5px 0;
}
.listings-section .col-right .title-blk p {
  font-weight: 300;
  display: inline-block;
  margin: 10px 0 0;
}
.listings-section .col-right .title-blk p span {
  font-weight: 600;
}
.listings-section .col-right .sort-column {
  padding-bottom: 15px;
  border-bottom: 1px solid #E1E1E1;
}
.listings-section .col-right .sort-column ul {
  padding: 0;
  margin: 0;
}
.listings-section .col-right .sort-column ul {
  zoom: 1;
  clear: both;
}
.listings-section .col-right .sort-column ul:before, .listings-section .col-right .sort-column ul:after {
  content: "";
  display: table;
}
.listings-section .col-right .sort-column ul:after {
  clear: both;
}
.listings-section .col-right .sort-column ul li {
  text-transform: uppercase;
  font-size: 12px;
  float: left;
  letter-spacing: 1.7px;
  width: auto;
  padding: 0 40px;
  list-style: none;
}
.listings-section .col-right .sort-column ul li.sortclass {
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: inherit;
  cursor: pointer;
  border-right: 1px solid #979797;
}
.listings-section .col-right .sort-column ul li.sortclass:last-child {
  border-right: 0;
}
.listings-section .col-right .sort-column ul li.sortclass.active {
  color: #CF3D4A;
}
.listings-section .col-right .sort-column ul li.sortclass.active:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  width: 10px;
  height: 7px;
  background-image: url(../images/Arrowdown.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 7px;
}
.listings-section .col-right .sort-column.mobile-blk {
  display: none;
}
.listings-section .col-right .list-dont-miss-carousel {
  margin-bottom: 30px;
}
.listings-section .col-right .list-dont-miss-carousel .dont-miss-carousel-list {
  overflow: hidden;
}
.listings-section .col-right .list-dont-miss-carousel .dont-miss-carousel-list .item .dontmiss-content {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  z-index: 10;
}
.listings-section .col-right .list-dont-miss-carousel .dont-miss-carousel-list .item .dontmiss-content .dontmiss-title {
  position: relative;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  padding: 0 10px;
  bottom: auto;
}
.listings-section .col-right .list-dont-miss-carousel .dont-miss-carousel-list .item .dontmiss-content .dontmiss-desc {
  color: #fff;
  padding: 0 10px;
}
.listings-section .col-right .list-dont-miss-carousel .dont-miss-carousel-list .item .dontmiss-content .dontmiss-desc span {
  display: block;
}
.listings-section .col-right .list-dont-miss-carousel .dont-miss-carousel-list .item .dontmiss-content .dontmiss-desc span.name {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.listings-section .col-right .list-dont-miss-carousel .dont-miss-carousel-list .item img {
  min-height: 300px;
}
.listings-section .listings {
  padding: 25px 0 0 25px;
}
.listings-section .listings.news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.listings-section .listings.news-list .news-section {
  width: 48%;
}
.listings-section .listings.news-list .news-section .title-blk {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.listings-section .listings.news-list .news-section .title-blk a:hover {
  color: #000;
}
.listings-section .listings.news-list .news-section .title-blk span.h2 {
  width: fit-content;
  display: block;
}
.listings-section .listings.news-list .news-section .title-blk span.h2 span {
  font-weight: 600;
  text-transform: uppercase;
}
.listings-section .listings.news-list .news-section ul {
  padding: 0;
  margin: 0;
  border: 1px solid #E1E1E1;
  border-radius: 10px;
}
.listings-section .listings.news-list .news-section ul li {
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #E1E1E1;
}
.listings-section .listings.news-list .news-section ul li:last-child {
  border-bottom: 0;
}
.listings-section .listings.news-list .news-section ul li a {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  color: #000;
}
.listings-section .listings.news-list .news-section ul li a:hover {
  text-decoration: none;
  color: #CF3D4A;
}
.listings-section .listings.news-list .news-section ul li a span {
  font-size: 13px;
}
.listings-section .listings.news-list .news-section ul li a .icon {
  width: 100%;
  max-width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid transparent;
  overflow: hidden;
}
.listings-section .listings.news-list .news-section ul li a .icon img {
  height: 43px;
  width: auto;
  object-fit: cover;
}
.listings-section .listings.news-list .news-section ul li a .icon img[src*="thumb-logo-replace.png"] {
  margin-left: 0;
}
.listings-section .listings.news-list .news-section ul li a .info {
  white-space: normal;
}
.listings-section .listings .list {
  -webkit-box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
}
.listings-section .listings .list {
  zoom: 1;
  clear: both;
}
.listings-section .listings .list:before, .listings-section .listings .list:after {
  content: "";
  display: table;
}
.listings-section .listings .list:after {
  clear: both;
}
.listings-section .listings .list .image-blk {
  width: 310px;
  position: relative;
  background-size: auto 601px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.listings-section .listings .list .image-blk.right {
  background-position: right;
}
.listings-section .listings .list .image-blk.left {
  background-position: left;
}
.listings-section .listings .list .image-blk.generic {
  background-size: cover;
}
.listings-section .listings .list .image-blk img {
  object-fit: cover;
  width: 100%;
  height: 75%;
  position: absolute;
}
.listings-section .listings .list .image-blk span.play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-image: url(../images/list-block/Play.svg);
  background-size: cover;
  background-position: center;
  height: 48px;
  width: 48px;
  display: block;
  z-index: 3;
  cursor: pointer;
}
.no-svg .listings-section .listings .list .image-blk span.play {
  background-image: url(../images/list-block/Play.png);
}
.listings-section .listings .list .image-blk.cat .tag-type {
  content: "";
  position: absolute;
  right: -22.5px;
  top: 20px;
}
.listings-section .listings .list .info-blk {
  width: calc(100% - 310px);
  padding: 40px 40px 15px;
}
.listings-section .listings .list .info-blk.open {
  height: auto !important;
}
.listings-section .listings .list .info-blk .top-sec {
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.listings-section .listings .list .info-blk .top-sec .offers {
  float: left;
  width: 100%;
  line-height: 1;
}
.listings-section .listings .list .info-blk .top-sec .offers span {
  display: inline-block;
  margin-right: 10px;
  line-height: 1;
}
.listings-section .listings .list .info-blk .top-sec h3 {
  font-weight: 300;
  max-height: 45px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 450px;
  font-size: 18px;
  margin: 0 0 15px !important;
  position: relative;
}
.listings-section .listings .list .info-blk .top-sec h3 span {
  color: #989898;
  font-size: 12px;
}
.listings-section .listings .list .info-blk .top-sec h3 img {
  margin-top: 7px;
}
.listings-section .listings .list .info-blk .top-sec h3.promo:after {
  content: "";
  background-image: url(../images/list-block/promo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 55px 20px;
  width: 55px;
  height: 20px;
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}
.no-svg .listings-section .listings .list .info-blk .top-sec h3.promo:after {
  background-image: url(../images/list-block/promo.png);
}
@media (max-width: 380px) {
  .listings-section .listings .list .info-blk .top-sec h3.promo:after {
    margin-left: 2px;
  }
}
.listings-section .listings .list .info-blk .top-sec h3.complet:after {
  content: "";
  background-image: url(../images/list-block/complet.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 55px 20px;
  width: 55px;
  height: 20px;
  display: inline-block;
  position: absolute;
  right: -70px;
  top: 0;
}
.no-svg .listings-section .listings .list .info-blk .top-sec h3.complet:after {
  background-image: url(../images/list-block/complet.png);
}
.listings-section .listings .list .info-blk .top-sec .bloc-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.listings-section .listings .list .info-blk .top-sec .bloc-sec .info {
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  font-weight: 300;
  max-width: 65%;
}
.listings-section .listings .list .info-blk .top-sec .bloc-sec .info a {
  text-decoration: none;
  color: inherit;
}
.listings-section .listings .list .info-blk .top-sec .bloc-sec .price {
  text-align: right;
  font-size: 28px;
  margin-bottom: 10px;
  padding-top: 32px;
}
@media (max-width: 960px) {
  .listings-section .listings .list .info-blk .top-sec .bloc-sec .price {
    padding-top: 0;
  }
}
.listings-section .listings .list .info-blk .top-sec .bloc-sec .price span {
  font-size: 12px;
  color: #989898;
  display: block;
}
.listings-section .listings .list .info-blk .top-sec .bloc-info-blk-step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
  min-height: 45px;
}
.listings-section .listings .list .info-blk .top-sec .bloc-infos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.listings-section .listings .list .info-blk .top-sec .bloc-infos a.button:hover {
  text-decoration: none;
}
.listings-section .listings .list .info-blk .bottom-sec {
  font-size: 12px;
}
.listings-section .listings .list .info-blk .bottom-sec {
  zoom: 1;
  clear: both;
}
.listings-section .listings .list .info-blk .bottom-sec:before, .listings-section .listings .list .info-blk .bottom-sec:after {
  content: "";
  display: table;
}
.listings-section .listings .list .info-blk .bottom-sec:after {
  clear: both;
}
.listings-section .listings .list .info-blk .bottom-sec span {
  font-size: 10px;
  display: block;
  color: #989898;
}
.listings-section .listings .list .info-blk .bottom-sec .desg-blk {
  padding-right: 23px;
  float: left;
  width: 60%;
  position: relative;
  max-height: 85px;
  overflow: hidden;
  min-height: 85px;
}
.listings-section .listings .list .info-blk .bottom-sec .desg-blk > a {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 5px;
}
.listings-section .listings .list .info-blk .bottom-sec .desg-blk p {
  margin: 0 0 5px 0;
}
.listings-section .listings .list .info-blk .bottom-sec .desg-blk p a {
  text-decoration: none;
  color: inherit;
}
.listings-section .listings .list .info-blk .bottom-sec .desg-blk.active {
  max-height: 1200px;
}
.listings-section .listings .list .info-blk .bottom-sec .desg-blk.active:after {
  display: none;
}
.listings-section .listings .list .info-blk .bottom-sec .desg-blk.active a {
  position: static;
}
.listings-section .listings .list .info-blk .bottom-sec .desg-blk.more:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(0deg, #fff 37%, rgba(255, 255, 255, 0) 95%);
}
.listings-section .listings .list .info-blk .bottom-sec .cinfo-blk {
  float: left;
  width: 40%;
  position: relative;
  max-height: 85px;
  overflow: hidden;
  min-height: 85px;
}
.listings-section .listings .list .info-blk .bottom-sec .cinfo-blk > a {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 5px;
}
.listings-section .listings .list .info-blk .bottom-sec .cinfo-blk p {
  margin: 0 0 5px 0;
}
.listings-section .listings .list .info-blk .bottom-sec .cinfo-blk p a {
  color: inherit;
  text-decoration: none;
  font-size: 1.4rem;
}
.listings-section .listings .list .info-blk .bottom-sec .cinfo-blk.active {
  max-height: 1200px;
}
.listings-section .listings .list .info-blk .bottom-sec .cinfo-blk.active:after {
  display: none;
}
.listings-section .listings .list .info-blk .bottom-sec .cinfo-blk.active a {
  position: static;
}
.listings-section .listings .list .info-blk .bottom-sec .cinfo-blk.more:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(0deg, #fff 37%, rgba(255, 255, 255, 0) 95%);
}
.listings-section .listings .push-trips {
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0;
  background-color: #fffef4;
  -webkit-box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
}
.listings-section .listings .push-trips p.title {
  font-size: 2rem;
  color: #272727;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}
.listings-section .listings .push-trips div.list {
  box-shadow: none;
  margin-bottom: 0;
}
.listings-section .listings .push-trips div.list .item {
  width: calc(50% - 10px);
}
.listings-section .listings .push-trips div.list .item + .item {
  margin-left: 20px;
}
.listings-section .listings .push-trips div.list .item .image-blk, .listings-section .listings .push-trips div.list .item .info-blk {
  width: 100%;
}
.listings-section .listings .push-trips div.list .item .info-blk {
  padding: 20px;
  border: 1px solid #E1E1E1;
}
.listings-section .listings .push-trips div.list .item .info-blk h3 a {
  color: #272727;
}
.listings-section .listings .push-trips div.list .item .info-blk h3 a:hover {
  text-decoration: none;
}
.listings-section .listings .push-trips div.list .item .info-blk .info {
  float: none;
  max-width: 100%;
}
.listings-section .listings .push-trips div.list .item .info-blk .info p {
  margin: 15px 0;
}
.listings-section .listings .push-trips div.list .item .info-blk .bottom-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.listings-section .listings .push-trips div.list .item .info-blk .bottom-section .price {
  text-align: left;
  font-size: 2.3rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.listings-section .listings .push-trips div.list .item .info-blk .bottom-section .price span {
  font-size: 12px;
}
.listings-section .listings .push-trips div.list .item .info-blk .bottom-section a {
  background: transparent;
}
.listings-section .listings .push-trips div.list .item .info-blk .bottom-section a:hover {
  color: #CF3D4A;
}
.listings-section .listings .push-trips div.list .item .info-blk .top-sec {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.listings-section .listings .push-trips div.list:after {
  zoom: 1;
  clear: both;
}
.listings-section .listings .push-trips div.list:after:before, .listings-section .listings .push-trips div.list:after:after {
  content: "";
  display: table;
}
.listings-section .listings .push-trips div.list:after:after {
  clear: both;
}
.listings-section .toolbar-products {
  padding: 0 10px 0 25px;
}
.listings-section .toolbar-products .modes {
  display: none;
}
.listings-section .toolbar-products .pages {
  display: block;
  margin: 0 0 35px;
}
.listings-section .toolbar-products .pages strong.page {
  line-height: 35px;
  color: #fff;
  background: #8f1b23;
  min-width: 30px;
  padding: 0 5px;
  font-weight: normal;
}
.listings-section .toolbar-products .pages strong.page span {
  font-size: 15px;
}
.listings-section .toolbar-products .pages a.page {
  color: #ffffff;
  padding: 0 5px;
  background: #CF3D4A;
  min-width: 25px;
  line-height: 30px;
  font-weight: normal;
}
.listings-section .toolbar-products .pages .item {
  margin: 0 5px 0 0;
}
.listings-section .toolbar-products .pages .action {
  border: none;
  width: 30px;
  line-height: 30px;
  color: #000000;
}
.listings-section .toolbar-products .pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #CF3D4A;
  content: "\e608";
  font-family: "icons-blank-theme";
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.listings-section .toolbar-products .limiter {
  line-height: 20px;
  padding: 5px 0 0;
}
.listings-section .toolbar-products .limiter select {
  font-size: 1.2rem;
}
.listings-section .toolbar-products .sorter select {
  font-size: 1.2rem;
}
.listings-section .package {
  margin-bottom: 20px;
  background: rgba(255, 253, 233, 0.47);
  -webkit-box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
  padding: 40px;
}
.listings-section .package .title-sec {
  zoom: 1;
  clear: both;
}
.listings-section .package .title-sec:before, .listings-section .package .title-sec:after {
  content: "";
  display: table;
}
.listings-section .package .title-sec:after {
  clear: both;
}
.listings-section .package .title-sec h3 {
  float: left;
}
.listings-section .package .title-sec h3 span {
  width: 100%;
  display: block;
  color: #858585;
  margin-top: 10px;
}
.listings-section .package .title-sec .price {
  float: right;
  text-align: right;
  font-size: 28px;
}
.listings-section .package .title-sec .price span {
  opacity: 0.5;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 12px;
}
.listings-section .package .title-sec .button {
  float: right;
  clear: right;
  margin-top: 10px;
  background-color: transparent;
}
.listings-section .package .title-sec .button:hover {
  background-color: #CF3D4A;
}
.listings-section .package .offer-pack {
  margin-top: 30px;
}
.listings-section .package .offer-pack {
  zoom: 1;
  clear: both;
}
.listings-section .package .offer-pack:before, .listings-section .package .offer-pack:after {
  content: "";
  display: table;
}
.listings-section .package .offer-pack:after {
  clear: both;
}
.listings-section .package .offer-pack .pack {
  float: left;
  width: 32%;
  margin-right: 2%;
  font-size: 14px;
}
.listings-section .package .offer-pack .pack .info {
  font-size: 12px;
  color: #8F8F8F;
}
.listings-section .package .offer-pack .pack .img-blk img {
  object-fit: cover;
  width: 100%;
}
.listings-section .package .offer-pack .pack:last-child {
  margin-right: 0;
}

.column.main img {
  display: block;
  margin: auto;
}

.search-result-description {
  box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 20px;
  margin: 0 20px 20px;
}

body.mo-info-popup-open {
  overflow: hidden;
}

.mo-info-popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.mo-info-popup.is-visible {
  display: block;
}
.mo-info-popup .mo-info-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}
.mo-info-popup .mo-info-popup__dialog {
  position: relative;
  z-index: 1;
  max-width: 500px;
  margin: 5vh auto;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  max-height: 90vh;
  overflow-y: auto;
}
.mo-info-popup .mo-info-popup__dialog .mo-info-popup__header {
  padding-bottom: 10px;
  border-bottom: 1px solid #F4F4F4;
  margin-bottom: 20px;
}
.mo-info-popup .mo-info-popup__dialog .mo-info-popup__header .tag-type {
  color: #000;
  height: auto;
  width: auto;
  font-size: 13px;
  line-height: normal;
  text-align: left;
  text-transform: capitalize;
}
.mo-info-popup .mo-info-popup__dialog .mo-info-popup__header .mo-info-popup__tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mo-info-popup .mo-info-popup__dialog .mo-info-popup__header .mo-info-popup__title {
  margin: 0;
  line-height: normal;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.mo-info-popup .mo-info-popup__dialog .mo-info-popup__header .mo-info-popup__close {
  position: absolute;
  font-weight: 100;
  top: 10px;
  right: 10px;
  background: transparent;
  font-size: 24px;
  line-height: 24px;
  cursor: pointer;
  color: #222;
  padding: 12px;
  border: 1px solid #eee;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mo-info-popup .mo-info-popup__dialog .mo-info-popup__header .mo-info-popup__close:active {
  border: none;
}
.mo-info-popup .mo-info-popup__body > *:last-child {
  margin-bottom: 0;
  font-size: 16px;
  padding: 0;
}
.mo-info-popup .mo-info-popup__body .mo-info-popup__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.mo-info-popup .mo-info-popup__body h5 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.mo-info-popup .mo-info-popup__body .mo-info-popup__box {
  column-width: 140px;
  column-gap: 10px;
  column-count: 2;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.mo-info-popup .mo-info-popup__body .mo-info-popup__box .mo-info-popup-item {
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
}
.mo-info-popup .mo-info-popup__body .mo-info-popup__box .mo-info-popup-item .mo-info-popup__persons-list li {
  margin: 0;
}
.mo-info-popup .mo-info-popup__body .mo-info-popup__box .mo-info-popup-item .mo-info-popup__persons-list li a {
  color: #000;
}
.mo-info-popup .mo-info-popup__body p {
  margin-bottom: 1rem;
}
.mo-info-popup .mo-info-popup__dates-list {
  margin: 0;
  list-style: none;
  padding: 0;
  max-height: 300px;
  overflow-y: auto;
}
.mo-info-popup .mo-info-popup__dates-list .mo-info-popup__date {
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
.mo-info-popup .mo-info-popup__dates-list .mo-info-popup__date:last-child {
  border-bottom: none;
}
.mo-info-popup .mo-info-popup__dates-list .mo-info-popup__date.is-bg-white {
  background-color: #fff;
}
.mo-info-popup .mo-info-popup__dates-list .mo-info-popup__date.is-bg-grey {
  background-color: #F4F4F4;
}
.mo-info-popup .mo-info-popup__accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mo-info-popup .mo-info-popup__accordion .mo-info-popup__accordion-item {
  overflow: hidden;
  margin-bottom: 20px;
  border-bottom: 1px solid #F4F4F4;
}
.mo-info-popup .mo-info-popup__accordion .mo-info-popup__accordion-item .mo-info-popup__accordion-summary {
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding-bottom: 10px;
}
.mo-info-popup .mo-info-popup__accordion .mo-info-popup__accordion-item .mo-info-popup__accordion-summary:focus {
  outline: none;
}
.mo-info-popup .mo-info-popup__accordion .mo-info-popup__accordion-item .mo-info-popup__accordion-summary span.mo-info-popup-accordion__toggler-text {
  flex: 0 1 auto;
  color: #000;
  text-decoration: underline;
}
.mo-info-popup .mo-info-popup__accordion .mo-info-popup__accordion-item .mo-info-popup__accordion-summary span.mo-info-popup-accordion__toggler-icon {
  margin-left: 15px;
  pointer-events: none;
  transform-origin: center;
  translate: none;
  rotate: none;
  scale: none;
  transform: none;
}
.mo-info-popup .mo-info-popup__accordion .mo-info-popup__accordion-item .mo-info-popup__accordion-summary span.mo-info-popup-accordion__toggler-icon:after {
  content: url("../images/icons/arrow-down.png");
  width: 12px;
  height: 6px;
  display: inline-block;
}
.mo-info-popup .mo-info-popup__accordion-item[open] .mo-info-popup-accordion__toggler-icon {
  transform: rotate(180deg) skew(360deg, 0deg) !important;
}
.mo-info-popup .mo-info-popup__accordion-item[open] .mo-info-popup__accordion-summary:after {
  transform: rotate(45deg);
}
.mo-info-popup .mo-info-popup__accordion-content {
  font-size: 14px;
}
.mo-info-popup .mo-info-popup__accordion-content p.mo-info-popup__empty {
  color: #CF3D4A;
}
.mo-info-popup .mo-info-popup__persons-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.mo-info-popup .mo-info-popup__person:last-child {
  margin-bottom: 0;
}
.mo-info-popup .mo-info-popup__person a {
  color: #7d7d7d;
  text-decoration: none;
}
.mo-info-popup .mo-info-popup__person a:hover {
  text-decoration: underline;
  color: #CF3D4A;
}
.mo-info-popup .mo-info-popup__empty {
  margin: 0;
  font-size: 14px;
}
.mo-info-popup .mo-info-popup__status {
  padding: 2px 5px;
  border-radius: 5px;
  background-color: #85C43B;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
.mo-info-popup .mo-info-popup__actions {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.list-dont-miss-carousel {
  border-radius: 20px;
  box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  margin: 0 20px;
}
.list-dont-miss-carousel h2 {
  font-size: 22px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 0;
}
.list-dont-miss-carousel .item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.list-dont-miss-carousel .item img {
  border-radius: 20px;
  max-height: 180px;
}
.list-dont-miss-carousel .item .slide-gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.list-dont-miss-carousel .item .dontmiss-title {
  z-index: 10;
  display: block;
  color: #fff;
  text-align: left;
  font-size: 18px;
  padding: 0 20px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: underline;
  position: absolute;
  bottom: 20px;
  margin: 0 auto;
  left: 0;
  right: 0;
  white-space: pre-line;
  line-height: 23px;
}
.list-dont-miss-carousel .owl-nav {
  top: 43% !important;
}
.list-dont-miss-carousel .owl-nav button {
  margin: 0 10px;
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.8) !important;
  border-radius: 50% !important;
}
.list-dont-miss-carousel .owl-nav button:after, .list-dont-miss-carousel .owl-nav button:before {
  font-size: 35px;
  color: #000;
  top: 8px;
}

@media (max-width: 680px) {
  .mo-info-popup__dialog {
    margin: 5vh 16px !important;
    padding: 20px 22px !important;
  }
  .mo-info-popup__close {
    right: 0;
    top: 0;
  }
}
.dont-miss-section .top-list-item-designation {
  white-space: initial;
}

.list-mo-entities .title h1 {
  color: #383C3F;
  font-size: 2rem;
  margin-bottom: 0;
}

.axelites_trip-trip-index .listings-section .trip-days {
  margin: 0;
  font-weight: bold;
}

.artist {
  display: flex;
  margin: 0 20px;
  border-radius: 20px;
  box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 25px;
  margin-bottom: 23px;
}
.artist .artist-img {
  width: 485px;
}
.artist .artist-img img {
  border-radius: 20px;
}
.artist .artist-content {
  padding-left: 50px;
  width: calc(100% - 485px);
}
.artist .artist-content .title-sec span {
  opacity: 0.5;
  font-size: 19px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.artist .artist-content .title-sec h1 {
  font-weight: 300;
  letter-spacing: 5px;
  color: #272727;
  text-transform: uppercase;
  margin-bottom: 0;
}
.artist .artist-content .title-sec .date span {
  font-size: 12px;
  letter-spacing: normal;
}
.artist .artist-content .title-sec .duration span {
  font-size: 12px;
  letter-spacing: normal;
}
.artist .artist-content .content-blk {
  position: relative;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .artist .artist-content .content-blk {
    display: none !important;
  }
}
.artist .artist-content .content-blk div.more {
  max-height: 120px;
  overflow: hidden;
  transition: all 0.3s ease-out, color 0.3s ease-out;
  margin: 0;
  position: relative;
}
.artist .artist-content .content-blk a.more {
  left: 121px;
  bottom: 0;
}
.artist .artist-content .content-blk p.more {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3s ease-out, color 0.3s ease-out;
  margin: 0;
}
.artist .artist-content .content-blk.active {
  padding-bottom: 2rem;
}
.artist .artist-content .content-blk.active div.more {
  max-height: 2000px;
}
.artist .artist-content .specs {
  padding: 15px 0;
  margin-top: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}
.artist .artist-content .specs {
  zoom: 1;
  clear: both;
}
.artist .artist-content .specs:before, .artist .artist-content .specs:after {
  content: "";
  display: table;
}
.artist .artist-content .specs:after {
  clear: both;
}
.artist .artist-content .specs-left {
  text-align: center;
  padding-left: 15px;
}
.artist .artist-content .specs-left .cnt {
  text-align: center;
}
.artist .artist-content .specs-left .cnt:before {
  content: "";
  display: block;
  text-align: center;
  margin-bottom: 15px;
  width: 100%;
  height: 23px;
  background-size: 31px 23px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/icons/look.png);
}
.artist .artist-content .specs-right {
  margin-right: 15px;
}
.artist .artist-content .specs-right .button {
  background-color: transparent;
}
.artist .artist-content .specs-right .button:hover {
  background-color: #CF3D4A;
}

.partners {
  padding: 40px;
  margin: 30px 20px;
  border-radius: 20px;
  box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.partners .partner-blk {
  position: relative;
  overflow: hidden;
  max-height: 243px;
  transition: all 0.3s ease-out, color 0.3s ease-out;
}
.partners .partner-blk.active {
  max-height: 10000px;
}
.partners .partner-blk.active:after {
  display: none;
}
.partners .partner-blk .more, .partners .partner-blk .less {
  position: absolute;
  bottom: -5px;
  z-index: 2;
  left: 50%;
  text-decoration: underline;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.partners .partner-blk:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 85px;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 59%, #FFFFFF 100%);
}
.partners .partner-blk .col-1 {
  width: 30% !important;
}
.partners .partner-blk .col-2 {
  width: 25% !important;
}
.partners .partner-blk .col-3 {
  padding-left: 20px;
  width: 45% !important;
}
.partners .partner-blk .col-1, .partners .partner-blk .col-2, .partners .partner-blk .col-3 {
  float: left;
}
.partners .partner-blk .col-1 h3, .partners .partner-blk .col-2 h3, .partners .partner-blk .col-3 h3 {
  color: #272727;
  font-weight: 300;
}
.partners .partner-blk .members {
  column-count: 2;
}
.partners .partner-blk .members .member {
  max-width: 100%;
  padding: 0;
  line-height: 1;
}
.partners .partner-blk .members .member span {
  color: #383C3F;
  display: inline-block;
  vertical-align: middle;
}
.partners .partner-blk .members .member span.mem-icon {
  height: 46px;
  width: 46px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.partners .partner-blk .members .member span.mem-name {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.partners .partner-blk .members .member span.mem-name a {
  color: inherit;
  white-space: normal;
}
.partners .partner-blk .role {
  max-width: 80%;
  padding: 0;
  color: #383C3F;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.partners .partner-blk .role a {
  color: inherit;
  white-space: normal;
}
.partners .partner-blk .role a em {
  white-space: nowrap;
}
.partners .partner-blk .col-3 p {
  color: #383C3F;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

@media (max-width: 1024px) {
  .highlight .more.link-size-small {
    left: -9%;
  }
  .highlight .less.link-size-small {
    left: 4%;
  }
}
@media (max-width: 767px) {
  .listings-section .listings .list .bloc-first-step img {
    height: 23px;
    width: 23px;
  }
}
@media (max-width: 480px) {
  .toggle-beneficiary-form-group button {
    width: 100% !important;
  }
  .title-top {
    text-align: left !important;
  }
  .listings-section .listings .list {
    padding: 0;
  }
  .country-sort div.filter-close.filters-show, .function-sort div.filter-close.filters-show, .month-filter div.filter-close.filters-show {
    padding: 10px;
  }
  .country-sort div.filter-close.filters-show h3, .function-sort div.filter-close.filters-show h3, .month-filter div.filter-close.filters-show h3 {
    margin: 15px 0 0 0;
  }
}
.axelites_festival-festival-index .listings-section {
  margin-bottom: 40px;
}

/* Deepest support possible
@font-face {
  font-family: 'MyWebFont';
  src: url('webfont.eot');                                    // IE9 Compat Modes
  src: url('webfont.eot?#iefix') format('embedded-opentype'), // IE6-IE8
       url('webfont.woff2') format('woff2'),                  // Super Modern Browsers
       url('webfont.woff') format('woff'),                    // Pretty Modern Browsers
       url('webfont.ttf') format('truetype'),                 // Safari, Android, iOS
       url('webfont.svg#svgFontName') format('svg');          // Legacy iOS
}*/
/* Practical level of support
// Chrome 3.5+ - Safari 3+ - Firefox 3.5+ - Opera 10.1+ - IE 9+ - Android 2.2+ - iOS 4.3+     
@font-face {
  font-family: 'MyWebFont';
  src: url('myfont.woff2') format('woff2'),
       url('myfont.woff') format('woff'),
       url('myfont.ttf') format('truetype');
}*/
.listings.title h1, h1, .h1 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 36px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 10px 0 20px;
}

h2, .h2 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-style: normal;
  line-height: 40px;
  letter-spacing: 1px;
  color: #272727;
  text-align: left;
  padding: 0;
  margin: 0 0 20px;
}

h3, .h3 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: theme-letter-spacing-small;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 15px;
}

h4, .h4 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 10px;
}

h5, .h5 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 10px;
}

body, p, p.type1, p.type2, p.type3 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 170%;
  letter-spacing: 0.5px;
  color: #272727;
  text-align: left;
}

p, p.type1 {
  margin: 0 0 2rem 0;
}

p.type2 {
  font-size: 1.4rem;
}

p.type3 {
  font-size: 1rem;
}

button.line, .button.line, button.plain, .button.plain {
  padding: 20px 30px;
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 1.5px;
  color: #CF3D4A;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #CF3D4A;
  border-radius: 0px;
  background-color: transparent;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

button.line:hover, .button.line:hover, button.plain:hover, .button.plain:hover {
  color: white !important;
  background-color: #CF3D4A;
}

.search-form .button-wrap input, .search-form .button-wrap button, .search-form-mobile button {
  letter-spacing: 1.5px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #CF3D4A;
  border-radius: 0px;
  background-color: #CF3D4A;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.search-form .button-wrap input:hover, .search-form .button-wrap button:hover, .search-form-mobile button:hover {
  color: #CF3D4A !important;
  background-color: transparent;
}

button.plain, .button.plain {
  color: white;
  border: 2px solid #CF3D4A;
  background-color: #CF3D4A;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

button.plain:hover, .button.plain:hover {
  color: #CF3D4A !important;
  border: 2px solid #CF3D4A;
  background-color: transparent;
}

a.link-size-small, a.link-size-medium, a.link-size-large {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 10px;
  color: #CF3D4A;
  letter-spacing: 2px;
  text-transform: uppercase;
}

a.link-size-medium {
  font-size: 12px;
}

a.link-size-large {
  font-size: 14px;
}

.cartblk .bottom-section .btm-blk .detail .info .link, .artist-info .artist-listings .list .list-info a, .top-destinations-section .top-destinations-carousel .item .content-section .link, .ax-section.customblks .bloc-link .link, section.news .news-wrap ul li .news-blk .link-wrap .link, .listings-section .col-left .blk-img .btm-blk .link {
  padding-right: 20px;
  background-image: url(../images/red_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right center;
}

.ax-section.section-melomane .custom-two-blks .blk-img .right-blk .link {
  padding-right: 20px;
  background-image: url(../images/yellow_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right center;
  color: #aa9767;
}

.widget-block .receiveprizes a.yellowlink {
  padding-right: 40px;
  background-image: url(../images/white_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  color: white;
}

.widget-block .receiveprizes a.yellowlink:hover {
  background-image: url(../images/red_big_arrow.png);
}

.search-form .button-wrap input:after, .search-form .button-wrap button:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 22px;
  margin-left: 10px;
  background-image: url(../images/white_big_arrow.png);
  background-position: left top;
  background-repeat: no-repeat;
  vertical-align: middle;
  color: white;
}

.search-form .button-wrap input:hover:after, .search-form .button-wrap button:hover:after {
  background-image: url(../images/red_big_arrow.png);
}

.ax-section.section-melomane .custom-two-blks .blk-img, .listings-section .col-left .blk-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.listings-section .col-left .blk-img {
  background-position: center right;
}

@media (max-width: 480px) {
  .top-list-section .top-list-carousel {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: baselane;
    -moz-align-items: baselane;
    -ms-align-items: baselane;
    align-items: baselane;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .top-list-section .top-list-carousel .item {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.list-search-index .header-img {
  float: left;
  width: 331px;
  text-align: center;
}
.list-search-index .header-content {
  float: left;
  padding-left: 25px;
}

.border-right {
  border-right: 1px solid #E1E1E1;
  padding-left: 20px;
}
.border-right:first-child {
  padding-left: 0;
}

.cms-club-page .cover {
  position: relative;
}
.cms-club-page .cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.cms-club-page .cover p {
  color: #FFFFFF;
  font-size: 24px;
  position: relative;
  padding-top: 200px;
  width: 500px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
}
.cms-club-page .cover p.subtitle {
  line-height: 1.9;
  font-size: 12px;
  letter-spacing: 0.7px;
  color: #CDA446;
  text-align: center;
  font-weight: bold;
  position: relative;
  width: 300px;
  margin: 30px auto;
  padding: 0;
}
.cms-club-page .card-club {
  position: relative;
  width: 150px;
  margin: -5px auto 0 auto;
}
.cms-club-page .advantage {
  max-width: 90%;
  margin: 0 auto;
  margin-top: 50px;
}
.cms-club-page .advantage .reassurance.price {
  background: url(../images/cms/price.svg) no-repeat 0 0/35px transparent;
}
.cms-club-page .advantage .reassurance.network {
  background: url(../images/cms/location.svg) no-repeat 0 0/35px transparent;
}
.cms-club-page .advantage .reassurance.service {
  background: url(../images/cms/services.svg) no-repeat 0 0/35px transparent;
}
.cms-club-page .advantage .reassurance.help {
  background: url(../images/cms/help.svg) no-repeat 0 0/35px transparent;
}
.cms-club-page .advantage .reassurance.exclusive {
  background: url(../images/cms/exclusive.svg) no-repeat 0 0/35px transparent;
}
.cms-club-page .advantage .reassurance.resell {
  background: url(../images/cms/resell.svg) no-repeat 0 0/35px transparent;
}
.cms-club-page .advantage .reassurance.book {
  background: url(../images/cms/book.svg) no-repeat 0 0/35px transparent;
}
.cms-club-page .advantage div[class^=advantage-] {
  float: left;
  width: 50%;
}
.cms-club-page .advantage div[class^=advantage-] p {
  font-size: 15px;
  font-weight: 300;
  padding-left: 50px;
}
.cms-club-page .advantage div[class^=advantage-] .title {
  margin: 0 0 5px;
  color: #CF3D4A;
  font-weight: bold;
}
.cms-club-page .advantage .advantage-left {
  padding-right: 15px;
}
.cms-club-page .advantage .advantage-right {
  padding-left: 15px;
}
.cms-club-page div[class^=club-] {
  background-color: transparent;
  float: left;
  width: 49%;
  border: 2px solid #CF3D4A;
}
.cms-club-page div[class^=club-] hr {
  background-color: #383C3F;
  width: 60px;
  margin: 15px auto;
}
.cms-club-page div[class^=club-] p {
  color: #000;
  text-align: center;
  font-size: 13px;
  margin: 5px 0 0;
}
.cms-club-page div[class^=club-] p a.button {
  font-size: 12px;
  color: #FFF;
  background-color: #CF3D4A;
  margin: 30px 0;
  white-space: initial;
}
.cms-club-page div[class^=club-] p a.button:hover {
  background-color: #FFF;
  color: #CF3D4A;
}
.cms-club-page .club-left {
  margin-right: 1%;
  padding: 10px;
}
.cms-club-page .club-left p.price {
  margin-top: 50px;
}
.cms-club-page .club-right {
  margin-left: 1%;
  padding: 10px;
}
.cms-club-page .club-right p.price {
  margin-top: 26px;
}

.axelites-composer-composer-view .page-title-wrapper {
  display: none;
}

@media (max-width: 1240px) {
  .artist {
    padding: 20px 0;
  }
  .artist .artist-img {
    width: 40%;
  }
  .artist .artist-content {
    width: 60%;
  }
  .artist .artist-content .content-blk div.more {
    max-height: 120px;
    overflow: hidden;
    transition: all 0.3s ease-out, color 0.3s ease-out;
    margin: 0;
    position: relative;
  }
}
@media (max-width: 480px) {
  .list-search-index .header-content {
    padding: 0px;
    width: 100%;
  }
  .list-search-index .header-content h1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column-reverse;
    -moz-flex-flow: column-reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .cms-club-page .advantage .advantage-left, .cms-club-page .advantage .advantage-right {
    width: 100%;
  }
}
/* Deepest support possible
@font-face {
  font-family: 'MyWebFont';
  src: url('webfont.eot');                                    // IE9 Compat Modes
  src: url('webfont.eot?#iefix') format('embedded-opentype'), // IE6-IE8
       url('webfont.woff2') format('woff2'),                  // Super Modern Browsers
       url('webfont.woff') format('woff'),                    // Pretty Modern Browsers
       url('webfont.ttf') format('truetype'),                 // Safari, Android, iOS
       url('webfont.svg#svgFontName') format('svg');          // Legacy iOS
}*/
/* Practical level of support
// Chrome 3.5+ - Safari 3+ - Firefox 3.5+ - Opera 10.1+ - IE 9+ - Android 2.2+ - iOS 4.3+     
@font-face {
  font-family: 'MyWebFont';
  src: url('myfont.woff2') format('woff2'),
       url('myfont.woff') format('woff'),
       url('myfont.ttf') format('truetype');
}*/
.listings.title h1, h1, .h1 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 36px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 10px 0 20px;
}

h2, .h2 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-style: normal;
  line-height: 40px;
  letter-spacing: 1px;
  color: #272727;
  text-align: left;
  padding: 0;
  margin: 0 0 20px;
}

h3, .h3 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: theme-letter-spacing-small;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 15px;
}

h4, .h4 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 10px;
}

h5, .h5 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 10px;
}

body, p, p.type1, p.type2, p.type3 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 170%;
  letter-spacing: 0.5px;
  color: #272727;
  text-align: left;
}

p, p.type1 {
  margin: 0 0 2rem 0;
}

p.type2 {
  font-size: 1.4rem;
}

p.type3 {
  font-size: 1rem;
}

button.line, .button.line, button.plain, .button.plain {
  padding: 20px 30px;
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 1.5px;
  color: #CF3D4A;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #CF3D4A;
  border-radius: 0px;
  background-color: transparent;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

button.line:hover, .button.line:hover, button.plain:hover, .button.plain:hover {
  color: white !important;
  background-color: #CF3D4A;
}

.search-form .button-wrap input, .search-form .button-wrap button, .search-form-mobile button {
  letter-spacing: 1.5px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #CF3D4A;
  border-radius: 0px;
  background-color: #CF3D4A;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.search-form .button-wrap input:hover, .search-form .button-wrap button:hover, .search-form-mobile button:hover {
  color: #CF3D4A !important;
  background-color: transparent;
}

button.plain, .button.plain {
  color: white;
  border: 2px solid #CF3D4A;
  background-color: #CF3D4A;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

button.plain:hover, .button.plain:hover {
  color: #CF3D4A !important;
  border: 2px solid #CF3D4A;
  background-color: transparent;
}

a.link-size-small, a.link-size-medium, a.link-size-large {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 10px;
  color: #CF3D4A;
  letter-spacing: 2px;
  text-transform: uppercase;
}

a.link-size-medium {
  font-size: 12px;
}

a.link-size-large {
  font-size: 14px;
}

.cartblk .bottom-section .btm-blk .detail .info .link, .artist-info .artist-listings .list .list-info a, .ax-section.customblks .bloc-link .link, section.news .news-wrap ul li .news-blk .link-wrap .link, .listings-section .col-left .blk-img .btm-blk .link, .top-destinations-section .top-destinations-carousel .item .content-section .link {
  padding-right: 20px;
  background-image: url(../images/red_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right center;
}

.ax-section.section-melomane .custom-two-blks .blk-img .right-blk .link {
  padding-right: 20px;
  background-image: url(../images/yellow_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right center;
  color: #aa9767;
}

.widget-block .receiveprizes a.yellowlink {
  padding-right: 40px;
  background-image: url(../images/white_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  color: white;
}

.widget-block .receiveprizes a.yellowlink:hover {
  background-image: url(../images/red_big_arrow.png);
}

.search-form .button-wrap input:after, .search-form .button-wrap button:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 22px;
  margin-left: 10px;
  background-image: url(../images/white_big_arrow.png);
  background-position: left top;
  background-repeat: no-repeat;
  vertical-align: middle;
  color: white;
}

.search-form .button-wrap input:hover:after, .search-form .button-wrap button:hover:after {
  background-image: url(../images/red_big_arrow.png);
}

.ax-section.section-melomane .custom-two-blks .blk-img, .listings-section .col-left .blk-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.listings-section .col-left .blk-img {
  background-position: center right;
}

@media (max-width: 480px) {
  .top-list-section .top-list-carousel {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: baselane;
    -moz-align-items: baselane;
    -ms-align-items: baselane;
    align-items: baselane;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .top-list-section .top-list-carousel .item {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.axelites_trip-trip-index .cms-trip {
  padding-top: 15px;
}
.axelites_trip-trip-index .col-left h2 {
  font-size: 20px !important;
  color: #272727 !important;
  font-weight: 400 !important;
}
.axelites_trip-trip-index .listings-section.list-mo-entities h2 {
  color: #CF3D4A;
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
}
.axelites_trip-trip-index .listings-section.list-mo-entities h3 {
  font-weight: 400;
  font-size: 20px;
  font-style: normal;
  line-height: 40px;
  letter-spacing: 1px;
  color: #272727;
  text-align: left;
  padding: 0;
  margin: 0 0 20px;
}
.axelites_trip-trip-index .listings-section.list-mo-entities .bloc-bottom h5 {
  text-align: left !important;
  margin: 0;
  line-height: normal;
  font-weight: 500;
  letter-spacing: 1px;
}
.axelites_trip-trip-index .listings-section.list-mo-entities .info-block-trip.text {
  text-align: left;
}
.axelites_trip-trip-index .top-destinations-section.list-dont-miss-carousel h2 {
  font-size: 22px !important;
  line-height: 25px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  margin-bottom: 29px !important;
  color: black !important;
}

.axelites-trip-trip-index .search-form,
.axelites-trip-trip-index .breadcrumbs {
  display: none;
}
.axelites-trip-trip-index .dont-miss-section {
  margin: 0;
}
.axelites-trip-trip-index .dont-miss-section .container {
  border: 0;
}
.axelites-trip-trip-index .about-us .container {
  border-top: 1px solid #E1E1E1;
  padding-top: 25px;
}
.axelites-trip-trip-index .listings-section .listings .list .info-blk .top-sec {
  border-bottom: none;
}

.intro-section .banner-section {
  position: relative;
}
.intro-section .banner-section:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 282px;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.intro-section .banner-section .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.intro-section .banner-section .banner-content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 100px 80px;
  z-index: 4;
}
.intro-section .banner-section .banner-content {
  zoom: 1;
  clear: both;
}
.intro-section .banner-section .banner-content:before, .intro-section .banner-section .banner-content:after {
  content: "";
  display: table;
}
.intro-section .banner-section .banner-content:after {
  clear: both;
}
@media (max-width: 480px) {
  .intro-section .banner-section .banner-content {
    text-align: center;
  }
  .intro-section .banner-section .banner-content body {
    margin-top: 90px !important;
  }
  .intro-section .banner-section .banner-content .cleft > a:nth-of-type(-n+2) {
    background-color: #FFF !important;
    color: #383C3F;
  }
  .intro-section .banner-section .banner-content h1 {
    text-align: center;
    letter-spacing: 2px;
  }
  .intro-section .banner-section .banner-content .button {
    padding: 10px;
  }
}
.intro-section .banner-section .banner-content .button {
  background-color: #CF3D4A;
  color: white;
  font-size: 14px;
  letter-spacing: 2px;
  margin-right: 7px;
}
@media (max-width: 480px) {
  .intro-section .banner-section .banner-content .button {
    width: 100%;
    text-align: center;
    margin-top: 23px;
    margin: 10px 0 0 0;
  }
}
.intro-section .banner-section .banner-content::before, .intro-section .banner-section .banner-content::after {
  content: "";
  display: table;
}
.intro-section .banner-section .banner-content::after {
  clear: both;
}
@media (max-width: 1060px) {
  .intro-section .banner-section .banner-content {
    padding: 30px 20px;
  }
}

.intro-content {
  padding: 18px 0 0 0;
}
@media (max-width: 480px) {
  .intro-content {
    padding: 50px 0 18px 0;
  }
}
.intro-content .container {
  position: relative;
}
.intro-content p {
  font-size: 14px !important;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: justify;
}

a.minus, a.plus {
  color: #383C3F;
  font-size: 2.5rem;
  padding: 10px;
  font-weight: 900;
  text-decoration: none;
}
@media (max-width: 480px) {
  a.minus, a.plus {
    padding: 5px;
  }
}

.price_in_pop {
  padding: 12px 0 0 0;
}

.stay {
  font-weight: 600;
  font-size: 2rem;
}
@media (max-width: 480px) {
  .stay {
    font-size: 1.6rem;
  }
}

#mb-ajaxcart-wrapper .product-add-form .actions button.secondary .close-btn {
  background-color: #fff !important;
  margin: 5px 2px 2px 69% !important;
  border: 1px solid #000000 !important;
  color: #000000 !important;
}

#mb-ajaxcart-wrapper .product-add-form form {
  padding-bottom: 10px;
}
#mb-ajaxcart-wrapper .product-add-form form p.stay {
  line-height: unset;
  letter-spacing: unset;
  padding-right: 10px;
  text-align: left;
}

small {
  font-size: 1.3rem;
}

#mb-ajaxsuite-popup #product-options-wrapper .message p {
  margin: 0;
  color: #000;
  opacity: 1;
}

/*-- REFONT PAGE --*/
/*-- color --*/
.dark-red {
  color: #9a0e1c !important;
}

.gray-fine {
  color: #bbbdbe;
}

/*-- Common style --*/
.button-reserve {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
  margin-bottom: 18px;
}
.button-reserve button {
  background-color: #CF3D4A;
  border: none;
  color: #fff;
}
.button-reserve button:hover {
  background: #ffffff;
  color: #CF3D4A;
  transition: 0.3s ease-out;
  font-weight: 700;
}
.button-reserve button:after {
  content: "";
  display: inline-block;
  width: 27px;
  height: 24px;
  margin-left: 10px;
  background-image: url(../images/white_big_arrow.png);
  background-repeat: no-repeat;
  vertical-align: middle;
}

.text-underline {
  text-decoration: underline;
}

.h2 {
  font-weight: bold;
  font-size: 18px;
  color: #a51221;
  text-align: left !important;
  text-transform: uppercase;
}
.h2:after {
  content: " ";
  display: block;
  height: 3px;
  background-color: #a51221;
  margin-bottom: 20px;
}

.h3 {
  color: #1a171b;
  font-size: 18px;
  margin-top: 25px !important;
  margin-bottom: 28px;
  font-weight: bold;
}

.btn-see-more {
  background-color: #CF3D4A;
  color: #bbbdbe !important;
  padding-right: 0;
  display: inline-block;
  font-size: 14px;
  padding-left: 8px;
  margin-bottom: 35px;
  margin-top: 15px;
}
.btn-see-more .arrow-see-more {
  background-color: #ededee;
  display: inline-block;
  line-height: 2.5em;
  text-align: center;
  width: 2.5em;
  margin-left: 0.75em;
}

a.btn-see-more:hover {
  text-decoration: none !important;
}

.text-right {
  text-align: right;
}

.fleche-image-top {
  display: none;
}

.main .strengths {
  background-color: #F8F8F8;
  padding: 25px;
  color: #272727;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin-bottom: 50px;
}
.main .strengths .strengths-title {
  font-weight: 300;
  letter-spacing: 5px;
  color: #272727;
  font-size: 30px;
  line-height: 33px;
  margin-bottom: 30px;
}
.main .strengths ul {
  margin: 0;
}
.main .strengths ul li {
  position: relative;
  list-style-type: none;
}
.main .strengths ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -16px;
  width: 8px;
  height: 8px;
  background-image: url("../images/ok.png");
}
.main .stay-include, .main .stay-not-include {
  font-size: 16px;
  color: #272727;
  letter-spacing: 0.57px;
  line-height: 27px;
  font-weight: 300;
}
.main .stay-include ul, .main .stay-not-include ul {
  padding-left: 20px;
}
.main .stay-include ul li, .main .stay-not-include ul li {
  margin: 0;
}

.aside .useful-link {
  display: flex;
  justify-content: space-evenly;
  margin-left: 4px;
  text-align: center;
}
.aside .useful-link img {
  height: 36px;
}
.aside .refund {
  background: url("../images/sidebar-bg1.jpg") center no-repeat;
  background-size: cover;
  padding: 15px 25px 100px 25px;
  margin-bottom: 25px;
}
.aside .refund .earth {
  padding: 0 0 10px 0;
  text-align: center;
}
.aside .refund .desc {
  text-align: center;
}
.aside .refund .desc h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
.aside .refund .desc p {
  color: #fff;
  font-size: 14px !important;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: justify;
}
.aside .refund .desc a {
  color: #fff;
}
.aside .bloc-sidebar {
  font-size: 14px !important;
  padding: 25px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 7px 26px #EEEEEE;
  -moz-box-shadow: 0px 7px 26px #EEEEEE;
  box-shadow: 0px 7px 26px #EEEEEE;
}
.aside .bloc-sidebar h3 {
  font-weight: 500;
  font-size: 20px;
}
.aside .bloc-sidebar h3 img {
  max-width: 25px;
  margin-right: 10px;
}
.aside .bloc-sidebar .icon-box {
  display: block;
  margin: 0 auto;
  position: relative;
  width: fit-content;
}
.aside .bloc-sidebar .icon-box a {
  margin: 0 10px;
}
.aside .bloc-sidebar .icon-box a:hover {
  opacity: 0.6;
}
.aside .bloc-sidebar .bloc-bottom {
  text-align: center;
  padding-bottom: 25px;
}
.aside .bloc-sidebar .bloc-bottom h5 {
  color: #272727;
  text-align: center;
  line-height: 24px;
}
.aside .bloc-sidebar .bloc-bottom span {
  color: #CF3D4A;
}
.aside .fb-follow img {
  max-width: 75%;
  margin: 0 auto;
  display: block;
}
.aside .customer_reviews {
  text-align: center;
  position: relative;
}
.aside .customer_reviews a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.aside .customer_reviews a h2 {
  position: relative;
  font-weight: 500;
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #272727;
  margin: 0;
}

/********************* MODIF **************************/
/******************************************************/
.owl-nav {
  position: absolute;
  width: 100%;
  top: 45% !important;
}
.owl-nav .owl-prev {
  font-size: 0 !important;
  background: transparent;
  left: 0;
  position: absolute;
  width: 50px;
  height: 131px;
}
.owl-nav .owl-prev:before {
  content: "<";
  position: absolute;
  color: #CF3D4A;
  font-size: 47px;
  font-weight: 100;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
}
.owl-nav .owl-prev:hover {
  background-color: transparent;
}
.owl-nav .owl-next {
  font-size: 0 !important;
  background: transparent;
  right: 0;
  position: absolute;
  width: 50px;
  height: 131px;
}
.owl-nav .owl-next:after {
  content: ">";
  position: absolute;
  color: #CF3D4A;
  font-size: 47px;
  font-weight: 100;
  top: 10px;
  right: 0;
  left: 0;
  text-align: center;
}
.owl-nav .owl-next:hover {
  background-color: transparent;
}

.axelites_trip-trip-view .intro-section .banner-section {
  position: relative;
}
.axelites_trip-trip-view .intro-section .banner-section .banner-content {
  left: 0;
  right: 0;
  top: 0;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.axelites_trip-trip-view .intro-section .banner-section .banner-content:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 282px;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 1;
}
.axelites_trip-trip-view .intro-section .banner-section .banner-content a.link.button {
  padding: 10px 15px;
  background: #CDA446;
  border: none;
  white-space: normal;
}
.axelites_trip-trip-view .intro-section .banner-section .banner-content a.link.button:hover {
  text-decoration: none;
  background: #000;
}
.axelites_trip-trip-view .intro-section .banner-section .banner-content .content-left {
  z-index: 10;
}
.axelites_trip-trip-view .intro-section .banner-section .banner-content .content-left h1 {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #CF3D4A;
  font-weight: 600;
  line-height: 42px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
.axelites_trip-trip-view .intro-section .banner-section .banner-content .content-right {
  z-index: 10;
  margin-top: 22%;
  display: flex;
  align-items: center;
}
.axelites_trip-trip-view .intro-section .banner-section .banner-content .content-right .price {
  color: #fff;
  font-size: 14px;
  padding-right: 20px;
}
.axelites_trip-trip-view .intro-section .banner-section .banner-content .content-right .price span {
  font-size: 22px;
}
@media (max-width: 1024px) {
  .axelites_trip-trip-view .intro-section .banner-section .banner-content {
    flex-direction: column;
    justify-content: center;
  }
  .axelites_trip-trip-view .intro-section .banner-section .banner-content .content-right {
    margin-top: 50px;
  }
}
.axelites_trip-trip-view .intro-section .banner-section .img-copywrite {
  color: #cda446;
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 999;
  font-size: 11px;
  font-weight: 100;
  letter-spacing: 2px;
}

.tab-menu {
  margin-top: -30px;
  position: relative;
  z-index: 99;
}
.tab-menu ul {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 0;
}
.tab-menu li {
  padding: 0;
  background-color: #CF3D4A;
}
.tab-menu li a {
  background-color: #CF3D4A;
  text-decoration: none;
  color: #fff;
  padding: 10px 25px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  border-right: 1px solid #e1616d;
}
.tab-menu li:hover a {
  background-color: #fff;
  color: #CF3D4A;
}
.tab-menu li:last-child a {
  border-right: none;
}
.tab-menu li.box-icn:hover a {
  background-color: #CF3D4A;
  color: #fff;
}
.tab-menu li.box-icn a img {
  vertical-align: middle;
}

.container-intro {
  display: flex;
}
.container-intro .main {
  width: 68%;
}
.container-intro .aside {
  width: 30%;
  margin-left: 2%;
}

.section-bloc {
  margin-bottom: 35px;
}
.section-bloc h2 {
  font-weight: 400;
  letter-spacing: 5px;
  font-size: 24px;
  color: #272727;
  line-height: 40px;
  padding: 0 0 0 15px;
  text-align: left !important;
  text-transform: uppercase;
  margin: 0 0 25px 0;
  position: relative;
  display: block;
  width: fit-content;
  width: -moz-fit-content;
}
.section-bloc h2::after {
  content: "";
  width: 4px;
  height: 30px;
  background-color: #f1626e;
  position: absolute;
  left: 0;
  bottom: 6px;
}
.section-bloc .content-section {
  padding: 25px;
  -webkit-box-shadow: 0px 7px 26px #eeeeee;
  -moz-box-shadow: 0px 7px 26px #EEEEEE;
  box-shadow: 0px 7px 26px #eeeeee;
}
.section-bloc .content-section .detail {
  font-size: 14px;
  color: #272727;
  letter-spacing: 0.57px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}
.section-bloc .content-section .detail .section-img .col-3 {
  margin-right: 10px;
}
.section-bloc .content-section .detail .section-img .col-3:last-child {
  margin-right: 0;
}
.section-bloc .content-section .detail .section-img .col-3 img {
  width: 100%;
}
.section-bloc .content-section .panel-wrapper {
  position: relative;
}
.section-bloc .content-section .panel-wrapper .btn {
  color: #fff;
  background: #CF3D4A;
  border-radius: 0;
  right: 0;
  padding: 7px 20px 7px 10px;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0 auto;
}
.section-bloc .content-section .panel-wrapper .show, .section-bloc .content-section .panel-wrapper .hide {
  position: absolute;
  bottom: -40px;
  z-index: 100;
  text-align: center;
}
.section-bloc .content-section .panel-wrapper .show:after {
  content: ">>";
  font-size: 13px;
  letter-spacing: -3.1px;
  position: absolute;
  color: #fff;
  bottom: 10px;
  right: 7px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.section-bloc .content-section .panel-wrapper .show:target {
  display: none;
}
.section-bloc .content-section .panel-wrapper .show:target ~ .hide {
  display: block;
}
.section-bloc .content-section .panel-wrapper .show:target ~ .panel {
  max-height: 4000px;
}
.section-bloc .content-section .panel-wrapper .show:target ~ .fade {
  margin-top: 0;
}
.section-bloc .content-section .panel-wrapper .hide {
  display: none;
}
.section-bloc .content-section .panel-wrapper .hide:after {
  content: ">>";
  font-size: 13px;
  letter-spacing: -3.1px;
  position: absolute;
  color: #fff;
  bottom: 7px;
  right: 7px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.section-bloc .content-section .panel-wrapper .panel {
  position: relative;
  margin: 2em auto 30px;
  width: 100%;
  max-height: 20px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  padding-top: 25px;
}
.section-bloc .content-section .panel-wrapper .fade {
  height: 10px;
  position: relative;
}
.section-bloc .row-col .col-2 {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  border-bottom: 1px solid #e6e2e2;
}
.section-bloc .row-col .col-2 .slide-hotel {
  flex: 1;
  margin-right: 25px;
}
.section-bloc .row-col .col-2 .desc-hotel {
  flex: 1;
}

.container-intro ul {
  margin: 0;
  padding-left: 20px;
}
.container-intro ul li {
  position: relative;
  list-style-type: none;
}
.container-intro ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -16px;
  width: 8px;
  height: 8px;
  background-image: url("../images/ok.png");
}

.row {
  display: flex;
  align-items: center;
}
.row .col-3 {
  width: 33.33333%;
}
.row .col-4 {
  width: 40%;
}
.row .col-8 {
  width: 60%;
}

.section-post {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e3e3e3;
}
.section-post:first-child {
  padding-top: 0;
}
.section-post:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.section-post .bloc-post {
  padding-left: 15px;
}
.section-post .bloc-post .bloc-date {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.section-post .bloc-post h3.title-post {
  font-size: 22px;
}
.section-post .bloc-post h3.title-post span {
  font-size: 18px;
  color: #272727;
}
.section-post .bloc-post h4.type {
  color: #272727;
}
.section-post .bloc-post .content-bloc .p-content-bloc {
  margin-bottom: 10px;
}
.section-post .bloc-post .content-bloc .price {
  margin-bottom: 10px;
}
.section-post .bloc-post .content-bloc .price h4 {
  color: #272727;
  font-weight: 500;
}
.section-post .bloc-post .content-bloc .price .price-line {
  display: flex;
  justify-content: space-between;
  padding: 5px 15px;
}
.section-post .bloc-post .content-bloc .price .price-line h5 {
  color: #cda446;
  font-weight: 500;
}
.section-post .bloc-post .content-bloc .price .price-line span {
  font-weight: 500;
}
.section-post .bloc-post .content-bloc form {
  display: flex;
  justify-content: flex-end;
}
.section-post .bloc-post .content-bloc .btn {
  margin: 10px 0;
  z-index: 999;
  position: relative;
  background-color: #CF3D4A;
  color: #fff;
  letter-spacing: 3px;
  border: none;
  padding: 10px 22px;
}
.section-post .bloc-post .content-bloc .btn:hover {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .section-post .bloc-post .content-bloc .btn {
    float: right;
  }
}
.section-post .bloc-post .content-bloc .desc-spect {
  margin-bottom: 10px;
  background-color: #eee;
  padding: 10px;
}
.section-post .bloc-post .content-bloc .desc-spect h5 {
  color: #272727;
}

.spectacle .post-spect {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e3e3e3;
}
.spectacle .post-spect:first-child {
  padding-top: 0;
}
.spectacle .post-spect:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.post-spect .img-spect img {
  width: 100%;
}
.post-spect .content-spect {
  padding: 20px 0 0;
}
.post-spect .content-spect .col-4 h3 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 500;
  margin-right: 10px;
}
.post-spect .content-spect .col-4 h3 a {
  white-space: inherit;
}
.post-spect .content-spect .col-4 h3 span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
.post-spect .content-spect .col-4 h4.type {
  color: #272727;
  border-bottom: 1px solid #e3e3e3;
  padding: 20px 0;
  margin-right: 20px;
}
.post-spect .content-spect .col-4 .date {
  border-bottom: 1px solid #e3e3e3;
  padding: 10px 0 20px;
  margin-right: 20px;
}
.post-spect .content-spect .col-8 {
  padding-left: 2%;
}
.post-spect .content-spect .col-8 .desc-spect {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 23px;
  font-weight: 500;
}
.post-spect .content-spect .col-8 .desc-spect h5 {
  font-weight: 100;
  font-size: 12px;
  line-height: initial;
  margin-bottom: 0;
  color: #989898;
}

.master-icon-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 20px;
}
.master-icon-box:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.master-icon-box .icon-wrap {
  margin-right: 20px;
}
.master-icon-box .icon-wrap img {
  min-width: 20px;
}
.master-icon-box .content-master-box h4 {
  font-weight: 500;
}

.axelites_trip-trip-view section.about-us.about-us-fa {
  display: none;
}

.mb-ajaxsuite-popup-wrapper {
  z-index: 999 !important;
}

.top-destinations-section {
  margin: 0 0 40px 0;
}
@media (max-width: 480px) {
  .top-destinations-section {
    display: none;
  }
}
.top-destinations-section .container {
  padding-left: 25px;
  padding-bottom: 50px;
  padding-top: 25px;
  -webkit-box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border: none;
}
.top-destinations-section .top-destinations-carousel .item a.link-img img {
  border-radius: 20px 20px 0 0;
}
.top-destinations-section .top-destinations-carousel .item .content-section {
  color: white;
  background-color: #000;
  padding: 10px;
  text-align: center;
  font-weight: 300;
  height: auto !important;
  border-radius: 0 0 20px 20px;
}
.top-destinations-section .top-destinations-carousel .item .content-section .topdestinations-title {
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.top-destinations-section .top-destinations-carousel .item .content-section .topdestinations-desc {
  font-size: 1.2rem;
  letter-spacing: 1px;
  line-height: 17px;
  min-height: 60px;
}
.top-destinations-section .top-destinations-carousel .item .content-section .pack {
  font-size: 1.4rem;
  letter-spacing: 1.31px;
  margin-bottom: 10px;
}
.top-destinations-section .top-destinations-carousel .item .content-section .date-trip {
  font-size: 1.2rem;
  margin-bottom: 2px;
}
.top-destinations-section .top-destinations-carousel .item .content-section .link {
  letter-spacing: 2.14px;
  font-weight: bold;
  font-size: 1.3rem;
}
.top-destinations-section .top-destinations-carousel .item .content-section ul {
  font-size: 0;
  padding: 0;
  margin: 5px 0;
}
.top-destinations-section .top-destinations-carousel .item .content-section ul li {
  display: inline-block;
  width: 46px;
  height: 46px;
  margin: 0 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.top-destinations-section .top-destinations-carousel .item .content-section ul li img {
  width: auto;
}
.top-destinations-section .item > img {
  object-fit: none;
  height: 200px;
  width: 100%;
  max-height: 200px;
}
@media (max-width: 600px) {
  .top-destinations-section {
    margin: 20px 0;
  }
  .top-destinations-section .container {
    padding: 25px;
  }
  .top-destinations-section .top-destinations-carousel {
    min-width: 1px;
  }
  .top-destinations-section .item {
    width: 100%;
    max-width: 300px;
    margin: auto auto 15px;
  }
  .top-destinations-section .item > img {
    margin-bottom: 0;
    display: block;
  }
}
.top-destinations-section .owl-carousel .owl-item {
  max-height: 300px;
}

.trip-list .info-blk .content-bloc {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.trip-list .info-blk .content-bloc .info {
  max-width: 66%;
}
.trip-list .info-blk .content-bloc .price {
  display: flex;
  flex-direction: column;
  text-align: right;
  font-size: 28px;
  margin-bottom: 10px;
}
.trip-list .info-blk .content-bloc .price span {
  font-size: 12px;
  color: #989898;
}

#programme .img-copywrite {
  color: #383C3F;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 24px;
}

.trustpilot-widget {
  display: flex;
  align-items: center;
}

/***************  RESPONSIVE   ******************/
@media (max-width: 768px) {
  nav#myheader {
    display: none;
  }
  .container-intro {
    flex-direction: column;
  }
  .container-intro .main {
    width: 100%;
  }
  .container-intro .aside {
    width: 100%;
    margin-left: 0;
  }
  .row {
    flex-direction: column;
  }
  .row .col-3, .row .col-4, .row .col-8 {
    width: 100%;
  }
  .section-post .img-post {
    margin-bottom: 15px;
  }
  .section-post .bloc-post {
    padding-left: 0;
  }
  .post-spect .content-spect h4.type {
    margin-right: 0;
  }
  .post-spect .content-spect .date {
    margin-right: 0;
  }
  .content-section .detail .section-img .col-3 {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .section-bloc .content-section .panel-wrapper .btn {
    padding: 7px 20px 7px 10px;
    font-size: 14px;
  }
  .section-bloc .content-section .panel-wrapper .show:after {
    bottom: 9px;
  }
  .section-bloc .content-section .panel-wrapper .hide:after {
    bottom: 4px;
  }
  .banner-content .content-left {
    width: 80%;
  }
  .banner-content .content-left h1 {
    font-size: 27px;
    padding: 7px 10px;
    z-index: 999;
  }
  .banner-content .content-left .button {
    font-size: 13px !important;
    padding: 7px 10px !important;
    letter-spacing: 0 !important;
  }
  .banner-content .content-right {
    margin-top: 30px !important;
    width: 80%;
    flex-direction: column;
    align-items: center;
  }
  .banner-content .content-right .price {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 10px;
  }
  .tab-menu {
    margin-top: 20px !important;
  }
}
@media (max-width: 480px) {
  .axelites_trip-trip-view .intro-section .banner-section .owl-carousel .owl-nav {
    top: 13% !important;
  }
  .axelites_trip-trip-view .intro-section .banner-section .banner-content {
    padding: 0;
    position: relative;
  }
  .axelites_trip-trip-view .intro-section .banner-section .banner-content:after {
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 100%) !important;
  }
  .axelites_trip-trip-view .intro-section .banner-section .banner-content .content-left {
    width: 100%;
  }
  .axelites_trip-trip-view .intro-section .banner-section .banner-content .content-left h1 {
    color: #272727 !important;
  }
  .axelites_trip-trip-view .intro-section .banner-section .banner-content .content-left a.link.button {
    background: transparent !important;
    color: #272727 !important;
  }
  .axelites_trip-trip-view .intro-section .banner-section .banner-content .content-right .price {
    color: #CF3D4A !important;
  }
  .axelites_trip-trip-view .intro-section .banner-section .banner-content .content-right .price span {
    font-weight: 600;
  }
  .axelites_trip-trip-view .intro-section .banner-section .banner-content .content-right a.link.button {
    background: #CF3D4A !important;
  }
  .axelites_trip-trip-view .intro-section .banner-section:after {
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 100%) !important;
  }
}
@media (max-width: 414px) {
  .main .strengths .strengths-title {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 36px;
  }
}
.img-credit {
  color: white;
  position: absolute;
  left: 10px;
  bottom: 5px;
  z-index: 999;
  font-size: 10px;
  line-height: 1;
  font-weight: 100;
}
@media (max-width: 575px) {
  .img-credit {
    color: black;
    bottom: -5px;
    position: relative;
  }
}

.banner-section .item {
  min-height: 480px;
}

.image-container {
  position: absolute;
  display: flex;
  height: 32px !important;
  right: 5px;
  top: 5px;
  z-index: 10;
  align-items: center;
  justify-content: end;
  overflow: hidden;
}
.image-container .c_right_credit {
  margin: 0;
  overflow: hidden;
  transform: translateX(120%);
  transition: all 0.35s;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 3px 5px;
  display: none;
}
.image-container .c_right_credit.show_credit {
  display: inline-block;
}
.image-container .c_right {
  height: 32px;
  width: 32px !important;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
.image-container:hover .show_credit {
  transform: translateX(0%);
}

.bottom-text-slid {
  padding: 10px 15px;
  background: #CDA446;
  border: none;
  white-space: normal;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.success-content p.title a {
  text-wrap: wrap;
}

.owl-carousel.top-destinations-carousel.owl-theme.owl-loaded .date-trip {
  height: 42px;
}

.owl-carousel.top-destinations-carousel.owl-theme.owl-loaded .owl-item img {
  min-height: 125px;
}

#checkout-step-payment div#co-place-order-area {
  margin-left: 10px;
}
#checkout-step-payment div#co-place-order-area .osc-newsletter.field.choice {
  padding-left: 0;
  display: flex;
  align-items: flex-start;
}

.opening-date-mobile {
  display: none;
}
@media (max-width: 960px) {
  .opening-date-mobile {
    display: block;
  }
}

.receiveprizes {
  background-image: url("../images/cheque_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  padding: 20px 15px;
  color: #fff;
  text-align: center;
}
.receiveprizes .top-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0;
  margin-bottom: 10px;
  border: 0 !important;
}
.receiveprizes .top-section h3.title {
  font-weight: 500;
  color: #fff;
  padding-bottom: 20px;
  font-size: 20px;
  text-transform: uppercase;
}
.receiveprizes .top-section h3.title strong {
  color: #CF3D4A;
}
.receiveprizes .top-section img {
  width: 100px;
}
.receiveprizes a {
  background-color: #aa9767;
  border-radius: 10px;
  padding: 5px 40px 5px 10px;
  width: 100%;
  display: block;
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff;
  white-space: normal;
  position: relative;
  text-align: center;
}
.receiveprizes a:hover {
  text-decoration: none;
}
.receiveprizes span {
  display: block;
  color: #aa9767;
}
.receiveprizes .btn_compte {
  background: transparent;
  font-size: 12px;
  text-decoration: underline;
  text-align: center;
  padding: 5px 0 0;
}
.receiveprizes .btn_compte:hover {
  text-decoration: underline;
}

.mo-accordion-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  text-align: center;
}
.mo-accordion-loader p {
  color: #666;
  font-size: 16px;
  margin: 0;
}
.mo-accordion-loader .mo-loader-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #c70039;
  border-radius: 50%;
  animation: mo-spin 1s linear infinite;
  margin-bottom: 20px;
}

@keyframes mo-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
button#product-addtocart-button {
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 20px !important;
}

body.page-product-configurable, .checkout-cart-index {
  margin-top: 0;
}
@media (max-width: 960px) {
  body.page-product-configurable .breadcrumbs, .checkout-cart-index .breadcrumbs {
    display: none;
  }
  body.page-product-configurable .back, .checkout-cart-index .back {
    display: none;
  }
  body.page-product-configurable .product-cover, .checkout-cart-index .product-cover {
    padding-top: 19px;
  }
}
@media (max-width: 768px) {
  body.page-product-configurable .cky-btn-revisit-wrapper, .checkout-cart-index .cky-btn-revisit-wrapper {
    display: none;
  }
  body.page-product-configurable header.site-header, .checkout-cart-index header.site-header {
    width: 100%;
    position: sticky;
    z-index: 10;
    top: 0;
    border-bottom: 1px solid #e5e7eb;
  }
  body.page-product-configurable header.site-header .page-header, .checkout-cart-index header.site-header .page-header {
    padding: 16px;
  }
}
body.page-product-configurable #club-info-popup, .checkout-cart-index #club-info-popup {
  max-width: 500px;
  padding: 0;
}
body.page-product-configurable #club-info-popup .content-club-info, .checkout-cart-index #club-info-popup .content-club-info {
  padding: 23px 25px;
}
body.page-product-configurable #club-info-popup .btn-close-bottom, .checkout-cart-index #club-info-popup .btn-close-bottom {
  letter-spacing: 0;
  padding: 10px 12px;
  background: #c70039 !important;
  border: 1px solid #c70039;
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
}
body.page-product-configurable #club-info-popup .btn-close-bottom:hover, .checkout-cart-index #club-info-popup .btn-close-bottom:hover {
  background: transparent !important;
  color: #c70039;
}
@media (max-width: 650px) {
  body.page-product-configurable #club-info-popup, .checkout-cart-index #club-info-popup {
    max-width: 372px;
  }
}
body.page-product-configurable #premium-info-popup, body.page-product-configurable #offre-info-popup, body.page-product-configurable #modal-form-alert, .checkout-cart-index #premium-info-popup, .checkout-cart-index #offre-info-popup, .checkout-cart-index #modal-form-alert {
  max-width: 500px;
  padding: 0;
  border-radius: 10px 10px 0 0;
}
body.page-product-configurable #premium-info-popup .content-premium-info, body.page-product-configurable #premium-info-popup .content-offre-info, body.page-product-configurable #premium-info-popup .content-alert-info, body.page-product-configurable #offre-info-popup .content-premium-info, body.page-product-configurable #offre-info-popup .content-offre-info, body.page-product-configurable #offre-info-popup .content-alert-info, body.page-product-configurable #modal-form-alert .content-premium-info, body.page-product-configurable #modal-form-alert .content-offre-info, body.page-product-configurable #modal-form-alert .content-alert-info, .checkout-cart-index #premium-info-popup .content-premium-info, .checkout-cart-index #premium-info-popup .content-offre-info, .checkout-cart-index #premium-info-popup .content-alert-info, .checkout-cart-index #offre-info-popup .content-premium-info, .checkout-cart-index #offre-info-popup .content-offre-info, .checkout-cart-index #offre-info-popup .content-alert-info, .checkout-cart-index #modal-form-alert .content-premium-info, .checkout-cart-index #modal-form-alert .content-offre-info, .checkout-cart-index #modal-form-alert .content-alert-info {
  padding: 23px 25px;
}
body.page-product-configurable #premium-info-popup .content-premium-info h2, body.page-product-configurable #premium-info-popup .content-offre-info h2, body.page-product-configurable #premium-info-popup .content-alert-info h2, body.page-product-configurable #offre-info-popup .content-premium-info h2, body.page-product-configurable #offre-info-popup .content-offre-info h2, body.page-product-configurable #offre-info-popup .content-alert-info h2, body.page-product-configurable #modal-form-alert .content-premium-info h2, body.page-product-configurable #modal-form-alert .content-offre-info h2, body.page-product-configurable #modal-form-alert .content-alert-info h2, .checkout-cart-index #premium-info-popup .content-premium-info h2, .checkout-cart-index #premium-info-popup .content-offre-info h2, .checkout-cart-index #premium-info-popup .content-alert-info h2, .checkout-cart-index #offre-info-popup .content-premium-info h2, .checkout-cart-index #offre-info-popup .content-offre-info h2, .checkout-cart-index #offre-info-popup .content-alert-info h2, .checkout-cart-index #modal-form-alert .content-premium-info h2, .checkout-cart-index #modal-form-alert .content-offre-info h2, .checkout-cart-index #modal-form-alert .content-alert-info h2 {
  color: #272727;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
body.page-product-configurable #premium-info-popup .content-premium-info p, body.page-product-configurable #premium-info-popup .content-offre-info p, body.page-product-configurable #premium-info-popup .content-alert-info p, body.page-product-configurable #offre-info-popup .content-premium-info p, body.page-product-configurable #offre-info-popup .content-offre-info p, body.page-product-configurable #offre-info-popup .content-alert-info p, body.page-product-configurable #modal-form-alert .content-premium-info p, body.page-product-configurable #modal-form-alert .content-offre-info p, body.page-product-configurable #modal-form-alert .content-alert-info p, .checkout-cart-index #premium-info-popup .content-premium-info p, .checkout-cart-index #premium-info-popup .content-offre-info p, .checkout-cart-index #premium-info-popup .content-alert-info p, .checkout-cart-index #offre-info-popup .content-premium-info p, .checkout-cart-index #offre-info-popup .content-offre-info p, .checkout-cart-index #offre-info-popup .content-alert-info p, .checkout-cart-index #modal-form-alert .content-premium-info p, .checkout-cart-index #modal-form-alert .content-offre-info p, .checkout-cart-index #modal-form-alert .content-alert-info p {
  font-size: 14px;
  margin-bottom: 11px;
  line-height: 21px;
}
body.page-product-configurable #premium-info-popup .content-premium-info #email-alert, body.page-product-configurable #premium-info-popup .content-offre-info #email-alert, body.page-product-configurable #premium-info-popup .content-alert-info #email-alert, body.page-product-configurable #offre-info-popup .content-premium-info #email-alert, body.page-product-configurable #offre-info-popup .content-offre-info #email-alert, body.page-product-configurable #offre-info-popup .content-alert-info #email-alert, body.page-product-configurable #modal-form-alert .content-premium-info #email-alert, body.page-product-configurable #modal-form-alert .content-offre-info #email-alert, body.page-product-configurable #modal-form-alert .content-alert-info #email-alert, .checkout-cart-index #premium-info-popup .content-premium-info #email-alert, .checkout-cart-index #premium-info-popup .content-offre-info #email-alert, .checkout-cart-index #premium-info-popup .content-alert-info #email-alert, .checkout-cart-index #offre-info-popup .content-premium-info #email-alert, .checkout-cart-index #offre-info-popup .content-offre-info #email-alert, .checkout-cart-index #offre-info-popup .content-alert-info #email-alert, .checkout-cart-index #modal-form-alert .content-premium-info #email-alert, .checkout-cart-index #modal-form-alert .content-offre-info #email-alert, .checkout-cart-index #modal-form-alert .content-alert-info #email-alert {
  border-radius: 10px;
  border: 1px solid #BCBCBC;
  font-size: 12px;
}
body.page-product-configurable #premium-info-popup .content-premium-info #accept_newsletter, body.page-product-configurable #premium-info-popup .content-offre-info #accept_newsletter, body.page-product-configurable #premium-info-popup .content-alert-info #accept_newsletter, body.page-product-configurable #offre-info-popup .content-premium-info #accept_newsletter, body.page-product-configurable #offre-info-popup .content-offre-info #accept_newsletter, body.page-product-configurable #offre-info-popup .content-alert-info #accept_newsletter, body.page-product-configurable #modal-form-alert .content-premium-info #accept_newsletter, body.page-product-configurable #modal-form-alert .content-offre-info #accept_newsletter, body.page-product-configurable #modal-form-alert .content-alert-info #accept_newsletter, .checkout-cart-index #premium-info-popup .content-premium-info #accept_newsletter, .checkout-cart-index #premium-info-popup .content-offre-info #accept_newsletter, .checkout-cart-index #premium-info-popup .content-alert-info #accept_newsletter, .checkout-cart-index #offre-info-popup .content-premium-info #accept_newsletter, .checkout-cart-index #offre-info-popup .content-offre-info #accept_newsletter, .checkout-cart-index #offre-info-popup .content-alert-info #accept_newsletter, .checkout-cart-index #modal-form-alert .content-premium-info #accept_newsletter, .checkout-cart-index #modal-form-alert .content-offre-info #accept_newsletter, .checkout-cart-index #modal-form-alert .content-alert-info #accept_newsletter {
  font-size: 12px;
  line-height: 17px;
}
body.page-product-configurable #premium-info-popup .content-premium-info .newsletter-approval p, body.page-product-configurable #premium-info-popup .content-offre-info .newsletter-approval p, body.page-product-configurable #premium-info-popup .content-alert-info .newsletter-approval p, body.page-product-configurable #offre-info-popup .content-premium-info .newsletter-approval p, body.page-product-configurable #offre-info-popup .content-offre-info .newsletter-approval p, body.page-product-configurable #offre-info-popup .content-alert-info .newsletter-approval p, body.page-product-configurable #modal-form-alert .content-premium-info .newsletter-approval p, body.page-product-configurable #modal-form-alert .content-offre-info .newsletter-approval p, body.page-product-configurable #modal-form-alert .content-alert-info .newsletter-approval p, .checkout-cart-index #premium-info-popup .content-premium-info .newsletter-approval p, .checkout-cart-index #premium-info-popup .content-offre-info .newsletter-approval p, .checkout-cart-index #premium-info-popup .content-alert-info .newsletter-approval p, .checkout-cart-index #offre-info-popup .content-premium-info .newsletter-approval p, .checkout-cart-index #offre-info-popup .content-offre-info .newsletter-approval p, .checkout-cart-index #offre-info-popup .content-alert-info .newsletter-approval p, .checkout-cart-index #modal-form-alert .content-premium-info .newsletter-approval p, .checkout-cart-index #modal-form-alert .content-offre-info .newsletter-approval p, .checkout-cart-index #modal-form-alert .content-alert-info .newsletter-approval p {
  display: flex;
  align-items: flex-start;
}
body.page-product-configurable #premium-info-popup #create_alert, body.page-product-configurable #offre-info-popup #create_alert, body.page-product-configurable #modal-form-alert #create_alert, .checkout-cart-index #premium-info-popup #create_alert, .checkout-cart-index #offre-info-popup #create_alert, .checkout-cart-index #modal-form-alert #create_alert {
  color: #272727;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
body.page-product-configurable #premium-info-popup .btn-close-bottom, body.page-product-configurable #offre-info-popup .btn-close-bottom, body.page-product-configurable #modal-form-alert .btn-close-bottom, .checkout-cart-index #premium-info-popup .btn-close-bottom, .checkout-cart-index #offre-info-popup .btn-close-bottom, .checkout-cart-index #modal-form-alert .btn-close-bottom {
  letter-spacing: 0;
  padding: 10px 12px;
  background: #c70039 !important;
  border: 1px solid #c70039;
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
}
body.page-product-configurable #premium-info-popup .btn-close-bottom:hover, body.page-product-configurable #offre-info-popup .btn-close-bottom:hover, body.page-product-configurable #modal-form-alert .btn-close-bottom:hover, .checkout-cart-index #premium-info-popup .btn-close-bottom:hover, .checkout-cart-index #offre-info-popup .btn-close-bottom:hover, .checkout-cart-index #modal-form-alert .btn-close-bottom:hover {
  background: transparent !important;
  color: #c70039;
}
@media (max-width: 650px) {
  body.page-product-configurable #premium-info-popup, body.page-product-configurable #offre-info-popup, body.page-product-configurable #modal-form-alert, .checkout-cart-index #premium-info-popup, .checkout-cart-index #offre-info-popup, .checkout-cart-index #modal-form-alert {
    max-width: 372px;
  }
}
body.page-product-configurable .page-header, .checkout-cart-index .page-header {
  padding: 16px;
}
body.page-product-configurable #comment-wrapper, .checkout-cart-index #comment-wrapper {
  text-align: right;
}
body.page-product-configurable #comment-wrapper .souhaits-box, .checkout-cart-index #comment-wrapper .souhaits-box {
  height: 114px !important;
  border-radius: 12px;
  border: 1px solid #6b7280;
}
body.page-product-configurable #comment-wrapper .souhaits-box::placeholder, .checkout-cart-index #comment-wrapper .souhaits-box::placeholder {
  font-size: 12px;
  font-weight: 300;
}
body.page-product-configurable #comment-wrapper :active, body.page-product-configurable #comment-wrapper :focus, .checkout-cart-index #comment-wrapper :active, .checkout-cart-index #comment-wrapper :focus {
  border: 2px solid #c70039;
  box-shadow: none;
}

p {
  text-align: justify;
}

div.content p {
  text-align: justify;
}

.product-cover {
  position: relative;
}
.product-cover img {
  border-radius: 10px;
}
.product-cover.loading img {
  opacity: 0.75;
}
.product-cover.loading:after {
  content: "";
  display: inline-block;
  height: 25px;
  width: 29px;
  background-image: url(../images/ajax-loader.gif);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-cover img {
  transition: opacity 0.5s;
  width: 100%;
  display: block;
}
.product-cover .img-gallery {
  padding: 0;
}
@media (max-width: 480px) {
  .product-cover .img-gallery {
    padding-top: 16px !important;
  }
}
.product-cover .img-gallery li {
  display: inline-block;
  width: 100px;
  margin: 0 6px;
  padding: 2px;
  cursor: pointer;
  border: 2px solid white;
}
.product-cover .img-gallery li.active {
  border-color: #CF3D4A;
}
.product-cover .img-gallery li:first-child {
  margin-left: 0;
}
.product-cover .img-gallery li:last-child {
  margin-right: 0;
}

.product-advantage {
  display: inline-block;
}
@media (max-width: 480px) {
  .product-advantage {
    padding-top: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.product-advantage a {
  color: #272727;
  font-size: 12px;
  text-decoration: none;
  letter-spacing: 1px;
  display: block;
  position: relative;
  padding-left: 25px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-advantage a:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.product-advantage a:hover:before {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.product-advantage .like-product:before {
  background-image: url(../images/temps-fort.svg);
}
.product-advantage .like-product:hover {
  color: #a487bc;
}
.product-advantage .discovery-product:before {
  background-image: url(../images/first-step.svg);
}
.product-advantage .discovery-product:hover {
  color: #5c96df;
}

.product-header {
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
}
.product-header {
  zoom: 1;
  clear: both;
}
.product-header:before, .product-header:after {
  content: "";
  display: table;
}
.product-header:after {
  clear: both;
}
.product-header .product-logo {
  float: left;
  width: 10.28%;
}
.product-header .product-logo img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.product-header .product-logo .vignette {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #ffffff;
  line-height: 74px;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  display: inline-block;
}
.product-header .product-logo .opera:after {
  background: #CF3D4A;
}
.product-header .product-logo .concerts:after,
.product-header .product-logo .concert:after {
  background: #EE3444;
}
.product-header .product-logo .ballets:after {
  background: #F1626E;
}
.product-header .product-logo .tempsforts:after {
  background: #A487BC;
}
.product-header .product-logo .opera {
  background: #8b1b2c;
}
.product-header .product-logo .theatre {
  background: #c22733;
}
.product-header .product-logo .musicale {
  background: #f3a2a9;
}
.product-header .product-logo .show {
  background: #aa7a81;
}
.product-header .product-logo .concerts, .product-header .product-logo .concert {
  background: #ee3444;
}
.product-header .product-logo .ballet,
.product-header .product-logo .ballets {
  background: #ff616d;
}
.product-header .product-logo .tempsforts {
  background: #A487BC;
}
@media (max-width: 767px) {
  .product-header .product-logo {
    display: none;
  }
}
@media (max-width: 960px) {
  .product-header .adv-desk {
    display: none;
  }
}
.product-header .product-title-area {
  float: right;
  width: 89%;
}
.product-header .product-title-area h1 {
  margin-top: 0 !important;
}
.product-header .product-title-area .product-title {
  font-size: 3rem;
  line-height: 42px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  color: #272727;
  width: 80%;
}
.product-header .product-title-area .product-title span {
  display: block;
  font-size: 2.1rem;
  font-weight: 300;
}
.product-header .product-title-area .product-title .tag-mobile {
  display: none;
}
@media (max-width: 767px) {
  .product-header .product-title-area .product-title {
    width: 100%;
    font-size: 25px;
    line-height: 1.5;
  }
  .product-header .product-title-area .product-title h1 {
    font-size: 22px !important;
    line-height: 30px !important;
    letter-spacing: 0 !important;
  }
  .product-header .product-title-area .product-title .tag-mobile {
    display: inline-flex;
    align-items: center;
  }
  .product-header .product-title-area .product-title .tag-mobile.tag-premium {
    color: #0c0c0c !important;
  }
  .product-header .product-title-area .product-title .tag-mobile.tag-premium svg {
    border-radius: 50%;
    border: 1px solid #0c0c0c;
    width: 13px;
    height: 13px;
    margin-left: 4px;
    fill: #0c0c0c;
  }
  .product-header .product-title-area .product-title .tag-mobile.tag-package svg {
    border-radius: 50%;
    border: 1px solid #ffffff;
    width: 13px;
    height: 13px;
    margin-left: 4px;
    fill: #ffffff;
  }
}
.product-header .product-title-area .like-product {
  padding-bottom: 12px;
}
.product-header .product-title-area .badge-adv {
  display: none;
}
@media (max-width: 768px) {
  .product-header .product-title-area .badge-adv .like-product {
    font-weight: 400;
    padding-bottom: 12px;
  }
}
.product-header .product-title-area .product-meta {
  margin-top: 20px;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 1px;
}
.product-header .product-title-area .product-meta {
  zoom: 1;
  clear: both;
}
.product-header .product-title-area .product-meta:before, .product-header .product-title-area .product-meta:after {
  content: "";
  display: table;
}
.product-header .product-title-area .product-meta:after {
  clear: both;
}
@media (max-width: 480px) {
  .product-header .product-title-area .product-meta {
    margin-top: 13px;
  }
}
.product-header .product-title-area .product-meta .product-time {
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  .product-header .product-title-area .product-meta .product-time {
    margin-bottom: 0;
  }
}
.product-header .product-title-area .product-meta .price-mobile {
  display: none;
}
@media (max-width: 768px) {
  .product-header .product-title-area .product-meta .price-mobile {
    display: block;
    padding-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    color: #090909;
  }
  .product-header .product-title-area .product-meta .price-mobile span {
    font-size: 18px;
  }
}
.product-header .product-title-area .product-meta .right {
  float: right;
}
.product-header .product-title-area .product-meta .like-product,
.product-header .product-title-area .product-meta .discovery-product {
  display: block;
  font-weight: bold;
  font-size: 1.3rem;
}
.product-header .product-title-area .product-meta .btn-date-reserve {
  display: none;
}
@media (max-width: 960px) {
  .product-header .product-title-area .product-meta .btn-date-reserve {
    display: inline-block;
    font-size: 1rem;
    padding: 9px 20px;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #CF3D4A;
    color: #CF3D4A;
  }
  .product-header .product-title-area .product-meta .btn-date-reserve:hover, .product-header .product-title-area .product-meta .btn-date-reserve:focus, .product-header .product-title-area .product-meta .btn-date-reserve:active {
    text-decoration: none !important;
  }
}
.product-header .product-title-area .sharing_toolbox {
  overflow: hidden;
  clear: both;
}
.product-header .product-title-area .sharing_toolbox ul {
  margin: 15px 0 !important;
  display: block;
  overflow: hidden;
  padding: 0;
}
.product-header .product-title-area .sharing_toolbox ul li {
  display: inline-block;
  float: left;
  margin: 0 5px;
  list-style: none;
}
@media (max-width: 767px) {
  .product-header .product-title-area {
    width: 100%;
    margin-top: 26px;
  }
}
@media (max-width: 767px) {
  .product-header .product-meta .product-location,
  .product-header .product-meta .product-time {
    width: 100%;
    margin: 5px 0;
  }
}
.product-header .product-location {
  padding-bottom: 9px;
}
@media (max-width: 767px) {
  .product-header .product-location {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 3px;
  }
}

.product-detail {
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 25px !important;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .product-detail {
    margin-bottom: 21px !important;
    padding-bottom: 15px;
  }
}
.product-detail .product-info {
  zoom: 1;
  clear: both;
}
.product-detail .product-info:before, .product-detail .product-info:after {
  content: "";
  display: table;
}
.product-detail .product-info:after {
  clear: both;
}
.product-detail .product-info .left {
  display: flex;
  margin-top: 12px;
}
.product-detail .product-info .left .product-location {
  font-size: 14px;
}
@media (max-width: 767px) {
  .product-detail .product-info .left .product-location {
    font-size: 16px;
    line-height: 20px;
  }
}
.product-detail .product-info .left .product-info-left {
  margin-left: 12px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 3px;
}
.product-detail .product-info .left .product-info-left .product-location {
  font-size: 14px;
}
@media (max-width: 767px) {
  .product-detail .product-info .left .product-info-left .product-location {
    font-size: 16px;
    line-height: 20px;
  }
}
.product-detail .product-info .left .product-info-left .product-time {
  font-size: 13px;
}
@media (max-width: 767px) {
  .product-detail .product-info .left .product-info-left .product-time {
    padding-top: 10px;
  }
}
.product-detail .product-info .left .product-info-left .duration {
  display: flex;
  align-items: center;
  gap: 4px;
  color: gray;
}
.product-detail .sub-head {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.product-detail .btn-show-info, .product-detail .btn-hide-info {
  color: #8b1b2d;
  font-size: 14px;
  font-weight: 500;
  border: 0;
  text-transform: initial;
  letter-spacing: 0;
  padding: 5px 0 0 34px;
  text-decoration: underline;
}
.product-detail .btn-show-info:hover, .product-detail .btn-hide-info:hover {
  background: transparent;
  color: black;
}
.product-detail div#product-details {
  padding-top: 20px;
}
.product-detail .product-content {
  float: left;
  width: 52.4%;
}
.product-detail .product-content .product-name {
  color: #272727;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: none;
}
@media (max-width: 480px) {
  .product-detail .product-content .product-name {
    margin-bottom: 4px;
  }
  .product-detail .product-content .product-name .duration {
    font-size: 13px;
    margin-bottom: 1px;
  }
}
.product-detail .product-content h3 .duration {
  margin-top: 5px;
}
.product-detail .product-content .duration {
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
  text-transform: initial;
  font-weight: bold;
  padding: 3px 0;
}
.product-detail .product-content .duration img {
  opacity: 0.2;
  vertical-align: sub;
}
.product-detail .product-description {
  float: left;
  width: 95%;
}
@media (max-width: 800px) {
  .product-detail .product-description {
    width: 100%;
    margin: 10px 0 0 !important;
  }
}
.product-detail .product-description .product-desc {
  font-size: 1.4rem;
  line-height: 24px;
  position: relative;
  overflow: hidden;
  max-height: 155px;
}
.product-detail .product-description .product-desc p {
  font-size: 1.4rem;
  line-height: 24px;
  margin-bottom: 8px;
  color: #383C3F;
}
@media (max-width: 480px) {
  .product-detail .product-description .product-desc p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
  }
  .product-detail .product-description .product-desc p strong {
    font-size: 12px;
    line-height: 17px;
    font-weight: 600;
  }
}
.product-detail .product-description .product-desc p:last-child {
  margin-bottom: 0px;
}
.product-detail .product-description .product-desc a {
  color: #CF3D4A;
}
.product-detail .product-description .product-desc .view-more-block {
  font-size: 12px;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  height: 100px;
  padding-top: 80px;
  text-transform: initial !important;
  background-image: linear-gradient(0deg, #fff 23%, rgba(255, 255, 255, 0) 95%);
}
.product-detail .product-description .product-desc .view-less-block {
  font-size: 12px;
}
.product-detail .product-members {
  float: right;
  width: 40%;
}
.product-detail .product-members .product-members-list {
  position: relative;
}
.product-detail .product-members .product-members-list ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  max-height: 220px;
  overflow: hidden;
}
.product-detail .product-members .product-members-list ul li .member-designation {
  font-size: 1.2rem;
  color: #989898;
}
.product-detail .product-members .product-members-list .view-more-block {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  height: 100px;
  padding-top: 80px;
  background-image: linear-gradient(0deg, #FFFFFF 23%, rgba(255, 255, 255, 0) 95%);
}
.product-detail .product-members .product-members-list .view-more-block a {
  color: #CF3D4A;
}
.product-detail .product-members .product-members-list .view-less-block {
  display: none;
}
.product-detail .product-members .product-members-list .view-more-block {
  display: block;
}
.product-detail .product-members .product-members-list.show-all ul {
  max-height: none;
}
.product-detail .product-members .product-members-list.show-all .view-more-block {
  display: none;
}
.product-detail .product-members .product-members-list.show-all .view-less-block {
  display: block;
}
@media (max-width: 767px) {
  .product-detail .product-content, .product-detail .product-members {
    width: 100%;
    margin: 10px 0 0 !important;
  }
}

.price-reserve {
  display: none;
}
@media (max-width: 960px) {
  .price-reserve {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
  }
}

div[data-role=tier-price-block] {
  display: none !important;
}

.detailed .product.items.data .item.title .switch {
  border: 0;
}
.detailed .product.items.data .description {
  max-width: 650px;
  margin: 0 auto;
}

.product-not-sellable {
  background-color: #c70039;
  color: #FFF;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 10px 0;
  padding: 15px;
  border-radius: 7px;
  margin-bottom: 37px !important;
  border: 0 !important;
}

#efstep-1 {
  border-bottom: 2px dashed #CFCFCF;
}

#efstep-2 .opening-date {
  background-color: #F5A623;
  color: #272727;
  font-weight: 700;
  text-align: center;
  margin: 10px 0;
  padding: 10px;
  font-size: 1.5rem;
}

#efstep-3 .tr {
  font-size: 13px;
  overflow: hidden;
}
#efstep-3 .tr .options-blk {
  overflow: hidden;
}
#efstep-3 .tr .options-blk .icon-option {
  width: 40px;
  height: 40px;
  float: left;
  margin: 0 0 0 5px;
}
#efstep-3 .tr .options-blk .verre-option {
  background: url(../images/verre-option.png) no-repeat center 0;
}
#efstep-3 .tr .options-blk .livret-option {
  background: url(../images/livret-option.png) no-repeat center 5px;
}
#efstep-3 .tr .options-blk .menu-option {
  background: url(../images/menu-option.png) no-repeat center 5px;
}
#efstep-3 .tr .options-blk .visite-option {
  background: url(../images/visite-option.png) no-repeat center 5px;
}
#efstep-3 .tr .options-blk .infos-options {
  position: relative;
}
#efstep-3 .tr .options-blk .infos-options .title-option {
  display: block;
  color: #1F2937;
  font-weight: 500;
  font-size: 14px;
}
#efstep-3 .tr .options-blk .infos-options .d-flex-option {
  display: flex;
  justify-content: space-between;
  padding-left: 7px;
}
#efstep-3 .tr .options-blk .infos-options .d-flex-option .fancybox-html {
  display: block;
}
#efstep-3 .tr .options-blk .infos-options .d-flex-option .mo-date-widget {
  margin-top: 0;
}
#efstep-3 .tr .options-blk .infos-options .d-flex-option .mo-date-widget .mo-qty-control__btn--plus {
  background: #8b1b2d;
}
#efstep-3 .tr .options-blk .infos-options .d-flex-option .fancybox-html {
  color: #8b1b2d;
}
#efstep-3 .tr .options-blk .infos-options .price-option {
  color: #101010;
  font-size: 14px;
  font-weight: 300;
}
#efstep-3 .tr .quantity {
  width: 15%;
  float: left;
}
#efstep-3 .tr .td select {
  font-size: 14px;
  border: none;
  background-image: url(../images/arrow-down.png);
  background-size: 11px 7px;
  background-position: 20px center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 0;
  height: 35px;
  color: #000000;
  font-weight: 600;
  padding: 5px 15px 5px 5px;
  text-align: center;
}
#efstep-3 .widget-wrap .supplier-product-extra-qty {
  float: right;
  font-size: 12px;
  font-weight: 600;
  color: #989898;
  position: absolute;
  margin-top: -20px;
  right: 0;
  margin-right: 40px;
}

.product-offer {
  margin-bottom: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  position: relative;
  padding: 0 4px;
}
.product-offer {
  zoom: 1;
  clear: both;
}
.product-offer:before, .product-offer:after {
  content: "";
  display: table;
}
.product-offer:after {
  clear: both;
}
@media (max-width: 960px) {
  .product-offer {
    display: none;
    padding: unset;
  }
}
.product-offer:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 4px;
  background: url(../images/icons/offer-triangle-dark.png) repeat-y left top;
}
@media (max-width: 480px) {
  .product-offer:before {
    content: none;
  }
}
.product-offer:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: url(../images/icons/offer-triangle.png) repeat-y left top;
}
@media (max-width: 480px) {
  .product-offer:after {
    content: none;
  }
}
.product-offer-head {
  width: 26%;
  background: #bdbd89;
  position: relative;
}
@media (max-width: 480px) {
  .product-offer-head {
    width: 100%;
    padding: 11px;
  }
}
.product-offer-head span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  text-transform: uppercase;
  color: white;
  letter-spacing: 3px;
}
@media (max-width: 480px) {
  .product-offer-head span {
    position: unset;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    font-weight: 300;
    color: #000;
    letter-spacing: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    color: #0a0a0a;
  }
}
.product-offer-info {
  background: #EFEDD7;
  width: 74%;
  padding: 25px 20px 14px 20px;
}
@media (max-width: 480px) {
  .product-offer-info {
    width: 100%;
  }
}
.product-offer-info p {
  margin-bottom: 10px;
}

.product-promo {
  margin-bottom: 50px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  position: relative;
  padding: 0px 4px;
}
.product-promo {
  zoom: 1;
  clear: both;
}
.product-promo:before, .product-promo:after {
  content: "";
  display: table;
}
.product-promo:after {
  clear: both;
}
.product-promo .product-promo-head {
  border-radius: 10px 0 0 10px;
  padding: 21px 10px 0 13px;
}
.product-promo .product-promo-info {
  background: #F7DBAE;
  width: 74%;
  padding: 25px 20px 14px 20px;
  border-radius: 0 10px 10px 0px;
}
@media (max-width: 768px) {
  .product-promo {
    display: none !important;
  }
  .product-promo .product-promo-head {
    width: 100%;
    background: #FBCA79;
    position: unset;
    padding: 7px;
  }
  .product-promo .product-promo-head .product-promo-head span {
    display: unset;
    position: unset;
    left: unset;
    top: unset;
    padding-top: 10px;
  }
  .product-promo .product-promo-info {
    width: 100%;
    padding: 11px 20px 5px 11px;
  }
  .product-promo .product-promo-info p {
    margin-bottom: 10px;
  }
}
.product-promo-head {
  width: 26%;
  background: #FBCA79;
  position: relative;
}
.product-promo-head span {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  text-transform: uppercase;
  color: white;
  letter-spacing: 3px;
}
.product-promo-info {
  background: #F7DBAE;
  width: 74%;
  padding: 25px 20px 14px 20px;
}
.product-promo-info p {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .product-promo {
    display: block;
  }
}

.product-free-field {
  margin-bottom: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  position: relative;
  padding: 0px 4px;
}
.product-free-field {
  zoom: 1;
  clear: both;
}
.product-free-field:before, .product-free-field:after {
  content: "";
  display: table;
}
.product-free-field:after {
  clear: both;
}
@media (max-width: 480px) {
  .product-free-field {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: unset;
  }
}
.product-free-field.new-field {
  background: #fff0f0;
  width: 100%;
  padding: 15px 20px 1px 20px;
  display: block;
}
.product-free-field.new-field:after {
  background: none;
}
.product-free-field:after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 4px;
  background: url(../images/icons/offer-triangle.png) repeat-y left top;
}
@media (max-width: 480px) {
  .product-free-field:after {
    content: none;
  }
}
.product-free-field-head {
  width: 26%;
  background: #CB3433;
  position: relative;
  padding: 76px 0px 72px 26px;
}
@media (max-width: 480px) {
  .product-free-field-head {
    width: 100%;
    padding: 11px;
  }
}
.product-free-field-head span {
  display: block;
  position: absolute;
  left: 41%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 19px;
  line-height: 27px;
  font-weight: 100;
  text-transform: uppercase;
  color: white;
  letter-spacing: 0px;
}
@media (max-width: 480px) {
  .product-free-field-head span {
    position: unset;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    font-weight: 300;
    color: #000;
    letter-spacing: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    color: #0a0a0a;
  }
}
.product-free-field-info {
  background: #FDCDCC;
  width: 74%;
  padding: 25px 20px 14px 20px;
}
@media (max-width: 480px) {
  .product-free-field-info {
    width: 100%;
  }
}
.product-free-field-info p {
  margin-bottom: 10px;
}

.offer-works {
  background: rgba(255, 253, 233, 0.47);
  -webkit-box-shadow: 0px 7px 26px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 7px 26px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 26px rgba(0, 0, 0, 0.1);
  padding: 50px;
  margin-bottom: 40px;
}
.offer-works-head {
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.offer-works-head {
  zoom: 1;
  clear: both;
}
.offer-works-head:before, .offer-works-head:after {
  content: "";
  display: table;
}
.offer-works-head:after {
  clear: both;
}
.offer-works-title {
  color: #CF3D4A;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.5px;
  float: left;
  width: 45%;
}
.offer-works-options {
  float: right;
}
.offer-works-price {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 6px;
}
.offer-works-price span {
  font-size: 12px;
  opacity: 0.5;
  margin-right: 10px;
}
.offer-works-button .button {
  background-color: transparent;
  font-size: 10px;
  letter-spacing: 1.43px;
  width: 160px;
  text-align: center;
}
.offer-works-container {
  zoom: 1;
  clear: both;
}
.offer-works-container:before, .offer-works-container:after {
  content: "";
  display: table;
}
.offer-works-container:after {
  clear: both;
}
.offer-works-item {
  float: left;
  width: 180px;
  margin-right: 35px;
}
.offer-works-item-title {
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 10px;
}
.offer-works-item-title span {
  font-size: 12px;
  display: block;
}
.offer-works-item-img {
  position: relative;
}
.offer-works-item-img:after {
  content: "+";
  position: absolute;
  right: -25px;
  font-size: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.offer-works-item:last-child .offer-works-item-img:after {
  display: none;
}
@media (max-width: 767px) {
  .offer-works {
    display: none;
  }
}

.artist-season {
  margin: 50px 0;
}
.artist-title h3 span {
  color: #272727;
}
.artist-info {
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  padding-top: 16px;
}
.artist-info {
  zoom: 1;
  clear: both;
}
.artist-info:before, .artist-info:after {
  content: "";
  display: table;
}
.artist-info:after {
  clear: both;
}
.artist-info .artist-img {
  margin-bottom: 15px;
  line-height: 1;
}
.artist-info .artist-bio {
  float: left;
  width: 35%;
}
.artist-info .artist-listings {
  float: left;
  width: 65%;
}
.artist-info .artist-listings .list {
  zoom: 1;
  clear: both;
}
.artist-info .artist-listings .list:before, .artist-info .artist-listings .list:after {
  content: "";
  display: table;
}
.artist-info .artist-listings .list:after {
  clear: both;
}
.artist-info .artist-listings .list .list-img {
  max-height: 344px;
  float: left;
  width: 127px;
  line-height: 1;
  margin-bottom: 12px;
}
.artist-info .artist-listings .list .list-info {
  float: left;
  width: calc(100% - 127px);
  padding: 0 15px;
}
.artist-info .artist-listings .list .list-info h4 {
  color: #272727;
  letter-spacing: 1.14px;
}
.artist-info .artist-listings .list .list-info .list-meta {
  opacity: 0.5;
  font-size: 12px;
  letter-spacing: 0.86px;
}
.artist-info .artist-listings .list .list-info a {
  margin: 7px 0;
  display: inline-block;
  background-size: 7px;
}
@media (max-width: 767px) {
  .artist-season {
    margin: 20px 0;
  }
  .artist-info .artist-bio {
    width: 100%;
  }
  .artist-info .artist-listings {
    width: 100%;
    margin-top: 15px;
  }
}

.tabs-section {
  margin-top: 20px;
  border-radius: 10px;
}
.tabs-section {
  zoom: 1;
  clear: both;
}
.tabs-section:before, .tabs-section:after {
  content: "";
  display: table;
}
.tabs-section:after {
  clear: both;
}
.tabs-section .tabs-icons {
  width: 115px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  padding: 30px 0;
  float: left;
}
.tabs-section .tabs-icons ul {
  padding: 0;
  margin: 0;
}
.tabs-section .tabs-icons ul li {
  list-style: none;
  display: block;
  padding: 20px 0;
  text-align: center;
  color: #272727;
  opacity: 0.7;
  cursor: pointer;
  line-height: 1;
}
.tabs-section .tabs-icons ul li:after {
  content: "";
  opacity: 0;
}
.tabs-section .tabs-icons ul li.active {
  opacity: 1;
  position: relative;
}
.tabs-section .tabs-icons ul li.active:after {
  content: "";
  opacity: 1;
  position: absolute;
  height: 100%;
  width: 3px;
  background-color: #CF3D4A;
  right: 0;
  top: 0;
}
.tabs-section .tabs-icons ul li span {
  display: block;
  margin: 10px 0 0;
}
.tabs-section .tabs-icons ul li img {
  margin: auto;
}
.tabs-section .tabs-contents {
  position: relative;
  padding: 26px 22px 28px 20px !important;
  float: left;
  width: calc(100% - 115px);
}
.tabs-section .tabs-contents .tab-content {
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.tabs-section .tabs-contents .tab-content.active {
  height: auto;
  opacity: 1;
}
.tabs-section .tabs-contents .tab-content ul {
  margin-bottom: 0;
}
.tabs-section .tabs-contents .synopsis header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-top: 6rem;
}
.tabs-section .tabs-contents h2 {
  float: left;
  clear: left;
  color: #CF3D4A;
  letter-spacing: 1px;
  font-weight: 300;
}
.tabs-section .tabs-contents h2.big {
  font-size: 24px;
  color: #272727;
}
.tabs-section .tabs-contents h2.big span {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 14px;
  color: black;
  letter-spacing: 1px;
  margin-top: 13px;
}
.tabs-section .tabs-contents h2.big span img {
  margin: initial !important;
}
.tabs-section .tabs-contents .download {
  float: right;
  clear: right;
  font-size: 11.2px;
  letter-spacing: 1.6px;
}
.tabs-section .tabs-contents .download:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 19px;
  width: 19px;
  margin-left: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/icons/download.svg);
}
.tabs-section .tabs-contents .download:hover:after {
  background-image: url(../images/icons/download-white.svg);
}
.tabs-section .tabs-contents .label {
  font-size: 14px;
  letter-spacing: 2px;
  float: left;
  clear: left;
  padding: 13px 18px;
  min-width: 300px;
  background-color: #EDEDED;
}
.tabs-section .tabs-contents .content {
  float: left;
  width: 100%;
  padding: 15px 0;
}
.tabs-section .tabs-contents .content ul {
  padding: 0 0 0 15px;
}
.tabs-section .tabs-contents .tab-content#description .content {
  padding: 2px 0 !important;
}
.tabs-section .tabs-contents .tab-content#description .content .info {
  text-align: justify;
  padding-bottom: 18px;
}
@media (max-width: 767px) {
  .tabs-section .tabs-icons {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0;
  }
  .tabs-section .tabs-icons ul {
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .tabs-section .tabs-icons ul li {
    display: inline-block;
    padding: 15px 5%;
    vertical-align: middle;
  }
  .tabs-section .tabs-icons ul li.active:after {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    height: 3px;
    width: 100%;
  }
  .tabs-section .tabs-contents {
    padding: 10px;
    width: 100%;
  }
  .tabs-section .tabs-contents h2 {
    float: none;
    clear: none;
  }
  .tabs-section .tabs-contents h2.big {
    font-size: 20px;
    line-height: 24px;
    color: #272727;
  }
  .tabs-section .tabs-contents .download {
    float: none;
    clear: none;
    display: block;
    text-align: center;
  }
}

.product-info .product-description .product-desc.show-all {
  max-height: none;
}

.product-info .product-description .product-desc.show-all .view-more-block {
  display: none;
}

.form-block .price-container .price {
  display: inline-block;
  vertical-align: middle;
  font-size: 3.1rem;
}

.action.primary {
  background: #c30b3a;
  border: 1px solid #c30b3a;
  transition: 0.3s ease-out;
  border-radius: 7px;
  text-transform: initial;
  letter-spacing: 0 !important;
}

.product-title-area h1 {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 3px;
  margin: 20px 0 0 0;
  color: #000000;
}
@media (max-width: 767px) {
  .product-title-area h1 {
    width: 100%;
    font-size: 22px;
    line-height: 1.5;
  }
  .product-title-area h1 span {
    font-size: 16px;
  }
  .product-title-area h1 .product-title h1 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
}

.product-info-description-wrapper h1 {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 3px;
  margin: 20px 0 0 0;
  color: #000000;
}
@media (max-width: 767px) {
  .product-info-description-wrapper h1 {
    width: 100%;
    font-size: 22px;
    line-height: 1.5;
  }
  .product-info-description-wrapper h1 span {
    font-size: 16px;
  }
  .product-info-description-wrapper h1 .product-title h1 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
}

.product-section .filters-show {
  display: none;
}
.product-section .col-left {
  float: left;
  width: 63.166%;
}
@media (max-width: 768px) {
  .product-section .col-left h1 {
    margin: 0 0 10px !important;
    line-height: normal !important;
    max-width: 100% !important;
    color: #CF3D4A;
  }
  .product-section .col-left h1 span {
    color: #0a0a0a;
  }
}
.product-section .col-left h2 {
  color: #CF3D4A;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 1px;
}
.product-section .col-left h3 {
  color: #CF3D4A;
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: 1px;
}
.product-section .col-left h4 {
  color: #CF3D4A;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1px;
}
.product-section .col-left h5 {
  color: #CF3D4A;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 1px;
}
.product-section .col-left h6 {
  color: #858585;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 1px;
}
.product-section .col-left p, .product-section .col-left li {
  color: #383C3F;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 24px;
}
.product-section .col-left li {
  margin-bottom: 0;
}
.product-section .col-left .mobile-booking {
  display: none;
}
@media (max-width: 600px) {
  .product-section .col-left .mobile-booking a {
    background: #CF3D4A;
    color: white;
    padding: 10px 4px !important;
  }
}
.product-section .col-right {
  float: right;
  width: 33.3%;
}
@media (max-width: 768px) {
  .product-section .col-right.active .form-block {
    position: fixed;
    top: 88px;
    left: 0;
    width: 100%;
    height: calc(100% - 88px);
    background: #ffffff;
    overflow-y: auto;
    z-index: 999;
    padding: 0 13px 44px;
    box-shadow: none;
    z-index: 9;
  }
}
.product-section .col-right .form-block {
  -webkit-box-shadow: 0px 7px 26px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 7px 26px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 26px rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 10px;
}
.product-section .col-right .form-block .total-block-mobile {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin-top: 13px;
}
.product-section .col-right .form-block .total-block-mobile span.total-label {
  font-size: 18px;
  color: black;
  font-weight: 600;
}
@media (max-width: 768px) {
  .product-section .col-right .form-block .total-block-mobile span.total-label {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: -1px;
  }
}
.product-section .col-right .form-block .total-block-mobile .total_product_bottom_recap {
  font-size: 24px;
  color: #c70039;
  font-weight: 700;
}
.product-section .col-right .form-block .box-tocart .fieldset .actions button#product-addtocart-button span {
  text-transform: uppercase;
}
.product-section .col-right .form-block .box-tocart .fieldset .actions #product-addtocart-button:disabled {
  background-color: #d5d5db;
  color: #b2aebf;
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
  border-color: #d5d5db;
}
.product-section .col-right .form-block .product-info-price .price-final_price {
  font-size: 2.8rem;
  line-height: 34px;
  margin-bottom: 6px;
  text-align: center;
}
.product-section .col-right .form-block .product-info-price .price-final_price .price-label {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  text-transform: uppercase;
  color: #090909;
  letter-spacing: 2.29px;
  font-size: 1.6rem;
  opacity: 1;
  line-height: 1;
  margin-right: 0px;
}
.product-section .col-right .form-block .product-info-price .price-final_price .price-wrapper {
  display: inline-block;
  vertical-align: middle;
  font-size: 3.1rem;
}
.product-section .col-right .form-block .product-info-price .price-final_price .old-price {
  text-decoration: none;
}
.product-section .col-right .form-block .product-info-price .price-final_price .old-price .price-final_price {
  font-size: 1.2rem;
}
.product-section .col-right .form-block .product-info-price .price-final_price .old-price .price-final_price span {
  font-size: inherit;
}
.product-section .col-right .form-block .product-info-price .price-final_price .old-price .price-final_price span.price {
  text-decoration: line-through;
}
.product-section .col-right .form-block .price-box {
  padding: 15px 0 10px;
}
.product-section .col-right .form-block .price-box.price-tier_price {
  display: none;
}
.product-section .col-right .form-block .tags {
  text-align: center;
  margin-bottom: 20px;
}
.product-section .col-right .form-block .tags img {
  height: 25px;
}
.product-section .choose_date_title_date {
  font-weight: 600;
}
@media (max-width: 1200px) {
  .product-section .col-left {
    width: calc(100% - 380px);
  }
  .product-section .col-right {
    width: 350px;
  }
}
@media (max-width: 960px) {
  .product-section {
    position: relative;
  }
  .product-section .filters-show {
    display: block;
  }
  .product-section .col-left {
    width: 100%;
  }
  .product-section .col-left .filters-show {
    cursor: pointer;
    padding: 25px;
  }
  .product-section .col-left .filters-show:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    background-image: url(../images/fliter.png);
    width: 22px;
    height: 23px;
    background-size: cover;
    margin-left: 40px;
  }
}

.productcomp-section {
  margin-bottom: 40px;
}
.productcomp-section .container {
  box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.05);
  padding-left: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
.productcomp-section .productcomp-carousel {
  min-width: 110%;
}
.productcomp-section .productcomp-carousel .item img {
  background: rgba(255, 255, 255, 0.47);
  -webkit-box-shadow: 0 9px 34px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 9px 34px 0 rgba(0, 0, 0, 0.1);
  width: 130px;
  height: 130px;
}
.productcomp-section .productcomp-carousel .productcomp-title {
  font-size: 14px;
  color: #383C3F;
  margin: 10px 0 5px;
}
@media (max-width: 600px) {
  .productcomp-section .container {
    padding: 25px;
  }
  .productcomp-section .productcomp-carousel {
    min-width: 2px;
  }
  .productcomp-section .productcomp-carousel .item {
    margin-bottom: 20px;
  }
  .productcomp-section .productcomp-carousel .item {
    zoom: 1;
    clear: both;
  }
  .productcomp-section .productcomp-carousel .item:before, .productcomp-section .productcomp-carousel .item:after {
    content: "";
    display: table;
  }
  .productcomp-section .productcomp-carousel .item:after {
    clear: both;
  }
  .productcomp-section .productcomp-carousel .item img {
    float: left;
    width: auto;
    margin-right: 20px;
  }
  .productcomp-section .productcomp-carousel .item .productcomp-title {
    float: left;
  }
}

.product-form-block {
  text-align: center;
}
.product-form-block .form-top .label {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  text-transform: uppercase;
  color: #090909;
  letter-spacing: 2.29px;
  font-size: 16px;
  width: 120px;
  opacity: 1;
  line-height: 1;
  margin-right: 0px;
}
.product-form-block .form-top .price {
  display: inline-block;
  vertical-align: middle;
  font-size: 31px;
}
.product-form-block .form-top del {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  opacity: 0.5;
}
.product-form-block .discount {
  background: #FFE8C3;
  display: inline-block;
  padding: 7px 80px 4px 10px;
  font-size: 15px;
  position: relative;
  line-height: 1;
  font-weight: 600;
}
.product-form-block .discount:after {
  content: "";
  background-image: url(../images/promo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 71.5px;
  height: 26px;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
}
.no-svg .product-form-block .discount:after {
  background-image: url(../images/promo.png);
}
.product-form-block .product-range {
  text-align: center;
  color: #272727;
  font-size: 16px;
  margin: 30px 0px;
}
.product-form-block .product-range .form {
  display: inline-block;
  padding: 10px;
  border: 1px solid #E6E6E6;
}
.product-form-block .product-range .num-input {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  color: #272727;
  cursor: pointer;
}
.product-form-block .product-range input[type=number] {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0px;
  border: none;
  padding: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 30px;
  line-height: 1;
  height: initial;
  text-align: center;
  font-size: 16px;
}

.widget-block .full-indication {
  background-color: #c70039;
  padding: 10px;
  color: #FFF;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 7px;
}
.widget-block .full-indication.sur-demande {
  background: transparent;
  color: #c70039;
  line-height: 20px;
  padding-top: 35px;
  font-size: 14px;
  font-weight: 500;
}
.widget-block h3 {
  cursor: pointer;
  margin: 0px;
  padding: 20px;
}
.widget-block h3 span.number {
  font-size: 24px;
  margin: 0px 10px 0px 0px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  width: 20px;
  float: left;
}
.widget-block h3 .choose_date_title_set {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 40px);
}
.widget-block h3 .choose_date_title_set .choose_date_title_text {
  color: #272727;
  display: block;
  font-size: 12px;
  font-weight: 300;
}
.widget-block h3 .choose_date_title_set .update {
  color: #000;
  font-size: 12px;
  padding-left: 25px;
  background: url(../images/icons/modif-icon.svg) no-repeat center left/15px transparent;
}

.cat-widget h3 {
  cursor: pointer;
}
.cat-widget .floor-paln {
  color: white;
  font-size: 12px;
  display: inline-block;
  margin: 10px 0px;
}
.cat-widget .img-blk {
  text-align: center;
  margin: 0px 0px 10px;
  display: block;
}
.cat-widget .img-blk img {
  margin: auto;
}
.cat-widget .add-new-tag {
  display: block;
  border: 2px solid #272727;
  color: #272727;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  text-transform: uppercase;
  text-align: center;
  padding: 16px;
}
.cat-widget .add-new-tag span.bell {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 20px;
  background-position: center;
  background-image: url("../images/bell.svg");
  margin-right: 5px;
}
.cat-widget .add-new-tag:hover {
  border-color: #CF3D4A;
  background-color: #CF3D4A;
}

.club-table {
  font-size: 0px;
}
.club-table .tr {
  background-color: #f9fafb;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 16px;
}
.club-table .td {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
}
.club-table .table-head {
  font-size: 12px;
  color: #989898;
}
.club-table .table-head .tr {
  border: none;
  font-size: 0px;
}
.club-table .table-head .tr .cat-blk {
  padding-left: 0px;
  font-size: 12px;
}
.club-table .table-head .td {
  font-size: 12px;
}
.club-table .premium .cat-blk {
  cursor: pointer;
}
.club-table .cat-blk {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding: 12px;
  text-align: left;
  position: relative;
}
.club-table .cat-blk.promo:after {
  content: "";
  background-image: url(../images/promo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 55px 20px;
  width: 55px;
  height: 20px;
  display: inline-block;
  position: absolute;
  right: -45px;
  top: 11px;
}
.club-table .cat-info {
  width: 69.8%;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px;
  padding: 0px 0px;
}
.club-table .cat-info .prix-normal {
  text-align: right;
  width: 45%;
}
.club-table .cat-info.complete {
  height: 45px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/complete.png);
  background-color: #D8D8D8;
  text-align: center;
  color: #383C3F;
  padding: 12px 0px;
  font-size: 12px;
}
.club-table .cat-info.complete .prix-normal, .club-table .cat-info.complete .prix-club, .club-table .cat-info.complete .quantity {
  display: none;
}
.club-table .cat-info .prix-normal {
  text-align: right;
  width: 42%;
  font-weight: 600;
}
.club-table .cat-info .prix-normal small {
  font-size: 1rem;
  font-weight: normal;
}
.club-table .cat-info .prix-club {
  width: 36%;
  color: #CF3D4A;
  position: relative;
  font-weight: 600;
}
.club-table .cat-info .prix-club small {
  font-size: 1rem;
  font-weight: normal;
}
.club-table .cat-info .quantity {
  width: 22%;
  font-weight: 600;
  border-left: 1px solid #cccccc;
}
.club-table .cat-info select {
  font-size: 12px;
  border: none;
  background-image: url(../images/arrow-down.png);
  background-size: 11px 7px;
  background-repeat: no-repeat;
  cursor: pointer;
  color: #000000;
  font-weight: 600;
  background-position: 20px center;
  padding: 4px 15px 4px 8px;
}

.ticket-block {
  padding-top: 0;
}
.ticket-block .info {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 300;
}

.field.qty #qty {
  text-align: center;
  width: 24px;
  border: 0;
  height: fit-content !important;
  padding: 0 !important;
}
.field.qty a.button-action.minus {
  background: #F4F4F4;
  color: black;
  padding: 6px;
  border-radius: 7px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.field.qty a.button-action.plus {
  background: #c70039;
  color: white;
  padding: 6px;
  border-radius: 7px;
  border: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.total-block {
  padding: 15px 0px;
  border-top: 1px solid #CFCFCF;
  color: #CF3D4A;
  font-size: 31px;
  letter-spacing: 2px;
  text-align: right;
  margin: 20px 0px 10px;
  line-height: 1;
}
@media (max-width: 480px) {
  .total-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.total-block span {
  font-size: 16px;
  color: #979797;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-top: 8px;
}

.prix-club:hover .clubInfos {
  display: block;
}

.clubInfos {
  background: #272727;
  color: #ffffff;
  font-size: 15px;
  padding: 15px 15px 20px;
  width: 255px;
  position: absolute;
  text-align: left;
  display: none;
  bottom: 50px;
  right: -20px;
}
.clubInfos:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  top: 100%;
  position: absolute;
  right: 40px;
  border-top: 10px solid #272727;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.clubInfos p {
  color: #ffffff !important;
  font-size: 13px;
}
.clubInfos .bottom-info-club {
  background: #cda545;
  padding: 10px 15px;
  font-size: 15px;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.clubInfos .bottom-info-club a {
  text-decoration: none !important;
  position: relative;
  display: block;
  font-weight: 500 !important;
  color: #ffffff !important;
  white-space: normal !important;
}
.clubInfos .bottom-info-club a::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  top: 13px !important;
  right: 5px !important;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.clubInfos a {
  font-weight: 500 !important;
  color: #ffffff !important;
  text-decoration: underline !important;
  white-space: normal !important;
}

.action.primary:active,
.action.primary:hover {
  background: #ffffff;
  color: #CF3D4A;
  border: 1px solid #CF3D4A;
  transition: 0.3s ease-out;
}

.submin-btn input {
  background: #CF3D4A;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  font-size: 14px;
  padding: 20px;
  width: 100%;
  border: none;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  cursor: pointer;
}
.submin-btn input:hover {
  background-color: transparent;
  border-color: #CF3D4A;
  color: #CF3D4A;
}
.submin-btn input.disabled {
  background-color: #E0E0E0;
  color: #272727;
  pointer-events: none;
  border-color: #E0E0E0;
}

.tickets-info-blocks {
  margin: 40px 0px 0px;
}
.tickets-info-blocks .ticket-info-block {
  padding: 0px 0px 14px;
  margin: 0px 0px 18px;
  border-bottom: 1px solid #CFCFCF;
  font-size: 12px;
}
.tickets-info-blocks .ticket-info-block {
  zoom: 1;
  clear: both;
}
.tickets-info-blocks .ticket-info-block:before, .tickets-info-blocks .ticket-info-block:after {
  content: "";
  display: table;
}
.tickets-info-blocks .ticket-info-block:after {
  clear: both;
}
.tickets-info-blocks .ticket-info-block:last-child {
  border: none;
}
.tickets-info-blocks .ticket-info-block h5 {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  text-transform: uppercase;
  color: #272727;
}
.tickets-info-blocks .ticket-info-block .icon {
  float: left;
  width: 40px;
  margin-right: 10px;
}
.tickets-info-blocks .ticket-info-block .info-block {
  width: calc(100% - 50px);
  float: right;
}
.tickets-info-blocks .ticket-info-block .info-block p {
  margin: 10px 0 0;
  text-align: left;
  width: 90%;
}
.tickets-info-blocks .ticket-info-block.large .icon {
  width: 46px;
  margin-right: 24px;
}
.tickets-info-blocks .ticket-info-block.large .info-block {
  width: calc(100% - 70px);
}
.tickets-info-blocks .ticket-info-block.large .info-block h5 {
  text-transform: none;
  margin: 0px 0px 8px;
  color: #2C2C2C;
}

.widget-block .receiveprizes {
  padding: 20px 30px;
  background-color: #272727;
  color: white;
  margin-bottom: 20px;
}
.widget-block .receiveprizes h3 {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
  padding-top: 0px;
  border-top: 0px;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 2px;
}
.widget-block .receiveprizes a.yellowlink {
  background-color: #CDA446;
  padding: 12px 14px;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.widget-block .receiveprizes a.receiveprizes-connect {
  color: white;
}

.product-add-form .booking-help {
  background: #E0E0E0;
  color: #7F7F7F;
  padding: 16px;
  display: block;
  font-size: 16px;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  text-align: center;
}
.product-add-form .booking-help:hover {
  background: #CF3D4A;
  color: white;
}
.product-add-form .header-form-right .product-title-area-mobile {
  display: none;
}
@media (max-width: 768px) {
  .product-add-form .header-form-right .product-title-area-mobile {
    display: block;
    padding-top: 12px;
  }
  .product-add-form .header-form-right .product-title-area-mobile .team-name {
    color: black;
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .product-add-form .header-form-right .product-title-area-mobile p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
  }
  .product-add-form .header-form-right .product-title-area-mobile .product-location {
    display: flex;
    align-items: flex-start;
    padding-top: 9px;
    flex-direction: column;
  }
  .product-add-form .header-form-right .product-title-area-mobile .product-location p {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0;
  }
  .product-add-form .header-form-right .product-title-area-mobile .product-location .btn-map {
    background: #f3f4f6;
    border: 0;
    padding: 2px 8px;
    border-radius: 20px;
    font-size: 12px;
    text-transform: initial;
    letter-spacing: 0;
    margin-top: 6px;
    line-height: 0;
    display: flex;
    align-items: center;
  }
  .product-add-form .header-form-right .product-title-area-mobile .product-location .btn-map span.mo-floorplan__link-icon {
    padding-right: 5px;
  }
  .product-add-form .header-form-right .product-title-area-mobile .product-location .btn-map span.mo-floorplan__link-icon svg {
    fill: black;
    width: 13px;
  }
  .product-add-form .header-form-right .product-title-area-mobile .mo-date-card__title {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    padding-top: 22px;
  }
}
.product-add-form .header-form-right .product-title-area-mobile .promo-badge {
  font-size: 12px;
  background: #daa520;
  color: white;
  width: max-content;
  padding: 3px 8px;
  font-weight: 300;
  margin-bottom: 2px;
  border-radius: 999px;
  margin-top: 9px;
}
.product-add-form #efstep-3 {
  border: 1px solid #8b1b2d;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  margin-top: 25px;
}
.product-add-form #efstep-3 .show_widget {
  color: #8b1b2d;
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  display: flex;
  align-items: center;
  padding-bottom: 18px;
}
.product-add-form #efstep-3 .show_widget svg {
  margin-right: 7px;
}
.product-add-form #efstep-3 .info-option {
  color: #8b1b2d;
  font-size: 14px;
  font-weight: 500;
}
.product-add-form .efstep-1-mo-date {
  max-height: 587px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(136, 136, 136, 0.24) #f1f1f1;
}
.product-add-form .efstep-1-mo-date::-webkit-scrollbar {
  width: 5px;
}
.product-add-form .efstep-1-mo-date::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}
.product-add-form .efstep-1-mo-date::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}
.product-add-form .efstep-1-mo-date::-webkit-scrollbar-thumb:hover {
  background: #555; /* couleur au survol */
}
@media (max-width: 960px) {
  .product-add-form .efstep-1-mo-date {
    max-height: fit-content;
  }
}

.date-legends {
  margin: 0px 0px 20px;
  padding: 0px 20px;
}
.date-legends .legend {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 0 !important;
  font-size: 12px;
  color: #545454;
  padding: 0px 0px 0px 20px;
  position: relative;
}
.date-legends .legend:before {
  content: "";
  width: 11px;
  height: 11px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0px;
  top: 4px;
}
.date-legends .legend.complete:before, .date-legends .legend.full:before {
  background-color: #000000;
}
.date-legends .legend.not_for_sale:before {
  background-color: #D0021B;
}
.date-legends .legend.available:before {
  background-color: #85C43B;
}
.date-legends .legend.on-request:before {
  background-color: #D0021B;
}
.date-legends .legend.alert:before {
  background-color: #8D98AD;
}
.date-legends .legend.preorder:before {
  background-color: #5B0D16;
}
.date-legends .legend.package:before {
  background-color: #85C43B;
}
.date-legends .legend.cancel:before {
  background-color: #808080;
}
.date-legends .legend.promo:before {
  background-color: #F5A623;
}

#time-selection {
  margin-bottom: 10px;
}
#time-selection ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
#time-selection ul li {
  display: inline-block;
  border: 1px solid #85C43B;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 0 5px;
  cursor: pointer;
}
#time-selection ul li a {
  color: #272727;
}
#time-selection ul li a:hover {
  text-decoration: none;
}

.price-box-top {
  float: right;
  text-align: center;
}
.price-box-top .prixTop {
  display: block;
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 5px;
}
.price-box-top .prixTop .small-texte {
  display: block;
  font-size: 10px;
  margin: 5px 0;
}

.product-range .form {
  display: inline-block;
  padding: 10px;
  border: 1px solid #E6E6E6;
}
.product-range .form .num-input {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  color: #272727;
  cursor: pointer;
  font-size: 22px;
}
.product-range .form input[type=number] {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0px;
  border: none;
  padding: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 30px;
  line-height: 1;
  height: initial;
  text-align: center;
  font-size: 16px;
}

.product-options-bottom {
  padding: 10px 15px;
  border-radius: 10px;
}
.product-options-bottom.active-bottom {
  background: #f9fafb;
}
@media (max-width: 650px) {
  .product-options-bottom .total-block-mobile {
    border: 0 !important;
    padding: 10px 0 !important;
    margin-top: 0 !important;
  }
  .product-options-bottom .box-tocart {
    margin: 10px 0 !important;
  }
  .product-options-bottom .box-tocart #product-addtocart-button {
    letter-spacing: 0 !important;
    font-size: 16px !important;
    padding: 9px 14px;
    border-radius: 7px;
  }
}
.product-options-bottom .field.qty {
  display: none !important;
}
.product-options-bottom .field.qty.show {
  display: table-cell !important;
}
.product-options-bottom .field.qty .price-box-top {
  float: right;
  text-align: center;
}
.product-options-bottom .field.qty .price-box-top .prixTop {
  display: block;
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 5px;
}
.product-options-bottom .product-range .form {
  display: inline-block;
  padding: 10px;
  border: 1px solid #E6E6E6;
}
.product-options-bottom .product-range .form .num-input {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  color: #272727;
  cursor: pointer;
  font-size: 22px;
}
.product-options-bottom .product-range .form input[type=number] {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0px;
  border: none;
  padding: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 30px;
  line-height: 1;
  height: initial;
  text-align: center;
  font-size: 16px;
}

@media (max-width: 768px) {
  .page-product-configurable .product-options-bottom {
    position: sticky;
    bottom: -42px;
    z-index: 1000;
  }
}
.page-product-configurable .product-options-bottom .field.qty {
  display: none !important;
}
.page-product-configurable .product-options-bottom .field.qty.show {
  display: table-cell !important;
}
.page-product-configurable .product-options-bottom .field.qty .price-box-top {
  float: right;
  text-align: center;
}
.page-product-configurable .product-options-bottom .field.qty .price-box-top .prixTop {
  display: block;
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 5px;
}
.page-product-configurable .product-options-bottom .product-range .form {
  display: inline-block;
  padding: 10px;
  border: 1px solid #E6E6E6;
}
.page-product-configurable .product-options-bottom .product-range .form .num-input {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  color: #272727;
  cursor: pointer;
  font-size: 22px;
}
.page-product-configurable .product-options-bottom .product-range .form input[type=number] {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0px;
  border: none;
  padding: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 30px;
  line-height: 1;
  height: initial;
  text-align: center;
  font-size: 16px;
}

.bottom-price-guide {
  overflow: hidden;
  padding: 30px 0;
  border-top: 2px solid #e7e7e7;
  margin: 30px 0 0;
}
.bottom-price-guide .price-texte {
  float: left;
  font-size: 16px;
  color: #979797;
  font-weight: 600;
  margin: 7px 0 0;
}
.bottom-price-guide .price-final_price {
  float: right;
  font-size: 30px;
  line-height: 30px;
  color: #cf3d4a;
  font-weight: 600;
  padding: 0 !important;
}

.product-info-main .box-tocart,
.product-options-bottom .box-tocart,
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  display: block !important;
}

.product-preorder-section {
  margin: 10px 0;
}
.product-preorder-section button {
  width: 100%;
  padding: 15px 0 !important;
  letter-spacing: 1px;
  font-weight: 600 !important;
}

.product-alert-section {
  margin: 10px 0;
}
.product-alert-section a {
  display: block;
  width: 100%;
  padding: 12px 0;
  letter-spacing: 1px;
  font-weight: 600;
  border: 2px solid #CF3D4A;
  color: #CF3D4A;
  text-align: center;
  border-radius: 10px;
}
.product-alert-section a:hover {
  color: #FFF;
  background-color: #CF3D4A;
}

.box-tocart .action.tocart {
  line-height: 2.2rem;
  padding: 16px 15px;
  font-size: 1.5rem;
  text-align: center;
  display: block;
  width: 100%;
  letter-spacing: 1px;
  font-weight: 600;
}

.product-social-links {
  display: none;
}

.pop-up {
  display: none;
  left: 0;
  top: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 10001;
  background-color: rgba(39, 39, 39, 0.3);
}
.pop-up.active {
  display: block;
}

.cartblk {
  display: block;
  font-size: 14px;
  box-shadow: 0 6px 34px 0 rgba(0, 0, 0, 0.14);
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 630px;
  right: 0;
}
.cartblk .top-section {
  background-color: white;
  padding: 33px;
  display: block;
}
.cartblk .top-section .message {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #CBDDB9;
  padding: 10px 0 18px;
}
.cartblk .top-section .message p {
  font-size: 16px;
  margin: 0;
  opacity: 0.5;
  text-align: center;
}
.cartblk .top-section .cart-items {
  margin-top: 19px;
  font-weight: 300;
}
.cartblk .top-section .cart-items {
  zoom: 1;
  clear: both;
}
.cartblk .top-section .cart-items:before, .cartblk .top-section .cart-items:after {
  content: "";
  display: table;
}
.cartblk .top-section .cart-items:after {
  clear: both;
}
.cartblk .top-section .cart-items .cart-image {
  float: left;
}
.cartblk .top-section .cart-items .cart-detail {
  float: left;
  margin-left: 20px;
}
.cartblk .top-section .cart-items .cart-detail h3 span {
  color: black;
}
.cartblk .top-section .cart-items .cart-detail span {
  color: #828282;
}
.cartblk .top-section .cart-items .cart-detail .datedetail {
  color: #5c5c5c;
  padding-top: 16px;
  padding-bottom: 12px;
  line-height: 21px;
}
.cartblk .top-section .cart-items .cart-detail .datedetail:before {
  content: "";
  width: 27px;
  height: 21px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icons/date.svg");
  opacity: 0.2;
  display: inline-block;
  vertical-align: middle;
  margin-right: 17px;
}
.cartblk .top-section .cart-items .cart-detail .items {
  padding-left: 40px;
  color: #272727;
}
.cartblk .top-section .cart-items .cart-detail .items th {
  font-weight: 300;
  min-width: 98px;
}
.cartblk .top-section .cart-items .cart-detail .items td {
  font-size: 16px;
}
.cartblk .top-section .cart-items .cart-detail .items table {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E1E1E1;
}
.cartblk .top-section .cart-items .cart-detail .total-sec {
  text-align: right;
}
.cartblk .top-section .cart-items .cart-detail .total-sec span {
  font-size: 16px;
  color: #5c5c5c;
  display: inline-block;
  vertical-align: middle;
}
.cartblk .top-section .cart-items .cart-detail .total-sec span.total {
  font-size: 20px;
  min-width: 78px;
  color: #272727;
}
.cartblk .top-section .button-wrap {
  margin: 40px 0 0;
}
.cartblk .top-section .button-wrap {
  zoom: 1;
  clear: both;
}
.cartblk .top-section .button-wrap:before, .cartblk .top-section .button-wrap:after {
  content: "";
  display: table;
}
.cartblk .top-section .button-wrap:after {
  clear: both;
}
.cartblk .top-section .button-wrap .button {
  width: calc(50% - 10px);
  float: left;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1.71px;
}
.cartblk .top-section .button-wrap .button:last-child {
  float: right;
}
.cartblk .top-section .button-wrap .button.red {
  background-color: #CF3D4A;
  color: white;
}
.cartblk .bottom-section {
  background-color: #F4F4F4;
  border: 1px solid #E1E1E1;
}
.cartblk .bottom-section {
  zoom: 1;
  clear: both;
}
.cartblk .bottom-section:before, .cartblk .bottom-section:after {
  content: "";
  display: table;
}
.cartblk .bottom-section:after {
  clear: both;
}
.cartblk .bottom-section .btm-blk {
  float: left;
  width: 50%;
  padding: 32px 45px 37px;
  font-size: 14px;
  color: black;
  letter-spacing: 0;
  line-height: 23px;
}
.cartblk .bottom-section .btm-blk h4 {
  font-size: 20px;
  color: #272727;
  letter-spacing: 0;
}
.cartblk .bottom-section .btm-blk > span {
  color: #CF3D4A;
  display: block;
}
.cartblk .bottom-section .btm-blk .detail {
  margin-top: 20px;
}
.cartblk .bottom-section .btm-blk .detail {
  zoom: 1;
  clear: both;
}
.cartblk .bottom-section .btm-blk .detail:before, .cartblk .bottom-section .btm-blk .detail:after {
  content: "";
  display: table;
}
.cartblk .bottom-section .btm-blk .detail:after {
  clear: both;
}
.cartblk .bottom-section .btm-blk .detail img {
  float: left;
  width: auto;
}
.cartblk .bottom-section .btm-blk .detail .info {
  width: auto;
  float: left;
  margin-left: 15px;
}
.cartblk .bottom-section .btm-blk .detail .info h5 {
  font-size: 14px;
  color: #383C3F;
  letter-spacing: 0.5px;
}
.cartblk .bottom-section .btm-blk .detail .info p {
  color: #989898;
  font-size: 10px;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
}
.cartblk .bottom-section .btm-blk .detail .info .link {
  font-size: 10px;
}

#modal-form-alert {
  max-width: 600px;
  width: 91%;
}
#modal-form-alert .privacy-link p {
  font-size: 12px !important;
  line-height: 19px !important;
}
#modal-form-alert .submit {
  text-align: right;
}

.product-section .product-content-area .product-meta h2 {
  color: #CF3D4A;
  font-size: 2rem;
  font-weight: 100;
  letter-spacing: 1px;
}

.product-gift-card .column.main {
  padding-top: 24px;
  border-top: 1px solid #E1E1E1;
}
.product-gift-card .giftcard-left {
  width: 55%;
  float: left;
}
.product-gift-card .product-info-main {
  width: 35%;
  float: right;
}
.product-gift-card .product-info-main .product-add-form {
  -webkit-box-shadow: 0px 7px 26px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 7px 26px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 26px rgba(0, 0, 0, 0.2);
  padding: 40px;
}
@media (max-width: 480px) {
  .product-gift-card .product-info-main .product-add-form {
    padding: 22px;
  }
}
.product-gift-card .product-info-main .giftcard-information-container #delivery-print_label {
  display: none;
}
.product-gift-card .product-info-main .giftcard-information-container .giftcard-field-label {
  width: 100%;
  text-align: left;
}
.product-gift-card .product-info-main .giftcard-information-container .giftcard-field-wrapper {
  width: 100%;
}
@media (max-width: 480px) {
  .product-gift-card .product-info-main .giftcard-information-container .giftcard-information-amount .giftcard-field-wrapper .giftcard-amount {
    display: block;
  }
}
.product-gift-card .product-info-main .giftcard-information-container .giftcard-information-amount .giftcard-field-wrapper .giftcard-amount li.active {
  background: #A487BC !important;
}
.product-gift-card .product-info-main .giftcard-information-container .giftcard-information-amount .giftcard-field-wrapper .giftcard-amount li.active button span {
  color: #fff !important;
}
.product-gift-card .product-info-main .giftcard-information-container .giftcard-information-amount .giftcard-field-wrapper .giftcard-amount li.giftcard-design-button-container {
  border: 1px solid #E6E6E6;
  border-radius: 0;
  background-color: transparent;
  padding: 10px !important;
}
.product-gift-card .product-info-main .giftcard-information-container .giftcard-information-amount .giftcard-field-wrapper .giftcard-amount li.giftcard-design-input-container {
  width: 33%;
}
@media (max-width: 480px) {
  .product-gift-card .product-info-main .giftcard-information-container .giftcard-information-amount .giftcard-field-wrapper .giftcard-amount li.giftcard-design-input-container {
    width: 100%;
  }
}
.product-gift-card .product-info-main .giftcard-information-container .giftcard-information-amount .giftcard-field-wrapper .giftcard-amount li.giftcard-design-input-container input.giftcard-design-open-amount {
  width: 100%;
  padding: 14px 10px;
  border: 1px solid #E6E6E6;
  border-radius: 0;
  box-shadow: none;
  border-top-color: #E6E6E6;
  border-radius: 0;
}
.product-gift-card .product-info-main .giftcard-information-container .giftcard-information-amount .giftcard-field-wrapper .giftcard-amount li.giftcard-design-input-container input.giftcard-design-open-amount:focus {
  outline: none !important;
  border: 2px solid #A487BC;
}
.product-gift-card .product-info-main .giftcard-information-container .giftcard-information-delivery .giftcard-field-wrapper .giftcard-delivery li.active {
  background: rgba(209, 59, 71, 0.431372549) !important;
}
.product-gift-card .product-info-main .giftcard-information-container .giftcard-information-delivery .giftcard-field-wrapper .giftcard-delivery li.giftcard-design-button-container {
  border: 1px solid #E6E6E6;
  border-radius: 0;
  background-color: transparent;
  padding: 10px !important;
}
.product-gift-card .product-info-main .giftcard-information-container .giftcard-information-delivery-content #delivery-message .giftcard-field-label {
  width: auto !important;
}
.product-gift-card .product-info-main .giftcard-information-container .giftcard-information-delivery-content .giftcard-field-label {
  display: inline-block !important;
  margin: 0 !important;
  padding: 6px 0 0 !important;
  width: 15% !important;
  text-align: left !important;
}
.product-gift-card .product-info-main .giftcard-information-container .giftcard-information-delivery-content .giftcard-field-wrapper {
  width: 85%;
  float: right;
}
.product-gift-card .product-info-main .giftcard-information-container .giftcard-information-delivery-content .giftcard-field-wrapper input[type=text] {
  border: 1px solid #E6E6E6;
}
.product-gift-card .product-info-main .giftcard-information-container .giftcard-information-delivery-content #delivery-message .giftcard-field-wrapper {
  width: 100%;
}
.product-gift-card .product-info-main .giftcard-information-container ~ .product-options-bottom .bottom-price-guide,
.product-gift-card .product-info-main .giftcard-information-container ~ .product-options-bottom .field.qty {
  display: none;
}
.product-gift-card #preview-giftcard-to span,
.product-gift-card #preview-giftcard-from span {
  font-size: 2rem;
}
@media (max-width: 400px) {
  .product-gift-card #preview-giftcard-to span,
  .product-gift-card #preview-giftcard-from span {
    font-size: 3rem;
  }
}

.trip-recap {
  margin-bottom: 10px;
}
.trip-recap thead tr {
  border-bottom: 1px solid;
}
.trip-recap thead tr th {
  padding: 10px 0;
}
.trip-recap td {
  padding: 5px 0;
}
.trip-recap td.item-detail {
  font-size: 1.3rem;
}
.trip-recap td.item-detail small {
  font-size: 1rem;
}
.trip-recap td.item-price {
  font-size: 1.5rem;
  text-align: right;
}

.description-option {
  width: 100%;
  max-width: 800px;
}
.description-option .content {
  margin-top: 25px;
}
.description-option .content img {
  height: auto !important;
}

@media (max-width: 480px) {
  .product-section .col-right .form-block .product-info-price .price-final_price {
    display: none;
  }
  .product-section .col-right .form-block .product-info-price .price-final_price .dont-miss-section .dont-miss-carousel .item .product-image-container .product-image-wrapper {
    height: auto !important;
  }
  .product-section .col-left p {
    text-align: justify !important;
  }
  .tabs-section .tabs-contents .synopsis header {
    margin-top: 0rem;
  }
}
.title-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
@media (max-width: 992px) {
  .title-top {
    flex-wrap: wrap;
  }
}

.artist .artist-content .specs-right .button {
  background-color: white;
  font-weight: 500 !important;
  font-size: 14px !important;
  padding: 14px 30px !important;
}
.artist .artist-content h1 {
  margin-top: 20px;
}

.tabs-contents.match {
  height: auto !important;
}

.mo-date-widget {
  margin-top: 24px;
}
.mo-date-widget .mo-date-accordion {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.mo-date-widget .mo-date-card {
  margin-bottom: 15px;
  border: 1px solid #E1E1E1;
  border-radius: 10px;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.94) 100%);
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}
.mo-date-widget .mo-date-card__trigger {
  position: relative;
  align-items: center;
  width: 100%;
  padding: 16px;
  background: #f9fafb;
  border: 0;
  text-align: left;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.mo-date-widget .mo-date-card__trigger--disabled {
  cursor: default;
  pointer-events: none;
}
@media (max-width: 640px) {
  .mo-date-widget .mo-date-card__trigger {
    flex-direction: row;
    align-items: center;
    gap: 14px;
    padding: 20px;
  }
}
.mo-date-widget .mo-date-card__heading {
  display: flex;
  flex-direction: column;
}
.mo-date-widget .mo-date-card__title {
  font-size: 14px;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: black;
  font-weight: 400;
}
.mo-date-widget .mo-date-card__datetime {
  font-size: 16px;
  font-weight: 700;
  color: #c70039;
  line-height: 18px;
  text-transform: none;
  letter-spacing: normal;
  padding-top: 5px;
}
@media (max-width: 640px) {
  .mo-date-widget .mo-date-card__datetime {
    font-size: 15px;
  }
}
.mo-date-widget .mo-date-card__status {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  background: transparent;
  text-transform: none;
  padding-top: 7px;
}
.mo-date-widget .mo-date-card__status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #BCBCBC;
}
.mo-date-widget .mo-date-card__status-label {
  font-size: 14px;
  font-weight: 500;
  color: #979797;
  letter-spacing: 0;
}
.mo-date-widget .mo-date-card__toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
}
.mo-date-widget .mo-date-card__toggle-chevron {
  width: 6px;
  height: 6px;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.mo-date-widget .mo-date-card__toggle-label {
  font-size: 11px;
  font-weight: 300;
  text-transform: none;
  color: black;
  letter-spacing: 0.08em;
  padding-top: 6px;
}
.mo-date-widget .mo-date-card__toggle-chevron.is-open {
  transform: rotate(-135deg);
}
.mo-date-widget .mo-date-card__body {
  border-top: 1px solid #E1E1E1;
  background-color: white;
}
.mo-date-widget .mo-date-card__body .full-indication {
  margin: 0;
}
.mo-date-widget .mo-date-card.status-available .mo-date-card__status-dot {
  background-color: #22c55e;
}
.mo-date-widget .mo-date-card.status-full .mo-date-card__status-dot,
.mo-date-widget .mo-date-card.status-canceled .mo-date-card__status-dot {
  background-color: #838181;
}
.mo-date-widget .mo-date-card.status-preorder .mo-date-card__status-dot {
  background-color: #A487BC;
}
.mo-date-widget .mo-date-card.status-alert .mo-date-card__status-dot,
.mo-date-widget .mo-date-card.status-on-request .mo-date-card__status-dot {
  background-color: #F5A623;
}
.mo-date-widget .mo-date-card.status-not-for-sale .mo-date-card__status-dot,
.mo-date-widget .mo-date-card.status-unavailable .mo-date-card__status-dot {
  background-color: #BCBCBC;
}
.mo-date-widget .mo-date-card.status-available .mo-date-card__status-label {
  color: #16a34a;
}
.mo-date-widget .mo-date-card.status-full .mo-date-card__status-label,
.mo-date-widget .mo-date-card.status-canceled .mo-date-card__status-label {
  color: #838181;
}
.mo-date-widget .mo-date-card.status-preorder .mo-date-card__status-label {
  color: #A487BC;
}
.mo-date-widget .mo-date-card.status-alert .mo-date-card__status-label,
.mo-date-widget .mo-date-card.status-on-request .mo-date-card__status-label {
  color: #F5A623;
}
.mo-date-widget .mo-date-card.status-not-for-sale .mo-date-card__status-label, .mo-date-widget .mo-date-card.status-not-for-sale .mo-date-card__datetime,
.mo-date-widget .mo-date-card.status-unavailable .mo-date-card__status-label, .mo-date-widget .mo-date-card.status-canceled .mo-date-card__datetime {
  color: #979797;
}
.mo-date-widget .mo-opening-date {
  display: inline-block;
  padding: 10px 14px;
  margin-top: 16px;
  border-radius: 12px;
  background-color: #f2a738;
  color: white;
  font-weight: 600;
  width: 93%;
  display: block;
  margin: 11px 10px;
  text-transform: uppercase;
  text-align: center;
}
.mo-date-widget .mo-opening-date.hidden {
  display: none;
}
.mo-date-widget .mo-category-table {
  background-color: rgba(255, 255, 255, 0.95);
  overflow: hidden;
  padding: 10px 16px;
}
.mo-date-widget .mo-category-table__head {
  display: none;
}
.mo-date-widget .mo-category-row {
  padding: 14px 0;
  border-bottom: 1px solid rgba(225, 225, 225, 0.8);
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.mo-date-widget .mo-category-row:last-child {
  border-bottom: 0;
}
.mo-date-widget .mo-category-row.is-disabled {
  background-color: rgba(216, 216, 216, 0);
}
.mo-date-widget .mo-category-row.is-disabled .mo-category-name {
  color: #272727;
}
.mo-date-widget .mo-category-row.is-disabled .mo-category-row__prices {
  opacity: 0.7;
}
.mo-date-widget .mo-category-row__header {
  display: flex;
  gap: 9px;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  color: #CDA446;
}
.mo-date-widget .mo-category-row__content {
  display: flex;
  justify-content: space-between;
  padding-top: 9px;
  flex-wrap: wrap;
  align-items: start;
}
.mo-date-widget .mo-category-row__prices {
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
}
.mo-date-widget .mo-category-row__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}
@media (max-width: 640px) {
  .mo-date-widget .mo-category-row__actions {
    margin-left: 0;
  }
}
.mo-date-widget .mo-category-row__availability, .mo-date-widget .mo-category-row__note {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.mo-date-widget .mo-category-row__availability {
  color: #838181;
}
.mo-date-widget .mo-category-row__availability.is-full {
  font-size: 14px;
  text-transform: none;
}
.mo-date-widget .mo-category-row__availability.is-request {
  color: #F5A623;
}
.mo-date-widget .mo-category-row__availability.is-unavailable {
  color: #9ca3b2;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}
.mo-date-widget .mo-category-row__availability.is-canceled {
  color: #979797;
  text-decoration: line-through;
}
.mo-date-widget .mo-category-row__note {
  font-size: 12px;
  color: #A487BC;
}
.mo-date-widget .mo-category-row__note.is-alert {
  color: #F5A623;
}
.mo-date-widget .mo-category-row.premium .mo-category-name {
  color: #272727;
}
.mo-date-widget .mo-category-name {
  font-size: 16px;
  font-weight: 600;
  color: #272727;
}
.mo-date-widget .mo-category-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1px 10px;
  border-radius: 999px;
  font-size: 11px;
  text-transform: uppercase;
  background-color: rgba(205, 164, 70, 0.16);
  color: #CDA446;
}
.mo-date-widget .mo-category-chip.mo-category-chip--package .mo-price__helper {
  border: 1px solid #ffffff;
  color: #ffffff;
  margin-right: 6px;
  text-transform: initial;
}
.mo-date-widget .mo-category-chip--promo {
  background-color: #F5A623;
  color: #ffffff;
  text-transform: initial;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  width: fit-content;
  padding: 3px 12px !important;
  border-radius: 14px;
}
.mo-date-widget .mo-category-chip--promo svg {
  color: #ffffff !important;
  width: 13px;
  height: 13px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.mo-date-widget .mo-category-chip--promo:hover {
  text-decoration: none;
}
.mo-date-widget .mo-category-chip--promo span.mo-price__helper {
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  color: #ffffff;
  text-transform: initial;
}
.mo-date-widget .mo-category-chip--package {
  background-color: #c70039;
  color: white;
  text-transform: initial;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}
.mo-date-widget .mo-category-chip--package svg {
  color: #ffffff !important;
  width: 13px;
  height: 13px;
  border: 1px solid white;
  border-radius: 50%;
}
.mo-date-widget .mo-category-chip--package .mo-price__helper {
  width: auto;
  height: auto;
  border: 0 !important;
}
.mo-date-widget .mo-category-chip--package:hover {
  text-decoration: none;
}
.mo-date-widget .mo-price {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mo-date-widget .mo-price__label {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: none;
  color: #1F2937;
  font-weight: 300;
}
.mo-date-widget .mo-price__label.is-striked {
  color: #9ca3b2;
}
.mo-date-widget .mo-price__value {
  font-size: 16px;
  font-weight: 500;
  color: #272727;
}
.mo-date-widget .mo-price__value.is-striked {
  color: #9ca3b2;
}
.mo-date-widget .mo-price--club .mo-price__value {
  color: #daa520;
}
.mo-date-widget .mo-price--club .mo-price__value.is-striked {
  color: #9ca3b2;
}
.mo-date-widget .mo-price--club .mo-price__label {
  font-weight: 600;
  color: #daa520;
  display: flex;
  align-items: center;
}
.mo-date-widget .mo-price--club .mo-price__label .mo-price__helper {
  margin-left: 5px;
}
.mo-date-widget .mo-price--club .mo-price__label.is-striked {
  color: #9ca3b2;
}
.mo-date-widget .mo-price__helper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #CDA446;
  color: #CDA446;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}
.mo-date-widget .mo-price__helper.is-striked {
  border-color: #9ca3b2;
  color: #9ca3b2;
  text-decoration: line-through;
}
.mo-date-widget .mo-qty-control {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.mo-date-widget .mo-qty-control__btn {
  padding: 6px;
  border-radius: 7px;
  border: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 39px;
  width: 25px;
  letter-spacing: 0;
}
.mo-date-widget .mo-qty-control__btn--minus {
  background: #F4F4F4;
  color: black;
}
.mo-date-widget .mo-qty-control__btn--plus {
  background: #c70039;
  color: white;
}
.mo-date-widget .mo-qty-control__value {
  min-width: 24px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #272727;
}
.mo-date-widget .mo-qty-control select.mo-category-select {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  border: 0;
}
.mo-date-widget .mo-category-row.is-disabled .mo-qty-control {
  pointer-events: none;
  opacity: 0.4;
}
.mo-date-widget .mo-category-row.is-disabled .mo-category-row__actions {
  justify-content: flex-end;
}
.mo-date-widget .mo-category-row.is-disabled .mo-price__value:not(.is-striked) {
  color: #989898;
}
.mo-date-widget .mo-floorplan {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 12px;
  padding: 10px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background-color: #f9fafb;
}
.mo-date-widget .mo-floorplan__label {
  font-size: 12px;
  font-weight: 400;
  color: #272727;
}
.mo-date-widget .mo-floorplan__link {
  background-color: black;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-content: center;
  border-radius: 6px;
  border: 1px solid #E1E1E1;
  width: 100%;
  padding: 3px;
  color: white;
  text-decoration: none;
}
.mo-date-widget .mo-floorplan__link:hover {
  background-color: #1f2937;
}
.mo-date-widget .mo-floorplan__link-icon {
  margin-right: 6px;
  display: inline-flex;
}

.mo-category-name-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.mo-category-name-wrapper .mo-premium-info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #272727;
  border-radius: 50%;
}
.mo-category-name-wrapper .mo-premium-info-icon svg {
  color: #272727 !important;
  width: 12px;
  height: 12px;
}
.mo-category-name-wrapper .mo-premium-info-icon:hover svg {
  color: #272727 !important;
}

.ax-section.dont-miss-section.product-miss-section {
  background-color: transparent;
  padding: 20px;
}
.ax-section.dont-miss-section.product-miss-section .container {
  border-radius: 20px;
  margin-top: 22px;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.05);
}
.ax-section.dont-miss-section.product-miss-section h2 {
  text-transform: uppercase;
  font-weight: bold;
}
.ax-section.dont-miss-section.product-miss-section .item {
  text-align: left;
}
.ax-section.dont-miss-section.product-miss-section .item img {
  height: 150px !important;
  border-radius: 20px;
  margin-bottom: 10px !important;
}
.ax-section.dont-miss-section.product-miss-section .item h3, .ax-section.dont-miss-section.product-miss-section .item h4, .ax-section.dont-miss-section.product-miss-section .item .date {
  color: black;
}
.ax-section.dont-miss-section.product-miss-section .item h3 {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 18px;
  min-height: 36px;
}
.ax-section.dont-miss-section.product-miss-section .item h4 {
  font-weight: 400;
  font-size: 13px;
  margin: 0;
  min-height: 26px;
}
.ax-section.dont-miss-section.product-miss-section .item h4 span {
  font-weight: bold;
}
.ax-section.dont-miss-section.product-miss-section .item .date {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #cf3d4a;
}
.ax-section.dont-miss-section.product-miss-section .item a.link {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
  color: #aa9767;
}
.ax-section.dont-miss-section.product-miss-section .owl-nav {
  top: 48% !important;
  z-index: 999;
}
.ax-section.dont-miss-section.product-miss-section .owl-nav button {
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.8) !important;
  border-radius: 50% !important;
  margin: 0 20px;
}
.ax-section.dont-miss-section.product-miss-section .owl-nav button:hover {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
.ax-section.dont-miss-section.product-miss-section .owl-nav button:before, .ax-section.dont-miss-section.product-miss-section .owl-nav button:after {
  font-size: 35px;
  color: #000;
  top: 8px;
}

.mo-info-popup .mo-info-popup__status--available {
  background-color: #85C43B;
}

.mo-info-popup .mo-info-popup__status--canceled {
  background-color: #999999;
}

.mo-info-popup .mo-info-popup__status--not-for-sale {
  background-color: #999999;
}

.mo-info-popup .mo-info-popup__status--full {
  background-color: #CF3D4A;
}

.mo-info-popup .mo-info-popup__status--alert {
  background-color: #E87722;
}

.mo-info-popup .mo-info-popup__status--preorder {
  background-color: #4A90D9;
}

.mo-info-popup .mo-info-popup__status--package {
  background-color: #2E7D32;
}

.mo-info-popup .mo-info-popup__status--promo {
  background-color: #E87722;
}

.filters-actions.results-filter {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  padding: 15px;
  border: 1px solid rgba(225, 225, 225, 0.3294117647);
  z-index: 100;
  border-radius: 10px;
}

label[for=scalapay] span {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 3px;
}

/* Logo en premier */
.scalapay-checkout-widget-logo {
  order: -1;
}

.payment-group .payment-method:last-child .payment-method-title.field.choice {
  display: flex;
}

div#scalapay-widget a {
  border: 0;
  padding: 0;
  font-size: 11px;
  letter-spacing: 0;
  text-transform: capitalize;
  font-weight: 600;
  text-decoration: underline;
}

div#scalapay-widget {
  display: flex;
  align-items: center;
}

.checkout_index_index .items.payment-methods .payment-group {
  padding-top: 12px;
}

.checkout_index_index .items.payment-methods .payment-method {
  padding-bottom: 7px;
}

body.cms-page-view.page-layout-1column #maincontent {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#minicart-content-wrapper .minicart-items .left-box {
  display: flex;
  align-items: center;
  align-content: space-around;
  justify-content: space-between;
}
#minicart-content-wrapper .minicart-items .product.actions {
  margin: 0 !important;
  vertical-align: middle;
  height: 30px;
  border-radius: 7px;
  border: 0.5px solid rgba(48, 48, 48, 0.4705882353);
}
#minicart-content-wrapper .minicart-items .update-cart-item {
  position: absolute;
  bottom: -18px;
  text-align: center;
  left: 70px;
  background: transparent !important;
}
@media (max-width: 480px) {
  #minicart-content-wrapper .minicart-items .update-cart-item {
    width: 100%;
    left: 34px;
  }
}
#minicart-content-wrapper .minicart-items .update-qty-cart-item span {
  position: absolute;
}
#minicart-content-wrapper .minicart-items .details-qty.qty {
  position: relative;
  margin-top: 0 !important;
  margin-right: 7px;
}
#minicart-content-wrapper .minicart-items .flex-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#minicart-content-wrapper .minicart-items .product-item-name {
  font-weight: 600 !important;
  text-transform: uppercase;
}
#minicart-content-wrapper .minicart-items button.update-qty-cart-item {
  padding: 6px;
  border-radius: 7px;
  border: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 27px;
  letter-spacing: 0;
}
#minicart-content-wrapper .minicart-items button.update-qty-cart-item.control__btn--minus {
  background: #F4F4F4;
  color: black;
}
#minicart-content-wrapper .minicart-items button.update-qty-cart-item.control__btn--plus {
  background: #c70039;
  color: white;
}
#minicart-content-wrapper .minicart-items strong.product-item-name small {
  font-weight: 400;
  line-height: 18px;
  font-size: 14px !important;
  color: #828282;
  margin-bottom: 8px;
  text-transform: capitalize;
}
#minicart-content-wrapper .minicart-items .extras {
  border-radius: 10px;
  padding: 10px;
  background: #f4f4f4;
  margin-top: 3px;
  margin-bottom: 6px;
}
#minicart-content-wrapper .minicart-items .extras p {
  margin-bottom: 0;
}
#minicart-content-wrapper .minicart-items .product.options.list {
  margin-bottom: 0;
}
#minicart-content-wrapper .minicart-items .product.options.list dd.values:first-of-type span {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #383C3F;
}
#minicart-content-wrapper .minicart-items .product.options.list dt.label:first-of-type {
  display: none !important;
}
#minicart-content-wrapper .minicart-items .product.options.list dt.label:nth-of-type(2),
#minicart-content-wrapper .minicart-items .product.options.list dd.values:nth-of-type(2) {
  display: inline-flex;
  align-items: center;
}
#minicart-content-wrapper .minicart-items .details-qty.qty label {
  padding-right: 7px;
  font-size: 12px;
  font-weight: 600;
}
#minicart-content-wrapper .minicart-items .item-qty {
  width: 20px;
  font-weight: 500;
}
#minicart-content-wrapper button#top-cart-btn-checkout {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 5px;
}
#minicart-content-wrapper a.action.viewcart {
  width: 100%;
  display: block;
  font-size: 18px !important;
  font-weight: 500 !important;
  background: #c30b3a !important;
  border: 1px solid #c30b3a !important;
  letter-spacing: 0 !important;
  padding: 10px;
}
#minicart-content-wrapper a.action.viewcart:hover {
  background: transparent !important;
}
#minicart-content-wrapper .subtotal .label {
  font-size: 16px;
  font-weight: 500;
  color: black;
  letter-spacing: 0;
}

.checkout_index_index.onestepcheckout-index-index.page-layout-checkout {
  margin-top: unset;
}

.checkout-cart-index .footer-about-us {
  display: none !important;
}

.block-panier.item-default .categorie-panel {
  text-align: right;
  padding-right: 0;
  padding-top: 10px;
}
.block-panier.item-default.giftcart {
  padding-bottom: 15px !important;
}
.block-panier.item-default.giftcart .categorie-panel {
  text-align: left;
}
.block-panier.item-default.giftcart .box-categ {
  padding-top: 0 !important;
}
.block-panier.item-default.giftcart .box-categ span {
  font-size: 12px !important;
  margin-left: 0 !important;
}
.block-panier.item-default.giftcart .categorie-panel {
  text-align: left;
}
@media (max-width: 767px) {
  .block-panier.item-default .box-quatite {
    text-align: right;
  }
  .block-panier.item-default .top-panel .total-price .price {
    font-size: 19px !important;
  }
  .block-panier.item-default .top-panel .total-price span.price-excluding-tax {
    font-size: 13px !important;
  }
  .block-panier.item-default .top-panel .total-price span.unite-price {
    font-size: 11px !important;
  }
}

.default-gift .price-panel {
  text-align: right;
}
.default-gift .price-panel .price-excluding-tax {
  display: inline;
}
.default-gift .price-panel .total-price {
  color: #272727;
  font-size: 1.8rem;
  letter-spacing: 0.64px;
  margin-left: 15px;
  line-height: 0;
}
.default-gift .price-panel .total-price .price-excluding-tax {
  display: inline;
}
.default-gift .price-panel .total-price .price-excluding-tax .price {
  font-weight: 700;
  font-size: 1.8rem;
}
.default-gift .price-panel .total-price.disabled {
  opacity: 0.3;
  font-size: 1.2rem;
}
.default-gift .price-panel .unite-price {
  opacity: 0.5;
  color: #272727;
  font-size: 1.4rem;
  font-weight: 500;
}
.default-gift .price-panel .unite-price .price {
  font-weight: 500;
  font-size: 1.4rem;
}
@media (max-width: 480px) {
  .default-gift .price-panel .unite-price .price {
    font-weight: 500;
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .default-gift .price-panel .unite-price {
    margin: 0;
    font-size: 11px;
  }
}

.stays-item {
  padding-bottom: 20px !important;
}
.stays-item .box-quatite {
  display: flex !important;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .stays-item .box-quatite .text-perso {
    display: none;
  }
}

.checkout-cart-index cart-summary button.action.btn-checkout, .checkout-index-index cart-summary button.action.btn-checkout {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary, .checkout-index-index .cart-container .cart-summary {
  padding-bottom: 10px !important;
}
.checkout-cart-index a.logo-trustpilot.tp-banner, .checkout-index-index a.logo-trustpilot.tp-banner {
  margin-bottom: 30px;
  padding-top: 20px;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 490px) {
  .checkout-cart-index a.logo-trustpilot.tp-banner, .checkout-index-index a.logo-trustpilot.tp-banner {
    margin-bottom: 38px;
  }
  .checkout-cart-index a.logo-trustpilot.tp-banner span.content-trustpilot img, .checkout-index-index a.logo-trustpilot.tp-banner span.content-trustpilot img {
    height: 23px !important;
  }
}
.checkout-cart-index a.logo-trustpilot.tp-banner span.content-trustpilot, .checkout-index-index a.logo-trustpilot.tp-banner span.content-trustpilot {
  display: flex;
  align-items: center;
  gap: 10px;
}
.checkout-cart-index a.logo-trustpilot.tp-banner span.content-trustpilot img, .checkout-index-index a.logo-trustpilot.tp-banner span.content-trustpilot img {
  width: 150px;
}
@media (max-width: 480px) {
  .checkout-cart-index a.logo-trustpilot.tp-banner span.content-trustpilot img, .checkout-index-index a.logo-trustpilot.tp-banner span.content-trustpilot img {
    width: auto;
  }
}
.checkout-cart-index a.logo-trustpilot.tp-banner span.tp-count, .checkout-index-index a.logo-trustpilot.tp-banner span.tp-count {
  font-size: 12px !important;
  letter-spacing: 2px !important;
}
.checkout-cart-index a.logo-trustpilot.tp-banner span.tp-count strong, .checkout-index-index a.logo-trustpilot.tp-banner span.tp-count strong {
  font-size: 17px !important;
}
.checkout-cart-index a.logo-trustpilot.tp-banner span.powered, .checkout-index-index a.logo-trustpilot.tp-banner span.powered {
  display: flex;
  gap: 10px;
  padding-top: 11px;
}
@media (max-width: 480px) {
  .checkout-cart-index a.logo-trustpilot.tp-banner span.powered, .checkout-index-index a.logo-trustpilot.tp-banner span.powered {
    padding-top: 0;
  }
}
.checkout-cart-index a.logo-trustpilot.tp-banner span.powered span, .checkout-index-index a.logo-trustpilot.tp-banner span.powered span {
  font-size: 11px !important;
}

.mo-date-widget.qt-catg {
  margin-top: 0;
  width: auto;
  padding-right: 11px;
}
.mo-date-widget.qt-catg button {
  height: 30px;
  width: 27px;
  font-size: 20px;
  font-weight: 300;
}
.mo-date-widget.qt-catg span.qty-value {
  min-width: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #272727;
}

.close-text.error-message {
  padding: 0 40px;
}
@media (max-width: 560px) {
  .close-text.error-message {
    padding: 0;
  }
}

.price-detail-info {
  font-size: 12px;
  width: 18px;
  height: 18px;
  position: relative;
  line-height: 17px;
  top: -2px;
  left: -3px;
}

.extra_products {
  border-radius: 10px;
  padding: 10px;
  background: #f4f4f4;
  margin-top: 3px;
  margin-bottom: 17px;
}
.extra_products h3.show_widget {
  color: #413c3d;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
}
.extra_products table.extra-products {
  border: 0 !important;
}
.extra_products table.extra-products td {
  border: 0 !important;
}

.action.primary {
  font-family: "Poppins" !important;
}

div#mb-login-popup-title {
  background-color: transparent !important;
  padding: 0;
}

.opc-estimated-wrapper {
  display: none;
}

#mb-ajaxsuite-popup {
  max-height: 98vh;
  overflow-y: auto;
}

#mb-ajaxsuite-popup::-webkit-scrollbar {
  width: 6px;
}

#mb-ajaxsuite-popup::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

#mb-ajaxsuite-popup::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 3px;
}

#mb-ajaxsuite-popup::-webkit-scrollbar-thumb:hover {
  background: #888;
}

@media (max-width: 767px) {
  div#mb-ajaxsuite-blank {
    background: transparent !important;
  }
}

.mb-ajaxsuite-popup-wrapper {
  border-radius: 10px;
}
.mb-ajaxsuite-popup-wrapper .compact-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  color: #222;
}
@media (max-width: 767px) {
  .mb-ajaxsuite-popup-wrapper .compact-cart {
    margin-top: 15px !important;
  }
}
.mb-ajaxsuite-popup-wrapper .compact-cart .title {
  line-height: 20px !important;
}
.mb-ajaxsuite-popup-wrapper .compact-cart .col-1 img {
  border-radius: 6px;
  height: 115px;
  object-fit: cover;
}
.mb-ajaxsuite-popup-wrapper .compact-cart .col-2 {
  flex: 1;
  margin-left: 15px;
}
.mb-ajaxsuite-popup-wrapper .compact-cart .col-2 .title a {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.mb-ajaxsuite-popup-wrapper .compact-cart .col-2 .location {
  line-height: 18px;
  font-size: 14px !important;
}
.mb-ajaxsuite-popup-wrapper .compact-cart .date-box {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.mb-ajaxsuite-popup-wrapper .qty-block {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .mb-ajaxsuite-popup-wrapper .qty-block {
    padding: 10px 0 0;
  }
  .mb-ajaxsuite-popup-wrapper .qty-block .price-product {
    display: flex;
    align-content: center;
  }
  .mb-ajaxsuite-popup-wrapper .qty-block .price-product span {
    font-size: 14px !important;
    text-align: left;
  }
}
.mb-ajaxsuite-popup-wrapper .qty-block .label-catg {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  font-size: 16px;
  align-items: center;
  padding-bottom: 9px;
}
.mb-ajaxsuite-popup-wrapper .qty-block .label-catg .price-product {
  font-weight: 400;
  font-size: 14px;
}
.mb-ajaxsuite-popup-wrapper .qty-block .label-catg .price-product span {
  margin-right: 32px;
  font-weight: 600;
  padding-left: 7px;
}
.mb-ajaxsuite-popup-wrapper .qty-block span.mo-price__helper {
  color: black;
  font-size: 14px;
}
.mb-ajaxsuite-popup-wrapper .qty-block .mo-date-widget.qt-catg {
  margin-top: 0;
  width: auto;
}
@media (max-width: 767px) {
  .mb-ajaxsuite-popup-wrapper .qty-block .mo-date-widget.qt-catg {
    font-size: 14px;
  }
}
.mb-ajaxsuite-popup-wrapper .qty-block .mo-date-widget.qt-catg button {
  height: 30px;
  width: 27px;
  font-size: 20px;
  font-weight: 300;
}
.mb-ajaxsuite-popup-wrapper .qty-block .mo-date-widget.qt-catg span.qty-value {
  min-width: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #272727;
}
.mb-ajaxsuite-popup-wrapper .qty-block .total-catg {
  text-align: left;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  padding-top: 14px;
  padding-bottom: 14px;
  border-top: 1px solid rgba(225, 225, 225, 0.8);
  border-bottom: 1px solid rgba(225, 225, 225, 0.8);
  margin-bottom: 14px;
  padding-right: 11px;
}
.mb-ajaxsuite-popup-wrapper .qty-block .total-catg span {
  font-weight: 600;
  font-size: 17px;
  color: black;
}
.mb-ajaxsuite-popup-wrapper .qty-block .pricefinal {
  font-size: 16px;
  font-weight: 600;
}
.mb-ajaxsuite-popup-wrapper .qty-block .pricefinal span {
  font-weight: 400;
}
.mb-ajaxsuite-popup-wrapper .qty-block .club-price {
  text-align: left;
  display: flex;
  gap: 13px;
  font-weight: 500;
  font-size: 12px;
  color: #daa520;
  padding-bottom: 14px;
}
.mb-ajaxsuite-popup-wrapper .qty-block .club-price span.mo-price__label {
  font-weight: 600;
  color: #daa520;
  display: flex;
  align-items: center;
  gap: 4px;
}
.mb-ajaxsuite-popup-wrapper .qty-block .club-price a.mo-price__helper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #daa520;
  color: #daa520;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}
.mb-ajaxsuite-popup-wrapper .qty-block .extra_products {
  border-radius: 10px;
  padding: 10px;
  background: #f4f4f4;
  margin-bottom: 17px;
}
.mb-ajaxsuite-popup-wrapper .qty-block .extra_products h3.show_widget {
  color: #413c3d;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
}
.mb-ajaxsuite-popup-wrapper .qty-block .extra_products table.extra-products {
  border: 0 !important;
}
.mb-ajaxsuite-popup-wrapper .qty-block .extra_products table.extra-products td {
  border: 0 !important;
}
.mb-ajaxsuite-popup-wrapper .swatch-opt .label-catg {
  align-content: flex-end;
}
.mb-ajaxsuite-popup-wrapper .swatch-opt .label-catg .d-flex {
  flex-direction: column;
  align-items: flex-start;
}
.mb-ajaxsuite-popup-wrapper .swatch-opt .label-catg .d-flex span {
  font-weight: 400;
  font-size: 14px;
}
.mb-ajaxsuite-popup-wrapper .swatch-opt .label-catg .d-flex .type-hotel {
  font-weight: 400;
  font-size: 12px;
  color: #272727;
}
.mb-ajaxsuite-popup-wrapper .close-text {
  text-align: left;
  padding-top: 12px;
}
.mb-ajaxsuite-popup-wrapper .close-text a {
  color: #473d3e !important;
  font-weight: 400 !important;
  font-size: 15px;
}
.mb-ajaxsuite-popup-wrapper .close-text a:hover {
  color: #cb3f4a !important;
  text-decoration: none !important;
}
.mb-ajaxsuite-popup-wrapper .ajaxcart-buttons.ajaxsuite-buttons {
  padding: 0 24px !important;
}
@media (max-width: 767px) {
  .mb-ajaxsuite-popup-wrapper .ajaxcart-buttons.ajaxsuite-buttons {
    padding: 0 !important;
  }
}
.mb-ajaxsuite-popup-wrapper .ajaxcart-buttons.ajaxsuite-buttons button#ajaxcart_checkout, .mb-ajaxsuite-popup-wrapper .ajaxcart-buttons.ajaxsuite-buttons button#ajaxcart_cancel {
  text-transform: uppercase;
  border-radius: 5px !important;
  font-weight: 500;
  letter-spacing: 0 !important;
}
@media (max-width: 767px) {
  .mb-ajaxsuite-popup-wrapper {
    max-width: 100% !important;
    left: 0 !important;
    -webkit-box-shadow: 0px 7px 26px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 7px 26px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 7px 26px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
  }
}
.mb-ajaxsuite-popup-wrapper a.logo-trustpilot.tp-banner {
  margin-bottom: 12px;
  padding-top: 20px;
  flex-direction: column;
}
@media (max-width: 490px) {
  .mb-ajaxsuite-popup-wrapper a.logo-trustpilot.tp-banner {
    margin-bottom: 66px;
  }
  .mb-ajaxsuite-popup-wrapper a.logo-trustpilot.tp-banner span.content-trustpilot img {
    height: 18px !important;
  }
}
.mb-ajaxsuite-popup-wrapper a.logo-trustpilot.tp-banner span.content-trustpilot {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mb-ajaxsuite-popup-wrapper a.logo-trustpilot.tp-banner span.content-trustpilot img {
  width: 150px;
}
@media (max-width: 480px) {
  .mb-ajaxsuite-popup-wrapper a.logo-trustpilot.tp-banner span.content-trustpilot img {
    width: auto;
  }
}
.mb-ajaxsuite-popup-wrapper a.logo-trustpilot.tp-banner span.tp-count {
  font-size: 14px !important;
}
.mb-ajaxsuite-popup-wrapper a.logo-trustpilot.tp-banner span.tp-count strong {
  font-size: 17px !important;
}
.mb-ajaxsuite-popup-wrapper a.logo-trustpilot.tp-banner span.powered {
  display: flex;
  gap: 10px;
  padding-top: 11px;
}
@media (max-width: 480px) {
  .mb-ajaxsuite-popup-wrapper a.logo-trustpilot.tp-banner span.powered {
    padding-top: 0;
  }
}
.mb-ajaxsuite-popup-wrapper a.logo-trustpilot.tp-banner span.powered span {
  font-size: 11px !important;
}
.mb-ajaxsuite-popup-wrapper .extra-products .extra-item td {
  padding: 3px 6px;
  border-bottom: 1px solid #979797;
}
.mb-ajaxsuite-popup-wrapper .booking-help {
  display: none;
}

.ajaxcart-other {
  border-top: 0 !important;
  padding: 20px 15px 12px !important;
  background-color: #F4F4F4 !important;
  height: fit-content;
  border-radius: 10px;
  margin-top: 10px !important;
  clear: none;
}
.ajaxcart-other p {
  margin-bottom: 2px;
}
.ajaxcart-other .block-2, .ajaxcart-other .next, .ajaxcart-other .previous {
  border-top: 0 !important;
  padding: 20px 0 0 !important;
  border-right: 0 !important;
  width: 100% !important;
}
.ajaxcart-other .block-2 .col-2, .ajaxcart-other .next .col-2, .ajaxcart-other .previous .col-2 {
  display: flex !important;
  gap: 15px !important;
  flex-flow: row !important;
  align-items: flex-start !important;
}
.ajaxcart-other .block-2 .col-2 .col-1-2, .ajaxcart-other .next .col-2 .col-1-2, .ajaxcart-other .previous .col-2 .col-1-2 {
  position: relative;
  width: 60%;
}
.ajaxcart-other .block-2 .col-2 .col-1-2:first-child, .ajaxcart-other .next .col-2 .col-1-2:first-child, .ajaxcart-other .previous .col-2 .col-1-2:first-child {
  width: 30%;
  margin-right: 3%;
}
.ajaxcart-other .block-2 .col-2 .col-1-2 img, .ajaxcart-other .next .col-2 .col-1-2 img, .ajaxcart-other .previous .col-2 .col-1-2 img {
  width: 100%;
  height: 122px;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}
.ajaxcart-other .block-2 p.location, .ajaxcart-other .next p.location, .ajaxcart-other .previous p.location {
  font-weight: 500;
  line-height: 18px;
  font-size: 13px !important;
  color: #828282;
  margin-bottom: 6px;
}
.ajaxcart-other .block-2 p.date, .ajaxcart-other .next p.date, .ajaxcart-other .previous p.date {
  font-size: 13px;
  text-transform: uppercase;
  padding-bottom: 13px;
}
.ajaxcart-other .block-2 span.product-name, .ajaxcart-other .next span.product-name, .ajaxcart-other .previous span.product-name {
  color: black !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
.ajaxcart-other .block-2 a.btn_reserve, .ajaxcart-other .next a.btn_reserve, .ajaxcart-other .previous a.btn_reserve {
  border: 0 !important;
  text-align: left !important;
  padding: 0 !important;
  font-size: 14px !important;
  text-transform: uppercase;
}
.ajaxcart-other .block-2 a.btn_reserve:hover, .ajaxcart-other .next a.btn_reserve:hover, .ajaxcart-other .previous a.btn_reserve:hover {
  color: #CF3D4A;
}
.ajaxcart-other .next p:first-child {
  display: block !important;
}
.ajaxcart-other .tag-type {
  position: absolute;
  top: -10px;
  right: -10px;
  height: 35px;
  width: 35px;
  font-size: 7px;
  line-height: 34px;
}

.extra-products {
  display: flex;
  flex-direction: column;
  /* Autres ajustements globaux */
}
.extra-products .extra-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0 0;
  font-size: 11px;
}
.extra-products .extra-item .extra-info {
  text-align: left;
  width: 60%;
}
.extra-products .extra-item .extra-info strong {
  display: block;
  color: #1f2937;
  font-weight: 400;
  font-size: 13px;
}
.extra-products .extra-item .extra-info .price-option {
  display: block;
  color: #101010;
  font-size: 14px;
  font-weight: 300;
}
.extra-products .extra-item .extra-qty {
  text-align: center;
  width: 10%;
}
.extra-products .extra-item .extra-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: 40%;
}
.extra-products .extra-item .extra-controls .mo-qty-control {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.extra-products .extra-item .extra-controls .mo-qty-control__btn {
  width: 24px !important;
  height: 30px !important;
  background-color: #8b1b2d !important;
  padding: 6px;
  border-radius: 7px !important;
  border: 0 !important;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  font-size: 14px;
}
.extra-products .extra-item .extra-controls .mo-qty-control__btn:hover {
  background-color: #f4f4f4;
}
.extra-products .extra-item .extra-controls .mo-qty-control__value {
  min-width: 20px;
  text-align: center;
  font-weight: 500;
}
.extra-products .extra-item .extra-total {
  text-align: right;
  font-size: 13px;
  padding-right: 2px;
}
.extra-products .mo-date-widget.mo-category-row__actions {
  margin-top: 0;
}
.extra-products span.mo-qty-control__value {
  min-width: 10px !important;
}
.extra-products .mo-date-widget .mo-qty-control__btn {
  width: 24px;
  height: 30px;
  background-color: #8b1b2d !important;
}

.checkout-cart-index main {
  background-color: transparent;
}
@media (max-width: 960px) {
  .checkout-cart-index main {
    padding: 0;
  }
  .checkout-cart-index main .info2-cart {
    display: none;
  }
}
.checkout-cart-index main .page-title-wrapper {
  padding: 0 15px;
}
.checkout-cart-index main .page-title-wrapper h1 {
  color: #383C3F;
  margin: 35px 0;
  text-transform: uppercase !important;
}
@media (max-width: 480px) {
  .checkout-cart-index main .page-title-wrapper h1 {
    margin: 20px 0;
  }
}
.checkout-cart-index main .cart-summary {
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 7px 18px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 7px 18px rgba(0, 0, 0, 0.15);
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.15);
  padding: 20px;
  border-radius: 10px;
}
.checkout-cart-index main .cart-summary::before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 45px;
  right: 15px;
  left: 15px;
  z-index: 0;
}
.checkout-cart-index main .cart-summary > .title {
  font-weight: 500;
  position: relative;
  display: none;
}
.checkout-cart-index main .cart-summary > div {
  position: relative;
}
.checkout-cart-index main .cart-summary > ul {
  position: relative;
}
.checkout-cart-index main .cart-summary #block-shipping {
  display: none;
}
.checkout-cart-index main .cart-summary .cart-totals {
  padding-top: 0;
  border-top: 0 !important;
}
.checkout-cart-index main .cart-summary .cart-totals table.totals {
  font-size: 14px;
}
.checkout-cart-index main .cart-summary .cart-totals table.totals .mark {
  font-weight: 500;
}
.checkout-cart-index main .cart-summary .cart-totals table.totals tr.totals.sub {
  display: none;
}
.checkout-cart-index main .cart-summary .cart-totals table.totals tr.grand.totals strong {
  font-weight: 600;
  font-size: 15px;
  color: black;
  letter-spacing: 0;
}
.checkout-cart-index main .cart-summary .cart-totals table.totals tr.grand.totals .amount strong {
  font-size: 20px;
}
.checkout-cart-index main .cart-summary .totals-tax {
  display: none;
}
.checkout-cart-index main .cart-summary .discount .title {
  display: none;
}
.checkout-cart-index main .cart-summary #block-discount {
  margin-top: 10px;
}
.checkout-cart-index main .cart-summary .privacy-link p {
  margin: 10px 0;
  text-align: center;
}
.checkout-cart-index main .cart-summary .action.primary.checkout {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 5px;
}
.checkout-cart-index main .cart-summary .reassurance.tickets-info-blocks {
  margin: 20px 0 0;
  display: flex;
  flex-direction: column;
}
.checkout-cart-index main .cart-summary .reassurance.tickets-info-blocks #service {
  order: 1;
}
.checkout-cart-index main .cart-summary .reassurance.tickets-info-blocks #agence {
  order: 2;
}
.checkout-cart-index main .cart-summary .reassurance.tickets-info-blocks #payment {
  order: 3;
}
.checkout-cart-index main .cart-summary .reassurance.tickets-info-blocks #faq {
  order: 4;
}
.checkout-cart-index main .left-cart-form {
  float: left;
  width: 63.166%;
}
@media (max-width: 960px) {
  .checkout-cart-index main .left-cart-form {
    width: 65.166%;
  }
}
@media (max-width: 768px) {
  .checkout-cart-index main .left-cart-form {
    width: 100%;
  }
}
.checkout-cart-index main .left-cart-form form {
  width: 100%;
}
.checkout-cart-index main .left-cart-form .action.primary.checkout {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 8px 38px;
}
.checkout-cart-index main #form-validate .cart .block-panier {
  overflow: hidden;
  padding: 20px 10px 0;
  border-radius: 10px;
  background: #ffffff;
  margin-bottom: 20px;
}
.checkout-cart-index main #form-validate .cart .block-panier .compact-cart-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  color: #222;
}
.checkout-cart-index main #form-validate .cart .block-panier .product-info {
  margin-bottom: 0;
}
.checkout-cart-index main #form-validate .cart .block-panier .product-image {
  width: 33% !important;
  float: left !important;
}
@media (max-width: 480px) {
  .checkout-cart-index main #form-validate .cart .block-panier .product-image {
    width: 30% !important;
  }
}
.checkout-cart-index main #form-validate .cart .block-panier .product-image img {
  border-radius: 6px;
  height: 180px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .checkout-cart-index main #form-validate .cart .block-panier .product-image img {
    height: 197px;
    object-fit: cover;
  }
}
.checkout-cart-index main #form-validate .cart .block-panier .product-content {
  width: 67% !important;
  float: left !important;
  padding: 0 0 0 15px !important;
}
@media (max-width: 480px) {
  .checkout-cart-index main #form-validate .cart .block-panier .product-content {
    width: 70% !important;
  }
}
.checkout-cart-index main #form-validate .cart .block-panier .product-content .categorie-panel .box-categ {
  font-size: 15px;
  color: #383C3F;
  display: inline-block;
  padding-top: 10px;
}
.checkout-cart-index main #form-validate .cart .block-panier .product-content .categorie-panel .box-categ span {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .checkout-cart-index main #form-validate .cart .block-panier .product-content .categorie-panel .box-categ span {
    font-size: 13px;
  }
}
.checkout-cart-index main #form-validate .cart .block-panier .product-content .categorie-panel .box-categ .num-cat {
  display: inline-block;
  margin: 0 0 0 10px;
}
.checkout-cart-index main #form-validate .cart .block-panier .product-content .box-quatite {
  font-size: 15px;
  color: #383C3F;
  display: inline-block;
  vertical-align: top;
}
.checkout-cart-index main #form-validate .cart .block-panier .product-content .box-quatite select {
  font-size: 14px;
  border: 1px solid #000000;
  background-image: url(../images/arrow-down.png);
  background-size: 11px 7px;
  background-position: 85% center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 0 0 0 10px;
  padding: 7px 5px;
  height: 38px;
  width: 60px;
}
@media (max-width: 480px) {
  .checkout-cart-index main #form-validate .cart .block-panier .categorie-panel {
    padding-top: 10px;
    padding-right: 10px;
  }
}
.checkout-cart-index main #form-validate .cart .block-panier .categorie-panel {
  padding-bottom: 10px;
}
.checkout-cart-index main #form-validate .cart .block-panier .description-panel {
  display: none;
}
.checkout-cart-index main #form-validate .cart .block-panier .description-panel .left-decrpt {
  width: 40%;
  float: left;
  clear: none;
  border-bottom: none;
}
.checkout-cart-index main #form-validate .cart .block-panier .description-panel .right-decrpt {
  width: 60%;
  float: left;
  clear: none;
  padding: 0 15px;
  border-bottom: none;
}
.checkout-cart-index main #form-validate .cart .block-panier .description-panel .product-members {
  width: 100%;
  float: none;
}
.checkout-cart-index main #form-validate .cart .block-panier .description-panel .product-members ul {
  padding: 0;
}
.checkout-cart-index main #form-validate .cart .block-panier .description-panel .member-designation {
  font-size: 1rem;
}
.checkout-cart-index main #form-validate .cart .block-panier .description-panel .member-name {
  font-size: 1.2rem;
}
.checkout-cart-index main #form-validate .cart .block-panier .description-panel ul {
  max-height: 100px;
  overflow: hidden;
}
.checkout-cart-index main #form-validate .cart .block-panier .description-panel ul li {
  margin-bottom: 5px;
}
.checkout-cart-index main #form-validate .cart .block-panier .left-panel {
  width: 100%;
  float: left;
}
@media (max-width: 600px) {
  .checkout-cart-index main #form-validate .cart .block-panier .left-panel {
    margin-bottom: 0 !important;
  }
}
.checkout-cart-index main #form-validate .cart .block-panier .left-panel .suppr {
  text-align: right;
}
.checkout-cart-index main #form-validate .cart .block-panier .left-panel .suppr span {
  color: #b2b2b2 !important;
}
@media (max-width: 480px) {
  .checkout-cart-index main #form-validate .cart .block-panier .left-panel .suppr span {
    display: none;
  }
}
.checkout-cart-index main #form-validate .cart .block-panier a,
.checkout-cart-index main #form-validate .cart .block-panier button,
.checkout-cart-index main #form-validate .cart .block-panier .button {
  white-space: normal;
}
.checkout-cart-index main #form-validate .cart .block-panier .box-categ {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .checkout-cart-index main #form-validate .cart .block-panier .box-categ {
    padding-top: 6px;
  }
}
.checkout-cart-index main #form-validate .cart .block-panier .box-categ span {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .checkout-cart-index main #form-validate .cart .block-panier .box-categ span {
    font-size: 12px;
  }
}
.checkout-cart-index main #form-validate .cart .block-panier .box-categ .num-cat {
  font-weight: 600;
}
.checkout-cart-index main #form-validate .cart .block-panier .box_panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}
@media (max-width: 480px) {
  .checkout-cart-index main #form-validate .cart .block-panier .box_panel {
    padding-top: 2px;
  }
}
.checkout-cart-index main #form-validate .cart .block-panier .box_panel .mo-date-widget {
  margin-top: 0;
}
.checkout-cart-index main #form-validate .cart .block-panier .left-box {
  display: flex;
  align-items: center;
  gap: 17px;
}
.checkout-cart-index main #form-validate .cart .block-panier .left-box.default {
  justify-content: space-between;
}
.checkout-cart-index main #form-validate .cart .block-panier .suppr {
  height: 30px;
}
.checkout-cart-index main #form-validate .cart .block-panier .suppr a {
  height: 30px;
  width: 27px;
  border: 1px solid #d7d7d7;
  text-align: center;
  padding: 7px;
  border-radius: 5px;
  margin-bottom: 0 !important;
}
.checkout-cart-index main #form-validate .cart .block-panier .suppr span {
  display: none;
}
.checkout-cart-index main #form-validate .cart .block-panier .right-panel {
  text-align: right;
}
@media (max-width: 600px) {
  .checkout-cart-index main #form-validate .cart .block-panier .right-panel {
    padding-top: 10px;
  }
}
.checkout-cart-index main #form-validate .cart .block-panier .right-panel p.suppr {
  text-align: right;
  padding: 0 0 22px 22px;
}
@media (max-width: 600px) {
  .checkout-cart-index main #form-validate .cart .block-panier .right-panel p.suppr {
    padding: 0;
    margin: 0 !important;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index main #form-validate .cart .block-panier .right-panel .price {
    font-size: 19px;
  }
  .checkout-cart-index main #form-validate .cart .block-panier .right-panel span.price-excluding-tax {
    font-size: 13px;
  }
  .checkout-cart-index main #form-validate .cart .block-panier .right-panel span.unite-price {
    font-size: 11px;
  }
}
.checkout-cart-index main #form-validate .cart .block-panier .right-panel .unite-price {
  opacity: 0.5;
  color: #272727;
  font-size: 1.4rem;
  font-weight: 500;
}
.checkout-cart-index main #form-validate .cart .block-panier .right-panel .unite-price .price-excluding-tax {
  font-size: 1.4rem;
  display: inline;
}
.checkout-cart-index main #form-validate .cart .block-panier .right-panel .unite-price .price {
  font-weight: 500;
  font-size: 1.4rem;
}
.checkout-cart-index main #form-validate .cart .block-panier .right-panel .total-price {
  color: #272727;
  font-size: 2.8rem;
  font-weight: 500;
}
.checkout-cart-index main #form-validate .cart .block-panier .top-panel {
  overflow: hidden;
  position: relative;
  min-height: 90px;
}
@media (max-width: 480px) {
  .checkout-cart-index main #form-validate .cart .block-panier .top-panel {
    padding: 5px 0 0;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index main #form-validate .cart .block-panier .top-panel h3, .checkout-cart-index main #form-validate .cart .block-panier .top-panel a {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #CF3D4A !important;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .checkout-cart-index main #form-validate .cart .block-panier .top-panel h3 {
    margin-top: 0;
  }
}
.checkout-cart-index main #form-validate .cart .block-panier .top-panel h3,
.checkout-cart-index main #form-validate .cart .block-panier .top-panel a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2rem;
  color: #383C3F;
}
.checkout-cart-index main #form-validate .cart .block-panier .top-panel strong {
  font-weight: 500;
}
.checkout-cart-index main #form-validate .cart .block-panier .top-panel .lieu-box {
  line-height: 18px;
  font-size: 14px !important;
  color: #828282;
  margin-bottom: 8px;
}
.checkout-cart-index main #form-validate .cart .block-panier .top-panel .date-box {
  font-size: 13px !important;
  font-weight: 500;
  text-transform: uppercase;
  color: #383C3F;
  display: block;
  line-height: 25px;
  margin: 0;
}
@media (max-width: 480px) {
  .checkout-cart-index main #form-validate .cart .block-panier .top-panel .date-box {
    font-size: 12px !important;
  }
}
.checkout-cart-index main #form-validate .cart .block-panier .top-panel .price-panel {
  float: right !important;
  text-align: right !important;
}
@media (max-width: 600px) {
  .checkout-cart-index main #form-validate .cart .block-panier .top-panel .price-panel {
    padding-right: 10px;
  }
}
.checkout-cart-index main #form-validate .cart .block-panier .item-options {
  font-size: 15px !important;
  color: #383C3F;
  font-weight: 500;
}
.checkout-cart-index main #form-validate .cart .block-panier .item-options dt {
  font-weight: 500 !important;
}
.checkout-cart-index main #form-validate .cart .block-panier .supprime-btn {
  font-size: 1rem !important;
  color: #b2b2b2 !important;
  display: inline-block;
  padding: 0 25px 0 0;
  position: relative;
  top: 0;
  line-height: 20px;
}
.checkout-cart-index main #form-validate .cart .block-panier .supprime-btn:hover {
  color: #000 !important;
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .item-comment {
  border-radius: 5px;
  background: #f7f7f7;
  padding: 10px;
  margin-bottom: 15px;
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .item-comment .title-accordion {
  font-size: 1.4rem;
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .item-comment .inner-accordion  p {
  margin: 0;
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options {
  display: flex;
  align-items: baseline;
  padding-bottom: 10px;
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .left-option {
  width: 100%;
  display: flex;
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .left-option label {
  color: #1f2937;
  font-size: 13px !important;
  line-height: 20px;
  width: 100%;
  font-weight: 500 !important;
  position: relative;
  padding: 0 0 0 65px;
  min-height: 38px;
  display: inline-block;
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .left-option label:after {
  content: "";
  position: absolute;
  width: 45px;
  height: 40px;
  left: 0;
  top: 3px;
  background: url(../images/sprite-options.png) no-repeat;
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .left-option span.unite-price {
  color: #101010;
  font-size: 13px;
  font-weight: 300;
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .left-option label.verre-option:after {
  background-position: 0 0;
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .left-option label.livret-option:after {
  background-position: 0 -63px;
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .left-option label.menu-option:after {
  background-position: 0 -129px;
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .left-option label.visite-option:after {
  background-position: 0 -193px;
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .right-option {
  display: flex;
  align-items: center;
}
@media (max-width: 960px) {
  .checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .right-option {
    flex-direction: column;
  }
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .right-option .price {
  font-size: 1.6rem;
  font-weight: 600;
}
@media (max-width: 480px) {
  .checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .right-option .price {
    font-size: 16px;
  }
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .right-option .price-excluding-tax {
  display: inline;
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .right-option .total-price {
  color: #272727;
  font-size: 1.8rem;
  letter-spacing: 0.64px;
  margin-left: 15px;
  line-height: 0;
}
@media (max-width: 480px) {
  .checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .right-option .total-price {
    font-size: 4.8rem;
  }
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .right-option .total-price.disabled {
  opacity: 0.3;
  font-size: 1.2rem;
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .right-option .unite-price {
  font-size: 1.2rem;
  color: #b2b2b2;
  display: inline-block;
  margin: 0 15px 0 0;
  width: 19%;
}
@media (max-width: 480px) {
  .checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .right-option .unite-price {
    margin: 0;
  }
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .right-option .quantity {
  font-size: 1.4rem;
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .right-option .mo-date-widget.qt-catg span.qty-value {
  min-width: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #272727;
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .right-option .mo-date-widget.qt-catg button {
  height: 28px;
  width: 25px;
  font-size: 18px;
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .right-option button.mo-qty-control__btn.mo-qty-control__btn--minus {
  border: 1px solid black;
}
.checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options select {
  font-size: 14px;
  border: 1px solid #000000;
  background-image: url(../images/arrow-down.png);
  background-size: 11px 7px;
  background-position: 85% center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 0 0 0 10px;
  padding: 7px 5px;
  height: 38px;
  width: 60px;
}
.checkout-cart-index main #form-validate .cart .accordion-bloc {
  width: 100%;
  float: right;
}
.checkout-cart-index main #form-validate .cart .accordion-bloc .title-accordion {
  color: #413c3d;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
}
.checkout-cart-index main #form-validate .cart .accordion-bloc .block-Options {
  padding-top: 10px;
}
.checkout-cart-index main #form-validate .cart .beneficiary-block {
  overflow: hidden;
  padding: 14px 10px 0;
  border-top: 1px solid #e1e1e1;
  font-size: 1.3rem;
  width: 100%;
}
.checkout-cart-index main #form-validate .cart .beneficiary-block.price-desc {
  border-top: 0 !important;
  padding-top: 0;
}
.checkout-cart-index main #form-validate .cart .beneficiary-block p {
  margin-bottom: 10px;
  font-size: 1.3rem;
  color: #383c3f;
}
.checkout-cart-index main #form-validate .cart .beneficiary-block .form-group {
  margin: 0 0 15px;
  width: 37%;
  float: left;
}
.checkout-cart-index main #form-validate .cart .beneficiary-block .form-group:last-child {
  width: 25%;
}
.checkout-cart-index main #form-validate .cart .beneficiary-block .form-group input[type=text] {
  border: 1px solid rgba(188, 188, 188, 0.5490196078);
  border-radius: 5px;
  padding: 10px 10px;
  line-height: 20px;
  font-size: 12px;
}
.checkout-cart-index main #form-validate .cart .beneficiary-block .title {
  width: 150px;
  float: left;
  color: #383c3f;
  font-size: 14px;
  font-weight: 700;
}
.checkout-cart-index main #form-validate .cart .beneficiary-block .form {
  float: left;
  width: calc(100% - 160px);
  padding: 0 0 0 15px;
}
.checkout-cart-index main #form-validate .cart .beneficiary-block .form input {
  width: 90%;
}
.checkout-cart-index main #form-validate .cart .beneficiary-block .form .action {
  padding: 11px 0;
  display: block;
  height: 100%;
  margin: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  border-radius: 5px;
  font-weight: 400 !important;
  letter-spacing: 0;
}
.checkout-cart-index main #form-validate .cart .beneficiary-block .toggle-beneficiary-form-group {
  width: 100%;
}
.checkout-cart-index main #form-validate .cart .beneficiary-block .toggle-beneficiary-form-group .toggle-beneficiary-fields {
  width: fit-content;
  border-radius: 5px;
  border: 1px solid rgb(207, 61, 73) !important;
  font-size: 13px !important;
  letter-spacing: 0;
  font-weight: 500 !important;
  color: #cf3d49;
  padding: 10px 20px;
}
.checkout-cart-index main #form-validate .cart .beneficiary-block .toggle-beneficiary-form-group .toggle-beneficiary-fields:focus {
  border: 1px solid rgb(207, 61, 73) !important;
  color: white !important;
  background: #CF3D4A !important;
}
.checkout-cart-index main #form-validate .cart .ticket-obtention {
  padding: 19px 10px 0 10px;
  border-top: 1px solid #e1e1e1;
}
.checkout-cart-index main #form-validate .assurance-block {
  background: #ebeaea;
  padding: 20px;
  margin: 0 0 20px;
}
.checkout-cart-index main #form-validate .assurance-block .top-assur {
  overflow: hidden;
}
.checkout-cart-index main #form-validate .assurance-block .top-assur .logo-top {
  float: right;
  margin: 0;
}
.checkout-cart-index main #form-validate .assurance-block .top-assur .logo-top img {
  max-width: 250px;
}
.checkout-cart-index main #form-validate .assurance-block .top-assur h4 {
  font-weight: 600;
  font-size: 2.5rem;
  text-transform: uppercase;
  margin: 10px 0 15px;
}
.checkout-cart-index main #form-validate .assurance-block .btn-anulation {
  background: #bc2a29;
  border: 1px solid #bc2a29;
  line-height: 40px;
  padding: 0 15px;
  color: #ffffff !important;
  display: inline-block;
  margin: 5px 0 0;
  font-size: 1.2rem;
}
@media (max-width: 480px) {
  .checkout-cart-index main #form-validate .assurance-block .btn-anulation {
    background-color: inherit;
    color: #BC2A28 !important;
  }
}
.checkout-cart-index main #form-validate .assurance-block .btn-anulation.sending {
  cursor: default;
  opacity: 0.5;
}
.checkout-cart-index main #form-validate .assurance-block .btn-anulation.sending:after {
  content: "";
  display: inline-block;
  height: 25px;
  width: 29px;
  background-image: url(../images/ajax-loader.gif);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: bottom right;
  position: relative;
  bottom: 0;
  right: 0;
}
.checkout-cart-index main #form-validate .assurance-block .btn-anulation:hover {
  background: #ffffff;
  color: #bc2a29 !important;
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .checkout-cart-index main .cart-summary {
    width: 33.3%;
  }
}

@media (min-width: 1024px), print {
  .checkout_index_index .modal-popup.popup-authentication .modal-inner-wrap, .checkout_index_index .popup-gift-message-item .modal-inner-wrap {
    margin: auto !important;
    top: 0;
    bottom: 0;
    left: 0 !important;
    right: 0 !important;
    width: 500px !important;
    max-height: fit-content;
    border-radius: 10px;
  }
}
.checkout_index_index .modal-popup.popup-authentication .modal-inner-wrap .modal-header {
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
}
.checkout_index_index .modal-popup.popup-authentication .modal-inner-wrap .modal-header .modal-title {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.checkout_index_index .modal-popup.popup-authentication .modal-inner-wrap .modal-content {
  border-radius: 0 0 10px 10px;
  padding: 0 20px 20px;
}
.checkout_index_index .checkout-description {
  display: none;
}
.checkout_index_index .fieldset .field {
  margin: 0 0 10px !important;
}
.checkout_index_index .fieldset .field .label {
  padding: 0 10px 0 0 !important;
  text-align: left !important;
  width: 100% !important;
  float: none !important;
}
.checkout_index_index select {
  font-size: 13px;
  border: 1px solid #f4f4f4;
  border-radius: 5px;
  background-image: url(../images/arrow-down.png);
  background-size: 11px 7px;
  background-position: 90% center;
  background-repeat: no-repeat;
  cursor: pointer;
  padding: 6px 10px;
  height: 40px;
}
.checkout_index_index .ui-helper-hidden-accessible {
  display: none !important;
}
.checkout_index_index .page-header {
  display: none;
}
.checkout_index_index .logo img {
  display: inline-block;
}
.checkout_index_index h1.page-title {
  margin: 40px 0 20px;
}
.checkout_index_index .popup-authentication button.action {
  background-color: #CF3D4A !important;
  border: #CF3D4A 1px solid !important;
  color: #ffffff !important;
  padding: 5px 10px;
  border-radius: 5px;
}
.checkout_index_index .popup-authentication button.action:hover {
  background-color: #ffffff !important;
  color: #CF3D4A !important;
}
.checkout_index_index .popup-authentication button.action span {
  font-size: 15px;
}
.checkout_index_index .osc-authentication-wrapper {
  margin-top: 15px;
}
.checkout_index_index .osc-authentication-wrapper .osc-authentication-toggle {
  font-size: 14px;
  color: #CF3D4A;
  text-decoration: underline;
  padding: 0;
}
.checkout_index_index .opc-block-summary .table-totals .grand .mark, .checkout_index_index .opc-block-summary .table-totals .grand .amount {
  padding-top: 5px;
}
.checkout_index_index #checkout .osc-place-order-block {
  padding: 0 !important;
  margin: 0;
  border: 0;
}
.checkout_index_index .osc-addition-content-wrapper {
  width: 100%;
  background: #fff;
  margin: 0 0 5px;
}
.checkout_index_index .opc-wrapper .form-discount {
  max-width: 100%;
}
.checkout_index_index .opc-wrapper .create-account-block {
  padding: 0 0 15px;
}
.checkout_index_index .footer p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: lighter;
}
.checkout_index_index .osc-newsletter label {
  font-size: 12px;
}
.checkout_index_index .osc-place-order-wrapper {
  text-align: center;
  width: 100%;
}
.checkout_index_index .osc-place-order-wrapper button.action.primary.checkout {
  background-color: #CF3D4A !important;
  border-color: #CF3D4A !important;
  border: 2px solid;
}
@media (max-width: 767px) {
  .checkout_index_index .osc-place-order-wrapper button.action.primary.checkout {
    margin-top: 10px;
    font-size: 15px;
  }
}
.checkout_index_index .osc-place-order-wrapper button.action.primary.checkout:hover {
  background: #FFF !important;
  transition: all 0.4s ease 0s;
}
.checkout_index_index .osc-place-order-wrapper button.action.primary.checkout:hover span {
  color: #CF3D4A !important;
}
.checkout_index_index .osc-place-order-wrapper .checkout-agreements-block label span {
  text-transform: initial;
}
.checkout_index_index .osc-place-order-wrapper .checkout-agreements-block .checkout-agreement label button {
  color: #CF3D4A;
}
.checkout_index_index .osc-payment-after-methods {
  width: 100%;
}
.checkout_index_index .osc-payment-after-methods .discount-code {
  box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
.checkout_index_index #co-place-order-area {
  padding: 25px 0 !important;
}
.checkout_index_index .opc-block-summary .table-totals .grand .amount {
  padding-right: 20px;
}
.checkout_index_index .page-title-wrapper {
  overflow: hidden;
  width: auto;
  text-align: center;
  margin-top: 20px !important;
}
.checkout_index_index .page-title-wrapper h1 {
  margin: 20px;
  width: 100%;
  text-align: center;
}
.checkout_index_index .checkout-title {
  width: 33%;
}
.checkout_index_index .checkout-title.logo {
  max-width: 300px;
  float: left;
  margin-top: 25px;
  text-align: left;
}
.checkout_index_index .checkout-title.reassurance {
  float: right;
  text-align: right;
}
.checkout_index_index .checkout-container #discount-form .primary button {
  margin: 0 0 0 5px;
  width: 100%;
  background-color: #FFF !important;
  color: #CF3D4A !important;
  border: 1px solid #CF3D4A !important;
  padding: 5px 15px;
  border-radius: 5px;
}
.checkout_index_index .checkout-container #discount-form .primary button.action-apply:hover {
  background-color: #CF3D4A !important;
  color: #FFF !important;
}
.checkout_index_index .checkout-container .action-edit-address,
.checkout_index_index .checkout-container button:not(.primary):not(.action-show):not(.action-close):not(.edit-address-link):not(.ui-datepicker-trigger) {
  margin: 0 0 0 10px;
  border: none;
}
.checkout_index_index .checkout-container .action-edit-address:hover {
  background: #000000 !important;
  transition: all 0.4s ease 0s;
}
.checkout_index_index .checkout-container #discount-form .primary button:hover {
  background-color: #CF3D4A !important;
  color: #FFF !important;
  transition: all 0.4s ease 0s;
}
.checkout_index_index .checkout-payment-method #checkout-step-payment .form.payments {
  box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
}
.checkout_index_index .checkout-payment-method .payment-method._active .payment-method-content .billing-address-details,
.checkout_index_index .checkout-payment-method .checkout-billing-address .billing-address-details {
  display: none;
}
.checkout_index_index .checkout-payment-method .payment-method._active .payment-method-content .billing-address-details br,
.checkout_index_index .checkout-payment-method .checkout-billing-address .billing-address-details br {
  display: none;
}
.checkout_index_index .checkout-payment-method .payment-method._active .payment-method-content .action-cancel,
.checkout_index_index .checkout-payment-method .checkout-billing-address .action-cancel {
  padding: 7px 15px !important;
}
.checkout_index_index .checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0;
}
.checkout_index_index .one-step-checkout-wrapper .one-step-checkout-container {
  display: flex;
  justify-content: space-between;
  justify-items: flex-start;
}
.checkout_index_index .one-step-checkout-wrapper .one-step-checkout-container .step-title {
  padding: 0 !important;
  background-color: transparent !important;
  margin-bottom: 20px !important;
}
.checkout_index_index .one-step-checkout-wrapper .one-step-checkout-container .checkout-steps-shipping-step-address {
  width: 36%;
  padding: 20px;
  background-color: #f4f4f4;
  height: fit-content;
  border-radius: 10px;
  margin-bottom: 40px;
}
.checkout_index_index .one-step-checkout-wrapper .one-step-checkout-container .checkout-steps-shipping {
  width: 64%;
  padding: 20px;
}
.checkout_index_index .one-step-checkout-wrapper .one-step-checkout-container .checkout-steps-shipping .opc-block-summary {
  padding: 20px !important;
  box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.checkout_index_index .one-step-checkout-wrapper .one-step-checkout-container .checkout-steps-shipping .opc-block-summary .items-in-cart .title {
  padding: 10px 30px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.checkout_index_index .one-step-checkout-wrapper .one-step-checkout-container .checkout-steps-shipping .opc-block-summary .items-in-cart .title strong {
  font-size: 15px;
  font-weight: 600;
}
.checkout_index_index .one-step-checkout-wrapper .minicart-items-wrapper .product-item-detail {
  width: 100%;
}
@media (max-width: 480px) {
  .checkout_index_index .one-step-checkout-wrapper .minicart-items-wrapper .product-item-detail {
    width: 100%;
    padding: 0;
  }
}
.checkout_index_index .one-step-checkout-wrapper .minicart-items-wrapper .product-item-detail a {
  white-space: normal;
}
.checkout_index_index .one-step-checkout-wrapper .minicart-items-wrapper .product-item-detail small.extra {
  line-height: 18px;
  font-size: 13px !important;
  color: #828282;
  margin-bottom: 16px;
}
.checkout_index_index .one-step-checkout-wrapper .minicart-items-wrapper .product-item-detail small.extra-product {
  font-size: 1.2rem;
}
.checkout_index_index .one-step-checkout-wrapper .minicart-items-wrapper .product-item-detail small.extra-product span.price {
  font-size: inherit;
}
.checkout_index_index .one-step-checkout-wrapper .minicart-items-wrapper .product-item-detail .product-item-inner {
  margin: 0;
}
.checkout_index_index .one-step-checkout-wrapper .minicart-items-wrapper .product-item-detail .product-item-inner .product-item-info {
  width: 100% !important;
}
.checkout_index_index .one-step-checkout-wrapper .minicart-items-wrapper .product-item-detail .product.options dl {
  margin-bottom: 0;
}
.checkout_index_index .one-step-checkout-wrapper .minicart-items-wrapper .product-item-detail .product.options dl dd.values:nth-of-type(1) {
  text-transform: uppercase;
}
.checkout_index_index .one-step-checkout-wrapper .minicart-items-wrapper .product-item-detail .product.options dl dt.label {
  display: inline-block;
  padding-right: 4px;
}
.checkout_index_index .one-step-checkout-wrapper .minicart-items-wrapper .product-item-detail .product.options dl dd.values {
  display: inline-block;
  margin-bottom: 0;
}
.checkout_index_index .one-step-checkout-wrapper .minicart-items-wrapper .product-item-detail .product-item-name {
  text-transform: uppercase;
  font-weight: 500 !important;
}
.checkout_index_index .one-step-checkout-wrapper .minicart-items-wrapper .extra-product-info {
  border-radius: 5px;
  padding: 5px;
  background: #f4f4f4;
}
.checkout_index_index .one-step-checkout-wrapper .minicart-items-wrapper .extra-product-info .extra-product-row .supplier-extra.price {
  font-size: 12px !important;
}
.checkout_index_index .one-step-checkout-wrapper .minicart-items-wrapper .extra-product-info .extra-product-row span.extra-product-title {
  font-size: 12px !important;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.checkout_index_index .one-step-checkout-wrapper .minicart-items-wrapper .extra-product-info .extra-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding-right: 10px;
}
.checkout_index_index .one-step-checkout-wrapper .minicart-items-wrapper .extra-product-info .supplier-extra.label {
  display: flex;
  align-items: center;
}
.checkout_index_index .one-step-checkout-wrapper .minicart-items-wrapper .extra-product-info .supplier-extra.label .extra-product-title {
  padding-left: 10px;
}
.checkout_index_index .one-step-checkout-wrapper .minicart-items-wrapper .extra-product-info .supplier-extra span.extra-product {
  font-size: 12px;
}
.checkout_index_index .one-step-checkout-wrapper .minicart-items-wrapper .extra-product-info img {
  margin: 0 !important;
}
.checkout_index_index .modal-popup .form-shipping-address {
  max-width: 100% !important;
}
.checkout_index_index .modal-popup .form-shipping-address .fieldset > .field:not(.choice) > .label {
  min-width: 100%;
  text-align: left;
}
.checkout_index_index .modal-popup .modal-footer .action-save-address {
  border: 2px solid #CF3D4A !important;
  padding: 13px 17px;
}
.checkout_index_index .shipping-address-items .shipping-address-item .action.edit-address-link {
  color: black;
}
@media (max-width: 767px) {
  .checkout_index_index .page-header img {
    max-width: 200px;
  }
  .checkout_index_index h1.page-title {
    text-align: center;
  }
  .checkout_index_index h1.page-title {
    font-size: 20px;
  }
}
@media (max-width: 550px) {
  .checkout_index_index .page-title-wrapper {
    top: 0 !important;
  }
  .checkout_index_index h1.page-title {
    text-align: left;
  }
}

#minicart-content-wrapper .items-total {
  display: none;
}
#minicart-content-wrapper .block-minicart .subtotal {
  display: flex;
}
#minicart-content-wrapper .block-minicart .subtotal .label {
  margin-right: 10px;
}
#minicart-content-wrapper .minicart-items-wrapper {
  height: calc(100vh - 280px) !important;
}
#minicart-content-wrapper .minicart-items-wrapper .item-qty {
  margin: 0;
}
#minicart-content-wrapper .minicart-items-wrapper .update-qty-cart-item {
  border: 0;
  padding: 13px 5px;
}
#minicart-content-wrapper .minicart-items-wrapper .update-qty-cart-item:hover {
  background: transparent;
  color: inherit;
}
#minicart-content-wrapper .minicart-items-wrapper .update-qty-cart-item:active {
  background: transparent;
  box-shadow: none;
}

.onestepcheckout-index-index .page-title-wrapper {
  min-height: 100px;
  padding: 0;
}
@media (max-width: 768px) {
  .onestepcheckout-index-index .page-title-wrapper {
    display: flex !important;
    flex-direction: column;
  }
  .onestepcheckout-index-index .page-title-wrapper h1.page-title {
    order: 3;
    padding-top: 10px !important;
    position: relative !important;
  }
  .onestepcheckout-index-index .page-title-wrapper .checkout-title.logo {
    order: 1;
    width: 60% !important;
    display: block;
    margin: auto !important;
    text-align: center !important;
  }
  .onestepcheckout-index-index .page-title-wrapper .checkout-title.reassurance {
    order: 2;
    padding-top: 33px;
    margin: auto;
    display: block;
  }
  .onestepcheckout-index-index .page-title-wrapper a.logo-trustpilot.tp-banner {
    margin-bottom: 10px !important;
  }
}
.onestepcheckout-index-index .page-title-wrapper h1 {
  position: absolute;
  top: 20px;
  width: 100%;
  text-align: center;
  left: 0;
  margin: 20px 0;
}
.onestepcheckout-index-index .page-title-wrapper .reassurance {
  margin-top: 25px;
}
.onestepcheckout-index-index .page-title-wrapper .reassurance p {
  border-radius: 5px;
  float: right;
  text-align: center;
  border: 1px solid #dadada;
  position: relative;
  padding-top: 10px;
}
.onestepcheckout-index-index .page-title-wrapper .reassurance p .title {
  color: #232323;
  position: absolute;
  top: -10px;
  background: white;
  padding: 0 10px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 1.3rem;
}
.onestepcheckout-index-index .page-title-wrapper .reassurance p .title:after {
  content: " ";
  background: url(../images/validate.png) white no-repeat fixed;
  background-size: contain;
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: -6px;
  right: -25px;
}
.onestepcheckout-index-index .page-title-wrapper .reassurance p .geotrust img {
  width: 25%;
}
.onestepcheckout-index-index .page-title-wrapper .reassurance p .systempay {
  width: 60%;
}
.onestepcheckout-index-index .page-title-wrapper .reassurance a.logo-trustpilot.tp-banner {
  padding-top: 0;
}
.onestepcheckout-index-index .page-title-wrapper .reassurance .trustpilot-widget {
  float: right;
}
.onestepcheckout-index-index .footer {
  clear: both;
}
.onestepcheckout-index-index #checkout-review-table .product-item .action:before {
  background-image: url(../images/edit.svg);
  content: " ";
  display: block;
  height: 18px;
  width: 18px;
  background-size: contain;
}
.onestepcheckout-index-index #checkout-review-table .product-item .flex-action {
  display: flex;
  align-items: center;
  gap: 10px;
}
.onestepcheckout-index-index #checkout-review-table .product-item .flex-action .product-total {
  font-size: 14px;
  font-weight: 500;
  color: black;
}
.onestepcheckout-index-index #checkout-review-table .product-item div#mobile-flex-line {
  display: none;
}
@media (max-width: 767px) {
  .onestepcheckout-index-index #checkout-review-table .product-item div#mobile-flex-line {
    display: flex;
    align-items: center;
  }
  .onestepcheckout-index-index #checkout-review-table .product-item #desktop-flex-line {
    display: none;
  }
}
.onestepcheckout-index-index #checkout-review-table .product-item .supplier-extra.label span.extra-product .extra-product-title {
  margin-top: 9px;
  position: absolute;
  margin-left: 88px;
  font-weight: 700;
  color: #CF3D4A;
  font-size: 13px;
}
.onestepcheckout-index-index #checkout-review-table .product-item .supplier-extra.label span.extra-product img {
  margin-top: -23px;
  width: 55px;
  margin-left: -5px;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .form.form-login .control span.note {
  font-weight: 600;
  font-size: 14px !important;
}
@media (max-width: 768px) {
  .onestepcheckout-index-index tr.grand.totals {
    padding-top: 33px !important;
    display: flex;
    justify-content: space-between;
  }
  .onestepcheckout-index-index .extra-product-info > div {
    flex-direction: row; /* tout sur la même ligne */
    align-items: center;
    justify-content: space-between; /* titre à gauche, prix/qte à droite */
    gap: 10px;
  }
  .onestepcheckout-index-index .supplier-extra.label {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 1; /* permet au titre de se réduire si nécessaire */
    white-space: nowrap; /* empêche le titre de passer à la ligne */
    overflow: hidden;
    text-overflow: ellipsis; /* tronque le titre trop long */
  }
  .onestepcheckout-index-index .extra-controls {
    display: flex;
    flex-direction: row; /* prix et qte restent sur la même ligne */
    gap: 5px;
    white-space: nowrap;
  }
  .onestepcheckout-index-index .supplier-extra img {
    width: 20px;
    height: auto;
  }
  .onestepcheckout-index-index .extra-product-title {
    font-size: 11px;
    padding-left: 0 !important;
  }
  .onestepcheckout-index-index .supplier-extra.price,
  .onestepcheckout-index-index .supplier-extra.qty {
    font-size: 14px;
  }
  .onestepcheckout-index-index .supplier-extra.label img {
    display: none;
  }
  .onestepcheckout-index-index .product-item-info {
    padding-left: 10px;
  }
}

button.action.btn-checkout {
  display: none;
}

@media (max-width: 960px) {
  .checkout_index_index .one-step-checkout-wrapper .one-step-checkout-container {
    flex-direction: column;
  }
  .checkout_index_index .one-step-checkout-wrapper .one-step-checkout-container .checkout-steps-shipping-step-address {
    width: 100%;
    margin-bottom: 20px;
  }
  .checkout_index_index .one-step-checkout-wrapper .one-step-checkout-container .checkout-steps-shipping-step-address .ax-checkout-shipping-billingAddress .checkout-billing-address .form-login {
    background-color: transparent !important;
  }
  .checkout_index_index .one-step-checkout-wrapper .one-step-checkout-container .checkout-steps-shipping-step-address .ax-checkout-shipping-billingAddress .checkout-billing-address .form-login #customer-email-fieldset .field {
    padding: 0 !important;
  }
  .checkout_index_index .one-step-checkout-wrapper .one-step-checkout-container .checkout-steps-shipping-step-address .ax-checkout-shipping-billingAddress .checkout-billing-address .billing-address-form .fieldset.address {
    display: flex;
    flex-wrap: wrap;
  }
  .checkout_index_index .one-step-checkout-wrapper .one-step-checkout-container .checkout-steps-shipping-step-address .ax-checkout-shipping-billingAddress .checkout-billing-address .billing-address-form .fieldset.address .field {
    padding: 0 !important;
  }
  .checkout_index_index .one-step-checkout-wrapper .one-step-checkout-container .checkout-steps-shipping-step-address .ax-checkout-shipping-billingAddress .checkout-billing-address .create-account-block {
    margin-bottom: 0;
  }
  .checkout_index_index .one-step-checkout-wrapper .one-step-checkout-container .checkout-steps-shipping-step-address .ax-checkout-shipping-billingAddress .checkout-billing-address .create-account-block .form-create-account .field {
    padding: 0;
  }
  .checkout_index_index .one-step-checkout-wrapper .one-step-checkout-container .checkout-steps-shipping {
    width: 100%;
    padding: 0;
  }
  .checkout_index_index .one-step-checkout-wrapper .one-step-checkout-container .checkout-steps-shipping .order-summary .opc-block-summary .items-in-cart {
    margin-bottom: 0;
  }
  .checkout_index_index .one-step-checkout-wrapper .one-step-checkout-container .checkout-steps-shipping .order-summary .opc-block-summary .items-in-cart .title {
    padding: 10px 0;
  }
  .checkout_index_index .one-step-checkout-wrapper .one-step-checkout-container .checkout-steps-shipping .order-summary .opc-block-summary .items-in-cart .minicart-items tbody tr td.a-left.product {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 10px !important;
    border-radius: 5px;
  }
  .checkout_index_index .one-step-checkout-wrapper .one-step-checkout-container .checkout-steps-shipping .order-summary .opc-block-summary .items-in-cart .minicart-items tbody tr td.a-left.product .product-image-container img {
    border-radius: 5px;
  }
  .checkout_index_index .one-step-checkout-wrapper .one-step-checkout-container .checkout-steps-shipping .order-summary .opc-block-summary .items-in-cart .minicart-items tbody tr td.a-center {
    border-bottom: 0 !important;
  }
  .checkout_index_index .one-step-checkout-wrapper .one-step-checkout-container .checkout-steps-shipping .order-summary .opc-block-summary .items-in-cart table.table.table-totals {
    background-color: #e2e2e2;
    border-radius: 5px;
  }
}
@media (max-width: 767px) {
  .checkout_index_index .osc-payment-after-methods .opc-payment-additional .field .control {
    width: 100% !important;
  }
  .mb-ajaxsuite-popup-wrapper.ui-draggable.ui-draggable-handle {
    margin-top: 14px;
  }
  .mb-ajaxsuite-popup-wrapper.ui-draggable.ui-draggable-handle {
    padding: 8px 8px 8px 21px !important;
    height: 72vh;
  }
  #mb-ajaxcart-wrapper .product-add-form .actions {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column-reverse;
    -moz-flex-flow: column-reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .checkout-cart-index main #form-validate .cart .block-panier .product-content .categorie-panel {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .right-option {
    text-align: right;
  }
  .checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .left-option label {
    padding: 0 0 0 52px;
    font-size: 1.2rem;
  }
  button.action.btn-checkout {
    display: block;
    width: 100%;
    margin: 2.5rem 0 2.5rem 0;
    font-size: 1.3rem;
  }
  button.action.btn-checkout a {
    color: #000;
  }
  button.action.btn-checkout a:hover {
    color: #fff;
  }
  div.cart.main.actions a.action.continue {
    display: none;
  }
  #checkout-review-table thead tr th:nth-of-type(4) {
    display: none;
  }
  #checkout-review-table tbody td:nth-of-type(3) {
    vertical-align: bottom;
  }
  .data.table.table-totals tbody {
    font-size: 1.4rem;
  }
  .data.table.table-totals th.mark, .data.table.table-totals tr.totals.sub {
    text-align: left !important;
  }
  .box-options .right-option .price-including-tax, .price-excluding-tax {
    margin: 0px;
    display: block;
    font-size: 2.4rem;
    padding: 1.8rem;
  }
}
@media (max-width: 767px) and (max-width: 600px) {
  .box-options .right-option .price-including-tax, .price-excluding-tax {
    padding: 0;
  }
}
@media (max-width: 767px) {
  body #co-place-order-area {
    padding: 0 !important;
  }
  table#checkout-review-table thead {
    display: none !important;
  }
  table.table-totals tr.totals.sub {
    border-bottom: 1px solid #c2c2c2;
  }
  table#checkout-review-table {
    border: none !important;
  }
  .cart-totals .mark strong, .opc-block-summary .table-totals .mark strong {
    font-weight: 700;
  }
  #checkout-review-table tbody tr td.a-center.details-qty {
    border-bottom: 1px solid #f4f4f4 !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-top: 0 !important;
    font-weight: 700;
    display: flex;
    justify-content: flex-end;
  }
  #checkout-review-table tbody tr td.a-center.details-qty .qty-wrapper {
    height: auto;
  }
  #checkout-review-table tbody tr td.a-center.details-qty #mobile-flex-line {
    display: none !important;
  }
  td.a-left.product {
    border: 0 !important;
  }
  td.a-left.product #mobile-flex-line-new {
    display: flex !important;
    justify-content: flex-end;
    padding: 5px 0;
    font-weight: 700;
  }
  div.checkout-agreement.required input.required-entry {
    float: left !important;
  }
  div.checkout-agreement.required label {
    float: left;
    width: 82% !important;
    text-align: left !important;
  }
  div.checkout-agreement.required label button.action.action-show {
    float: left !important;
    text-align: left;
    letter-spacing: 0.5px;
  }
  button.giftcard-design-button:hover {
    background-color: transparent !important;
  }
}
@media only screen and (max-width: 736px) {
  table#checkout-review-table .qty-wrapper {
    min-width: unset !important;
    padding: unset !important;
  }
}
.account #giftcardContainer .block-gift-card .check-code input {
  padding: 9px 0 9px 30px;
}
.account #giftcardContainer .block-gift-card .check-code input::before {
  line-height: 39px !important;
}
.account #giftcardContainer .block-gift-card .check-code .actions {
  min-width: auto;
}
.account #giftcardContainer .block-gift-card .check-code .actions button {
  padding: 5px 15px;
  font-size: 1rem;
}
.account #giftcardContainer .block-gift-card #giftcard-list-table tbody .actions a {
  padding: 0 5px;
}
.account .block-addresses-default .mp-gdpr-delete {
  display: none;
}
.account .order-details-items .table-order-items .product-item-name {
  font-size: 1.6rem;
}
.account .order-details-items .table-order-items dl {
  margin: 10px 0 0;
}
.account .order-details-items .table-order-items dl dt {
  display: inline-block;
}
.account .order-details-items .table-order-items dl dd {
  display: inline-block;
  margin-bottom: 5px;
}
.account .order-details-items .table-order-items .price-excluding-tax {
  font-size: 1.4rem;
}
.account .block-order-additional-view {
  display: none;
}
.account .form-edit-account .taxvat {
  display: none;
}
.account .form-edit-account .club a {
  color: #CDA446;
  font-size: 1rem;
}
.account .form-edit-account .club .member {
  background-color: #CDA446;
  color: #FFF;
}
.account .mp-gdpr-delete-account {
  display: none;
}

.form-create-account .field.taxvat {
  display: none;
}

#prefix {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  -o-appearance: menulist;
  appearance: menulist;
}

/* Deepest support possible
@font-face {
  font-family: 'MyWebFont';
  src: url('webfont.eot');                                    // IE9 Compat Modes
  src: url('webfont.eot?#iefix') format('embedded-opentype'), // IE6-IE8
       url('webfont.woff2') format('woff2'),                  // Super Modern Browsers
       url('webfont.woff') format('woff'),                    // Pretty Modern Browsers
       url('webfont.ttf') format('truetype'),                 // Safari, Android, iOS
       url('webfont.svg#svgFontName') format('svg');          // Legacy iOS
}*/
/* Practical level of support
// Chrome 3.5+ - Safari 3+ - Firefox 3.5+ - Opera 10.1+ - IE 9+ - Android 2.2+ - iOS 4.3+     
@font-face {
  font-family: 'MyWebFont';
  src: url('myfont.woff2') format('woff2'),
       url('myfont.woff') format('woff'),
       url('myfont.ttf') format('truetype');
}*/
.listings.title h1, h1, .h1 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 36px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 10px 0 20px;
}

h2, .h2 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-style: normal;
  line-height: 40px;
  letter-spacing: 1px;
  color: #272727;
  text-align: left;
  padding: 0;
  margin: 0 0 20px;
}

h3, .h3 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: theme-letter-spacing-small;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 15px;
}

h4, .h4 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 10px;
}

h5, .h5 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0;
  color: #CF3D4A;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 10px;
}

body, p, p.type1, p.type2, p.type3 {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 170%;
  letter-spacing: 0.5px;
  color: #272727;
  text-align: left;
}

p, p.type1 {
  margin: 0 0 2rem 0;
}

p.type2 {
  font-size: 1.4rem;
}

p.type3 {
  font-size: 1rem;
}

button.line, .button.line, button.plain, .button.plain {
  padding: 20px 30px;
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 1.5px;
  color: #CF3D4A;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #CF3D4A;
  border-radius: 0px;
  background-color: transparent;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

button.line:hover, .button.line:hover, button.plain:hover, .button.plain:hover {
  color: white !important;
  background-color: #CF3D4A;
}

.search-form .button-wrap input, .search-form .button-wrap button, .search-form-mobile button {
  letter-spacing: 1.5px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #CF3D4A;
  border-radius: 0px;
  background-color: #CF3D4A;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.search-form .button-wrap input:hover, .search-form .button-wrap button:hover, .search-form-mobile button:hover {
  color: #CF3D4A !important;
  background-color: transparent;
}

button.plain, .button.plain {
  color: white;
  border: 2px solid #CF3D4A;
  background-color: #CF3D4A;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

button.plain:hover, .button.plain:hover {
  color: #CF3D4A !important;
  border: 2px solid #CF3D4A;
  background-color: transparent;
}

a.link-size-small, a.link-size-medium, a.link-size-large {
  font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 10px;
  color: #CF3D4A;
  letter-spacing: 2px;
  text-transform: uppercase;
}

a.link-size-medium {
  font-size: 12px;
}

a.link-size-large {
  font-size: 14px;
}

.ax-section.customblks .bloc-link .link, section.news .news-wrap ul li .news-blk .link-wrap .link, .listings-section .col-left .blk-img .btm-blk .link, .top-destinations-section .top-destinations-carousel .item .content-section .link, .artist-info .artist-listings .list .list-info a, .cartblk .bottom-section .btm-blk .detail .info .link {
  padding-right: 20px;
  background-image: url(../images/red_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right center;
}

.ax-section.section-melomane .custom-two-blks .blk-img .right-blk .link {
  padding-right: 20px;
  background-image: url(../images/yellow_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right center;
  color: #aa9767;
}

.widget-block .receiveprizes a.yellowlink {
  padding-right: 40px;
  background-image: url(../images/white_big_arrow.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  color: white;
}

.widget-block .receiveprizes a.yellowlink:hover {
  background-image: url(../images/red_big_arrow.png);
}

.search-form .button-wrap input:after, .search-form .button-wrap button:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 22px;
  margin-left: 10px;
  background-image: url(../images/white_big_arrow.png);
  background-position: left top;
  background-repeat: no-repeat;
  vertical-align: middle;
  color: white;
}

.search-form .button-wrap input:hover:after, .search-form .button-wrap button:hover:after {
  background-image: url(../images/red_big_arrow.png);
}

.ax-section.section-melomane .custom-two-blks .blk-img, .listings-section .col-left .blk-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.listings-section .col-left .blk-img {
  background-position: center right;
}

@media (max-width: 480px) {
  .top-list-section .top-list-carousel {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: baselane;
    -moz-align-items: baselane;
    -ms-align-items: baselane;
    align-items: baselane;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .top-list-section .top-list-carousel .item {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.main_content.container-intro h2 {
  font-size: 22px;
}
.main_content.container-intro .column_1.listings-section {
  padding: 30px 18px;
  -webkit-box-shadow: 0px 2px 10px rgba(205, 205, 205, 0.7215686275);
  -moz-box-shadow: 0px 7px 26px #EEEEEE;
  box-shadow: 0px 2px 10px rgba(205, 205, 205, 0.7215686275);
  -webkit-box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.main_content.container-intro p {
  margin-bottom: 10px;
}

.account main#maincontent {
  margin-top: 39px;
}
@media (max-width: 767px) {
  .account main#maincontent {
    margin-top: 10px;
  }
}
.account main#maincontent .column.main {
  padding: 20px !important;
  box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 64px;
}
.account main#maincontent .column.main p.toolbar-amount {
  padding-top: 0;
}
.account main#maincontent .column.main fieldset.fieldset {
  margin-bottom: 0;
}
.account main#maincontent .column.main form#newsletter h3 {
  margin-bottom: 12px;
}
.account main#maincontent .column.main .field.choice {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .account main#maincontent .column.main {
    margin-bottom: 30px;
  }
  .account main#maincontent .column.main .title.block-collapsible-nav-title strong {
    font-size: 18px;
  }
}
.account main#maincontent .column.main .control input {
  border-radius: 5px !important;
}
.account main#maincontent .column.main a.action.back {
  color: black;
  border: 1px solid black;
  padding: 7px 21px;
  border-radius: 7px;
  text-transform: initial;
  letter-spacing: 0 !important;
  font-weight: 600;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .account main#maincontent .column.main a.action.back {
    border: 0;
  }
}
.account main#maincontent .column.main button.action.action-check.primary {
  line-height: 26px !important;
}
.account main#maincontent .column.main .block-content.field.choice {
  padding-left: 0 !important;
}
.account main#maincontent .column.main #my-orders-table tbody > tr > td:first-child {
  padding-top: 0 !important;
}
.account main#maincontent .block.block-collapsible-nav {
  padding: 20px;
  background-color: #f4f4f4;
  height: fit-content;
  border-radius: 10px;
  margin-bottom: 40px;
}
.account main#maincontent .block.block-collapsible-nav .title.block-collapsible-nav-title {
  display: none;
}
.account main#maincontent .block.block-collapsible-nav ul.nav.items li.current {
  font-size: 14px;
}
.account main#maincontent .block.block-collapsible-nav ul.nav.items li a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}

.checkout_index_index .page-bottom {
  max-width: initial !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.cms-page-view table > tbody > tr > td {
  display: table-cell !important;
}

.modal-inner-wrap {
  border-radius: 10px;
}
.modal-inner-wrap footer.modal-footer {
  margin-top: 44px !important;
  text-align: right !important;
  padding: 10px !important;
}
.modal-inner-wrap button.action-secondary.action-dismiss {
  padding: 9px 20px;
  font-weight: 600;
  margin-right: 11px;
  letter-spacing: 0;
  border-radius: 8px;
  font-size: 14px;
  border-width: 2px;
}
.modal-inner-wrap button.action-secondary.action-dismiss:active {
  background: transparent;
}
.modal-inner-wrap button.action-primary.action-accept {
  padding: 9px 20px;
  font-weight: 600;
  margin-right: 11px;
  letter-spacing: 0;
  background: #c70039 !important;
  border-radius: 8px;
  font-size: 14px;
  text-transform: capitalize;
  border-color: #CF3D4A;
  color: #fff;
  border-width: 2px;
}
.modal-inner-wrap button.action-primary.action-accept:active {
  background: transparent;
}
.modal-inner-wrap button.action-primary.action-accept:hover {
  background: #CF3D4A;
  color: white;
}
.modal-inner-wrap .modal-content div {
  font-size: 14px;
}

.minicart-items .product > .product-image-container {
  float: left;
}

.product-section .col-right #book-mobile-close {
  display: none;
}

.columns .column.main {
  position: relative;
}

a.back {
  display: none;
  margin: 5px 0;
}

.col-right .filters-show {
  display: none;
  cursor: pointer;
}
.col-right .filters-show img {
  vertical-align: middle;
  padding: 0 15px;
}

.filters-mobile {
  display: none;
}

.site-header nav .mobile-locale {
  display: none;
  height: 60px;
  text-align: left;
}

@media (max-width: 1240px) {
  .search-form.inner .input-wrap {
    width: 20%;
    margin-right: 1%;
  }
  .search-form.inner .input-wrap.big {
    width: 33%;
  }
  .search-form.inner .button-wrap {
    width: 24%;
  }
  .search-form.inner .button-wrap input {
    min-width: 0;
    width: 100%;
  }
  .search-form.inner .button-wrap button {
    min-width: 0;
    width: 100%;
  }
  .partners {
    padding: 20px 0;
  }
  .artist {
    padding: 20px 0;
  }
  .artist .artist-img {
    width: 40%;
  }
  .artist .artist-content {
    width: 60%;
  }
  section.news .news-wrap ul li {
    width: 32%;
    float: left;
  }
  section.news .news-wrap ul li:nth-child(3n+2) {
    margin: 0 2%;
  }
  .search-form .input-wrap {
    width: 21%;
    margin-right: 1%;
  }
  .search-form .input-wrap.big {
    width: 35%;
  }
  .search-form .button-wrap {
    width: 20%;
  }
  .container {
    max-width: 100%;
    padding: 0 25px;
  }
  section {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .product-section .col-left {
    width: calc(100% - 380px);
  }
  .product-section .col-right {
    width: 350px;
  }
}
@media (max-width: 1060px) {
  .listings-section .col-right .sort-column ul li {
    padding: 0 15px;
  }
}
@media (min-width: 1024px) {
  header.site-header .mobile-nav .top-wrap .cart-option .cart-container:hover .cart-items {
    display: block;
  }
  header.site-header .header-top .top-right .cart-container:hover .cart-items {
    display: block;
  }
}
@media (max-width: 1080px) {
  .checkout-cart-index main #form-validate .cart .accordion-bloc {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  .cms-trip .bloc-bottom p {
    text-align: left !important;
  }
  .cms-trip h2 {
    font-size: 18px !important;
    line-height: 24px;
    margin-bottom: 27px !important;
  }
  .cms-trip .column_1.listings-section h3 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .cms-trip .column_1.listings-section span {
    line-height: 24px;
    font-size: 14px;
  }
  .trip-list .title-fest {
    letter-spacing: 0.5px;
    line-height: 24px !important;
    padding-left: 0 !important;
  }
  .trip-list .ax-filters-mobile {
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    padding: 20px 0;
  }
  .trip-list .ax-filters-mobile p.filters-show {
    font-weight: 600;
    display: flex;
  }
  .trip-list .ax-filters-mobile .mo-hide-desktop {
    margin-left: 0 !important;
  }
  .container {
    padding: 0 10px !important;
  }
  nav ul li {
    padding: 20px 5px !important;
    margin: 0 !important;
  }
  .filters-mobile {
    display: block;
  }
  header.site-header,
  .banner-mobile,
  .breadcrumbs {
    position: relative;
  }
  .breadcrumbs {
    background: #FFF;
    margin: 0;
  }
  #maincontent {
    position: relative;
  }
  #maincontent.active {
    z-index: 6;
  }
  .listings-section .container {
    border: 0;
    padding: 0 !important;
  }
  .listings-section .col-left {
    width: 40% !important;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 50;
    transition: all 0.3s ease-out, color 0.3s ease-out;
    height: 100%;
  }
  .listings-section .col-left h2 {
    display: none;
  }
  .listings-section .col-left .filter-close {
    display: block !important;
    padding: 0 !important;
    border-bottom: 0 !important;
    font-size: 18px !important;
    font-weight: 500;
    position: relative;
  }
  .listings-section .col-left .filter-close:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 17px !important;
    width: 17px !important;
    margin-right: 0 !important;
  }
  .listings-section .col-left .filters {
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.3s ease-out, color 0.3s ease-out;
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 0 0 100px;
  }
  .listings-section .col-left .filters-actions {
    margin: 0;
    padding: 10px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.08);
  }
  .listings-section .col-left .filters-actions .filters-apply {
    width: 100%;
  }
  .listings-section .col-left .widgetblk.noborder.nobottompad {
    display: none;
  }
  .listings-section .col-left.active {
    left: 0;
  }
  .listings-section .col-left.active .filters {
    opacity: 1;
  }
  .listings-section .col-right {
    width: 100% !important;
    padding: 0 !important;
    border: 0;
  }
  .listings-section .col-right .mo-topTitle {
    flex-direction: column;
  }
  .listings-section .col-right .mo-topTitle h1 {
    font-size: 20px !important;
    margin: 0 0 10px !important;
    line-height: 24px !important;
    max-width: 100% !important;
  }
  .listings-section .col-right .mo-topTitle .top-section {
    display: flex;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    width: 100%;
  }
  .listings-section .col-right .mo-topTitle .top-section .mo-top-section {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 10px 0;
  }
  .listings-section .col-right .mo-topTitle .top-section .mo-top-section h2 {
    border-right: 0;
    margin: 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
    line-height: 18px;
    text-align: right;
  }
  .listings-section .col-right .mo-topTitle .top-section .mo-top-section .filters-mobile {
    width: 30%;
    padding: 0;
  }
  .listings-section .col-right .mo-topTitle .top-section .mo-top-section .filters-mobile p {
    text-align: left;
    padding: 0;
    margin: 0;
    font-weight: 600;
  }
  .listings-section .col-right .mo-topTitle .top-section .mo-top-section .filters-mobile .filters-show {
    display: flex !important;
    min-height: 21px;
  }
  .listings-section .col-right .mo-topTitle .top-section .mo-top-section .filters-mobile .filters-show img {
    width: 50px;
    height: 21px;
    margin: inherit;
  }
  .listings-section .col-right .mo-topTitle .top-section h2 {
    width: 80%;
    margin: 0;
    border-right: 1px solid #E1E1E1;
    padding: 10px 0;
  }
  .listings-section .col-right .mo-topTitle .top-section .filters-mobile {
    width: 20%;
    padding: 13px 0;
  }
  .listings-section .col-right .mo-topTitle .top-section .filters-mobile p {
    margin: 0 0 0 1.2rem;
    text-align: right;
  }
  .listings-section .col-right .sort-column {
    display: none;
    border: 0;
  }
  .listings-section .col-right .sort-column.mobile-blk {
    display: block;
  }
  .listings-section .col-right .sort-column.mobile-blk {
    zoom: 1;
    clear: both;
  }
  .listings-section .col-right .sort-column.mobile-blk:before, .listings-section .col-right .sort-column.mobile-blk:after {
    content: "";
    display: table;
  }
  .listings-section .col-right .sort-column.mobile-blk:after {
    clear: both;
  }
  .listings-section .col-right .sort-column.mobile-blk .blk-left {
    float: left;
    width: 50%;
    padding: 25px;
    border: 1px solid #E1E1E1;
  }
  .listings-section .col-right .sort-column.mobile-blk .blk-right {
    float: left;
    width: 50%;
    padding: 25px;
    border: 1px solid #E1E1E1;
  }
  .listings-section .col-right .sort-column.mobile-blk .sort-by {
    position: relative;
  }
  .listings-section .col-right .sort-column.mobile-blk .sort-by span {
    display: inline-block;
    vertical-align: middle;
    border: 0;
  }
  .listings-section .col-right .sort-column.mobile-blk .sort-by select {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    color: #CF3D4A;
    cursor: pointer;
    font-size: 12px;
    padding: 0;
    position: absolute;
    right: -70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .listings-section .col-right .sort-column.mobile-blk .filters-show {
    cursor: pointer;
    position: relative;
  }
  .listings-section .col-right .sort-column.mobile-blk .filters-show:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    background-image: url(../images/fliter.png);
    width: 22px;
    height: 23px;
    background-size: cover;
    margin-left: 40px;
    position: absolute;
    right: 15px;
  }
  .listings-section .listings {
    padding: 15px 7.5px;
  }
  .listings-section .listings .list .image-blk {
    width: 25%;
    border-radius: 10px;
  }
  .listings-section .listings .list .image-blk:after {
    display: none !important;
  }
  .listings-section .listings .list .image-blk:before {
    display: none !important;
  }
  .listings-section .listings .list .info-blk {
    width: 75%;
    padding: 0 0 0 20px;
  }
  .listings-section .listings .list .info-blk .top-sec {
    margin: 0;
    padding: 20px;
  }
  .listings-section .listings .list .info-blk .top-sec h3 {
    display: inline-block;
    float: none;
    clear: none;
  }
  .listings-section .listings .list .info-blk .top-sec .info {
    float: none;
    clear: none;
  }
  .listings-section .listings .list .info-blk .top-sec .button {
    text-align: center;
    float: right;
  }
  .listings-section .listings .list .info-blk .top-sec .offers {
    display: none;
  }
  .listings-section .listings .list .info-blk .bottom-sec {
    display: none;
  }
  .listings-section .package {
    display: none;
  }
  .listings-section .filters-show {
    display: block;
  }
  .listings-section .filters-mobile.corpus {
    padding: 10px 0;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
  }
  .listings-section .filters-mobile.corpus p {
    margin: 0;
  }
  header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-items.active {
    display: block;
    padding: 20px;
    right: -60px;
    width: 300px;
  }
  header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-items.active:before {
    right: 50px;
  }
  header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item .cart-info span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: "";
  }
  header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item .cart-info span.price {
    position: static;
    font-size: 14px;
  }
  header.site-header .mobile-nav .top-wrap .cart-option .cart-container .cart-item .cart-info h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: "";
  }
  header.site-header .mobile-nav .top-wrap .cart-option .cart-container .btn-wrap button {
    width: 100%;
  }
  header.site-header .mobile-nav .top-wrap .cart-option .cart-container .btn-wrap + button {
    width: 100%;
    margin: 5px 0 0;
  }
  header.site-header .header-top .top-right .cart-container .cart-items.active {
    display: block;
    padding: 20px;
    right: -60px;
    width: 300px;
  }
  header.site-header .header-top .top-right .cart-container .cart-items.active:before {
    right: 50px;
  }
  header.site-header .header-top .top-right .cart-container .cart-item .cart-info span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: "";
  }
  header.site-header .header-top .top-right .cart-container .cart-item .cart-info span.price {
    position: static;
    font-size: 14px;
  }
  header.site-header .header-top .top-right .cart-container .cart-item .cart-info h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: "";
  }
  header.site-header .header-top .top-right .cart-container .btn-wrap button {
    width: 100%;
  }
  header.site-header .header-top .top-right .cart-container .btn-wrap + button {
    width: 100%;
    margin: 5px 0 0;
  }
}
@media (min-width: 961px) and (max-width: 1024px) {
  .section-melomane .blk-img {
    margin-right: 20px !important;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  footer.site-footer .footer-about-us .ticket-info-block {
    padding: 0 10px !important;
  }
  footer.site-footer .section-bloc-footer .ax-section-bloc .newsletter-bloc {
    padding-right: 20px !important;
  }
  footer.site-footer .section-bloc-footer .ax-section-bloc .social-bloc {
    padding-left: 20px !important;
  }
}
@media (max-width: 991px) {
  .innercontent {
    min-height: 220px;
  }
  .top-panel .total-price .price {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  .checkout-cart-index .cart-summary {
    padding: 15px 10px 55px !important;
  }
  .checkout-cart-index .cart-summary:before {
    right: 5px !important;
    left: 5px !important;
  }
  .block-panier .top-panel h3 {
    font-size: 16px !important;
  }
  .block-panier .top-panel h3 a {
    font-size: 16px !important;
  }
  .block-panier .top-panel .lieu-box {
    font-size: 13px !important;
    line-height: 20px !important;
  }
  .block-panier .top-panel .date-box {
    font-size: 13px !important;
    line-height: 20px !important;
  }
  .titlebenif {
    width: 100% !important;
  }
  .formbenef {
    width: 100% !important;
    padding: 15px 0 !important;
  }
}
@media (max-width: 960px) {
  .search-result-description {
    margin: 0 10px 20px;
  }
  .mo-hide-mobile {
    display: none !important;
  }
  .mo-hide-desktop {
    display: block !important;
  }
  h2.title {
    font-size: 20px;
    font-weight: bold;
    padding: 0;
  }
  .ax-section {
    padding: 30px 0;
  }
  .breadcrumbs .items {
    margin: 0;
  }
  .cms-home .top-section {
    flex-direction: column;
    align-items: baseline;
    padding-bottom: 30px !important;
  }
  .cms-home .top-section p {
    display: block;
    width: 100%;
    text-align: right;
  }
  .cms-home .top-section p a.link {
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-top: 10px;
  }
  header.site-header {
    z-index: 4;
  }
  header.site-header .menu-icon {
    display: none;
  }
  header.site-header .container {
    position: relative;
  }
  header.site-header .container.slider {
    margin-top: 15px;
  }
  header.site-header nav {
    position: absolute;
    background-color: #FFF;
    width: 100%;
    left: -100%;
    z-index: 30;
    top: 100%;
    transition: all 0.3s ease-out, color 0.3s ease-out;
    display: block;
    min-height: 100%;
    margin-top: 1px;
    height: 100vh;
    overflow: scroll;
  }
  header.site-header nav > ul {
    position: absolute;
    z-index: 200;
    background: #fff;
  }
  header.site-header nav > ul li.li-trip.menu-item {
    background-color: #CF3D4A;
  }
  header.site-header nav > ul > li:first-child {
    display: none;
  }
  header.site-header nav .dropdown .small-menu {
    width: 100%;
    border: 0;
    position: relative;
    border-radius: 0;
  }
  header.site-header nav .dropdown .nav-click {
    top: 5px;
    right: 10px;
    width: 100%;
  }
  header.site-header nav .dropdown .nav-click i {
    float: right;
  }
  header.site-header nav .dropdown ul li.leclub:after {
    left: -4px !important;
    top: -7px !important;
  }
  header.site-header nav .dropdown ul li.lelivre:after {
    top: -5px !important;
    left: -3px !important;
  }
  header.site-header nav .dropdown ul li.lecheqCadeau:after {
    top: 2px !important;
    left: -5px !important;
  }
  header.site-header nav .dropdown ul li.lelivredecoute:after {
    top: -1px !important;
    left: -7px !important;
  }
  header.site-header nav li a {
    font-size: 14px;
    border-radius: 0 !important;
  }
  header.site-header nav li.active a {
    padding: 15px 15px 15px 35px;
    background-position: 10px center;
  }
  header.site-header nav li.dropdown ul li a {
    font-size: 14px;
    font-weight: 400;
  }
  header.site-header nav.active {
    opacity: 1;
    left: 0;
  }
  header.site-header .mobile-nav {
    display: block;
  }
  header.site-header .mobile-nav nav {
    display: block;
  }
  header.site-header .header-top {
    padding: 0 0 15px;
  }
  header.site-header .header-top .page-header {
    border: 0;
  }
  header.site-header .header-top .top-right {
    flex: 1;
    position: relative;
    float: none;
    text-align: center;
    padding: 0 0 5px;
  }
  header.site-header .header-top .top-right .minicart-wrapper {
    bottom: 0;
  }
  header.site-header .header-top .top-right ul.links {
    position: absolute;
    right: 15px;
    margin-right: 0;
  }
  header.site-header .page-header {
    justify-content: flex-start !important;
    border: 0;
  }
  header.site-header .page-header .header-left .contact-info {
    display: none;
  }
  header.site-header .page-header .header-left .menu-icon {
    display: inline-block;
    width: 22px;
    height: 20px;
    background: url(../images/menu_icon.png) no-repeat center;
    background-size: contain;
    margin: 0;
  }
  header.site-header .page-header .header-left .menu-icon.active {
    background: url(../images/menu_close.png) no-repeat center;
  }
  header.site-header .page-header .logo {
    margin: 0 20px 0 10px !important;
  }
  header.site-header .page-header .logo img {
    max-width: 170px;
  }
  header.site-header .page-header .header-right {
    flex: 1;
  }
  header.site-header .page-header .header-right #switcher-currency,
  header.site-header .page-header .header-right #switcher-language {
    display: none;
  }
  header.site-header .page-header .header-right .top-right .minicart-wrapper .action {
    position: relative;
  }
  header.site-header .page-header .header-right .top-right .minicart-wrapper .action.showcart:before {
    background-size: auto;
    width: 26px;
  }
  header.site-header .page-header .header-right .top-right .minicart-wrapper .action .counter {
    position: absolute;
    top: -11px;
    right: -8px;
    font-size: 10px;
  }
  header.site-header .page-header .header-right .top-right .minicart-wrapper .block-minicart {
    width: 97vw;
    border-radius: 10px 0 0 10px;
    right: -10px;
    height: 100vh;
    overflow: scroll;
    padding: 20px;
  }
  header.site-header .page-header .header-right .top-right #top-links {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  header.site-header .page-header .header-right .top-right #top-links .hidden-desktop {
    display: block;
  }
  header.site-header .page-header .header-right .top-right #top-links .search-header, header.site-header .page-header .header-right .top-right #top-links .phone-header {
    margin: 0 10px 0 0;
    width: 22px;
    height: 22px;
  }
  header.site-header .page-header .header-right .top-right #top-links .search-header img, header.site-header .page-header .header-right .top-right #top-links .phone-header img {
    width: 22px;
  }
  header.site-header .page-header .header-right .top-right #top-links .actions {
    padding: 0 10px 0 0 !important;
    order: 0;
  }
  header.site-header .page-header .header-right .top-right #top-links .actions .top-links-trigger:after {
    display: none;
  }
  header.site-header .page-header .header-right .top-right #top-links .actions:after {
    content: "" !important;
  }
  header.site-header .page-header .header-right .top-right #top-links .actions ul.links {
    right: 0;
  }
  header.site-header .page-header .header-right .top-right #top-links #top-link-trigger strong.label.switcher-label span {
    display: none;
  }
  header.site-header .page-header .header-right .top-right #top-links #top-link-trigger strong.label.switcher-label:after {
    content: "";
    display: block;
    background-image: url(../images/icon-myaccount.png);
    height: 22px;
    width: 22px;
    background-size: cover;
  }
  header.site-header .page-header .header-right .top-right #top-links #top-link-trigger.active span {
    display: block !important;
  }
  header.site-header .page-header .header-right .top-right #top-links #top-link-trigger.active strong:after {
    display: none !important;
  }
  header.site-header .container.mobile {
    display: block;
  }
  header.site-header .container.mobile .logo {
    clear: both;
    width: 75%;
    float: none;
    text-align: center;
    margin-left: 2%;
  }
  header.site-header .container.mobile .logo a {
    float: none;
    margin: 0;
  }
  header.site-header .header-top {
    float: none;
  }
  header.site-header .header-top .menu-icon {
    bottom: 20px;
  }
  header.site-header .header-top .top-right {
    position: static;
    text-align: left;
  }
  header.site-header .header-top .top-right .minicart-wrapper {
    bottom: 20px;
    position: absolute;
    right: 20px;
  }
  header.site-header .header-top .top-right .minicart-wrapper .block-content {
    padding-top: 20px;
  }
  header.site-header .header-top .top-right .minicart-wrapper .block-content .action.close {
    position: absolute !important;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 0;
    width: 30px;
    height: 30px;
  }
  header.site-header nav .mobile-locale {
    display: flex;
    margin-top: 15px;
    border-top: 1px solid #E1E1E1;
  }
  header.site-header nav .mobile-locale > .currency, header.site-header nav .mobile-locale > .language {
    width: 50%;
    text-align: center;
    background: #f3f3f3;
  }
  header.site-header nav .mobile-locale > .currency img, header.site-header nav .mobile-locale > .language img {
    margin-top: 15px;
    float: left;
    margin-left: 30px;
    height: 25px;
    margin-right: 15px;
  }
  header.site-header nav .mobile-locale > .currency .action strong, header.site-header nav .mobile-locale > .language .action strong {
    padding-right: 10px;
    position: relative;
  }
  header.site-header nav .mobile-locale > .currency .action strong:after, header.site-header nav .mobile-locale > .language .action strong:after {
    content: "\e622";
    width: 15px;
    height: 20px;
    font-size: 22px;
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    font-family: "icons-blank-theme";
  }
  header.site-header nav .mobile-locale > .currency .action.active strong:after, header.site-header nav .mobile-locale > .language .action.active strong:after {
    content: "\e621";
  }
  header.site-header nav .mobile-locale > .currency .actions, header.site-header nav .mobile-locale > .language .actions {
    padding-bottom: 10px;
  }
  header.site-header nav .mobile-locale > .currency .actions.active .dropdown, header.site-header nav .mobile-locale > .language .actions.active .dropdown {
    display: block;
    position: absolute;
    width: 50%;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 5px 10px 0 rgba(139, 137, 114, 0.18);
    padding: 0 10px;
  }
  header.site-header nav .mobile-locale > .currency .actions .dropdown, header.site-header nav .mobile-locale > .language .actions .dropdown {
    display: none;
  }
  header.site-header nav .mobile-locale > .currency .actions .dropdown li, header.site-header nav .mobile-locale > .language .actions .dropdown li {
    padding: 0 !important;
    border-bottom: 0.5px solid #E1E1E1;
    width: 95%;
  }
  header.site-header nav .mobile-locale > .currency .actions .dropdown li a, header.site-header nav .mobile-locale > .language .actions .dropdown li a {
    padding: 10px 0;
    font-size: 12px;
    text-align: center;
  }
  header.site-header nav .mobile-locale > .currency .actions .dropdown li:hover, header.site-header nav .mobile-locale > .language .actions .dropdown li:hover {
    background-color: #F4F4F4;
  }
  header.site-header nav .mobile-locale > .language {
    border-right: 1px solid #d1d1d1;
    width: 40%;
    text-align: left;
  }
  header.site-header nav .mobile-locale > .currency {
    width: 60%;
    text-align: left;
  }
  .homepage-banner {
    height: auto;
    padding: 0 0 10px;
    background-color: #000;
  }
  .homepage-banner #video-background {
    display: none;
  }
  .homepage-banner .container {
    padding: 0 10px;
  }
  .homepage-banner h2 {
    padding: 20px 10px 10px;
    font-size: 20px;
  }
  .ax-section.home-hero-carousel {
    min-height: 220px;
    margin: 0;
    padding: 0;
  }
  .ax-section.home-hero-carousel .container {
    padding: 0 !important;
  }
  .ax-section.home-hero-carousel .owl-carousel {
    border-radius: 0;
    height: 220px;
    background-color: #000;
  }
  .ax-section.home-hero-carousel .owl-carousel .owl-nav {
    top: 22% !important;
  }
  .ax-section.home-hero-carousel .owl-carousel .slide-warp .slider-background img {
    height: 140px;
    border-radius: 0;
  }
  .ax-section.home-hero-carousel .owl-carousel .slide-warp .slider-background img button {
    padding: 0 10px;
  }
  .ax-section.home-hero-carousel .owl-carousel .slide-warp .slider-content {
    left: 0;
    bottom: -45px;
    width: 100%;
  }
  .ax-section.home-hero-carousel .owl-carousel .slide-warp .slider-content .d-flex-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .ax-section.home-hero-carousel .owl-carousel .slide-warp .slider-content span.date, .ax-section.home-hero-carousel .owl-carousel .slide-warp .slider-content span.position {
    font-size: 13px;
  }
  .ax-section.home-hero-carousel .owl-carousel .slide-warp .slider-content h2.title-slide {
    font-size: 17px;
    line-height: 20px;
  }
  .ax-section.home-hero-carousel .owl-carousel .slide-warp .slider-content a.link {
    font-size: 15px;
    margin-top: 0;
    padding: 0;
  }
  .section-pub {
    margin: 30px 0 0 !important;
  }
  .section-pub .two-blk-ads {
    flex-direction: column;
    margin: 30px 0 !important;
  }
  .section-pub .two-blk-ads .ads {
    width: 100%;
  }
  .section-pub .two-blk-ads .ads.left {
    margin-right: 0 !important;
    margin-bottom: 30px;
  }
  .section-pub .two-blk-ads .ads.right {
    margin-left: 0 !important;
  }
  .section-pub .two-blk-ads .ads img {
    max-height: 210px !important;
    max-width: 400px;
  }
  .section-melomane .custom-two-blks {
    flex-direction: column;
    text-align: center;
  }
  .section-melomane .custom-two-blks .blk-img {
    width: 100% !important;
    margin: 0 0 20px !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section-melomane .custom-two-blks .blk-img .block-title {
    width: 100%;
    text-align: center;
  }
  .section-melomane .custom-two-blks .blk-img .right-blk {
    width: 100%;
  }
  .section-melomane .custom-two-blks .blk-img .right-blk a {
    display: block;
    width: 100%;
    text-align: center !important;
  }
  .section-melomane .custom-two-blks .blk-img:last-child {
    margin: 0 !important;
  }
  .section-melomane .custom-two-blks a.link {
    text-align: center;
  }
  .section-melomane .custom-two-blks .thumbs-list {
    text-align: center;
  }
  .section-city {
    padding: 30px 20px !important;
  }
  .section-city .container {
    padding: 0 !important;
  }
  .section-city .destination-carousel .item .top-list-item-designation {
    font-size: 17px !important;
  }
  .section-hall .hall-carousel .item .top-list-item-hall {
    font-size: 17px !important;
  }
  .artist-section {
    padding: 30px 20px !important;
  }
  .artist-section .container {
    padding: 0;
  }
  .artist-section .artist-carousel .item .artist-item-title {
    font-size: 17px !important;
  }
  .artist-section .artist-carousel .owl-nav button {
    margin: 0 -15px !important;
  }
  .ax-section.customblks h2 {
    font-size: 20px;
  }
  .ax-section.customblks .twocol {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .ax-section.customblks .twocol .blk-img {
    padding: 20px !important;
    min-height: 410px !important;
    height: 410px;
  }
  .ax-section.customblks .twocol .blk-img.bigimg .customblk-content img {
    width: 200px;
  }
  .ax-section.customblks .twocol .blk-img .customblk-content {
    justify-content: space-between;
    min-height: 370px;
    flex-direction: column;
  }
  .ax-section.customblks .twocol .blk-img .customblk-content ul li {
    line-height: 20px;
    font-size: 14px;
    background-size: 15px 13px;
    background-position: 0 3px;
  }
  .ax-section.customblks .twocol .blk-img .customblk-content .customblk-p {
    font-size: 16px;
    line-height: 26px;
  }
  .ax-section.customblks .twocol .blk-img.smallimg .customblk-content img {
    width: 100px;
  }
  .ax-section.customblks .bloc-link .link {
    font-size: 14px;
    font-weight: 600;
  }
  .ax-section.customblks .blk-bloc {
    padding: 20px;
    min-height: 410px;
    height: 410px;
  }
  .ax-section.customblks .blk-bloc .customblk-content {
    display: flex;
    flex-direction: column;
  }
  .ax-section.customblks .blk-bloc .customblk-content .left-block {
    min-height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .ax-section.customblks .blk-bloc .customblk-content .left-block h2 {
    font-size: 25px;
  }
  .ax-section.customblks .blk-bloc .customblk-content .left-block h2 strong {
    font-size: 20px;
  }
  .ax-section.customblks .blk-bloc .customblk-content .left-block img {
    margin: 20px auto 30px;
  }
  .ax-section.customblks .blk-bloc .customblk-content .left-block .customblk-p {
    font-size: 16px;
    max-width: 100%;
    line-height: 26px;
  }
  .ax-section.customblks .blk-bloc .customblk-content .right-block {
    width: 100%;
  }
  a.tp-banner {
    max-width: 100% !important;
  }
  a.tp-banner span.content-trustpilot {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  a.tp-banner span.content-trustpilot span.tp-count {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
  }
  a.tp-banner span.content-trustpilot span.tp-count strong {
    font-size: 23px;
  }
  a.tp-banner span.content-trustpilot img {
    height: 28px;
    width: auto;
  }
  a.tp-banner span.powered {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #a8a8a8;
    font-weight: 500;
    margin-top: 8px;
  }
  a.tp-banner span.powered span {
    margin-right: 5px;
  }
  a.tp-banner span.powered img {
    height: 20px;
  }
  footer.site-footer .footer-about-us {
    flex-direction: column;
    margin-bottom: 0;
    padding: 20px 0 30px;
  }
  footer.site-footer .footer-about-us .ticket-info-block {
    padding: 0 20px 30px;
  }
  footer.site-footer .footer-about-us .ticket-info-block:last-child {
    padding: 0 20px;
  }
  footer.site-footer .footer-about-us .ticket-info-block .icon {
    min-width: 70px;
    width: 70px;
  }
  footer.site-footer .partner-section {
    padding: 30px 0 20px;
  }
  footer.site-footer .partner-section h3 {
    font-size: 18px;
  }
  footer.site-footer .partner-section p {
    font-size: 14px;
  }
  footer.site-footer .partner-section .partner-logo-wrap ul {
    flex-wrap: wrap;
  }
  footer.site-footer .partner-section .partner-logo-wrap ul li {
    padding: 0 20px 10px;
    width: 50%;
  }
  footer.site-footer .section-bloc-footer {
    background: #fff;
    padding: 0;
  }
  footer.site-footer .section-bloc-footer .container {
    padding: 0 !important;
  }
  footer.site-footer .section-bloc-footer .ax-section-bloc {
    flex-direction: column;
  }
  footer.site-footer .section-bloc-footer .ax-section-bloc h3 {
    text-align: center;
    font-size: 18px;
  }
  footer.site-footer .section-bloc-footer .ax-section-bloc .newsletter-bloc {
    width: 100%;
    padding: 30px 0;
    background-color: #AA9767;
  }
  footer.site-footer .section-bloc-footer .ax-section-bloc .newsletter-bloc .newsletter-reminder {
    flex-direction: column;
    justify-content: center;
  }
  footer.site-footer .section-bloc-footer .ax-section-bloc .newsletter-bloc .newsletter-reminder .bloc-left p {
    text-align: center;
    font-size: 18px;
  }
  footer.site-footer .section-bloc-footer .ax-section-bloc .newsletter-bloc .newsletter-reminder a.fancybox.button {
    font-size: 13px;
    padding: 5px 10px;
    margin-top: 15px;
  }
  footer.site-footer .section-bloc-footer .ax-section-bloc .social-bloc {
    width: 100%;
    padding: 30px 0;
    text-align: center;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer.site-footer .section-bloc-footer .ax-section-bloc .social-bloc h3 {
    color: #000;
    margin: 0;
  }
  footer.site-footer .section-bloc-footer .ax-section-bloc .social-bloc img {
    width: 35px;
  }
  footer.site-footer .section-bloc-footer .ax-section-bloc .social-bloc img.icn-desktop {
    display: none;
  }
  footer.site-footer .section-bloc-footer .ax-section-bloc .social-bloc img.icn-mobile {
    display: block;
  }
  footer.site-footer .footer-linksec {
    padding: 20px 10px 10px !important;
    flex-direction: column;
  }
  footer.site-footer .footer-linksec .fblock {
    width: 100%;
  }
  footer.site-footer .footer-linksec .fblock.footer-menu {
    order: 2;
  }
  footer.site-footer .footer-linksec .fblock.footer-menu ul {
    margin: 0 0 10px;
  }
  footer.site-footer .footer-linksec .fblock.footer-menu ul li {
    margin: 0;
  }
  footer.site-footer .footer-linksec .fblock.footer-menu ul li a {
    font-weight: 500;
  }
  footer.site-footer .footer-linksec .fblock.footer-payment {
    order: 1;
  }
  footer.site-footer .footer-linksec .fblock.footer-payment .plogs {
    margin: 10px auto 20px;
  }
  footer.site-footer .footer-info {
    padding: 5px 10px !important;
  }
  footer.site-footer .footer-info .site-info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }
  footer.site-footer .footer-info .site-info p {
    margin: 0 5px 0 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
  }
  footer.site-footer .footer-info .site-info p:hover {
    color: #ea5462;
  }
  .listings-section .col-right.trip-list .image-blk img {
    border-radius: 10px;
  }
  .listings-section .col-right.trip-list .info-blk .content-bloc {
    flex-direction: column;
    align-items: flex-end;
  }
  .listings-section .col-right.trip-list .info-blk .content-bloc .info {
    max-width: 100%;
  }
  .listings-section .col-right.trip-list .info-blk .content-bloc .link-block {
    width: 100%;
    margin-top: 10px;
  }
  .listings-section .col-right.trip-list .info-blk .content-bloc .link-block .price {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .listings-section .col-right.trip-list .info-blk .content-bloc .link-block .price span {
    margin-right: 5px;
  }
  .listings-section .col-right.trip-list .info-blk .content-bloc .link-block a.button {
    width: 100%;
  }
  .listings-section .col-right h1.title-fest {
    font-size: 20px !important;
    line-height: normal;
    margin: 0 0 10px;
  }
  .listings-section .col-right .title-blk .top-section {
    width: 100%;
    margin-bottom: 0;
    flex-flow: column;
    border-top: 0;
    border-bottom: 0;
    padding: 0;
    align-items: flex-start;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
  }
  .listings-section .col-right .title-blk .top-section .tags-filters-top {
    margin: 10px 0;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .listings-section .col-right .title-blk .top-section .tags-filters-top h4 {
    display: none;
  }
  .listings-section .col-right .title-blk .top-section .tags-filters-top .filters-tags {
    flex-wrap: wrap;
  }
  .listings-section .col-right .sort-column.mobile-blk .blk-left {
    display: none;
  }
  .listings-section .col-right .sort-column.mobile-blk .blk-right {
    width: 100%;
    background: #f1f1f1;
    padding: 0;
  }
  .listings-section .col-right .sort-column.mobile-blk .filters-show {
    padding: 15px;
  }
  .listings-section .col-right .list-dont-miss-carousel {
    border-radius: 10px;
    padding: 20px;
    margin: 0 0 20px;
  }
  .listings-section .col-left {
    width: 100% !important;
    border-radius: 0;
  }
  .listings-section .col-left.active {
    top: 50px;
  }
  .listings-section .col-left .filter-close {
    padding: 0 0 10px !important;
  }
  .listings-section .col-left h2 {
    display: none;
  }
  .listings-section .col-left .filters {
    padding: 0 0 150px;
  }
  .listings-section .col-left .filters .filters-actions {
    width: 100%;
  }
  .listings-section .listings .list {
    position: relative;
    padding: 10px 10px;
  }
}
@media (max-width: 960px) and (max-width: 480px) {
  .listings-section .listings .list {
    flex-direction: column;
  }
}
@media (max-width: 960px) {
  .listings-section .listings .list .image-blk {
    height: 230px;
  }
  .listings-section .listings .list .info-blk .top-sec {
    border: 0;
  }
  .listings-section .listings .list .info-blk .top-sec h3 {
    width: 100%;
    overflow: hidden;
    margin: 0;
  }
  .listings-section .listings .list .info-blk .top-sec h3 a {
    width: 100%;
  }
  .listings-section .listings .list .info-blk .top-sec .bloc-sec {
    flex-direction: column;
    align-items: flex-end;
  }
  .listings-section .listings .list .info-blk .top-sec .bloc-sec .price {
    margin-bottom: 0;
    display: flex;
  }
  .listings-section .listings .list .info-blk .top-sec .bloc-sec .price span {
    margin-right: 5px;
  }
  .listings-section .listings .list .info-blk .top-sec .bloc-sec .info {
    max-width: 100%;
    border: 0;
    margin: 0 0 10px;
    text-align: left;
    width: 100%;
  }
  .listings-section.list-mo-entities .tags-filters-top.mo-hide-desktop {
    display: flex !important;
    margin: 10px 10px 0;
  }
  .listings-section.list-mo-entities .tags-filters-top.mo-hide-desktop h4 {
    display: none;
  }
  .listings-section .ax-filters-mobile.fixedFilter {
    position: fixed;
    top: 0;
    padding: 10px 20px 10px !important;
    background-color: #fff;
    z-index: 999;
    left: 0;
    right: 0;
    border-top: 0 !important;
    border-bottom: 0 !important;
    box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.2);
  }
  a.link-size-medium {
    white-space: normal;
  }
  a.link-size-large {
    white-space: normal;
  }
  a.link-size-small {
    white-space: normal;
  }
  .page-header {
    margin-bottom: 0;
  }
  .page-header .switcher .options ul.dropdown {
    min-width: 150px;
  }
  .page-footer .switcher .options ul.dropdown {
    min-width: 150px;
  }
  .top-right .header.links.opens li:first-child {
    background: transparent;
  }
  header nav > ul {
    width: 100%;
  }
  header nav > ul > li {
    display: block;
    text-align: left;
    padding: 0 !important;
    border-top: 1px solid #E1E1E1;
    position: relative !important;
    margin: 0 !important;
  }
  header nav > ul > li:hover .mega-menu {
    display: none;
    margin-left: 0;
    width: 100%;
  }
  header nav > ul > li:hover > a {
    color: #FFF;
  }
  header nav > ul > li:hover .small-menu {
    display: none;
  }
  header nav > ul > li .mega-menu {
    padding: 20px 0;
    border: none;
    z-index: 999;
    position: relative;
    border-radius: 0;
  }
  header nav > ul > li .mega-menu .links a.link {
    display: block !important;
    background-position: 82% 5px;
  }
  header nav > ul > li .mega-menu .column {
    display: flex;
    flex-direction: column;
  }
  header nav > ul > li .mega-menu li {
    margin-bottom: 15px !important;
  }
  header nav > ul > li .mega-menu li a {
    letter-spacing: 0;
    font-weight: 400;
  }
  header nav > ul > li .mega-menu .pub {
    border-left: none !important;
    width: 100% !important;
    padding-left: 0 !important;
  }
  header nav > ul > li .mega-menu .pub p {
    display: flex;
  }
  header nav > ul > li.dropdown {
    padding-right: 0;
    background-image: none !important;
  }
}
@media (max-width: 960px) and (max-width: 480px) {
  header nav > ul > li:last-child {
    margin-bottom: 45px;
  }
}
@media (max-width: 960px) {
  header nav > ul > li.categories ul li {
    text-align: left;
    padding: 0 0 0 30px !important;
    max-height: 30px;
  }
  header nav > ul > li.categories ul li:last-child {
    margin: 0 !important;
  }
  header nav > ul > li.categories ul li:after {
    top: 5px !important;
    width: 10px;
    height: 10px;
  }
  header nav > ul > li.categories ul li.lecheqCadeau, header nav > ul > li.categories ul li.lelivredecoute {
    padding: 0 0 0 30px !important;
    max-height: 35px !important;
  }
  header nav > ul > li.categories ul li.lecheqCadeau:after, header nav > ul > li.categories ul li.lelivredecoute:after {
    left: -5px;
  }
  header nav ul li a {
    white-space: normal;
    padding: 15px 15px;
    display: block;
  }
  header nav .small-menu {
    position: static;
  }
  a {
    white-space: normal;
  }
  button {
    white-space: normal;
  }
  .nav-click {
    position: absolute;
    top: 15px;
    right: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
  }
  .nav-click i {
    display: block;
    height: 40px;
    width: 40px;
    background: url(../images/arrow.svg) no-repeat center center;
  }
  .nav-rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .banner-mobile {
    background-color: #F2F2F2;
    padding: 25px 0;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: 0.86px;
    display: block;
  }
  .banner-mobile .search-mobile {
    text-transform: uppercase;
    padding: 12px 20px;
    box-shadow: 0 10px 20px 0 rgba(139, 137, 114, 0.18);
    background-color: #FFF;
    color: #383C3F;
    font-weight: 700;
    display: block;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
    background-image: url(../images/arrow.svg);
    background-size: 11px 7px;
    background-position: center right 20px;
    background-repeat: no-repeat;
  }
  .footer-main .container {
    padding: 0;
  }
  footer.site-footer {
    border-top: none;
  }
  footer {
    padding: 1rem 2rem;
  }
  .artist {
    flex-direction: column;
    margin: 0 !important;
    padding: 20px 10px !important;
  }
  .artist .artist-img {
    width: 100% !important;
  }
  .artist .artist-content {
    width: 100% !important;
    padding-left: 0 !important;
    margin: 0;
  }
  .artist .artist-content .specs-left {
    text-align: center;
    padding: 0;
    width: 100%;
    display: none;
  }
  .artist .artist-content .specs-right {
    width: 100%;
    text-align: center;
  }
  .artist .artist-content .specs-right .button {
    width: 100%;
    white-space: normal;
  }
  .artist .artist-content .title-sec h1 {
    margin-bottom: 20px;
    margin-top: 6px;
  }
  .artist .artist-content .specs {
    border-top: none;
    border-bottom: none;
  }
  .partners .partner-blk .col-1 {
    width: 100%;
    margin-bottom: 10px;
    display: none;
  }
  .partners .partner-blk .col-2 {
    width: 100%;
    margin-bottom: 10px;
    display: none;
  }
  .partners .partner-blk .col-3 {
    width: 100%;
    margin-bottom: 10px;
  }
  .about-us {
    display: none;
  }
  .about-us .widgetblk {
    margin: 20px 0;
    position: relative;
    display: none;
  }
  .about-us .widgetblk .blk-img {
    padding: 20px;
    background-position: bottom right;
    min-height: 245px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .about-us .widgetblk .btm-blk {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: auto;
  }
  .about-us .widgetblk .btm-blk a {
    display: block;
  }
  .dont-miss-section .container {
    padding-left: 15px;
    padding-top: 5px;
  }
  .search-form-mobile {
    display: none;
    position: absolute;
    top: -100%;
    opacity: 0;
    left: 0;
    width: 100%;
    background-color: #e8e9eb;
    padding: 25px;
    z-index: 40;
    transition: all 0.3s ease-out, color 0.3s ease-out;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  }
  .search-form-mobile.active {
    top: 44px;
    opacity: 1;
    display: block;
  }
  .search-form-mobile h2.title {
    color: #000;
    margin-bottom: 15px;
  }
  .search-form-mobile .close-search {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #000;
  }
  .search-form-mobile .close-search:before {
    content: "X";
    font-size: 16px;
    background: none;
    font-weight: 600;
    margin: 0;
    width: auto;
    height: auto;
  }
  .search-form-mobile .input-wrap {
    width: 100%;
    margin-bottom: 15px;
  }
  .search-form-mobile .input-wrap .autocomplete-preloading, .search-form-mobile .input-wrap .autocomplete-empty {
    background: white;
    width: 100%;
    position: absolute;
    top: 105%;
    left: 0;
    display: none;
    z-index: 2;
  }
  .search-form-mobile .input-wrap input {
    border: 0;
    padding: 10px 26px 10px 45px;
    background-position: 10px center;
    background-repeat: no-repeat;
    box-shadow: 0 10px 20px 0 rgba(139, 137, 114, 0.18);
    border-radius: 10px;
  }
  .search-form-mobile .input-wrap input.where {
    background-image: url(../images/icons/marker.svg);
    background-size: 16px 21px;
  }
  .search-form-mobile .input-wrap input.who {
    background-image: url(../images/icons/look.png);
    background-size: 25px 18px;
  }
  .search-form-mobile .input-wrap input.datefield {
    background-image: url(../images/icons/date.svg);
    background-size: 23px 18px;
  }
  .search-form-mobile .input-wrap.big {
    zoom: 1;
    clear: both;
  }
  .search-form-mobile .input-wrap.big:before {
    content: "";
    display: table;
  }
  .search-form-mobile .input-wrap.big:after {
    content: "";
    display: table;
    clear: both;
  }
  .search-form-mobile .input-wrap.categories {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
  }
  .search-form-mobile .input-wrap.categories button {
    font-size: 11px;
    line-height: normal;
    text-transform: capitalize;
    font-weight: 500;
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    padding: 3px 7px;
  }
  .search-form-mobile .input-wrap.categories button.active {
    background: #272727 !important;
    color: #fff !important;
    border-color: #272727 !important;
  }
  .search-form-mobile .input-wrap.categories button:hover {
    background: #fff;
    color: #000;
    border-color: #000;
  }
  .search-form-mobile .input-wrap.categories button:focus {
    outline: none;
    box-shadow: none;
  }
  .search-form-mobile button {
    padding: 10px 0;
    border-radius: 10px;
  }
  .beardcurms {
    display: none;
  }
  .about-us.mobile-blk {
    display: block;
  }
  .about-us.mobile-blk ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .search-form {
    padding: 0;
    display: block;
  }
  .search-form .close-search {
    display: block;
  }
  .search-form form {
    flex-direction: column;
  }
  .search-form form .input-wrap {
    width: 100% !important;
    margin: 0 0 5px;
  }
  .search-form form .input-wrap input {
    padding: 10px 20px 10px 45px;
    background-position: 10px center;
    min-height: 45px;
    height: 45px !important;
    border-radius: 10px;
  }
  .search-form form .input-wrap input.where {
    background-size: 16px 21px;
  }
  .search-form form .input-wrap input.who {
    background-size: 25px 18px;
    border-radius: 10px;
  }
  .search-form form .input-wrap input.datefield {
    background-size: 23px 18px;
  }
  .search-form form .input-wrap.categories {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
  }
  .search-form form .input-wrap.categories button {
    font-size: 11px;
    line-height: normal;
    text-transform: capitalize;
    font-weight: 500;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 3px 7px;
  }
  .search-form form .input-wrap.categories button.active {
    background: #272727 !important;
    color: #fff !important;
    border-color: #272727 !important;
  }
  .search-form form .input-wrap.categories button:hover {
    background: #fff;
    color: #000;
    border-color: #000;
  }
  .search-form form .input-wrap.categories button:focus {
    outline: none;
    box-shadow: none;
  }
  .search-form form .input-wrap.big {
    width: 100% !important;
    max-width: 100% !important;
  }
  .search-form form .button-wrap {
    width: 100% !important;
  }
  .search-form form .button-wrap button {
    letter-spacing: 2px;
    padding: 13px 20px !important;
    width: 100%;
    border-radius: 10px !important;
  }
  .search-form form .button-wrap button:after {
    background-size: cover;
    width: 7px;
    height: 16px;
  }
  .search-form.inner {
    height: auto;
    position: absolute;
    padding: 25px 0 0;
    opacity: 0;
    z-index: 99;
    width: 100%;
    top: -1000%;
    background: #ffffff !important;
    transition: all 0.3s ease-out, color 0.3s ease-out;
    padding-bottom: 20px;
  }
}
@media (max-width: 960px) and (max-width: 960px) {
  .search-form.inner {
    width: calc(100% - 25px);
  }
}
@media (max-width: 960px) {
  .search-form.inner .close-search::after {
    font-size: 2.5rem;
    content: "\e616";
    font-family: "icons-blank-theme";
  }
  .search-form.inner.active {
    top: 100%;
    opacity: 1;
    transition: all 0.3s ease-out, color 0.3s ease-out;
  }
  .inner-banner {
    display: none;
  }
  .close-search {
    cursor: pointer;
    font-size: 13px;
    color: #000;
    display: block;
    text-align: right;
  }
  h1 {
    font-size: 2rem;
    line-height: 1;
  }
  h2 {
    font-size: 1.9rem;
    line-height: 1.5;
  }
  h3 {
    line-height: 1.5;
    font-size: 1.4rem;
  }
  .sidebar-bottom-blocks {
    padding: 20px;
  }
  .cms-page-view h1 {
    font-size: 2rem !important;
    padding: 0;
    line-height: 28px !important;
  }
  .cms-page-view h2 {
    font-size: 1.8rem !important;
    line-height: 2.5rem !important;
  }
  .cms-page-view table > tbody > tr > td {
    display: block;
    width: 100%;
  }
  .cms-page-view p {
    font-size: 1.4rem !important;
  }
  .cms-page-view .box-quisome .texte-quisome {
    padding: 0 10px !important;
  }
  .box-fb {
    width: 100% !important;
  }
  .box-fb iframe {
    width: 100% !important;
  }
  .box-twit {
    width: 100% !important;
  }
  .box-twit iframe {
    width: 100% !important;
  }
  .catalog-product-view.page-product-configurable .product-section .container {
    position: relative;
    padding: 0;
  }
  .catalog-product-view.page-product-configurable .product-section .container .filters-show {
    display: block;
    margin: 0 0 15px;
  }
  .catalog-product-view.page-product-configurable .product-section .container .col-right {
    transition: all 0.3s ease-out, color 0.3s ease-out;
    width: 100%;
    max-width: 450px;
    position: absolute;
    top: 0;
    left: -100%;
    opacity: 0;
    z-index: 50;
    background-color: #FFF;
  }
  .catalog-product-view.page-product-configurable .product-section .container .col-right #book-mobile-close {
    display: block;
    font-size: 12px;
    color: #c70039;
    font-weight: 400;
    border-radius: 9999px;
    border: 1px solid #c70039;
    padding: 12px;
    line-height: 1rem;
    text-align: right;
    margin: 0px 0px 0px auto;
    width: fit-content;
  }
  .catalog-product-view.page-product-configurable .product-section .container .col-right #book-mobile-close:hover {
    background: #c70039;
    color: white;
  }
  .catalog-product-view.page-product-configurable .product-section .container .col-right .filter-close {
    font-size: 12px;
    padding: 20px;
    border-bottom: 1px solid #E1E1E1;
    cursor: pointer;
  }
  .catalog-product-view.page-product-configurable .product-section .container .col-right .filter-close:before {
    content: "";
    background-image: url(../images/menu_close.png);
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    background-size: cover;
  }
  .catalog-product-view.page-product-configurable .product-section .container .col-right.active {
    left: 0;
    opacity: 1;
    top: 62px;
    z-index: auto !important;
    overflow: visible !important;
    transform: none !important;
  }
  .product-section .col-left {
    width: 100%;
  }
  .product-section .col-left .filters-show {
    cursor: pointer;
    padding: 15px;
    background: #f1f1f1;
    border: 1px solid #E1E1E1;
    position: relative;
  }
  .product-section .col-left .filters-show:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    background-image: url(../images/fliter.png);
    width: 22px;
    height: 23px;
    background-size: cover;
    margin-left: 40px;
    position: absolute;
    right: 15px;
  }
  .product-section .col-left .product-meta {
    float: left;
    width: 50%;
  }
  .product-section .col-left .mobile-booking {
    display: block;
    float: left;
    margin: auto;
    text-align: center;
    width: 100%;
  }
  .product-section .col-left .mobile-booking a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
  }
  #mb-ajaxcart-wrapper {
    max-width: 100%;
  }
  .checkout-cart-index main #form-validate .cart .bottom-infos-panel .box-options .left-option label {
    max-width: 252px;
  }
  .checkout-cart-index main #form-validate .cart .accordion-bloc {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }
  .fancybox-button--left {
    display: none !important;
  }
  .fancybox-button--right {
    display: none !important;
  }
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
  .fancybox-thumbs {
    display: none !important;
  }
  .fancybox-container--thumbs .fancybox-controls {
    right: 0;
  }
  .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 0;
  }
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0;
  }
}
@media (max-width: 768px) {
  .catalog-product-view header.site-header, .axelites_trip-trip-view header.site-header {
    width: 100%;
    position: sticky;
    z-index: 10;
    top: 0;
    border-bottom: 1px solid #e5e7eb;
  }
  .catalog-product-view header.site-header .page-header, .axelites_trip-trip-view header.site-header .page-header {
    padding: 16px;
  }
  header.site-header {
    width: 100vw;
    border-bottom: 1px solid #E1E1E1;
    padding: 10px 0;
  }
  footer.site-footer .footer-main .social-section {
    padding: 20px 0 0;
  }
  footer.site-footer .footer-main .social-section .sudscription-form {
    width: 100%;
    margin: 0 0 20px;
  }
  footer.site-footer .footer-main .social-section .social-links {
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
  }
  .catalog-product-view .product-section .container {
    display: flex;
    flex-direction: column-reverse;
  }
  .catalog-product-view .product-section .container .col-right {
    position: static;
    opacity: 1;
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .catalog-product-view .product-section .container .col-left {
    width: 100%;
  }
  .catalog-product-view .product-section .container .col-left .product-meta {
    width: 100%;
  }
  .cms-index-index section.news-list .news-section  {
    max-width: 100%;
  }
  .cms-index-index section.news-list .news-blks {
    width: 100%;
    margin-top: 20px;
  }
  .cms-index-index section.news {
    display: none;
  }
  .checkout-cart-index .cart-container {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 7px;
  }
  .checkout-cart-index .cart-container .cart-summary {
    position: relative;
    top: 0 !important;
    margin-bottom: 40px;
  }
  .checkout-cart-index .cart-container #form-validate {
    margin-bottom: 40px;
  }
  .checkout-cart-index .cart-container #form-validate .cart .block-panier .product-content .description-panel ul {
    max-height: 100%;
  }
  .checkout-cart-index .cart-container #form-validate,
  .checkout-cart-index .cart-container .cart-summary {
    width: 100%;
  }
  #notice-cookie-block {
    width: 100%;
    left: 0;
    margin: 0;
    bottom: 0;
    top: auto;
    padding: 0;
    z-index: 999;
  }
  #notice-cookie-block a.allow {
    font-size: 3.5rem;
  }
  #notice-cookie-block .title {
    font-size: 2rem;
  }
  #notice-cookie-block p {
    font-size: 1rem;
  }
  #notice-cookie-block .actions {
    text-align: right;
  }
  #notice-cookie-block .actions a {
    font-size: 1.4rem;
  }
  #notice-cookie-block .actions .allow {
    padding: 10px;
  }
  .cms-club-page .cover p {
    padding-top: 200px;
    width: 60%;
  }
  a.back {
    display: block;
    background: url(../images/back.svg) no-repeat 0 center/8px transparent;
    padding-left: 15px;
  }
  .axelites_person-person-view .partners {
    display: none;
  }
  .ui-autocomplete li:hover {
    background: none;
    color: inherit;
  }
  .ui-autocomplete li:hover a {
    color: white;
    text-decoration: none !important;
  }
}
@media (max-width: 767px) {
  .account .page-main {
    padding-top: 10px;
  }
  .account .page-main a.action.back {
    display: flex;
  }
  .account .page-main .limiter {
    text-align: left;
  }
  .account .page-main p.toolbar-amount {
    margin-bottom: 10px !important;
  }
  .account .page-main .limiter {
    margin-bottom: 10px !important;
  }
  .account .page-main .table-wrapper.orders-history {
    margin-bottom: 10px;
  }
  .account .page-main .table-wrapper.orders-history td.col.actions {
    padding-bottom: 10px !important;
  }
  .listings-section .listings.news-list {
    flex-direction: column;
  }
  .listings-section .listings.news-list .news-section {
    width: 100%;
  }
  .product-header .product-logo {
    display: none;
  }
  .product-header .product-title-area {
    width: 100%;
  }
  .product-header .product-title-area .product-title {
    font-size: 25px;
    line-height: 1.5;
    font-weight: 600;
  }
  .product-header .product-title-area .product-title span {
    font-size: 16px;
  }
  .product-header .product-meta .product-location {
    width: 100%;
    margin: 10px 0 0;
  }
  .product-header .product-meta .product-time {
    width: 100%;
    margin: 5px 0;
  }
  .product-info {
    margin-bottom: 0;
    border-bottom: none;
  }
  .product-info .product-content {
    width: 100%;
    margin: 10px 0;
  }
  .product-info .product-members {
    width: 100%;
    margin: 10px 0;
  }
  .product-offer .product-offer-head span {
    transform: rotate(-90deg);
    left: -30px;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  .product-offer .product-offer-head span {
    transform: unset;
    left: unset;
  }
}
@media (max-width: 767px) {
  .offer-works {
    display: none;
  }
  .artist-season {
    margin: 20px 0;
  }
  .artist-info .artist-bio {
    width: 100%;
  }
  .artist-info .artist-listings {
    width: 100%;
    margin-top: 15px;
  }
  .tabs-section {
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
  }
  .tabs-section .tabs-icons {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0;
  }
  .tabs-section .tabs-icons ul {
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .tabs-section .tabs-icons ul li {
    display: inline-block;
    padding: 15px 5%;
    vertical-align: middle;
    margin-bottom: 0;
  }
  .tabs-section .tabs-icons ul li img {
    height: 30px;
  }
  .tabs-section .tabs-icons ul li.active:after {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    height: 3px;
    width: 100%;
  }
  .tabs-section .tabs-contents {
    padding: 30px;
    width: 100%;
  }
  .tabs-section .tabs-contents h2 {
    float: none;
    clear: none;
  }
  .tabs-section .tabs-contents h2.big {
    font-size: 20px;
    color: #272727;
  }
  .tabs-section .tabs-contents h2.big img {
    vertical-align: middle;
    height: 20px;
  }
  .tabs-section .tabs-contents .download {
    float: none;
    clear: none;
    display: block;
    text-align: center;
  }
  .tabs-section .tabs-contents .content {
    padding: 0;
  }
  section {
    padding-top: 30px;
    padding-bottom: 0;
  }
  header {
    border-bottom: #E1E1E1;
  }
  header nav .mega-menu .container > .links.col4 ul {
    -webkit-column-count: 3 !important;
    -moz-column-count: 3 !important;
    column-count: 3 !important;
  }
}
@media (max-width: 767px) and (max-width: 450px) {
  header nav .mega-menu .container > .links.col4 ul li:first-child {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .giftcard-product .column.main {
    display: flex;
    flex-direction: column-reverse;
  }
  #maincontent .columns {
    display: block;
  }
  #maincontent .columns .product-info-main,
  #maincontent .columns .giftcard-left {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  #maincontent .columns .product-info-main #giftcard-template-container,
  #maincontent .columns .giftcard-left #giftcard-template-container {
    margin-bottom: 40px;
  }
  .checkout-cart-index .cart-summary {
    position: static !important;
    width: 100%;
  }
  .checkout-cart-index .cart-summary:before {
    display: none;
  }
}
@media (max-width: 750px) {
  .innercontent {
    min-height: 100px;
  }
  .box-quisome {
    width: 100%;
  }
  #mb-ajaxcart-wrapper {
    height: auto;
    overflow: scroll;
  }
  footer .footer-main .social-section .trustpilot {
    margin: 0 0 20px;
    margin-left: calc(50% - 149px);
    clear: left;
  }
  footer .footer-main .social-section .travel-companies {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .news-list .news-section-all ul li {
    width: 100%;
    margin: 5px 0;
  }
  .news-list .news-section ul li a span {
    font-size: 14px;
  }
  .news-list .newsletter-reminder {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 30px;
  }
  .all-synopsis a {
    margin: 1.5%;
    width: 47%;
  }
  .sudscription-form .input-wrap .button {
    width: 110px;
    padding: 14px 5px;
  }
  .sudscription-form p {
    text-align: center;
  }
  .footer.content {
    padding: 0;
  }
  .footer.content .container {
    padding: 0;
  }
  header nav .mega-menu .container > .links.col3 ul {
    -webkit-column-count: 2 !important;
    -moz-column-count: 2 !important;
    column-count: 2 !important;
  }
  header nav .mega-menu .container > .links {
    width: 100%;
  }
  header nav .mega-menu ul li {
    line-height: 25px;
    margin: 0 0 10px;
  }
  header nav ul li a {
    white-space: normal;
  }
  .listings-section .col-right {
    padding-bottom: 0;
  }
  .listings-section .col-right .title-blk {
    padding: 0;
  }
  .listings-section .col-right .title-blk a {
    padding: 5px 0;
  }
  .listings-section .listings .list .info-blk .top-sec .info {
    font-weight: 400;
    font-size: 14px;
  }
  .listings-section .listings .list .info-blk .top-sec h3 {
    font-size: 15px;
    font-weight: 400;
  }
  .banner-mobile {
    padding: 15px 0 20px;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .banner-mobile {
    padding: 10px;
  }
}
@media (max-width: 600px) {
  .banner-mobile > .container {
    z-index: 999;
  }
  .banner-mobile .search-mobile {
    padding: 15px 20px;
    font-size: 13px;
    margin: 0;
  }
  input[type=submit].red {
    padding: 10px 15px;
  }
  button.red {
    padding: 10px 15px;
  }
  a.button.red.mo_product {
    padding: 2px 4px;
    float: left;
  }
  .button.red {
    padding: 10px 15px;
  }
  .columns .column.main {
    padding-bottom: 15px;
  }
  .dont-miss-section {
    margin-bottom: 20px;
  }
  .dont-miss-section .container {
    padding: 25px;
  }
  .dont-miss-section .dont-miss-carousel {
    min-width: 0;
  }
}
@media (max-width: 600px) and (max-width: 480px) {
  .dont-miss-section .dont-miss-carousel {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    overflow-x: auto;
  }
}
@media (max-width: 600px) {
  .dont-miss-section .dont-miss-carousel .item {
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 20px 0;
    text-align: left;
  }
  .dont-miss-section .dont-miss-carousel .item {
    zoom: 1;
    clear: both;
  }
  .dont-miss-section .dont-miss-carousel .item:before, .dont-miss-section .dont-miss-carousel .item:after {
    content: "";
    display: table;
  }
  .dont-miss-section .dont-miss-carousel .item:after {
    clear: both;
  }
}
@media (max-width: 600px) and (max-width: 480px) {
  .dont-miss-section .dont-miss-carousel .item {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .dont-miss-section .dont-miss-carousel .item img {
    width: 92vw;
  }
}
@media (max-width: 600px) {
  .dont-miss-section .dont-miss-carousel .item > img {
    float: left;
    margin-right: 15px;
  }
  .dont-miss-section .dont-miss-carousel .item:last-child {
    border: none;
  }
  .dont-miss-section .dont-miss-carousel .item .product-image-wrapper img {
    object-fit: cover;
    max-height: 200px;
  }
  .dont-miss-section .dont-miss-carousel .item .dontmiss-title {
    float: left;
    margin-top: 0;
    text-align: left;
    margin: 0 0 5px;
    font-weight: bold;
  }
  .dont-miss-section .dont-miss-carousel .dontmiss-desc {
    float: left;
    margin-top: 0;
  }
  .dont-miss-section .dont-miss-carousel .link {
    float: left;
    margin-top: 0;
    clear: both;
  }
  .dont-miss-section .dont-miss-carousel:nth-child(n+5) {
    display: none;
  }
  .slider .banner-wrap ul li {
    margin-bottom: 1px;
  }
  .slider .banner-wrap ul li .slide-warp .slider-content {
    padding: 30px;
  }
  .slider .banner-wrap ul li .slide-warp .link {
    right: 15px;
  }
  .slider .tab-wrap ul {
    display: flex;
    overflow: auto;
  }
  .slider .tab-wrap ul li {
    padding: 10px 5px 0 0 !important;
    text-align: center;
  }
  .slider .tab-wrap ul li .info {
    display: none;
  }
  .tabs-section .tabs-icons ul li {
    padding: 15px 3%;
    font-size: 11px;
  }
  .productcomp-section .container {
    padding: 25px;
  }
  .productcomp-section .productcomp-carousel {
    min-width: 2px;
  }
  .productcomp-section .productcomp-carousel .item {
    zoom: 1;
    clear: both;
    margin-bottom: 20px;
  }
  .productcomp-section .productcomp-carousel .item:before {
    content: "";
    display: table;
  }
  .productcomp-section .productcomp-carousel .item:after {
    content: "";
    display: table;
    clear: both;
  }
  .productcomp-section .productcomp-carousel .item img {
    float: left;
    width: auto;
    margin-right: 20px;
  }
  .productcomp-section .productcomp-carousel .item .productcomp-title {
    float: left;
  }
  .product-section .col-left .product-meta {
    float: none;
    width: 100%;
  }
  .product-section .col-left .mobile-booking {
    float: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding: 8px;
    background: #fff;
  }
  .fancybox-slide #modal-form-newsletter {
    max-width: 100%;
  }
  .checkout-cart-index main #form-validate .cart .block-panier .product-content .top-panel .right-panel,
  .checkout-cart-index main #form-validate .cart .block-panier .product-content .top-panel .left-panel {
    width: 100%;
  }
  .checkout-cart-index main #form-validate .cart .block-panier .product-content .top-panel .left-panel {
    margin-bottom: 30px;
  }
  .checkout-cart-index main #form-validate .cart .block-panier .product-content .top-panel .price-panel {
    width: 50%;
    float: left;
    position: static;
    text-align: left;
  }
  .checkout-cart-index main #form-validate .cart .block-panier .product-content .categorie-panel .box-quatite {
    margin: 0;
  }
  .checkout-cart-index main #form-validate .cart .block-panier .product-content .description-panel .right-decrpt,
  .checkout-cart-index main #form-validate .cart .block-panier .product-content .description-panel .left-decrpt {
    width: 100%;
  }
}
@media (max-width: 580px) {
  body .product-header .product-meta {
    margin-top: 15px;
  }
  body .product-cover {
    margin-bottom: 0;
  }
  body .product-cover p {
    display: none;
  }
  body footer.site-footer .footer-main .social-section .sudscription-form .input-wrap input[type=submit] {
    width: 160px;
  }
  body footer.site-footer .footer-main .social-section .sudscription-form .input-wrap input[type=text] {
    width: calc(100% - 160px);
    padding: 16px 10px;
  }
  body .tag-type {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 10px;
  }
  body .listings-section .listings .list .image-blk {
    width: 100%;
    background-size: 100%;
    height: 200px !important;
  }
  body .listings-section .listings .list .image-blk.product {
    background-position: 0px -95px;
  }
  body .listings-section .listings .list .image-blk.cat .tag-type {
    top: 15px;
    right: 10px;
  }
  body .listings-section .listings .list .info-blk {
    width: 100%;
    padding: 0;
  }
  body .listings-section .listings .list .info-blk .top-sec {
    padding: 10px 0;
  }
  body .listings-section .listings .list .info-blk .top-sec h3 {
    max-height: 100%;
  }
  body .dont-miss-section .item {
    text-align: center;
    margin-bottom: 10px;
  }
  body .dont-miss-section .item .dontmiss-title {
    width: 100%;
    text-align: center;
    float: none;
  }
  body .product-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body .product-info .widget-block h3 {
    padding: 10px 20px;
    font-size: 1.8rem;
  }
  body .product-info .tabs-section .tabs-icons ul li {
    opacity: 0.7;
  }
  body.checkout-cart-index main #form-validate .cart .block-panier .product-image {
    width: 100%;
    float: none;
  }
}
@media (max-width: 580px) and (max-width: 480px) {
  body.checkout-cart-index main #form-validate .cart .block-panier .product-image {
    padding: 0;
  }
}
@media (max-width: 580px) {
  body.checkout-cart-index main #form-validate .cart .block-panier .product-content {
    width: 100%;
    float: none;
    padding: 0;
  }
  body.checkout-cart-index main #form-validate .cart .block-panier .unite-price {
    width: 22% !important;
  }
  body.checkout-cart-index main #form-validate .cart .beneficiary-block .title {
    width: 100%;
    float: none;
  }
  body.checkout-cart-index main #form-validate .cart .beneficiary-block .form {
    padding: 0;
    float: none;
    width: 100%;
  }
  body.checkout-cart-index main #form-validate .cart .beneficiary-block .form .form-group {
    width: 100%;
  }
  body.checkout-cart-index main #form-validate .cart .beneficiary-block .form .form-group input {
    width: 100%;
  }
  body.checkout-cart-index main #form-validate .cart .beneficiary-block .form .form-group:last-child {
    width: 100%;
  }
  body.checkout-cart-index main #form-validate .cart .ticket-obtention {
    padding: 15px;
  }
  body.checkout_index_index .page-title-wrapper {
    padding: 0;
  }
  body.checkout_index_index .page-title-wrapper:before {
    width: 45%;
    height: 40px;
  }
  body.checkout_index_index .page-title-wrapper h1 {
    text-align: center;
    padding-top: 70px;
    margin: 0;
  }
  body.checkout_index_index .page-title-wrapper:after {
    width: 45% !important;
  }
  body.checkout_index_index .osc-authentication-wrapper .osc-authentication-toggle {
    max-width: 100%;
    display: block;
  }
  body.checkout_index_index .osc-payment-after-methods .opc-payment-additional .field .control {
    width: 100%;
  }
}
@media (max-width: 564px) {
  footer .footer-main .social-section .sudscription-form {
    max-width: 100% !important;
  }
  footer .footer-main .social-section .trustpilot {
    width: 260px;
    margin-right: auto !important;
  }
  footer .footer-main .social-section .travel-companies img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .checkout-cart-index #form-validate .cart .block-panier .bottom-infos-panel .box-options .unite-price {
    width: 25% !important;
  }
  .checkout-cart-index #form-validate .cart .block-panier .bottom-infos-panel .box-options select {
    width: 48px !important;
  }
}
@media (max-width: 550px) {
  .sudscription-form .input-wrap .button {
    width: 100%;
    width: 40% !important;
  }
  .sudscription-form .input-wrap input[type=email] {
    width: 100%;
    width: 60% !important;
  }
  .banner-mobile {
    font-size: 15px;
    line-height: 23px;
  }
  .product-title {
    font-size: 20px;
    line-height: 25px;
  }
  section.news .news-wrap ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  section.news .news-wrap ul li:nth-child(3n+2) {
    margin: 0 0 30px 0;
  }
  section.news .news-blk .img-wrap {
    min-height: auto !important;
  }
  .cms-club-page .cover p {
    padding-top: 105px;
    width: 70%;
    font-size: 1.2rem !important;
  }
}
@media (max-width: 480px) {
  .highlight a.link-size-small {
    display: none !important;
  }
  .container .col-right .filters-show img {
    display: inline-block !important;
    margin: initial !important;
  }
  .axelites_person-person-view .artist .see-all-performances-div {
    display: block !important;
    text-align: right;
    margin-top: 10px;
  }
  .axelites_person-person-view .artist .see-all-performances-button {
    display: none;
  }
  body:not(.cms-home) .banner-mobile {
    margin-top: 10px;
  }
  .checkout-cart-index #form-validate .cart .block-panier .bottom-infos-panel .box-options .unite-price {
    width: auto !important;
  }
  .checkout-cart-index #form-validate .cart .block-panier .bottom-infos-panel .box-options select {
    width: inherit !important;
  }
  .checkout-cart-index #form-validate .cart .block-panier .bottom-infos-panel .box-options .right-option .quantity {
    font-size: 1.4rem;
    float: left;
    margin-top: 11px;
  }
}
#mb-ajaxsuite-popup-wrapper .mb-login-popup-title a.mb-ajaxsuite-close {
  background: none;
}
#mb-ajaxsuite-popup-wrapper .mb-login-popup-title a.mb-ajaxsuite-close:hover {
  text-decoration: none;
}
#mb-ajaxsuite-popup-wrapper .mb-login-popup-title a.mb-ajaxsuite-close:after {
  background: white;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  font-size: 2.5rem;
  content: "\e616";
  font-family: "icons-blank-theme";
}

@media (max-width: 450px) {
  body .slider .banner-wrap ul {
    max-height: 300px;
  }
  body .slider .banner-wrap ul li {
    min-height: 250px;
  }
  body .slider .banner-wrap ul li.slides div.slide-warp div.slider-background a img {
    max-height: 100%;
  }
  body .listings-section .listings .push-trips div.list .item {
    width: 100%;
  }
  body .dont-miss-section {
    display: none;
  }
  body .tabs-section .tabs-icons ul li .icon-tabs img svg {
    fill: #CF3D4A !important;
  }
  body .columns .column.main .rte img {
    width: 100%;
  }
  body h1.page-title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 0 !important;
  }
  body .fieldset > .legend {
    font-size: 1.8rem;
  }
  body .listings-section .listings .list .image-blk {
    width: 100%;
  }
  body .hotel-choosen .hotels-wrap.unique .hotel {
    width: 90%;
  }
  body .hotel-choosen .hotels-wrap.unique .hotel div.content,
  body .hotel-choosen .hotels-wrap.unique .hotel div.image {
    width: 100%;
  }
  body #mb-ajaxcart-wrapper .ajaxcart-success-box .success-content {
    padding: 0;
  }
  body #mb-ajaxcart-wrapper .ajaxcart-success-box .success-content .col-1 img.photo {
    height: 150px;
    object-fit: cover;
  }
  body #mb-ajaxcart-wrapper .ajaxcart-buttons button.action {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
  }
  body #mb-ajaxcart-wrapper .ajaxcart-buttons #ajaxcart_cancel {
    margin-top: 10px;
    margin-bottom: 0;
  }
  body #mb-ajaxcart-wrapper .ajaxcart-other .previous,
  body #mb-ajaxcart-wrapper .ajaxcart-other .next {
    width: 100%;
  }
  body #mb-ajaxcart-wrapper .ajaxcart-other .next {
    border-top: 1px solid #979797;
  }
  body #mb-ajaxcart-wrapper .product-add-form {
    width: 100%;
    padding-left: 5px;
  }
  body #mb-ajaxcart-wrapper .product-add-form .actions button {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  body .checkout-cart-index main .cart-summary {
    width: 100%;
    position: static;
  }
  body .checkout-cart-index main #form-validate .cart .block-panier .product-content,
  body .checkout-cart-index main #form-validate .cart .block-panier .product-image {
    width: 100%;
    padding: 0;
  }
  body .checkout-cart-index main #form-validate .cart .beneficiary-block .form {
    width: 100%;
    padding: 0;
  }
  body .checkout-cart-index main #form-validate .cart .beneficiary-block .form .form-group {
    width: 50%;
    text-align: center;
  }
  body .checkout-cart-index main #form-validate .cart .beneficiary-block .form .form-group input {
    width: 95%;
  }
  body .checkout-cart-index main #form-validate .cart .beneficiary-block .form .form-group:first-child {
    margin-right: 4%;
  }
  body .checkout-cart-index main #form-validate .cart .beneficiary-block .form .form-group:last-child {
    width: 100%;
  }
  body.onestepcheckout-index-index .page-title-wrapper .logo {
    margin: 0;
    width: 40%;
  }
  body.onestepcheckout-index-index .page-title-wrapper .reassurance {
    margin: 0;
    width: 100%;
  }
  body.onestepcheckout-index-index .page-title-wrapper .reassurance p {
    margin-bottom: 10px;
  }
  body.onestepcheckout-index-index .page-title-wrapper .reassurance p .title {
    font-size: 1.2rem;
  }
  body.onestepcheckout-index-index .page-title-wrapper .reassurance p .title::after {
    top: 0;
    right: -15px;
    height: 20px;
    width: 20px;
  }
  body .osc-authentication-wrapper {
    padding: 0;
  }
  body .checkout-index-index .page-title-wrapper h1 {
    margin: 100px 0 0;
  }
  body .cms-club-page .advantage div[class^=advantage-] p {
    padding-top: 50px;
    padding-left: 0;
  }
  body .cms-club-page div[class^=club-] {
    width: 100%;
    margin: 10px 0;
  }
  body #mb-ajaxsuite-popup-wrapper {
    top: 75px !important;
  }
  body #mb-ajaxsuite-popup-wrapper .mb-login-popup-title {
    margin: 18px 0 0;
  }
  body #mb-ajaxsuite-popup-wrapper .mb-login-popup-title a.mb-ajaxsuite-close {
    background: none;
  }
  body #mb-ajaxsuite-popup-wrapper .mb-login-popup-title a.mb-ajaxsuite-close:hover {
    text-decoration: none;
  }
  body #mb-ajaxsuite-popup-wrapper .mb-login-popup-title a.mb-ajaxsuite-close:after {
    background: white;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    font-size: 2.5rem;
    content: "\e616";
    font-family: "icons-blank-theme";
  }
  body #mb-ajaxsuite-popup-wrapper div#mb-ajaxsuite-popup {
    padding: 10px !important;
    height: auto;
  }
  body #mb-ajaxsuite-popup-wrapper .ajaxcart-success-box img.img {
    max-height: 150px;
    object-fit: cover;
  }
  body .giftcard-left .giftcard-template-container {
    padding-top: 0;
  }
}
@media (max-width: 400px) {
  body header.site-header .header-top .top-right #top-links {
    margin-right: 0;
  }
  body header.site-header .header-top .top-right #top-links #top-link-trigger span {
    font-size: 0;
  }
  body header.site-header .header-top .top-right #top-links #top-link-trigger span::after {
    font-size: 2.5rem;
    content: "\e627";
    font-family: "icons-blank-theme";
  }
  body .tabs-section .tabs-icons ul li {
    padding: 15px 1.5% 10px;
    font-weight: 700;
  }
  body .tabs-section .tabs-icons ul li span.icon-tabs {
    display: block;
    margin: 0;
    min-height: 35px;
  }
  body .listings-section .listings .list .info-blk {
    padding: 0;
  }
  body .listings-section .listings .list .info-blk .top-sec {
    padding: 5px;
  }
}
@media (max-width: 375px) {
  .page-header #top-links,
  .page-header .switcher {
    margin-right: 0;
  }
  .page-header #top-links .options .action.toggle::after,
  .page-header .switcher .options .action.toggle::after {
    font-size: 15px;
    line-height: 20px;
  }
  .product-section .col-right .form-block {
    padding: 9px;
  }
  .product-section .col-right .form-block .ui-datepicker {
    padding: 15px 0;
  }
  footer.site-footer .footer-main .social-section .sudscription-form .input-wrap input[type=submit] {
    width: 100%;
  }
  footer.site-footer .footer-main .social-section .sudscription-form .input-wrap input[type=text] {
    width: 100%;
  }
  body.checkout_index_index .page-title-wrapper h1 {
    padding: 0;
    position: static;
  }
  body.checkout_index_index .page-title-wrapper .checkout-title.logo {
    width: 100%;
    float: none;
    position: static;
    margin: 20px auto;
    text-align: center;
  }
  body.checkout_index_index .page-title-wrapper .reassurance {
    width: 100%;
    float: none;
    margin: 0;
  }
  body.checkout_index_index .page-title-wrapper .reassurance p {
    float: none;
    width: 100%;
  }
  body.checkout_index_index .page-title-wrapper .reassurance .trustpilot-widget {
    position: relative;
    float: none;
    width: 100%;
  }
}
@media (max-width: 360px) {
  .all-synopsis a {
    margin: 1.5% 0;
    width: 100%;
  }
  .sudscription-form .input-wrap .button {
    margin-left: 0;
  }
  .sudscription-form div.mage-error[generated] {
    position: static;
    width: 100%;
    clear: both;
  }
  #notice-cookie-block .title {
    font-size: 1.7rem;
  }
  #notice-cookie-block p {
    font-size: 1.2rem;
  }
  #mb-ajaxcart-wrapper .ajaxcart-success-box .success-content {
    padding: 0 20px;
  }
}
@media (max-width: 360px) and (max-width: 480px) {
  #mb-ajaxcart-wrapper .previous.empty {
    display: none;
  }
  #mb-ajaxcart-wrapper .checkout-cart-index .cart-container #form-validate {
    margin-bottom: 10px;
  }
}
@media (max-width: 360px) {
  .form-cart .cart .description-panel {
    display: none;
  }
  .checkout_index_index .modal-popup .modal-footer .action-save-address {
    padding: 13px 9px !important;
    font-size: 10px !important;
  }
  .checkout_index_index .modal-popup .modal-footer .action.secondary {
    padding: 12px 4px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 768px) {
  .page-wrapper {
    min-height: 100vh;
    position: relative;
    z-index: 899;
  }
  div.cart.main.actions {
    display: none;
  }
}
@media (max-width: 480px) {
  aside.modal-popup.confirm._show {
    z-index: 902 !important;
  }
  aside.modal-popup.confirm._show div.modal-inner-wrap {
    width: 80%;
  }
}
@media (max-width: 480px) and (max-width: 375px) {
  aside.modal-popup.confirm._show div.modal-inner-wrap {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  aside.modal-popup.confirm._show div.modal-inner-wrap footer.modal-footer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 3rem;
    padding-top: 3rem;
    margin: 0 auto;
    font-size: 9px !important;
  }
  aside.modal-popup.confirm._show div.modal-inner-wrap footer.modal-footer button {
    padding: 10px 25px !important;
  }
  aside.modal-popup.confirm._show div.modal-inner-wrap footer.modal-footer button:first-child {
    margin-right: 19px;
  }
  #maincontent .columns .product-info-main #giftcard-template-container,
  #maincontent .columns .giftcard-left #giftcard-template-container {
    margin-bottom: 0 !important;
  }
  .checkout-step-billing .billing-address-form {
    display: none;
  }
  .osc-payment-after-methods .checkout-billing-address {
    display: none;
  }
}
@media (max-width: 478px) {
  .checkout_index_index .modal-popup .modal-footer .action-save-address {
    padding: 13px 6px;
    font-size: 12px;
  }
  .checkout_index_index .modal-popup .modal-footer .action.secondary {
    padding: 13px 6px;
  }
}
.custom-travel-page {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}
.custom-travel-page h4 {
  line-height: 22px !important;
}
.custom-travel-page .hero-image.text-center {
  margin-bottom: 18px;
}

.text-center {
  text-align: center;
}

.hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.intro {
  text-align: center;
  margin: 30px 0;
}

.two-columns {
  display: flex;
  gap: 30px;
  margin: 40px 0;
  align-items: center;
  justify-content: space-between;
}
.two-columns .image img {
  max-width: 100%;
  border-radius: 10px;
}
.two-columns .content {
  flex: 1;
}
.two-columns .content p {
  margin-bottom: 0;
}
.two-columns ul {
  padding-left: 20px;
}
.two-columns li {
  text-align: left;
}

.advantage {
  background: #f8f8f8;
  padding: 17px;
  border-radius: 12px;
}

.highlight {
  text-align: center;
  margin: 40px 0;
  font-size: 18px;
  font-weight: 600;
}

.contact-block {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  background: #f5f5f5;
  padding: 25px;
  border-radius: 12px;
  margin-top: 30px;
}

.btn-contact {
  display: inline-block;
  background: #cf3d4a;
  color: #fff;
  padding: 14px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.2s ease;
}
.btn-contact:hover {
  background: #cb3f4b;
  color: white;
  text-decoration: none;
}

@media (max-width: 768px) {
  .two-columns,
  .contact-block {
    flex-direction: column;
    text-align: center;
  }
  .contact-button {
    margin-top: 15px;
  }
}
span.duration {
  display: flex !important;
  gap: 5px;
  align-items: center;
  margin-top: 8px !important;
}

.product-detail .product-content span.duration img {
  margin: 0 !important;
}

.opening-date-mobile {
  font-size: 14px;
  color: rgb(203, 63, 75);
  margin-top: 3px !important;
  cursor: pointer;
  letter-spacing: 0 !important;
  font-weight: 500;
  text-transform: uppercase;
}

[name="billingAddress.street.0"] label {
  display: none !important;
}

label[for=systempay_standard] .payment-icon {
  width: 169px !important;
}

.tag-mobile.tag.tag-package .tag-package-no-link, .tag-mobile.tag.tag-package .tag-package-link {
  font-size: 1.1rem !important;
  color: white;
  display: flex;
  align-items: center;
}

/*  PAGE CLUB CMS */
.cms-club-page div[class^=club-] {
  border: 1px solid #CF3D4A;
  border-radius: 7px;
}
.cms-club-page div[class^=club-] p a.button {
  border-radius: 5px;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .cms-club-page .clear.advantage {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 100%;
    padding: 0 10px;
    width: 100%;
  }
  .cms-club-page .advantage div[class^=advantage-] {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .cms-music-opera-club .site-header {
    width: 100%;
    position: sticky;
    z-index: 10;
    top: 0;
    border-bottom: 1px solid #e5e7eb;
  }
}
@media (max-width: 450px) {
  .cms-music-opera-club #mb-ajaxsuite-popup-wrapper {
    top: 60px !important;
  }
}
.cms-club-page {
  max-width: 1220px;
  margin: 0 auto;
  padding: 20px;
  /* Section avantages */
  /* Responsive */
}
.cms-club-page .floating-button {
  background: #c41e3a;
  color: white !important;
  padding: 15px 25px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
}
.cms-club-page .floating-button:hover {
  background: #a01830;
  transform: translateY(-2px);
}
.cms-club-page .intro-text {
  text-align: center;
  font-size: 17px;
  color: black;
  max-width: 800px;
  margin: 30px auto;
}
.cms-club-page span.copyright-cover {
  text-align: center;
  color: #FFFFFF;
  font-size: 10px;
  margin-top: 10px;
  display: block;
  z-index: 9999999;
  position: relative;
  font-style: italic;
  opacity: 0.9;
}
.cms-club-page .cover.bg-img {
  text-align: center;
  margin-bottom: 30px;
}
.cms-club-page .cover.bg-img p {
  color: #FFFFFF !important;
  font-size: 24px;
}
.cms-club-page .cover.bg-img img {
  width: 100%;
  max-width: 900px;
  height: auto;
  border-radius: 8px;
}
@media (max-width: 960px) {
  .cms-club-page table > tbody > tr > td {
    display: table-cell !important;
  }
}
.cms-club-page .btn_fixed {
  position: relative;
  transition: all 0.3s ease;
}
.cms-club-page .btn_fixed.sticky {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 0 15px;
  z-index: 100;
  border-radius: 10px;
}
.cms-club-page .button.red {
  font-size: 14px;
  border-radius: 10px !important;
  background: #c41e3a;
  color: white !important;
  border: none;
}
.cms-club-page .offers-section {
  margin-bottom: 40px;
}
.cms-club-page .offers-title {
  text-align: center;
  font-size: 2.5rem;
  color: #1a1a1a;
  margin-bottom: 30px;
  font-weight: 700;
}
.cms-club-page .offers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 629px;
  margin: 0 auto;
  text-align: center;
}
.cms-club-page .offer-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cms-club-page .offer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.cms-club-page .offer-card.featured {
  position: relative;
}
.cms-club-page .offer-card .offer-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #c41e3a;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
}
.cms-club-page .offer-card .offer-image {
  object-fit: cover;
}
.cms-club-page .offer-card .offer-content {
  padding: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cms-club-page .offer-card .offer-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1a1a1a;
}
.cms-club-page .offer-card .offer-description {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
  min-height: 60px;
  text-align: center;
}
.cms-club-page .offer-card .offer-features {
  list-style: none;
  margin-bottom: 20px;
  text-align: center;
  padding-left: 0;
}
.cms-club-page .offer-card .offer-features li {
  font-size: 13px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-bottom: 0;
  color: black;
  padding: 8px 0 1px;
}
.cms-club-page .offer-card .offer-features li::before {
  font-weight: bold;
  margin-right: 10px;
}
.cms-club-page .offer-card .offer-price {
  font-size: 21px;
  font-weight: 700;
  color: #c0302b;
  margin: 19px 0 48px 0;
  text-align: center;
}
.cms-club-page .offer-card .offer-price span {
  font-size: 1rem;
  font-weight: 400;
  color: #c0302b;
}
.cms-club-page .button {
  display: block;
  width: 100%;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cms-club-page .image-section {
  margin: 40px 0;
  text-align: center;
}
.cms-club-page .image-section img {
  width: 100%;
  max-width: 900px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.cms-club-page .advantages-section {
  margin: 50px 0;
}
.cms-club-page .advantages-section .advantages-title {
  text-align: center;
  font-size: 2rem;
  color: #1a1a1a;
  margin-bottom: 40px;
  font-weight: 700;
}
.cms-club-page .advantages-section .advantages-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  background: transparent;
}
.cms-club-page .advantages-section .advantages-grid .advantage-card {
  background: #fef6f6;
  padding: 14px 10px;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease;
  border: 0.2px solid #c41e3a;
  width: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 269px;
}
.cms-club-page .advantages-section .advantages-grid .advantage-card.centered {
  grid-column: span 1;
  justify-self: center;
  width: 48%;
}
.cms-club-page .advantages-section .advantages-grid .advantage-card .advantage-icon {
  margin: 0 !important;
}
.cms-club-page .advantages-section .advantages-grid .advantage-card .advantage-icon img {
  max-width: 100%;
  max-height: 100%;
}
.cms-club-page .advantages-section .advantages-grid .advantage-card h3 {
  font-weight: 700;
  margin-bottom: 12px;
  color: #1a1a1a;
  padding-top: 26px;
  text-align: center;
}
.cms-club-page .advantages-section .advantages-grid .advantage-card p {
  font-size: 13px !important;
  color: black;
  line-height: 1.5;
  padding: 0 !important;
  text-align: center;
}
@media (max-width: 768px) {
  .cms-club-page .advantages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cms-club-page .advantage-card.centered {
    grid-column: span 2;
    width: 100%;
  }
  .cms-club-page .offers-title {
    font-size: 1.8rem;
  }
  .cms-club-page .offer-card {
    margin-bottom: 20px;
  }
  .cms-club-page .cover.bg-img {
    display: none;
  }
  .cms-club-page .floating-button {
    bottom: 20px;
    right: 20px;
    padding: 12px 20px;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .cms-club-page {
    padding: 0;
  }
  .cms-club-page .btn_fixed {
    position: relative;
    padding: 0;
  }
  .cms-club-page .card-club img {
    max-width: 400px;
    width: 77%;
    height: auto;
  }
  .cms-club-page .advantages-grid {
    grid-template-columns: 1fr;
  }
  .cms-club-page .advantage-card.centered {
    grid-column: span 1;
  }
  .cms-club-page .offer-price {
    font-size: 1.6rem;
  }
  .cms-club-page .offer-title {
    font-size: 18px;
    text-align: center;
  }
  .cms-club-page .advantages-grid {
    grid-template-columns: 1fr !important;
    margin: 0 !important;
    max-width: 100% !important;
  }
  .cms-club-page .offer-card .offer-content {
    padding: 16px;
  }
  .cms-club-page .offer-card.featured {
    position: relative;
    margin-top: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1019607843);
    box-shadow: none;
  }
  .cms-club-page .card-club {
    margin: 30px auto 0 !important;
  }
  .cms-club-page .advantages-grid .centered-row {
    display: flex;
    justify-content: center;
    gap: 25px;
    grid-column: 1/-1;
    flex-direction: column;
  }
  .cms-club-page .floating-button {
    padding: 10px 18px;
    font-size: 14px;
  }
}

@media (max-width: 960px) {
  .cms-page-view table > tbody > tr > td {
    display: table-cell !important;
  }
}
/* End - PAGE CLUB CMS */
/*  PAGE GIFT CARD  */
body.product-gift-card .product-info-description-wrapper {
  padding-top: 0;
}

@media (max-width: 767px) {
  body.product-gift-card .product.media {
    padding-top: 0;
  }
}
/* End - PAGE GIFT CARD */
/*  STATUS PRE RESERVATION  */
.status-preorder .mo-category-row__actions {
  flex-direction: column;
  gap: 5px;
  align-items: end;
}

.product-preorder-section button {
  border: 0 !important;
}

/*  PAGE TRIP  */
.trip-list .mo-topTitle {
  padding-left: 20px;
}
@media (max-width: 1024px) {
  .trip-list .mo-topTitle {
    padding-left: 0;
  }
}
.trip-list .mo-topTitle h1 {
  padding-left: 0 !important;
}
.trip-list .mo-topTitle p {
  font-weight: 300;
  display: inline-block;
  margin: 10px 0 0;
}
.trip-list .top-section.ax-filters-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .trip-list .top-section.ax-filters-mobile {
    display: flex;
  }
}
@media (max-width: 1024px) {
  .trip-list .info-blk .top-sec h3 {
    display: block !important;
  }
}

@media (max-width: 1024px) {
  header nav > ul {
    z-index: 5;
  }
  .highlight.content-blk.search-result-description p {
    margin-bottom: 4px;
  }
  a.tp-banner .stars-container .star {
    width: 25px;
    height: 25px;
  }
  footer.site-footer .section-bloc-footer .ax-section-bloc h3 {
    font-size: 22px;
  }
  header nav > ul > li.dropdown {
    background-position: 98% 30px;
  }
  .product-header .product-logo {
    width: 15.28%;
  }
}
@media (max-width: 960px) {
  .product-header .product-logo {
    width: 11.28%;
  }
  .product-header .product-title-area .product-meta .price-mobile {
    display: block;
    padding-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    color: #090909;
  }
  .product-section .col-right .form-block .product-info-price .price-final_price {
    display: none;
  }
  .badge-adv .product-advantage a {
    display: inline;
  }
  nav#myheader {
    z-index: 3;
  }
  .bloc-sidebar.customer_reviews img.img-1 {
    max-width: 178px !important;
  }
  .product-header .product-title-area .badge-adv {
    display: flex;
    gap: 12px;
  }
  .product-header .product-title-area .product-title .tag-mobile {
    display: inline-flex;
    align-items: center;
  }
  .product-header .product-title-area .product-title .tag-mobile.tag-premium {
    color: #0c0c0c !important;
  }
  .product-header .product-title-area .product-title .tag-mobile.tag-premium svg {
    border-radius: 50%;
    border: 1px solid #0c0c0c;
    width: 13px;
    height: 13px;
    margin-left: 4px;
    fill: #0c0c0c;
  }
  .product-section .col-right.active .form-block {
    position: fixed;
    top: 88px;
    left: 0;
    width: 100%;
    height: calc(100% - 88px);
    background: #ffffff;
    overflow-y: auto;
    padding: 0 13px 44px;
    box-shadow: none;
    z-index: 9;
  }
  .nav-click {
    top: 5px;
    right: 10px;
  }
  .breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
  }
  .listings-section .col-right.trip-list {
    padding: 0 20px 0 20px !important;
  }
  .listings-section .col-right .title-blk {
    padding: 0 20px 0 20px;
  }
  .product-section .col-left .mobile-booking {
    float: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 2;
    padding: 8px;
    background: #fff;
  }
  .product-section .col-left .mobile-booking a {
    background: #CF3D4A;
    color: white;
    padding: 10px 4px !important;
  }
  .container .col-right .filters-show img {
    display: inline-block !important;
    margin: initial !important;
  }
}
@media (max-width: 960px) and (min-width: 768px) {
  .cms-trip.highlight-trip {
    margin: 0 20px;
  }
  .product-gift-card .product.media {
    width: 100% !important;
  }
  .product-gift-card .product-info-main {
    width: 100% !important;
    float: none;
  }
  .product-gift-card main#maincontent {
    padding-left: 20px;
    padding-right: 20px;
  }
  .product-header .product-meta .product-location {
    width: 100%;
    margin: 10px 0 0;
  }
  .product-detail .product-info {
    display: flex;
    flex-direction: column;
    padding-left: 82px;
  }
}
@media (max-width: 480px) {
  .listings-section .col-right.trip-list {
    padding: 0 !important;
  }
}
.highlight-trip .block-left-trip {
  width: 70%;
  padding: 25px 18px;
  -webkit-box-shadow: 0px 2px 10px rgba(205, 205, 205, 0.7215686275);
  -moz-box-shadow: 0px 7px 26px #EEEEEE;
  box-shadow: 0px 2px 10px rgba(205, 205, 205, 0.7215686275);
  -webkit-box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  text-align: left;
}
@media (max-width: 786px) {
  .highlight-trip .block-left-trip {
    width: 100% !important;
  }
}
.highlight-trip .block-left-trip .column_1 {
  width: 100% !important;
  padding: 0 !important;
  box-shadow: none !important;
  max-height: 424px;
  transition: all 0.3s ease-out;
  margin: 0 !important;
  position: relative;
}
@media (max-width: 480px) {
  .highlight-trip .block-left-trip .column_1 {
    max-height: 407px !important;
  }
}
.highlight-trip .column_2 {
  padding: 21px 18px !important;
}
@media (max-width: 768px) {
  .highlight-trip .column_2 {
    margin-bottom: 61px !important;
  }
}
.highlight-trip .column_2 .raduis-img {
  padding-bottom: 0;
}
.highlight-trip .column_2 .bloc-bottom img {
  width: 44%;
  object-fit: contain;
  padding-bottom: 0 !important;
}
@media (max-width: 768px) {
  .highlight-trip .column_2 .bloc-bottom img {
    width: 22%;
  }
}
.highlight-trip .link-size-small {
  width: 100%;
  text-align: center;
  display: block;
  font-weight: 700;
}
.highlight-trip .link-size-small.less {
  display: none;
}
.highlight-trip .more.link-size-small {
  position: relative;
  margin: 0 auto;
}
.highlight-trip .less.link-size-small {
  position: relative;
  left: 44%;
  top: 0;
}
.highlight-trip.active .column_1 {
  max-height: 20000px !important;
}
@media (max-width: 1024px) {
  .highlight-trip .more.link-size-small {
    left: -9%;
  }
  .highlight-trip .less.link-size-small {
    left: 4%;
  }
}
@media (max-width: 480px) {
  .highlight-trip .more.link-size-small {
    left: -9%;
  }
  .highlight-trip .less.link-size-small {
    left: 29%;
  }
}

.ax-section customblks .blk-bloc .hero {
  padding-top: 88px;
}
.ax-section customblks .blk-bloc .hero .hero-bg {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.ax-section customblks .blk-bloc .hero img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ax-section customblks .blk-bloc .hero h2 {
  color: white;
  margin-bottom: 0;
  font-size: 42px !important;
}
.ax-section customblks .blk-bloc .hero .left-block p {
  color: white;
  font-size: 17px;
}
.ax-section customblks .blk-bloc .hero .left-block h2 span {
  color: #aa9767;
}
.ax-section customblks .blk-bloc .hero .blk-right {
  color: white;
  font-size: 30px;
  line-height: 31px;
  text-align: center;
}
.ax-section customblks .blk-bloc .hero .blk-right p {
  color: white;
  font-size: 16px;
  text-transform: uppercase;
}
.ax-section customblks .blk-bloc .hero .blk-right .italic-text {
  color: #aa9767;
  font-style: italic;
  font-family: auto;
  font-weight: 700;
  font-size: 39px;
  padding-bottom: 7px;
}

.cms-voyage-musical-sur-mesure img, .cms-personalised-music-travel img {
  border-radius: 10px;
}

.cms-voyage-musical-formulaire form#formmusicalstay input {
  border: 1px solid #F4F4F4;
}
.cms-voyage-musical-formulaire input[type=submit] {
  border-radius: 10px;
  margin-top: 14px;
  background-color: #CF3D4A !important;
  border-color: #CF3D4A !important;
}
.cms-voyage-musical-formulaire img {
  border-radius: 10px;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 10px;
  width: 90%;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-size: 14px;
  line-height: normal;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
}
.daterangepicker .drp-calendar.left {
  border-right: none;
}

.daterangepicker .drp-calendar.left, .daterangepicker .drp-calendar.right {
  padding: 10px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 20px;
  width: 20px;
  height: 17px;
  line-height: normal;
  padding: 8px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #CF3D4A;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 4px;
  border: 1px solid #000;
  color: #000;
}
.daterangepicker .drp-buttons .btn:hover {
  background-color: #000;
  color: #fff;
}
.daterangepicker .drp-buttons .btn.cancelBtn {
  color: #CF3D4A;
  border: 1px solid #CF3D4A;
}
.daterangepicker .drp-buttons .btn.cancelBtn:hover {
  background-color: #CF3D4A;
  color: #fff;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker .ranges {
  display: none;
  float: none;
  text-align: left;
  margin: 0;
}
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.daterangepicker .ranges ul li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
  color: #000;
}
.daterangepicker .ranges ul li:hover {
  background-color: #eee;
}
.daterangepicker .ranges ul li.active {
  background-color: #CF3D4A;
  color: #fff;
}
.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
}
@media (max-width: 960px) {
  .daterangepicker .drp-buttons {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
  }
  .daterangepicker .drp-buttons span.drp-selected {
    display: block;
    margin: 0 0 10px;
    text-align: center;
    width: 100%;
  }
  .daterangepicker .drp-buttons button.cancelBtn {
    margin: 0;
  }
  .daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    padding: 4px;
  }
}
/*# sourceMappingURL=maps/styles.min.css.map */
