/*
Theme Name:		 Lise déclic
Description:	 Lise déclic, site de photographe professionnel
Author:			 Cobalt-net
Author URI:		 http://
Version:		 3.0.2
*/

.main-nav,
.site-header,
.site-logo img {
  will-change: transform;
}
.footer-left a::after,
.footer-social-link::after,
.header-socials a::after,
.ld-download-all::after,
.ld-download-zip.is-loading,
.ld-download-zip::after,
.ld-polaroid-frame::after,
.main-nav .sub-menu,
.main-nav .sub-menu li a::after,
.site-header.is-hidden,
.site-header.is-hidden-lightbox,
body.fancybox-active .site-header {
  pointer-events: none;
}
a,
body,
html {
  color: var(--texte-principal);
}
.center,
.footer-left,
.ld-apropos-title,
.ld-galerie-actions,
.ld-legal-title,
.ld-login-box,
.ld-seance-text,
.ld-user-bar,
.site-footer,
h1 {
  text-align: center;
}
*,
.ld-polaroid-frame,
.ld-polaroid-gallery,
.ld-polaroid-gallery *,
.ld-polaroid-inner,
.ld-polaroid-inner::after,
.main-nav,
::after,
::before {
  box-sizing: border-box;
}
.ld-polaroid,
.ld-polaroid-gallery > a {
  break-inside: avoid;
}
:root {
  --rose-pastel: #fdecec;
  --rose-light: #fff7f7;
  --or: #c9a86a;
  --or-clair: #e3c58c;
  --or-gradient: linear-gradient(90deg, #e7d9b9 0%, #c9a86a 50%, #e7d9b9 100%);
  --texte-principal: #5f4742;
  --fond-blanc: #ffffff;
  --gris-perle: #ececec;
}
body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: var(--rose-light);
  font-family: "Playfair Display", serif;
  line-height: 1.6;
}
h1,
h2,
h3,
h4 {
  margin: 0 0 20px;
}
h1 {
  font-size: 2.4rem;
}
h2 {
  font-size: 1.8rem;
}
a {
  text-decoration: none;
}
.site-header {
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1300px, calc(100% - 80px));
  margin: 0;
  max-width: 1300px;
  background: linear-gradient(145deg, #fffdfc 0, #faf4f2 100%);
  border-radius: 24px;
  padding: 0 24px;
  box-shadow: 0 12px 35px rgba(95, 71, 66, 0.08);
  backdrop-filter: blur(14px) saturate(120%);
  border: 1px solid rgba(255, 255, 255, 0.7);
  z-index: 2000;
  opacity: 1;
}
body.fancybox-active .site-header {
  transform: translate(-50%, -140%);
}
.main-nav .menu-list > li,
.menu-link,
.sub-link {
  position: relative;
  display: inline-block;
}
.footer-logo,
.footer-socials {
  transform: translateY(-50%);
  top: 50%;
}
.footer-left a,
.menu-link,
.sub-link {
  z-index: 1;
  overflow: hidden;
  text-decoration: none;
}
.main-nav .menu-list,
.main-nav .sub-menu,
.main-nav .sub-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
@media (min-width: 821px) {
  .main-nav .sub-menu {
    transition:
      opacity 0.25s,
      transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .header-container {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }
}
.site-logo img {
  justify-self: start;
  width: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
.main-nav,
.menu-link,
.site-header,
.sub-menu {
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
.site-header.shrink .site-logo img {
  width: 130px;
}
.site-logo img.parallax {
  transform: translateY(var(--parallax-y, 0)) scale(1);
}
@keyframes breatheLogo {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.018);
  }
}
.site-logo img:hover {
  filter: brightness(1.05);
  filter: brightness(1.07) drop-shadow(0 4px 14px rgba(255, 182, 193, 0.28));
  transform: scale(1.045);
}
@media (max-width: 900px) {
  .site-logo img {
    height: 78px;
  }
}
@media (max-width: 720px) {
  .site-logo img {
    height: 68px;
  }
}
.menu-link,
.sub-link {
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  padding: 10px 22px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(95, 71, 66, 0.15);
  color: #5f4742;
}
.menu-link:hover,
.sub-link:hover {
  background: #fffdfa;
  border-color: rgba(95, 71, 66, 0.35);
  transform: translateY(-3px) scale(1.03);
  box-shadow:
    0 4px 14px rgba(95, 71, 66, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.9) inset;
}
.menu-link--active {
  background: #fffdfa;
  border-color: rgba(95, 71, 66, 0.45);
  box-shadow:
    0 4px 10px rgba(95, 71, 66, 0.14),
    0 0 0 1px rgba(255, 255, 255, 0.9) inset;
}
.main-nav .menu-list {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
}
.main-nav .menu-item-has-children > .menu-link::after {
  margin-left: 6px;
  font-size: 0.8em;
  opacity: 0.7;
  transition:
    transform 0.25s,
    opacity 0.3s;
}
.main-nav .sub-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 1200;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition:
    opacity 0.25s,
    transform 0.25s;
}
.main-nav .menu-item-has-children:hover > .menu-link::after {
  transform: rotate(180deg);
  opacity: 1;
}
.burger-menu {
  display: none;
  flex-direction: column;
  width: 28px;
  height: 20px;
  justify-content: space-between;
  cursor: pointer;
}
.burger-menu span {
  height: 3px;
  background: #5f4742;
  border-radius: 10px;
  transition:
    transform 0.3s,
    opacity 0.3s;
}
.burger-menu.active span:first-child {
  transform: rotate(45deg) translateY(7px);
}
.burger-menu.active span:nth-child(2) {
  opacity: 0;
}
.burger-menu.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-7px);
}
.header-socials {
  justify-self: end;
  display: flex;
  gap: 18px;
  align-items: center;
  margin-left: 32px;
}
.header-socials i {
  font-size: 18px;
  color: var(--accent);
  opacity: 0.85;
  transition:
    transform 0.3s,
    box-shadow 0.3s,
    opacity 0.3s;
}
.footer-logo img:hover,
.footer-social-link:hover img,
.footer-social-link:hover svg,
.header-socials a:hover i,
.ld-login-close:hover {
  opacity: 1;
}
.ld-social-ribbon {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 12px 18px;
  background: rgba(255, 253, 250, 0.6);
  backdrop-filter: blur(10px);
  border-radius: 14px;
  position: relative;
  box-shadow:
    0 8px 22px rgba(95, 71, 66, 0.1),
    inset 0 0 22px rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(95, 71, 66, 0.12);
}
.ld-social-ribbon::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%) rotate(-3deg);
  width: 90px;
  height: 22px;
  background: rgba(255, 253, 230, 0.85);
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(95, 71, 66, 0.12);
}
.ld-social-ribbon .social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(95, 71, 66, 0.12);
  transition:
    transform 0.28s,
    box-shadow 0.28s;
}
.footer-inner,
.footer-social-link {
  justify-content: center;
  display: flex;
}
.ld-social-ribbon .social-link i {
  font-size: 20px;
  color: var(--accent);
}
.ld-social-ribbon .social-link:hover {
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 10px 20px rgba(95, 71, 66, 0.18);
  background: rgba(255, 255, 255, 0.85);
}
.ld-triptyque .ld-polaroid-inner,
.ld-triptyque .ld-polaroid-inner.landscape,
.ld-triptyque .ld-polaroid-inner.portrait {
  height: 420px !important;
  aspect-ratio: auto !important;
}
.ld-legal-wrapper {
  max-width: 1000px;
  margin: 60px auto;
  padding: 20px 30px;
  background: rgba(255, 253, 250, 0.65);
  backdrop-filter: blur(5px);
  border-radius: 26px;
  box-shadow: 0 8px 28px rgba(95, 71, 66, 0.1);
}
.ld-apropos-title,
.ld-legal-title {
  font-size: 2.4rem;
  margin-bottom: 40px;
  background: linear-gradient(90deg, #e3c58c, #c9a86a);
  -webkit-background-clip: text;
  color: transparent;
}
.ld-legal-subtitle {
  font-size: 1.6rem;
  margin: 30px 0 16px;
  background: linear-gradient(90deg, #e3c58c, #c9a86a);
  -webkit-background-clip: text;
  color: transparent;
}
.ld-legal-block {
  margin-bottom: 28px;
  line-height: 1.65;
  color: #5f4742;
}
.ld-legal-block ul {
  margin-left: 20px;
}
.ld-apropos-wrapper {
  max-width: 960px;
  margin: 60px auto;
  padding: 30px;
  background: rgba(255, 253, 250, 0.6);
  backdrop-filter: blur(6px);
  border-radius: 26px;
  box-shadow: 0 10px 30px rgba(95, 71, 66, 0.1);
}
.ld-apropos-subtitle {
  font-size: 1.6rem;
  margin-bottom: 14px;
  background: linear-gradient(90deg, #e3c58c, #c9a86a);
  -webkit-background-clip: text;
  color: transparent;
}
.ld-apropos-block {
  margin-bottom: 32px;
  line-height: 1.7;
  color: #5f4742;
}
.ld-seance-wrapper {
  width: 92%;
  max-width: 1240px;
  margin: 50px auto;
  padding: 20px;
}
.ld-seance-wrapper h1 {
  margin-bottom: 30px;
}
.ld-seance-text {
  margin: 0 auto 50px;
  font-size: 1.1rem;
  color: var(--texte-principal);
}
.section-acceuil {
  width: 92%;
  max-width: 1240px;
  margin: 0 auto;
}
body .entry-header,
body .hero,
body header.entry-header {
  background: 0 0 !important;
  filter: brightness(0.85) saturate(0.9);
}
.ld-user-bar {
  width: 100%;
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(95, 71, 66, 0.12);
  font-size: 0.8rem;
  color: #5f4742;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
}
.ld-user-bar a {
  color: #5f4742;
  font-weight: 600;
  text-decoration: none;
}
.ld-user-bar a:hover {
  text-decoration: underline;
}
body.logged-in .site-header {
  top: 54px;
}
.site-footer {
  background: linear-gradient(145deg, #fffdfc 0, #faf4f2 100%);
  border-radius: 22px;
  padding: 24px 16px;
  margin: 60px auto 40px;
  width: calc(100% - 80px);
  max-width: 1300px;
  color: #5f4742;
  font-size: 0.95rem;
  box-shadow:
    0 -3px 14px rgba(95, 71, 66, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.8) inset;
}
.site-footer a {
  color: #5f4742;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}
.site-footer a:hover {
  color: #cc994d;
}
.footer-inner {
  align-items: center;
  position: relative;
}
.footer-left p {
  margin: 0 0 4px;
}
.footer-left a {
  opacity: 0.8;
  font-size: 0.95rem;
  transition: opacity 0.2s;
  position: relative;
  display: inline-block;
  padding: 2px 6px;
  background: linear-gradient(
    45deg,
    #b9975c 0,
    #e9d8a6 20%,
    #fff2d0 40%,
    #d5b46a 60%,
    #b38e4b 80%,
    #f8e7c2 100%
  );
  background-size: 200% 200%;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-shadow:
    0 1px 1px rgba(255, 255, 255, 0.8),
    0 1px 2px rgba(0, 0, 0, 0.08);
  filter: contrast(1.05) brightness(1.15);
}
.footer-left a:hover {
  opacity: 1;
  color: #c9a86a;
  animation: 1.4s ease-out forwards ld-gold-pulse;
}
.footer-left a::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -150%;
  width: 220%;
  height: 260%;
  background: linear-gradient(
    120deg,
    rgba(255, 235, 180, 0) 0,
    rgba(255, 235, 180, 0.35) 35%,
    rgba(255, 220, 140, 0.85) 50%,
    rgba(255, 235, 180, 0.35) 65%,
    rgba(255, 235, 180, 0) 100%
  );
  transform: skewX(-22deg);
  opacity: 0;
  transition:
    left 1.1s,
    opacity 0.45s;
}
.footer-left a:hover::after {
  left: 150%;
  opacity: 1;
}
@keyframes ld-gold-pulse {
  0% {
    filter: brightness(1.05) contrast(1.05);
  }
  50% {
    filter: brightness(1.18) contrast(1.12);
  }
  100% {
    filter: brightness(1.1) contrast(1.08);
  }
}
.footer-logo {
  position: absolute;
  left: 0;
}
.footer-logo img {
  height: 140px;
  width: auto;
  display: block;
  opacity: 1;
  transition: opacity 0.25s;
}
.footer-socials {
  position: absolute;
  right: 0;
  display: flex;
  gap: 14px;
  align-items: center;
}
.footer-socials li,
.footer-socials ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.footer-socials li::after,
.footer-socials li::before {
  content: "" !important;
  display: none !important;
}
.footer-social-link {
  width: 44px;
  height: 44px;
  align-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(10px);
  box-shadow:
    inset 0 2px 6px rgba(255, 255, 255, 0.6),
    0 4px 14px rgba(95, 71, 66, 0.12);
  padding: 6px;
  transition:
    transform 0.25s,
    box-shadow 0.35s;
}
.footer-social-link:hover {
  transform: translateY(-3px) scale(1.07);
  background: rgba(255, 255, 255, 0.7);
  box-shadow:
    inset 0 4px 9px rgba(255, 255, 255, 0.75),
    0 6px 20px rgba(95, 71, 66, 0.18);
}
.footer-social-link img,
.footer-social-link svg {
  width: 44px;
  height: 44px;
  opacity: 1;
  transition: opacity 0.3s;
}
.ld-triptyque {
  width: 75%;
  margin: 60px auto;
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(12px) saturate(120%);
  border-radius: 22px;
}
.ld-triptyque .ld-polaroid {
  background: #fffdfa;
  padding: 16px 16px 22px;
  border-radius: 14px;
  border: 2px solid rgba(201, 168, 106, 0.35);
  box-shadow:
    0 10px 22px rgba(95, 71, 66, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.7) inset;
  width: 100%;
  max-width: 350px;
}
.ld-triptyque .ld-polaroid-inner {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.ld-triptyque .ld-polaroid-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover !important;
  object-position: center !important;
  display: block;
}
@media (max-width: 900px) {
  .ld-triptyque {
    width: 90%;
    flex-wrap: wrap;
  }
  .ld-triptyque .ld-polaroid {
    max-width: 46%;
  }
}
@media (max-width: 600px) {
  .site-logo img {
    height: 60px;
  }
  .ld-social-ribbon {
    gap: 12px;
    padding: 10px 14px;
  }
  .ld-social-ribbon .social-link {
    width: 34px;
    height: 34px;
  }
  .ld-social-ribbon .social-link i {
    font-size: 17px;
  }
  .footer-inner {
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding-top: 10px;
  }
  .footer-socials {
    position: static;
    transform: none;
    margin-top: 6px;
  }
  .ld-triptyque .ld-polaroid {
    max-width: 100%;
  }
  .ld-triptyque .ld-polaroid-inner {
    height: 360px !important;
  }
}
.ld-gallery-client .ld-photo-wrap,
.ld-photo-wrap,
.ld-polaroid,
.ld-polaroid-inner,
.main-nav .menu-item-has-children,
.main-nav .menu-list > li.menu-item-has-children {
  position: relative;
}
.ld-polaroid-gallery {
  column-count: 4;
}
.ld-polaroid {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  margin: 0 0 48px;
  cursor: pointer;
}
.ld-polaroid-frame {
  background: rgba(255, 255, 255, 0.9);
  padding: 14px 14px 30px;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(95, 71, 66, 0.12);
  transition:
    transform 0.35s,
    box-shadow 0.35s;
  margin-inline: auto;
}
.ld-polaroid-frame:hover {
  transform: translateY(-3px);
  box-shadow:
    0 14px 30px rgba(95, 71, 66, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.85) inset;
}
.ld-polaroid-gallery img {
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
}
.ld-polaroid-inner {
  overflow: hidden;
  border-radius: 10px;
}
.ld-polaroid-inner img {
  object-fit: cover;
  border-radius: 6px;
}
.footer-social-link,
.header-socials a,
.ld-btn .elementor-button,
.ld-glossy,
.ld-polaroid-frame {
  position: relative;
  overflow: hidden;
}
.ld-gallery-client {
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 0 20px;
}
.ld-fav-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  background: 0 0;
  border: none;
  font-size: 26px;
  cursor: pointer;
  color: #999;
  transition:
    transform 0.2s,
    color 0.2s;
}
.ld-fav-btn.is-favorite {
  color: #c0392b;
  transform: scale(1.2);
}
.galerie-expired {
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(201, 168, 106, 0.35);
  color: #5f4742;
  font-size: 0.95rem;
}
.ld-galerie-actions {
  display: flex;
  justify-content: center;
}
.ld-download-all,
.ld-download-zip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 42px;
  min-height: 52px;
  border-radius: 999px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #5f4742;
  text-decoration: none;
  cursor: pointer;
  margin-inline: auto;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.75) 0,
    rgba(245, 230, 225, 0.9) 45%,
    rgba(235, 215, 205, 0.95) 100%
  );
  border: 1px solid rgba(200, 180, 170, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -1px 0 rgba(200, 180, 170, 0.35),
    0 10px 30px rgba(0, 0, 0, 0.14);
  transition:
    background 0.25s,
    box-shadow 0.25s,
    transform 0.25s;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  z-index: 1;
}
.ld-download-all:hover,
.ld-download-zip:hover {
  transform: translateY(-2px);
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.9) 0,
    #faebe6 45%,
    #ebd7cd 100%
  );
  box-shadow:
    inset 0 1px 0 #fff,
    inset 0 -1px 0 rgba(200, 180, 170, 0.45),
    0 16px 36px rgba(0, 0, 0, 0.18);
}
.ld-download-all::after,
.ld-download-zip::after {
  content: "";
  position: absolute;
  top: -70%;
  left: -160%;
  width: 260%;
  height: 260%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 240, 200, 0.18) 38%,
    rgba(201, 168, 106, 0.55) 50%,
    rgba(255, 240, 200, 0.18) 62%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  filter: blur(20px);
  opacity: 0;
  transition:
    left 1.2s,
    opacity 0.6s;
  z-index: 2;
}
.ld-download-all:hover::after,
.ld-download-zip:hover::after {
  left: 140%;
  opacity: 1;
}
.footer-social-link::after,
.header-socials a::after,
.ld-btn .elementor-button::after,
.main-nav .sub-menu li a::after,
.menu-link::after,
.sub-link::after {
  content: "";
  position: absolute;
  top: -40%;
  left: -120%;
  width: 180%;
  height: 180%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 240, 200, 0.18) 40%,
    rgba(201, 168, 106, 0.45) 50%,
    rgba(255, 240, 200, 0.18) 60%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  transition:
    left 1.1s,
    opacity 0.5s;
  z-index: 2;
}
.footer-social-link:hover::after,
.header-socials a:hover::after,
.ld-btn .elementor-button:hover::after,
.ld-polaroid-frame:hover::after,
.main-nav .sub-menu li a:hover::after,
.menu-link:hover::after,
.sub-link:hover::after {
  left: 130%;
  opacity: 1;
}
.footer-social-link svg,
.header-socials a svg {
  position: relative;
  z-index: 4;
  transition: opacity 0.45s;
}
.footer-social-link:hover svg,
.header-socials a:hover svg {
  opacity: 0.7;
}
.single-galerie_client {
  background: linear-gradient(
    to bottom,
    var(--rose-light) 0,
    #fffdfa 40%,
    var(--rose-light) 100%
  );
}
.single-galerie_client main.ld-galerie-client {
  padding-top: 140px;
  padding-bottom: 40px;
}
.single-galerie_client h1,
.single-galerie_client h2 {
  text-align: center;
  margin-bottom: 32px;
  font-weight: 500;
}
.ld-galerie-client {
  margin: 0 auto;
  padding: 0 24px;
  max-width: 1280px;
}
body.single-galerie_client main.ld-galerie-client {
  padding-top: 160px;
}
.single-galerie_client .ld-galerie-client {
  padding-top: 48px;
}
.ld-polaroids-gallery.ld-gallery-client {
  display: block;
  width: 100%;
  column-count: 4;
  column-gap: 28px;
  margin: 56px auto 72px;
}
@media (max-width: 1200px) {
  .ld-polaroid-gallery,
  .ld-polaroids-gallery.ld-gallery-client {
    column-count: 3;
  }
}
.ld-polaroids-gallery.ld-gallery-client .ld-polaroid {
  display: inline-block;
  width: 100%;
  margin-bottom: 32px;
  break-inside: avoid;
  page-break-inside: avoid;
}
.ld-gallery-client .ld-polaroid {
  background: #fff;
  border-radius: 20px;
  padding: 16px 16px 20px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  position: relative;
}
.ld-gallery-client .ld-polaroid:hover {
  transform: translateY(-4px);
  transition: transform 0.25s;
}
.ld-gallery-client .ld-polaroid-frame {
  border-radius: 14px;
  overflow: hidden;
}
.ld-gallery-client .ld-photo-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.ld-gallery-client .ld-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  padding: 0 6px;
}
.ld-gallery-client .ld-download {
  font-size: 0.9rem;
  color: #5f4742;
  text-decoration: none;
  opacity: 0.75;
  transition: opacity 0.25s;
}
.ld-gallery-client .ld-download:hover {
  opacity: 1;
  text-decoration: underline;
}
.ld-gallery-client .ld-fav-btn {
  position: static;
  background: 0 0;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #999;
  transition:
    transform 0.2s,
    color 0.2s;
}
.ld-gallery-client .ld-fav-btn.is-active {
  color: #c94b4b;
  transform: scale(1.15);
}
.ld-galerie-actions {
  display: flex;
  justify-content: center;
  margin-top: 56px;
  margin-bottom: 64px;
}
.ld-galerie-actions--bottom {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 900px;
}
.ld-download-zip {
  margin-inline: auto;
}
.ld-download-zip.is-loading {
  opacity: 0.65;
  filter: saturate(0.95);
  cursor: wait;
  opacity: 0.7;
}
.single-galerie_client footer.site-footer {
  margin-top: 0;
}
.site-footer {
  margin-top: auto;
}
.ld-login-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.ld-login-overlay.active {
  display: flex;
}
.ld-login-box {
  background: rgba(255, 253, 250, 0.85);
  backdrop-filter: blur(6px);
  border-radius: 18px;
  padding: 40px;
  width: 90%;
  max-width: 420px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
}
.ld-login-box h2 {
  background: var(--or-gradient);
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 20px;
}
.ld-login-box input[type="password"],
.ld-login-box input[type="text"] {
  width: 100%;
  padding: 12px;
  margin-bottom: 16px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 1rem;
}
.ld-login-box button {
  width: 100%;
  padding: 12px;
  background: var(--or-gradient);
  border: none;
  border-radius: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.25s;
}
.ld-login-box button:hover {
  opacity: 0.9;
}
.ld-login-close {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 1.6rem;
  cursor: pointer;
  color: var(--texte-principal);
  opacity: 0.7;
}
.ld-gold-banner,
.ld-polaroid-frame {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (prefers-color-scheme: dark) {
  .ld-gold-banner {
    background: linear-gradient(
      90deg,
      #5a4635 0,
      #8c6f40 25%,
      #b79a5e 50%,
      #8c6f40 75%,
      #5a4635 100%
    );
    filter: blur(0.5px);
    opacity: 0.95;
  }
  .ld-gold-banner::before {
    background: linear-gradient(
      110deg,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 230, 200, 0.22) 45%,
      rgba(255, 255, 255, 0) 100%
    );
    animation: 14s linear infinite goldShimmerDark;
    filter: blur(8px);
  }
  @keyframes goldShimmerDark {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(160%);
    }
  }
}
.ld-gold-banner {
  height: 46px;
  border-radius: 10px;
  background: linear-gradient(
    90deg,
    #f7ecd2 0,
    #e3c58c 30%,
    #c9a86a 50%,
    #e3c58c 70%,
    #f7ecd2 100%
  );
}
.ld-gold-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 250%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.35) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: 12s linear infinite goldShimmer;
  filter: blur(6px);
}
@keyframes goldShimmer {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(150%);
  }
}
.fade-in {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.6s;
}
.fade-in.visible,
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.hidden {
  display: none !important;
}
.main-nav .menu-list > li.menu-item-has-children:hover .sub-menu {
  display: flex;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.main-nav .menu-item-has-children::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 30px;
  width: 100%;
  display: block;
  background: 0 0;
}
.main-nav {
  display: flex;
  justify-self: center;
  justify-content: center;
}
.header-container {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}
.main-nav {
  display: flex;
  justify-content: center;
}
.main-nav .menu-list {
  display: flex;
  gap: 14px;
}
.site-logo {
  justify-self: start;
}
.header-socials {
  justify-self: end;
}
.site-header.is-hidden,
.site-header.is-hidden-lightbox {
  transform: translate(-50%, -140%);
  opacity: 0;
}
.ld-polaroid-gallery {
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
}
.ld-polaroid-frame {
  max-width: 100%;
  flex: 0 0 auto;
}
.ld-polaroid-inner img {
  width: 100% !important;
  height: auto !important;
  display: block;
  max-width: none !important;
}
.ld-polaroid-gallery {
  column-count: 4;
  column-gap: 28px;
  max-width: 1200px;
  margin: 60px auto;
  padding: 0;
  display: block !important;
  width: 100%;
}
.ld-polaroid-gallery > a {
  page-break-inside: avoid;
  display: inline-block;
  width: 100%;
  margin-bottom: 28px;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .ld-polaroid-gallery {
    column-count: 3;
  }
}
@media (max-width: 768px) {
  .site-logo img {
    width: 120px;
  }
  .site-header.shrink .site-logo img {
    width: 100px;
  }
  .header-socials {
    margin-left: 0;
    gap: 14px;
  }
  .header-socials a {
    width: 34px;
    height: 34px;
  }
  .ld-polaroid-gallery,
  .ld-polaroids-gallery.ld-gallery-client {
    column-count: 2;
  }
}
@media (max-width: 480px) {
  .ld-polaroid-gallery,
  .ld-polaroids-gallery.ld-gallery-client {
    column-count: 1;
  }
}
.ld-polaroid-frame::after {
  content: "";
  position: absolute;
  top: -20%;
  left: -130%;
  width: 160%;
  height: 160%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 240, 200, 0.1) 40%,
    rgba(201, 168, 106, 0.25) 50%,
    rgba(255, 240, 200, 0.1) 60%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  filter: blur(6px);
  opacity: 0;
  transition:
    left 1s,
    opacity 0.5s;
  z-index: 2;
}
@media (max-width: 820px) {
  .main-nav {
    will-change: transform;
    position: fixed;
    top: calc(24px + 90px);
    right: 0;
    width: 85%;
    height: auto;
    max-height: calc(100vh - 140px);
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.78),
      rgba(255, 255, 255, 0.58)
    );
    backdrop-filter: blur(22px) saturate(140%);
    -webkit-backdrop-filter: blur(22px) saturate(140%);
    border-radius: 24px 0 0 24px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow:
      0 30px 80px rgba(95, 71, 66, 0.25),
      inset 0 1px 0 rgba(255, 255, 255, 0.6);
    padding: 24px;
    z-index: 2500;
    pointer-events: none;
    transform-origin: right center;
    overflow-y: auto;
  }
  .main-nav .sub-menu {
    pointer-events: none;
  }
  .main-nav .menu-item-has-children.active > .sub-menu {
    display: flex;
    pointer-events: auto;
  }
  .main-nav .menu-item-has-children > .menu-link::after {
    display: none;
  }
  .main-nav::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.25),
      transparent 40%
    );
    pointer-events: none;
  }
  .main-nav.active {
    pointer-events: auto;
  }
  .main-nav .menu-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
  .main-nav .sub-menu {
    flex-direction: column;
    gap: 12px;
    transform: translateY(-6px) scale(0.97);
    pointer-events: none;
    will-change: opacity, transform;
    transition:
      opacity 0.35s,
      transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .site-header {
    position: fixed;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 80px);
    z-index: 3000;
  }
  .header-container {
    position: relative;
    height: 90px;
    display: flex;
    align-items: left;
  }
  .site-logo {
    position: absolute;
    left: 10%;
    top: 10%;
    transform: translate(-50%);
  }
  .burger-menu,
  .header-socials {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .header-socials {
    left: calc(10% + 40px);
    display: flex;
    gap: 12px;
    margin: 0;
  }
  .burger-menu {
    display: flex;
    left: calc(50% + 130px);
    display: flex !important;
    z-index: 4000;
  }
  .menu-item-has-children.active > .sub-menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .menu-item-has-children:hover .sub-menu {
    display: none !important;
  }
  .main-nav .menu-list {
    justify-content: flex-start !important;
    align-items: stretch !important;
  }
  .menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(2px);
    z-index: 2400;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }
  .menu-overlay.active {
    opacity: 1;
    pointer-events: auto;
  }
  body.menu-open {
    overflow: hidden;
  }
  .main-nav .sub-menu {
    position: static !important;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: none !important;
    background: 0 0 !important;
    box-shadow: none !important;
    margin-top: 8px;
  }
  .main-nav .menu-item-has-children.active > .sub-menu {
    transform: translateY(0) scale(1);
    pointer-events: auto;
    transition-delay: 50ms;
    display: flex !important;
    flex-direction: column;
    gap: 12px;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
  .main-nav {
    transform: translateX(100%) scale(0.96);
    opacity: 0;
    transition:
      transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.3s;
  }
  .main-nav.active {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
  .site-header {
    transition:
      transform 0.45s,
      opacity 0.35s;
    will-change: transform, opacity;
  }
}
body.fancybox-active .main-nav,
body.fancybox-active .site-header {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 821px) {
  .menu-item-has-children:hover > .sub-menu {
    display: flex;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .main-nav {
    position: static !important;
    transform: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  .main-nav .sub-menu {
    display: none;
    pointer-events: none;
    display: flex;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition:
      opacity 0.25s,
      transform 0.25s;
  }
  .main-nav .menu-item-has-children:hover > .sub-menu {
    display: flex;
    pointer-events: auto;
  }
  .ld-user-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3000;
  }
  body.logged-in .site-header {
    top: 54px;
  }
  .menu-link::after,
  .sub-link::after {
    background: 0 0 !important;
    filter: none !important;
    width: auto !important;
    height: auto !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    opacity: 1 !important;
  }
  .main-nav .menu-item-has-children > .menu-link::after {
    content: "▾";
    position: static;
    margin-left: 6px;
    font-size: 0.8em;
    opacity: 0.7;
    display: none !important;
  }
  .menu-link::before,
  .sub-link::before {
    content: "";
    position: absolute;
    top: -60%;
    left: -140%;
    width: 240%;
    height: 240%;
    background: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 240, 200, 0.18) 40%,
      rgba(201, 168, 106, 0.45) 50%,
      rgba(255, 240, 200, 0.18) 60%,
      rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
    filter: blur(18px);
    opacity: 0;
    pointer-events: none;
    transition:
      left 1.1s,
      opacity 0.5s;
    z-index: 2;
  }
  .menu-link:hover::before,
  .sub-link:hover::before {
    left: 130%;
    opacity: 1;
  }
  @media (min-width: 821px) {
    .main-nav .menu-item-has-children.active > .sub-menu {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translateY(0);
    }
  }
  .main-nav .menu-item-has-children .sub-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(6px);
    transition:
      opacity 0.35s,
      transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .main-nav .menu-item-has-children:hover > .sub-menu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 50ms;
  }
  .main-nav .menu-item-has-children::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 14px;
    width: 100%;
  }
}
.site-header {
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s;
}
.site-header.is-hidden {
  transform: translateX(-50%) translateY(-160%);
  pointer-events: none;
}
.main-nav .current-menu-ancestor > .menu-link,
.main-nav .current-menu-item > .menu-link {
  background: #fffdfa;
  border-color: rgba(201, 168, 106, 0.6);
  box-shadow:
    0 4px 10px rgba(95, 71, 66, 0.14),
    0 0 0 1px rgba(255, 255, 255, 0.9) inset;
  position: relative;
}
.main-nav .current-menu-ancestor > .menu-link::before,
.main-nav .current-menu-item > .menu-link::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 6px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    rgba(201, 168, 106, 0),
    rgba(201, 168, 106, 0.8),
    rgba(201, 168, 106, 0)
  );
}
.menu-link:focus-visible,
.sub-link:focus-visible {
  outline: 0;
  background: #fffdfa;
  border-color: rgba(201, 168, 106, 0.8);
  box-shadow:
    0 0 0 3px rgba(201, 168, 106, 0.35),
    0 4px 12px rgba(95, 71, 66, 0.18);
  transform: translateY(-1px);
}
.menu-link:focus:not(:focus-visible),
.sub-link:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}
.menu-link:focus-visible::before {
  opacity: 1;
}
body {
  scroll-padding-top: 140px;
}
img {
  height: auto;
  max-width: 100%;
}
.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.6s,
    transform 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .reveal {
    transition: none;
    transform: none;
    opacity: 1;
  }
}
.menu-link:active,
.sub-link:active {
  transform: scale(0.97);
}
.site-header.is-hidden {
  transform: translateX(-50%) translateY(-160%) scale(0.98);
  opacity: 0;
}
.menu-link:focus-visible,
.sub-link:focus-visible,
button:focus-visible {
  outline: 0;
  box-shadow:
    0 0 0 2px rgba(201, 168, 106, 0.35),
    0 0 0 5px rgba(201, 168, 106, 0.15);
}
.elementor-section,
.section,
section {
  margin-bottom: clamp(70px, 8vw, 120px);
}
.elementor-widget,
.section-inner {
  margin-bottom: clamp(32px, 4vw, 56px);
}
.ld-apropos-block,
.ld-legal-block,
.ld-seance-text,
p {
  max-width: 65ch;
  margin-inline: auto;
}
.ld-gold-banner {
  margin: 40px 0 50px;
  filter: blur(0.4px);
}
.elementor-element-ea97ddc .elementor-widget-image {
  position: relative;
  z-index: 2;
}
.elementor-element-ea97ddc .elementor-widget-divider {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.elementor-element-ea97ddc {
  position: relative;
  margin: 0;
  padding: 0;
  isolation: isolate;
}
.elementor-element-ea97ddc .elementor-widget,
.elementor-element-ea97ddc.elementor-section {
  margin-bottom: 0 !important;
}
.wp-image-582 {
  display: block;
  margin: 0 auto 20px;
  max-width: 90%;
  height: auto;
}
main {
  padding-top: 180px;
}
.elementor.elementor-55 > .elementor-element-ea97ddc {
  margin-top: 40px;
}
@media (max-width: 820px) {
  body {
    scroll-padding-top: 120px;
  }
  .main-nav.active {
    animation: 0.45s cubic-bezier(0.22, 1, 0.36, 1) menuIn;
  }
  @keyframes menuIn {
    from {
      transform: translateX(100%) scale(0.96);
      opacity: 0;
    }
    to {
      transform: translateX(0) scale(1);
      opacity: 1;
    }
  }
  p {
    font-size: 1.05rem;
    line-height: 1.7;
  }
  .menu-link,
  .sub-link {
    padding: 14px 22px;
  }
  .header-socials {
    display: none !important;
  }
  .site-header {
    padding: 12px 20px;
  }
  .header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
  }
  .burger-menu,
  .site-logo {
    position: static;
    transform: none;
  }
  .site-logo img {
    height: 56px;
  }
  .ld-gold-banner {
    filter: none;
  }
  .elementor-element-5980206 {
    margin-bottom: 24px;
  }
  .elementor-element-5d97858 {
    margin-bottom: 36px;
  }
  .wp-image-582 {
    max-width: 88%;
    margin-bottom: 16px;
  }
  main {
    padding-top: 150px;
  }
  .elementor.elementor-55 > .elementor-element-ea97ddc {
    margin-top: 50px;
  }
}
.wp-image-582 {
  margin-bottom: -150px;
  loading: eager;
}
.site-logo img {
  height: 95px;
  transition: height 0.3s;
}
.site-header {
  height: 96px;
}
.header-container {
  height: 100%;
  align-items: center;
}
.header.site-header {
  align-items: center;
}
@media (max-width: 820px) {
  .wp-image-582 {
    margin-bottom: -80px;
  }
  .site-logo img {
    height: 82px;
  }
  .site-header {
    height: 88px;
  }
  .site-footer {
    position: relative;
    overflow: hidden;
  }
  .site-footer .footer-logo {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 0;
  }
  .site-footer .footer-logo img {
    height: 220px;
    max-width: 100%;
    opacity: 0.4;
    filter: saturate(115%) brightness(1.05);
    transform: translateY(95px);
  }
  .site-footer .footer-inner {
    position: relative;
    z-index: 2;
  }
  .elementor-60 .elementor-element.elementor-element-f13aba6 {
    margin-top: 160px !important;
  }
}
.menu-link:focus-visible,
.sub-link:focus-visible,
a:focus-visible,
button:focus-visible {
  outline: 0;
  box-shadow:
    0 0 0 2px rgba(201, 168, 106, 0.6),
    0 0 0 5px rgba(201, 168, 106, 0.25);
  border-radius: 12px;
}
a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
  box-shadow: none;
}
.elementor-button,
.ff-btn-submit,
.ld-btn a {
  transition:
    transform 160ms ease-out,
    opacity 160ms ease-out,
    box-shadow 160ms ease-out;
}
.elementor-button:hover,
.ff-btn-submit:hover,
.ld-btn a:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}
.elementor-button:active,
.ff-btn-submit:active,
.ld-btn a:active {
  transform: translateY(0);
  opacity: 0.9;
}
.elementor-button:focus-visible,
.ff-btn-submit:focus-visible,
.ld-btn a:focus-visible {
  outline: rgba(204, 153, 77, 0.7) solid 2px;
  outline-offset: 3px;
}
.menu-link,
.sub-link,
a:not(.elementor-button):not(.ld-btn a) {
  transition:
    opacity 140ms ease-out,
    transform 140ms ease-out;
}
.menu-link:hover,
.sub-link:hover,
a:not(.elementor-button):not(.ld-btn a):hover {
  opacity: 0.8;
}
.menu-link:focus-visible,
.sub-link:focus-visible,
a:not(.elementor-button):not(.ld-btn a):focus-visible {
  outline: rgba(204, 153, 77, 0.6) dashed 2px;
  outline-offset: 4px;
}
.ld-btn--download {
  display: inline-block;
  padding: 14px 34px;
  background-color: #c9b37d;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.ld-btn--download:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.elementor-widget-text-editor,
.ld-apropos-block,
.ld-legal-block,
.ld-seance-text {
  max-width: 65ch;
  margin-left: auto;
  margin-right: auto;
}
.elementor-widget-text-editor p {
  margin-bottom: 1.2em;
}
.elementor-widget-heading {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.elementor > .e-con:first-child .elementor-widget-heading {
  margin-top: 1.5rem;
}
.elementor-widget-text-editor,
.ld-apropos-block,
.ld-legal-block {
  background: rgba(255, 255, 255, 0.35);
  border-radius: 14px;
  padding: 1.8rem 2rem;
  backdrop-filter: blur(6px);
}
.elementor-button {
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
@media (hover: hover) {
  a {
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition:
      color 0.25s,
      text-decoration-color 0.25s;
  }
  a:hover {
    color: var(--or);
    text-decoration-color: var(--or);
  }
  .elementor-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  }
}
:focus-visible {
  outline: 2px solid var(--or);
  outline-offset: 4px;
  border-radius: 6px;
}
.gift-card img {
  border-radius: 16px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.gift-card:hover img {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(95, 71, 66, 0.18);
}

.site-credit {
  display: block;
  font-size: 0.8rem;
  opacity: 0.65;
  margin-top: 4px;
}

.site-credit a {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
}

.site-credit a:hover {
  opacity: 1;
}
