@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.heading-accent {
  position: relative;
  display: inline-block;
  color: #f1efe9;
  line-height: 1.1;
}
.heading-accent::after {
  content: "";
  display: block;
  width: 60px;
  max-width: 60%;
  height: 3px;
  margin-top: 2px;
  background: #E7795D;
  border-radius: 2px;
}

/* Variantes utiles (optionnel) */
.heading-accent--center {
  text-align: center;
}
.heading-accent--center::after {
  margin-left: auto;
  margin-right: auto;
}

.heading-accent--right {
  text-align: right;
}
.heading-accent--right::after {
  margin-left: auto;
}

.heading-accent--short::after {
  width: 120px;
}

.heading-accent--thin::after {
  height: 2px;
}

.heading-accent--full::after {
  width: 100%;
  max-width: 100%;
}

/* === HEADER STICKY === */
nav {
  z-index: 999;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 10px 0px !important;
  width: 100%;
  z-index: 1000;
  background: transparent; /* Transparent par défaut */
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.site-header a.menu-link {
  color: #fff !important; /* Blanc sur fond hero */
  transition: color 0.3s ease, border-color 0.3s ease;
}
.site-header a.menu-link:hover {
  color: #f8d57e; /* jaune pâle */
  border-bottom: 2px solid #f8d57e;
}
.site-header {
  /* Supprimer la couleur de fond de l'underline animé */
}
.site-header .wpr-pointer-double-line .wpr-pointer-item:before,
.site-header .wpr-pointer-double-line .wpr-pointer-item:after,
.site-header .wpr-pointer-underline .wpr-pointer-item:after,
.site-header .wpr-pointer-overline .wpr-pointer-item:after {
  background-color: transparent !important;
  box-shadow: none !important;
}
.site-header.is-scrolled {
  background: rgba(145, 145, 145, 0.7568627451); /* Fond blanc après scroll */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.site-header.is-scrolled a.menu-link {
  color: white !important;
}
.site-header.is-scrolled a.menu-link:hover {
  color: #e7795d; /* orange */
  border-bottom: 2px solid #e7795d;
}

section.elementor-section.elementor-top-section.elementor-element.elementor-element-580351a30.elementor-section-height-min-height.elementor-section-content-middle.elementor-section-full_width.elementor-section-height-default.elementor-section-items-middle.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no {
  background-attachment: fixed;
  background-size: inherit;
}

.pic-forme {
  width: -webkit-fill-available;
  padding: 60px;
}

.wpcf7-form {
  text-align: center;
}
.wpcf7-form p {
  margin-bottom: 0 !important;
}

.card-kitchen .elementor-icon {
  color: #f9f9f9 !important;
}
.card-kitchen .elementor-icon :hover {
  color: #e7795d;
}
.card-kitchen h2 {
  color: #d9d9d9;
}
.card-kitchen h3 {
  font-size: 15px !important;
  color: #d9d9d9 !important;
  font-weight: bold !important;
}
.card-kitchen h3 :hover {
  color: #e7795d;
}
.card-kitchen svg,
.card-kitchen i {
  width: 48px;
  height: 48px;
  font-size: 48px;
}

#map {
  height: 600px;
  margin: 20px 0;
  align-items: center;
  z-index: 1;
}

.popup-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  max-width: 200px;
}
.popup-content a {
  display: inline-block;
  margin-top: 8px;
  padding: 5px 10px;
  background: #e7795d;
  color: white !important;
  border-radius: 5px;
  text-decoration: none;
}
.popup-content p {
  font-size: 14px;
  margin: 5px 0;
}
.popup-content h3 {
  margin: 0px 0px 10px 0px;
  text-decoration: underline;
  font-size: 16px;
  color: #1e3551;
  text-align: center;
  height: 100%;
}
.popup-content img {
  max-width: 200px;
  border-radius: 8px;
  margin-bottom: 10px;
  height: auto;
}

/* Container du preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #9fb5cf; /* bleu foncé de ta charte */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Logo animé */
#preloader .loader-logo {
  width: 100px; /* adapte à ton logo */
  height: auto;
  animation: spin 2s linear infinite;
}

/* Animation de rotation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Cache le preloader quand la page est chargée */
body.loaded #preloader {
  display: none;
}

.card-kitchen {
  height: 100%;
}

/* On s'assure que tout le carrousel occupe la hauteur de son parent */
.card-kitchen .elementor-widget-container,
.card-kitchen .elementor-image-carousel-wrapper,
.card-kitchen .swiper,
.card-kitchen .swiper-wrapper,
.card-kitchen .swiper-slide,
.card-kitchen .swiper-slide-inner,
.card-kitchen .swiper-slide figure {
  height: 100%;
}

/* L’image remplit bien la diapo sans se déformer */
.card-kitchen .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* couvre tout le cadre sans étirement */
  display: block;
}

/* (Optionnel) si la colonne parent est en flex, évite les overflow */
.card-kitchen .elementor-widget-image-carousel {
  flex: 1 1 auto;
  min-height: 0;
}

/* Header mobile visible */
/* Menu mobile slide-in */
