/*
Theme Name: Lazetnic
Theme URI: https://preprod.lazetnic.com/
Author: Eventus Communication
Description: Thème WordPress autonome pour la migration du site Lazetnic.
Version: 0.9.1
Requires at least: 6.7
Requires PHP: 7.4
Text Domain: lazetnic
*/

:root {
  --lazetnic-burgundy: #6b1f2d;
  --lazetnic-burgundy-dark: #50131e;
  --lazetnic-beige: #f0d8bd;
  --lazetnic-pink: #fa96b3;
  --lazetnic-orange: #fd6f2f;
  --lazetnic-ink: #50131e;
  --lazetnic-white: #fff;
  --lazetnic-max: 1170px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--lazetnic-ink);
  background: var(--lazetnic-white);
  font-family: "Source Sans 3", "Source Sans Pro", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}
img, video, iframe { max-width: 100%; }
img { height: auto; }
a { color: var(--lazetnic-burgundy); }
a:hover, a:focus { color: var(--lazetnic-orange); }
h1, h2, .site-brand, .booking-bar {
  font-family: "Della Respira", Georgia, serif;
  font-weight: 400;
}
h1 { font-size: clamp(2.3rem, 5vw, 3.2rem); line-height: 1.15; }
h2 { font-size: clamp(1.9rem, 4vw, 2.4rem); line-height: 1.25; }
h3 { font-size: 1.35rem; line-height: 1.3; }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  clip: auto;
  width: auto;
  height: auto;
  padding: .75rem 1rem;
  margin: .5rem;
  background: #fff;
  z-index: 10000;
}

.booking-bar {
  padding: .75rem 1rem;
  text-align: center;
  text-transform: uppercase;
  background: var(--lazetnic-beige);
  color: var(--lazetnic-burgundy);
  font-weight: 700;
}
.booking-bar a { color: inherit; font-weight: 900; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid rgba(107,31,45,.08);
  box-shadow: 0 3px 14px rgba(80,19,30,.04);
}
.admin-bar .site-header { top: 32px; }
.header-inner {
  width: min(100% - 2rem, var(--lazetnic-max));
  min-height: 86px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.site-brand {
  color: var(--lazetnic-burgundy);
  font-size: 1.6rem;
  text-decoration: none;
  white-space: nowrap;
}
.site-nav { margin-left: auto; }
.site-nav ul {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: .15rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-nav li { position: relative; }
.site-nav a {
  display: block;
  padding: .8rem .72rem;
  color: #777;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .78rem;
  letter-spacing: .02em;
}
.site-nav a:hover,
.site-nav a:focus,
.site-nav .current-menu-item > a { color: var(--lazetnic-burgundy); }
.site-nav .cta > a {
  background: var(--lazetnic-burgundy);
  color: #fff;
}
.site-nav .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 250px;
  display: none;
  background: #fff;
  padding: .4rem;
  box-shadow: 0 12px 30px rgba(80,19,30,.15);
}
.site-nav li:hover > .sub-menu,
.site-nav li:focus-within > .sub-menu { display: block; }
.menu-toggle {
  display: none;
  margin-left: auto;
  padding: .6rem .8rem;
  border: 1px solid var(--lazetnic-burgundy);
  background: #fff;
  color: var(--lazetnic-burgundy);
}

.site-main { min-height: 55vh; overflow: hidden; }
.site-main > article > .entry-content { margin: 0; }
.content-shell {
  width: min(100% - 2rem, 850px);
  margin: 4rem auto;
}
.content-shell-wide {
  width: min(100% - 2rem, var(--lazetnic-max));
  margin: 4rem auto;
}

.lazetnic-migrated-page,
.lazetnic-migrated-page .page-content { width: 100%; }
.lazetnic-migrated-page [data-lazetnic-section] {
  position: relative;
  clear: both;
  overflow: hidden;
}
.sppb-row-container,
.sppb-container {
  width: min(100% - 2rem, var(--lazetnic-max));
  margin-inline: auto;
}
.sppb-row {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -15px;
}
.sppb-row > [class*="sppb-col-"] { padding-inline: 15px; width: 100%; }
.sppb-col-md-1 { flex: 0 0 8.333%; max-width: 8.333%; }
.sppb-col-md-2 { flex: 0 0 16.666%; max-width: 16.666%; }
.sppb-col-md-3 { flex: 0 0 25%; max-width: 25%; }
.sppb-col-md-4 { flex: 0 0 33.333%; max-width: 33.333%; }
.sppb-col-md-5 { flex: 0 0 41.666%; max-width: 41.666%; }
.sppb-col-md-6, .sppb-col-sm-6 { flex: 0 0 50%; max-width: 50%; }
.sppb-col-md-7 { flex: 0 0 58.333%; max-width: 58.333%; }
.sppb-col-md-8 { flex: 0 0 66.666%; max-width: 66.666%; }
.sppb-col-md-9 { flex: 0 0 75%; max-width: 75%; }
.sppb-col-md-10 { flex: 0 0 83.333%; max-width: 83.333%; }
.sppb-col-md-11 { flex: 0 0 91.666%; max-width: 91.666%; }
.sppb-col-md-12 { flex: 0 0 100%; max-width: 100%; }
.sppb-col-sm-offset-6 { margin-left: 50%; }
.sppb-align-center { align-items: center; }
.sppb-align-items-center { align-items: center; }
.sppb-text-center, .sppb-text-center * { text-align: center; }
.sppb-text-left { text-align: left; }
.sppb-addon-title { color: var(--lazetnic-burgundy); }
.sppb-addon-content { overflow-wrap: anywhere; }
.sppb-addon-content p { margin: 0 0 1.2rem; }
.sppb-empty-space { min-height: 1px; }
.sppb-section-background-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.sppb-section-background-video + .sppb-row-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(80,19,30,.12);
}
.sppb-section-background-video ~ .sppb-row-container { position: relative; z-index: 2; }
.lazetnic-hero-video { width: 100%; height: 100%; object-fit: cover; }
.sppb-image-holder {
  min-height: 430px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sppb-addon-image-content { overflow: hidden; }
.sppb-addon-image-content .sppb-image-holder {
  position: absolute;
  inset-block: 0;
  width: 50%;
}
.sppb-addon-image-content.aligment-left .sppb-image-holder { left: 0; }
.sppb-addon-image-content.aligment-right .sppb-image-holder { right: 0; }
.sppb-addon-image-content .sppb-container { position: relative; }
.sppb-addon-image-content .sppb-row { min-height: 620px; align-items: center; }
.sppb-addon-image-content .sppb-content-holder { padding: 2.2rem; }
.sppb-btn,
.read-more,
.button {
  display: inline-block;
  padding: .7rem 1.25rem;
  border: 0;
  border-radius: 2px;
  color: #fff;
  background: var(--lazetnic-pink);
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Della Respira", Georgia, serif;
  font-size: .85rem;
  font-weight: 700;
}
.sppb-btn:hover, .read-more:hover, .button:hover { background: var(--lazetnic-burgundy); color: #fff; }
.sppb-icon-inner { color: var(--lazetnic-burgundy); }
.sppb-carousel-inner .sppb-item { display: none; }
.sppb-carousel-inner .sppb-item.active,
.sppb-carousel-inner .sppb-item:first-child { display: block; }
.sppb-panel { margin-bottom: .8rem; border: 1px solid var(--lazetnic-beige); }
.sppb-panel-heading { padding: .8rem 1rem; background: var(--lazetnic-beige); }
.sppb-panel-body { padding: 1rem; }
.sppb-table-responsive { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: .75rem; border: 1px solid #e7d5c4; text-align: left; }
th { background: var(--lazetnic-beige); color: var(--lazetnic-burgundy); }

/* Shared design primitives for Elementor Free page bodies. */
.elementor-page .entry-content { width: 100%; }
.elementor-page .elementor-widget-text-editor,
.elementor-page .elementor-widget-heading { color: var(--lazetnic-ink); }
.elementor-page .elementor-button {
  border-radius: 2px;
  background: var(--lazetnic-pink) !important;
  color: #fff !important;
  font-family: "Della Respira", Georgia, serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}
.elementor-page .elementor-button:hover,
.elementor-page .elementor-button:focus { background: var(--lazetnic-burgundy) !important; color: #fff !important; }
.lazetnic-section {
  padding: clamp(2.5rem, 6vw, 5rem) max(1rem, calc((100vw - var(--lazetnic-max)) / 2));
}
.lazetnic-content-column > .elementor-widget-wrap {
  padding: clamp(2.5rem, 6vw, 5rem) 1rem;
}
.lazetnic-story-panel > .elementor-widget-wrap {
  padding: clamp(2.5rem, 6vw, 5rem) max(1rem, calc((100vw - var(--lazetnic-max)) / 2));
}
.lazetnic-kicker {
  color: var(--lazetnic-orange);
  font-family: "Della Respira", Georgia, serif;
}
.lazetnic-kicker .elementor-heading-title { color: var(--lazetnic-orange) !important; }
.lazetnic-rich-text,
.lazetnic-rich-text .elementor-widget-container,
.lazetnic-rich-text p {
  color: var(--lazetnic-ink) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 18px;
  line-height: 1.6;
}
.lazetnic-panel { background: var(--lazetnic-beige); }
.lazetnic-card {
  height: 100%;
  padding: 2rem;
  background: var(--lazetnic-beige);
  text-align: center;
}
.lazetnic-elementor-hero .elementor-column-gap-no,
.lazetnic-elementor-hero .elementor-widget-wrap,
.lazetnic-elementor-hero .elementor-widget,
.lazetnic-elementor-hero .elementor-widget-container { width: 100%; }
.lazetnic-elementor-hero-video {
  display: block;
  width: 100%;
  height: clamp(420px, 55vw, 720px);
  object-fit: cover;
}
.lazetnic-intro { padding-bottom: 2rem; }
.lazetnic-intro-title .elementor-heading-title {
  margin: 0 0 1.8rem;
  padding: .8rem 1rem;
  background: var(--lazetnic-beige);
  color: var(--lazetnic-burgundy) !important;
  font-size: clamp(1.25rem, 3vw, 1.9rem);
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}
.lazetnic-info-cards { padding-bottom: 2rem; }
.lazetnic-info-cards > .elementor-container { align-items: stretch; gap: 1px; }
.lazetnic-info-cards .elementor-column > .elementor-widget-wrap {
  align-content: flex-start;
  padding: 1.5rem 2rem 2rem;
  background: var(--lazetnic-beige);
  text-align: center;
}
.lazetnic-card-symbol .elementor-heading-title {
  color: var(--lazetnic-burgundy) !important;
  font-size: 3rem;
  line-height: 1;
}
.lazetnic-card .elementor-button-wrapper { text-align: center; }
.lazetnic-card-text { text-align: center; }
.lazetnic-story { background: var(--lazetnic-burgundy); color: #fff; text-align: center; }
.lazetnic-story-panel > .elementor-widget-wrap {
  background: var(--lazetnic-burgundy);
  color: #fff;
  text-align: center;
}
.lazetnic-story .elementor-heading-title,
.lazetnic-story .elementor-widget-text-editor,
.lazetnic-story .elementor-widget-container,
.lazetnic-story p,
.lazetnic-story-panel .elementor-heading-title,
.lazetnic-story-panel .elementor-widget-text-editor,
.lazetnic-story-panel .elementor-widget-container,
.lazetnic-story-panel p { color: #fff !important; }
.lazetnic-section-title .elementor-heading-title {
  color: var(--lazetnic-burgundy) !important;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.lazetnic-centered .elementor-heading-title { text-align: center; }
.lazetnic-split > .elementor-container { max-width: none !important; align-items: stretch; }
.lazetnic-split .elementor-column { min-height: 620px; }
.lazetnic-split-image .elementor-widget-image,
.lazetnic-split-image .elementor-widget-container,
.lazetnic-split-image img { width: 100%; height: 100%; }
.lazetnic-split-image .elementor-widget-wrap { padding: 0; }
.lazetnic-split-image img { display: block; margin: 0; object-fit: cover; }
.lazetnic-split-copy > .elementor-widget-wrap {
  align-content: center;
  padding: clamp(2rem, 5vw, 5rem);
}
.lazetnic-quote-mark .elementor-heading-title {
  color: var(--lazetnic-orange) !important;
  font-size: 5rem;
  line-height: .6;
}
.lazetnic-team-signature .elementor-heading-title { color: var(--lazetnic-burgundy) !important; }

/* Elementor 4 applies custom classes reliably to widgets; :has() styles their parent layout. */
.elementor-section:has(.lazetnic-intro-title),
.elementor-section:has(.lazetnic-welcome-text),
.elementor-section:has(.lazetnic-approach-title),
.elementor-section:has(.lazetnic-team-title) {
  padding: clamp(2.5rem, 6vw, 5rem) max(1rem, calc((100vw - var(--lazetnic-max)) / 2));
}
.elementor-section:has(.lazetnic-card-symbol) {
  padding: 0 max(1rem, calc((100vw - var(--lazetnic-max)) / 2)) 2rem;
}
.elementor-section:has(.lazetnic-card-symbol) > .elementor-container {
  align-items: stretch;
  gap: 1px;
}
.elementor-section:has(.lazetnic-card-symbol) .elementor-column > .elementor-widget-wrap {
  align-content: flex-start;
  padding: 1.5rem 2rem 2rem;
  background: var(--lazetnic-beige);
  text-align: center;
}
.elementor-section:has(.lazetnic-story-title) {
  padding: clamp(2.5rem, 6vw, 5rem) max(1rem, calc((100vw - var(--lazetnic-max)) / 2));
  background: var(--lazetnic-burgundy);
  color: #fff;
  text-align: center;
}
.elementor-section:has(.lazetnic-story-title) .elementor-heading-title,
.elementor-section:has(.lazetnic-story-title) .elementor-widget-container,
.elementor-section:has(.lazetnic-story-title) p { color: #fff !important; }
.elementor-section:has(.lazetnic-laser-title) > .elementor-container,
.elementor-section:has(.lazetnic-electric-title) > .elementor-container {
  max-width: none !important;
  align-items: stretch;
}
.elementor-section:has(.lazetnic-laser-title) .elementor-column,
.elementor-section:has(.lazetnic-electric-title) .elementor-column { min-height: 620px; }
.elementor-section:has(.lazetnic-laser-title) .elementor-column:has(.lazetnic-laser-title) > .elementor-widget-wrap,
.elementor-section:has(.lazetnic-electric-title) .elementor-column:has(.lazetnic-electric-title) > .elementor-widget-wrap {
  align-content: center;
  padding: clamp(2rem, 5vw, 5rem);
}
.elementor-section:has(.lazetnic-laser-title) .elementor-column:has(.lazetnic-laser-title) .elementor-widget,
.elementor-section:has(.lazetnic-electric-title) .elementor-column:has(.lazetnic-electric-title) .elementor-widget {
  padding-inline: clamp(2rem, 7vw, 9rem);
}
/* Stable seeded IDs keep the split copy aligned even if Elementor normalizes extra classes. */
.elementor-element-lzlaser4 > .elementor-widget-wrap,
.elementor-element-lzelect2 > .elementor-widget-wrap {
  align-content: center;
  padding-block: clamp(2rem, 5vw, 5rem);
}
.elementor-element-lzlaser4 > .elementor-widget-wrap > .elementor-widget,
.elementor-element-lzelect2 > .elementor-widget-wrap > .elementor-widget {
  padding-inline: clamp(2rem, 7vw, 9rem);
}
.elementor-element-lzlaser2 > .elementor-widget-wrap,
.elementor-element-lzelect6 > .elementor-widget-wrap {
  padding: 0;
}
.elementor-element-lzlaser3,
.elementor-element-lzelect7 {
  display: flex;
  width: 100%;
  height: 100%;
}
.elementor-element-lzlaser3 img,
.elementor-element-lzelect7 img {
  display: block;
  flex: 1 1 auto;
  align-self: stretch;
  width: 100%;
  height: auto;
  margin: 0 !important;
  object-fit: cover;
}
.lazetnic-split-image-widget,
.lazetnic-split-image-widget .elementor-widget-container,
.lazetnic-split-image-widget img { width: 100%; height: 100%; }
.lazetnic-split-image-widget img { display: block; margin: 0; object-fit: cover; }

.blog-header {
  padding: 4.5rem 1rem 2rem;
  text-align: center;
  background: var(--lazetnic-beige);
}
.post-grid {
  width: min(calc(100% - 30px), 1110px);
  margin: 240px auto 60px;
}
.post-card { margin: 0 0 30px; background: #fff; }
.post-card img { display: block; width: auto; max-width: 100%; height: auto; margin: 0; }
.post-card-content { padding: 20px 30px 33px; }
.post-card h2 {
  margin: 0 0 20px;
  color: #333;
  font-family: "Source Sans 3", "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}
.post-card .entry-meta { margin: 0 0 10px; font-size: 14px; line-height: 20px; }
.post-card-content > p:not(.entry-meta) {
  margin: 0 0 10px;
  color: #565656;
  font-family: Lato, Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
}
.post-card .read-more { display: none; }
.entry-hero { padding: 4rem 1rem 2rem; text-align: center; background: var(--lazetnic-beige); }
.entry-meta { color: #78646a; font-size: .9rem; }
.entry-content img { display: block; margin: 2rem auto; }
.single-article-shell {
  width: min(calc(100% - 30px), 1140px);
  margin: 100px auto;
  padding: 40px 15px 0;
}
.single-blog-label {
  margin: 20px 0 10px;
  color: var(--lazetnic-burgundy);
  font-size: 50px;
  line-height: 55px;
  text-transform: uppercase;
}
.single-article-title {
  margin: 36px 0 30px;
  color: #333;
  font-family: "Source Sans 3", "Source Sans Pro", Arial, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
}
.single-article-shell > .entry-meta { margin: 0 0 52px; font-size: 14px; line-height: 20px; }
.single-article-body { width: 100%; }
.single-article-body p {
  margin: 0 0 10px;
  color: #565656;
  font-family: Lato, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.single-article-body > p:first-child,
.single-article-body > p:empty { display: none; }
.single-article-body img { margin: 0 auto; }
.single-article-body h2 {
  margin: 20px 0 10px;
  font-family: "Source Sans 3", "Source Sans Pro", Arial, sans-serif;
  font-size: 16px;
  line-height: 17.6px;
}
.single-article-body img { max-width: 100%; height: auto; }
.pagination { width: min(100% - 2rem, var(--lazetnic-max)); margin: 2rem auto 4rem; text-align: center; }

.site-footer {
  padding: 3rem 1rem 1.5rem;
  background: var(--lazetnic-burgundy);
  color: #fff;
  text-align: center;
}
.site-footer a { color: var(--lazetnic-beige); }
.site-footer h2, .site-footer h3 { color: #fff; }
.footer-inner { width: min(100%, var(--lazetnic-max)); margin: auto; }
.footer-meta { margin-top: 2rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.25); font-size: .9rem; }

@media (max-width: 1180px) {
  .admin-bar .site-header { top: 46px; }
  .header-inner { min-height: 72px; flex-wrap: wrap; padding-block: .6rem; }
  .menu-toggle { display: block; }
  .site-nav { display: none; flex: 0 0 100%; margin: 0; }
  .site-nav.is-open { display: block; }
  .site-nav ul { display: block; }
  .site-nav .sub-menu { position: static; display: block; box-shadow: none; padding-left: 1rem; }
  .site-nav a { padding: .65rem .4rem; }
  .post-grid { margin-top: 120px; }
}

@media (max-width: 767px) {
  body { font-size: 17px; }
  [class*="sppb-col-md-"], .sppb-col-sm-6 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .sppb-col-sm-offset-6 { margin-left: 0; }
  .sppb-row-container, .sppb-container { width: min(100% - 1.3rem, var(--lazetnic-max)); }
  .sppb-addon-image-content .sppb-content-holder { padding: 1.2rem 0 2rem; }
  .sppb-addon-image-content .sppb-image-holder {
    position: relative;
    width: 100%;
  }
  .sppb-addon-image-content .sppb-row { min-height: 0; }
  .sppb-image-holder { min-height: 300px; }
  .lazetnic-elementor-hero-video { height: 330px; }
  .lazetnic-info-cards > .elementor-container { gap: .75rem; }
  .lazetnic-split .elementor-column { min-height: 0; }
  .lazetnic-split-image .elementor-widget-image,
  .lazetnic-split-image .elementor-widget-container,
  .lazetnic-split-image img { height: 340px; }
  .lazetnic-split-copy > .elementor-widget-wrap { padding: 2rem 1rem 3rem; }
  .elementor-section:has(.lazetnic-card-symbol) > .elementor-container { gap: .75rem; }
  .elementor-section:has(.lazetnic-laser-title) .elementor-column,
  .elementor-section:has(.lazetnic-electric-title) .elementor-column { min-height: 0; }
  .lazetnic-split-image-widget,
  .lazetnic-split-image-widget .elementor-widget-container,
  .lazetnic-split-image-widget img { height: 340px; }
  .elementor-section:has(.lazetnic-laser-title) .elementor-column:has(.lazetnic-laser-title) > .elementor-widget-wrap,
  .elementor-section:has(.lazetnic-electric-title) .elementor-column:has(.lazetnic-electric-title) > .elementor-widget-wrap {
    padding: 2rem 1rem 3rem;
  }
  .elementor-section:has(.lazetnic-laser-title) .elementor-column:has(.lazetnic-laser-title) .elementor-widget,
  .elementor-section:has(.lazetnic-electric-title) .elementor-column:has(.lazetnic-electric-title) .elementor-widget {
    padding-inline: 0;
  }
  .elementor-element-lzlaser4 > .elementor-widget-wrap,
  .elementor-element-lzelect2 > .elementor-widget-wrap {
    padding: 2rem 1rem 3rem;
  }
  .elementor-element-lzlaser4 > .elementor-widget-wrap > .elementor-widget,
  .elementor-element-lzelect2 > .elementor-widget-wrap > .elementor-widget {
    padding-inline: 0;
  }
  .elementor-element-lzlaser3,
  .elementor-element-lzelect7 {
    height: 340px;
  }
  .sppb-hidden-xs { display: none !important; }
  .sppb-hidden-md.sppb-hidden-lg.sppb-hidden-sm { display: block !important; }
  .post-grid { width: min(calc(100% - 30px), 1110px); margin-top: 60px; }
  .post-card-content { padding: 20px 15px 30px; }
  .single-article-shell { margin-top: 40px; padding-top: 10px; }
  .single-blog-label { font-size: 36px; line-height: 42px; }
  .single-article-title { margin-top: 24px; font-size: 30px; line-height: 1.2; }
}

@media (min-width: 768px) {
  .sppb-hidden-md.sppb-hidden-lg.sppb-hidden-sm { display: none !important; }
}

/* Homepage fidelity pass: reproduce the original Joomla 1170/1140 px grid. */
.home .elementor-element-lzhero1 .lazetnic-elementor-hero-video {
  height: 600px;
}

.home .elementor-element-lzintro1 {
  margin-top: 30px;
  padding: 30px 0 60px;
}
.home .elementor-element-lzintro1 > .elementor-container {
  max-width: 975px !important;
}
.home .elementor-element-lzintro2 { padding: 0 15px; }
.home .elementor-element-lzintro2 > .elementor-widget-wrap { padding: 0; }
.home .elementor-element-lzintro3 { margin-bottom: 30px; }
.home .elementor-element-lzintro3 .elementor-heading-title {
  margin: 0;
  font-family: "Della Respira", Georgia, serif;
  font-size: 28px;
  line-height: 1.25;
}
.home .elementor-element-lzintro4,
.home .elementor-element-lzintro4 p {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
}

.home .elementor-element-lzcards1 {
  padding: 0 0 30px;
}
.home .elementor-element-lzcards1 > .elementor-container {
  max-width: 1170px !important;
  gap: 0;
  align-items: stretch;
}
.home .elementor-element-lzcards1 .elementor-column {
  flex: 1 1 33.333% !important;
  width: 33.333% !important;
  min-height: 318px;
  height: auto;
  padding: 0 15px;
  background: transparent;
}
.home .elementor-element-lzcards1 .elementor-column > .elementor-widget-wrap {
  height: 100%;
  align-content: center;
  padding: 20px 30px;
  background: var(--lazetnic-beige);
}
.home .elementor-element-lzcards1 .elementor-heading-title,
.home .elementor-element-lzcards1 .elementor-widget-text-editor,
.home .elementor-element-lzcards1 .elementor-button {
  font-size: 16px;
  line-height: 24px;
}
.home .elementor-element-lzcards1 .lazetnic-card-symbol .elementor-heading-title {
  font-size: 38px;
  line-height: 1;
}
.home .elementor-element-lzcards1 .lazetnic-kicker .elementor-heading-title {
  font-family: "Della Respira", Georgia, serif;
  font-size: 20px;
  line-height: 22px;
}

.home .elementor-element-lzwelco1 { padding: 0; }
.home .elementor-element-lzwelco1 > .elementor-container {
  max-width: 1170px !important;
}
.home .elementor-element-lzwelco2 { padding: 0 15px; }
.home .elementor-element-lzwelco2 > .elementor-widget-wrap {
  padding: 20px 0;
}
.home .elementor-element-lzwelco3,
.home .elementor-element-lzwelco3 p {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
}

.home .elementor-element-lzstory1 {
  padding: 0;
  background: transparent;
}
.home .elementor-element-lzstory1 > .elementor-container {
  max-width: 1170px !important;
}
.home .elementor-element-lzstory2 {
  padding: 0 15px;
  background: transparent;
}
.home .elementor-element-lzstory2 > .elementor-widget-wrap {
  min-height: 342px;
  align-content: center;
  padding: 30px;
  background: var(--lazetnic-burgundy);
}
.home .elementor-element-lzstory3 { margin: 20px 0; }
.home .elementor-element-lzstory3 .elementor-heading-title {
  font-family: "Della Respira", Georgia, serif;
  font-size: 36px;
  line-height: 1.1;
}
.home .elementor-element-lzstory4,
.home .elementor-element-lzstory4 p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}

.home .elementor-element-lzappro1 {
  margin-top: 30px;
  padding: 0;
}
.home .elementor-element-lzappro1 > .elementor-container,
.home .elementor-element-lzteam01 > .elementor-container {
  max-width: 1170px !important;
}
.home .elementor-element-lzappro2,
.home .elementor-element-lzteam02 { padding: 0 15px; }
.home .elementor-element-lzappro2 > .elementor-widget-wrap {
  padding: 20px 0 22px;
}
.home .elementor-element-lzappro3 { margin-bottom: 30px; }
.home .elementor-element-lzappro3 .elementor-heading-title,
.home .elementor-element-lzteam03 .elementor-heading-title {
  font-family: "Della Respira", Georgia, serif;
  font-size: 18px;
  line-height: 24px;
}
.home .elementor-element-lzappro4,
.home .elementor-element-lzappro4 p,
.home .elementor-element-lzteam05,
.home .elementor-element-lzteam05 p {
  font-size: 16px;
  line-height: 24px;
}

.home .elementor-element-lzlaser1,
.home .elementor-element-lzelect1 {
  padding: 50px 0 69px;
}
.home .elementor-element-lzlaser1 > .elementor-container,
.home .elementor-element-lzelect1 > .elementor-container {
  max-width: 1140px !important;
}
.home .elementor-element-lzlaser1 .elementor-column,
.home .elementor-element-lzelect1 .elementor-column {
  min-height: 0;
}
.home .elementor-element-lzlaser4 > .elementor-widget-wrap,
.home .elementor-element-lzelect2 > .elementor-widget-wrap {
  padding: 30px !important;
}
.home .elementor-element-lzlaser4 > .elementor-widget-wrap > .elementor-widget,
.home .elementor-element-lzelect2 > .elementor-widget-wrap > .elementor-widget {
  padding-inline: 0 !important;
}
.home .elementor-element-lzlaser5 .elementor-heading-title,
.home .elementor-element-lzelect3 .elementor-heading-title {
  font-family: "Della Respira", Georgia, serif;
  font-size: 24px;
  line-height: 26.4px;
}
.home .elementor-element-lzlaser6,
.home .elementor-element-lzlaser6 p,
.home .elementor-element-lzelect4,
.home .elementor-element-lzelect4 p {
  font-size: 16px;
  line-height: 24px;
}

.home .elementor-element-lzteam01 {
  min-height: 788px;
  padding: 0 0 130px;
}
.home .elementor-element-lzteam02 > .elementor-widget-wrap { padding: 0; }
.home .elementor-element-lzteam03 { margin-bottom: 20px; }
.home .elementor-element-lzteam05 p { margin: 0 0 24px; }
.home .elementor-element-lzteam06 .elementor-heading-title {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .home .elementor-element-lzhero1 .lazetnic-elementor-hero-video { height: 330px; }
  .home .elementor-element-lzintro1 { margin-top: 0; padding: 30px 15px; }
  .home .elementor-element-lzintro2,
  .home .elementor-element-lzwelco2,
  .home .elementor-element-lzstory2,
  .home .elementor-element-lzappro2,
  .home .elementor-element-lzteam02 { padding-inline: 0; }
  .home .elementor-element-lzintro3 .elementor-heading-title { font-size: 22px; }
  .home .elementor-element-lzcards1 { padding: 0 15px 30px; }
  .home .elementor-element-lzcards1 .elementor-column {
    flex-basis: 100% !important;
    width: 100% !important;
    min-height: 0;
    padding: 0 0 15px;
  }
  .home .elementor-element-lzcards1 .elementor-column > .elementor-widget-wrap {
    min-height: 300px;
    padding: 30px 20px;
  }
  .home .elementor-element-lzwelco1,
  .home .elementor-element-lzappro1,
  .home .elementor-element-lzteam01 { padding-inline: 15px; }
  .home .elementor-element-lzstory1 { padding: 0 15px; }
  .home .elementor-element-lzstory2 > .elementor-widget-wrap { padding: 30px 20px; }
  .home .elementor-element-lzstory3 .elementor-heading-title { font-size: 30px; }
  .home .elementor-element-lzlaser1,
  .home .elementor-element-lzelect1 { padding: 30px 15px 50px; }
  .home .elementor-element-lzlaser4 > .elementor-widget-wrap,
  .home .elementor-element-lzelect2 > .elementor-widget-wrap { padding: 30px 0 !important; }
  .home .elementor-element-lzteam01 { min-height: 0; padding-bottom: 80px; }
}

/* The original footer uses a beige information block above a burgundy copyright bar. */
.site-footer {
  padding: 0;
  background: var(--lazetnic-beige);
  color: var(--lazetnic-burgundy);
}
.site-footer a { color: var(--lazetnic-burgundy); }
.site-footer h3 { color: var(--lazetnic-burgundy); text-transform: uppercase; }
.footer-top { padding: 45px 15px; }
.footer-meta {
  width: 100%;
  margin: 0;
  padding: 34px 15px;
  border: 0;
  background: var(--lazetnic-burgundy);
  color: #fff;
}
.footer-meta a { color: #fff; }

/* Homepage buttons reproduce the two button variants used on the Joomla home page. */
.home .elementor-element-lzcard05 .elementor-button,
.home .elementor-element-lzlaser7 .elementor-button,
.home .elementor-element-lzelect5 .elementor-button {
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #fff !important;
  font-family: "Source Sans 3", "Source Sans Pro", Arial, sans-serif !important;
  font-size: 16px !important;
  letter-spacing: normal;
  text-decoration: none;
  transition: .3s;
}

.home .elementor-element-lzcard05 .elementor-button {
  padding: 0 22px;
  font-weight: 600 !important;
  line-height: 30px !important;
  text-transform: none !important;
}

.home .elementor-element-lzcard05,
.home .elementor-element-lzcard05 .elementor-button-wrapper {
  text-align: center !important;
}

.home .elementor-element-lzlaser7 .elementor-button,
.home .elementor-element-lzelect5 .elementor-button {
  padding: 0 27px;
  font-weight: 700 !important;
  line-height: 36px !important;
  text-transform: uppercase !important;
}

.home .elementor-element-lzcard05 .elementor-button:hover,
.home .elementor-element-lzcard05 .elementor-button:focus {
  background: var(--lazetnic-pink) !important;
}

.home .elementor-element-lzlaser7 .elementor-button:hover,
.home .elementor-element-lzlaser7 .elementor-button:focus,
.home .elementor-element-lzelect5 .elementor-button:hover,
.home .elementor-element-lzelect5 .elementor-button:focus {
  background: var(--lazetnic-beige) !important;
}

/* Fidelity layer for pages whose public Joomla/SP Page Builder markup is retained. */
.lazetnic-migrated-page {
  font-size: 16px;
  line-height: 24px;
}

.lazetnic-migrated-page .sppb-row-container,
.lazetnic-migrated-page .sppb-container {
  padding-inline: 15px;
}

.lazetnic-migrated-page .sppb-column {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.lazetnic-migrated-page .sppb-column-addons {
  width: 100%;
}

.lazetnic-migrated-page .clearfix::before,
.lazetnic-migrated-page .clearfix::after {
  display: table;
  content: " ";
}

.lazetnic-migrated-page .clearfix::after {
  clear: both;
}

.lazetnic-migrated-page .sppb-addon-header h1.sppb-addon-title {
  margin: 0;
  padding: 10px;
}

.lazetnic-migrated-page h2 {
  margin: 20px 0;
  line-height: 1.1;
}

.lazetnic-migrated-page h3 {
  margin: 20px 0 10px;
  line-height: 1.1;
}

.lazetnic-migrated-page h2 {
  margin: 20px 0;
  line-height: 1.1;
}

.lazetnic-migrated-page h3 {
  margin: 20px 0 10px;
  line-height: 1.1;
}

.lazetnic-migrated-page p {
  margin: 0 0 10px;
  line-height: 24px;
}

.lazetnic-migrated-page .sppb-addon-content p {
  margin-bottom: 10px;
}

.lazetnic-migrated-page .sppb-addon-image-content {
  position: relative;
}

.lazetnic-migrated-page .sppb-addon-image-content .sppb-container {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

.lazetnic-migrated-page .sppb-section-content-center {
  display: flex;
  align-items: center;
}

.lazetnic-migrated-page .sppb-addon-image-content .sppb-row {
  min-height: 0;
}

.lazetnic-migrated-page .sppb-img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
}

.lazetnic-migrated-page .sppb-btn {
  padding: 0 25px;
  border-radius: 3px;
  font-family: "Source Sans 3", "Source Sans Pro", Arial, sans-serif;
  font-size: 16px;
  line-height: 36px;
}

/* SP Page Builder table rhythm used by the original pricing tables. */
.lazetnic-migrated-page .sppb-addon-table th,
.lazetnic-migrated-page .sppb-addon-table td {
  padding: 16px 20px;
  border: 0;
}

/* Match the original tariff typography and intrinsic column distribution. */
.lazetnic-migrated-page #tarifs-epilation .sppb-addon-table-main th,
.lazetnic-migrated-page #tarifs-hydrafacial .sppb-addon-table-main th,
.lazetnic-migrated-page #tarifs-soins-minceur .sppb-addon-table-main th {
  font-size: 18px;
}

.lazetnic-migrated-page #tarifs-epilation .sppb-addon-table-main td,
.lazetnic-migrated-page #tarifs-hydrafacial .sppb-addon-table-main td,
.lazetnic-migrated-page #tarifs-soins-minceur .sppb-addon-table-main td {
  font-size: 16px;
}

.lazetnic-migrated-page #tarifs-epilation .sppb-addon-content,
.lazetnic-migrated-page #tarifs-hydrafacial .sppb-addon-content,
.lazetnic-migrated-page #tarifs-soins-minceur .sppb-addon-content {
  overflow-wrap: normal;
}

/* This source section deliberately uses the full viewport grid. */
.lazetnic-migrated-page #section-id-1725541944657 > .sppb-row-container {
  width: 100%;
  max-width: none;
}

/* Preserve the final 10px of breathing room stripped with empty Joomla paragraphs. */
.lazetnic-migrated-page #section-id-1700145530015 .sppb-addon-image-content,
.lazetnic-migrated-page #section-id-1700145530031 .sppb-addon-image-content,
.lazetnic-migrated-page #section-id-1700145530036 .sppb-addon-image-content,
.lazetnic-migrated-page #section-id-1745571025042 .sppb-addon-image-content,
.lazetnic-migrated-page #section-id-1702384801850 .sppb-addon-image-content {
  padding-bottom: 10px;
}

/* Font Awesome is not required on WordPress: reproduce the three public contact pictograms. */
.lazetnic-migrated-page .fa-calendar-alt::before,
.lazetnic-migrated-page .fa-envelope::before,
.lazetnic-migrated-page .fa-map-pin::before,
.lazetnic-migrated-page .fa-info-circle::before {
  display: inline-block;
  color: var(--lazetnic-burgundy);
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.lazetnic-migrated-page .fa-calendar-alt::before { content: "◷"; }
.lazetnic-migrated-page .fa-envelope::before { content: "✉"; }
.lazetnic-migrated-page .fa-map-pin::before { content: "⌖"; }
.lazetnic-migrated-page .fa-info-circle::before { content: "ⓘ"; }

/* Page-specific SP rules that were supplied by the Joomla framework itself. */
.lazetnic-migrated-page #sppb-addon-1695741640928 h1.sppb-addon-title {
  padding: 0;
  line-height: 55px;
}

.lazetnic-migrated-page #section-id-1620992313071 .sppb-section-title {
  margin-bottom: 60px;
}

.lazetnic-migrated-page #section-id-1620992313071 .sppb-title-heading {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
}

@media (min-width: 1400px) {
  .lazetnic-migrated-page #section-id-1695742833937 > .sppb-row-container,
  .lazetnic-migrated-page #section-id-1695802781116 > .sppb-row-container,
  .lazetnic-migrated-page #section-id-1695891787392 > .sppb-row-container {
    width: 100%;
    max-width: 1600px;
  }
}

/* Preserve the original Bootstrap/Helix tariff grid at every desktop breakpoint. */
@media (min-width: 768px) and (max-width: 991px) {
  .lazetnic-migrated-page #tarifs-epilation > .sppb-row-container,
  .lazetnic-migrated-page #tarifs-hydrafacial > .sppb-row-container,
  .lazetnic-migrated-page #tarifs-soins-minceur > .sppb-row-container {
    width: 750px;
    max-width: 750px;
  }

  .lazetnic-migrated-page #tarifs-epilation [class*="sppb-col-md-"],
  .lazetnic-migrated-page #tarifs-hydrafacial [class*="sppb-col-md-"],
  .lazetnic-migrated-page #tarifs-soins-minceur [class*="sppb-col-md-"] {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .lazetnic-migrated-page #tarifs-epilation > .sppb-row-container,
  .lazetnic-migrated-page #tarifs-hydrafacial > .sppb-row-container,
  .lazetnic-migrated-page #tarifs-soins-minceur > .sppb-row-container {
    width: 970px;
    max-width: 970px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .lazetnic-migrated-page #tarifs-epilation > .sppb-row-container,
  .lazetnic-migrated-page #tarifs-hydrafacial > .sppb-row-container,
  .lazetnic-migrated-page #tarifs-soins-minceur > .sppb-row-container {
    width: 1170px;
    max-width: 1170px;
  }
}

@media (min-width: 1400px) {
  .lazetnic-migrated-page #tarifs-epilation > .sppb-row-container,
  .lazetnic-migrated-page #tarifs-hydrafacial > .sppb-row-container,
  .lazetnic-migrated-page #tarifs-soins-minceur > .sppb-row-container {
    width: 100%;
    max-width: 1600px;
  }
}

@media (max-width: 767px) {
  .lazetnic-migrated-page .sppb-row-container,
  .lazetnic-migrated-page .sppb-container {
    width: 100%;
  }

  .lazetnic-migrated-page #tarifs-epilation .sppb-addon-table-main {
    width: auto;
    min-width: 100%;
  }

}

/* Only the first coloured introduction panels follow the full-width mobile hero. */
@media (max-width: 767px) {
  .lazetnic-migrated-page :is(#section-id-1699891005361, #section-id-1702384801840, #section-id-1702043201126) > .sppb-row-container > .sppb-row > .sppb-col-md-12 {
    padding-inline: 0;
  }
}

/* Modern navigation: readable labels, current-page cues and compact disclosures. */
.site-header { border-bottom: 1px solid #f0e5e3; box-shadow: 0 4px 20px rgba(80, 19, 30, .05); }
.site-header .header-inner { min-height: 82px; }
.site-header .site-nav { font-family: "Source Sans 3", Arial, sans-serif; }
.site-header .site-nav > ul { gap: 2px; }
.site-header .site-nav a {
  padding: 10px 9px;
  min-height: 44px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: none;
  color: #59484b;
  white-space: nowrap;
}
.site-header .site-nav a:hover,
.site-header .site-nav a:focus-visible { background: #fbf0ed; color: var(--lazetnic-burgundy); }
.site-header .site-nav a[aria-current="page"],
.site-header .site-nav .has-current-page > a { background: #f7e6e7; color: var(--lazetnic-burgundy); }
.site-header .site-nav a[aria-current="page"] { box-shadow: inset 0 -2px var(--lazetnic-burgundy); }
.site-header .site-nav .cta > a { padding-inline: 15px; margin-left: 5px; background: var(--lazetnic-burgundy); color: #fff; }
.site-header .site-nav .cta > a:hover { background: var(--lazetnic-burgundy-dark); }
.site-header .site-nav a:focus-visible,
.site-header button:focus-visible { outline: 2px solid var(--lazetnic-burgundy); outline-offset: 2px; }
.site-header .site-nav .sub-menu {
  top: 100%;
  min-width: 255px;
  padding: 8px;
  border: 1px solid #f0e5e3;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(80, 19, 30, .12);
}
.site-header .site-nav .sub-menu a { font-size: 14px; font-weight: 400; }
.site-header .submenu-toggle { display: none; }
@media (min-width: 1181px) {
  .site-header .site-nav li:has(> .sub-menu) > a::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 0 3px 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
  }
}
@media (max-width: 1180px) {
  .site-header .header-inner { min-height: 72px; }
  .site-header .menu-toggle {
    min-height: 44px;
    padding: 8px 13px;
    border: 1px solid #e8d7d8;
    border-radius: 8px;
    background: #fff8f5;
    font: 600 15px/24px "Source Sans 3", Arial, sans-serif;
  }
  .site-header .menu-toggle[aria-expanded="true"] { background: var(--lazetnic-burgundy); color: #fff; }
  .site-header .site-nav.is-open {
    padding: 8px;
    margin: 0 0 4px;
    border: 1px solid #f0e5e3;
    border-radius: 12px;
    max-height: calc(100dvh - 240px);
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #fff;
  }
  .site-header .site-nav a { padding: 10px 12px; font-size: 16px; }
  .site-header .site-nav li:has(> .sub-menu) > a { padding-right: 56px; }
  .site-header .site-nav .submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 7px;
    background: #fff5f0;
    color: var(--lazetnic-burgundy);
    font: 24px/1 Arial, sans-serif;
    cursor: pointer;
  }
  .site-header .site-nav .sub-menu {
    padding: 4px 0 4px 12px;
    margin: 4px 0 8px 12px;
    min-width: 0;
    border: 0;
    border-left: 2px solid #efd7d9;
    border-radius: 0;
    box-shadow: none;
  }
  .site-header .site-nav.nav-enhanced .sub-menu { display: none; }
  .site-header .site-nav.nav-enhanced .submenu-open > .sub-menu { display: block; }
  .site-header .site-nav .sub-menu a { white-space: normal; font-size: 15px; }
  .site-header .site-nav .cta > a { margin: 8px 0 0; text-align: center; }
}

/* A menu-only category opens its children without navigating to a landing page. */
.site-header .site-nav .submenu-heading {
  display: block;
  min-height: 44px;
  padding: 10px 9px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #59484b;
  font: 600 14px/24px "Source Sans 3", Arial, sans-serif;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
}
.site-header .site-nav .submenu-heading:hover,
.site-header .site-nav .submenu-heading:focus-visible,
.site-header .site-nav .has-current-page > .submenu-heading {
  background: #f7e6e7;
  color: var(--lazetnic-burgundy);
}
.site-header .site-nav .submenu-heading::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 0 3px 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
}
.site-header .site-nav .submenu-heading[aria-expanded="true"]::after { transform: rotate(225deg); }
.site-header .site-nav.nav-enhanced li:has(> .submenu-heading) > .sub-menu { display: none; }
.site-header .site-nav.nav-enhanced li.submenu-open:has(> .submenu-heading) > .sub-menu { display: block; }
@media (max-width: 1180px) {
  .site-header .site-nav .submenu-heading { width: 100%; padding: 10px 12px; font-size: 16px; }
  .site-header .site-nav .submenu-heading::after { float: right; margin: 8px 6px 0 12px; }
}

/* Instagram remains visible outside the navigation, including on mobile. */
.header-inner:has(.header-instagram) { gap: 16px; }
.header-instagram {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(107, 31, 45, .18);
  border-radius: 50%;
  background: linear-gradient(135deg, #fff7f2, #fce5ed);
  color: var(--lazetnic-burgundy);
  text-decoration: none;
  transition: background-color .18s, color .18s, box-shadow .18s;
}
.header-instagram:hover,
.header-instagram:focus-visible {
  background: var(--lazetnic-burgundy);
  color: #fff;
  box-shadow: 0 3px 10px rgba(107, 31, 45, .18);
}
.header-instagram:focus-visible {
  outline: 2px solid var(--lazetnic-burgundy);
  outline-offset: 3px;
}
.header-instagram-tooltip {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 10px;
  border-radius: 4px;
  background: var(--lazetnic-burgundy);
  color: #fff;
  font: 13px/20px "Source Sans 3", Arial, sans-serif;
  white-space: nowrap;
  visibility: hidden;
  pointer-events: none;
}
.header-instagram:hover .header-instagram-tooltip,
.header-instagram:focus-visible .header-instagram-tooltip { visibility: visible; }
@media (max-width: 1180px) {
  .header-inner:has(.header-instagram) { gap: 12px; }
  .header-inner:has(.header-instagram) .site-brand { margin-right: auto; }
  .header-inner:has(.header-instagram) .menu-toggle { margin-left: 0; }
  .header-instagram-tooltip { left: auto; right: 0; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .header-instagram { transition: none; }
}

/* Shared booking call-to-action, below the consent banner in the stacking order. */
.lazetnic-booking-dock {
  position: fixed;
  inset: auto 0 0;
  z-index: 7900;
  padding: 10px 20px calc(10px + env(safe-area-inset-bottom, 0px));
  background: var(--lazetnic-beige);
  color: var(--lazetnic-burgundy);
  border-top: 1px solid rgba(107, 31, 45, .14);
  box-shadow: 0 -3px 16px rgba(80, 19, 30, .08);
  font-family: "Source Sans 3", "Source Sans Pro", Arial, sans-serif;
}
.lazetnic-booking-dock-inner {
  max-width: var(--lazetnic-max);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.lazetnic-booking-dock p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  font: inherit;
  font-size: 18px;
  line-height: 22px;
}
.lazetnic-booking-dock svg { flex-shrink: 0; }
.lazetnic-booking-dock strong { white-space: nowrap; }
.lazetnic-booking-dock-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-shrink: 0;
  min-height: 44px;
  padding: 10px 22px;
  border-radius: 4px;
  background: var(--lazetnic-burgundy);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  white-space: nowrap;
}
.lazetnic-booking-dock-button:hover,
.lazetnic-booking-dock-button:focus-visible {
  background: var(--lazetnic-burgundy-dark);
  color: #fff;
}
.lazetnic-booking-dock-button:focus-visible {
  outline: 2px solid var(--lazetnic-burgundy);
  outline-offset: 3px;
}
body:has(.lazetnic-booking-dock) .site-footer {
  padding-bottom: calc(84px + env(safe-area-inset-bottom, 0px));
}
body:has(.lazetnic-booking-dock) .seopress-edit-choice {
  bottom: calc(80px + env(safe-area-inset-bottom, 0px));
}
body:has(.seopress-user-message:not(.seopress-user-consent-hide)) .lazetnic-booking-dock,
body:has(.lazetnic-booking-dock):has(.seopress-user-message:not(.seopress-user-consent-hide)) .seopress-edit-choice {
  visibility: hidden;
}
@media (max-width: 600px) {
  .lazetnic-booking-dock { padding-inline: 14px; }
  .lazetnic-booking-dock-inner { gap: 12px; }
  .lazetnic-booking-dock p { font-size: 15px; line-height: 20px; }
  .lazetnic-booking-dock svg { display: none; }
  .lazetnic-booking-dock-button { padding-inline: 12px; font-size: 14px; }
  .lazetnic-booking-dock-button span { display: none; }
}

/* Mobile cookie shortcut: retain the native button and its accessible text. */
@media (max-width: 782px) {
  body .seopress-edit-choice { left: 14px; }
  body #seopress-user-consent-edit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #d7b2b8;
    border-radius: 50%;
    background: #fff8f3;
    color: var(--lazetnic-burgundy);
    font-size: 0;
    line-height: 0;
    box-shadow: 0 2px 8px rgba(80, 19, 30, .12);
  }
  body #seopress-user-consent-edit::before {
    content: "";
    width: 24px;
    height: 24px;
    background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b1f2d' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 12a9 9 0 1 1-9-9 4 4 0 0 0 4 4 4 4 0 0 0 5 5Z'/%3E%3Ccircle cx='8' cy='8' r='1'/%3E%3Ccircle cx='7' cy='14' r='1'/%3E%3Ccircle cx='13' cy='16' r='1'/%3E%3Ccircle cx='12' cy='11' r='.8'/%3E%3C/svg%3E");
  }
  body #seopress-user-consent-edit:hover { background-color: #f7e6e7; }
  body #seopress-user-consent-edit:focus-visible {
    outline: 2px solid var(--lazetnic-burgundy);
    outline-offset: 3px;
  }
}

/* Compact consent banner; preserve readable copy and equally prominent choices. */
body .seopress-user-consent.seopress-user-message {
  padding: 10px 20px;
  gap: 16px;
}
body .seopress-user-consent.seopress-user-message p:first-child {
  margin: 0;
  line-height: 1.45;
}
body .seopress-user-consent.seopress-user-message a {
  display: inline-block;
  white-space: nowrap;
}
body .seopress-user-consent.seopress-user-message p:last-child {
  gap: 10px;
}
body .seopress-user-consent.seopress-user-message button {
  min-width: 110px;
  min-height: 44px;
  padding: 8px 20px;
  border: 2px solid transparent;
}
@media (max-width: 782px) {
  body .seopress-user-consent.seopress-user-message {
    padding: 10px 14px;
    gap: 10px;
  }
  body .seopress-user-consent.seopress-user-message p:last-child {
    flex-direction: row;
  }
  body .seopress-user-consent.seopress-user-message button {
    flex: 1 1 0;
    width: auto !important;
    min-width: 0 !important;
  }
}

/* Contact: equal-height cards without changing the homepage or mobile stacking. */
@media (min-width: 768px) {
  .page-id-35 #prendre-rendez-vous > .sppb-row-container > .sppb-row {
    align-items: stretch;
  }
  .page-id-35 #prendre-rendez-vous > .sppb-row-container > .sppb-row > .sppb-col-md-4 {
    display: flex;
  }
  .page-id-35 #prendre-rendez-vous .sppb-col-md-4 > .sppb-column {
    flex: 1 1 auto;
    width: 100%;
    height: auto;
  }
}
.page-id-35 #prendre-rendez-vous .sppb-btn {
  margin-inline: 0 !important;
}

/* Remove the imported blank paragraph and leading line break above the address. */
.page-id-35 #sppb-addon-1744878241635 .sppb-addon-text > p:first-child,
.page-id-35 #sppb-addon-1744878241635 .sppb-addon-text > div > strong > br:first-child {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-id-35 #prendre-rendez-vous .sppb-feature-box-title {
    min-height: 44px;
  }
}

/* Native, dependency-free replacement for the former SP Page Builder gallery. */
.lazetnic-migrated-page .sppb-carousel-extended {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.lazetnic-migrated-page .sppb-carousel-extended > .sppb-carousel-extended-item {
  display: none;
}

.lazetnic-migrated-page .sppb-carousel-extended > .sppb-carousel-extended-item:first-child,
.lazetnic-migrated-page .sppb-carousel-extended.is-ready > .sppb-carousel-extended-item.is-active,
.lazetnic-migrated-page .sppb-carousel-extended.is-ready > .sppb-carousel-extended-item.is-prev,
.lazetnic-migrated-page .sppb-carousel-extended.is-ready > .sppb-carousel-extended-item.is-next {
  position: absolute;
  display: block;
}

.lazetnic-migrated-page .sppb-carousel-extended > .sppb-carousel-extended-item:first-child,
.lazetnic-migrated-page .sppb-carousel-extended.is-ready > .sppb-carousel-extended-item.is-active {
  top: 0;
  left: 50%;
  z-index: 2;
  width: 780px;
  height: 500px;
  transform: translateX(-50%);
}

.lazetnic-migrated-page .sppb-carousel-extended.is-ready > .sppb-carousel-extended-item.is-prev,
.lazetnic-migrated-page .sppb-carousel-extended.is-ready > .sppb-carousel-extended-item.is-next {
  top: 25px;
  z-index: 1;
  width: 702px;
  height: 450px;
  opacity: .72;
}

.lazetnic-migrated-page .sppb-carousel-extended.is-ready > .sppb-carousel-extended-item.is-prev {
  right: calc(50% + 405px);
}

.lazetnic-migrated-page .sppb-carousel-extended.is-ready > .sppb-carousel-extended-item.is-next {
  left: calc(50% + 405px);
}

.lazetnic-migrated-page .sppb-carousel-extended-item img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
}

.lazetnic-carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(107, 31, 45, .85);
  color: #fff;
  font-size: 24px;
  line-height: 42px;
  cursor: pointer;
  transform: translateY(-50%);
}

.lazetnic-carousel-prev { left: 15px; }
.lazetnic-carousel-next { right: 15px; }

@media (min-width: 768px) {
  .lazetnic-migrated-page .sppb-hidden-md.sppb-hidden-lg {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .lazetnic-migrated-page .sppb-carousel-extended,
  .lazetnic-migrated-page .sppb-carousel-extended > .sppb-carousel-extended-item:first-child,
  .lazetnic-migrated-page .sppb-carousel-extended.is-ready > .sppb-carousel-extended-item.is-active {
    width: 100%;
    height: 300px;
  }

  .lazetnic-migrated-page .sppb-carousel-extended.is-ready > .sppb-carousel-extended-item.is-prev,
  .lazetnic-migrated-page .sppb-carousel-extended.is-ready > .sppb-carousel-extended-item.is-next {
    display: none;
  }
}

.lazetnic-migrated-page .sppb-btn {
  padding: 0 25px;
  border-radius: 3px;
  font-family: "Source Sans 3", "Source Sans Pro", Arial, sans-serif;
  font-size: 16px;
  line-height: 36px;
}
