:root {
--green: #378100;
--green-dark: #2d6900;
--text: #222;
--soft: #f7faf4;
--white: #ffffff;
}

* {
  box-sizing: border-box;
  }

html {
scroll-behavior: smooth;
}

body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
background: var(--white);
color: var(--text);
}

.site-header {
position: sticky;
top: 0;
z-index: 1000;
background: var(--green);
color: white;
box-shadow: 0 4px 18px rgba(0,0,0,0.12);
}

.brand {
text-align: center;
padding: 22px 20px 16px;
}

.brand h1 {
margin: 0;
font-size: 34px;
letter-spacing: 4px;
font-weight: 500;
}

.brand p {
margin: 8px 0 0;
font-size: 16px;
letter-spacing: 1px;
opacity: 0.9;
}

nav {
display: flex;
justify-content: center;
flex-wrap: wrap;
border-top: 1px solid rgba(255,255,255,0.25);
}

nav a {
color: white;
text-decoration: none;
padding: 17px 24px;
font-size: 13px;
letter-spacing: 1.4px;
text-transform: uppercase;
transition: 0.25s ease;
}

nav a:hover {
background: rgba(255,255,255,0.16);
}

.hero {
min-height: 85vh;
display: flex;
align-items: center;
justify-content: center;
gap: 90px;
padding: 90px 8%;
background: linear-gradient(180deg, #ffffff 0%, #f7faf4 100%);
}

.hero-text {
max-width: 600px;
}

.eyebrow {
color: var(--green);
text-transform: uppercase;
letter-spacing: 2px;
font-size: 13px;
font-weight: bold;
margin-bottom: 18px;
}

.hero h2,
.section h2,
.order-box h2 {
color: var(--green);
font-size: 50px;
line-height: 1.1;
margin: 0 0 24px;
font-weight: 500;
}

.subtitle {
font-size: 27px;
line-height: 1.4;
color: #444;
margin-bottom: 28px;
}

.description,
.section p {
font-size: 19px;
line-height: 1.75;
color: #555;
}

.buttons {
display: flex;
gap: 18px;
flex-wrap: wrap;
margin-top: 36px;
}

.button {
display: inline-block;
padding: 15px 30px;
border-radius: 999px;
text-decoration: none;
font-size: 14px;
letter-spacing: 0.9px;
text-transform: uppercase;
transition: 0.25s ease;
cursor: pointer;
}

.button:hover {
transform: translateY(-2px);
}

.button-primary {
background: var(--green);
color: white;
border: 1px solid var(--green);
}

.button-primary:hover {
background: var(--green-dark);
}

.button-secondary {
color: var(--green);
border: 1px solid var(--green);
background: transparent;
}

.button-secondary:hover {
background: var(--green);
color: white;
}

.hero-image img {
max-width: 410px;
width: 100%;
height: auto;
filter: drop-shadow(0 28px 32px rgba(0,0,0,0.25));
animation: floatBox 5s ease-in-out infinite;
}

@keyframes floatBox {
0%, 100% {
transform: translateY(0);
}

50% {
transform: translateY(-12px);
}
}

.section {
padding: 95px 12%;
max-width: 1100px;
margin: 0 auto;
}

.section.alt {
background: var(--soft);
max-width: none;
}

.section.alt > * {
max-width: 1100px;
margin-left: auto;
margin-right: auto;
}

.order-section {
padding: 100px 8%;
background: var(--soft);
}

.order-box {
max-width: 650px;
margin: 0 auto;
background: white;
padding: 48px;
border-radius: 26px;
box-shadow: 0 18px 45px rgba(0,0,0,0.10);
}

.order-box h2 {
text-align: center;
}

.order-intro {
text-align: center;
color: #555;
font-size: 18px;
line-height: 1.5;
margin-bottom: 34px;
}

.order-form {
display: flex;
flex-direction: column;
gap: 12px;
}

.order-form label {
font-weight: bold;
color: #333;
margin-top: 10px;
}

.order-form input,
.order-form textarea {
padding: 15px;
border: 1px solid #ccc;
border-radius: 12px;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
}

.order-form input:focus,
.order-form textarea:focus {
outline: none;
border-color: var(--green);
}

.price-line {
display: flex;
justify-content: space-between;
padding: 13px 0;
color: #444;
border-bottom: 1px solid #e5e5e5;
}

.price-line.total {
font-size: 24px;
color: var(--green);
border-bottom: none;
margin-bottom: 8px;
}

.payment-note {
text-align: center;
font-size: 14px;
color: #777;
}

.reveal {
opacity: 1;
transform: none;
}

.reveal.visible {
opacity: 1;
transform: none;
}


.reveal.visible {
opacity: 1;
transform: translateY(0);
}

@media (max-width: 900px) {
.hero {
flex-direction: column;
text-align: center;
gap: 45px;
padding: 65px 8%;
}

.buttons {
justify-content: center;
}

.hero h2,
.section h2,
.order-box h2 {
font-size: 40px;
}

.subtitle {
font-size: 22px;
}

nav a {
padding: 14px 15px;
font-size: 12px;
}

.order-box {
padding: 34px 24px;
}
}
html {
scroll-behavior: smooth;
scroll-padding-top: 130px;
}

section {
scroll-margin-top: 130px;
}


/* =====================================================
   PAGE LES 72 FLEURS
   ===================================================== */

.flowers-page{
  max-width:980px;
  margin:0 auto 60px;
  padding:25px 30px 70px;
  background:#fff;
}

.flowers-intro{
  text-align:center;
  max-width:720px;
  margin:0 auto 20px;
}

.eyebrow{
  margin:0 0 18px;
  text-transform:uppercase;
  letter-spacing:5px;
  font-size:20px;
  font-weight:700;
  color:#3d4652;
}

.flowers-intro h1{
  margin:0 0 28px;
  font-size:52px;
  font-weight:400;
  color:#378100;
}

.intro-text{
  font-size:22px;
  line-height:1.55;
  margin:0;
}

.flower-gallery{
  margin:10px auto 35px;
}

.flowers-list{
  max-width:760px;
  margin:0 auto;
}

.flower-card{
  margin-bottom:18px;
  border:1px solid #d7d7d7;
  border-radius:16px;
  background:#fff;
  overflow:hidden;
}

.flower-card summary{
  cursor:pointer;
  padding:20px 24px;
  font-size:22px;
  font-weight:600;
  color:#378100;
  background:#f4f8ef;
}

.flower-card summary:hover{
  background:#ecf4e4;
}

.flower-content{
  padding:24px 30px 30px;
  font-size:18px;
  line-height:1.65;
}

.flower-content h3{
  margin:26px 0 8px;
  color:#378100;
  font-size:22px;
}

.flower-content p{
  margin:0 0 14px;
}

@media (max-width:700px){
  .flowers-page{
    margin:0;
    padding:20px 18px 45px;
  }

  .flowers-intro h1{
    font-size:38px;
  }

  .intro-text{
    font-size:19px;
  }

  .flower-card summary{
    font-size:19px;
  }

  .flower-content{
    font-size:17px;
    padding:20px;
  }
}


/* =====================================================
   FOOTER, RGPD ET COOKIES
   ===================================================== */

.site-footer {
  background: #f3f8ef;
  border-top: 1px solid rgba(55,129,0,0.18);
  padding: 34px 20px;
  text-align: center;
  color: #4f4f4f;
}

.site-footer-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.site-footer p {
  margin: 0 0 14px;
  font-size: 14px;
}

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 20px;
  border-top: 0;
}

.footer-links a {
  color: #378100;
  padding: 0;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: none;
  text-decoration: none;
  font-weight: 700;
}

.footer-links a:hover {
  background: transparent;
  text-decoration: underline;
}

.consent-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 18px 0 10px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal !important;
}

.consent-checkbox input {
  width: auto;
  margin-top: 3px;
}

.consent-checkbox a {
  color: #378100;
  font-weight: 700;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}

.cookie-banner-content {
  max-width: 860px;
  margin: 0 auto;
  padding: 20px 22px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(0,0,0,0.22);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid rgba(55,129,0,0.22);
}

.cookie-banner-content p {
  margin: 0;
  color: #444;
  font-size: 15px;
  line-height: 1.45;
}

.cookie-banner-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.cookie-button {
  border: 1px solid #378100;
  border-radius: 999px;
  padding: 11px 18px;
  cursor: pointer;
  font-weight: 700;
}

.cookie-button-primary {
  background: #378100;
  color: #ffffff;
}

.cookie-button-secondary {
  background: #ffffff;
  color: #378100;
}

@media (max-width: 700px) {
  .cookie-banner-content {
    align-items: stretch;
    flex-direction: column;
  }

  .cookie-banner-actions {
    justify-content: center;
  }
}
.stock-note {
  margin: 0 0 28px;
  padding: 14px 18px;
  border-left: 4px solid #378100;
  border-radius: 14px;
  background: #f3f8ef;
  color: #38502b;
  font-size: 15px;
  line-height: 1.55;
  text-align: left;
}

.stock-note strong {
  color: #378100;
}