/*
 Theme Name:   Resligth
 Theme URI:    https://labergerieduventoux.com/hello-elementor-child/
 Description:  Weblineone Themes
 Author:       Weblineone
 Author URI:   https://weblineone.com
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v3 or later
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  hello-elementor-child
*/
* {
  font-family: Arial, Helvetica, sans-serif;
}
:root {
  /*colors*/
  --base--color: #e0d8ce;
  --second--color: #bfa795;
  --thr--color: #544f4d;
  --green--bio: #4caf50;
  --light--text--color: #ffedda;
  --black--text--color: #000000;
  /**/
  --border--radius: 25px;
  --section--item--border--radius: 15px;
}
/*MAINTEANCE DE LA CARTE*/
#carte-maintenance {
  display: none !important;
}

/*================ HEADER SELECTION ================*/
.carte-header__ {
  width: 100%;
}

.carte-header__nav-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row !important;
  width: 100% !important;
}
.carte-header__nav-links-cont {
  width: calc(80% - 10px);
}
.carte-header__nav-links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: smooth;
  scroll-behavior: smooth;
  width: 100% !important;
  gap: 16px;
  margin: 0;
  padding: 0;
}
.carte-header__nav-links::-webkit-scrollbar {
  display: none;
}
.carte-header__nav-arrow {
  width: 10%;
}
/*================ PAGES ========================*/

/*
.page__la-carte{
  background-image: url("http://labergerieduventoux.com/wp-content/uploads/2023/12/Plan-de-travail-2.png");
  background-position: center;
  background-repeat: repeat;
  background-size: 4rem;
}
  */
/*================ CARTE MENU ===================*/

.menu__category {
  padding: 0 !important;
}

.menu__category--title {
  border-radius: var(--border--radius);
}

.category-name {
  font-weight: 900 !important;
}

.menu__section {
  padding: 0 0.5rem 0.5rem !important;
  border-radius: var(--border--radius);
}

.menu__col--section--items {
  overflow: clip;

  padding: 0rem;
  border-radius: 25px;
}

#menu-wrapper {
  max-width: 500px !important;
  width: 100%;
  display: flex;
  flex-direction: column !important;
  gap: 24px;
}

/*============= SECTIONS CUSTOMISATION ==============*/

.section--image--planches-et-tapas-du-moment---a-partager-ou-pas,
.section--image--entrees,
.section--image--plats,
.section--image--burgers {
  background-color: var(--thr--color);
  .menu__section--title {
    color: #ffffff;
  }
  color: var(--light--text--color);
}

.section--image--les-pizzas {
  background-color: var(--base--color);
  .menu__section--title {
    color: var(--thr--color);
  }
  color: var(--thr--color);
}

.section--image--accompagnements {
  background-color: var(--thr--color);
  .menu__section--title {
    color: var(--base--color);
  }
  color: var(--base--color);
}

.section--image--desserts {
  background-color: var(--base--color);
  .menu__section--title {
    color: var(--thr--color);
  }
  color: var(--thr--color);
}

.section--image--cocktails,
.section--image--champagnes,
.section--image--whiskies,
.section--image--alcools,
.section--image--bieres-pression,
.section--image--bieres-bouteille,
.section--image--eaux,
.section--image--boissons-fraiches,
.section--image--boissons-chaudes,
.section--image--vins-blancs,
.section--image--vins-roses,
.section--image--vins-rouges {
  background-color: #f8f8f8;
  .menu__section--title {
    color: var(--thr--color);
  }
  color: var(--thr--color);
}

.section--image--entrees,
.section--image--plats,
.section--image--burgers,
.section--image--desserts {
  position: relative;
  z-index: 1;
}
.section--image--entrees::before,
.section--image--plats::before,
.section--image--burgers::before,
.section--image--desserts::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1; /* Contrôle l'opacité */
  z-index: -1; /* Place le pseudo-élément derrière */
  transform: rotate(0deg);
}

.section--image--entrees::before {
  background-image: url("https://labergerieduventoux.com/wp-content/uploads/2024/12/salade-boul.png");
  background-size: 100%;
}
.section--image--plats::before {
  background-image: url("https://labergerieduventoux.com/wp-content/uploads/2024/12/salade-boul.png");
  background-size: 100%;
}
.section--image--burgers::before {
  background-image: url("https://labergerieduventoux.com/wp-content/uploads/2024/12/Plan-de-travail-1.png");
  background-position: bottom center;
  background-size: 80%;
}
.section--image--desserts::before {
  background-image: url("https://labergerieduventoux.com/wp-content/uploads/2024/12/Plan-de-travail-2.png");
  background-position: bottom 30% center;
  background-size: 80%;
}

.menu__section--item--cont {
  /** border: 0.5px solid var(--second--color);*/
  border-radius: calc(var(--border--radius) - 0.5rem);
  /*padding: 20px;*/
  background: #ffffff08;
}

/*Badge*/
.menu__badge--cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.menu__badge--cont__off {
  display: none;
}

.menu__badge--items {
  display: flex;
  align-items: center;
  border-radius: var(--border--radius);
  padding: 5px;
  gap: 5px;
  background: var(--second--color);
  font-weight: 700;
}

.menu__badge--image {
  width: 20px;
  height: 20px;
  background-image: url("https://labergerieduventoux.com/wp-content/uploads/2023/12/favicon-la-bergerie-du-ventoux.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu__badge--content {
  font-size: 12px;
}

.menu__badge--is--bio {
  display: flex;
  align-items: center;
  border-radius: var(--border--radius);
  padding: 5px;
  gap: 5px;
  background: var(--base--color);
  font-weight: 700;
  color: var(--green--bio);
  font-size: 12px;
}

.menu__section--item {
  display: flex;
}
.menu__section--item {
}

.menu__section--title--cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 0 2rem;
}

.menu__section--image {
  max-width: 150px !important;
  max-height: 150px !important;
}
.menu__section--title {
  margin: 0;
  color: var(--thr--color);
  font-weight: 700 !important;
  text-transform: capitalize !important;
}

.menu__subsection--title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
}

.menu__item--img {
  width: 0px;
}
.menu__item--desc {
  width: 100%;
}
.menu__item--desc--el {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
}

.menu__desc--title--el {
  max-width: 60%;
}
.menu__desc--price--el {
  display: flex;
}

.menu__section--title {
  font-size: 2rem !important;
  text-align: center;
}

.menu__section--slogan {
  font-size: 1rem;
  text-align: center;
}
.menu__desc--title,
.menu__desc--price {
  font-size: 0.875rem !important;
  text-transform: uppercase !important;
}
.menu__desc--price {
  display: flex;
  justify-content: flex-end;
  font-weight: 300;
}
.menu__description {
  font-size: 12px;
  margin: 6px 0 0;
}

.menu__description__off {
  margin: 0;
}

/*Menu du pastre*/
#menu_pastre {
  background-color: var(--thr--color);
  border-radius: 0 0 25px 25px;
  margin-top: -20px;

  .menu__section--item--cont {
    background: #ffffff0f;
  }

  .menu__section--title {
    margin: 0;
    color: var(--base--color);
  }

  .menu__desc--title--el {
    color: #ffffff;
  }
  .menu__item--desc--desc {
    color: var(--light--text--color);
  }
  .menu__desc--price--el {
    color: #ffffff;
  }
}

.section--image--champagnes {
  border-radius: var(--border--radius);
  padding: 20px;
}

/*END DYNAMIC MENU CSS*/

/*STATICS BLOCS*/

.wrapper {
  width: 100%;
  max-width: 1280px;
}

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

.menu_head {
  border-radius: var(--border--radius) !important;
}

.is__container {
  border-radius: var(--border--radius) !important;
  padding: 20px;
}

.carte--section--title {
  font-size: 2rem;
}

.static--bloc--menu--price {
  font-size: 2rem;
  margin-top: 20px;
}

.static--bloc--description {
  font-size: 1.125rem;
}
/*END STATICS BLOCS*/

/** ELEMENTOR **/

.elementor-price-list-header {
  margin: 0px 0px 0px !important;
}
.elementor-price-list-title {
  max-width: 55% !important;
}

.site-footer {
  padding-block-start: 0rem;
  padding-block-end: 0rem;
  position: relative;
}

/**FIN ELEMENTOR **/

#resa-btn:hover {
  transition: all 0.5s;
  transform: scale(1.05);
  background-color: #c2b7ad;
  color: #515250;
}

.btn {
  transition: all 0.5s;
  transform: scale(1.05);
}

.nav--bar--cont {
  /* height: 90px;*/
}

.carte--border--box {
  border-radius: 10px;
}

/*============= MEDIA QUERIES ===============*/

@media (min-width: 500px) {
  .carte-header__,
  .carte-header__nav-items {
    display: none !important;
  }
}

@media (max-width: 1280px) {
  .carte--section--title {
    font-size: 2.1rem !important;
  }
  .menu__section--title {
  }
}

@media (max-width: 1024px) {
  .carte--section--title {
  }
}

@media (max-width: 767px) {
  /*ELEMENTOR*/
  .elementor-price-list-title {
    font-size: 16px !important;
  }
  .elementor-price-list-description {
    font-size: 15px !important;
  }
  .elementor-price-list-price {
    font-size: 16px !important;
  }

  /**/

  .carte--title {
    font-size: 1.5em !important;
  }

  .take-away {
    font-size: 0.7em !important;
  }
  .is__container {
    border-radius: 25px;
    padding: 80px 20px 20px;
  }
}

@media (max-width: 500px) {
  .menu__description {
    font-size: 1rem;
  }
  .menu__desc--title,
  .menu__desc--price {
    font-size: 1.125rem !important;
  }

  .menu__subsection--title {
    font-size: 1.5rem;
  }

  .carte--section--title {
    font-size: 2.5rem !important;
  }
}
