@charset "UTF-8";
/* VARIABLES */
.hero {
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  right: -6rem;
  top: -5rem;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: rgba(176, 122, 72, 0.1);
  z-index: 0;
}
@media (min-width: 1024px) {
  .hero::before {
    width: 28rem;
    height: 28rem;
  }
}
.hero .container {
  position: relative;
  z-index: 1;
}
.hero__titre {
  font-size: clamp(2.2rem, 6vw, 4.6rem);
  line-height: 1.08;
  margin: 0 0 1.4rem;
}
.hero__texte {
  color: #5F6878;
  line-height: 1.7;
  margin: 0 0 2rem;
}
.hero__texte p {
  margin: 0;
}
.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
.hero__meta {
  color: rgba(95, 104, 120, 0.55);
  font-size: 0.875rem;
  margin: -0.5rem 0 0;
}
.hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 1.25rem 0;
}
.hero__tag {
  background-color: rgba(176, 122, 72, 0.12);
  color: #B07A48;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.25rem 0.75rem;
  border-radius: 2rem;
}
.hero__media {
  position: relative;
  padding: 1.5rem 1.5rem 0 0;
}
@media (min-width: 1024px) {
  .hero__media {
    padding: 2rem 2rem 0 0;
  }
}
.hero__media::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 78%;
  height: 74%;
  border: 1.5px solid #B07A48;
  border-radius: 4px;
  z-index: 0;
}
.hero__media .image {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.page-corps {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  background: #F0ECE3;
}
@media (min-width: 1024px) {
  .page-corps {
    flex-direction: row;
    align-items: flex-start;
    gap: 4rem;
  }
}
@media (min-width: 1024px) {
  .page-corps__contenu {
    flex: 1;
    min-width: 0;
  }
}
.page-corps__contenu ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin: 0 0 1.5em 1.5em;
}
.page-corps__contenu ol {
  list-style: decimal;
  padding-left: 1.5rem;
  margin: 0 0 1.5em 1.5em;
}
.page-corps__contenu li {
  margin-bottom: 0.4rem;
  line-height: 1.7;
}
.page-corps__contenu h1 {
  margin: 0 0 2rem;
}
.page-corps__contenu h2 {
  margin: 2rem 0 1rem;
}
.page-corps__contenu h3 {
  margin: 1.5rem 0 0.75rem;
}
.page-corps__contenu p {
  margin-bottom: 1rem;
}
.page-corps__contenu p:last-child {
  margin-bottom: 0;
}
.page-corps__contenu a {
  color: #B07A48;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}
.page-corps__contenu a:hover {
  opacity: 0.8;
}
.page-corps__sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .page-corps__sidebar {
    flex: 0 0 280px;
    position: sticky;
    top: 10rem;
    align-self: flex-start;
  }
}
@media (min-width: 1188px) {
  .page-corps__sidebar {
    flex: 0 0 300px;
  }
}

.sidebar-devis {
  background: #002569;
  border-radius: 4px;
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  overflow: hidden;
}
.sidebar-devis .widget {
  position: relative;
  z-index: 1;
  margin: 0;
}
.sidebar-devis h3.wp-block-heading {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #B07A48;
  margin: 0 0 1.2rem;
}
.sidebar-devis p.wp-block-paragraph {
  color: rgba(251, 250, 246, 0.75);
  line-height: 1.6;
}
.sidebar-devis p.wp-block-paragraph a[href^=tel] {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.5rem, 2.5vw, 1.9rem);
  font-weight: 600;
  color: #FBFAF6;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin: 0;
  transition: color 0.2s ease;
}
.sidebar-devis p.wp-block-paragraph a[href^=tel]:hover {
  color: #B07A48;
}
.sidebar-devis p.wp-block-paragraph:has(a[href^=tel]) {
  color: #FBFAF6;
  margin-bottom: 1.6rem;
}
.sidebar-devis .wp-block-button__link,
.sidebar-devis .uagb-buttons-repeater {
  display: block;
  width: 100%;
  text-align: center;
  background: #B07A48;
  color: #FBFAF6;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.85rem 1.5rem;
  border-radius: 2px;
  transition: background 0.2s ease, color 0.2s ease;
  box-sizing: border-box;
}
.sidebar-devis .wp-block-button__link:hover,
.sidebar-devis .uagb-buttons-repeater:hover {
  background: rgb(147.0451612903, 101.9290322581, 60.1548387097);
  color: #FBFAF6;
}
.sidebar-devis .uagb-buttons__wrap,
.sidebar-devis .uagb-button__wrapper,
.sidebar-devis .wp-block-uagb-buttons-child {
  width: 100%;
}

.sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sidebar-nav .widget {
  background: #FBFAF6;
  border: 1px solid rgba(95, 104, 120, 0.1);
  border-radius: 4px;
  padding: 1.8rem;
}
.sidebar-nav .menu,
.sidebar-nav .sidebar-nav__liste {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-nav .menu-item,
.sidebar-nav .sidebar-nav__item {
  border-bottom: 1px solid rgba(95, 104, 120, 0.08);
}
.sidebar-nav .menu-item:last-child,
.sidebar-nav .sidebar-nav__item:last-child {
  border-bottom: none;
}
.sidebar-nav .menu-item a,
.sidebar-nav .sidebar-nav__item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  color: #5F6878;
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.2s ease;
}
.sidebar-nav .menu-item a::after,
.sidebar-nav .sidebar-nav__item a::after {
  content: "→";
  color: #B07A48;
  flex-shrink: 0;
  margin-left: 0.5rem;
  transition: transform 0.2s ease;
}
.sidebar-nav .menu-item a:hover,
.sidebar-nav .sidebar-nav__item a:hover {
  color: #002569;
}
.sidebar-nav .menu-item a:hover::after,
.sidebar-nav .sidebar-nav__item a:hover::after {
  transform: translateX(3px);
}
.sidebar-nav .menu-item.current-menu-item > a, .sidebar-nav .menu-item--actif > a,
.sidebar-nav .sidebar-nav__item.current-menu-item > a,
.sidebar-nav .sidebar-nav__item--actif > a {
  color: #002569;
  font-weight: 600;
}

.citation {
  background: #002569;
  text-align: center;
  padding: 4rem 1.5rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .citation {
    padding: 5.5rem 2rem;
  }
}
.citation__guillemet {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 5rem;
  line-height: 1;
  color: #B07A48;
  margin-bottom: 0.5rem;
}
.citation::before {
  content: "";
  position: absolute;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  border: 1.5px solid rgba(176, 122, 72, 0.28);
  top: -10rem;
  right: -8rem;
  pointer-events: none;
}
.citation::after {
  content: "";
  position: absolute;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  border: 1.5px solid rgba(176, 122, 72, 0.22);
  bottom: -8rem;
  left: -6rem;
  pointer-events: none;
}
.citation__texte {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.25rem, 2.8vw, 2rem);
  font-weight: 500;
  color: #FBFAF6;
  line-height: 1.5;
  margin: 0 auto 1.5rem;
  max-width: 48rem;
  font-style: normal;
  border: none;
  padding: 0;
}
.citation__source {
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #B07A48;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}
.citation__source::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5px;
  background: #B07A48;
}