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

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.06em;
}

*, ::before, :after {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

svg {
  vertical-align: middle;
}

.builder .container {
  margin: 0 auto !important;
}

a:hover {
  text-decoration: none !important;
}

* {
  transition: all 0.1s linear;
}

input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus {
  outline: none;
}

button {
  cursor: pointer;
  background: none;
  border: none;
}

input[type=text] {
  -webkit-appearance: none;
  border-radius: 0;
}

input {
  border-radius: 0;
}

input, textarea {
  font-family: unset;
}

:root {
  --tag-height: 22px;
  --taglist-gap: 5px;
}

input::-moz-placeholder, .form-control::-moz-placeholder {
  font-size: 0.85em;
  opacity: 0.5;
}

input::placeholder,
.form-control::placeholder {
  font-size: 0.85em;
  opacity: 0.5;
}

#back-top {
  height: 50px;
  width: 50px;
  right: 31px;
  bottom: 18px;
  position: fixed;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
  box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.3137254902);
  opacity: 0;
  transition: opacity 0.3s linear;
  z-index: 10;
}

#back-top path {
  fill: #fff;
}

button {
  border-radius: 30px;
}

.primary-btn {
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  width: 100%;
  display: block;
  padding: 10px;
  font-weight: 600;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1555;
}

#header * {
  font-size: 14px;
}

.header-top,
.nav-menu {
  display: flex;
  align-items: center;
}

.header-top {
  padding: 5px 20px;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.header-bottom {
  padding: 5px 20px;
  position: relative;
}

.nav-menu {
  -moz-column-gap: 30px;
       column-gap: 30px;
  width: -moz-fit-content;
  width: fit-content;
}

.header-top-left {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.header-top {
  background: var(--header-color);
}

#search-container {
  height: 40px;
  max-width: 400px;
  border-radius: 30px;
  position: relative;
  display: flex;
  overflow: hidden;
  flex: 1;
}

#search-filter-btn {
  display: flex;
  align-items: center;
  border-radius: 0;
  padding-left: 16px;
}

.search-filter-btn-label {
  font-weight: 600;
}

#search {
  display: block;
  width: 100%;
  padding: 0 40px 0 10px;
}

#engage-search {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

#search-icon {
  stroke-width: 0.8;
}

#header ul {
  margin-bottom: 0;
}

.discovery-pages {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.discovery-pages-list-item {
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}

#full-nav-container {
  width: 100%;
  height: calc(100vh - 110px);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 100%);
}

#full-nav {
  width: 300px;
  height: 100%;
  overflow: auto;
  scrollbar-width: thin;
  transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  padding: 0 20px;
}

#full-nav.slideout {
  transform: translateX(-120%);
}

.full-nav-submenu-item a {
  display: block;
  width: 100%;
}

.full-nav-category-container {
  padding: 24px 0;
}

#full-nav-toggle {
  padding: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0;
  height: 21px;
  background-color: unset !important;
}

.full-nav-category {
  text-transform: uppercase;
  opacity: 0.7;
  margin: 0 0 8px;
}

.full-nav-submenu-item {
  line-height: 30px;
}

.accessBtns {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

header .secondary-btn {
  white-space: nowrap;
}

/* LOGO */
#logo {
  height: 70px;
  width: auto;
}

#logo img {
  height: 100%;
}


#header .secondary-btn {
  font-weight: 600;
}

#mobile-nav-toggle {
  display: none;
}

.loggedUser {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  border-radius: 50%;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.main-menu a {
  display: inline-block;
}

.loggedUser {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  border-radius: 50%;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.loggedUser:hover {
  background-color: white;
  text-decoration: none;
}

#count-card {
  left: 50%;
  bottom: -10%;
  color: white;
  font-size: 13px;
  width: 22px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  position: absolute;
  border-radius: 50%;
}

#parametre-mobile {
  padding: 16px 12px;
  border-radius: 4px;
  margin-top: 8px;
  display: none;
}

#select-devise-display-mobile {
  margin-bottom: 10px;
  line-height: 40px;
  position: relative;
}

.flag-container.mobile {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.flag-container.mobile img {
  height: 40px;
  width: auto;
}

.flag-container.mobile .dropdown-item {
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  margin-top: 0;
}

.mobile-nav-section-title {
  display: none;
}

.full-category-link {
  display: none;
}

.full-nav-submenu {
  height: 0;
  overflow: hidden;
  display: block;
}

.full-nav-submenu-item a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.full-nav-category svg {
  display: none;
}

.full-nav-logo,
.close-full-nav,
.full-nav-section-title,
#full-nav .discovery-pages,
.full-nav-section-wrapper.parameters,
.full-nav-section-wrapper.community {
  display: none;
}

.acc-mobile, .accessBtns .card-stor {
  display: none;
}

@media screen and (max-width: 1200px) {
  #full-nav-toggle {
    width: 40px;
  }
  #full-nav-toggle span {
    display: none;
  }
  .discovery-pages-list-item a {
    font-size: 13px;
  }
}
@media screen and (max-width: 992px) {
  #mobile-nav-toggle {
    display: unset;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
  }
  .full-category-link {
    display: unset;
  }
  .full-nav-submenu-item,
  .full-nav-category {
    line-height: 40px;
  }
  .full-nav-category {
    margin: 0;
    position: relative;
    padding-right: 45px;
    opacity: unset;
  }
  .full-nav-submenu {
    padding-left: 10px;
  }

  .full-nav-submenu.expanded {
    display: block;
  }
  .full-nav-category {
    cursor: pointer;
    text-transform: unset;
  }
  .full-nav-category svg {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .full-nav-category.expanded ~ .full-nav-submenu {
    display: block;
    height: 100%;
  }
  .full-nav-category.expanded svg {
    transform: translateY(-50%) rotate(180deg);
  }
  .full-nav-category-container,
  .discovery-pages-list-item {
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.062745098);
  }
  #full-nav .discovery-pages {
    display: unset;
  }
  .discovery-pages-list-item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .full-nav-category-container:not(:last-of-type) {
    border: none !important;
  }
  .discovery-pages,
  .accessBtns .secondary-btn {
    display: none;
  }
  #full-nav-container {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    transform: unset;
  }
  #full-nav {
    margin-left: auto;
    padding: 0 20px 30px;
    position: relative;
    scrollbar-width: none;
  }
  #full-nav.slideout {
    transform: translateX(120%);
  }
  .header-bottom {
    width: 0;
    height: 0;
    padding: 0;
  }
  #full-nav-toggle,
  .main-menu {
    display: none;
  }
  .full-nav-top {
    display: block;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    margin-bottom: 20px;
    z-index: 5;
  }
  .full-nav-logo {
    display: block;
    height: 50px;
  }
  .full-nav-logo img {
    height: 100%;
  }
  .close-full-nav {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .full-nav-section-title {
    text-transform: uppercase;
    display: block;
    margin: 0 0 4px;
    font-weight: 700;
  }
  .full-nav-section-wrapper {
    margin-bottom: 30px;
  }
  .full-nav-section-wrapper.parameters,
  .full-nav-section-wrapper.community {
    display: block;
  }
  .full-nav-section-wrapper .secondary-btn {
    width: 100%;
    line-height: 44px;
    padding: 0;
  }
  .community .full-nav-section-title {
    margin-bottom: 16px;
  }

  .menu-right {
    display: none !important;
  }

  .acc-mobile {
    display: block;
  }

  .accessBtns .card-stor {
    display: flex;
  }

  .partner-link {
    display: none;
  }

  .header-region {
    display: inline !important;
  }

  .header-region-label {
    position: unset !important;
  }
}
@media screen and (max-width: 575px) {
  .header-top {
    padding: 5px 10px;
  }
}
.item-loading {
  text-align: center;
}

.about-banner-card {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: unset !important;
  background: linear-gradient(var(--secondary-color),var(--primary-color)) !important;
  height: 145px;
}

#card-recap .card-name-form {
  margin: 0 auto 20px;
  max-width: 500px;
}

#card-recap .myforminfos .form-group {
  width: 50%;
  margin: 0 5px;
}

#card-recap .myforminfos .card-body {
  display: flex;
  padding: 10px;
}

.btn {
  border-radius: 0;
  padding: 15px 30px;
  min-width: 150px;
  overflow: hidden;
}
.eventProduct .date {
  margin-bottom: 0;
}

.cancelled-event,
.cancelled-event-flag {
  width: 100%;
  background: #d8000d;
  color: white;
  text-align: center;
}

.priceLabelAndText.cancelled-event-flag,
.prices.cancelled-event-flag {
  display: flex;
  height: 30px;
  justify-content: center;
  align-items: flex-end;
  box-shadow: 0 10px #d8000d;
}

.eventProduct .prices.cancelled-event-flag,
.eventCard .prices.cancelled-event-flag {
  width: 100%;
}

.reported-event-flag {
  line-height: 35px;
  color: white;
  text-align: center;
  background: #e2b11d;
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 100%;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1882352941);
  font-size: 13px;
}

.date {
  font-size: 13px;
  opacity: 0.5;
  display: none;
}

.date.on,
.orga.on {
  display: flex;
}

.orga {
  display: none;
  font-size: 0.95em;
  margin-bottom: 4px;
}

.inStore,
.outOfStock {
  font-size: 14px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 0;
  border-radius: 30px;
  position: relative;
  text-transform: capitalize;
  font-weight: bold;
}

.inStore {
  color: #00b300;
}

.outOfStock {
  color: red;
}

.outOfStock::after,
.inStore::after {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(105%, -50%);
}

.inStore::after {
  content: url(/assets/templates_common/svg/in-store.svg);
}

.outOfStock::after {
  content: url(/assets/templates_common/svg/out-of-stock.svg);
}

.s_product_text .eventDescription p {
  margin-top: 0;
  padding: 0;
}

.s_product_text .input-number {
  display: inline-block;
  width: 40px;
}

.postponed {
  font-size: 13px;
  text-decoration: line-through;
}

.postponedDate {
  font-weight: 400;
  display: flex;
  width: 100%;
  background: rgba(226, 177, 29, 0.0941176471);
  color: #e2b11d;
  border: 1px solid;
  padding: 15px 10px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.warning-svg,
.cancelled-svg {
  margin-right: 4px;
  float: left;
}

.warning-svg {
  fill: #e2b11d;
  margin-right: 4px;
}

.postponedDate img {
  height: -moz-fit-content;
  height: fit-content;
}

.cancelled-svg {
  fill: white;
}

.cancelled-event {
  padding: 15px 10px;
}

.textDate {
  text-transform: capitalize;
}

.line-through {
  text-decoration: line-through;
}

.eventDateText svg {
  margin: 0 4px 5px 0;
}

.grid__item {
  float: unset !important;
  width: unset !important;
  font-family: unset !important;
  font-size: unset !important;
  padding: 0 !important;
}

.s_product_text .details-page-block {
  font-weight: bold;
  text-transform: uppercase;
  border-top: 1px dotted #d5d5d5;
  line-height: 45px;
}

.bg-degrader {
  background: linear-gradient(var(--secondary-color),var(--primary-color)) !important;
}

@media screen and (max-width: 992px) {
  .s_product_text .details-page-block {
    text-align: center;
  }
}
.s_product_text .product_count {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  justify-content: flex-start;
}

@media screen and (max-width: 992px) {
  .s_product_text .product_count {
    justify-content: center;
  }
}
.s_product_text p {
  margin: 20px 0;
}

.lSGallery {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.card-num::-webkit-outer-spin-button,
.card-num::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.card-num {
  -moz-appearance: textfield;
  pointer-events: none;
}

@media screen and (max-width: 992px) {
  .lSGallery {
    flex-direction: column;
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .lSGallery {
    flex-direction: unset;
    margin-left: unset;
    width: 100%;
  }
}
.add-img-container {
  display: inline-block;
  width: 25%;
  aspect-ratio: 1;
  cursor: pointer;
  overflow: hidden;
  margin: 0 0 5px 0;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .add-img-container {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .add-img-container {
    width: 25%;
  }
}
#cardform {
  flex: 1;
  max-width: 500px;
}

@media screen and (max-width: 992px) {
  #cardform {
    max-width: unset;
  }
}
#cardform .social_icon {
  width: 100%;
  display: none;
}

@media screen and (max-width: 992px) {
  #cardform .social_icon {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 575px) {
  #cardform .social_icon {
    flex-direction: column;
  }
}
#cardform ul {
  width: 100%;
}

.s_product_text .add_to_cart {
  margin: 25px 0 50px;
}

.lslide {
  width: 100%;
  margin: 0 0 5px 0;
}

.product_slider_img .social_icon {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 100px;
  padding: 12px;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .s_product_text .add_to_cart {
    text-align: center;
  }
  .product_slider_img .social_icon {
    margin-bottom: 16px;
  }
}
.product_slider_img .social_icon a {
  display: inline-block;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  margin: 0 5px;
}

.product_slider_img .social_icons i {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 0 5px;
}

.eventDescriptionMask {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.eventDescriptionContainer {
  margin-top: 10px;
  max-height: 180px;
  overflow: hidden;
  position: relative;
}

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

.readMore {
  color: #007bff;
  text-decoration: underline;
  text-underline-offset: 2px;
  padding: 10px 20px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  display: block;
  margin: 0 auto;
  transform: translateY(-80%);
  transition: unset;
}

.ty-40 {
  transform: translateY(40%);
}

.readMore:focus {
  outline: none;
}

.social-icon-head {
  font-weight: 500;
}

.product_slider_img .social_icon i,
.product_slider_img .social_icon svg {
  vertical-align: middle;
}

.product_slider_img .social_icon .fb {
  background-color: #3b5998;
}

.product_slider_img .social_icon .tw {
  background-color: #55acee;
}

.product_slider_img .social_icon .ig {
  background: no-repeat url(/assets/images/ig_background.png);
  background-size: cover;
}

.product_slider_img .social_icon .wa {
  background-color: #00a821;
}

.s_product_text .social-icon-head {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 20px 0;
  padding: 0;
}

@media screen and (max-width: 575px) {
  .s_product_text .social-icon-head {
    margin-bottom: 16px;
  }
}
.ticket-desc {
  width: 100%;
  padding: 5px 10px;
}

.s_product_text .ticketTitle {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  font-weight: 600;
}

.tarifPromoBlock .fare {
  font-size: 24px;
  font-weight: 600;
}

.fareDescription {
  font-size: 0.8em;
  padding-right: 10px;
  margin: 4px 0;
  padding: 5px;
}

.fareGridRow.head span {
  text-transform: uppercase;
  opacity: 0.6;
  font-size: 0.85em;
}

.fareGridRow .select-quantity::-webkit-outer-spin-button,
.fareGridRow .select-quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.fareGridRow .select-quantity {
  -moz-appearance: textfield;
  text-align: center;
}

.eventDateText {
  font-weight: 400;
}

.eventDateText:not(.postponedDate) {
  opacity: 0.5;
}

.fareGridRow {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 120px 1fr;
  grid-template-rows: 50px;
  align-items: center;
  padding: 0 10px;
  position: relative;
}

.s_product_text .faresTitle {
  text-transform: uppercase;
  border-top: 1px dotted #d5d5d5;
  font-size: 15.5px;
  line-height: 45px;
  margin-bottom: 20px;
  font-weight: 700;
}

#vertical {
  width: 100%;
}

@media screen and (max-width: 992px) {
  #vertical {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  #vertical {
    flex-direction: column;
  }
}
.breadcrumb {
  margin-bottom: 50px;
}

@media screen and (max-width: 550px) {
  .breadcrumb {
    margin-bottom: 20px;
  }
}
#imgModal {
  align-items: center;
  justify-content: center;
  z-index: 200 !important;
  background: rgba(0, 0, 0, 0.8);
}

#imgModal .close {
  top: 20px;
  right: 20px;
  position: absolute;
  opacity: 1;
  border: 1px solid #fff;
}

@media screen and (max-width: 550px) {
  #imgModal .close {
    top: unset;
    right: 50%;
    bottom: 50px;
    transform: translateX(50%);
    margin-bottom: 0;
  }
}
.imgModal-img-container {
  width: 95%;
  max-width: 700px;
  aspect-ratio: 1;
}

#mainImg {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
}

.s_product_text > span {
  font-size: 14px;
  opacity: 0.5;
  text-transform: uppercase;
}

.imgPromoBlock, .imgPromoBlockBig {
  position: absolute;
  background: red;
  top: 10px;
  right: 0;
  color: white;
  z-index: 1;
  text-align: center;
}

.imgPromoBlockBig {
  top: 1px;
  right: 1px;
  width: 60px;
  line-height: 40px;
}

.product_slider_img {
  width: 450px;
  margin-right: 50px;
}

@media screen and (max-width: 1200px) {
  .product_slider_img {
    width: 350px;
  }
}
.s_product_text .card_area {
  padding: 20px 0;
}

.additional-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1;
}

.associatedProducts h2 {
  font-size: 24px !important;
  font-weight: 600;
  color: unset !important;
  text-align: center;
  background: none !important;
  padding: 30px;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 580px) {
  .associatedProducts h2 {
    padding: 30px 0;
  }
}
#info-reservation-1 {
  margin-top: 80px;
  position: relative;
}

#info-reservation-1 h3 {
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 auto 20px;
  font-family: unset;
  font-weight: 700;
}

#billet-container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

.faresList {
  margin: 10px auto 30px;
  width: 100%;
  padding: 10px;
  max-width: 500px;
  position: relative;
}

.row.multidateEventBlock {
  margin-bottom: 50px !important;
}

.subEventImg {
  width: 80px;
  height: 80px;
  margin-right: 10px;
}

.subEventTitle,
.subEventDetails .textDate {
  font-size: 14px;
}

.subEventDetails {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
}

.subEventBtn {
  padding: 0;
  display: block;
  text-align: center;
  line-height: 40px;
  width: 100%;
  font-size: 13px;
}

.billet-info-title {
  font-size: 1rem;
  line-height: 30px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  padding: 0 12px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

input.form-control::-moz-placeholder {
  opacity: 0.5;
}

input.form-control::placeholder {
  opacity: 0.5;
}

#reservation-1-retour {
  position: absolute;
  left: 50%;
  right: 0;
  height: 50px;
  width: 50px;
  transform: unset;
  font-size: 16px;
  border-radius: 0;
  background: none;
  border: none;
}

#reservation-1-retour {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transform: translate(-50%, 150%);
  font-size: 0.8em;
  border-radius: 0;
  background: none !important;
  border: none;
  color: var(--primary-color);
}

.product_image_area {
  padding-bottom: 100px;
}

.swiper-controls {
  color: var(--primary-color);
  
}

.swiper-controls:hover {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 15%;
}

.incentive-detail-page {
  border-top: 1px solid;
}

.detailsTop {
  display: flex;
  margin-bottom: 5px;
}

.warning-message {
  color: #ffc107;
  line-height: 50px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 130px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

#modalCartShort {
  position: fixed;
  width: 360px;
  height: 100%;
  right: 0;
  left: inherit;
  background-color: transparent;
  z-index: 200;
  padding-top: 100px;
}

@media screen and (max-width: 585px) {
  #modalCartShort {
    width: 100%;
    padding: 0;
    background: rgba(0, 0, 0, 0.5647058824);
  }
}
#modalCartShort .row {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3137254902);
  transform: translateX(100%);
  transition: transform 1s cubic-bezier(0, 0.88, 0.21, 0.99);
}

@media screen and (max-width: 585px) {
  #modalCartShort .row {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
#modalCartShort .mtotal {
  line-height: 50px;
  width: 100%;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: 0.5px;
}

#modalCartShort .card-body::-webkit-scrollbar {
  width: 8px;
}

.card-header h3 {
  font-size: 1rem;
  padding-left: 15px;
  font-weight: 400;
}

#modalCartShort .card-body {
  max-height: 500px;
  padding: 0;
  overflow: auto;
}

#modalCartShort .card-body ul {
  margin: 0;
  padding: 0 10px;
}

#modalCartShort .card-body li {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: space-between;
}

.short-cart-delete {
  position: absolute;
  right: 0px;
  top: 0;
  width: 40px;
  line-height: 40px;
  text-align: center;
}

.nav-menu li:hover > a {
  color: var(--secondary-color) !important;
}

#modalCartShort .form-cart-image {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
}

.cart_inner {
  background: none;
  padding: 30px;
}

#modalCartShort .form-cart-name,
#modalCartShort .form-cart-item {
  padding-left: 125px;
}

#modalCartShort .form-cart-name {
  display: flex;
  flex-direction: column;
}

#modalCartShort .form-cart-item {
  display: grid;
  grid-template-columns: 1fr 100px;
  grid-template-rows: 24px 24px;
  grid-template-areas: "qtyText qtyValue" "subtotal subtotal";
}

#modalCartShort .subTotal,
#modalCartShort .qttxt {
  opacity: 0.5;
  font-size: 13px;
}

#modalCartShort .qttxt {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: qtyText;
  text-align: right;
}

#modalCartShort .qtselect {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: qtyValue;
  font-weight: 500;
}

#modalCartShort .qttotal {
  display: flex;
  justify-content: space-between;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: subtotal;
}

#modalCartShort .card-footer {
  border-top: none;
  display: flex;
  justify-content: center;
  background: none;
  padding: 10px;
}

#modalCartShort .subTotal {
  width: calc(100% - 100px);
  text-align: right;
}

#modalCartShort .qtselect, #modalCartShort .card-total {
  text-align: right;
}

.modal-product-name {
  width: calc(100% - 40px);
}

.modal-product-name,
.modal-variant-name {
  display: inline-block;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#modalCartShort .eFare {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 8px;
}

.unset .eFare {
  margin-top: 0;
}

.close-modal-short {
  position: absolute;
  right: 0;
  border: none;
  outline: none;
  top: 0;
  background: transparent;
  cursor: pointer;
}

.theevent-tickets-next .btn-tertiary {
  position: absolute;
  left: 0;
}

.mainContainer .theevent-tickets-next button {
  height: 40px;
  width: 250px;
}

.closePaymentProcess {
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 0;
  position: absolute;
  top: -60px;
  right: 20px;
  font-size: 2rem;
  color: black;
  background: none;
  border: none;
  transition: text-shadow 0.15s linear;
  cursor: pointer;
}

#modalCart {
  overflow: unset;
}

#modalCart .card {
  max-width: 900px;
  margin: 0 auto;
  border: none;
  background: none;
  box-shadow: none;
}

.paiement .btn-tertiary {
  background-color: transparent !important;
}

#card-recap .btn.back-button {
  box-shadow: none;
  background: none;
  /*color: var(--primary-color);*/
}

#card-recap .btn {
  display: inline-block;
  padding: 5px 15px;
  font-size: 13px;
  line-height: 40px;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  #modalCart .card {
    width: 100%;
    margin: 0 auto;
  }
}
#modalCart .card:not(#modalCart .myforminfos .card) {
  width: 95%;
}

.card .infos-card-title {
  font-size: 1.2rem;
  font-weight: 500;
  max-width: 950px;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
}

#modalCart .card .mainContainer {
  padding: 0;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #modalCart .card .mainContainer {
    border-radius: 0;
  }
}
@media screen and (max-width: 575px) {
  #modalCart .card .mainContainer {
    box-shadow: none !important;
  }
}
.cartFormTitle {
  line-height: 50px;
  padding-left: 30px;
}

.card-login-form, .delivery_select, .feesCard .row {
  max-width: 500px;
  margin: 0 auto !important;
}

.form-alert {
  max-width: 450px;
  margin: 0 auto;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.mainContainer .theevent-tickets-next {
  padding: 30px 0;
}

@media screen and (max-width: 575px) {
  .mainContainer .theevent-tickets-next {
    border: none !important;
  }
}
.mainContainer .confirm .theevent-tickets-next {
  border: none !important;
}

.cgv-validate {
  cursor: pointer;
  font-size: 13px;
}

.theevent-tickets-next .btn-tertiary {
  position: absolute;
  left: 0;
}

@media screen and (max-width: 768px) {
  .theevent-tickets-next .btn-tertiary {
    position: relative;
    margin-top: 30px;
  }
}
.mainContainer .theevent-tickets-next button {
  height: 40px;
  width: 250px;
}

.payment_infos {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#modalCart #card-button {
  width: 330px;
}

.paymentValue {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 80px;
}

#modalCart .btn.btn-primary {
  width: 250px;
  height: 40px;
  display: inline-block;
  padding: 0;
}

.card-name-form .myforminfos .card-body {
  padding: 10px 0;
}

.paiement label {
  height: 35px;
  position: relative;
  color: #8798AB;
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
}

#modalCart .back-btn-label {
  display: none;
}

@media screen and (max-width: 950px) {
  .theevent-tickets-next.myforminfos.text-center {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .theevent-tickets-next-payment {
    text-align: center;
  }
}
.theevent-tickets-next .btn {
  margin-top: 10px 0;
}

.payment-status {
  font-family: unset;
}

#card-recap {
  position: relative;
}

#card-recap .container {
  overflow: hidden;
  transition: opacity 0.1s linear;
}

#modalCart {
  transition: opacity 0.1s linear;
}

.card-total em {
  font-style: normal;
}

#bt_payment {
  cursor: auto;
  cursor: pointer;
}

#bt_payment:hover::before {
  display: none;
}

#mycard {
  margin-bottom: 8px;
}

#mycard a {
  color: #007bff;
  line-height: 24px;
  font-size: 13px;
}

.tableHeader p {
  text-transform: uppercase;
  font-size: 0.9rem;
}

.tableHeader {
  display: grid;
  grid-template-columns: 1fr 120px 80px 30px;
  height: 30px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}

#mycard .cartitem {
  display: grid;
  grid-template-rows: auto;
  padding: 10px 0;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

#mycard .cartitem.plus-subv {
  display: grid;
  grid-template-areas: "recap-left recap-middle recap-right" " subv subv sub";
}

#mycard .cartitem.plus-subv .form-cart-image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: recap-left;
}

#mycard .cartitem.plus-subv .form-cart-data {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: recap-middle;
}

#mycard .cartitem.plus-subv .form-cart-delete-container {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: recap-right;
}

#card-recap .price {
  display: inline-block;
  width: 80px;
  margin-left: 5px;
  text-align: right;
}

#mycard .qttotal,
#mycard .qtselect {
  margin: 0;
}

#mycard .form-cart-name > div[class=""] {
  display: none;
}

#mycard .cartitem .form-cart-data {
  display: grid;
  grid-template-columns: 1fr 200px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

#mycard .cartitem .form-cart-calculations {
  display: grid;
  grid-template-columns: 120px 80px;
  justify-content: space-between;
}

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

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

#mycard .form-cart-image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 1;
}

.form-cart-image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

#mycard .form-cart-delete-container {
  width: 30px;
  text-align: center;
  cursor: pointer;
}

#mycard .qtselect span {
  display: inline-block;
  line-height: 40px;
  width: 40px;
  text-align: center;
}

.s_product_text .product_count {
  padding: 5px;
}

.s_product_text .product_count span {
  width: 40px;
  display: inline-block;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

.card-plus, .card-moins {
  cursor: pointer;
}

#mycard .form-cart-quantity,
#mycard .form-cart-amount,
#mycard .form-cart-name,
#mycard .form-cart-delete-container {
  display: flex;
  align-items: center;
}

#mycard .form-cart-delete-container .form-cart-delete {
  display: inline-block;
  line-height: 40px;
  width: 30px;
  position: absolute;
  top: 0;
  right: 0;
}

#mycard .form-cart-name {
  flex-direction: column;
  align-items: flex-start;
}

#mycard .form-cart-quantity {
  justify-content: center;
  position: relative;
}

#mycard .form-cart-amount {
  justify-content: flex-end;
}

.card-recap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-right: 40px;
}

.card-recap p {
  line-height: 30px;
  margin: 0;
  font-weight: bold;
  font-size: 1rem;
}

.card-recap p, #mycard em {
  font-size: 1rem;
}

.card-proceed-buttons {
  display: flex;
  justify-content: space-between;
}

.resetCart {
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  border: 1px solid transparent;
  line-height: 38px;
}

.resetCart:hover {
  text-decoration: none;
}

.resetCart svg,
.resetCart span {
  font-size: 0.8rem;
}

.table-responsive {
  position: relative;
}

.loadingCircle {
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 3px solid white;
  border-radius: 50%;
  border-bottom: none;
  border-right: none;
  animation: infinitespin 1s infinite linear;
}

.insta-img-container-sn-link {
  display: none;
}

#mycard .cartitem {
  grid-template-columns: 120px 1fr 30px;
}

.main-menu a:hover {
  text-decoration: none;
  color: var(--secondary-color) !important;
}

.fareRecapLine {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "count count" "fname lname";
  -moz-column-gap: 5px;
       column-gap: 5px;
  width: 100%;
  padding: 0 10px;
}

.fareRecapLine label {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: count;
  font-weight: bold;
  font-size: 0.9em;
  margin-bottom: unset;
}

.fareRecapLine .prenom_billet {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: fname;
}

.fareRecapLine .nom_billet {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: lname;
}

.fareHeader * {
  font-size: 0.8em;
}

.eFare {
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 0.8rem;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}

#card-recap .eFare {
  margin: 0 0 8px;
}

#mycard .editTicketsBlock {
  max-width: 500px;
  margin: 12px auto 12px 0 !important;
  padding: 5px;
}

.emptyCartMessage {
  margin: 50px auto;
  width: 95%;
  max-width: 330px;
  padding: 10px 50px;
  text-align: center;
}

.notifyjs-bootstrap-base, .emptyCartMessage {
  color: #856404;
  font-weight: 400 !important;
  font-size: 14px !important;
  background: #ffe799;
}

#mycard .subvention-recap {
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 0;
  padding: 10px 5px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  font-weight: bold;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: subv;
}
@keyframes infinitespin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 992px) {
  .minimumText {
    display: inline-block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .tableHeader .qtyHeaderText {
    display: none;
  }
  .tableHeader {
    display: grid;
    grid-template-columns: 1fr 100px 30px;
  }
  #mycard .cartitem .form-cart-data {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 42px;
    justify-content: start;
    row-gap: 20px;
  }
  #mycard .cartitem .form-cart-calculations {
    display: flex;
    justify-content: space-between;
  }
  #mycard .form-cart-amount {
    font-weight: 600;
  }
  #mycard .form-cart-name {
    flex-direction: column;
    flex-wrap: wrap;
  }
  #mycard .form-cart-name .eName {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
  }
  #mycard .form-cart-quantity {
    justify-content: flex-start;
    left: 0;
  }
  .card-proceed-buttons {
    align-self: center;
    display: flex;
    height: 120px;
    flex-direction: column;
    justify-content: space-between;
  }
  .card-proceed-buttons div {
    align-self: center;
    display: flex;
  }
  .card-recap {
    margin-bottom: 20px;
  }
  #mycard .form-cart-name .eFare:not(.fareHeader .eFare) {
    margin-bottom: 10px;
  }
  .card-proceed-buttons {
    align-self: center;
    display: flex;
    height: 120px;
    flex-direction: column;
    justify-content: space-between;
  }
  #mycard .subvention-recap {
    margin: 16px 0 0 auto;
  }
}
@media screen and (max-width: 550px) {
  .card-proceed-buttons {
    height: 180px;
  }
  .card-proceed-buttons div {
    display: flex;
    flex-direction: column-reverse;
  }
  .card-proceed-buttons div a {
    display: inline-block;
    width: 300px;
  }
  .card-proceed-buttons div a.btn-primary {
    margin-bottom: 12px;
  }
  #mycard .form-cart-delete-container .form-cart-delete {
    width: 40px;
  }
  .fareRecapLine {
    padding: 0;
  }
  #mycard .form-cart-image {
    position: absolute;
    width: 90px;
    margin-top: 10px;
    height: 90px;
  }
  #mycard .cartitem.plus-subv {
    grid-template-areas: none;
    grid-template-rows: repeat(2, auto);
  }
  #mycard .cartitem {
    grid-template-columns: 1fr;
  }
  #mycard .form-cart-name {
    display: grid;
    grid-template-rows: repeat(2, auto) 44px auto;
  }
  .form-cart-data {
    padding-left: 100px;
  }
  .form-cart-calculations {
    margin-top: 10px;
  }
  #mycard .cartitem .form-cart-calculations {
    padding-right: 30px;
  }
  .card-recap {
    padding-right: 30px;
  }
  #mycard .cartitem.plus-subv .form-cart-image,
  #mycard .cartitem.plus-subv .form-cart-data,
  #mycard .cartitem.plus-subv .form-cart-delete-container,
  #mycard .subvention-recap {
    grid-area: unset;
  }
  #mycard .subvention-recap {
    margin: 16px 30px 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .card-total::before {
    display: none;
  }
  .form-cart-data {
    padding-left: unset;
  }
  .eName, .form-cart-data a, .ePrice {
    padding: 0 40px 0 100px;
  }
  #mycard .form-cart-name .eFare:not(.fareHeader .eFare) {
    margin-left: 100px;
  }
}
.login-form-area .login-form {
  background: inherit;
  padding: 55px 60px 50px 50px;
}

.login-form-area .login-form .login-heading {
  text-align: center;
}

.login-form-area .login-form .input-box {
  padding-top: 35px;
  padding-bottom: 0;
}

.login-form-area .login-form .login-footer {
  display: flex;
  justify-content: flex-end;
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .login-form-area .login-form .login-footer {
    flex-direction: column-reverse;
    align-items: center;
  }
}

#withoutaccount, #withaccount, #changePWD {
  width: 330px;
}

.login-form-area .login-form .login-heading span {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  display: block;
}

.mes-informations {
  margin-bottom: 3rem;
}

.pwd-input-container {
  position: relative;
}

.pwd-input-container svg {
  position: absolute;
  right: 0;
  top: 0;
}

.mes-informations div, .mon-compte div {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.6rem;
  position: relative;
}

.hidePwd, .showPwd {
  position: absolute;
  top: 28px;
  right: 0;
  cursor: pointer;
}

.login-form-area .login-form .input-box .single-input-fields input {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  padding: 0 25px;
}

.login-form .login-footer .back-btn {
  width: -moz-fit-content;
  width: fit-content;
}

.commandes {
  margin-bottom: 3rem;
}

.mes-informations h3, .mon-compte h3:first-of-type, .commandes h2 {
  font-size: 16px;
  margin-bottom: 12px;
  text-transform: uppercase;
  line-height: 30px;
  font-family: unset;
  border-bottom: 1px solid;
  font-weight: 700;
}

#orderslist {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

#orderslist .list {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  overflow-x: auto;
  flex-direction: column;
}

.ordersListContainer .account-block-container::-webkit-scrollbar,
.order-modal-content::-webkit-scrollbar {
  width: 8px;
}

.ordersListContainer .account-block-container::-webkit-scrollbar-thumb,
.order-modal-content::-webkit-scrollbar-thumb {
  border-radius: 30px;
}

.account-block-container {
  padding: 0 8px;
}

.ordersListContainer .account-block-container {
  height: -moz-fit-content;
  height: fit-content;
  max-height: 300px;
  overflow: auto;
}

.subsection-title {
  width: 100%;
  text-align: center;
  line-height: 40px;
  margin-bottom: 4px;
  font-size: 0.9em;
  text-transform: uppercase;
}

#orderslist .list > li[data-order] {
  border-radius: 2px;
  cursor: pointer;
  margin: 10px;
  width: 210px;
}

#orderslist .list > li[data-order].actif {
  color: #FFF;
}

.ticket-link {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
}

.edit-tickets {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  border-radius: 4px;
}

.edit-tickets svg {
  height: 20px;
}

.line {
  display: flex;
  align-items: center;
}

.ticket-element {
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px !important;
  margin-bottom: 8px !important;
}

.edit-form-block {
  padding: 8px;
  margin-top: 10px;
}

.edit-tickets.active {
  background: #007BFF !important;
}

.edit-tickets.active svg {
  fill: white !important;
}

.download-bill {
  line-height: 40px;
  display: inline-block;
  padding: 0 20px;
  border-radius: 30px;
  color: white;
  background: #007bff;
  font-size: 13px;
  margin: 50px 0 80px;
}

.commandes .order .li {
  display: flex;
}

.commandes .order .li:not(.actif) {
  opacity: 0.5;
}

.order table {
  width: 100%;
  margin-bottom: 1rem;
}

.order {
  flex: 1;
}

.about-area {
  max-width: 1000px;
}

.about-area.menu-area,
.about-area.godfather-section {
  max-width: unset;
}

.height-unset{
  height: unset !important;
}

.order table thead {
  font-size: 14px;
}

.order table thead tr, .order table tbody tr {
  width: 100%;
  display: grid;
  grid-template-columns: 70px 3fr 1fr 1fr;
  margin: 5px 0;
}

.order table thead td {
  text-transform: uppercase;
  text-align: center;
  line-height: 30px;
  opacity: 0.5;
}

.order table td:not(:nth-child(2)) {
  justify-content: center;
}

.order table thead tr, .order table tbody tr {
  width: 100%;
  display: grid;
  grid-template-columns: 70px 3fr 1fr 1fr;
  margin: 5px 0;
}

.order table tfoot tr {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
}

.order .step, .order .subventionbloc {
  padding: 15px 10px;
}

.account-page-block {
  padding: 0 0 30px !important;
}

.order .infos p {
  margin: 0;
}

.mes-informations div, .mon-compte div {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.6rem;
}

.mes-informations div label, .mon-compte div label, .commandes .label {
  margin-bottom: 2px;
  opacity: 0.5;
}

.account-page-block label {
  font-size: 13px;
}

.mes-informations select {
  width: 80px;
}

.mes-informations input, .mes-informations select, .mon-compte input, .mon-compte span {
  line-height: 40px;
  height: 40px;
  padding-left: 0.8rem;
}

#orderslist .list > li[data-order] {
  padding: 1rem 1.2rem;
}

.ordersListContainer {
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 50px;
}

#orderslist .order-details {
  flex: 1;
}

.commandes .order .num {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.subventionbloc:not(.order .subventionbloc) {
  font-size: 12px;
  margin-bottom: 30px;
}

.subventionbloc ul {
  opacity: 0.5;
}

.subventionbloc li {
  font-size: 0.8em;
}

.subventionbloc h4,
.dl-tickets h4 {
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: unset;
}

.subventionbloc h4 {
  font-size: 13px;
}

.dl-tickets h4 {
  opacity: 0.4;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}

.dl-tickets {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
}

#information form {
  display: flex;
  -moz-column-gap: 100px;
       column-gap: 100px;
  flex-direction: column;
}

#information .inputsMdp {
  height: -moz-fit-content;
  height: fit-content;
}

#information .personal-info-fields {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
}

#information .personal-info-fields-row {
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

#information .personal-info-field {
  width: 250px;
}

.bt-annul-informations {
  font-size: 14px;
}

.mes-informations.account-page-block,
.commandes.account-page-block {
  margin-bottom: 0;
}

.btn.bt-logout {
  width: -moz-fit-content;
  width: fit-content;
  color: red !important;
  background-color: transparent !important;
  border: none !important;
  text-transform: none;
  font-size: 0.8rem;
  margin: 100px auto 0;
  box-shadow: unset;
}

.btn.bt-logout:hover {
  color: red !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.btn.bt-logout::before,
.btn.bt-logout:hover::before {
  display: none;
}

.personal-info-field span {
  height: auto;
}

.participation-row {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}

.instructions {
  border-radius: 2px;
  padding: 10px 15px;
  color: #856404;
  background: #fff3cd;
  margin: 0 0 10px 0;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9rem;
}

.mon-compte .instructions span {
  line-height: unset;
  padding: 0;
}

.close-order-details {
  font-size: 30px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -20px);
  width: 50px;
  display: none;
  cursor: pointer;
  border-radius: 4px;
}

.banner_validate {
  background: #e2b11d;
}

@media screen and (max-width: 768px) {
  #orderslist .order {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    display: none;
  }
  #orderslist .order::before {
    z-index: -1;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
  .ordersListContainer {
    width: 100%;
  }
  #orderslist .list {
    align-items: center;
  }
  .order-modal {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 50px 50px 80px;
  }
  .order-modal-content {
    border-radius: 4px;
    max-height: calc(100vh - 130px);
    overflow: auto;
  }
  .order .step, .order .subventionbloc {
    padding: 15px;
  }
  .subventionbloc {
    border: none !important;
  }
  .orders .subsection-title {
    line-height: 50px;
  }
  .order table {
    width: 95%;
    margin: 0 auto 1rem;
  }
  .dl-tickets {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .dl-tickets h4 {
    text-align: center;
  }
  .close-order-details {
    display: unset;
  }
  #orderslist .list > li[data-order] {
    width: 90%;
    max-width: 500px;
  }
  .ticket-link {
    height: 40px;
    width: 210px;
  }
}
@media screen and (max-width: 575px) {
  #information .personal-info-field {
    width: 100%;
  }
  #information .personal-info-fields-row {
    flex-direction: column;
  }
  #information .personal-info-fields {
    width: 100%;
  }
  .order-modal {
    padding: 10px 10px 80px;
  }
  .order-modal-content {
    max-height: calc(100vh - 110px);
  }
}
.footer-area .footer-tittle h4 {
  font-size: 13px;
  margin-bottom: 40px;
  font-weight: 500;
  font-family: unset;
  padding: 0;
  text-transform: uppercase;
  opacity: 0.5;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  margin: 0 8px 8px 0;
  border: 1px solid #fff;
  -webkit-text-decoration: underline transparent;
  text-decoration: underline transparent;
}

.mb-50 {
  margin-bottom: 50px !important;
}

footer * {
  font-size: 14px;
}

footer a:not(.footer-social a):hover {
  text-decoration: none;
  opacity: 0.6;
}

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

@media screen and (max-width: 992px) {
  .footer-pera {
    text-align: unset;
  }
}
@media screen and (max-width: 575px) {
  .single-footer-caption li {
    margin: 0;
  }
  .single-footer-caption li a {
    line-height: 40px;
  }
  .footer-area .footer-tittle h4 {
    margin-bottom: 20px;
  }
}
.footer-bottom-area .footer-copy-right p {
  font-size: 11px;
}

.categories-area::before,
.footer-wrapper::before {
  display: none;
}

.footerGrid {
  width: 100%;
  display: flex;
}

.footer-area .footer-tittle ul li {
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 14px;
  text-decoration: none;
}

.footer-area .footer-pera p {
  padding: 0;
}

.footer-area .footer-tittle ul li svg {
  width: 13px;
  margin-right: 5px;
}

.footer-logo img {
  max-height: 70px;
  max-width: 200px;
}

.footer-padding {
  padding-top: 80px;
  padding-bottom: 50px;
}

.footer-bottom-area .footer-border {
  padding: 0;
}

.footer-bottom-area .footer-copy-right p,
.footer-bottom-area .footer-copy-right a {
  font-size: 11px;
}

.banner-area {
  height: 50vh;
  background: linear-gradient(var(--primary-color), var(--secondary-color));
  background-size: cover;
  background-position: top center;
  padding: 5vh 50px;
  display: grid;
  grid-template-rows: 1fr auto 1fr;
  color: white;
  margin-bottom: 8vh;
  grid-template-areas: "." "h1" "h2";
}

#count-card {
  left: 50%;
  bottom: -10%;
  color: white;
  font-size: 13px;
  width: 22px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  position: absolute;
  border-radius: 50%;
}

.card-stor {
  position: relative;
  width: 45px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.header-right1 .card-stor img {
  width: 21px;
  height: 26px;
  cursor: pointer;
}
.header-right1 .card-stor span {
  color: #fff;
  font-weight: 400;
  background: #fd8f5f;
  border-radius: 30px;
  cursor: pointer;
  width: 22px;
  display: inline-block;
  text-align: center;
  height: 22px;
  line-height: 22px;
  position: absolute;
  left: 10px;
  bottom: -9px;
}


#header .header-bottom .nav-menu *{
  font-size: 18px !important;
}

.banner-area h1,
.banner-area h2 {
  text-align: center;
}

#banner-area-container {
  display: none;
}

.banner-area h1 {
  margin: 0 auto;
  font-family: "Poiret", cursive;
  font-size: clamp(60px, 10vw, 200px);
  text-align: center;
  line-height: clamp(40px, 13vw, 160px);
  grid-area: h1;
}

.banner-area h2 {
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 600;
  grid-area: h2;
  align-self: flex-end;
}

.mobile-body-overly {
  display: none;
}

.section-title {
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4vh;
  font-size: clamp(24px, 4vw, 40px);
  color: var(--primary-color)
}

.bookmark-item {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1882352941);
}

.bookmark-checked {
  fill: green;
}

.third-btn {
  text-transform: uppercase;
  display: block;
  margin: auto;
}

.introduction-container {
  max-width: 800px;
  margin: 0 auto 30px;
  position: relative;
  height: 50px;
  overflow: hidden;
}

.introduction-container.unmask {
  height: auto;
}

.introduction {
  margin-bottom: 20px;
}

.welcome-toggle {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #0070E0;
  transform: translateY(-2px);
  padding-left: 3px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.welcome-toggle:focus {
  outline: none;
}

.welcome-toggle::before {
  content: "...";
}

.welcome-toggle.expanded::before {
  content: "";
}

.partners-visible {
  overflow: hidden;
  padding: 0 50px;
}

.partners-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding-left: unset;
}

.partners-list-item {
  padding: 4px;
  width: 240px;
}

.partners-list-item-logo {
  width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

.partners-list-item-img {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  display: flex;
  background-position: center;
  background-size: cover;
  margin-bottom: 10px;
}

.partners-list-item-tags-list-container {
  height: calc(var(--tag-height) * 2 + var(--taglist-gap));
  overflow: hidden;
  position: relative;
}

.partner-tag {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
}

.partners-list-item-tags-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: var(--taglist-gap);
  height: auto;
  justify-content: flex-start;
}

.partners-list-item-tags-list {
  margin-bottom: 16px;
}

.partners-list-item-tags-list-container.expanded {
  height: unset;
}

.toggle-tags-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 5px;
  font-size: 12px;
  color: #0070E0;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.toggle-tags-btn:focus {
  outline: none;
}

.partners-list-item-tag {
  padding: 0 8px;
  font-size: 12px;
  line-height: var(--tag-height);
}

.partners-list-item-desc {
  font-size: 14px;
  opacity: 0.7;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 21px;
}

.partners-list-item-link,
.deals-list-item-link {
  font-size: 13px;
}

.partners-list-item-title {
  font-weight: 600;
  max-height: 33px;
  font-size: 20px;
  overflow: hidden;
}

#homeCarousel {
  background: #f1f1f1;
  height: 550px;
}

.welcome-area {
  margin-top: 5rem !important;
}

.carousel-item {
  height: 550px !important;
}

.blur-img {
  filter: blur(30px);
  -webkit-filter: blur(30px);
  width: 90%;
  height: 350px;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  background-position: center;
  margin: 0 auto;
}

.carousel-img-container {
  z-index: 2;
  box-shadow: 0px 24px 18px -10px rgba(34, 34, 34, 0.4);
  overflow: hidden;
}

.carousel-event-img {
  height: 550px;
  width: 100%;
}

.carousel-event-description {
  position: absolute;
  z-index: 5;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: rgb(255, 255, 255);
  cursor: default;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 15px;
  transition: transform 0.3s cubic-bezier(0.26, 0.92, 0.61, 0.99);
  transform: translateY(100%);
}

.carousel-img-container:hover .carousel-event-description {
	transform: translateY(0);
}

#homeCarousel .homeCarouselArrow {
  z-index: 10;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}

#homeCarousel .carousel-control-next {
  right: 15%;
  height: 50px;
  width: 50px;
}

#homeCarousel .carousel-control-prev {
  left: 15%;
  height: 50px;
  width: 50px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 48px !important;
  height: 48px !important;
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 3px white;
}

.deals-list-item {
  width: 250px;
  padding: 4px;
  position: relative;
}

.deals-list-item a {
  width: unset;
}

.deals-list-item-img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.deals-list-item-title {
  height: 40px;
  max-height: 70px;
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.deals-list-item-seller-id {
  opacity: 0.5;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  color: var(--primary-color);
  text-decoration: underline !important;
}

..deals-list-item-seller-id:hover{
  color: var(--primary-color);
}

.deals-list-item-promo-value {
  position: absolute;
  right: 8px;
  border-radius: 30px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px;
  font-weight: 600;
  color: white;
  top: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1882352941);
  font-size: 14px;
  border: 1px solid;
}

.deals-list-item-old-price {
  color: red;
  font-size: 0.8em;
  text-decoration: line-through;
}
.deals-list-item-price {
  margin-bottom: 8px;
}

.deals-list-item-price{
  display: flex;
  justify-content: center;
  width: 100%;
  color: var(--primary-color);
}

.orga-missing {
  height: 80px;
}

.swiper  .partners-list-item-title {
  font-size: 16px;
  max-height: unset;
}

.product_image_area {
  padding-top: 45px;
}

.deals-list-text-content {
  text-align: center;
}

.deals-list-item-seller {
  width: 100%;
  margin-bottom: 8px;
  height: 48px;
  justify-content: center;
}

.deals-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 250px);
  gap: 20px;
  justify-content: center;
}

.scrolltip {
  display: none;
}

.seemore {
  display: block;
  animation: seemore 3s linear forwards;
}

.regionSlct svg{
  fill: black;
}

#loadProducts.sameAsPartner {
  display: grid;
  grid-template-columns: repeat(auto-fill, 300px);
  justify-content: center;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

#loadPartners {
  display: grid;
  grid-template-columns: repeat(auto-fill, 300px);
  justify-content: center;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.regionSlct svg:hover{
  cursor: pointer;
}
@keyframes seemore {
  0% {
    transform: translateX(0);
  }
  5% {
    transform: translateX(30px);
  }
  10% {
    transform: translateX(-20px);
  }
  15% {
    transform: translateX(10px);
  }
  20% {
    transform: translateX(-5px);
  }
  25% {
    transform: translateX(0);
  }
  55% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(30px);
  }
  65% {
    transform: translateX(-20px);
  }
  70% {
    transform: translateX(10px);
  }
  75% {
    transform: translateX(-5px);
  }
  80% {
    transform: translateX(0);
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 992px) {
  .section-visible {
    margin-left: auto;
    padding: 0 50px;
    display: flex;
  }
  .sectiontoslide {
    display: flex;
    gap: 40px;
    justify-content: unset;
    scrollbar-width: none;
  }
  .partners-list-item,
  .deals-list-item {
    flex-shrink: 0;
  }
  .sliding-content {
    position: relative;
    overflow: hidden;
  }
  .scrolltip {
    position: absolute;
    top: 6vh;
    right: 0;
    opacity: 1;
    z-index: 10;
  }
  .section-visible {
    padding: 0 30px;
  }

  .partners-list {
    justify-content: center !important;
  }
}
@media screen and (max-width: 575px) {
  section {
    margin-bottom: 8vh;
  }
  .banner-area {
    margin-bottom: 5vh;
    padding: 20px;
  }
  .introduction-container {
    margin-bottom: 20px;
  }
  #logo {
    height: 60px;
  }
}
@media screen and (max-width: 400px) {
  #logo {
    height: 50px;
  }
  .partners-list-item-title {
    font-size: 16px !important;
  }
  .partners-list-item-link {
    font-size: 11px;
    color:unset;
  }
  .partners-list {
    grid-template-columns: repeat(auto-fill, 160px);
    gap: 20px;
  }
  .partners-list-item {
    width: 160px;
  }
  .partners-list-item-tags-list-container {
    height: calc(var(--tag-height) * 3.9 + var(--taglist-gap));
    overflow: hidden;
    position: relative;
  }
  .toggle-tags-btn {
    right: 50%;
    transform: translateX(50%);
    line-height: 40px;
    width: 100%;
    padding: 0;
    white-space: nowrap;
    border-radius: 0;
  }
  .partners-list-item-tag {
    padding: 0 8px;
    font-size: 12px;
    line-height: var(--tag-height);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .banner-area h1 {
    font-size: 60px;
  }
  .banner-area {
    height: 40vh;
  }
}
.about-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: unset !important;
}

.about-banner-list {
  height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-banner h1 {
  font-size: 70px;
  font-weight: bold;
  text-transform: uppercase;
}

.partner-info-grid {
  display: flex;
  width: 100%;
  -moz-column-gap: 50px;
       column-gap: 50px;
  margin-bottom: 100px;
}

.partner-info-left,
.partner-info-right {
  display: flex;
  flex-direction: column;
}

.partner-info-left {
  width: 350px;
  row-gap: 10px;
  margin-bottom: 50px;
}

.partner-banner {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.partner-detail-title {
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.partner-detail-title .detail-icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-110%, -50%);
  height: 34px;
}

.partner-info-right {
  overflow: hidden;
  flex: 1;
}

.partner-opening-hours > .info-button-toggle {
  display: none;
}

.partner-openinghours-table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(7, 24px);
  padding: 5px;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-size: 13px;
}

.partner-openinghours-table-cell {
  line-height: 24px;
  font-weight: 500;
}

.partner-openinghours-day {
  font-weight: 700;
}

.partner-openinghours-mornings .partner-openinghours-table-cell {
  text-align: center;
}

.partner-openinghours-afternoons .partner-openinghours-table-cell {
  text-align: right;
}

.partner-detail {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
}

.partner-info-data .partner-detail-title-container {
  display: none;
}

.partner-opening-hours-info .partner-detail-title-container {
  display: block;
}

.partner-opening-hours-info {
  width: 100%;
  margin-bottom: 10px;
}

.partner-detail {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.partner-detail-multiline {
  align-items: flex-start;
  margin-bottom: 12px;
}

.partner-subblock-title {
  font-weight: 700;
  opacity: 0.5;
  font-size: 13px;
  margin: 0;
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
}

.partner-detail a {
  font-weight: 400;
}

.partner-info-data-block {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  background: none;
}

.partner-info-socials-block {
  display: inline;
  background: none;
  line-height: 40px;
  font-size: 20px;
}

.partner-info-socials-block a {
  margin-right: 10px;
}

.partner-banner img {
  max-width: 100%;
  max-height: 100%;
}

.continuous {
  opacity: 0.5;
}

.closeday {
  color: red;
}

.color-primary {
  color: var(--primary-color);
}

#addToFavorite {
  display: flex;
  align-items: center;
  background: rgba(240, 129, 0, 0.062745098);
  color: #F08100;
  margin-bottom: 12px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px 0 0;
  border-radius: 4px;
}

.partner-page-tags-list {
  display: flex;
  gap: 5px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.partner-page-tag {
  padding: 4px 12px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
}

.partner-info-block-title {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 600;
}

.partner-info-text-block {
  margin-bottom: 50px;
}

.products-and-sevices-list {
  list-style-type: disc;
  padding-left: 20px;
}

.partner-info-block-content-container {
  position: relative;
  height: 150px;
  overflow: hidden;
}

.partner-info-block-content-container.expanded {
  height: unset;
  overflow: visible;
}

.partner-info-block-content-container.expanded .toggle-presentation {
  transform: translate(-50%, 100%);
}

.partner-info-block-content-container::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}

.partner-info-block-content-container.expanded::after {
  display: none;
}

.partner-info-block-content-container {
  position: relative;
}

.toggle-presentation {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #0070E0;
  text-decoration: underline;
  text-underline-offset: 2px;
  z-index: 10;
  padding: 8px 16px;
  transition: none;
  white-space: nowrap;
}

.toggle-presentation:focus {
  outline: none;
}

.partner-info-mobile {
  display: none;
}

.company-name {
  display: block;
  text-align: center;
  font-weight: 1000;
  text-transform: uppercase;
}

.mobile-company-name {
  display: none;
  margin-bottom: 20px;
}

.partner-tags-list-mobile {
  display: none;
}

.info-button-toggle {
  pointer-events: none;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 992px) {
  .partner-info-mobile {
    display: flex;
    margin: 0 auto;
  }
  .partner-banner,
  .partner-info-left:not(.partner-info-mobile .partner-info-left),
  .partner-page-tags-list {
    display: none;
  }
  .partner-tags-list-mobile {
    display: unset;
  }
  .partner-tags-list-mobile .partner-page-tags-list {
    display: flex;
  }
  .presentation-block .partner-info-block-title {
    display: none;
  }
  .partner-opening-hours > .info-button-toggle {
    display: block;
  }
  .partner-details {
    display: flex;
    -moz-column-gap: 8px;
         column-gap: 8px;
    width: 100%;
    justify-content: center;
  }
  .partner-detail {
    margin-bottom: 16px;
  }
  .partner-info-data {
    display: none;
  }
  .info-button-toggle {
    pointer-events: unset;
  }
  .info-button-toggle:focus {
    outline: none;
  }
  #addToFavorite {
    margin: 0 auto 20px;
  }
  .partner-details-mobile-display.expanded {
    margin-bottom: 30px;
  }
  .partner-details-mobile-display .partner-info-data {
    display: block;
  }
  .partner-info-left {
    margin-bottom: 0;
    width: 300px;
  }
  .partner-info-data .partner-detail-title-container {
    display: block;
  }
  .partner-info-data-block {
    row-gap: 8px;
    padding: 20px;
  }
  .partner-openinghours-table {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .partner-info-block-title {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .partner-info-block-title {
    text-align: center;
  }
  .about-banner {
    height: 60px;
    margin-bottom: 30px;
    background: none !important;
  }
  .about-content {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .about-content {
    display: none;
  }
}
.partner-list-grid {
  margin: 0 auto 100px;
  width: 95%;
}

.info-button-toggle {
  border-radius: 0;
}

@media screen and (max-width: 720px) {
  .partner-list-grid {
    margin: 0 auto 100px;
    width: 100%;
  }
  .partners-list-item {
    width: 160px;
  }
  .partners-list {
    grid-template-columns: repeat(auto-fill, 160px);
    gap: 20px;
  }
  .partners-list-item-title {
    font-size: 20px;
  }
  .partners-list-item-tags-list-container {
    height: calc(var(--tag-height) * 3.9 + var(--taglist-gap));
    overflow: hidden;
    position: relative;
  }
  .toggle-tags-btn {
    right: 50%;
    transform: translateX(50%);
    line-height: 40px;
    width: 100%;
    padding: 0;
    white-space: nowrap;
    border-radius: 0;
  }
  .partners-list-item-tag {
    padding: 0 8px;
    font-size: 12px;
    line-height: var(--tag-height);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .partners-list-item-tags-list-container.expanded {
    height: unset;
  }
}
@media screen and (max-width: 575px) {
  .partner-list-grid .partners-list-item-title {
    font-size: 16px;
  }
  .partner-list-grid .partners-list-item-link {
    font-size: 11px;
  }
}
* {
  transition: all 0.15s linear;
}

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

.locked {
  overflow: hidden;
}

.dashboard-spinner {
  width: 50px;
  height: 50px;
}

.builder .demo .row {
  border-radius: 4px;
}

.row {
  width: 100%;
}

section {
  margin-bottom: 80px;
}

@media screen and (max-width: 575px) {
  section {
    margin-bottom: 5vh;
  }
}/*# sourceMappingURL=custom_portail.css.map */

@keyframes reveal {
  to {
    opacity: 1;
    visibility: visible;
  }
}

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

button.nav-link {
  background-color: #F1F1F1 !important;
  color: var(--primary-color);
  border-radius: unset !important;
}

button.nav-link.active {
  background-color: var(--secondary-color);
  color: #fff;
}

button.bookmark-item {
  background: none !important;
}

.coupons-item {
	padding: 20px 0;
}
.coupons-item:not(.coupons-item:last-of-type) {
	border-bottom: 1px solid #eee;
}
.menu-search-account {
  border: unset;
  padding-right: unset;
  position: relative;
}

.coupons-item .img-container img {
	width: 120px;
	height: 120px;
	margin-right: 16px;
}
.coupons-item .img-container {
	width: fit-content;
	height: fit-content;
}
.coupons-item .btn-container {
	width: 200px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#search-event-account {
	background-color: #F1F1F1;
	border: none;
	font-size: 13px;
	height: 40px;
	padding-left: 40px;
	max-width: 250px;
	width: 95%;
  border-radius: 40px;
}

.account .coupons-item .img-container img {
	width: 120px;
	height: 120px;
	margin-right: 16px;
}
.account .coupons-item .img-container {
	width: fit-content;
	height: fit-content;
}
.account .coupons-item .btn-container {
	width: 200px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.menu-search-account img {
	position: absolute;
	top: 10px;
	left: 10px;
}

.coupons-item .telecharger-billet,
.coupons-item .telecharger-un-billet {
	font-size: 12px;
	color: var(--white);
	height: 40px;
	width: 200px;
	border-radius: unset;
  position: absolute;
  right: 0;
  bottom: 0;
}
.coupons-item .telecharger-un-billet {
	color: var(--mc);
	background: none;
	border: 1px solid var(--mc);
	box-shadow: none;
}

.coupons-item .telecharger-un-billet-mobile {
	background-color: unset;
	color: var(--mc);
	border: unset;
}

.coupons-item .details .label,
.coupons-item .details .content {
	color: var(--light-black);
	font-size: 14px;
	display: inline-block;
}

.coupons-item .details .label {
	opacity: 0.5;
	width: 125px;
	margin-bottom: 2px;
}
.coupons-item .details-text {
	display: flex;
	flex-direction: column;
}

.coupons-item .details > .title,
.lieu {
	margin-bottom: 4px;
}

.location {
  text-transform: uppercase;
  margin: 2px 0;
  opacity: 0.5;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  color: #4f4f4f;
}

.header-bottom ul.submenu {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding: 17px 0;
  transition: 0.3s;
  border-radius: 4px;
  width: auto !important;
  left: 0;
  top: 100px;
  flex-direction: column;
  border-top: 3px solid var(--primary-color) !important;
  background: var(--primary-color) !important;
}

.header-bottom ul ul.submenu li,
.header-bottom ul ul.submenu li .nav-link {
  width: auto;
  margin: 0;
  color: var(--background-color) !important;
}

.header-bottom ul ul.submenu li .nav-link {
  opacity: 0.7;
}

.header-bottom ul ul.submenu li {
  min-width: 200px;
}

.header-bottom ul ul.submenu li a {
  display: flex;
  align-items: center;
  padding: 0 20px !important;
}

#header .submenu .nav-item {
  margin-bottom: .9rem !important;
}

.header-bottom ul ul.submenu li span {
  display: inline-block;
  white-space: nowrap;
}

.header-bottom ul ul.submenu li a:hover {
  padding-left: 28px !important;
}

.header-bottom ul li:hover > ul.submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.header-bottom #nav-menu-container .nav-item{
  position: relative;
  z-index: 9999;
}

.bg-main {
  background-color: var(--primary-color) !important;
}

.text-main {
  color: var(--primary-color) !important;
}

.toggle-tags-btn {
  display: none;
}

#loading {
  background: #222222DD;
}
.dashboard-spinner{
  animation: 1s spin linear infinite;
  display: inline-block;
  border-top: 3px solid var(--secondary-color) !important;
  border-left: 3px solid transparent !important;
  border-bottom: 3px solid var(--secondary-color) !important;
  border-right: 3px solid transparent !important;
}


#avantage h2 {
  opacity: 0.6;
  color: var(--primary-color);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 19px;
}

#avantage h3 {
  text-transform: uppercase;
  font-size: 17px;
}

#avantage h3, .status-subvention-item p:first-child {
  opacity: 0.5;
}

#avantage img {
  height: 64px;
  width: 64px;
}

.cat-container {
  background-color: #F1F1F1 !important;
}

.status-subvention-item {
  width: 30%;
  background-color: #fff !important;
  border-radius: 2%;
  padding: .5rem !important;
}

.status-subvention-item p {
  margin-bottom: 0.1rem !important;
}

.status-subvention-item p:nth-child(2) {
  font-weight: bold;
}
.status-subvention-container {
  display: flex;
  justify-content: space-evenly;
}

.collapse-cat-detail {
  color: var(--primary-color);
  text-decoration: underline;
}

.collapse-cat-detail:hover, .condition-cat:hover {
  cursor: pointer !important;
}

.quota-container {
  display: flex;
  justify-content: end;
}

.quota-container p {
  margin-bottom: unset;
}

.nb-quota {
  color: var(--secondary-color);
  font-weight: bold;
  font-size: 50px;
  opacity: 1 !important;
}

.total-quota {
  margin-top: 50px;
}

.montant-subvention {
  color: var(--primary-color);
  font-weight: bold;
  font-size: 50px;
  float: right;
}

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

.regle-subvention-item {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.regle-subvention-container {
  background-color: #F1F1F1 !important;
}

.program-card {
  margin-bottom: 50px;
  text-align: center;
  box-shadow: 0 0 5px 2px #22222230;
  padding: 5px;
  border-radius: 2px;
}

.program-card img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.program-card-mini img {
  width: 120px;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.no-height {
  height: unset;
}

.lieu {
  line-height: 24px;
  font-size: 14px;
  opacity: 0.7;
}

.infosNoSubventions h4.msg {
  letter-spacing: unset !important;
  font-size: unset !important;
}

.partner-page-tags-list {
  padding-left: unset;
}

.price {
  color: var(--primary-color);
}

.program-card .reservation-btn {
  border-radius: 4px;
  width: 100%;
  line-height: 50px;
  display: inline-block;
  margin-top: 5px;
  background: none;
  color: #ffffff !important;
  background: none !important;
  font-size: 18px;
  position: relative;
  font-family: "Akzidenz-Grotesk BQ";
  letter-spacing: 0.06em;
}

.program-card .reservation-btn span{
  position: absolute;
  right: 25%;
}

.nav-menu a {
  color: var(--text-color) !important;
}
.btn.btn-primary, .btn-tertiary {
  background-color: var(--primary-color) !important;
}

.btn.btn-four {
  color: var(--primary-color) !important;
  font-weight: bold;
  background: none;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 0.8em;
  border-radius: 0;
}

.s_product_text h2 {
  color: var(--secondary-color) !important;
}

.s_free_text {
  color: var(--secondary-color) !important;
}

.s_product_text .faresTitle {
  text-transform: uppercase;
  border-top: 1px dotted var(--text-color);
  font-size: 15.5px;
  line-height: 45px;
  margin-bottom: 20px;
  font-weight: 700;
}

.s_product_text .product_count {
  padding: 0;
  border: none;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s_product_text .card_area .product_count input {
  border: 0 solid transparent;
  text-align: center;
  background: transparent;
}

.s_product_text .product_count .input-number {
  display: inline-block;
  width: 60px;
}

.btn-valider {
  width: 200px;
}

.nav-link.actif{
  color: var(--primary-color) !important;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  gap: unset;
}

@keyframes shake {
  0% {
    transform: translateX(-10px);
  }
  5% {
    transform: translateX(10px);
  }
  10% {
    transform: translateX(-5px);
  }
  15% {
    transform: translateX(5px);
  }
  20% {
    transform: translateX(0);
  }
}

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

#main-anchor {
  margin-top: 165.5px;
}

.header-region {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 45px;
  font-size: unset;
}

.header-region:hover {
  cursor: pointer;
}

#nav-menu-container .nav-menu{
  padding-left: unset !important;
}

#nav-menu-container {
  display: inline-block;
  list-style-type: none;
}

.header-region-icon {
  height: 25px;
  width: 25px;
  display: inline-block;
  font-size: unset !important;
}

.header-right1 li a:hover {
  color: var(--secondary-color);
}

header a:hover svg {
  fill: var(--secondary-color);
  filter: drop-shadow(0 0 0.1px var(--secondary-color));
}

.header-region-label {
  position: absolute;
  top: 90%;
  font-size: 11px;
}

.header-right1 li a:hover {
  color: var(--primary-color);
}

header li:hover svg {
  fill: var(--primary-color) !important;
  filter: drop-shadow(0 0 0.1px var(--primary-color));
}

#select-region {
  width: -moz-fit-content;
  width: fit-content;
  flex-wrap: wrap;
}

.crsiContainer {
  width: 100%;
  overflow-x: auto;
  height: fit-content;
  position: absolute;
  display: flex;
  justify-items: center;
  bottom: 0;
  transform: translateY(35%);
}

.carousel-indicators {
  position: unset !important;
  width: fit-content;
  justify-content: flex-start !important;
  margin: 0 auto !important;
  align-items: center;
  overflow-x: auto;
}

.carousel-indicators [data-mdb-target] {
  width: fit-content !important;
  height: fit-content !important;
  display: inline-block;
  text-align: center;
  border: none !important;
  background: none !important;
  margin: 5px;
    margin-right: 5px;
    margin-left: 5px;
}

.img-indicator {
  height: 60px;
  width: 60px;
  object-fit: cover;
  margin: 4px;
  box-shadow: 0px 3px 4px 2px #22222230;
}

#loading-carousel-sponsoriser {
  position: relative;
  top: 50%;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  background-image: none !important;
  background-color: rgba(0,0,0,.8);
}

.carousel-indicators [data-mdb-target].active {
  box-shadow: 0px 0px 0 2px var(--primary-color) ,0px 0px 4px var(--primary-color), inset 0px 0px 4px var(--primary-color);
  border-radius: 0;
}

.btn-secondary {
  color: black;
}

#list-slideshow-listing .deals-list-item-seller-id {
  color: white !important;
  opacity: 1 !important;
}

#list-slideshow-listing .deals-list-item:hover {
  background-color: var(--primary-color);
  cursor: pointer;
}


@media (max-width: 992px) {
  .telecharger-billet-mobile {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    box-shadow: none;
    border: none;
    text-transform: uppercase;
    font-size: 12px;
    background: var(--secondary-color);
    max-width: 330px !important;
    display: block;
    border-radius: unset;
    height: 40px;
  }

  #main-anchor {
    margin-top: 80px;
  }

  #list-slideshow-listing{
    margin-bottom: unset !important;
  }

  #homeCarousel {
    margin-bottom: 50px;
    padding: 0;
    height: 390px;
    width: 100%;
  }

  .carousel-inner {
    height: 390px !important;
  }

  .carousel-item {
    height: 390px !important;
  }

  .carousel-event-img {
    height: 390px !important;
  }
}

@media (max-width: 575px) {
  .carousel-event-img {
    object-fit: cover;
  }
  .details {
    max-width: 95% !important;
  }

  .status-subvention-container {
    flex-wrap: wrap;
  }

  .status-subvention-item {
    width: 100%;
    margin-bottom: 15px;
  }

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

  #homeCarousel {
    margin-bottom: 50px;
    padding: 0;
    height: 360px;
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .toggle-tags-btn {
    right: 50%;
    transform: translateX(50%);
    line-height: 40px;
    width: 100%;
    padding: 0;
    white-space: nowrap;
    border-radius: 0;
    display: block !important;
  }

  .section-visible {
    padding: 0 10px;
  } 
}

@media (max-width: 768px) {
  .coupons-item .btn-container:not(.collapse .btn-container) {
    display: none;
  }

  .coupons-item .details {
    padding-bottom: 50px;
  }

  .carousel-inner {
    height: 360px !important;
  }

  .carousel-item {
    height: 360px !important;
    margin: auto;
    margin-right: auto;
  }

  #homeCarousel {
    margin-bottom: 50px;
    padding: 0;
    height: 360px;
    width: 100%;
  }
}

@media (max-width: 670px) {
  #homeCarousel .carousel-control-prev {
    left: 5%;
  }

  #homeCarousel .carousel-control-next {
    right: 5%;
  }
}

@media (max-width: 560px) {
  #main-anchor {
    margin-top: 70px;
  }
}

.promo-price {
  color: red;
  text-decoration: line-through;
}