.elementor-152 .elementor-element.elementor-element-51dc998{--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-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-51dc998 *//* ================================
   FOOTER PREMIUM - LE MOULIN DU COQ
   ================================ */

:root {
  --mdcf-black: #050505;
  --mdcf-dark: #10131f;
  --mdcf-dark-soft: #151515;
  --mdcf-gold: #b98b4b;
  --mdcf-gold-light: #d7b176;
  --mdcf-cream: #fffaf2;
  --mdcf-text: rgba(255, 255, 255, 0.78);
  --mdcf-muted: rgba(255, 255, 255, 0.52);
  --mdcf-border: rgba(255, 255, 255, 0.11);
}

/* RESET LOCAL */
.mdcf-footer,
.mdcf-footer * {
  box-sizing: border-box;
}

.mdcf-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 0%, rgba(185, 139, 75, 0.15), transparent 32%),
    linear-gradient(180deg, #101010 0%, #050505 100%);
  color: #ffffff;
  font-family: "Inter", "Lato", Arial, sans-serif;
}

.mdcf-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: 0.28;
  pointer-events: none;
}

.mdcf-container {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

/* TOP */
.mdcf-footer__top {
  padding: 86px 0 70px;
}

.mdcf-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 0.75fr 0.75fr 0.9fr;
  gap: 54px;
  align-items: start;
}

/* BRAND */
.mdcf-brand {
  max-width: 430px;
}

.mdcf-logo {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #ffffff !important;
  text-decoration: none !important;
}

.mdcf-logo img {
  width: 92px;
  max-height: 92px;
  height: auto;
  display: block;
  object-fit: contain;
}

.mdcf-logo span {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.mdcf-logo strong {
  color: #ffffff;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}

.mdcf-logo small {
  color: var(--mdcf-muted);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mdcf-brand p {
  margin: 28px 0 0;
  color: var(--mdcf-text);
  font-size: 15.5px;
  line-height: 1.8;
}

/* BADGES */
.mdcf-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.mdcf-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 13px;
  border: 1px solid rgba(215, 177, 118, 0.24);
  border-radius: 999px;
  color: var(--mdcf-gold-light);
  background: rgba(185, 139, 75, 0.08);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* COLONNES */
.mdcf-col h2 {
  margin: 0 0 22px;
  color: #ffffff;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}

.mdcf-col a {
  position: relative;
  display: table;
  margin-bottom: 13px;
  color: var(--mdcf-text) !important;
  font-size: 14px;
  line-height: 1.45;
  text-decoration: none !important;
  transition: color 0.25s ease, transform 0.25s ease;
}

.mdcf-col a:hover {
  color: var(--mdcf-gold-light) !important;
  transform: translateX(4px);
}

.mdcf-col a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: var(--mdcf-gold);
  transition: width 0.25s ease;
}

.mdcf-col a:hover::after {
  width: 100%;
}

/* CONTACT */
.mdcf-contact address {
  display: grid;
  gap: 6px;
  margin: 0 0 22px;
  color: var(--mdcf-text);
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
}

.mdcf-contact address strong {
  color: #ffffff;
  font-weight: 700;
}

.mdcf-contact-link {
  margin-bottom: 24px !important;
  color: var(--mdcf-gold-light) !important;
  font-size: 18px !important;
  font-weight: 800;
}

.mdcf-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 22px;
  border: 1px solid rgba(215, 177, 118, 0.5);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--mdcf-gold), var(--mdcf-gold-light));
  color: #10131f !important;
  font-size: 12px !important;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  box-shadow: 0 14px 34px rgba(185, 139, 75, 0.22);
}

.mdcf-btn:hover {
  transform: translateY(-2px) !important;
  color: #10131f !important;
}

.mdcf-btn::after {
  display: none;
}

/* CTA STRIP */
.mdcf-cta {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--mdcf-border);
  border-bottom: 1px solid var(--mdcf-border);
  background: rgba(255, 255, 255, 0.035);
}

.mdcf-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 28px 0;
}

.mdcf-cta span {
  display: block;
  margin-bottom: 6px;
  color: var(--mdcf-gold-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mdcf-cta strong {
  display: block;
  color: #ffffff;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.05;
}

.mdcf-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 24px;
  border-radius: 999px;
  background: #ffffff;
  color: #10131f !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.25s ease;
}

.mdcf-cta a:hover {
  transform: translateY(-2px);
  background: var(--mdcf-gold-light);
}

/* BOTTOM */
.mdcf-footer__bottom {
  position: relative;
  z-index: 1;
  padding: 22px 0;
  background: rgba(0, 0, 0, 0.32);
}

.mdcf-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.mdcf-footer__bottom p {
  margin: 0;
  color: var(--mdcf-muted);
  font-size: 13px;
}

.mdcf-footer__bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.mdcf-footer__bottom a {
  color: var(--mdcf-muted) !important;
  font-size: 13px;
  text-decoration: none !important;
  transition: color 0.25s ease;
}

.mdcf-footer__bottom a:hover {
  color: var(--mdcf-gold-light) !important;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .mdcf-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 44px;
  }

  .mdcf-brand {
    max-width: none;
    grid-column: span 2;
  }
}

@media (max-width: 760px) {
  .mdcf-container {
    width: min(100% - 28px, 1240px);
  }

  .mdcf-footer__top {
    padding: 68px 0 52px;
  }

  .mdcf-footer__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .mdcf-brand {
    grid-column: auto;
  }

  .mdcf-logo img {
    width: 70px;
    max-height: 70px;
  }

  .mdcf-logo strong {
    font-size: 23px;
  }

  .mdcf-logo small {
    font-size: 9px;
  }

  .mdcf-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .mdcf-cta a {
    width: 100%;
  }

  .mdcf-footer__bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .mdcf-footer__bottom nav {
    gap: 12px 18px;
  }
}

/* === CODEX FOOTER VISUAL POLISH START === */
.mdcf-footer {
  border-top: 1px solid rgba(212, 170, 100, 0.22);
  background:
    radial-gradient(circle at 18% -8%, rgba(212, 170, 100, 0.11), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(255, 247, 234, 0.035), transparent 28%),
    linear-gradient(180deg, #111018 0%, #070707 100%);
}

.mdcf-footer::before {
  opacity: 0.11;
  background-size: 104px 104px;
}

.mdcf-footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1120px, calc(100% - 36px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(212, 170, 100, 0.52), transparent);
  pointer-events: none;
}

.mdcf-footer__top {
  padding-top: 78px;
}

.mdcf-logo strong,
.mdcf-col h2,
.mdcf-cta strong {
  letter-spacing: 0;
}

.mdcf-brand p,
.mdcf-col a,
.mdcf-contact address,
.mdcf-footer__bottom p,
.mdcf-footer__bottom a {
  color: rgba(255, 255, 255, 0.74) !important;
}

.mdcf-badges span {
  border-color: rgba(212, 170, 100, 0.20);
  background: rgba(212, 170, 100, 0.06);
  color: rgba(232, 198, 145, 0.90);
}

.mdcf-cta {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
  border-color: rgba(255, 255, 255, 0.10);
}

.mdcf-cta__inner {
  padding: 32px 0;
}

.mdcf-cta a {
  border: 1px solid rgba(212, 170, 100, 0.56);
  background: linear-gradient(135deg, #c99b58 0%, #e1bd7c 100%);
  color: #10131f !important;
  box-shadow: 0 16px 36px rgba(185, 139, 75, 0.23);
}

.mdcf-cta a:hover {
  background: linear-gradient(135deg, #d7aa65 0%, #efcf92 100%);
  box-shadow: 0 18px 42px rgba(185, 139, 75, 0.30);
}

.mdcf-btn {
  background: linear-gradient(135deg, #c99b58 0%, #e1bd7c 100%);
  box-shadow: 0 16px 36px rgba(185, 139, 75, 0.22);
}

.mdcf-col a:hover,
.mdcf-footer__bottom a:hover,
.mdcf-contact-link {
  color: #e1bd7c !important;
}

@media (max-width: 760px) {
  .mdcf-footer__top {
    padding-top: 62px;
  }

  .mdcf-brand {
    text-align: center;
  }

  .mdcf-logo {
    justify-content: center;
  }

  .mdcf-badges {
    justify-content: center;
  }

  .mdcf-cta__inner {
    align-items: stretch;
    text-align: center;
  }
}
/* === CODEX FOOTER VISUAL POLISH END === */

/* === CODEX FOOTER WARM TONE START === */
.mdcf-footer {
  background:
    radial-gradient(circle at 18% -8%, rgba(215, 170, 101, 0.10), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(255, 247, 234, 0.055), transparent 28%),
    linear-gradient(180deg, #17141b 0%, #100f13 100%);
  color: #fff7ea;
}

.mdcf-footer::before {
  opacity: 0.055;
}

.mdcf-logo strong,
.mdcf-col h2,
.mdcf-cta strong,
.mdcf-contact address strong {
  color: #fff7ea;
}

.mdcf-logo small,
.mdcf-brand p,
.mdcf-col a,
.mdcf-contact address,
.mdcf-footer__bottom p,
.mdcf-footer__bottom a {
  color: rgba(255, 247, 234, 0.72) !important;
}

.mdcf-footer__bottom {
  background: rgba(255, 247, 234, 0.035);
}

.mdcf-cta {
  background: linear-gradient(135deg, rgba(255, 247, 234, 0.075), rgba(255, 247, 234, 0.035));
}

.mdcf-badges span {
  color: rgba(235, 199, 144, 0.92);
}
/* === CODEX FOOTER WARM TONE END === *//* End custom CSS */