@import url("https://fonts.googleapis.com/css2?family=Lora:wght@500&family=Poppins:wght@400;500&family=Raleway:wght@200;300;400&family=Raleway+Dots&family=Roboto:wght@300;400;500&display=swap");

/* Brand overrides — match Elementor / drdelplace.be */

#site-head,
#site-head.withCenteredImage {
  background-color: #eaebed !important;
  background-image: none !important;
  color: #000;
}

/* Hide favicon logo on cover (not on original) */
#site-head #blog-logo {
  display: none;
}

/* Cover menu — desktop links / mobile hamburger */
.hero-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-nav-toggle {
  display: none;
  appearance: none;
  border: 0;
  background: #e8e9eb;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 0.6rem;
  margin: 1.4rem auto 0;
  padding: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.hero-nav-toggle-bars,
.hero-nav-toggle-bars::before,
.hero-nav-toggle-bars::after {
  display: block;
  width: 1.8rem;
  height: 2px;
  background: #5a5a5a;
  border-radius: 1px;
  position: relative;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.hero-nav-toggle-bars::before,
.hero-nav-toggle-bars::after {
  content: "";
  position: absolute;
  left: 0;
}

.hero-nav-toggle-bars::before {
  top: -0.55rem;
}

.hero-nav-toggle-bars::after {
  top: 0.55rem;
}

.hero-nav.is-open .hero-nav-toggle-bars {
  background: transparent;
}

.hero-nav.is-open .hero-nav-toggle-bars::before {
  top: 0;
  transform: rotate(45deg);
}

.hero-nav.is-open .hero-nav-toggle-bars::after {
  top: 0;
  transform: rotate(-45deg);
}

.hero-nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.75rem 2.5rem;
  width: max-content;
  max-width: calc(100% - 2rem);
  margin-top: 2rem;
  font-size: 1.7rem;
}

.hero-nav a {
  color: #6b6b6b;
  text-decoration: none;
  opacity: 0.95;
}

.hero-nav a:hover {
  color: #111;
  opacity: 1;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1130px) {
  /* Never show Hugo Scroll sticky section menu on mobile/tablet */
  .fixed-nav {
    display: none !important;
  }

  /* Hamburger stays sticky over all sections */
  .hero-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    padding-bottom: 0.4rem;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    z-index: 100000;
  }

  .hero-nav-toggle {
    display: inline-flex;
    margin: 1rem auto 0.4rem;
  }

  .hero-nav-links {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 1.4rem;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 1rem 1rem 1.6rem;
    font-size: 1.45rem;
    background: #ffffff;
  }

  .hero-nav.is-open .hero-nav-links {
    display: flex;
  }

  #site-head #site-head-content {
    padding-top: 5.5rem;
  }
}

/* Stack: eyebrow → title → CTA */
#site-head #site-head-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#site-head .title-and-description-guard {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent !important;
  padding: 0;
  margin: 0 1rem 1.5rem;
}

/* Eyebrow first (was .blog-description) */
#site-head .blog-description {
  order: 1;
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: clamp(1.6rem, 3vw, 3rem);
  letter-spacing: 2px;
  color: #7a7a7a;
  text-transform: none;
  text-shadow: none;
  margin: 0 0 0.6rem;
  line-height: 1.2;
}

/* Main dotted title — Raleway Dots only ships as regular weight */
#site-head .blog-title {
  order: 2;
  font-family: "Raleway Dots", sans-serif;
  font-weight: 400;
  font-size: clamp(3.2rem, 9vw, 8rem);
  letter-spacing: -2px;
  color: #111;
  text-shadow: none;
  margin: 0;
  line-height: 1.05;
}

/* Shared green pill CTA — same look on hero and in content */
#site-head a.btn,
.btn-rdv,
a.btn-rdv {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 1px;
  line-height: 1.2;
  border-radius: 50px;
  border: 2px solid #61ce70;
  background-color: #61ce70;
  color: #fff !important;
  padding: 1.1rem 2.6rem;
  text-transform: uppercase;
  text-decoration: none !important;
}

#site-head a.btn {
  order: 3;
  margin-top: 1.75rem;
}

.btn-rdv,
a.btn-rdv {
  margin: 0.75rem 0 1.25rem;
}

#site-head a.btn:hover,
.btn-rdv:hover,
a.btn-rdv:hover {
  background-color: rgba(97, 206, 112, 0.05);
  color: #61ce70 !important;
  border-color: #61ce70;
}

/* Hide external-link icon on the CTA (original has an arrow we keep in the label) */
#site-head a.btn .fa-external-link {
  display: none;
}

/* Down-arrow removed — nav menu is enough */

/* ===== Sections: sage title bar + white body (Elementor spirit) ===== */

.post-holder {
  background-color: #ffffff !important;
  color: #7a7a7a !important;
  height: auto !important;
}

.post-holder.dark {
  background-color: #ffffff !important;
  color: #7a7a7a !important;
}

.post-after {
  display: none !important;
}

.post {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

.post-header {
  background-color: #a4c3b2;
  width: 100%;
  padding: 3.5rem 0;
  margin: 0;
}

.post-header-inner,
.post-content {
  width: 80%;
  max-width: 700px;
  margin: 0 auto;
}

.post .post-title,
.post-header .post-title {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: clamp(2.8rem, 4.5vw, 4.2rem);
  line-height: 1.2;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0;
}

.post-content {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #7a7a7a;
  padding-top: 3rem;
  padding-bottom: 4rem;
}

.post-content h3,
.post-content h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  color: #54595f;
}

.post a {
  color: #23a455;
}

.post-holder.dark a {
  color: #23a455;
  text-decoration: underline;
}

.post-holder.dark a.btn-rdv {
  text-decoration: none;
}

.alert {
  background-color: #eaf4f4;
  border-left: 17px solid #a4c3b2;
  padding: 1rem 1.25rem;
  margin: 1rem 0;
  color: #706969;
  font-family: "Roboto", sans-serif;
}

.map-embed {
  margin: 0;
  border: 0;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  min-height: 360px;
  filter: grayscale(0.1);
}

/* Contact: map + details side by side */
#contact .post-content {
  max-width: 1100px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem 3rem;
  align-items: stretch;
}

.contact-map {
  min-height: 360px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  justify-content: center;
}

.contact-item {
  display: flex;
  gap: 1.4rem;
  align-items: flex-start;
}

.contact-item-icon {
  flex: 0 0 auto;
  width: 2.4rem;
  text-align: center;
  font-size: 2.2rem;
  color: #9aa3a0;
  margin-top: 0.35rem;
}

.contact-item h3 {
  margin: 0 0 0.4rem;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 2.2rem;
  color: #8a8a8a;
}

.contact-item p {
  margin: 0 0 0.6rem;
  line-height: 1.55;
}

.contact-item .btn-rdv {
  margin: 0.6rem 0 0;
}

.contact-phone {
  font-size: 1.9rem;
  font-weight: 400;
}

.contact-phone a {
  color: #7a7a7a;
  text-decoration: none;
}

.contact-phone a:hover {
  color: #23a455;
}

@media (max-width: 800px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-map {
    min-height: 280px;
  }

  .map-embed {
    min-height: 280px;
  }
}

/* Avant de venir: 3 icon columns */
#avant-de-venir .post-content {
  max-width: 1100px;
}

.info-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 2rem;
  align-items: start;
}

.info-column {
  text-align: left;
}

.info-column-icon {
  display: block;
  margin: 0 auto 1.6rem;
  font-size: 4.2rem;
  line-height: 1;
  color: #54595f;
  text-align: center;
}

.info-column p {
  margin: 0 0 1rem;
}

.info-column ul {
  margin: 0.5rem 0 0;
  padding: 0;
}

.info-column li {
  margin-bottom: 0.35rem;
}

@media (max-width: 800px) {
  .info-columns {
    grid-template-columns: 1fr;
    gap: 2.8rem;
  }
}

body {
  font-family: "Roboto", "Poppins", sans-serif;
}

#site-footer {
  font-family: "Poppins", sans-serif;
}

.fixed-nav {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}
