/* [project]/apps/web/src/components/site-chrome.module.css [app-client] (css) */
.site-chrome-module__ocfPUa__header {
  border-bottom: 1px solid var(--color-line);
  z-index: 10;
  background: #fff;
  height: 138px;
  position: sticky;
  top: 0;
}

.site-chrome-module__ocfPUa__headerInner {
  grid-template-columns: 1fr 190px 1fr;
  align-items: center;
  width: 80.556%;
  max-width: 1547px;
  height: 100%;
  margin: 0 auto;
  padding: 0 4px;
  display: grid;
}

.site-chrome-module__ocfPUa__desktopNav {
  align-items: center;
  gap: 34px;
  display: flex;
}

.site-chrome-module__ocfPUa__desktopNav:last-of-type {
  justify-content: flex-end;
  gap: 48px;
}

.site-chrome-module__ocfPUa__link {
  white-space: nowrap;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.site-chrome-module__ocfPUa__desktopNav .site-chrome-module__ocfPUa__link {
  font-size: 23px;
}

.site-chrome-module__ocfPUa__active {
  color: #68635f;
}

.site-chrome-module__ocfPUa__link:hover, .site-chrome-module__ocfPUa__link:focus-visible {
  color: #77716c;
}

.site-chrome-module__ocfPUa__logoLink {
  aspect-ratio: 553 / 348;
  justify-self: center;
  width: 168px;
  line-height: 0;
  display: block;
}

.site-chrome-module__ocfPUa__logoVisual {
  display: block;
}

.site-chrome-module__ocfPUa__logo {
  width: 100%;
  height: auto;
}

.site-chrome-module__ocfPUa__mobileMenu {
  display: none;
}

.site-chrome-module__ocfPUa__introHeader {
  --intro-logo-final-left: 50%;
  --intro-logo-final-top: 16px;
  --intro-logo-final-x: -50%;
  --intro-logo-scale: 1.60714;
  --intro-logo-start-top: clamp(36px, 7svh, 72px);
  --intro-logo-translate-x: 0px;
  --intro-logo-width: 168px;
  animation: site-chrome-module__ocfPUa__introHeaderReturn var(--home-intro-duration)
    cubic-bezier(.4, 0, .2, 1) var(--home-intro-delay) both;
  pointer-events: none;
}

.site-chrome-module__ocfPUa__introHeader .site-chrome-module__ocfPUa__logoLink {
  animation: site-chrome-module__ocfPUa__introLogoWrite 1.4s cubic-bezier(.42, 0, .2, 1) 80ms both,
    site-chrome-module__ocfPUa__introLogoSettle var(--home-intro-duration) cubic-bezier(.4, 0, .2, 1)
      var(--home-intro-delay) both;
  transform-origin: top;
  z-index: 4;
}

.site-chrome-module__ocfPUa__introHeader .site-chrome-module__ocfPUa__logoOnImage {
  animation: site-chrome-module__ocfPUa__introLogoImageBoundary var(--home-intro-duration)
    cubic-bezier(.4, 0, .2, 1) var(--home-intro-delay) both;
  pointer-events: none;
  z-index: 4;
  height: 100dvh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.site-chrome-module__ocfPUa__introHeader .site-chrome-module__ocfPUa__logoOnImage:after {
  animation: site-chrome-module__ocfPUa__introLogoWrite 1.4s cubic-bezier(.42, 0, .2, 1) 80ms both,
    site-chrome-module__ocfPUa__introLogoOverlaySettle var(--home-intro-duration)
      cubic-bezier(.4, 0, .2, 1) var(--home-intro-delay) both,
    site-chrome-module__ocfPUa__introLogoImageOffset var(--home-intro-duration) cubic-bezier(.4, 0, .2, 1)
      var(--home-intro-delay) both;
  aspect-ratio: 553 / 348;
  content: "";
  left: var(--intro-logo-final-left);
  top: var(--intro-logo-final-top);
  transform-origin: top;
  width: var(--intro-logo-width);
  background: #fff;
  position: absolute;
  -webkit-mask: url("/assets/brand/logo-jm-rigot.svg") center / contain no-repeat;
  mask: url("/assets/brand/logo-jm-rigot.svg") center / contain no-repeat;
}

.site-chrome-module__ocfPUa__introHeader .site-chrome-module__ocfPUa__desktopNav, .site-chrome-module__ocfPUa__introHeader .site-chrome-module__ocfPUa__mobileMenu {
  animation: site-chrome-module__ocfPUa__introControlsReturn var(--home-intro-duration)
    cubic-bezier(.4, 0, .2, 1) var(--home-intro-delay) both;
  z-index: 4;
  position: relative;
}

@keyframes site-chrome-module__ocfPUa__introHeaderReturn {
  from {
    background-color: #0000;
    border-color: #0000;
  }

  to {
    border-color: var(--color-line);
    pointer-events: auto;
    background-color: #fff;
  }
}

@keyframes site-chrome-module__ocfPUa__introLogoSettle {
  from {
    transform: translate(var(--intro-logo-translate-x),
        calc(var(--intro-logo-start-top) - var(--intro-logo-final-top)))
      scale(var(--intro-logo-scale));
  }

  to {
    transform: translate(0)scale(1);
  }
}

@keyframes site-chrome-module__ocfPUa__introLogoOverlaySettle {
  from {
    transform: translate(calc(var(--intro-logo-final-x) + var(--intro-logo-translate-x)),
        calc(var(--intro-logo-start-top) - var(--intro-logo-final-top)))
      scale(var(--intro-logo-scale));
  }

  to {
    transform: translate(var(--intro-logo-final-x), 0) scale(1);
  }
}

@keyframes site-chrome-module__ocfPUa__introLogoImageBoundary {
  to {
    top: calc(var(--site-header-height) + var(--home-hero-gap));
  }
}

@keyframes site-chrome-module__ocfPUa__introLogoImageOffset {
  to {
    top: calc(var(--intro-logo-final-top) - var(--site-header-height) -
        var(--home-hero-gap));
  }
}

@keyframes site-chrome-module__ocfPUa__introLogoWrite {
  from {
    clip-path: inset(0 100% 0 0);
    opacity: .2;
  }

  99% {
    clip-path: inset(0);
    opacity: 1;
  }

  to {
    clip-path: none;
    opacity: 1;
  }
}

@keyframes site-chrome-module__ocfPUa__introControlsReturn {
  0%, 70% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

html[data-skip-home-intro] .site-chrome-module__ocfPUa__introHeader {
  pointer-events: auto;
  animation: none;
}

:is(html[data-skip-home-intro] .site-chrome-module__ocfPUa__introHeader .site-chrome-module__ocfPUa__desktopNav, html[data-skip-home-intro] .site-chrome-module__ocfPUa__introHeader .site-chrome-module__ocfPUa__logoLink, html[data-skip-home-intro] .site-chrome-module__ocfPUa__introHeader .site-chrome-module__ocfPUa__mobileMenu) {
  clip-path: none;
  opacity: 1;
  animation: none;
  transform: none;
}

html[data-skip-home-intro] .site-chrome-module__ocfPUa__introHeader .site-chrome-module__ocfPUa__logoOnImage {
  display: none;
}

.site-chrome-module__ocfPUa__footerLandscape {
  height: 312px;
  overflow: hidden;
}

.site-chrome-module__ocfPUa__footerLandscape img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-mask-image: linear-gradient(#0000 0%, #000 52%);
  mask-image: linear-gradient(#0000 0%, #000 52%);
}

.site-chrome-module__ocfPUa__overlapLandscape {
  height: 294px;
  margin-top: -66px;
}

.site-chrome-module__ocfPUa__footerContent {
  border: 1px solid var(--color-line);
  flex-direction: column;
  align-items: center;
  min-height: 292px;
  padding: 38px 24px 18px;
  display: flex;
}

.site-chrome-module__ocfPUa__footerLogo {
  width: 168px;
  height: auto;
}

.site-chrome-module__ocfPUa__footerContent nav {
  gap: 35px;
  margin-top: 23px;
  display: flex;
}

.site-chrome-module__ocfPUa__legal {
  gap: 26px;
  margin-top: 30px;
  display: flex;
}

.site-chrome-module__ocfPUa__legal a {
  color: #5d5a57;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .site-chrome-module__ocfPUa__headerInner {
    grid-template-columns: 1fr 150px 1fr;
    width: 100%;
    padding: 0 16px;
  }

  .site-chrome-module__ocfPUa__desktopNav {
    gap: 12px;
  }

  .site-chrome-module__ocfPUa__desktopNav:last-of-type {
    gap: 20px;
  }

  .site-chrome-module__ocfPUa__desktopNav .site-chrome-module__ocfPUa__link {
    font-size: 20px;
  }
}

@media (max-width: 900px) {
  .site-chrome-module__ocfPUa__header {
    height: 96px;
  }

  .site-chrome-module__ocfPUa__headerInner {
    justify-content: space-between;
    padding: 0 20px;
    display: flex;
  }

  .site-chrome-module__ocfPUa__desktopNav {
    display: none;
  }

  .site-chrome-module__ocfPUa__logoLink {
    justify-self: auto;
    width: 110px;
  }

  .site-chrome-module__ocfPUa__logo {
    width: 100%;
  }

  .site-chrome-module__ocfPUa__introHeader {
    --intro-logo-final-left: 20px;
    --intro-logo-final-top: 14px;
    --intro-logo-final-x: 0%;
    --intro-logo-scale: 1.6;
    --intro-logo-start-top: clamp(28px, 5svh, 52px);
    --intro-logo-translate-x: calc(50vw - 75px);
    --intro-logo-width: 110px;
  }

  .site-chrome-module__ocfPUa__mobileMenu {
    z-index: 12;
    display: block;
    position: relative;
  }

  .site-chrome-module__ocfPUa__mobileMenu summary {
    cursor: pointer;
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    list-style: none;
    display: flex;
  }

  .site-chrome-module__ocfPUa__mobileMenu summary::-webkit-details-marker {
    display: none;
  }

  .site-chrome-module__ocfPUa__mobileMenu summary span {
    background: var(--color-ink);
    width: 24px;
    height: 1px;
    transition: opacity .16s, transform .16s;
    display: block;
  }

  .site-chrome-module__ocfPUa__mobileMenu[open] summary span:first-child {
    transform: translateY(6px)rotate(45deg);
  }

  .site-chrome-module__ocfPUa__mobileMenu[open] summary span:nth-child(2) {
    opacity: 0;
  }

  .site-chrome-module__ocfPUa__mobileMenu[open] summary span:last-child {
    transform: translateY(-6px)rotate(-45deg);
  }

  .site-chrome-module__ocfPUa__mobileMenu nav {
    border-top: 1px solid var(--color-line);
    height: calc(100vh - var(--site-header-height));
    height: calc(100dvh - var(--site-header-height));
    overscroll-behavior: contain;
    left: 0;
    right: 0;
    top: var(--site-header-height);
    z-index: 11;
    background: #fff;
    flex-direction: column;
    padding: 20px 20px 40px;
    animation: .18s ease-out both site-chrome-module__ocfPUa__mobileNavEnter;
    display: flex;
    position: fixed;
    overflow-y: auto;
    box-shadow: 0 18px 30px #11100f14;
  }

  .site-chrome-module__ocfPUa__mobileMenu nav a {
    border-bottom: 1px solid var(--color-line);
    font-family: var(--font-title);
    text-transform: uppercase;
    white-space: normal;
    justify-content: space-between;
    align-items: center;
    min-height: 64px;
    padding: 8px 4px;
    font-size: clamp(18px, 5vw, 22px);
    font-weight: 700;
    display: flex;
  }

  .site-chrome-module__ocfPUa__mobileMenu nav a:after {
    content: "";
    border-top: 1px solid;
    border-right: 1px solid;
    flex: 0 0 9px;
    width: 9px;
    height: 9px;
    margin-left: 24px;
    transform: rotate(45deg);
  }

  html:has(.site-chrome-module__ocfPUa__mobileMenu[open]) {
    overflow: hidden;
  }

  .site-chrome-module__ocfPUa__footerLandscape {
    height: 180px;
  }

  .site-chrome-module__ocfPUa__overlapLandscape {
    margin-top: 0;
  }

  .site-chrome-module__ocfPUa__footerContent {
    min-height: 330px;
  }

  .site-chrome-module__ocfPUa__footerContent nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 24px;
    max-width: 320px;
  }

  .site-chrome-module__ocfPUa__legal {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (min-width: 701px) and (max-width: 900px) {
  .site-chrome-module__ocfPUa__introHeader {
    --intro-logo-scale: 1.9;
  }
}

@media (max-width: 520px) {
  .site-chrome-module__ocfPUa__introHeader {
    --intro-logo-scale: 1.45;
    --intro-logo-start-top: clamp(24px, 5svh, 38px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-chrome-module__ocfPUa__introHeader {
    pointer-events: auto;
    animation: none;
  }

  .site-chrome-module__ocfPUa__introHeader .site-chrome-module__ocfPUa__desktopNav, .site-chrome-module__ocfPUa__introHeader .site-chrome-module__ocfPUa__logoLink, .site-chrome-module__ocfPUa__introHeader .site-chrome-module__ocfPUa__mobileMenu {
    clip-path: none;
    opacity: 1;
    animation: none;
    transform: none;
  }

  .site-chrome-module__ocfPUa__introHeader .site-chrome-module__ocfPUa__logoOnImage {
    display: none;
  }

  .site-chrome-module__ocfPUa__mobileMenu nav, .site-chrome-module__ocfPUa__mobileMenu summary span {
    transition: none;
    animation: none;
  }
}

@keyframes site-chrome-module__ocfPUa__mobileNavEnter {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* [project]/apps/web/src/app/nos-cuvees/nos-cuvees.module.css [app-client] (css) */
.nos-cuvees-module__i0L6eG__hero {
  width: calc(100% - 76px);
  max-width: 1364px;
  margin: 33px auto 0;
  overflow: hidden;
}

.nos-cuvees-module__i0L6eG__heroImage {
  width: 100%;
  height: auto;
}

.nos-cuvees-module__i0L6eG__catalog {
  padding-bottom: 159px;
}

.nos-cuvees-module__i0L6eG__catalog h1 {
  font-family: var(--font-title);
  text-align: center;
  text-transform: uppercase;
  margin: 78px 0 0;
  font-size: 38px;
  line-height: .95;
}

.nos-cuvees-module__i0L6eG__catalog h1 span {
  margin-bottom: 10px;
  font-size: 16px;
  display: block;
}

.nos-cuvees-module__i0L6eG__productList {
  width: calc(100% - 76px);
  max-width: 1364px;
  margin: 99px auto 0;
}

.nos-cuvees-module__i0L6eG__catalogHeading[data-reveal="pending"] h1 {
  opacity: .72;
  transform: translateY(10px);
}

.nos-cuvees-module__i0L6eG__catalogHeading[data-reveal="visible"] h1 {
  animation: .62s cubic-bezier(.22, 1, .36, 1) both nos-cuvees-module__i0L6eG__catalogHeadingReveal;
}

.nos-cuvees-module__i0L6eG__card {
  color: #fff;
  isolation: isolate;
  height: 585px;
  position: relative;
  overflow: visible;
}

.nos-cuvees-module__i0L6eG__card[data-reveal="pending"] {
  opacity: .86;
  transform: translateY(14px);
}

.nos-cuvees-module__i0L6eG__card[data-reveal="visible"] {
  animation: .68s cubic-bezier(.22, 1, .36, 1) both nos-cuvees-module__i0L6eG__cuveeCardReveal;
}

@keyframes nos-cuvees-module__i0L6eG__catalogHeadingReveal {
  from {
    opacity: .72;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes nos-cuvees-module__i0L6eG__cuveeCardReveal {
  from {
    opacity: .86;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.nos-cuvees-module__i0L6eG__card:before {
  content: "";
  mix-blend-mode: multiply;
  opacity: .55;
  pointer-events: none;
  z-index: 0;
  background-image: url("/assets/textures/texture-papier-blanc.webp");
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.nos-cuvees-module__i0L6eG__card + .nos-cuvees-module__i0L6eG__card {
  margin-top: 238px;
}

.nos-cuvees-module__i0L6eG__card:nth-child(5) {
  margin-top: 252px;
}

.nos-cuvees-module__i0L6eG__cardArt {
  object-fit: cover;
  opacity: .2;
  z-index: 1;
  width: 55%;
  height: 100%;
  position: absolute;
  inset: 0 0 0 auto;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 36% 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 36% 100%);
}

.nos-cuvees-module__i0L6eG__bottle {
  object-fit: contain;
  z-index: 3;
  width: 620px;
  height: 810px;
  position: absolute;
  bottom: -75px;
  right: 70px;
}

.nos-cuvees-module__i0L6eG__cardContent {
  z-index: 2;
  width: 760px;
  padding: 58px 50px 26px;
  position: relative;
}

.nos-cuvees-module__i0L6eG__cardContent header h2 {
  font-family: var(--font-title);
  text-transform: uppercase;
  margin: 0;
  font-size: 48px;
  line-height: 1;
}

.nos-cuvees-module__i0L6eG__cardContent header p {
  margin: 4px 0 0;
  font-family: Georgia, serif;
  font-size: 26px;
}

.nos-cuvees-module__i0L6eG__description, .nos-cuvees-module__i0L6eG__details {
  font-size: 18px;
  line-height: 1.4;
}

.nos-cuvees-module__i0L6eG__description {
  font-family: var(--font-description);
  max-width: 700px;
  margin: 48px 0 0;
}

.nos-cuvees-module__i0L6eG__details {
  margin: 24px 0 0;
}

.nos-cuvees-module__i0L6eG__grapes {
  gap: 18px;
  margin: 22px 0 0 14px;
  display: flex;
}

.nos-cuvees-module__i0L6eG__grape {
  flex-direction: column;
  align-items: center;
  min-width: 92px;
  font-size: 13px;
  line-height: 1.25;
  display: flex;
}

.nos-cuvees-module__i0L6eG__grapeIcon {
  border: 1px solid;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 5px;
  display: flex;
  overflow: hidden;
}

.nos-cuvees-module__i0L6eG__grapeIcon img {
  mix-blend-mode: screen;
  object-fit: contain;
  width: 46px;
  height: 60px;
}

.nos-cuvees-module__i0L6eG__technicalLink {
  text-transform: uppercase;
  border: 1px solid;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 48px;
  margin-top: 17px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.nos-cuvees-module__i0L6eG__tradition {
  background: #292a27;
}

.nos-cuvees-module__i0L6eG__reserve {
  background: #b73738;
}

.nos-cuvees-module__i0L6eG__prestige {
  background: #617168;
}

.nos-cuvees-module__i0L6eG__millesime {
  background: #624d43;
}

.nos-cuvees-module__i0L6eG__rubis {
  background: #8f234a;
}

.nos-cuvees-module__i0L6eG__blanc {
  background: #dfbfa5;
}

.nos-cuvees-module__i0L6eG__privilege {
  background: #e8e6e1;
}

.nos-cuvees-module__i0L6eG__rose {
  background: #ad7784;
}

.nos-cuvees-module__i0L6eG__blanc, .nos-cuvees-module__i0L6eG__privilege {
  color: #171513;
}

.nos-cuvees-module__i0L6eG__blanc .nos-cuvees-module__i0L6eG__grapeIcon img, .nos-cuvees-module__i0L6eG__privilege .nos-cuvees-module__i0L6eG__grapeIcon img {
  mix-blend-mode: multiply;
}

@media (max-width: 1100px) {
  .nos-cuvees-module__i0L6eG__cardContent {
    width: 58%;
    padding-left: 38px;
  }

  .nos-cuvees-module__i0L6eG__bottle {
    width: 48%;
    right: 20px;
  }

  .nos-cuvees-module__i0L6eG__description, .nos-cuvees-module__i0L6eG__details {
    font-size: 16px;
  }
}

@media (max-width: 760px) {
  .nos-cuvees-module__i0L6eG__hero {
    width: calc(100% - 32px);
    margin-top: 20px;
  }

  .nos-cuvees-module__i0L6eG__catalog {
    padding-bottom: 80px;
  }

  .nos-cuvees-module__i0L6eG__catalog h1 {
    margin-top: 64px;
    font-size: 30px;
  }

  .nos-cuvees-module__i0L6eG__catalog h1 span {
    font-size: 13px;
  }

  .nos-cuvees-module__i0L6eG__productList {
    width: calc(100% - 32px);
    margin-top: 68px;
  }

  .nos-cuvees-module__i0L6eG__card {
    flex-direction: column;
    height: auto;
    display: flex;
    overflow: hidden;
  }

  .nos-cuvees-module__i0L6eG__card + .nos-cuvees-module__i0L6eG__card, .nos-cuvees-module__i0L6eG__card:nth-child(5) {
    margin-top: 96px;
  }

  .nos-cuvees-module__i0L6eG__cardArt {
    width: 100%;
    height: 100%;
  }

  .nos-cuvees-module__i0L6eG__bottle {
    order: 0;
    width: 100%;
    height: 430px;
    margin: -42px auto -28px;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .nos-cuvees-module__i0L6eG__cardContent {
    order: 1;
    width: 100%;
    padding: 0 24px 32px;
  }

  .nos-cuvees-module__i0L6eG__cardContent header h2 {
    font-size: 30px;
  }

  .nos-cuvees-module__i0L6eG__cardContent header p {
    font-size: 21px;
  }

  .nos-cuvees-module__i0L6eG__description {
    margin-top: 30px;
  }

  .nos-cuvees-module__i0L6eG__grapes {
    flex-wrap: wrap;
    margin-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nos-cuvees-module__i0L6eG__catalogHeading[data-reveal] h1, .nos-cuvees-module__i0L6eG__card[data-reveal] {
    opacity: 1;
    animation: none;
    transform: none;
  }
}

/*# sourceMappingURL=apps_web_src_1qmi8l7._.css.map*/