.Hero-module__Y2lKqG__hero{justify-content:center;align-items:center;width:100%;height:100vh;min-height:600px;display:flex;position:relative;overflow:hidden}.Hero-module__Y2lKqG__heroImageWrapper{z-index:0;position:absolute;inset:0}.Hero-module__Y2lKqG__heroImage{object-fit:cover;object-position:center 20%}.Hero-module__Y2lKqG__heroOverlay{z-index:1;background:linear-gradient(#00000080 0%,#0006 40%,#00000080 60%,#000000bf 100%);position:absolute;inset:0}.Hero-module__Y2lKqG__heroGoldLine{background:linear-gradient(90deg, transparent, var(--color-gold), transparent);z-index:3;height:3px;position:absolute;bottom:0;left:0;right:0}.Hero-module__Y2lKqG__heroContent{z-index:2;text-align:center;padding:0 var(--container-padding);max-width:800px;position:relative}.Hero-module__Y2lKqG__heroLogo{margin:0 auto var(--space-xl);filter:drop-shadow(0 4px 20px #0000004d);border-radius:var(--radius-lg);animation:1.2s ease-out Hero-module__Y2lKqG__heroFadeIn}.Hero-module__Y2lKqG__heroTitle{font-family:var(--font-display);color:var(--color-white);margin-bottom:var(--space-md);text-shadow:0 2px 20px #0000004d;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:1.1;animation:1s ease-out .3s both Hero-module__Y2lKqG__heroSlideUp}.Hero-module__Y2lKqG__heroAccent{color:var(--color-gold-light);font-style:italic}.Hero-module__Y2lKqG__heroSubtitle{font-family:var(--font-accent);color:#fffffff2;letter-spacing:.05em;margin-bottom:var(--space-2xl);text-shadow:0 0 18px #ffffff8c,0 2px 8px #0000008c;font-size:clamp(1.1rem,2.5vw,1.5rem);font-weight:300;animation:1s ease-out .5s both Hero-module__Y2lKqG__heroSlideUp}.Hero-module__Y2lKqG__heroCta{gap:var(--space-md);flex-wrap:wrap;justify-content:center;animation:1s ease-out .7s both Hero-module__Y2lKqG__heroSlideUp;display:flex}.Hero-module__Y2lKqG__scrollIndicator{z-index:2;flex-direction:column;align-items:center;gap:.5rem;animation:1s ease-out 1s both Hero-module__Y2lKqG__heroSlideUp;display:none;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.Hero-module__Y2lKqG__scrollText{letter-spacing:.2em;text-transform:uppercase;color:#fff9;font-size:.7rem}.Hero-module__Y2lKqG__scrollLine{background:linear-gradient(180deg, var(--color-gold-light), transparent);width:1px;height:40px;animation:2s ease-in-out infinite Hero-module__Y2lKqG__scrollPulse}@keyframes Hero-module__Y2lKqG__heroFadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes Hero-module__Y2lKqG__heroSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__Y2lKqG__scrollPulse{0%,to{opacity:.3;transform:scaleY(.6)}50%{opacity:1;transform:scaleY(1)}}@media (max-width:768px){.Hero-module__Y2lKqG__hero{min-height:100svh}.Hero-module__Y2lKqG__heroContent{padding-top:15vh}.Hero-module__Y2lKqG__heroLogo{width:80px!important;height:auto!important}}
.Marquee-module__Mh8L1a__marquee{background:var(--color-black);padding:14px 0;position:relative;overflow:hidden}.Marquee-module__Mh8L1a__marquee:before,.Marquee-module__Mh8L1a__marquee:after{content:"";z-index:2;width:100px;height:100%;position:absolute;top:0}.Marquee-module__Mh8L1a__marquee:before{background:linear-gradient(90deg, var(--color-black), transparent);left:0}.Marquee-module__Mh8L1a__marquee:after{background:linear-gradient(-90deg, var(--color-black), transparent);right:0}.Marquee-module__Mh8L1a__marqueeTrack{width:max-content;animation:30s linear infinite Marquee-module__Mh8L1a__marqueeScroll;display:flex}.Marquee-module__Mh8L1a__marqueeItem{white-space:nowrap;align-items:center;gap:2rem;padding:0 2rem;display:flex}.Marquee-module__Mh8L1a__marqueeText{font-family:var(--font-accent);letter-spacing:.15em;text-transform:uppercase;color:var(--color-gold-light);font-size:.9rem;font-weight:500}.Marquee-module__Mh8L1a__marqueeDot{background:var(--color-gold);border-radius:50%;flex-shrink:0;width:4px;height:4px}@keyframes Marquee-module__Mh8L1a__marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}
.GenderSection-module__eL5MYG__section{padding:var(--space-3xl) 0 var(--space-3xl);background:var(--color-white)}.GenderSection-module__eL5MYG__sectionHeader{text-align:center;padding:0 var(--container-padding);margin-bottom:var(--space-3xl)}.GenderSection-module__eL5MYG__sectionTitle{font-family:var(--font-display);color:#1a1a1a;letter-spacing:.01em;font-size:clamp(1.4rem,2.8vw,2.2rem);font-style:normal;font-weight:400}.GenderSection-module__eL5MYG__grid{max-width:var(--container-max);padding:0 var(--container-padding);grid-template-columns:1fr 1fr;gap:1.5rem;margin:0 auto;display:grid}.GenderSection-module__eL5MYG__card{aspect-ratio:1;cursor:pointer;group:true;border-radius:0;position:relative;overflow:hidden}.GenderSection-module__eL5MYG__cardImageWrapper{position:absolute;inset:0}.GenderSection-module__eL5MYG__cardImage{object-fit:cover;transition:transform .8s cubic-bezier(.16,1,.3,1)}.GenderSection-module__eL5MYG__card:hover .GenderSection-module__eL5MYG__cardImage{transform:scale(1.05)}.GenderSection-module__eL5MYG__cardOverlay{z-index:1;transition:background var(--transition-base);background:linear-gradient(#0000 30%,#1a1a1a26 60%,#1a1a1a8c 100%);position:absolute;inset:0}.GenderSection-module__eL5MYG__card:hover .GenderSection-module__eL5MYG__cardOverlay{background:linear-gradient(#0000 20%,#1a1a1a33 50%,#1a1a1aa6 100%)}.GenderSection-module__eL5MYG__cardContent{padding:var(--space-2xl);z-index:2;text-align:center;position:absolute;bottom:0;left:0;right:0}.GenderSection-module__eL5MYG__cardLabel{font-family:var(--font-display);color:var(--color-white);text-shadow:0 2px 20px #0006;margin-bottom:var(--space-lg);letter-spacing:.35em;text-transform:uppercase;font-size:clamp(1.8rem,3.5vw,3rem);font-weight:400;line-height:1.1}.GenderSection-module__eL5MYG__cardBtn{color:var(--color-white);font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;transition:all var(--transition-base);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#c8a87eeb;border-radius:0;padding:14px 32px;font-size:.75rem;font-weight:700;display:inline-block}.GenderSection-module__eL5MYG__card:hover .GenderSection-module__eL5MYG__cardBtn{background:var(--color-gold);transform:translateY(-2px);box-shadow:0 4px 15px #c8a87e59}.GenderSection-module__eL5MYG__ctaRow{text-align:center;margin-top:var(--space-2xl)}.GenderSection-module__eL5MYG__ctaBtn{color:var(--color-white);font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;transition:all var(--transition-base);background:#c8a87eeb;border:none;border-radius:0;padding:14px 32px;font-size:.75rem;font-weight:700;display:inline-block}.GenderSection-module__eL5MYG__ctaBtn:hover{background:var(--color-gold);color:var(--color-white);transform:translateY(-2px);box-shadow:0 4px 15px #c8a87e59}@media (max-width:768px){.GenderSection-module__eL5MYG__grid{grid-template-columns:1fr;gap:1rem}.GenderSection-module__eL5MYG__card{aspect-ratio:1}.GenderSection-module__eL5MYG__cardLabel{letter-spacing:.25em;font-size:1.8rem}.GenderSection-module__eL5MYG__sectionTitle{font-size:1.2rem}}
.CategoryCards-module__KS1tuq__section{padding:var(--space-3xl) 0;overflow:hidden}.CategoryCards-module__KS1tuq__sectionFemme{background:var(--color-cream)}.CategoryCards-module__KS1tuq__sectionHomme{background:var(--color-white)}.CategoryCards-module__KS1tuq__sectionHeader{max-width:var(--container-max);margin:0 auto var(--space-3xl);padding:0 var(--container-padding);align-items:center;gap:2.5rem;display:flex}.CategoryCards-module__KS1tuq__sectionHeaderText{flex-shrink:0}.CategoryCards-module__KS1tuq__sectionEyebrow{letter-spacing:.35em;text-transform:uppercase;color:var(--color-gold);margin-bottom:.5rem;font-size:.65rem;font-weight:700;display:block}.CategoryCards-module__KS1tuq__sectionTitleLarge{font-family:var(--font-display);color:var(--color-dark);letter-spacing:-.02em;font-size:clamp(2.2rem,4.5vw,3.8rem);font-weight:700;line-height:1}.CategoryCards-module__KS1tuq__sectionDivider{background:linear-gradient(90deg, var(--color-gold) 0%, #c8a87e40 60%, transparent 100%);flex:1;height:1px}.CategoryCards-module__KS1tuq__sectionSubtitleSide{max-width:200px;font-family:var(--font-accent);color:var(--color-gray);text-align:right;flex-shrink:0;font-size:.9rem;font-style:italic;line-height:1.6}.CategoryCards-module__KS1tuq__grid{max-width:var(--container-max);padding:0 var(--container-padding);grid-template-columns:repeat(4,1fr);grid-auto-rows:468px;gap:3px;margin:0 auto;display:grid}.CategoryCards-module__KS1tuq__card:first-child,.CategoryCards-module__KS1tuq__card:nth-child(6){grid-column:span 2}.CategoryCards-module__KS1tuq__card{cursor:pointer;background:#1a1a1a;position:relative;overflow:hidden}.CategoryCards-module__KS1tuq__card:before{content:"";background:linear-gradient(180deg, var(--color-gold-light), var(--color-gold-dark));z-index:6;transform-origin:bottom;width:4px;transition:transform .5s cubic-bezier(.16,1,.3,1);position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}.CategoryCards-module__KS1tuq__card:hover:before{transform:scaleY(1)}.CategoryCards-module__KS1tuq__imageContainer{position:absolute;inset:0}.CategoryCards-module__KS1tuq__cardImagePrimary,.CategoryCards-module__KS1tuq__cardImageSecondary{object-fit:cover;transition:opacity .6s,transform .9s cubic-bezier(.16,1,.3,1)}.CategoryCards-module__KS1tuq__cardImagePrimary{opacity:1;z-index:1;transform:scale(1)}.CategoryCards-module__KS1tuq__cardImageSecondary{opacity:0;z-index:2;transform:scale(1.06)}.CategoryCards-module__KS1tuq__card:hover .CategoryCards-module__KS1tuq__cardImagePrimary{opacity:0;transform:scale(1.06)}.CategoryCards-module__KS1tuq__card:hover .CategoryCards-module__KS1tuq__cardImageSecondary{opacity:1;transform:scale(1)}.CategoryCards-module__KS1tuq__cardOverlay{z-index:3;background:linear-gradient(#0000 30%,#0503021f 58%,#050302b8 100%);transition:background .4s;position:absolute;inset:0}.CategoryCards-module__KS1tuq__card:hover .CategoryCards-module__KS1tuq__cardOverlay{background:linear-gradient(#0000 15%,#05030233 50%,#050302d1 100%)}.CategoryCards-module__KS1tuq__card:first-child:after{content:"";background:linear-gradient(90deg, var(--color-gold), transparent);z-index:6;height:2px;position:absolute;top:0;left:0;right:0}.CategoryCards-module__KS1tuq__cardContent{z-index:4;padding:1.4rem 1.5rem 1.6rem;position:absolute;bottom:0;left:0;right:0}.CategoryCards-module__KS1tuq__cardTitle{font-family:var(--font-display);color:#fff;text-transform:uppercase;letter-spacing:.07em;text-shadow:0 2px 12px #00000073;margin-bottom:.75rem;font-size:clamp(1.1rem,1.8vw,1.6rem);font-weight:700;line-height:1.1}.CategoryCards-module__KS1tuq__cardCta{background:var(--color-gold);color:#fff;font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;opacity:0;align-items:center;gap:.5rem;padding:8px 18px;font-size:.65rem;font-weight:700;transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .35s;display:inline-flex;transform:translateY(10px)}.CategoryCards-module__KS1tuq__cardCta:after{content:"→";font-size:.7rem}.CategoryCards-module__KS1tuq__card:hover .CategoryCards-module__KS1tuq__cardCta{opacity:1;transform:translateY(0)}.CategoryCards-module__KS1tuq__imageCount{color:var(--color-gold-light);font-family:var(--font-body);z-index:5;letter-spacing:.08em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#08060499;border:1px solid #c8a87e59;padding:4px 11px;font-size:.58rem;font-weight:600;position:absolute;top:1rem;right:1rem}.CategoryCards-module__KS1tuq__ctaRow{text-align:center;margin-top:var(--space-2xl)}@media (max-width:1024px){.CategoryCards-module__KS1tuq__grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:390px;gap:3px}.CategoryCards-module__KS1tuq__card:first-child,.CategoryCards-module__KS1tuq__card:nth-child(6){grid-column:span 1}.CategoryCards-module__KS1tuq__sectionDivider,.CategoryCards-module__KS1tuq__sectionSubtitleSide{display:none}}@media (max-width:600px){.CategoryCards-module__KS1tuq__grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:299px;gap:2px;padding:0 .75rem}.CategoryCards-module__KS1tuq__card:first-child,.CategoryCards-module__KS1tuq__card:nth-child(6){grid-column:span 1}.CategoryCards-module__KS1tuq__card:first-child:after{display:none}.CategoryCards-module__KS1tuq__cardTitle{letter-spacing:.04em;margin-bottom:.4rem;font-size:.88rem}.CategoryCards-module__KS1tuq__cardContent{padding:.85rem .85rem 1rem}.CategoryCards-module__KS1tuq__cardCta{opacity:1;padding:6px 10px;font-size:.58rem;transform:translateY(0)}.CategoryCards-module__KS1tuq__cardCta:after{display:none}.CategoryCards-module__KS1tuq__imageCount{padding:3px 7px;font-size:.52rem}.CategoryCards-module__KS1tuq__sectionHeader{margin-bottom:var(--space-xl);padding:0 .75rem}.CategoryCards-module__KS1tuq__sectionTitleLarge{font-size:1.8rem}}
.MarriageSection-module__VFg3VW__section{padding:var(--space-3xl) 0 var(--space-3xl);background:var(--color-cream);overflow:hidden}.MarriageSection-module__VFg3VW__carouselOuter{max-width:var(--container-max);margin:var(--space-3xl) auto 0;cursor:grab;-webkit-user-select:none;user-select:none;padding:1rem 0;position:relative;overflow:hidden}.MarriageSection-module__VFg3VW__grabbing{cursor:grabbing}.MarriageSection-module__VFg3VW__grabbing *{pointer-events:none}.MarriageSection-module__VFg3VW__carouselOuter:before{content:"";background:linear-gradient(90deg, var(--color-cream) 0%, #faf7f2d9 40%, transparent 100%);z-index:3;pointer-events:none;width:70px;position:absolute;top:0;bottom:0;left:0}.MarriageSection-module__VFg3VW__carouselOuter:after{content:"";background:linear-gradient(270deg, var(--color-cream) 0%, #faf7f2d9 40%, transparent 100%);z-index:3;pointer-events:none;width:70px;position:absolute;top:0;bottom:0;right:0}.MarriageSection-module__VFg3VW__carouselTrack{will-change:transform;gap:1.25rem;width:max-content;display:flex}@media (max-width:480px){.MarriageSection-module__VFg3VW__carouselTrack{will-change:auto}}.MarriageSection-module__VFg3VW__marriageCard{aspect-ratio:3/4;border-radius:var(--radius-lg);cursor:pointer;box-shadow:var(--shadow-md);flex:0 0 300px;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s;position:relative;overflow:hidden}.MarriageSection-module__VFg3VW__marriageCard:hover{box-shadow:var(--shadow-xl);transform:scale(1.03)}.MarriageSection-module__VFg3VW__marriageImage{object-fit:cover;transition:transform .8s cubic-bezier(.16,1,.3,1)}.MarriageSection-module__VFg3VW__marriageCard:hover .MarriageSection-module__VFg3VW__marriageImage{transform:scale(1.08)}.MarriageSection-module__VFg3VW__marriageOverlay{z-index:1;transition:background var(--transition-base);background:linear-gradient(#0000 60%,#1a1a1a66 100%);position:absolute;inset:0}.MarriageSection-module__VFg3VW__marriageCard:hover .MarriageSection-module__VFg3VW__marriageOverlay{background:linear-gradient(#0000 40%,#c8a87e33 70%,#1a1a1a80 100%)}.MarriageSection-module__VFg3VW__goldBadge{top:var(--space-md);left:var(--space-md);background:linear-gradient(135deg, var(--color-gold), var(--color-gold-dark));color:#fff;letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-full);z-index:2;padding:4px 12px;font-size:.6rem;font-weight:700;position:absolute}.MarriageSection-module__VFg3VW__marriageCta{white-space:nowrap;color:#fff;letter-spacing:.06em;border-radius:var(--radius-full);cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;background:#c8a87eeb;border:none;padding:10px 20px;font-size:.78rem;font-weight:600;transition:opacity .3s,transform .3s;transform:translateY(10px)}.MarriageSection-module__VFg3VW__marriageVoirPlusBtn{white-space:nowrap;color:#1a1a1a;border-radius:var(--radius-full);cursor:pointer;opacity:0;background:#ffffffe6;border:1.5px solid #1a1a1a;padding:8px 18px;font-size:.75rem;font-weight:600;transition:opacity .3s,transform .3s;transform:translateY(10px)}.MarriageSection-module__VFg3VW__marriageCtaGroup{bottom:var(--space-lg);z-index:3;flex-direction:column;align-items:center;gap:8px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.MarriageSection-module__VFg3VW__marriageCard:hover .MarriageSection-module__VFg3VW__marriageCta,.MarriageSection-module__VFg3VW__marriageCard:hover .MarriageSection-module__VFg3VW__marriageVoirPlusBtn{opacity:1;transform:translateY(0)}@media (hover:none){.MarriageSection-module__VFg3VW__marriageCta,.MarriageSection-module__VFg3VW__marriageVoirPlusBtn{opacity:1;transform:translateY(0)}}.MarriageSection-module__VFg3VW__stats{justify-content:center;gap:var(--space-4xl);margin-top:var(--space-3xl);display:flex}.MarriageSection-module__VFg3VW__stat{text-align:center}.MarriageSection-module__VFg3VW__statNumber{font-family:var(--font-display);color:var(--color-gold);margin-bottom:var(--space-sm);font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1}.MarriageSection-module__VFg3VW__statLabel{color:var(--color-gray);letter-spacing:.05em;text-transform:uppercase;font-size:.8rem;font-weight:500}.MarriageSection-module__VFg3VW__ctaRow{align-items:center;gap:var(--space-sm);margin-top:var(--space-2xl);flex-direction:column;display:flex}@media (max-width:768px){.MarriageSection-module__VFg3VW__ctaRow .btn{letter-spacing:.05em;padding:10px 20px;font-size:.7rem}.MarriageSection-module__VFg3VW__marriageCard{flex:0 0 240px}.MarriageSection-module__VFg3VW__carouselOuter:before,.MarriageSection-module__VFg3VW__carouselOuter:after{width:30px}.MarriageSection-module__VFg3VW__stats{gap:var(--space-2xl);flex-wrap:nowrap}}
.EnfantSection-module__IhXkVq__section{padding:var(--space-3xl) 0;background:var(--color-white)}.EnfantSection-module__IhXkVq__grid{max-width:1200px;margin:var(--space-2xl) auto 0;padding:0 var(--container-padding);grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.EnfantSection-module__IhXkVq__card{aspect-ratio:3/4;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);cursor:pointer;background:var(--color-cream);position:relative;overflow:hidden}.EnfantSection-module__IhXkVq__cardImage{object-fit:cover;object-position:top center;transition:transform .8s cubic-bezier(.16,1,.3,1),opacity .4s}.EnfantSection-module__IhXkVq__card:hover .EnfantSection-module__IhXkVq__cardImage:not(.EnfantSection-module__IhXkVq__cardImageBack),.EnfantSection-module__IhXkVq__card:hover .EnfantSection-module__IhXkVq__cardImageBack.EnfantSection-module__IhXkVq__cardImageBackVisible{transform:scale(1.05)}.EnfantSection-module__IhXkVq__cardImageHidden{opacity:0}.EnfantSection-module__IhXkVq__cardImageBack{opacity:0;transition:opacity .45s,transform .8s cubic-bezier(.16,1,.3,1)}.EnfantSection-module__IhXkVq__cardImageBackVisible{opacity:1}.EnfantSection-module__IhXkVq__cardOverlay{z-index:1;transition:background var(--transition-base);background:linear-gradient(#0000 55%,#1a1a1a73 100%);position:absolute;inset:0}.EnfantSection-module__IhXkVq__card:hover .EnfantSection-module__IhXkVq__cardOverlay{background:linear-gradient(#0000 30%,#1a1a1a33 55%,#1a1a1a99 100%)}.EnfantSection-module__IhXkVq__cardHint{bottom:var(--space-md);text-align:center;z-index:2;color:#ffffffe6;letter-spacing:.08em;opacity:0;font-size:.7rem;font-weight:500;transition:opacity .3s,transform .3s;position:absolute;left:0;right:0;transform:translateY(6px)}.EnfantSection-module__IhXkVq__card:hover .EnfantSection-module__IhXkVq__cardHint{opacity:1;transform:translateY(0)}.EnfantSection-module__IhXkVq__ctaRow{text-align:center;margin-top:var(--space-2xl)}@media (max-width:900px){.EnfantSection-module__IhXkVq__grid{grid-template-columns:repeat(2,1fr)}.EnfantSection-module__IhXkVq__cardHint{opacity:1;transform:translateY(0)}}@media (max-width:480px){.EnfantSection-module__IhXkVq__grid{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:0 1rem}}
.Contact-module__VhOMSa__section{padding:var(--space-3xl) 0;background:linear-gradient(180deg, var(--color-cream) 0%, var(--color-cream-warm) 100%);position:relative;overflow:hidden}.Contact-module__VhOMSa__section:before{content:"";background:radial-gradient(circle, var(--color-gold-glow) 0%, transparent 70%);pointer-events:none;width:600px;height:600px;position:absolute;top:-100px;left:50%;transform:translate(-50%)}.Contact-module__VhOMSa__container{max-width:680px;padding:0 var(--container-padding);z-index:1;margin:0 auto;position:relative}.Contact-module__VhOMSa__header{text-align:center;margin-bottom:var(--space-2xl)}.Contact-module__VhOMSa__title{margin-bottom:0}.Contact-module__VhOMSa__grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:1rem;display:grid}.Contact-module__VhOMSa__colTitle{font-family:var(--font-display);color:var(--color-black);margin-bottom:var(--space-sm);text-align:center;font-size:.88rem;font-weight:700}.Contact-module__VhOMSa__coordonnees,.Contact-module__VhOMSa__localisation{border:1.5px solid var(--color-gold);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff73;flex-direction:column;align-items:center;gap:.75rem;padding:1rem .75rem;display:flex}.Contact-module__VhOMSa__card{align-items:center;gap:var(--space-sm);flex-direction:column;width:100%;display:flex}.Contact-module__VhOMSa__cardIcon{flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-bottom:2px;display:flex}.Contact-module__VhOMSa__cardBody{text-align:center;flex-direction:column;align-items:center;gap:4px;display:flex}.Contact-module__VhOMSa__cardLabel{color:var(--color-black);font-size:.82rem;font-weight:700}.Contact-module__VhOMSa__cardSub{color:var(--color-gray);font-size:.72rem}.Contact-module__VhOMSa__cardValue{color:var(--color-black);letter-spacing:.02em;margin-top:4px;font-size:.95rem;font-weight:700;text-decoration:none}.Contact-module__VhOMSa__cardValue:hover{color:var(--color-gold)}.Contact-module__VhOMSa__localisation{align-items:stretch}.Contact-module__VhOMSa__mapWrapper{border-radius:var(--radius-md);flex:1;width:100%;min-height:145px;position:relative;overflow:hidden}.Contact-module__VhOMSa__mapLink{width:100%;height:100%;min-height:145px;text-decoration:none;display:block;position:relative}.Contact-module__VhOMSa__mapLink:hover .Contact-module__VhOMSa__mapOverlayBtn{opacity:1}.Contact-module__VhOMSa__map{object-fit:cover;border:none;width:100%;height:100%;min-height:145px;display:block}.Contact-module__VhOMSa__mapFallback{width:100%;min-height:145px;color:var(--color-gray);background:#f0ebe3;flex-direction:column;justify-content:center;align-items:center;gap:10px;font-size:.88rem;font-weight:500;display:flex}.Contact-module__VhOMSa__mapOverlayBtn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;text-shadow:0 1px 3px #00000080;white-space:nowrap;pointer-events:none;background:#ffffff40;border:1px solid #ffffff80;border-radius:999px;padding:6px 14px;font-size:.75rem;font-weight:600;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.Contact-module__VhOMSa__mapPinOverlay{pointer-events:none;filter:drop-shadow(0 2px 4px #0006);position:absolute;top:50%;left:50%;transform:translate(-50%,-100%)}.Contact-module__VhOMSa__mapAddressLabel{color:#fff;text-shadow:0 1px 3px #000000b3;white-space:nowrap;pointer-events:none;background:0 0;border-radius:999px;padding:3px 10px;font-size:.68rem;font-weight:700;position:absolute;top:8px;left:50%;transform:translate(-50%)}.Contact-module__VhOMSa__waBtn{text-align:center;letter-spacing:.03em;width:100%;margin-top:auto;padding:8px 12px!important;font-size:.78rem!important}@media (max-width:720px){.Contact-module__VhOMSa__grid{grid-template-columns:1fr}.Contact-module__VhOMSa__coordonnees,.Contact-module__VhOMSa__localisation{padding:var(--space-lg)}}
.PopularCarousel-module__3touqq__section{background-color:var(--color-white);padding:6rem 0;overflow:hidden}.PopularCarousel-module__3touqq__header{text-align:center;padding:0 var(--container-padding);margin-bottom:3rem}.PopularCarousel-module__3touqq__title{font-family:var(--font-heading);color:var(--color-black);margin-bottom:1rem;font-size:clamp(2rem,4vw,2.5rem);display:inline-block;position:relative}.PopularCarousel-module__3touqq__title:before,.PopularCarousel-module__3touqq__title:after{content:"";background-color:var(--color-gold);width:40px;height:1px;position:absolute;top:50%}.PopularCarousel-module__3touqq__title:before{margin-right:15px;right:100%}.PopularCarousel-module__3touqq__title:after{margin-left:15px;left:100%}.PopularCarousel-module__3touqq__subtitle{color:var(--color-grey);font-size:1rem}.PopularCarousel-module__3touqq__carouselContainer{cursor:grab;-webkit-user-select:none;user-select:none;width:100%;padding:1rem 0;position:relative;overflow:hidden}.PopularCarousel-module__3touqq__grabbing{cursor:grabbing}.PopularCarousel-module__3touqq__grabbing *{pointer-events:none}.PopularCarousel-module__3touqq__carouselTrack{will-change:transform;gap:2rem;width:max-content;display:flex}@media (max-width:480px){.PopularCarousel-module__3touqq__carouselTrack{will-change:auto}}.PopularCarousel-module__3touqq__carouselItem{cursor:pointer;flex-direction:column;flex-shrink:0;gap:1rem;width:320px;display:flex}.PopularCarousel-module__3touqq__imageWrapper{aspect-ratio:3/4;border-radius:8px;width:100%;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000000d}.PopularCarousel-module__3touqq__image{transition:transform .5s}.PopularCarousel-module__3touqq__overlay{opacity:0;background:#0006;flex-direction:column;justify-content:center;align-items:center;gap:10px;transition:all .4s;display:flex;position:absolute;inset:0}.PopularCarousel-module__3touqq__carouselItem:hover .PopularCarousel-module__3touqq__overlay{opacity:1}.PopularCarousel-module__3touqq__carouselItem:hover .PopularCarousel-module__3touqq__image{transform:scale(1.05)}.PopularCarousel-module__3touqq__ctaBtn{background:var(--color-gold);color:var(--color-white);border-radius:30px;padding:12px 24px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);transform:translateY(20px);box-shadow:0 4px 15px #0003}.PopularCarousel-module__3touqq__carouselItem:hover .PopularCarousel-module__3touqq__ctaBtn{transform:translateY(0)}.PopularCarousel-module__3touqq__ctaBtn:hover{background:var(--color-gold-dark)}.PopularCarousel-module__3touqq__voirPlusBtn{color:#1a1a1a;cursor:pointer;white-space:nowrap;background:#ffffffe6;border:1.5px solid #1a1a1a;border-radius:9999px;padding:8px 20px;font-size:.82rem;font-weight:600;transition:all .4s cubic-bezier(.175,.885,.32,1.275);transform:translateY(20px)}.PopularCarousel-module__3touqq__carouselItem:hover .PopularCarousel-module__3touqq__voirPlusBtn{transform:translateY(0)}.PopularCarousel-module__3touqq__voirPlusBtn:hover{background:#fff}.PopularCarousel-module__3touqq__itemInfo{text-align:center;padding:0 .5rem}.PopularCarousel-module__3touqq__itemName{font-size:1.1rem;font-family:var(--font-heading);color:var(--color-black);margin:0}@media (hover:none){.PopularCarousel-module__3touqq__overlay{opacity:1;background:#00000052}.PopularCarousel-module__3touqq__ctaBtn,.PopularCarousel-module__3touqq__voirPlusBtn{transform:translateY(0)}}@media (max-width:768px){.PopularCarousel-module__3touqq__section{padding:4rem 0}.PopularCarousel-module__3touqq__carouselItem{width:260px}.PopularCarousel-module__3touqq__title:before,.PopularCarousel-module__3touqq__title:after{display:none}.PopularCarousel-module__3touqq__ctaBtn{padding:10px 18px;font-size:.8rem}}
