/*
	Theme Name: Hello Elementor child
    template: hello-elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 2.4.2
	Stable tag: 2.4.2
	Requires at least: 4.7
	Tested up to: 5.9
	Requires PHP: 5.6
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

body {
  background-color: #faeec0 !important;
}
#site-header,
#site-footer {
  display: none;
}

.btn_border::after {
  content: '';
  position: absolute;
  border: 1px solid #000104;
  border-radius: 99px;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
	z-index : -1;
}
.elementor-element.elementor-element-43c6772.elementor-widget.elementor-widget-google_maps {
  border-radius: 20px;
  filter: grayscale(1);
}

.petite,
.grande {
  cursor: pointer;
  opacity: 0.6;
}
.petite.selected,
.grande.selected {
  opacity: 1;
}
.btn_carousel {
  cursor: pointer;
  user-select: none;
}
.btn_carousel::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -60px;
  width: 50px;
  border: 1px solid #000104;
  height: 1px;
  cursor: pointer;
}
.btn_carousel::after {
  content: '';
  position: absolute;
  right: -60px;
  width: 50px;
  height: 23px;
  background-image: url(https://pharaon-pizza.cyl-com.dev/wp-content/uploads/2025/07/arrow_btn-pharaon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: 0.4s;
}
.btn_carousel:hover::after {
  transform: translateX(5px);
}
.elementor-button-icon svg {
  width: 10px !important;
}
.elementor-element-5b93f31 svg path {
  fill: #000104 !important;
}

/*** CARTES ***/

.jet-listing.jet-listing-dynamic-repeater {
  width: 100% !important;
}
.elementor-element-4f19c58 .jet-listing-dynamic-repeater__items,
.elementor-element-84265b0 .jet-listing-dynamic-repeater__items,
.elementor-element-83feb13 .jet-listing-dynamic-repeater__items,
.elementor-element-73c705d .jet-listing-dynamic-repeater__items,
.elementor-element-5d54e87 .jet-listing-dynamic-repeater__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.container_pizza {
  width: 100%;
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
}
.container-price_pizza {
  display: flex;
  flex-direction: column;
}
.infos_pizza {
  width: 70%;
}
.title_pizza {
  font-size: 16px;
  font-family: 'Noir Pro', sans-serif;
  font-weight: 400;
  margin-bottom: 2px;
  color: #000104;
  text-transform: uppercase;
  margin-top: 0;
}
.prices {
  text-align: end;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  font-family: 'Noir Pro', sans-serif;
  font-weight: 400;
}
.desc_pizza {
  font-family: 'Noir Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.page-id-375 {
    background: linear-gradient(90deg, #6dc82b, #ffffff, #ffff, #ff223dad);
}
.cmplz-cookiebanner .cmplz-close svg,.cmplz-cookiebanner .cmplz-close{
	outline: none!important;
	border: none!important;
}