.elementor-54 .elementor-element.elementor-element-0852119{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-54 .elementor-element.elementor-element-0852119.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-54 .elementor-element.elementor-element-0852119{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-0852119 *//* ================================
   PAGE CÔTÉ RIVIÈRE - LUXE PREMIUM
   LE MOULIN DU COQ
   ================================ */

:root {
  --mdcr-dark: #10131f;
  --mdcr-dark-2: #171b2a;
  --mdcr-black: #070707;
  --mdcr-gold: #b98b4b;
  --mdcr-gold-light: #d8b276;
  --mdcr-cream: #f8f1e7;
  --mdcr-cream-2: #fffaf3;
  --mdcr-text: #333333;
  --mdcr-muted: #6f6f6f;
  --mdcr-border: rgba(16, 19, 31, 0.12);
  --mdcr-shadow: 0 26px 70px rgba(16, 19, 31, 0.13);
  --mdcr-radius: 24px;
}

/* RESET LOCAL */
.mdcr-page,
.mdcr-page * {
  box-sizing: border-box;
}

.mdcr-page {
  background: var(--mdcr-cream-2);
  color: var(--mdcr-text);
  font-family: "Inter", "Lato", Arial, sans-serif;
  overflow: hidden;
}

.mdcr-page img {
  max-width: 100%;
  display: block;
}

.mdcr-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.mdcr-section {
  padding: 105px 0;
}

/* TYPOGRAPHIE */
.mdcr-page h1,
.mdcr-page h2,
.mdcr-page h3 {
  margin: 0;
  color: var(--mdcr-dark);
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-weight: 500;
  line-height: 1.08;
}

.mdcr-page h1 {
  max-width: 920px;
  font-size: clamp(38px, 5.2vw, 68px);
  letter-spacing: -0.035em;
}

.mdcr-page h2 {
  font-size: clamp(32px, 3.8vw, 50px);
  letter-spacing: -0.025em;
}

.mdcr-page h3 {
  font-size: clamp(24px, 2.2vw, 32px);
  letter-spacing: -0.015em;
}

.mdcr-page p {
  margin: 0;
  color: var(--mdcr-muted);
  font-size: 16px;
  line-height: 1.82;
}

.mdcr-kicker {
  margin-bottom: 16px !important;
  color: var(--mdcr-gold-light) !important;
  font-size: 12px !important;
  font-weight: 800;
  line-height: 1.4 !important;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.mdcr-kicker--dark {
  color: var(--mdcr-gold) !important;
}

/* BOUTONS */
.mdcr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 28px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.mdcr-btn--primary {
  background: linear-gradient(135deg, var(--mdcr-gold), var(--mdcr-gold-light));
  color: #10131f !important;
  box-shadow: 0 18px 38px rgba(185, 139, 75, 0.28);
}

.mdcr-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 48px rgba(185, 139, 75, 0.34);
}

.mdcr-btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
  backdrop-filter: blur(12px);
}

.mdcr-btn--ghost:hover {
  background: #ffffff;
  color: var(--mdcr-dark) !important;
}

.mdcr-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--mdcr-gold);
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.mdcr-link-btn:hover {
  transform: translateY(-2px);
  background: #a8793e;
}

.mdcr-link-btn--dark {
  background: var(--mdcr-dark);
}

.mdcr-link-btn--dark:hover {
  background: var(--mdcr-black);
}

/* HERO */
.mdcr-hero {
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: center;
  background-image: var(--hero-img);
  background-size: cover;
  background-position: center;
  isolation: isolate;
}

.mdcr-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 36%, rgba(185, 139, 75, 0.24), transparent 34%),
    linear-gradient(90deg, rgba(7, 7, 7, 0.86) 0%, rgba(13, 16, 27, 0.58) 52%, rgba(13, 16, 27, 0.22) 100%);
  z-index: -2;
}

.mdcr-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 180px;
  background: linear-gradient(0deg, var(--mdcr-cream-2), transparent);
  z-index: -1;
}

.mdcr-hero__inner {
  padding: 100px 0 135px;
}

.mdcr-hero h1 {
  color: #ffffff;
}

.mdcr-hero__text {
  max-width: 650px;
  margin-top: 24px !important;
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: clamp(16px, 1.6vw, 19px) !important;
  line-height: 1.78 !important;
}

.mdcr-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

/* INTRO */
.mdcr-intro {
  background: var(--mdcr-cream-2);
}

.mdcr-intro__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: center;
}

.mdcr-intro__content p:not(.mdcr-kicker) {
  max-width: 610px;
  margin-top: 22px;
}

.mdcr-address {
  margin-top: 34px;
  padding: 24px 26px;
  border-left: 3px solid var(--mdcr-gold);
  background: #ffffff;
  box-shadow: 0 16px 45px rgba(16, 19, 31, 0.08);
}

.mdcr-address span {
  display: block;
  margin-bottom: 8px;
  color: var(--mdcr-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mdcr-address strong {
  display: block;
  color: var(--mdcr-dark);
  font-size: 16px;
  line-height: 1.5;
}

.mdcr-address small {
  display: block;
  margin-top: 4px;
  color: var(--mdcr-muted);
  font-size: 13px;
}

.mdcr-intro__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

/* VIDEO */
.mdcr-video-card {
  overflow: hidden;
  border-radius: var(--mdcr-radius);
  background: var(--mdcr-dark);
  box-shadow: var(--mdcr-shadow);
}

.mdcr-video-card__media {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
}

.mdcr-video-card__media iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.mdcr-video-card__caption {
  padding: 26px 30px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mdcr-video-card__caption span {
  color: var(--mdcr-gold-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mdcr-video-card__caption strong {
  color: #ffffff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 500;
}

/* HIGHLIGHTS */
.mdcr-highlights {
  padding: 34px 0;
  background: var(--mdcr-dark);
}

.mdcr-highlights__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.mdcr-highlights article {
  padding: 34px 28px;
  background: var(--mdcr-dark);
}

.mdcr-highlights span {
  display: block;
  margin-bottom: 14px;
  color: var(--mdcr-gold-light);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.mdcr-highlights h3 {
  color: #ffffff;
  font-size: 28px;
}

.mdcr-highlights p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 14.5px;
}

/* FEATURE SECTIONS */
.mdcr-feature {
  background: var(--mdcr-cream-2);
}

.mdcr-feature--dark {
  background: var(--mdcr-dark);
}

.mdcr-feature__grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 70px;
  align-items: center;
}

.mdcr-feature__grid--reverse {
  grid-template-columns: 1.22fr 0.78fr;
}

.mdcr-feature__grid--reverse .mdcr-feature__text {
  order: 2;
}

.mdcr-feature__grid--reverse .mdcr-gallery-grid {
  order: 1;
}

.mdcr-feature__text p:not(.mdcr-kicker) {
  margin-top: 22px;
}

.mdcr-feature--dark h2,
.mdcr-feature--dark h3 {
  color: #ffffff;
}

.mdcr-feature--dark p:not(.mdcr-kicker) {
  color: rgba(255, 255, 255, 0.68) !important;
}

/* CHECKLIST */
.mdcr-checklist {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.mdcr-checklist li {
  position: relative;
  padding-left: 28px;
  color: var(--mdcr-dark);
  font-size: 15px;
  line-height: 1.6;
}

.mdcr-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--mdcr-gold);
}

/* GALERIE */
.mdcr-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.mdcr-gallery-grid img {
  width: 100%;
  height: 285px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(16, 19, 31, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.mdcr-gallery-grid img:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(16, 19, 31, 0.16);
}

/* EQUIPEMENTS */
.mdcr-equipment {
  background: var(--mdcr-cream);
}

.mdcr-section-heading {
  max-width: 780px;
  margin: 0 auto 58px;
  text-align: center;
}

.mdcr-section-heading p:not(.mdcr-kicker) {
  max-width: 650px;
  margin: 22px auto 0;
}

.mdcr-equipment__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.mdcr-equipment article {
  min-height: 220px;
  padding: 34px;
  border: 1px solid var(--mdcr-border);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(16, 19, 31, 0.06);
  transition: all 0.25s ease;
}

.mdcr-equipment article:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(16, 19, 31, 0.12);
}

.mdcr-equipment article span {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--mdcr-gold);
  font-size: 26px;
}

.mdcr-equipment h3 {
  font-size: 28px;
}

.mdcr-equipment p {
  margin-top: 14px;
}

/* REGION */
.mdcr-region {
  background:
    linear-gradient(rgba(16, 19, 31, 0.84), rgba(16, 19, 31, 0.84)),
    url('/wp-content/uploads/2026/01/bourgogne-vignes.jpg') center/cover;
}

.mdcr-region__inner {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 70px;
  align-items: center;
}

.mdcr-region h2 {
  color: #ffffff;
}

.mdcr-region p:not(.mdcr-kicker) {
  max-width: 680px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.72) !important;
}

.mdcr-region__list {
  display: grid;
  gap: 14px;
}

.mdcr-region__list span {
  display: block;
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
}

/* CTA FINAL */
.mdcr-final {
  padding: 110px 0;
  background: var(--mdcr-black);
  text-align: center;
}

.mdcr-final__inner {
  max-width: 920px;
  margin: 0 auto;
}

.mdcr-final h2 {
  color: #ffffff;
}

.mdcr-final p:not(.mdcr-kicker) {
  max-width: 720px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.68) !important;
}

.mdcr-final__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .mdcr-section {
    padding: 82px 0;
  }

  .mdcr-intro__grid,
  .mdcr-feature__grid,
  .mdcr-feature__grid--reverse,
  .mdcr-region__inner {
    grid-template-columns: 1fr;
  }

  .mdcr-feature__grid--reverse .mdcr-feature__text,
  .mdcr-feature__grid--reverse .mdcr-gallery-grid {
    order: initial;
  }

  .mdcr-highlights__grid,
  .mdcr-equipment__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .mdcr-container {
    width: min(100% - 28px, 1180px);
  }

  .mdcr-section {
    padding: 66px 0;
  }

  .mdcr-page h1 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .mdcr-page h2 {
    font-size: clamp(29px, 8vw, 38px);
  }

  .mdcr-page h3 {
    font-size: 25px;
  }

  .mdcr-page p {
    font-size: 15.5px;
  }

  .mdcr-hero {
    min-height: 78vh;
  }

  .mdcr-hero__inner {
    padding: 82px 0 110px;
  }

  .mdcr-hero__actions,
  .mdcr-final__actions,
  .mdcr-intro__buttons {
    flex-direction: column;
  }

  .mdcr-btn,
  .mdcr-link-btn {
    width: 100%;
  }

  .mdcr-highlights__grid,
  .mdcr-equipment__grid,
  .mdcr-gallery-grid {
    grid-template-columns: 1fr;
  }

  .mdcr-highlights article {
    padding: 28px 24px;
  }

  .mdcr-gallery-grid img {
    height: 280px;
  }

  .mdcr-video-card__caption {
    padding: 22px;
  }

  .mdcr-video-card__caption strong {
    font-size: 24px;
  }

  .mdcr-final {
    padding: 82px 0;
  }
}/* End custom CSS */