:root {

--np-bg: #F3EEE6;
--np-text: #24303A;
--np-accent: #A96B48;
--np-soft: #8A847B;
--np-gold: #C9A86A;
--np-sage: #7F8A80;

}

body {

background-color: var(--np-bg);

color: var(--np-text);

font-family:
"Inter",
"Segoe UI",
sans-serif;

line-height: 1.8;

}

h1,h2,h3,h4 {

color: var(--np-text);

font-weight: 300;

letter-spacing: 0.03em;

}

a {

color: var(--np-accent);

}

a:hover {

color: var(--np-gold);

}

.navbar {

background: rgba(243,238,230,0.95);

}

.footer {

background: transparent;

}

.main-content {

max-width: 900px;

margin: auto;

padding-top: 3rem;

padding-bottom: 5rem;

}

img {

border-radius: 8px;

}
html,
body,
#page-wrapper,
#body-wrapper,
#body,
.section,
.container,
.columns,
.column {
  background-color: var(--np-bg);
}

.header,
#header {
  background-color: var(--np-bg);
}

.modular-row,
.content-wrapper {
  background-color: var(--np-bg);
}
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500&family=Inter:wght@300;400;500&display=swap');

body {
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.85;
}

h1, h2, h3, h4,
.navbar-brand {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
}

h1 {
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  margin-bottom: 2.5rem;
}

h2 {
  font-size: 2.4rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

p {
  margin-bottom: 1.8rem;
}

.main-content {
  max-width: 860px;
  margin: auto;
  padding-top: 5rem;
  padding-bottom: 6rem;
}

.navbar-brand span {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}

.navbar a {
  letter-spacing: 0.04em;
}
.main-content a {
  display: inline-block;
  margin: 0.5rem 1rem 0.5rem 0;
  padding: 0.65rem 1.2rem;
  border: 1px solid var(--np-accent);
  border-radius: 999px;
  text-decoration: none;
  color: var(--np-accent);
  transition: all 0.25s ease;
}

.main-content a:hover {
  background: var(--np-accent);
  color: var(--np-bg);
}
.hero-home {
  position: relative;
  min-height: 90vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.hero-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.70);
  z-index: 1;
}

.hero-home > * {
  position: relative;
  z-index: 2;
  color: #F3EEE6;
}
.hero-home {
  overflow: hidden;
  border-radius: 18px;
  max-height: 420px;
  margin-bottom: 3rem;
}

img.hero-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 3rem auto;
  border-radius: 18px;
  filter: brightness(55%);
  opacity: 0.92;
  box-shadow: 0 30px 80px rgba(36,48,58,0.22);
}
img.hero-image:hover{

filter:brightness(60%);

}

.main-content{

max-width:920px;

margin:auto;

padding-top:3rem;

padding-bottom:6rem;

}

h1,h2{

margin-top:3rem;

margin-bottom:2rem;

}

p{

line-height:1.95;

}
img.qui-photo {
  width: 65%;
  max-width: 700px;
  display: block;
  margin: 3rem auto;
  opacity: 0.88;
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(0,0,0,.12);
}
img.cherche-photo {
    display: block;
    width: 72%;
    max-width: 760px;

    margin: 4rem auto 4rem auto;

    border-radius: 16px;

    filter:
        brightness(82%)
        contrast(104%)
        saturate(90%);

    box-shadow:
        0 18px 40px rgba(0,0,0,0.12);

    transition: 0.3s ease;
}

img.cherche-photo:hover {
    transform: scale(1.01);
}
img.offrons-photo {
  display: block;
  width: 76%;
  max-width: 820px;
  margin: 5rem auto;
  border-radius: 16px;
  filter: brightness(92%) contrast(96%) saturate(88%);
  box-shadow: 0 20px 45px rgba(36,48,58,0.14);
}
img.nourrit-photo {
  display: block;
  width: 70%;
  max-width: 760px;
  margin: 5rem auto;
  border-radius: 16px;
  filter: brightness(78%) contrast(104%) saturate(92%);
  box-shadow: 0 20px 50px rgba(36,48,58,0.16);
}
img.ecrivons-fond {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);

  width: 92%;
  max-width: 1100px;

  opacity: 0.65;

  filter:
    grayscale(80%)
    brightness(125%)
    contrast(105%);

  z-index: 0;
  pointer-events: none;
  margin: 0;
  box-shadow: none;
  border-radius: 16px;
}

.main-content,
.content-wrapper,
.content-item {
  position: relative;
}

.content-item > *:not(img.ecrivons-fond) {
  position: relative;
  z-index: 1;
}

body .content-item{

position:relative;

}
footer.footer {
  margin-top: 6rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid rgba(0,0,0,0.08);
}

footer.footer p {
  text-align: center;
  margin: 0.5rem 0;
  font-size: 0.95rem;
}

.footer-links {
  opacity: 0.85;
}

.footer-copy {
  opacity: 0.6;
}
/* Bouton contact */

a.bouton-contact {
  display: inline-block !important;
  margin: 2rem auto !important;
  padding: 18px 38px !important;
  border: 1px solid rgba(0,0,0,0.22) !important;
  border-radius: 14px !important;
  font-size: 1.35rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  box-shadow: 0 12px 30px rgba(36,48,58,0.10) !important;
}

a.bouton-contact:hover {
  transform: translateY(-2px);
}

/* Ajustement des titres H1 dans le contenu des pages */
#body-wrapper h1 {
  font-size: 1.8rem;
}

/* Ajustement final des H1 dans les contenus */
#body-wrapper .container h1 {
  font-size: 1.45rem !important;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

/* TEST TEMPORAIRE H1 */
h1 {
  font-size: 32px !important;
}

/* Taille H1 articles - correction spécifique */
section#body-wrapper.section section.container.grid-lg h1 {
  font-size: 2.4rem !important;
}
