.elementor-17 .elementor-element.elementor-element-707f905{--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;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-707f905 *//* ================================
   LE MOULIN DU COQ - HOME PREMIUM
   VERSION CORRIGÉE TITRES
   ================================ */

:root {
  --mdc-dark: #10131f;
  --mdc-dark-2: #171b2a;
  --mdc-gold: #b98b4b;
  --mdc-gold-light: #d7b176;
  --mdc-cream: #f8f1e7;
  --mdc-cream-2: #fffaf2;
  --mdc-text: #343434;
  --mdc-muted: #6f6f6f;
  --mdc-border: rgba(16, 19, 31, 0.12);
  --mdc-shadow: 0 24px 70px rgba(16, 19, 31, 0.12);
  --mdc-radius: 22px;
}

/* RESET LOCAL */
.mdc-home,
.mdc-home * {
  box-sizing: border-box;
}

.mdc-home {
  background: var(--mdc-cream-2);
  color: var(--mdc-text);
  font-family: "Inter", "Lato", Arial, sans-serif;
  overflow: hidden;
}

.mdc-home img {
  max-width: 100%;
  display: block;
}

.mdc-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.mdc-section {
  padding: 100px 0;
}

/* TYPOGRAPHIE */
.mdc-home h1,
.mdc-home h2,
.mdc-home h3 {
  margin: 0;
  color: var(--mdc-dark);
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-weight: 500;
  line-height: 1.08;
}

.mdc-home h1 {
  max-width: 860px;
  font-size: clamp(38px, 5.2vw, 68px);
  letter-spacing: -0.035em;
}

.mdc-home h2 {
  font-size: clamp(32px, 3.8vw, 50px);
  letter-spacing: -0.025em;
}

.mdc-home h3 {
  font-size: clamp(25px, 2.5vw, 34px);
  letter-spacing: -0.015em;
}

.mdc-home p {
  margin: 0;
  color: var(--mdc-muted);
  font-size: 16px;
  line-height: 1.8;
}

.mdc-kicker {
  margin-bottom: 16px !important;
  color: var(--mdc-gold-light) !important;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1.4 !important;
  text-transform: uppercase;
}

.mdc-kicker--dark {
  color: var(--mdc-gold) !important;
}

/* BOUTONS */
.mdc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 26px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.mdc-btn--primary {
  background: var(--mdc-gold);
  color: #fff !important;
  box-shadow: 0 18px 34px rgba(185, 139, 75, 0.28);
}

.mdc-btn--primary:hover {
  transform: translateY(-2px);
  background: #a8793e;
}

.mdc-btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.mdc-btn--ghost:hover {
  background: #fff;
  color: var(--mdc-dark) !important;
}

.mdc-btn--secondary {
  margin-top: 34px;
  background: var(--mdc-dark);
  color: #fff !important;
}

.mdc-btn--secondary:hover {
  transform: translateY(-2px);
  background: var(--mdc-gold);
}

.mdc-btn--ghost-dark {
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff !important;
  background: transparent;
}

.mdc-btn--ghost-dark:hover {
  background: #fff;
  color: var(--mdc-dark) !important;
}

/* HERO */
.mdc-hero {
  position: relative;
  min-height: 86vh;
  display: flex;
  align-items: center;
  background-image: var(--hero-img);
  background-size: cover;
  background-position: center;
  color: #fff;
  isolation: isolate;
}

.mdc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 74% 35%, rgba(185, 139, 75, 0.23), transparent 34%),
    linear-gradient(90deg, rgba(8, 10, 18, 0.82) 0%, rgba(8, 10, 18, 0.52) 48%, rgba(8, 10, 18, 0.18) 100%);
  z-index: -2;
}

.mdc-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 180px;
  background: linear-gradient(0deg, var(--mdc-cream-2), transparent);
  z-index: -1;
}

.mdc-hero__content {
  position: relative;
  padding: 100px 0 130px;
}

.mdc-hero h1 {
  color: #fff;
}

.mdc-hero__text {
  max-width: 620px;
  margin-top: 24px !important;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: clamp(16px, 1.6vw, 19px) !important;
  line-height: 1.75 !important;
}

.mdc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

/* INTRO */
.mdc-intro__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 80px;
  align-items: center;
}

.mdc-intro__content p:not(.mdc-kicker) {
  max-width: 590px;
  margin-top: 24px;
}

.mdc-signature {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 34px;
}

.mdc-signature span {
  width: 70px;
  height: 1px;
  background: var(--mdc-gold);
}

.mdc-signature p {
  margin: 0 !important;
  color: var(--mdc-dark) !important;
  font-family: Georgia, serif;
  font-size: 18px !important;
  font-style: italic;
}

.mdc-intro__media {
  position: relative;
  min-height: 620px;
}

.mdc-intro__media img {
  position: absolute;
  object-fit: cover;
  border-radius: var(--mdc-radius);
  box-shadow: var(--mdc-shadow);
}

.mdc-intro__media img:first-child {
  top: 0;
  left: 0;
  width: 64%;
  height: 560px;
}

.mdc-intro__media img:last-child {
  right: 0;
  bottom: 0;
  width: 52%;
  height: 390px;
  border: 12px solid var(--mdc-cream-2);
}

/* STATS */
.mdc-stats {
  padding: 36px 0;
  background: var(--mdc-dark);
}

.mdc-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.mdc-stats__grid div {
  padding: 34px 26px;
  background: var(--mdc-dark);
  text-align: center;
}

.mdc-stats strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 500;
  line-height: 1.05;
}

.mdc-stats span {
  display: block;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* TITRES DE SECTION */
.mdc-section-heading {
  max-width: 760px;
  margin: 0 auto 54px;
  text-align: center;
}

.mdc-section-heading p:not(.mdc-kicker) {
  max-width: 650px;
  margin: 22px auto 0;
}

/* GÎTES */
.mdc-gites {
  background:
    linear-gradient(180deg, var(--mdc-cream-2) 0%, var(--mdc-cream) 100%);
}

.mdc-gites__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
}

.mdc-gite-card {
  overflow: hidden;
  border: 1px solid var(--mdc-border);
  border-radius: var(--mdc-radius);
  background: #fff;
  box-shadow: 0 22px 60px rgba(16, 19, 31, 0.08);
}

.mdc-gite-card--dark {
  background: var(--mdc-dark);
}

.mdc-gite-card__image {
  display: block;
  height: 420px;
  overflow: hidden;
}

.mdc-gite-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.mdc-gite-card:hover .mdc-gite-card__image img {
  transform: scale(1.06);
}

.mdc-gite-card__content {
  padding: 40px;
}

.mdc-card-label {
  margin-bottom: 12px !important;
  color: var(--mdc-gold) !important;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mdc-gite-card--dark h3,
.mdc-gite-card--dark p,
.mdc-gite-card--dark li {
  color: #fff !important;
}

.mdc-gite-card--dark .mdc-gite-card__content li {
  color: rgba(255, 255, 255, 0.76) !important;
}

.mdc-gite-card--dark .mdc-gite-card__content li::before {
  background: var(--mdc-gold-light);
}

.mdc-gite-card__content > p:not(.mdc-card-label) {
  margin-top: 18px;
}

.mdc-gite-card--dark .mdc-gite-card__content > p:not(.mdc-card-label) {
  color: rgba(255, 255, 255, 0.7) !important;
}

.mdc-gite-card ul {
  display: grid;
  gap: 10px;
  margin: 26px 0 28px;
  padding: 0;
  list-style: none;
}

.mdc-gite-card li {
  position: relative;
  padding-left: 24px;
  color: var(--mdc-text);
  font-size: 15px;
}

.mdc-gite-card li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mdc-gold);
}

.mdc-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--mdc-gold) !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.mdc-link::after {
  content: "→";
  transition: transform 0.25s ease;
}

.mdc-link:hover::after {
  transform: translateX(6px);
}

/* EXPÉRIENCE */
.mdc-experience {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, #0d111d 0%, #151826 52%, #090c14 100%);
  isolation: isolate;
}

.mdc-experience::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 100%);
  background-size: 96px 96px;
  opacity: 0.22;
  z-index: -2;
}

.mdc-experience::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(185, 139, 75, 0.14), transparent 34%),
    linear-gradient(90deg, rgba(248, 241, 231, 0.07), transparent 42%);
  pointer-events: none;
  z-index: -1;
}

.mdc-experience__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: clamp(44px, 6vw, 86px);
  align-items: center;
}

.mdc-experience__image {
  position: relative;
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035));
  box-shadow: 0 34px 95px rgba(0, 0, 0, 0.34);
}

.mdc-experience__image::before {
  content: "";
  position: absolute;
  top: 38px;
  bottom: 38px;
  left: -18px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, transparent, var(--mdc-gold-light), transparent);
}

.mdc-experience__image img {
  width: 100%;
  min-height: 620px;
  object-fit: cover;
  border-radius: 18px;
  filter: saturate(0.96) contrast(1.04);
}

.mdc-experience__image figcaption {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-end;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  background: rgba(10, 13, 22, 0.72);
  backdrop-filter: blur(14px);
}

.mdc-experience__image figcaption span {
  color: var(--mdc-gold-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mdc-experience__image figcaption strong {
  max-width: 240px;
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.06;
  text-align: right;
}

.mdc-experience h2,
.mdc-experience h3 {
  color: #fff;
}

.mdc-experience h2 {
  max-width: 670px;
  font-size: clamp(38px, 4.3vw, 58px);
  line-height: 1.02;
}

.mdc-experience__content > p:not(.mdc-kicker) {
  max-width: 650px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 17px;
  line-height: 1.86;
}

.mdc-experience__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.mdc-experience__badges span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 14px;
  border: 1px solid rgba(215, 177, 118, 0.24);
  border-radius: 999px;
  background: rgba(215, 177, 118, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mdc-features {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.mdc-features article {
  position: relative;
  overflow: hidden;
  padding: 26px 28px 26px 92px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.mdc-features article:hover {
  transform: translateY(-3px);
  border-color: rgba(215, 177, 118, 0.34);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.045));
}

.mdc-features span {
  position: absolute;
  top: 26px;
  left: 28px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(215, 177, 118, 0.34);
  border-radius: 50%;
  color: var(--mdc-gold-light);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.mdc-features h3 {
  font-size: 27px;
  line-height: 1.06;
}

.mdc-features p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.66) !important;
  line-height: 1.68;
}
/* SERVICES */
.mdc-services {
  background: var(--mdc-cream-2);
}

.mdc-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.mdc-services article {
  min-height: 220px;
  padding: 32px;
  border: 1px solid var(--mdc-border);
  border-radius: 20px;
  background: #fff;
  transition: all 0.25s ease;
}

.mdc-services article:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(16, 19, 31, 0.1);
}

.mdc-services span {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--mdc-gold);
  font-size: 26px;
}

.mdc-services h3 {
  font-size: 27px;
}

.mdc-services p {
  margin-top: 14px;
}

/* BOURGOGNE */
.mdc-bourgogne {
  background: var(--mdc-cream);
}

.mdc-bourgogne__grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  align-items: center;
}

.mdc-bourgogne p:not(.mdc-kicker) {
  margin-top: 24px;
}

.mdc-bourgogne__gallery {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  grid-template-rows: 260px 260px;
  gap: 18px;
}

.mdc-bourgogne__gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.mdc-bourgogne__gallery img:first-child {
  grid-row: span 2;
}

/* AVIS */
.mdc-testimonial {
  padding: 100px 0;
  background:
    linear-gradient(rgba(16, 19, 31, 0.78), rgba(16, 19, 31, 0.78)),
    url('/wp-content/uploads/2026/01/moulin-du-coq-terrasse.jpg') center/cover;
  text-align: center;
}

.mdc-testimonial blockquote {
  max-width: 900px;
  margin: 0 auto;
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.mdc-testimonial__name {
  margin-top: 26px !important;
  color: rgba(255, 255, 255, 0.72) !important;
}

/* CTA FINAL */
.mdc-final-cta {
  padding: 90px 0;
  background: var(--mdc-dark);
}

.mdc-final-cta__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}

.mdc-final-cta h2 {
  max-width: 720px;
  color: #fff;
}

.mdc-final-cta p:not(.mdc-kicker) {
  max-width: 680px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.66) !important;
}

.mdc-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

/* RESPONSIVE TABLETTE */
@media (max-width: 1024px) {
  .mdc-section {
    padding: 80px 0;
  }

  .mdc-home h1 {
    font-size: clamp(36px, 6vw, 58px);
  }

  .mdc-home h2 {
    font-size: clamp(30px, 4.8vw, 44px);
  }

  .mdc-intro__grid,
  .mdc-experience__grid,
  .mdc-bourgogne__grid,
  .mdc-final-cta__inner {
    grid-template-columns: 1fr;
  }

  .mdc-intro__media {
    min-height: 520px;
  }

  .mdc-stats__grid,
  .mdc-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mdc-final-cta__actions {
    justify-content: flex-start;
  }
}

/* RESPONSIVE MOBILE */
@media (max-width: 760px) {
  .mdc-container {
    width: min(100% - 28px, 1180px);
  }

  .mdc-section {
    padding: 64px 0;
  }

  .mdc-home h1 {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.08;
  }

  .mdc-home h2 {
    font-size: clamp(29px, 8vw, 38px);
    line-height: 1.12;
  }

  .mdc-home h3 {
    font-size: 25px;
  }

  .mdc-home p {
    font-size: 15.5px;
  }

  .mdc-hero {
    min-height: 78vh;
  }

  .mdc-hero__content {
    padding: 80px 0 105px;
  }

  .mdc-hero__text {
    font-size: 16px !important;
  }

  .mdc-hero__actions,
  .mdc-final-cta__actions {
    flex-direction: column;
  }

  .mdc-btn {
    width: 100%;
  }

  .mdc-intro__media {
    min-height: auto;
    display: grid;
    gap: 18px;
  }

  .mdc-intro__media img,
  .mdc-intro__media img:first-child,
  .mdc-intro__media img:last-child {
    position: relative;
    inset: auto;
    width: 100%;
    height: 340px;
    border: 0;
  }

  .mdc-stats__grid,
  .mdc-gites__grid,
  .mdc-services__grid {
    grid-template-columns: 1fr;
  }

  .mdc-gite-card__image {
    height: 290px;
  }

  .mdc-gite-card__content {
    padding: 28px;
  }

  .mdc-experience__image img {
    min-height: 340px;
  }

  .mdc-bourgogne__gallery {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .mdc-bourgogne__gallery img,
  .mdc-bourgogne__gallery img:first-child {
    grid-row: auto;
    height: 280px;
  }

  .mdc-services article {
    min-height: auto;
  }

  .mdc-testimonial {
    padding: 76px 0;
  }

  .mdc-testimonial blockquote {
    font-size: clamp(26px, 7vw, 34px);
  }
}/* End custom CSS */