/* STYLE1 */
.style1 h1,
.style1 h2,
.style1 h3 {
  font-family: "Alfa Slab One", cursive;
  font-weight: 500;
}

.style1 .banner-area,
.style1 .banner-area2 {
  -webkit-clip-path: ellipse(100vw 100% at top);
          clip-path: ellipse(100vw 100% at top);
}

.style1 .rounded-left-side {
  border-radius: 50% 0 0 50%;
}

.style1 .rounded-right-side:not(.eventProduct .rounded-right-side) {
  border-radius: 0 50% 50% 0;
}

.style1 .mes-informations h3,
.style1 .mon-compte h3:first-of-type,
.style1 .commandes h2 {
  font-family: unset;
}

.style1 .eventCard,
.style1 .eventProduct .single-menu {
  border-radius: 6px;
  overflow: hidden;
}

.style1 .additional-image,
.style1 .add-img-container {
  border-radius: 8px;
}

.style1 .standard-font {
  font-weight: 500;
}

.style1 .single-menu {
  border-radius: 6px;
}

.style1 .lslide.active {
  border-radius: 5%;
  overflow: hidden;
}

.style1 .imgPromoBlock {
  right: unset;
  left: 0;
  padding: 5px 25px 0 0;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}

.style1 .s_product_text .product_count span {
  border-radius: 4px;
}

.style1 .form-cart-image img {
  border-radius: 4px;
}

.style1 #mycard .qtselect span {
  border-radius: 4px;
}

@media screen and (max-width: 992px) {
  .style1 .banner-area,
  .style1 .banner-area2 {
    -webkit-clip-path: ellipse(120vw 100% at top);
            clip-path: ellipse(120vw 100% at top);
  }
}
@media screen and (max-width: 575px) {
  .style1 .banner-area,
  .style1 .banner-area2 {
    -webkit-clip-path: ellipse(150vw 100% at top);
            clip-path: ellipse(150vw 100% at top);
  }
}
/* STYLE2 */
.style2 .btn {
  border-radius: 0;
}

.style2 .banner-content h1 {
  font-size: 70px;
}

.style2 h2 {
  font-weight: bold;
}

.style2 h1, .style2 h2, .style2 h3 {
  font-family: "Poiret one", cursive;
}

.style2 .left h2 {
  font-size: 40px;
}

.style2 .highlight-text {
  left: unset;
  font-family: "Alfa Slab One", cursive;
  font-size: 130px;
  transform: translate(0, -10%);
}

.style2 .gallery-area {
  padding-top: 120px;
}

.style2 .rounded-left-side {
  border-radius: 0;
}

.style2 .rounded-right-side {
  border-radius: 0;
}

.style2 .eventCard,
.style2 .eventProduct .single-menu {
  border-radius: 0;
  overflow: hidden;
}

.style2 .single-menu {
  border-radius: 0;
}

.style2 .lslide.active {
  border-radius: 0;
  overflow: hidden;
}

.style2 .imgPromoBlock {
  right: unset;
  left: 0;
  padding: 5px 25px 0 0;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}

.style2 .s_product_text .product_count span {
  border-radius: 0;
}

.style2 .form-cart-image img {
  border-radius: 0;
}

.style2 h3.standard-font {
  font-size: 2.3em;
}

.style2 #mycard .qtselect span {
  border-radius: 0;
}

.style2 .chef-residency .left {
  z-index: 5;
}

.style2 .absolute-gallery.one .single-gallery:nth-of-type(1),
.style2 .absolute-gallery.two .single-gallery:nth-of-type(1) {
  transform: translate(0%, -50%);
}

.style2 .single-gallery.second {
  transform: 0;
}

.style2 .absolute-gallery.one .single-gallery:nth-of-type(2),
.style2 .absolute-gallery.two .single-gallery:nth-of-type(2) {
  transform: translate(0, 50%);
}

.style2 .single-gallery:hover .img-loader-container {
  transform: scale(1.3);
}

.style2 .single-gallery.last {
  transform: unset;
}

.style2 .mes-informations h3,
.style2 .mon-compte h3:first-of-type,
.style2 .commandes h2 {
  font-family: unset;
}

@media screen and (max-width: 992px) {
  .style2 .absolute-gallery.one .single-gallery:nth-of-type(1),
  .style2 .absolute-gallery.two .single-gallery:nth-of-type(1) {
    transform: translate(-50%, 0);
  }
  .style2 .single-gallery.second {
    transform: 0;
  }
  .style2 .absolute-gallery.one .single-gallery:nth-of-type(2),
  .style2 .absolute-gallery.two .single-gallery:nth-of-type(2) {
    transform: translate(50%, 0);
  }
  .style2 .chef-residency .highlight-text,
  .style2 .contact-wrap .highlight-text {
    text-align: left;
    transform: translate(0%, -10%);
    left: 0;
  }
  .style2 .highlight-text {
    font-size: 100px;
  }
  .style2 .home-about-area,
  .style2 .menu-area,
  .style2 .gallery-area,
  .style2 .reservation-area,
  .style2 .contact-wrap {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .partner-logo {
    height: 80px;
  }
  h2, .banner-content .highlighted-title {
    font-size: 28px;
  }
  .style2 h2, .style2 .banner-content .highlighted-title {
    font-size: 28px;
  }
  .style2 .highlight-text {
    font-size: 70px;
  }
  .style2 .banner-area {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .banner-content h1 {
    font-size: 40px;
  }
  .style2 .banner-content h1 {
    font-size: 45px;
  }
  .style2 .chef-residency .left::before,
  .style2 .contact_form .left::before {
    left: 50%;
    transform: translate(-50%, -40%);
    top: 0;
  }
  .style2 .highlight-text {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  .banner-content h1 {
    font-size: 36px;
  }
  .style2 .banner-content h1 {
    font-size: 40px;
  }
}
/* STYLE3 */
.style3 h1,
.style3 h2,
.style3 h3 {
  font-family: "Comfortaa", cursive;
  font-weight: 500;
}

.style3 .btn {
  border-radius: 8px;
}

.style3 .style3-banner-bottom {
  display: block;
}

.style3 .style3-banner-bottom ~ svg {
  display: unset;
}

.style3 .banner-content p:not(.tagline) {
  margin-bottom: 100px;
}

.style3 .style3-deco-svg {
  display: block;
}

.style3 .highlight-text {
  display: none;
}

.style3 .banner-area2 {
  position: relative;
}

.style3 .rounded-left-side {
  border-radius: 10%;
}

.style3 .rounded-right-side:not(.eventProduct .rounded-right-side) {
  border-radius: 10%;
}

.style3 .single-menu-image-container {
  border-radius: 10%;
  overflow: hidden;
}

.style3 .mes-informations h3,
.style3 .mon-compte h3:first-of-type,
.style3 .commandes h2 {
  font-family: unset;
}

.style3 .eventCard,
.style3 .eventProduct .single-menu {
  border-radius: 6px;
  overflow: hidden;
}

.style3 .additional-image,
.style3 .add-img-container {
  border-radius: 8px;
}

.style3 .standard-font {
  font-weight: 500;
}

.style3 .single-menu {
  border-radius: 8px;
}

.style3 .lslide.active {
  border-radius: 5%;
  overflow: hidden;
}

.style3 .imgPromoBlock {
  right: 0;
  left: 0;
  bottom: 0;
  padding: 5px;
  top: unset;
  -webkit-clip-path: unset;
          clip-path: unset;
  height: auto;
  text-align: center;
  width: auto;
}

.style3 .s_product_text .product_count span {
  border-radius: 2px;
}

.style3 .form-cart-image img {
  border-radius: 10%;
}

.style3 #mycard .qtselect span {
  border-radius: 2px;
}

#mobile-nav-toggle {
  float: right;
  z-index: 999;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#style3-deco {
  display: none;
}

.style3-banner-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  transform: translateY(1px);
  -webkit-clip-path: url(#style3);
          clip-path: url(#style3);
}

.style3-banner-bottom,
.style3-banner-bottom ~ svg {
  display: none;
}

.style3-deco-svg {
  height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

.gallery-area .style3-deco-svg {
  right: unset;
  left: 0;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

.btn {
  line-height: 36px;
  border-radius: 30px;
}

.btn-four {
  line-height: 30px;
}

.nav-menu a {
  padding: 0 8px 0px 8px;
  text-decoration: none;
}

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
  display: flex;
  flex-direction: column;
}

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

.link-nav {
  margin-top: 10px;
  margin-bottom: 0px;
}

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

.primary-btn,
.secondary-btn,
.tertiary-btn {
  font-weight: bold;
}

.banner-area .btn.btn-secondary {
  margin-bottom: 10px;
}

.boutonResa,
.banner-area .btn.btn-secondary {
  font-size: 15px;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 50;
  height: 100px;
}

.banner-area {
  position: relative;
}

.banner-content h1 {
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 16px;
  color: #FFF;
}

.banner-content.reduced h1 {
  font-size: 40px;
}

.banner-content.reduced {
  margin-top: 120px;
}

.banner-content p {
  max-width: unset;
  margin-bottom: 40px;
  color: #FFF;
}

.banner-content .tagline ~ p {
  margin-bottom: 50px;
}

.banner-area .boutonResa {
  margin-bottom: 10px;
}

.resa-instruction {
  list-style: decimal;
  margin-bottom: 50px;
}

#resablock {
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  flex-direction: column;
}

.arrowed-title-container {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  max-width: 500px;
}

.highlighted-title-container .deco-left,
.highlighted-title-container .deco-right {
  top: 40px;
}

.highlighted-title-container .section1 .deco-left,
.highlighted-title-container .section1 .deco-right {
  top: 50%;
}

.highlighted-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
  font-size: 50px;
  text-align: center;
}

.chef-residency img {
  width: 400px;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.filters-content .row {
  justify-content: center;
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.single-gallery, .absolute-gallery {
  position: relative;
  margin: 0;
}

.absolute-gallery, .single-gallery img {
  width: 200px;
  height: 200px;
}

.single-gallery img {
  cursor: pointer;
}

.single-gallery:hover {
  z-index: 10;
}

.absolute-gallery .single-gallery {
  position: absolute;
}

.absolute-gallery.one .single-gallery:nth-of-type(1) {
  transform: translate(10%, -50%);
}

.absolute-gallery.one .single-gallery:nth-of-type(2) {
  transform: translate(-15%, 60%);
}

.single-gallery.second {
  transform: translate(0, 20px);
}

.absolute-gallery.two .single-gallery:nth-of-type(1) {
  transform: translate(-15%, -25%);
}

.absolute-gallery.two .single-gallery:nth-of-type(2) {
  transform: translate(10%, 80%);
}

.single-gallery.last {
  transform: translate(0px, -10%);
}

.deco-left, .deco-right {
  position: absolute;
  top: 0;
}

.deco-left {
  transform: translateX(-150%);
  left: 0;
}

.deco-right {
  transform: translateX(150%);
  right: 0;
}

.side-deco-left, .side-deco-right,
.side-deco-right-top {
  position: absolute;
  opacity: 0.3;
}

.side-deco-left {
  left: 0;
  transform: translate(-100%, -40%);
}

.side-deco-right {
  right: 0;
  transform: translate(100%, -40%);
}

.side-deco-right-top {
  transform: translateY(-50%);
  right: 0;
}

.tagline {
  text-transform: uppercase;
  opacity: 0.7;
  font-weight: bold;
  font-size: 0.9em;
}

h1, h2, h3, h4, H5, h6 {
  font-family: "Caprasimo", cursive;
}

.eventProduct .orga {
  margin-bottom: 4px;
}

.resa-info .primary-btn {
  display: block;
  margin: 0 auto;
}

.opening-hours.closed {
  color: red;
}

.banner-right img {
  width: 100%;
}

#menu-panier {
  position: relative;
}

#etape-2 span {
  position: relative;
}

#etape-2 span::before {
  content: url(/assets/Macro_files/svg/confirm-reservation.svg);
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-120%);
}

.xdsoft_calendar,
.xdsoft_month,
.xdsoft_year,
.product-title {
  font-family: "Mulish", sans-serif;
}

.single-menu .product-title, .single-menu .product-price {
  font-weight: 700;
  font-size: 18px;
}

.single-menu-image-container {
  position: relative;
}

.eventProduct .single-menu-image-container,
.eventCard .single-menu-image-container {
  width: 260px;
}

.imgPromoBlock {
  position: absolute;
  width: 60px;
  text-align: right;
  padding: 5px 3px 0 0;
  color: white;
  background: red;
  top: 0;
  right: 0;
  margin: 0;
  height: 50px;
  font-size: 0.75em;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
}

.event-link {
  display: block;
  width: 100%;
}

.highlighted-title-container {
  position: relative;
  margin: 0 auto;
}

.title-deco {
  position: absolute;
  top: 0;
  left: 0;
}

.chef-residency, .contact_form {
  display: flex;
  -moz-column-gap: 100px;
       column-gap: 100px;
}

.chef-residency .left,
.contact_form .left {
  position: relative;
  padding: 70px 0 0 70px;
}

.left h2 {
  position: relative;
  z-index: 2;
}

#form_contact {
  padding-top: 124px;
  max-width: 455px;
}

.faresList h4 {
  font-family: unset;
}

.eventCard .name, .eventProduct .product-title {
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 8px;
  padding: 0 5px;
}

.product_slider_img .social_icon svg {
  margin-bottom: 2px;
}

.eventCard {
  cursor: pointer;
}

.eventProduct .date {
  margin-bottom: 0;
}

.eventCard .product-price, .eventProduct .product-content .product-price {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.eventProduct .product-title {
  margin-bottom: 8px;
}

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

.deco-container {
  width: 100%;
  overflow-x: hidden;
}

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

.header-left, .header-right {
  width: 150px;
}

.header-right {
  display: flex;
  justify-content: end;
}

#logo {
  margin-right: 16px;
  padding: 0;
  height: 80px;
  display: flex;
  align-items: center;
  width: 110px;
}

#logo img {
  max-height: 100%;
  max-width: 100%;
}

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

.main-menu {
  border: none;
}

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

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

.socialIcons {
  left: 0;
}

#cardform {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  margin-bottom: 80px;
}

#cardform .social_icon {
  display: flex;
  align-items: center;
  width: 100%;
}

.standard-font {
  font-family: unset;
  font-weight: 800;
  font-size: 2em;
}

.faresList {
  margin-bottom: 30px;
}

.ticket-tarif {
  margin: unset;
}

.s_product_text .details-page-block {
  font-size: 15px;
}

#cardform .input-number::-webkit-outer-spin-button,
#cardform .input-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.banner-area2 a:hover {
  color: unset;
  opacity: 0.6;
}

.offers h2 {
  margin-bottom: 80px;
}

.loadProductsBlock {
  margin-bottom: 150px !important;
  display: grid;
  grid-template-columns: repeat(auto-fill, 350px);
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.row.offers {
  display: grid;
  grid-template-columns: repeat(auto-fill, 260px);
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.ap-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 300px);
  justify-items: center;
}

@media screen and (max-width: 992px) {
  .ap-grid {
    justify-content: center;
  }
}
.ap-grid.justify-content-center {
  justify-content: center;
}

#info-reservation-1 {
  margin-bottom: 100px;
}

.detailsTop {
  margin-bottom: 8px;
}

.product-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 0;
}

.product-content .price {
  text-align: right;
}

.product-content .description {
  opacity: 0.6;
  font-size: 0.9em;
  margin: 0;
  width: 100%;
}

.product_offers:not(.product_offers.eventProduct) {
  width: 100%;
}

.product_offers {
  margin: 0 0 30px;
}

.prices {
  text-align: right;
}

.prices .product-price {
  display: inline-block;
}

.prices .product-price {
  margin-left: 8px;
}

.eventProduct .prices,
.eventCard .prices {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.eventProduct .prices .product-price,
.eventCard .prices .product-price {
  padding: 0 8px;
  margin-left: 0;
}

.startingFrom {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-100%, -5px);
  font-size: 10px;
}

.prices .oldPrice {
  text-decoration: line-through;
  color: red !important;
  font-size: 0.75em;
}

.single-menu img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.single-menu {
  overflow: hidden;
}

.single-menu .product-title:not(.eventProduct .product-title),
.product-content .description:not(.eventProduct .description) {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Firefox */
#cardform .input-number {
  -moz-appearance: textfield;
}

#cardform .event-tarifs-list .input-number {
  width: 30px;
}

#cardform h2 {
  font-family: unset;
  font-weight: 900;
}

.s_product_text .ticket-label {
  margin: unset;
  border: unset;
  padding: unset;
}

.accessBtns {
  right: 0;
}

.tickets-table-header, .tickets-table-footer, .tickets-table-footer em {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 4px 0;
  opacity: 0.5;
}

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

#header.header-scrolled {
  padding: 0;
}
@keyframes shake {
  0% {
    transform: translateX(-10px);
  }
  5% {
    transform: translateX(10px);
  }
  10% {
    transform: translateX(-5px);
  }
  15% {
    transform: translateX(5px);
  }
  20% {
    transform: translateX(0);
  }
}
.program-card img {
  width: 220px;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
}

.starLine {
  height: 40px;
  width: 100%;
}

.nav-menu a,
.nav-menu span {
  line-height: 50px;
  font-size: 14px;
}

.nav-menu > li {
  margin: 0;
  padding: 0 10px;
  float: left;
}

#mobile-nav ul li a {
  font-size: unset;
  text-transform: unset;
}

#mobile-nav {
  padding: 9vh 24px 5vh;
  overflow-y: auto;
}

#mobile-nav > * {
  display: flex;
  flex-direction: column;
}

#mobile-nav-menu-container ul,
#nav-and-socials .socials {
  margin-bottom: 24px;
}

#nav-and-socials .socials {
  display: flex;
  flex-direction: column;
}

.contact-details {
  color: white;
  font-size: 14px;
}

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

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

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

.list-area {
  margin: 80px 0;
  min-height: 500px;
}

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

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

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

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

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

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

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

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

.fakearrows {
  position: absolute;
  top: 0;
  display: flex;
  width: 224px;
  justify-content: space-between;
  margin: 0 auto;
}

.calendar-arrow {
  width: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 45px !important;
  height: 45px !important;
  font-size: 13px;
  text-align: center;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

.header-left .socials {
  display: flex;
  position: absolute;
  bottom: 0;
  transform: translate(20px, 100%);
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .header-left .socials {
    flex-direction: unset;
    transform: unset;
    position: unset;
  }
}

#mobile-nav span, #mobile-nav .nav-link {
  line-height: 50px;
  padding: 0;
}

.header-left .social-item span {
  display: none;
}

#modalcart .card {
  background: none;
}

.event .product_slider_img {
  width: 300px;
  margin-right: 50px;
  margin-bottom: 80px;
}

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

.row.s_product_inner {
  padding: 0 30px !important;
}

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

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

#count-card {
  border: 1px solid;
}

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

.bt-edit-newsletter,
.bt-logout {
  padding: 5px 20px;
  font-size: 13px;
}

.single-gallery:hover .img-loader-container {
  transform: scale(1.2) rotate(-6deg);
}

#modalReservation, #modalReservationPresta {
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  position: fixed;
  padding-top: 60px;
  overflow: auto;
}

.product_image_area {
  padding: 12vh 0 0;
}

.associatedProducts h2 {
  font-family: unset;
  font-weight: 900;
}

@media screen and (max-width: 1200px) {
  .absolute-gallery, .single-gallery img {
    width: 180px;
    height: 180px;
  }
  .product_slider_img {
    width: 350px;
  }
}
@media screen and (max-width: 992px) {
  #mobile-nav-toggle {
    display: block;
  }
  #nav-menu-container {
    display: none;
  }
  .product_slider_img {
    width: 100%;
    margin: 0 auto 50px;
  }
  header .container.main-menu > span {
    line-height: 38px;
  }
  .accessBtns svg {
    background: none;
  }
  .banner-area > .container,
  .banner-area2 > .container {
    padding-top: 80px;
  }
  .gallery-col:nth-of-type(3) {
    display: flex;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .chef-residency, .contact_form {
    flex-direction: column;
    -moz-column-gap: unset;
         column-gap: unset;
    align-items: center;
  }
  .chef-residency .left, .contact_form .left {
    margin-bottom: 50px;
    padding-left: 0;
  }
  .title-deco {
    transform: translate(0, -50%);
  }
  #form_contact {
    padding-top: 0;
  }
  #boutonResaResidency {
    display: block;
    margin: 50px auto 30px;
  }
  .highlight-text {
    font-size: 180px;
  }
  .chef-residency .highlight-text,
  .contact-wrap .highlight-text {
    text-align: left;
    transform: translate(0%, -40%) rotate(-5deg);
    left: 0;
  }
  .filters-content > .row {
    flex-direction: column;
    align-items: center;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .absolute-gallery.one .single-gallery:nth-of-type(1) {
    transform: translate(-50%, 10%);
  }
  .absolute-gallery.one .single-gallery:nth-of-type(2) {
    transform: translate(60%, -15%);
  }
  .single-gallery.second {
    transform: translate(20px, 0px);
  }
  .absolute-gallery.two .single-gallery:nth-of-type(1) {
    transform: translate(-40%, -15%);
  }
  .absolute-gallery.two .single-gallery:nth-of-type(2) {
    transform: translate(70%, 10%);
  }
  .single-gallery.last {
    transform: translate(-10px, 0%);
  }
  .banner-content .highlighted-title {
    font-size: 36px;
  }
  .banner-area,
  .banner-area2 {
    padding: 0 15px;
  }
  .banner-area {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .partner-logo {
    height: 80px;
  }
  h2, .banner-content .highlighted-title {
    font-size: 28px;
  }
  .highlight-text {
    font-size: 170px;
  }
  .product_image_area {
    padding: 7vh 0 0;
  }
  .header-right, .header-left {
    width: -moz-fit-content;
    width: fit-content;
  }
  header .main-menu {
    padding: 20px;
  }
  .header-left .socials {
    display: none;
  }
  .s_product_text {
    padding: 0 10px;
  }
  .deco-right {
    display: none;
  }
  .deco-left {
    left: 50%;
    transform: translate(-50%, -110%) rotate(90deg) scale(1.1);
  }
}
@media screen and (max-width: 575px) {
  .banner-content h1 {
    font-size: 40px;
  }
  .highlighted-title {
    font-size: 34px;
  }
  .gallery-col:nth-of-type(3) {
    flex-direction: column;
    -moz-column-gap: unset;
         column-gap: unset;
  }
  .section-gap {
    padding: 80px 10px;
  }
  .highlight-text {
    font-size: 100px;
  }
  .chef-residency img {
    max-width: 95%;
  }
  body {
    font-size: 15px;
  }
  #logo {
    height: 50px;
    width: 110px;
  }
}
@media screen and (max-width: 500px) {
  .loadProductsBlock {
    grid-template-columns: repeat(auto-fill, 100%);
  }
}
@media screen and (max-width: 480px) {
  .banner-content h1 {
    font-size: 36px;
  }
  .style2 .banner-content h1 {
    font-size: 40px;
  }
  .highlighted-title {
    font-size: 30px;
  }
  #pack-promo {
    font-size: 20px;
  }
  .hero.primary-btn,
  .home-about-area .primary-btn {
    display: block;
    margin: 0 auto;
  }
  .home-about-area .section-title {
    margin: 0 auto;
  }
  .contact-details {
    font-size: 13px;
  }
  .left h2 {
    text-align: center;
  }
  .absolute-gallery, .single-gallery, .single-gallery img {
    width: 150px;
    height: 150px;
  }
  .absolute-gallery {
    display: flex;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .filters-content > .row {
    row-gap: 10px;
  }
  .absolute-gallery.one .single-gallery:nth-of-type(1) {
    transform: translate(-30%, 10%);
  }
  .absolute-gallery.one .single-gallery:nth-of-type(2) {
    transform: translate(50%, -15%);
  }
  .single-gallery.second {
    transform: translate(10%, 0px);
  }
  .absolute-gallery.two .single-gallery:nth-of-type(1) {
    transform: translate(-40%, -15%);
  }
  .absolute-gallery.two .single-gallery:nth-of-type(2) {
    transform: translate(50%, 10%);
  }
  .single-gallery.last {
    transform: translate(-10%, 0%);
  }
  .gallery-area {
    background: none;
  }
  .row.s_product_inner {
    padding: 0 !important;
  }
  #modalReservation, #modalReservationPresta {
    padding: 0;
  }
  #modalReservation .card {
    height: 100%;
    width: 100%;
  }
  #modalReservation .card-body {
    max-height: unset;
    padding: 0;
  }
  #modalReservation .card-body::-webkit-scrollbar {
    display: none;
  }
  .form-container, #etape-2 {
    padding: 30px 5px;
  }
}
.footer-area .footer-tittle h4 {
  font-weight: 700;
}

.card-header h3 {
  font-family: unset;
}

#mobile-nav::-webkit-scrollbar {
  width: 8px;
}

#select-devise-display-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  #select-devise-display-mobile {
    display: block;
  }
}

.haveHeader.mobile-nav-active {
  overflow: hidden;
}/*# sourceMappingURL=customMarco.css.map */