.cc-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.cc-container-white-rounded {
  border-radius: 36px;
  background-color: white;
  color: black;
  padding: 40px;
}

.section--title {
  font-weight: 700;
  font-size: 32px;
  color: var(--antt-color-blue-900);
  font-family: Mikado;
}

.cardFilter {
  display: flex;
  flex-direction: row;
  padding: 24px 32px;
  gap: 0px 20px;
  align-items: center;
  border-radius: 16px;
  background-color: var(--antt-color-purple-25);
  cursor: pointer;
}

@media (max-width: 640px) {
  .cardFilter {
    display: flex;
    flex-direction: column;
    gap: 12px 0px;
    padding: 12px 20px;
    justify-content: center;
  }
}

.footer-logos {
  width: 25px;
  height: 25px;
  fill: var(--antt-color-white);
  cursor: pointer;
  transition: fill 150ms ease-in-out 0ms;
}

.footer-logos:hover {
  fill: var(--antt-color-purple-100);
}

.footer-link:hover {
  color: var(--antt-color-purple-100);
}

.footer-link {
  transition: color 150ms ease-in-out 0ms;
  cursor: pointer;
  color: var(--antt-color-white);
  font-family: Mikado;
  font-size: 16px;
  font-weight: 300;
}

.cardFilter--title {
  font-family: "Mikado", sans-serif;
  font-size: 20px;
  color: var(--antt-color-blue-900);
}

@media (max-width: 640px) {
  .cardFilter--title {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
  }
}

.cc-overlay::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cc-overlay {
  position: relative;
}

.cc-menu-card-gradient::after {
  background-image: linear-gradient(0deg, #9237e6bf 0%, #7c7cf340 35%);
}

.cc-menu-background-color {
  background-color: #000000a8;
}

.footer-title {
  font-family: "Mikado", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--antt-color-white);
}

.cardEntity {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  background-color: var(--antt-color-white);
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  justify-content: space-between;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.cardEntity-title {
  font-family: "Mikado", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--antt-color-blue-500);
}

.cardEntity-activityPoint {
  font-size: 14px;
  font-family: "Mikado", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.cardEntity-priceValue {
  font-size: 20px;
  font-weight: 500;
  font-family: "Mikado", sans-serif;
  font-style: normal;
  color: var(--antt-color-blue-950);
}

.cardEntity-priceLabel {
  font-family: "Mikado", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: var(--antt-color-purple-300);
}

.cardEntity-category {
  padding: 8px 20px;
  border-radius: 96px;
  background-image: linear-gradient(80deg, #2827E9 0%, #9137E6 100%);
  color: var(--antt-color-white);
  font-family: "Mikado", sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  bottom: -16px;
  left: 24px;
}

.slideCategory {
  display: flex;
  flex-direction: column;
  min-height: 600px;
  background-size: cover;
  background-position-y: 0%;
  background-position-x: 50%;
  justify-content: flex-end;
  padding: 0px;
  position: relative;
}

.slideCategory::before {
  content: "";
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  position: absolute;
  background-color: #27084480;
  opacity: 0;
  transition: 0.3s;
}

.slideCategory:hover::before {
  opacity: 1;
}

.maskPotatoe {
  mask-image: url("https://cdn.filestackcontent.com/VV5pDaS8yQjslEqbLiiw");
  mask-repeat: no-repeat;
  mask-size: contain;
}

.section--title-v2 {
  color: var(--antt-color-blue-900);
  font-family: "Mikado", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.slideCategory-titleBloc {
  display: flex;
  flex-direction: column;
  padding: 20px;
  justify-content: flex-end;
  height: 160px;
  background-image: linear-gradient(0deg, rgba(44,17,69,1), rgba(44,17,69,0));
  z-index: 5;
}

.section--contact-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0px 10px;
  padding: 10px 20px;
  border-radius: 12px;
  justify-content: center;
  border-width: 1px;
  border-color: var(--antt-color-blue-950);
  transition: background-color 150ms ease-in-out 0ms;
  cursor: pointer;
}

.section--contact-buttons:hover {
  background-color: var(--antt-color-purple-25);
}

.button-primary {
  border-radius: 100px;
  background-color: var(--antt-color-blue-500);
  color: var(--antt-color-white);
  padding: 8px 20px;
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 0px 10px;
  transition: background-color 150ms ease-in-out 0ms;
}

.button-primary:hover {
  background-color: var(--antt-color-blue-400);
}

.bannerListing {
  padding: 80px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px 0px;
}

.bannerListing-title {
  text-align: center;
  font-style: normal;
  font-size: 48px;
  font-family: "Mikado", sans-serif;
  font-weight: 500;
}

.bg-purple-orange-100 {
  background-image: linear-gradient(90deg, var(--antt-color-purple-100), var(--antt-color-orange-100));
}

.navbar-link {
  cursor: pointer;
  color: var(--antt-color-blue-950);
  font-family: "Mikado", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
}

.navbar-link:hover {
  color: var(--antt-color-blue-500);
}

.mosaicTile-photo {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  align-items: flex-start;
  justify-content: flex-end;
  background-position-x: 30%;
  height: 100%;
  opacity: 1;
  background-size: cover;
  position: relative;
}

.mosaicTile-photo:hover {
  opacity: 0;
}

.mosaicTile-photo::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 250px;
  background-image: linear-gradient(0deg, #0717388c 0%, #07173805 62%);
}

.mosaicTile-video {
  height: 100%;
  object-fit: cover;
}

.mosaicTile {
  position: relative;
  border-radius: 24px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.mosaicTile-title {
  color: var(--antt-color-white);
  font-family: "Mikado", sans-serif;
  font-size: 28px;
  font-weight: 500;
  position: absolute;
  z-index: 15;
  bottom: 20px;
  left: 20px;
  pointer-events: none;
}

.mosaicTile-videoContainer {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}

.homepageVideo {
  height: 100%;
  object-fit: cover;
}

.homepageVideoContainer {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.sectionHero {
  height: 65vh;
  background-size: cover;
  background-position-y: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 40px;
  position: relative;
}

.sectionHero::before {
  content: "";
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
  background-color: rgba(0,0,0,0.25);
  z-index: 5;
}

.navbar-heading {
  color: var(--antt-color-blue-950);
  font-family: "Mikado", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
}

.navbar-main-link {
  cursor: pointer;
  color: var(--antt-color-black);
  font-family: "Mikado", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  transition: all 150ms ease-in-out;
}

.navbar-main-link:hover {
  color: var(--antt-color-blue-500);
}

.navbar-card-title {
  color: var(--antt-color-white);
  font-family: "Mikado", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  transition: all 250ms ease-in-out 0ms;
  z-index: 20;
}

.cc-gulli-shape-svg-reseau-sociaux {
  width: 100%;
  height: 100%;
  fill: var(--antt-color-blue-500);
  transition: fill 150ms ease-in-out 0ms;
}

.cc-gulli-shape-svg-reseau-sociaux:hover {
  fill: var(--antt-color-blue-400);
}

.anchorBar-tab {
  font-family: "Mikado", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.anchorBar {
  display: flex;
  flex-direction: row;
  padding: 20px;
  gap: 0px 20px;
  background-color: var(--antt-color-white);
  position: sticky;
  top: 40px;
  z-index: 20;
  border-radius: 12px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.cc-truncate {
  display: -webkit-box;   -webkit-box-orient: vertical;   -webkit-line-clamp: 3;
}

.text-body {
  font-size: 16px;
  font-family: "Mikado", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: var(--antt-color-blue-950);
}

.cc-module-resa-active {
  background-image: linear-gradient(90deg, #A75FEB, #501E7E) ;
  background-position-y: 100%;
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position-x: 0; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.reviews-comment {
  color: var(--antt-color-blue-950);
  font-family: "Mikado", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow-x: hidden;
  overflow-y: hidden;
}

.cc-menu-card-gradient-hover::after {
  background-image: linear-gradient(0deg, #9237e6bf 0%, #7c7cf340 35%);
}

.cc-menu-card-gradient-hover:hover::after {
  background-color: linear-gradient(0deg, #9237e6bf 0%, #7c7cf340 65%);
}

.cc-background-transparent-white {
  background-color: rgba(255, 255, 255, 0.35);
}

.cc-transparent-box-shadow {
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
}

.cc-border-color-transparent-white {
  border-color: rgba(255, 255, 255, 0.4);
  border-width: 1px;
  border-style: solid;
}

.cc-menu-card-filter:hover::after {
  background-color: rgba(146, 55, 230,35%);
  z-index: 0;
}

.cc-menu-card-filter::after {
  background-color: rgba(146, 55, 230,0);
  z-index: 0;
  transition: all 250ms ease-in-out;
}

.navbar-card {
  display: flex;
  flex-direction: column;
  padding: 0px 0px 20px 0px;
  height: 300px;
  width: 100%;
  justify-content: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
  user-select: none;
  transition: all 250ms ease-in-out 0ms;
}

.entity-list-slider-padding {
  padding: 0 30px 0 0;
}

.navbar-main-link-mobile {
  color: var(--antt-color-white);
  font-family: "Mikado", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  transition: all 150ms ease-in-out;
}

.menu-mobile--navigation-niveau1-link {
  cursor: pointer;
  color: var(--antt-color-white);
  font-family: "Mikado", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
}

.menu-mobile--navigation-niveau1-link:hover {
  color: var(--antt-color-blue-100);
}

.home-button {
  background-image: linear-gradient(90deg, #c23eea 18%, #fe6f9e 68%);
  padding: 5px 15px 5px 20px;
  color: var(--antt-color-purple-25);
  font-family: "Mikado", sans-serif;
  font-size: medium;
  border-radius: 25px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-around;
  gap: 0px 10px;
  background-size: 120% 100%;
  font-weight: bold;
  transition: transform 0.2s ease, background 0.2s ease;  transform-origin: left center;
}

.home-button:hover {
  background-position-x: right;
  background-position-y: center;
  transform: scaleX(1.03);
  background-image: linear-gradient(90deg, var(--antt-color-purple-400) 0%, var(--antt-color-blue-500) 100%);
}

.menu-mobile--navigation-niveau2-card::after {
  background-color: rgba(146, 55, 230,35%);
  z-index: 0;
}

.MenuMobile--height-niveau2 {
  height: calc(100vh - 226px);
}

.specific-field__panel {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.cardEntity-city {
  font-family: "Mikado", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}

.pageListing-title {
  font-weight: 600;
  font-size: 32px;
  font-family: "Mikado", sans-serif;
  color: var(--antt-color-blue-800);
}

.pageListing-description {
  font-family: "Mikado", sans-serif;
  font-size: 16px;
  color: var(--antt-color-black);
  font-style: normal;
  font-weight: 300;
}

.pageListing-otherActivity-title {
  font-weight: 700;
  font-size: x-large;
  text-align: center;
  color: var(--antt-color-purple-25);
  transition: font-size 300ms linear 0ms, bottom 300ms linear 0ms;
  transform: translateY(-50px);
  position: absolute;
  right: 1px;
  left: 1px;
  bottom: 1px;
}

.glass-background {
  background-image: linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.06));
  background-repeat: no-repeat;
  background-size: cover;
  backdrop-filter: blur(12px) saturate(120%);
}

.border-white {
  border-color: var(--antt-color-white);
  border-radius: 15px;
  border-style: solid;
  border-width: 1px;
  padding: 10px;
}