body {
  font-family: "Mulish", sans-serif;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 1049;
  background: var(--komes-light);
}

.motion {
  animation-name: reveal;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-delay: 1.3s;
}

.animateOnScroll {
  transition: all 0.5s cubic-bezier(0, 0.82, 0.58, 1.05);
}

.shiftLeft {
  transform: translateX(-100px);
}

.shiftBottom {
  transform: translateY(200px);
}

.slideToLeft,
.slideToRight,
.slideToTop {
  animation: translate0 0.6s cubic-bezier(0, 0.82, 0.58, 1.05) forwards;
}

header {
  height: 80px;
}

.header-left {
  display: flex;
  align-items: center;
}

.header-left svg {
  transform-origin: top;
  transform: scale(1.2);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Akzidenz-Grotesk BQ";
  letter-spacing: 0.06em;
}

#logo {
  transition: transform 0.3s linear;
}

#logo img {
  max-height: 80px;
  transform-origin: top;
}

.header-left a:not(.logoLink) {
  height: 40px !important;
  width: 40px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-menu {
  border: none;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 10;
  width: -moz-fit-content;
  width: fit-content;
}

.product_image_area {
  padding: 100px 0;
}

.main-menu > .row {
  width: -moz-fit-content;
  width: fit-content;
}

.socialIcons,
.accessBtns {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  position: absolute;
  z-index: 100;
}

.header-top .top-elements {
  position: relative;
}

.socialIcons {
  left: 0;
}

.accessBtns {
  right: 0;
}

.socialIcons svg,
.accessBtns svg {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border-radius: 50%;
}

.socialIcons svg {
  background: rgba(255, 255, 255, 0.3137254902);
  fill: #ffffff;
  transition: all 0.2s linear;
}

.header-top {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0;
}

#header {
  padding-top: 100px;
}

#header.header-scrolled {
  padding: 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.0196078431);
}

#header.header-scrolled .nav-menu > li {
  border: none;
}

#header.header-scrolled #logo {
  transform: scale(0);
}

#mobile-nav-toggle {
  float: right;
  z-index: 999;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

.nav-menu a {
  padding: 0 8px 0px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu > li {
  float: left;
}

.line-up {
  max-height: 600px;
}

.home-about-area .primary-btn {
  margin-bottom: 50px;
}

.primary-btn {
  display: inline-block;
  font-size: 14px;
}

.home-about-area .primary-btn:hover {
  text-decoration: none;
}

.festival-program {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}

.program-card {
  margin-bottom: 50px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.062745098);
}

.program-card * {
  margin: 0;
}

.eventName {
  padding: 10px 0;
  letter-spacing: 0;
}

.program-card .date,
.program-card .location {
  line-height: 24px;
  font-size: 14px;
  opacity: 0.7;
}

.program-card .reservation-btn {
  font-family: "Akzidenz-Grotesk BQ";
  letter-spacing: 0.06em;
}

.program-card .reservation-btn span {
  animation: shake;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

.program-card:nth-of-type(2) .reservation-btn span {
  animation-delay: 1s;
}

.program-card:nth-of-type(3) .reservation-btn span {
  animation-delay: 2s;
}
@keyframes shake {
  0% {
    transform: translateX(-10px);
  }
  5% {
    transform: translateX(10px);
  }
  10% {
    transform: translateX(-5px);
  }
  15% {
    transform: translateX(5px);
  }
  20% {
    transform: translateX(0);
  }
}
.program-card img {
  width: 220px;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
}

.program-card-mini img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 2px;
}

.godfather-content {
  margin-bottom: 30px;
}

.godfather-img-container {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.godfather-img-container::before,
.godfather-img-container::after {
  position: absolute;
  z-index: -1;
}

.godfather-img-container::before {
  content: url(./svg/gradient-shape.svg);
  top: 0;
  left: 0;
  transform: translate(-30%, 0%);
}

.godfather-img-container::after {
  content: url(./svg/gradient-shape.svg);
  bottom: 0;
  right: 0;
  transform: translate(30%, -40%) scale(0.6);
  height: 200px;
}

.godfather {
  border-radius: 50%;
  height: 400px;
  border: 10px solid white;
  z-index: 5;
}

.godfather-img-label {
  font-size: 12px;
  opacity: 0.5 !important;
}

.intro-artist {
  font-weight: bold;
  font-size: 1.3rem;
  background: linear-gradient(135deg, #F4A000, #E138FF);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
}

.godfather-section {
  margin-bottom: 80px;
}

.artist-card-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.builder.sourcepreview .row.artist-list-container {
  max-width: 800px;
  margin: 0 auto;
}

.artist-pic {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.name-description h3 {
  text-transform: uppercase;
}

.program-card-img-container {
  position: relative;
}

.program-card-img-container .gradientMask {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000000);
}

.program-card-img-container .gradientMask,
.headline-name {
  position: absolute;
  bottom: 0;
}

.headline-name {
  width: 100%;
}

.headline-name span:nth-of-type(1) {
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 0.05em;
}

.headline-name span:nth-of-type(2) {
  font-weight: 900;
  font-size: 18px;
}

.headline-name {
  display: flex;
  position: absolute;
  align-items: center;
  flex-direction: column;
  color: white;
  padding: 3px;
}

.artist-socials {
  width: 100%;
  text-align: center;
}

.artist-socials a {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.artist-list {
  margin-bottom: 50px;
}

.nav-menu a,
.nav-menu span {
  line-height: 50px;
  font-family: "Akzidenz-Grotesk BQ";
  letter-spacing: 0.06em;
  font-size: 16px;
}

.nav-menu > li {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  margin: 0;
  padding: 0 10px;
}

#mobile-nav ul li a {
  font-family: "Akzidenz-Grotesk BQ";
  letter-spacing: 0.06em;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 24px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  #nav-menu-container {
    display: none;
  }
}
.contact-details {
  color: white;
  font-size: 14px;
}

.contact-details strong {
  margin-right: 10px;
  opacity: 0.5;
  display: inline-block;
}

.contact-details a {
  line-height: 30px;
  color: white;
}

.slider-bg2 {
  height: auto !important;
}

.login-form {
  padding: 50px;
}

.slider-bg2 .row > div {
  margin: 185px auto 0;
  padding: 90px 15px;
  text-align: center;
}

.banner-content {
  position: relative;
  margin-top: 100px;
}

.banner-content p {
  max-width: 515px;
  margin-bottom: 30px;
}

.banner-content h1,
.about-content h1 {
  font-size: 50px;
  font-weight: 600;
  margin: 20px 0;
}

.about-area {
  padding: 100px 0;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

body #mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 100px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  width: 260px;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform 0.4s linear 0.2s;
}

body.mobile-nav-active #mobile-nav {
  transform: translateX(0);
}

.primary-btn.login {
  height: 50px;
  border-radius: 30px;
  display: block;
  margin: 0 0 0 auto;
}

.about-banner .login-form-area .login-form {
  border-radius: 6px;
  box-shadow: none;
}

.login-form-area .login-form .login-footer {
  display: flex;
}

.submit-btn3 {
  height: 50px;
  border-radius: 30px;
}

.mes-informations input::-moz-placeholder {
  opacity: 0.5;
  font-size: 13px;
}

.mes-informations input::placeholder {
  opacity: 0.5;
  font-size: 13px;
}

.section-title {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: 36px;
  text-shadow: 0 0 1px;
  text-transform: capitalize;
}

#mobile-nav-toggle {
  border-radius: 4px;
  padding: 0;
}

.gallery-content::before,
.gallery-content::after {
  position: absolute;
}

.about-content .link-nav {
  display: none;
}

.about-content .link-nav a {
  color: white;
  text-underline-offset: 2px;
}

.banner-area {
  position: relative;
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.banner-area .section-wave,
.reservation-area .section-wave {
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(1px);
}

#partners {
  position: relative;
}

.programmation-block {
  margin-bottom: 25vh;
}

.partner-logo {
  height: 80px;
  margin: 0 20px 20px;
}

.main-partner .logo-size2 {
  height: 110px;
}

.logo-size3 {
  height: 60px;
}

.logo-size1 {
  height: 200px;
}

.main-partner {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.section-gap {
  padding: 100px 0;
}

#partners .section-wave,
#artist-section .section-wave {
  top: 0;
  left: 0;
  width: 100%;
}

.section-wave {
  position: absolute;
}

.banner-area > .container {
  padding-top: 120px;
}

.banner-area .transmission {
  margin-bottom: 10vh;
}

#header .row.banner {
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.partner-content {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.slider-bg2 .row ol {
  justify-content: center;
}

.slider-bg2 .row ol li {
  padding: 0;
}

.custom-control-label::before,
.custom-control-label::after {
  top: 50%;
  transform: translateY(-25%);
}

.xdsoft_datetimepicker .xdsoft_noselect .xdsoft_ {
  display: block;
}

.xdsoft_datetimepicker.xdsoft_inline {
  border: none;
  padding: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  margin: 0;
  width: 315px;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.2;
  background: none !important;
  box-shadow: none !important;
  border: 0px !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  background: none;
  border: none;
  color: #666;
  font-size: 13px;
  text-align: center;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
}

.disponibility .custom-control-label{
  color: var(--text-color);
}

.card.unavailable {
  display: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-family: "Linearicons-Free";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block !important;
  color: #fff !important;
  font-weight: 600 !important;
  content: "\e87a" !important;
  padding: 0;
  margin: 0 10px;
  font-size: 16px !important;
}

.header-top .row {
  margin: 0;
  align-items: center;
}

#logo {
  padding: 0;
}

.about-banner .overlay-bg {
  background: transparent;
}

.nav-menu ul {
  padding: 0;
  overflow: hidden;
}

.nav-menu ul li {
  margin: 0 10px;
}

.nav-menu ul li:first-of-type {
  margin-top: 10px;
}

.nav-menu ul li:last-of-type {
  margin-bottom: 10px;
}

#packLink:hover {
  text-decoration: none;
}

.builder.devpreview .demo .row.pack-section {
  background: no-repeat url(./svg/hands-deco2.svg);
  background-position: center;
  background-size: contain;
  margin-bottom: 100px;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: unset;
}

.validate-email-message {
  font-family: "Mulish", sans-serif;
}

h3.validate-email-message {
  font-size: 20px;
  margin: 40px 0;
}

.product-page-section-title {
  background-color: #f5f5f5;
  text-align: center;
  padding: 3px 10px;
}

.date-display-label {
  display: inline-block;
  width: 80px;
}

#info-reservation-1 {
  padding: 30px;
}

.btn-valider {
  width: 200px;
}

#menu-panier {
  position: relative;
}

.subventionbloc {
  display: none;
}

.footer-logo img {
  max-height: unset;
  height: 100px;
}

.lnr-arrow-right:before {
  content: url(../../assets/terredeblues/svg/seperator.svg);
}

.about-content .lnr {
  margin: 0px 10px;
  font-weight: 600;
  line-height: 1;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.about-content {
  margin-top: 185px;
  padding: 90px 0px;
  text-align: center;
}

.gallery-area {
  overflow: hidden;
}

.gallery-area .filters-content {
  margin-top: 50px;
}

.tarif-name-and-price {
  display: flex;
  width: 100%;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 0 0 30px;
  border-bottom: 1px solid #ddd;
}

.fare-block {
  padding: 20px;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.0823529412);
}

.fare-block b {
  color: unset !important;
  font-size: 1.3rem;
}

.fare-block .card-moins,
.fare-block .card-plus {
  background-color: #f1f1f1;
}

.hiddenDesc {
  margin-bottom: 0;
  max-height: 96px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.readMore.readAllDescription {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: unset;
  margin: 0;
  line-height: unset;
  background: white;
  padding: 0 0 0 3px;
  color: unset;
  width: -moz-fit-content;
  width: fit-content;
}

.readMore.readAllDescription:hover {
  text-decoration: unset;
}

.readAllDescription .readMoreDescription-label {
  color: #00a2ff;
}

.hiddenDesc.fullDescription {
  max-height: unset;
  padding-bottom: 24px;
}

.readMoreDescription-label {
  color: #00a2ff;
}

.xtra {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s linear;
}

.expanded {
  max-height: unset;
  overflow: unset;
}

.single-gallery {
  margin-bottom: 30px;
}

#info-reservation-2 {
  display: none !important;
}

.product-title,
.lieu {
  width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.program-card-mini .product-title,.program-card-mini .lieu {
  width: unset;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.artist-card {
  display: flex;
  width: 300px;
  height: -moz-fit-content;
  height: fit-content;
  flex-direction: column;
  row-gap: 12px;
  height: fit-content;
  position: relative;
}

.artist-name {
  font-size: 30px;
}

.svg-mask {
  position: absolute;
}

.artist-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 80px;
  justify-content: center;
}

.artist-desc {
  padding-top: 50px;
  flex: 1;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .artist-desc {
    padding: 0;
  }
}

#artist-section .artist-desc {
  display: none;
}

.artist-card-full {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 768px) {
  .artist-card-full {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
}

.artist-img {
  width: 100%;
  height: 365px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  -webkit-clip-path: url(#artistClip);
          clip-path: url(#artistClip);
}

@media screen and (max-width: 992px) {
  header .container.main-menu > span {
    line-height: 38px;
  }
  .accessBtns svg {
    background: none;
  }
  .product_slider_img {
    width: 100%;
    display: flex;
    margin: 0 auto 24px 0;
    flex-direction: column;
  }
  .banner-area > .container {
    padding-top: 80px;
  }
  .banner-area {
    background-size: cover;
    height: 80vh;
    min-height: 700px;
  }
  .gallery-col:nth-of-type(3) {
    display: flex;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .xtra .gallery-col:nth-of-type(3) {
    flex-wrap: wrap;
  }
  .xtra .gallery-col:nth-of-type(3) .single-gallery {
    width: 48%;
  }
  .about-content .link-nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .about-content {
    margin-top: 100px;
  }
  .about-banner .decoration {
    display: none;
  }
  .about-banner {
    background-size: cover !important;
  }
  .section-gap {
    padding: 80px 0;
  }
  .delay3,
  .delay2 {
    animation-delay: 0s;
  }
}
@media screen and (max-width: 768px) {
  .partner-logo {
    height: 60px;
  }
  .logo-size1 {
    height: 180px;
  }
  .main-partner .logo-size2 {
    height: 100px;
  }
  .logo-size3 {
    height: 50px;
  }
  .artist-pic {
    width: 150px;
    height: 150px;
  }
  .hiddenDesc {
    font-size: 14px;
    max-height: 84px;
  }
  .readMore.readAllDescription {
    bottom: -0.25px;
  }
  .xtra .gallery-col:nth-of-type(3) .single-gallery {
    width: 47.5%;
  }
}
@media screen and (max-width: 680px) {
  .godfather-img-container::before {
    transform: translate(-20px, -10%);
  }
  .godfather-img-container::after {
    transform: translate(20%, -40%) rotate(320deg) scale(0.6);
  }
}
@media screen and (max-width: 650px) {
  .gallery-content::after {
    transform: translate(0%, 50%);
  }
  .gallery-content::before {
    transform: translate(0%, -70%);
  }
}
@media screen and (max-width: 575px) {
  .banner-content h1,
  .about-content h1 {
    font-size: 40px;
  }
  .xtra .gallery-col:nth-of-type(3) {
    flex-wrap: nowrap;
  }
  .xtra .gallery-col:nth-of-type(3) .single-gallery {
    width: unset;
  }
  .gallery-col:nth-of-type(3) {
    flex-direction: column;
    -moz-column-gap: unset;
         column-gap: unset;
  }
  .name-description h3 {
    font-size: 20px;
  }
  .hiddenDesc {
    font-size: 13px;
    margin-bottom: 12px;
    max-height: 76px;
  }
  .readMore.readAllDescription {
    bottom: -2px;
  }
  .artist-pic {
    width: 100px;
    height: 100px;
  }
  .artist-list-container h2 {
    margin: 0 auto;
  }
  .godfather {
    width: 300px;
    height: 300px;
  }
  .section-gap {
    padding: 50px 0;
  }
  .section-title {
    margin: 0 auto;
  }
  .hero.primary-btn,
  .home-about-area .primary-btn {
    display: block;
    margin: 0 auto;
  }
  .home-about-area .primary-btn {
    display: block;
    margin: 0 auto 50px;
  }
  .list li {
    font-size: 13px;
  }
  .date-display-label {
    display: inline-block;
    width: 70px;
  }
  .godfather-img-container {
    margin-bottom: 30px;
  }
  .godfather-img-container::before {
    transform: translate(-45px, -10%) scale(0.9);
  }
  .godfather-img-container::after {
    transform: translate(30px, -40%) scale(0.6);
  }
  .contact-details p.mb-0,
  .contact-details p span {
    display: none;
  }
  .contact-details p {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .contact-details p a {
    line-height: 40px;
    opacity: 0.8;
  }
  .banner-area {
    min-height: 640px;
    height: 90vh;
  }
  .delay1 {
    animation-delay: 0s;
  }
}
@media screen and (max-width: 480px) {
  .banner-content h1,
  .about-content h1 {
    font-size: 36px;
  }
  .section-title {
    font-size: 30px;
  }
  .transmission::after {
    transform: translate(-80%, 50px) rotate(-10deg);
  }
  #logo img {
    transform: translateY(90%) scale(1.4);
  }
  #pack-promo {
    font-size: 20px;
  }
  .contact-details {
    font-size: 13px;
  }
  .programmation-block {
    margin-bottom: 15vh;
  }
}
@media screen and (max-width: 400px) {
  .transmission::after {
    bottom: 0;
    left: 0;
    transform: translate(0, 150%) rotate(-5deg);
  }
}
.bannerDelay1 {
  animation-delay: 0.8s;
}

.bannerDelay2 {
  animation-delay: 1.8s;
}

.bannerDelay3 {
  animation-delay: 2s;
}

.delay1 {
  animation-delay: 0.25s;
}

.delay2 {
  animation-delay: 0.5s;
}

.delay3 {
  animation-delay: 0.75s;
}
@keyframes reveal {
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes translate0 {
  to {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
/*COMMON*/
.login-form-area .login-form .login-heading span {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  display: block;
  text-align: center;
}

.btn {
  border-radius: 30px;
}

#information .btn,
.login-footer .btn,
.card-proceed-buttons .btn {
  padding: 10px 20px;
  border-radius: 30px;
}

.accessBtns a {
  text-decoration: none;
}

.ordersListContainer .no-order-message {
  text-align: center;
}

.s_product_text .product_count {
  padding: 0;
  border: none;
}

.s_product_text .list {
  margin-bottom: 50px;
}

.msg-warning.text-center {
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
  text-align: center;
  padding: 0;
  background-color: #e6bc41;
  color: white;
  font-weight: 500;
  width: 200px;
  line-height: 40px;
}

.eventDescriptionContainer {
  max-height: 250px;
  overflow: hidden;
  position: relative;
}

.readMore {
  display: block;
  text-align: center;
  background: none;
  border: none;
  color: #00a2ff;
  margin: 0 auto 30px;
  width: 100px;
  line-height: 40px;
  cursor: pointer;
  transform: translateY(-30px);
}

.readMore,
.readMore:focus,
.readMore:active {
  outline: none;
}

.readMore:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.eventDescriptionMask {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff);
}

.h-auto {
  max-height: unset;
}

.footer-social a,
.footer-social a:hover {
  color: white;
}

footer {
  background: #1c1c1A;
}

.readMore {
  text-decoration: none;
}

/*# sourceMappingURL=custom_colors.css.map */

#modalReservationPresta .card {
  background-color: var(--background-color);
}