
.full_width{ 
	left:0px; 
	width:100%; 
}

/* .main_title h1{
	color: #2f504a;
	font-family: 'Inter', sans-serif;
	font-size: 50px;
	line-height: 50px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0px;
	text-transform: none;
	
} */

.full_flex{
	display:flex;
	width:100%; 	
}

.col_3{
	width:33%;
	align-items:flex-start;
}



/*/////////////// CUSTOM CSS ///////////////*/

/* Fonts */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/inter-VariableFont_opsz,wght.ttf') format('ttf');
}
/* Variables */
:root {
  /* General */
  --border-radius: 8px;
  --gutter-x: 0.5rem;
  --gutter-y: 1rem;
  --link-text-color: #222;
  --shadow-color: rgba(0, 0, 0, 0.3);
  --whitespace-color: #f2f2f2;
  --site-background-color: #fefefe;
  --sidebar-width: 300px;
  /* Important Notice */
  --important-notice-background-color: #222;
  --important-notice-text-color: #fff;
  --header-background-color: transparent;
  --header-text-color: var(--default-text-color);
  /* Cookie Notice */
  --cookie-notice-background-color: rgba(45, 45, 56, 0.75);
  --cookie-notice-text-color: #fff;
  /* Navigation */
  --navigation-background-color: #fefefe;
  --navigation-background-color-hover: #f2f2f2;
  --navigation-background-color-active: rgba(5, 103, 52, 0.1);
  --navigation-text-color: #222;
  --navigation-text-color-hover: var(--custom-primary);
  --navigation-text-color-active: var(--navigation-text-color);
  /* Navigation */
  --offcanvas-background-color: var(--navigation-background-color);
  --offcanvas-text-color: var(--navigation-text-color);
  /* Defaults */
  --default-background-color: #fefefe;
  --default-border-color: #fefefe;
  --default-line-height: 1.3333;
  --default-text-font: 'Inter', sans-serif;
  --default-text-color: #222;
  --default-text-size: 16px;
  /* Buttons */
  --default-button-background-color: #2f504a;
  --default-button-background-color-hover: #3c665d;
  --default-button-background-color-active: #fefefe;
  --default-button-border-color: rgba(0, 0, 0, 0.075);
  --default-button-text-color: #fefefe;

  --secondary-button-background-color: #fefefe ;
  --secondary-button-background-color-hover: #dddfdc;
  --secondary-button-background-color-active: #fefefe;
  --secondary-button-border-color: #056734;
  --secondary-button-text-color: #056734;

  --primary-button-background-color: #2f504a;
  --primary-button-background-color-hover: #04532A;
  --primary-button-background-color-active: #bdbdbd;
  --primary-button-border-color: rgba(0, 0, 0, 0.075);
  --primary-button-text-color: #fefefe;
  --success-button-background-color: #2f504a;
  --success-button-background-color-hover: #9dcf3e;
  --success-button-background-color-active: #89b82e;
  --success-button-border-color: rgba(0, 0, 0, 0.075);
  --success-button-text-color: #fff;
  --warning-button-background-color: #f0ad4e;
  --warning-button-background-color-hover: #f2b866;
  --warning-button-background-color-active: #f1b25a;
  --warning-button-border-color: rgba(0, 0, 0, 0.1);
  --warning-button-text-color: #aa0000;
  --danger-button-background-color: #d9534f;
  --danger-button-background-color-hover: #de6764;
  --danger-button-background-color-active: #db5d59;
  --danger-button-border-color: rgba(0, 0, 0, 0.1);
  --danger-button-text-color: #fff;
  /* Notices */
  --default-notice-background-color: #e6e8ed;
  --default-notice-text-color: #000;
  --default-notice-border-color: #e6e8ed;
  --primary-notice-background-color: #3ba5c6;
  --primary-notice-text-color: #fff;
  --primary-notice-border-color: #3ba5c6;
  --success-notice-background-color: #98cc34;
  --success-notice-text-color: #fff;
  --success-notice-border-color: #98cc34;
  --warning-notice-background-color: #ffcc66;
  --warning-notice-text-color: #aa0000;
  --warning-notice-border-color: #ffcc66;
  --danger-notice-background-color: #d9534f;
  --danger-notice-text-color: #fff;
  --danger-notice-border-color: #d9534f;
  /* Breadcrumbs */
  --breadcrumbs-background-color: #faf9f7!important;
  --breadcrumbs-text-color: #555;
  --breadcrumbs-border-color: transparent;
  /* Cards */
  --card-background-color: transparent!important;
  --card-text-color: var(--default-text-color);
  --card-border-color: transparent!important;
  --card-header-background-color: transparent;
  --card-header-text-color: var(--card-text-color);
  --card-body-background-color: #fefefe;
  --card-footer-background-color: #fbfbfd;
  /* Input */
  --input-background-color: #fafafc;
  --input-padding-x: 1.5em;
  --input-padding-y: 0.5em;
  --input-text-color: #000;
  --input-border-radius: 1em;
  /* Pills */
  --pills-background-color: transparent;
  --pills-background-color-active: #d7dae3;
  --pills-background-color-hover: #f1f3f7;
  --pills-text-color: var(--default-text-color);
  --pills-text-color-active: #222;
  /* Tabs */
  --tabs-pane-background-color: #eff2f5;
  --tabs-pane-border-color: var(--tabs-pane-background-color);
  --tabs-background-color: #e8e8eb;
  --tabs-background-color-active: #fff;
  --tabs-text-color: #333;
  --tabs-text-color-active: var(--tabs-text-color);
  --tabs-border-color: var(--tabs-background-color);
  --tabs-border-color-active: var(--tabs-background-color-active);
  --tabs-content-background-color: #fff;
  /* Dropdowns */
  --dropdown-menu-background-color: #fff;
  --dropdown-menu-item-background-color: var(--dropdown-menu-background-color);
  --dropdown-menu-item-text-color: var(--default-text-color);
  /* Tables */
  --table-striped-row-background-odd: #f5f6f9;
  --table-striped-row-background-even: #fff;
  --table-row-hover-background: #ececec;
  /* Pagination */
  --pagination-background-color: var(--default-background-color);
  --pagination-background-color-active: #d7dae3;
  --pagination-background-color-hover: #e7e8ed;
  --pagination-text-color: var(--default-text-color);
  --pagination-text-color-active: var(--default-text-color);
  --pagination-text-color-hover: var(--default-text-color);
  --pagination-border-color: var(--default-border-color);
  /* Footer */
  --footer-background-color: #172724;
  --footer-title-color: #DCD0C1;
  --footer-text-color: #DCD0C1;
  /* Copyright */
  --copyright-background-color: #e2e2e7;
  --copyright-text-color: var(--default-text-color);
}
@media (min-width: 768px) {
  :root {
    --gutter-x: 1rem;
    --gutter-y: 1rem;
  }
}
@media (min-width: 992px) {
  :root {
    --gutter-x: 1.5rem;
    --gutter-y: 1.5rem;
  }
}
@media (min-width: 1200px) {
  :root {
    --gutter-x: 2rem;
    --gutter-y: 2rem;
  }
}

/* ==============================
   VARIABLES PERSONNALISÉES
   ============================== */
:root {
  /* Couleurs de base */
  --custom-text: #212121;
  --custom-background: #fefefe;
  --custom-primary: #2f504a;
  --custom-secondary: #97b6a7;
  --custom-accent: #caa270;
  --custom-accent-background: #faf9f7;

  /* Structure et contraste */
  --custom-border-radius: 8px;
  --custom-shadow-color: rgba(0, 0, 0, 0.15);
  --custom-divider: #eaeaea;

  /* Couleurs typographiques */
  --custom-heading-color: #463114;
  --custom-subheading-color: #6b5a46;

  /* Boutons */
  --custom-btn-primary-bg: #2f504a;
  --custom-btn-primary-hover: #3c665d;
  --custom-btn-primary-text: #ffffff;

  --custom-btn-secondary-bg: #ffffff;
  --custom-btn-secondary-border: #97b6a7;
  --custom-btn-secondary-text: #212121;
  --custom-btn-secondary-hover-bg: #f1f5f3;

  /* Fond spécifique */
  --custom-footer-bg: #172724;
  --custom-footer-text: #dcd0c1;
  --custom-section-alt-bg: #f5f3ef;
}

/* Logotype */
.navbar-header.logotype {
  width: 80%!important;
}

/*Barre de recherche*/
.navbar-header .input-group {
    background-color: #fefefe!important;
}

/*breadcrumb*/
.breadcrumb {
  font-size: 14px!important;
}

/* Bouton Panier(Cart) */
#cart {
  background-color:  var(--custom-primary)!important;
}

#cart:hover {
  background-color:  var(--custom-secondary)!important;
  text-decoration: none!important;
}

/* Hamburger menu */ 
.navbar-toggler {
    background-color: #f5f3ef!important;
    border: 1px solid #056734!important;
}
  .navbar-toggler .icon-bar {
    background-color: #056734;
  }

/* ------------------------------------------
   FORESTA BOX CATEGORIES
------------------------------------------- */

.foresta-box-categories {
  background: var(--custom-background, #fefefe);
  border-radius: 1.5rem;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04); */
  overflow: hidden;
  padding: 4rem 2rem 5rem;
  margin: 4rem auto;
  max-width: 1300px;
  text-align: center;
  position: relative;
}

/* === Header === */
.foresta-box-categories-header {
  max-width: 800px;
  margin: 0 auto 3rem;
}

.foresta-box-categories-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--custom-primary);
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}

.foresta-box-categories-subtitle {
  font-size: 1.1rem;
  color: var(--custom-text, #4a4a4a);
  opacity: 0.9;
  line-height: 1.6;
}
/* FILTRES */
.foresta-box-categories-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}
.foresta-box-categories-filters .filter-btn {
  border: 1px solid var(--foresta-primary);
  background: transparent;
  color: var(--foresta-primary);
  padding: 0.5rem 1.2rem;
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
  font-weight: 500;
}
.foresta-box-categories-filters .filter-btn:hover {
  background: var(--foresta-primary);
  color: #fff;
}
/* === Grid === */
.foresta-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto 4rem;
}

.foresta-category-grid .category {
  background: #f2f2f2;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  text-align: center;

}

.foresta-category-grid .category:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.foresta-category-grid .category a {
  color: var(--custom-primary);
  font-size: 1.1rem;
  text-decoration: none;
  display: block;
  margin-top: 0.5rem;
  transition: color 0.3s ease;
}

.foresta-category-grid .category a:hover {
  color: var(--custom-accent, #97c59b);
}
.foresta-category-grid .category .caption {
  margin-top: 24px;
}
/* === CTA Section === */
.foresta-box-categories-cta {
  background-image: url(/images/uploads/format-webp/sur-mesure.webp);
  border-radius: 1.5rem;
  padding: 3rem 2rem;
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.foresta-box-categories-cta h2 {
  font-size: 1.8rem;
  color: var(--custom-primary);
  margin-bottom: 1rem;
}

.foresta-box-categories-cta p {
  font-size: 1.05rem;
  color: var(--custom-text, #4a4a4a);
  margin-bottom: 2rem;
  line-height: 1.6;
}

.foresta-cta-button {
  background: var(--custom-accent-background);
  border: 0.5px solid var(--custom-accent);
  color: #fff;
  padding: 0.9rem 2.2rem;
  border-radius: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.foresta-cta-button:hover {
  background: var(--custom-primary, #2a4d3e);
  color: #fff;
}



/* === BENTO === */
.foresta-box-categories .ugc-bento-container {
  max-width: 1100px;
  margin-top: 80px;
}

/* === Responsive === */
@media (max-width: 992px) {
  .foresta-box-categories {
    padding: 3rem 1.5rem 4rem;
  }

  .foresta-box-categories-title {
    font-size: 1.9rem;
  }

  .foresta-category-grid {
    gap: 1.5rem;
  }
}

@media (max-width: 600px) {
  .foresta-box-categories {
    padding: 2.5rem 1rem 3rem;
  }

  .foresta-box-categories-title {
    font-size: 1.6rem;
  }

  .foresta-box-categories-subtitle {
    font-size: 1rem;
  }

  .foresta-category-grid .category {
    padding: 1.5rem 1rem;
  }

  .foresta-box-categories-cta {
    padding: 2.5rem 1rem;
  }
}


/* Box catégories */
#box-category .row {
  background-color: #fefefe;
  padding-top: 8px;
}

#box-category .title {
  margin-left: 16px;
  color: var(--custom-primary);
}

.filters .btn-group-inline .btn {
  background-color: var(--custom-accent-background);
  color: var(--custom-primary);
}

.filters .btn-group-inline .btn:hover {
  background-color: var(--custom-btn-primary-hover);
  color: var(--custom-text);
}

.filter .fa {
  color: var(--custom-primary);
}


.card-title {
  color: #463114;
}


/* ------------------------------------------
   SECTION : BOX PRODUCT
------------------------------------------- */

/*Form buy-now-form*/
#box-product form[name="buy_now_form"] {
  padding: 0;
}
#box-product .price {
  font-weight: 600;
}

/*Bouton configurateur*/
.add-config-btn {
  background-color: var(--custom-secondary);
  color: var(--custom-text);
  border: none;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

/*Lien vers fiche technique*/
#fp-open-datasheet-btn {
  margin-top: 16px;
  text-decoration: none!important;
}
/* 1. La Modale (Container global) */
.fp-modal {
    display: none; /* Masquée par défaut par JS */
    position: fixed;
    z-index: 10000; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8); 
}

/* 2. Contenu de la Modale */
.fp-modal-content {
    background-color: #fefefe;
    margin: 5% auto; /* Centrage vertical et horizontal */
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    max-width: 900px; /* Augmenté légèrement pour les fiches techniques */
    position: relative;
    border-radius: 5px;
}

/* 3. Image à l'intérieur de la modale */
.fp-datasheet-img {
    max-width: 100%;
    height: auto;
    display: block; /* Évite les marges sous l'image */
    margin: 15px auto; /* Centre l'image */
    border: 1px solid #eee; /* Optionnel : pour encadrer l'image */
}

/* 4. Bouton de Fermeture */
.fp-close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 20px;
}

.fp-close-btn:hover,
.fp-close-btn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* 5. Lien de téléchargement */
.fp-download-link {
    text-align: center;
    margin-top: 20px;
}

/* ------------------------------------------
   SECTION : HERO SECTION AVEC VIDÉO - OPTION 2
------------------------------------------- */

/* .hero-right-float-optimized {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
  color: #fff;
}

.hero-right-float-optimized .hero-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-right-float-optimized .hero-container {
  position: absolute;
  right: 5%;
  bottom: 8%;
  background: rgba(47, 80, 74, 0.65);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  padding: 2rem 2.5rem;
  max-width: 480px;
  z-index: 2;
  animation: fadeUp 1.2s ease forwards;
}

.hero-right-float-optimized .hero-title {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.hero-right-float-optimized .hero-title span {
  color: #caa270;
}

.hero-right-float-optimized .hero-text {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 1.8rem;
  opacity: 0.9;
}

.hero-right-float-optimized .btn-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.hero-right-float-optimized .btn {
  padding: 0.9rem 1.8rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-primary {
  background: #2f504a;
  color: #fff;
}
.btn-primary:hover {
  background: #3f6b61;
  transform: translateY(-2px);
}

.btn-secondary {
  background: #97b6a7;
  color: #212121;
}
.btn-secondary:hover {
  background: #caa270;
  color: #fff;
  transform: translateY(-2px);
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
  .hero-right-float-optimized .hero-container {
    position: relative;
    right: auto;
    bottom: auto;
    background: rgba(0,0,0,0.65);
    border-radius: 0;
    text-align: center;
    padding: 2rem 1rem;
    max-width: 100%;
  }

  .hero-right-float-optimized .hero-title {
    font-size: 1.9rem;
  }
  .hero-right-float-optimized .hero-text {
    font-size: 1rem;
  }
} */

/* ------------------------------------------
   SECTION : HERO SECTION AVEC VIDÉO - OPTION 1
------------------------------------------- */
/* .hero-left-bottom {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
  color: #fff;
}

.hero-left-bottom .hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-left-bottom .hero-container {
  position: absolute;
  bottom: 5%;
  left: 5%;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 12px;
  padding: 2rem 2.5rem;
  max-width: 480px;
  z-index: 2;
}

.hero-left-bottom .hero-title {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.hero-left-bottom .hero-title span {
  color: #caa270;
}

.hero-left-bottom .hero-text {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}

.hero-left-bottom .btn-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.hero-left-bottom .btn {
  padding: 0.8rem 1.8rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
}

.btn-primary { background: #2f504a; color: #fff; }
.btn-primary:hover { background: #3f6b61; }
.btn-secondary { background: #97b6a7; color: #212121; }
.btn-secondary:hover { background: #568980; color: #fff; }

@media (max-width: 768px) {
  .hero-left-bottom .hero-container {
    position: relative;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    background: rgba(0,0,0,0.65);
    border-radius: 0;
    text-align: center;
    max-width: 100%;
    padding: 2rem 1rem;
  }

  .hero-left-bottom .hero-title { font-size: 1.8rem; }
  .hero-left-bottom .hero-text { font-size: 1rem; }
} */

/* ------------------------------------------
   SECTION : HERO SECTION AVEC VIDÉO - OPTION 3
------------------------------------------- */
.hero-split-screen {
  display: grid;
  grid-template-columns: 40% 60%;
  height: 90vh;
  overflow: hidden;
}

.hero-content-side {
  background: #f2f2f2;
  color: var(--custom-text);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
}

.hero-text-container {
  max-width: 420px;
}

.hero-video-side {
  position: relative;
}

.hero-video-side .hero-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-split-screen .hero-title {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.hero-split-screen .hero-title span { color: #caa270; }

.hero-split-screen .hero-text {
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  opacity: 0.9;
  line-height: 1.7;
}

.hero-split-screen .btn-row {
  display: flex;
  gap: 1rem;
}

.btn-row .btn-primary:hover {
    background-color: var(--custom-secondary) !important;
    text-decoration: none !important;
}

.btn-row .btn-secondary {
  background: #fff;
  border: 0.5px solid var(--custom-accent);
}
.btn-row .btn-secondary:hover {
  background: #caa270;
  color: #222;
  text-decoration: none;
  transform: translateY(-2px);
}

@media (max-width: 900px) {
  .hero-split-screen {
    grid-template-columns: 1fr;
    height: auto;
  }

  .hero-content-side {
    padding: 2rem 1rem;
    text-align: center;
  }

  .hero-video-side {
    height: 300px;
  }

  .hero-split-screen .hero-title { font-size: 1.8rem; }
}


/* ------------------------------------------
   SECTION : INTRO SECTION
------------------------------------------- */
.intro-section {
  background-color: #f2f2f2;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.intro-container {
  max-width: 1200px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.intro-content {
  text-align: left;
}

.intro-title {
  font-size: 2.2rem;
  font-weight: 600;
  color: #212121;
  margin-bottom: 20px;
}

.intro-content p {
  color: #212121;
  line-height: 1.6;
  margin-bottom: 12px;
  font-size: 1.05rem;
}

.intro-content p.highlight {
  color: #735024;
  font-style: italic;
  margin-top: 8px;
}

.intro-content .btn-row {
  display: flex;
  gap: 15px;
  margin-top: 25px;
  justify-content: start;
}

.btn {
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-primary {
  background-color:var(--custom-btn-primary-bg);
  color: white;
}

.btn-primary:hover {
  background-color: var(--custom-btn-primary-hover)!important;
}

.intro-icons {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.icon-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: white;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.icon-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.icon-item img {
  width: 48px;
  height: auto;
}

.icon-item h3 {
  color: #463114;
  font-size: 1rem;
  margin: 0;
}

.icon-item p {
  color: #7a6c5c;
  font-size: 0.9rem;
  margin: 2px 0 0;
}

/* Responsive */
@media (max-width: 960px) {
  .intro-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .intro-content {
    margin-bottom: 40px;
  }

  .btn-row {
    justify-content: center;
    flex-direction: column;
  }

  .intro-icons {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }

  .icon-item {
    flex-direction: column;
    align-items: center;
    width: 45%;
    min-width: 160px;
  }
}

@media (max-width: 600px) {
  .intro-title {
    font-size: 1.6rem;
  }

  .intro-content p {
    font-size: 0.95rem;
  }
}

/* ------------------------------------------
   SECTION : SELECTION
------------------------------------------- */  
.selection-section {
  padding: 100px 20px;
  background-color: #fefefe;
  text-align: center;
}

.selection-header {
  margin-bottom: 60px;
}

.selection-title {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--custom-primary, #2f504a);
  margin-bottom: 10px;
}

.selection-subtitle {
  font-size: 1.1rem;
  color: var(--custom-text, #212121);
  opacity: 0.8;
}

/* --- Grille des catégories --- */
.selection-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  max-width: 1300px;
  margin: 0 auto;
}

.link-container {
  text-decoration: none;
  color: inherit;
}

/* --- Carte catégorie --- */
.category-item {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  background: #fff;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.category-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.15);
}

/* --- Image principale --- */
.category-img {
  height: 420px;
  overflow: hidden;
}

.category-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease, filter 1s ease;
}

.category-item:hover img {
  transform: scale(1.08);
  filter: brightness(1.05);
}

/* --- Overlay bas avec flou et dégradé --- */
.category-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 22px;
  background: linear-gradient(to top, rgb(0 0 0),  #dc9f553b);
  color: #fff;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  backdrop-filter: blur(3px);
  text-align: left;
}

.category-name {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: #fff;
}

.category-desc {
  font-size: 1rem;
  opacity: 0.95;
  margin-bottom: 10px;
}

.category-cta {
  display: inline-block;
  font-size: 0.9rem;
  color: var(--custom-accent, #dc9f55);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

.category-item:hover .category-cta {
  color: var(--custom-secondary, #6fb293);
}

/* -------- Responsive -------- */
@media (max-width: 1024px) {
  .selection-title {
    font-size: 2rem;
  }
  .category-img {
    height: 340px;
  }
  .category-overlay {
    padding: 22px 16px;
  }
}

@media (max-width: 768px) {
  .category-img {
    height: 260px;
  }
  .category-name {
    font-size: 1.1rem;
  }
  .category-desc {
    font-size: 0.9rem;
  }
}

/* ------------------------------------------
   SECTION : SERVICES
------------------------------------------- */
.services-section.premium {
  padding: 120px 40px;
  color: var(--custom-text);
  font-family: "Sen", sans-serif;
}

.services-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.services-header {
  text-align: center;
  margin-bottom: 80px;
}

.services-title {
  font-size: 2.2rem;
  color: var(--custom-primary);
  font-weight: 700;
  margin-bottom: 10px;
}

.services-subtitle {
  color: var(--custom-text-muted);
  font-size: 1.1rem;
}

/* Grid Layout */
.services-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.service-item {
  background: #fff;
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.service-item:hover {
  transform: translateY(-8px);
  border-color: var(--custom-accent);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

/* Icons */
.service-icon-wrapper {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f8f6;
  border-radius: 50%;
}

.service-icon {
  width: 40px;
  height: 40px;
  filter: brightness(0) saturate(100%) invert(29%) sepia(39%) saturate(516%) hue-rotate(94deg) brightness(92%) contrast(87%);
}

/* Titles & Text */
.service-item h3 {
  color: var(--custom-primary);
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.service-item p {
  color: #463114;
  font-size: 0.98rem;
  line-height: 1.6;
  margin-bottom: 25px;
  text-align: left;
}

/* Button */
.service-item .btn.btn-secondary {
  border: 2px solid var(--custom-accent);
  color: var(--custom-accent);
  background: transparent;
  padding: 10px 24px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.service-item .btn.btn-secondary:hover {
  background-color: var(--custom-accent);
  color: #fff;
}

.service-page-link {
  color: var(--custom-subheading-color)!important;
  font-weight: 600;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .services-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .services-container {
    grid-template-columns: 1fr;
  }

  .service-item {
    padding: 30px 20px;
  }

  .service-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .service-item h3 {
    font-size: 1.1rem;
  }
}

/* ----------------------------
   SECTION : CAMPAIGN PRODUCTS
----------------------------- */

#box-campaign-products, #box-popular-products, #box-latest-products, #box-categories, #box-similar-products, #box-checkout-cart, #box-checkout-customer, #box-login, #box-checkout-summary {
  background-color: #fefefe;
  padding: 80px 20px;
  text-align: center;
}

#box-campaign-products h2, #box-popular-products h2, #box-latest-products h2, #box-categories h2, #box-similar-products h2, #box-checkout-cart h2, #box-checkout-customer h2, #box-login h2 {
  font-size: 2.2rem!important;
  font-weight: 600;
  color: var(--custom-primary);
  margin-bottom: 32px;
  letter-spacing: -0.5px;
}

.campaign-subtitle {
  font-size: 1.1rem;
  color: var(--custom-text);
  opacity: 0.85;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.6;
}

.listing .product {
  padding: 8px;
  min-height: 320px;
}


/* --- Responsive --- */
@media (max-width: 1024px) {
  .campaign-section {
    padding: 80px 20px;
  }

  .campaign-title {
    font-size: 1.8rem;
  }

}

@media (max-width: 600px) {
  .campaign-section {
    padding: 60px 16px;
  }

  .campaign-title {
    font-size: 1.6rem;
  }
}

/* gestion de textes  */
.listing .product .name{
  justify-content: flex-start!important;
  /* overflow: hidden; */
  text-overflow: ellipsis!important;
  min-height: min-content;
  line-height: 120%!important;
}
.listing .product .manufacturer-name{
 display: none;
}
.listing.columns .product .price-wrapper {
  margin-top: auto;
}
.listing .product .price-wrapper .price {
  color: var(--custom-btn-primary-bg);
}

/*Alignement des prix sur toutes les cards*/
.listing .product .link {
  display: flex; /* Active Flexbox */
  flex-direction: column; /* Organise les enfants verticalement */
  height: 100%; /* Important pour que le lien prenne toute la hauteur disponible dans la grille */
}
.listing.columns .product .info {
  display: flex;
  flex-direction: column; 
  /* Cette propriété est la clé : elle permet à .info de grandir et de prendre l'espace restant */
  flex-grow: 1;
  gap: 0.5rem;
}

/* ----------------------------
   SECTION : BOX-CHACKOUT-CUSTOMER
----------------------------- */

/*checkbox CRÉÉ UN COMPTE*/
#box-checkout-customer .card-body .form-check {
  border: 0.25px solid #222;
}

/* ------------Catégories ----------*/
.title {
  color: #463114;
}

/*Bandeau produit nouveau*/
.sticker.new {
  background: #95c123!important;
}

/*Bandeau produit promotion*/
.sticker.sale {
  /* background-color:#F3E6D5 !important;  */
  /* color: var(--custom-primary) !important; */
  /* font-weight: 600; */
  border-radius: 6px;
  /* padding: 0.25em 0.6em; */
  text-transform: uppercase;
}

/* ------------------------------------------
   SECTION : AVIS CLIENTS & ENGAGEMENTS - VERSION TRUSTPILOT
------------------------------------------- */
.reviews-section.premium {
  background-color: #fff;
  padding: 120px 24px;
  color: var(--custom-text);
  font-family: "Inter", sans-serif;
  margin-bottom: 80px;
}

.reviews-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ---- INTRO ---- */
.reviews-intro {
  text-align: center;
  margin-bottom: 80px;
}

.reviews-title {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--custom-primary);
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.reviews-subtitle {
  font-size: 1.1rem;
  color: var(--custom-text-muted);
}

/* ---- GRILLE ---- */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  margin-bottom: 100px;
}

/* ---- CARDS ---- */
.review-card.minimal {
  border: 1px solid #e1ded8;
  padding: 40px;
  border-radius: 16px;
  transition: border-color 0.3s ease, transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-card.minimal:hover {
  border-color: var(--custom-accent);
  transform: translateY(-4px);
}

/* Texte de l’avis */
.review-text {
  font-style: italic;
  line-height: 1.6;
  color: #3b3b3b;
  margin-bottom: 24px;
}

/* ---- AUTEUR ---- */
.review-author {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Badge Trustpilot */
.trustpilot-badge {
  display: flex;
  align-items: center;
  gap: 16px;
}

.trustpilot-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.trustpilot-badge p {
  margin: 0;
  line-height: 1.3;
}

.trustpilot-label {
  font-size: 0.9rem;
  color: #00b67a; /* Couleur officielle Trustpilot */
  font-weight: 500;
}

/* Nom + Localisation */
.review-name {
  font-weight: 600;
  color: var(--custom-primary);
  margin: 0;
}

.review-location {
  font-size: 0.9rem;
  color: var(--custom-text-muted);
}

/* ---- ENGAGEMENTS ---- */
.engagements.minimal {
  border-top: 1px solid #d8d5cf;
  padding-top: 64px;
}

.engagements-title {
  font-size: 1.9rem;
  font-weight: 600;
  color: var(--custom-primary);
  text-align: center;
  margin-bottom: 64px;
}

.engagements-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.engagement-item {
  text-align: left;
}

.engagement-item h4 {
  color: var(--custom-primary);
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.engagement-item p {
  color: var(--custom-text-muted);
  font-size: 1rem;
  line-height: 1.6;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 768px) {
  .reviews-title {
    font-size: 1.9rem;
  }

  .reviews-grid {
    gap: 24px;
  }

  .review-card.minimal {
    padding: 32px;
  }

  .trustpilot-icon {
    width: 40px;
    height: 40px;
  }

  .engagements-grid {
    gap: 24px;
  }
}

@media (max-width: 480px) {
  .reviews-section.premium {
    padding: 80px 16px;
  }

  .review-card.minimal {
    padding: 28px;
  }

  .reviews-intro {
    margin-bottom: 56px;
  }

  .trustpilot-icon {
    width: 32px;
    height: 32px;
  }

  .trustpilot-label {
    font-size: 0.8rem;
  }
}


/* ------------------------------------------
   SECTION : SOLAR BANER
------------------------------------------- */
.solar-banner {
  position: relative;
  width: 100%;
  height: 500px;
  background-image: url('/images/uploads/format-webp/solar-panel.webp'); 
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 80px;
  /* overflow: hidden; */
}

.solar-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.267);
  backdrop-filter: blur(2px);  
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
}

.solar-title {
  font-size: clamp(2rem, 5vw, 3rem);
  color: var(--custom-text);
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: none;
}

.solar-subtitle {
  font-size: 1.1rem;
  color: var(--custom-text);
  max-width: 700px;
  font-weight: 600;
  margin: 0 auto 30px;
  line-height: 1.6;
}

.solar-banner .btn-primary {
  background-color: var(--custom-primary, #2f504a);
  color: #fff;
  padding: 14px 32px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: none;
}

.solar-banner .btn-primary:hover {
  background-color: var(--custom-accent, #dc9f55);
  color: #fff;
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 768px) {
  .solar-banner {
    height: 400px;
  }

  .solar-subtitle {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .solar-banner {
    height: 360px;
  }

  .solar-title {
    font-size: 1.6rem;
  }
}

/* ------------------------------------------
   SECTION : FOOTER
------------------------------------------- */
.footer-premium {
  background-color: var(--custom-primary, #2f504a);
  color: #fefefe;
  padding-top: 80px;
  padding-bottom: 0;
  font-size: 0.95rem;
}

.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px;
}

/* --- Top: branding + newsletter --- */
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  padding-bottom: 60px;
}

.footer-brand {
  flex: 1;
}

.footer-logo {
  width: 160px;
  margin-bottom: 20px;
}

.footer-slogan {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.8);
  max-width: 420px;
}

.footer-newsletter {
  flex: 1;
  text-align: right;
}

.footer-newsletter h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #fff;
}

.footer-newsletter p {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.75);
  margin-bottom: 16px;
}

.newsletter-form {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.newsletter-form input {
  padding: 12px 16px;
  border-radius: 8px;
  border: none;
  width: 60%;
  font-size: 0.95rem;
}

.newsletter-form button {
  padding: 12px 20px;
  background-color: var(--custom-accent, #dc9f55);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.newsletter-form button:hover {
  background-color: #fff;
  color: var(--custom-primary, #2f504a);
}

/* --- Links --- */
.footer-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  padding: 60px 0;
}

.footer-links h3.title {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links a {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  display: inline-block;
  margin-bottom: 6px;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: var(--custom-accent, #dc9f55);
}

/* --- FOOTER TRUST & SOCIAL --- */

.footer-trust {
  border-top: 1px solid rgba(255,255,255,0.15);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding: 40px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.trust-badges {
  display: flex;
  align-items: center;
  gap: 40px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.8);
  font-size: 0.95rem;
  font-weight: 500;
}

.trust-item img {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1) opacity(1);
}

.social-links {
  display: flex;
  gap: 16px;
}

.social-links a img {
  width: 26px;
  height: 26px;
  /* filter: brightness(0) invert(1) opacity(0.85); */
  transition: all 0.3s ease;
}

.social-links a:hover img {
  filter: brightness(0) invert(1); /* rend l'icône blanche */
  transform: scale(1.05); /* léger zoom pour du feedback visuel */
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .footer-trust {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .trust-badges {
    flex-direction: column;
    gap: 16px;
  }

  .social-links {
    margin-top: 20px;
  }
}


/* --- Bottom --- */
.footer-bottom {
  background-color: #253a36;
  text-align: center;
  padding: 30px 20px;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.7);
}

.footer-bottom .credit a {
  color: var(--custom-accent, #dc9f55);
  text-decoration: none;
}

.footer-bottom .credit a:hover {
  text-decoration: underline;
}

/* --- Responsive --- */
@media (max-width: 900px) {
  .footer-top {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .footer-newsletter {
    text-align: center;
  }
  .newsletter-form {
    flex-direction: column;
    align-items: center;
  }
  .newsletter-form input {
    width: 100%;
  }
}

/* ------------------------------------------
   SECTION : RUBAN RASSURANCE
------------------------------------------- */
.rassurance-banner {
  background-color: var(--custom-primary, #2f504a);
  color: #fff;
  padding: 30px 20px;
  margin: 80px auto;
}

.rassurance-banner-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  text-align: center;
}

.rassurance-banner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 500;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.rassurance-banner-item:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}

.rassurance-banner-icon {
  width: 28px;
  height: 28px;
  transition: filter 0.3s ease;
}

.rassurance-banner-item:hover .rassurance-banner-icon {
  filter: brightness(0) invert(1);
}

.rassurance-banner strong {
  color: var(--custom-accent, #dc9f55);
  font-weight: 600;
}

/* Responsive */
@media (max-width: 900px) {
  .rassurance-banner-container {
    flex-direction: column;
    gap: 15px;
  }
  .rassurance-banner-item {
    font-size: 0.95rem;
  }
  .rassurance-banner-icon {
    width: 24px;
    height: 24px;
  }
}

/* ------------------------------------------
   SECTION : RUBAN REASSURANCE-LIGHT
------------------------------------------- */
.ribbon-rassurance-light {
  background-color: var(--custom-background);
  border: 1px solid var(--custom-border);
  border-radius: 12px;
  padding: 16px 20px;
  margin-top: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.ribbon-rassurance-light:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}

.ribbon-light-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.ribbon-light-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--custom-text);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: color 0.3s ease;
}

.ribbon-light-item:hover {
  color: var(--custom-primary);
}

.ribbon-light-icon {
  width: 22px;
  height: 22px;
  filter: brightness(0) saturate(100%) invert(25%) sepia(4%) saturate(650%) hue-rotate(115deg);
  transition: filter 0.3s ease;
}

.ribbon-light-item:hover .ribbon-light-icon {
  filter: brightness(0) saturate(100%) invert(60%) sepia(12%) saturate(900%) hue-rotate(120deg);
}

/* Responsive */
@media (max-width: 768px) {
  .ribbon-light-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .ribbon-light-item {
    font-size: 0.85rem;
  }
}

/* =====================================
   Galerie produit Foresta (LiteCart)
===================================== */

.product-page .image-row {
  text-align: center;
  margin-bottom: 1.5rem;
}

.product-page .image-row img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.thumbnails-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.thumbnails-row .thumbnail {
  border: none;
  background: transparent;
  padding: 0;
}

.thumbnails-row img {
  width: 100%;
  border-radius: 8px;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.thumbnails-row img:hover {
  transform: scale(1.05);
  filter: brightness(0.9);
}



/* Responsive */
@media (max-width: 768px) {
  .thumbnails-row .col-xs-3 {
    flex: 0 0 45%;
    max-width: 45%;
  }
}

/* ------------------------------------------
   PAGE : FORESTA
------------------------------------------- */

/*Couleur fond #box-page*/
#box-page {
  background-color: var(--custom-background)!important;
}
#box-page.card {
  border-style: none!important;
  box-shadow: none!important;
}

.presentation-hero {
  position: relative;
  height: 80vh;
  background: url('/images/uploads/format-webp/forest-2.webp') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
}

/* Le contenu (texte + overlay localisé) */
.presentation-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  /* padding: 0 2rem 6rem; */
  text-align: left;
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

/* Overlay uniquement derrière le texte */
.presentation-overlay {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 100%;
  /* background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.4) 60%,
    rgba(0, 0, 0, 0) 100%
  ); */
  border-radius: 8px;
  z-index: 1;
  pointer-events: none;
  filter: blur(1px); /* améliore la lisibilité sans durcir le contraste */
}

/* Bloc de texte */
.presentation-text-wrapper {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem;
}

.presentation-hero h1 {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--custom-accent-background);
}

.presentation-hero p {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #fefefe;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

/* Accessibilité AAA */
@media (prefers-contrast: more) {
  .presentation-overlay {
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.85) 0%,
      rgba(0, 0, 0, 0.6) 70%,
      rgba(0, 0, 0, 0.2) 100%
    );
  }
}

/* Responsive */
@media (max-width: 768px) {
  .presentation-hero {
    height: auto;
  }
  .presentation-hero-content {
    padding-bottom: 0.2rem;
  }
  .presentation-hero h1 {
    font-size: 2rem;
  }
  .presentation-hero p {
    font-size: 1rem;
  }
}


/* Alternating sections */
.presentation-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 100px 40px;
  max-width: 1200px;
  margin: 0 auto;
}

/* .presentation-section.alt {
  flex-direction: row-reverse;
} */

.presentation-text {
  flex: 1;
}

.presentation-text h2 {
  color:var(--custom-primary);
  font-size: 1.8rem;
  margin-bottom: 16px;
}

.presentation-text p {
  color: var(--custom-text);
  line-height: 1.6;
  margin-bottom: 16px;
  font-size: 1.05rem;
}

.presentation-image {
  flex: 1;
  text-align: center;
}

.presentation-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Values section */
.presentation-values {
  text-align: center;
  background: var(--custom-background);
  padding: 100px 20px;
  overflow-x: hidden; /* ✅ empêche tout débordement horizontal */
}

.presentation-values h2 {
  font-size: 2rem;
  color: var(--custom-primary);
  margin-bottom: 60px;
  padding: 0 20px;
  text-align: left;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px; /* ✅ marge interne pour éviter le débordement sur mobile */
  box-sizing: border-box;
}

.value-item {
  background: #faf9f7;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.value-item img {
  width: 64px;
  margin-bottom: 16px;
  filter: brightness(0) saturate(100%) invert(27%) sepia(73%) saturate(438%) hue-rotate(92deg) brightness(97%) contrast(90%);
}

.value-item h3 {
  font-size: 1.2rem;
  color: var(--custom-primary);
  margin-bottom: 8px;
}

.value-item p {
  color: #463114;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* ✅ Responsive fixes */
@media (max-width: 900px) {
  .presentation-values {
    padding: 80px 15px;
  }

  .values-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0;
  }

  .value-item {
    max-width: 90%;
    margin: 0 auto;
  }

  .presentation-values h2 {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}

/* Final CTA */
.presentation-final-cta {
  background: var(--custom-primary);
  color: var(--custom-background);
  text-align: center;
  padding: 100px 20px;
  margin-top: 80px;
}

.presentation-final-cta .cta-container {
  max-width: 800px;
  margin: 0 auto;
}

.presentation-final-cta h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: var(--custom-accent);

}

.presentation-final-cta p {
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.cta-button {
  display: inline-block;
  
  color: white;
  font-weight: 600;
  text-decoration: none;
  padding: 14px 30px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background: #7aa31c;
}

.cta-white {
  background: white;
  color: #056734;
}

.cta-white:hover {
  background: #f5f3ef;
}

/* Responsive */
@media (max-width: 900px) {
  .presentation-section {
    flex-direction: column;
    text-align: center;
    gap: 40px;
    padding: 60px 20px;
  }

  .presentation-text, .presentation-image {
    flex: none;
    width: 100%;
  }

  .presentation-hero {
    padding: 120px 20px;
  }

  .presentation-hero h1 {
    font-size: 2rem;
  }
}


/* ------------------------------------------
   PAGE : NOS AGENCES
------------------------------------------- */
.foresta-showrooms-wrapper {
  padding: 4rem 1rem;
  background-color: var(--card-body-background-color-background);
  color: var(--custom-text);
}

.foresta-showrooms-header {
  text-align: center;
  margin-bottom: 5rem;
}

.foresta-showrooms-title {
  font-size: 2rem;
  color: var(--custom-primary);
  margin-bottom: 0.5rem;
}

.foresta-showrooms-subtitle {
  color: #555;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}

.foresta-showroom {
  max-width: 1140px;
  margin-left: auto;
    margin-right: auto;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 5rem;
  flex-wrap: wrap;
}

.foresta-showroom.alt {
  flex-direction: row-reverse;
  
}

.foresta-showroom-image {
  flex: 1 1 40%;
  background-color: #97b6a770;
  border-radius: 1rem;
  aspect-ratio: 4 / 3; 
  display: flex;
  justify-content: center;
  align-items: center;
}

.foresta-showroom-image img {
  width: 80%;
  height: auto;
  max-width: 80%;
  border-radius: 0.25rem;
}

.foresta-showroom-content {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.foresta-showroom-text {
  flex-grow: 1;
}

.foresta-showroom-name {
  font-size: 1.5rem;
  color: var(--custom-primary);
  margin-bottom: 0.5rem;
}

.foresta-showroom-desc {
  color: #444;
  margin-bottom: 1rem;
}

.foresta-showroom-info {
  font-size: 0.95rem;
  line-height: 1.6;
}

.foresta-showroom-footer {
  margin-top: 1.5rem;
  
}

.foresta-btn {
  display: inline-block;
  background-color: var(--custom-primary);
  color: var(--custom-background)!important;
  margin: 8px;
  padding: 0.8rem 1.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.foresta-btn:hover {
  background-color: var(--custom-secondary);
  color: #fff;
}

.foresta-link {
  margin-left: 1rem;
  color: var(--custom-primary);
  text-decoration: underline;
  font-weight: 500;
}

.foresta-gallery-section {
  text-align: center;
  margin-top: 5rem;
}

.foresta-gallery-title {
  font-size: 1.8rem;
  color: var(--custom-primary);
  margin-bottom: 2rem;
}

.foresta-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1rem;
  overflow: hidden;
}

.foresta-gallery-item {
  aspect-ratio: 1/1;
  width: 100%;
  background-color: #97b6a770;
  border-radius: 0.4rem;
}
.foresta-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  border-radius: 0.4rem;
}
.foresta-gallery-cta {
  margin-top: 2rem;
}

.foresta-btn.accent {
  background-color: var(--custom-accent);
  color: #fff;
}

.foresta-btn.accent:hover {
  background-color: var(--custom-primary);
}

/* Responsive */
@media (max-width: 768px) {
  .foresta-showroom {
    flex-direction: column;
  }

  .foresta-showroom.alt {
    flex-direction: column;
  }

  .foresta-showroom-image {
    min-height: 250px;
  }
}
/*--------------Section map------------------*/
.foresta-map-section {
  margin-top: 4rem;
  padding: 3rem 1rem;
  background-color: var(--custom-background);
  text-align: center;
}

.foresta-map-title {
  font-size: 1.8rem;
  color: var(--custom-primary);
  margin-bottom: 2rem;
}

.foresta-map-wrapper iframe {
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* ------------------------------------------
   PAGE : LIVRAISON
------------------------------------------- */

/* === HERO LIVRAISON === */
.foresta-delivery-hero {
  position: relative;
  width: 100%;
  /* background: linear-gradient(to right, var(--custom-primary), var(--custom-secondary)); */
  background: url("/images/uploads/forest-road.webp") center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 8rem 2rem;
  overflow: hidden;
}

.delivery-hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.foresta-delivery-hero h1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
  color: var(--custom-background)!important;
}

.foresta-delivery-hero p {
  font-size: 1.25rem;
  line-height: 1.7;
  opacity: 0.95;
  margin-bottom: 2.5rem;
}

.btn-delivery-cta {
  background: var(--custom-accent);
  color: #fff;
  padding: 1rem 2.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-delivery-cta:hover {
  background: #fff;
  color: var(--custom-primary);
}

/* === SECTION INTRO LIVRAISON === */
.foresta-delivery-intro {
  background: #fefefe!important;
  padding: 6rem 2rem;
  text-align: left;
}

.delivery-intro-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.foresta-delivery-intro h2 {
  font-size: 2rem;
  color: var(--custom-primary);
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.foresta-delivery-intro p {
  color: var(--custom-text);
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 1rem;
  opacity: 0.9;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .foresta-delivery-hero {
    padding: 6rem 1.5rem;
  }
  .foresta-delivery-hero h1 {
    font-size: 2rem;
  }
  .foresta-delivery-hero p {
    font-size: 1rem;
  }
  .foresta-delivery-intro {
    padding: 4rem 1.5rem;
  }
  .foresta-delivery-intro h2 {
    font-size: 1.6rem;
  }
  .btn-delivery-cta {
    padding: 0.5rem 1rem;
    white-space: nowrap;
  }
}


/* Section standard pleine largeur */
.foresta-delivery-intro,
.foresta-delivery-details,
.foresta-delivery-commitment,
.foresta-delivery-faq {
  width: 100%;
  padding: 5rem 2rem;
}
.foresta-delivery-intro {
  background: var(--custom-background);
}
.foresta-delivery-details {
  background: #fff;
}
.foresta-delivery-commitment {
  background: var(--custom-secondary);
  color: #fff;
  text-align: center;
}
.foresta-delivery-faq {
  background: var(--custom-background);
}
.foresta-delivery-intro .content,
.foresta-delivery-details .content,
.foresta-delivery-commitment .content,
.foresta-delivery-faq .content {
  max-width: 1000px;
  margin: 0 auto;
}

/* === SECTION LIVRAISON FORESTA — VERSION PLEINE LARGEUR === */

.foresta-delivery-icons {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.delivery-icon-item {
  width: 100%;
  padding: 5rem 0;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.delivery-icon-item:nth-child(even) {
  background: var(--custom-background);
}

.delivery-icon-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.delivery-icon-content.reverse {
  flex-direction: row-reverse;
}

.delivery-icon-content img {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  object-fit: contain;
  background: var(--custom-secondary);
  border-radius: 8%;
  padding: 1.5rem;
  transition: transform 0.4s ease;
}

.delivery-icon-content:hover img {
  transform: scale(1.05);
}

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

.delivery-text h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--custom-primary);
  margin-bottom: 0.75rem;
}

.delivery-text p {
  color: var(--custom-text);
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.9;
}

/* Mobile */
@media (max-width: 768px) {
  .delivery-icon-content {
    flex-direction: column !important;
    text-align: center;
    gap: 2rem;
  }
  .delivery-icon-content img {
    width: 80px;
    height: 80px;
  }
  .delivery-text {
    max-width: 90%;
  }
}

/* Steps section */
.foresta-delivery-steps {
  background: #fefefe!important;
  width: 100%;
  padding: 1em 2em 2em;
}
.foresta-delivery-steps .content {
  max-width: 1000px;
  margin: 0 auto;
}
.steps .step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.step-number {
  background: var(--custom-secondary);
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 1rem;
}
.step-content h3 {
  margin: 0 0 0.5rem;
  color: var(--custom-primary);
}

/*CTA FINAL*/
.foresta-delivery-commitment{
  background: var(--custom-btn-primary-bg);
}
.foresta-delivery-commitment h2  {
  color: #fefefe;
}
.foresta-delivery-commitment p {
  margin-bottom: 2rem;
}

.foresta-delivery-commitment .btn-delivery-cta {
  margin-top: 24px;
}   

/* FAQ */
.foresta-delivery-faq details {
  background: #fff;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #ddd;
}
.foresta-delivery-faq summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--custom-primary);
}
.foresta-delivery-faq summary::marker {
  color: var(--custom-secondary);
}

/* Responsive */
@media (max-width: 768px) {
  .steps .step {
    flex-direction: column;
  }
  .step-number {
    margin-bottom: 0.5rem;
  }
  .foresta-delivery-hero h1 {
    font-size: 2rem;
  }
}

/* ------------------------------------------
   PAGE : SERVICE DE MONTAGE
------------------------------------------- */

/* === HERO === */
.foresta-montage-hero {
  position: relative;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url("/images/uploads/pergo-metal-reception.webp") center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 8rem 2rem;
  overflow: hidden;
}

.montage-hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.foresta-montage-hero h1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
  color: var(--custom-background)!important;
}

.foresta-montage-hero p {
  font-size: 1.25rem;
  line-height: 1.7;
  opacity: 0.95;
  margin-bottom: 2.5rem;
}

.btn-montage-cta {
  background: var(--custom-accent);
  color: #fff;
  padding: 1rem 2.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.btn-montage-cta:hover {
  background: #fff;
  color: var(--custom-primary);
}

/* === INTRO === */
.foresta-montage-intro {
  background: #fefefe!important;
  padding: 6rem 2rem;
}

.montage-intro-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.foresta-montage-intro h2 {
  font-size: 2rem;
  color: var(--custom-primary);
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.foresta-montage-intro p {
  color: var(--custom-text);
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 1rem;
  opacity: 0.9;
}

/* === ICONS (PLEINE LARGEUR) === */
.foresta-montage-icons {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.montage-icon-item {
  width: 100%;
  padding: 5rem 0;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.montage-icon-item:nth-child(even) {
  background: var(--custom-background);
}

.montage-icon-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.montage-icon-content.reverse {
  flex-direction: row-reverse;
}

.montage-icon-content img {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  object-fit: contain;
  background: var(--custom-secondary);
  border-radius: 8%;
  padding: 1.5rem;
  transition: transform 0.4s ease;
}

.montage-icon-content:hover img {
  transform: scale(1.05);
}

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

.montage-text h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--custom-primary);
  margin-bottom: 0.75rem;
}

.montage-text p {
  color: var(--custom-text);
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.9;
}

/* === STEPS === */
.foresta-montage-steps {
  background: #fefefe!important;
  width: 100%;
  padding: 5rem 2rem;
}

.foresta-montage-steps .content {
  max-width: 1000px;
  margin: 0 auto;
}
.foresta-montage-steps .content h2 {
  margin-bottom: 2rem;
}

.steps .step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.step-number {
  background: var(--custom-secondary);
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 1rem;
}

.step-content h3 {
  margin: 0 0 0.5rem;
  color: var(--custom-primary);
}

/* === DETAILS === */
.foresta-montage-details {
  background: #fff;
  width: 100%;
  padding: 5rem 2rem;
}

.foresta-montage-details .content {
  max-width: 1000px;
  margin: 0 auto;
}

/* === COMMITMENT CTA === */
.foresta-montage-commitment {
  background: var(--custom-secondary);
  color: #fff;
  text-align: center;
  padding: 6rem 2rem;
}

.foresta-montage-commitment h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.foresta-montage-commitment p {
  max-width: 750px;
  margin: 0 auto 2rem;
  font-size: 1.1rem;
}

.foresta-montage-commitment .btn-montage-cta {
  margin-top: 1.5rem;
}

/* === FAQ === */
.foresta-montage-faq {
  background: var(--custom-background);
  width: 100%;
  padding: 5rem 2rem;
}

.foresta-montage-faq .content {
  max-width: 1000px;
  margin: 0 auto;
}

.foresta-montage-faq details {
  background: #fff;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #ddd;
}

.foresta-montage-faq summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--custom-primary);
}

.foresta-montage-faq summary::marker {
  color: var(--custom-secondary);
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .montage-icon-content {
    flex-direction: column !important;
    text-align: center;
    gap: 2rem;
  }

  .montage-icon-content img {
    width: 80px;
    height: 80px;
  }

  .montage-text {
    max-width: 90%;
  }

  .foresta-montage-hero h1 {
    font-size: 2rem;
  }

  .foresta-montage-hero p {
    font-size: 1rem;
  }
}

/* ------------------------------------------
   PAGE : SERVICE CLIENT
------------------------------------------- */
/* === HERO === */
.contact-hero {
  background-image: url('../images/contact.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 16%;
  color: #222;
  text-align: center;
  padding: 6rem 2rem 4rem;
}
.contact-hero-content {
  max-width: 800px;
  margin: 0 auto;
}
.contact-hero h1 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.contact-hero p {
  font-size: 1.2rem;
  opacity: 0.9;
  line-height: 1.6;
}
/* === BENEFICES === */
.contact-benefits {
  background: #fff;
  padding: 5rem 2rem;
  text-align: center;
}
.contact-benefits h2 {
  color: var(--foresta-primary);
  font-size: 2rem;
  margin-bottom: 3rem;
}
.benefits-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
}
.benefit-item {
  background: #fafafa;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s;
}
.benefit-item:hover {
  transform: translateY(-5px);
}
.benefit-item img {
  width: 50px;
  height: 50px;
  margin-bottom: 1rem;
}
.benefit-item h3 {
  color: var(--custom-primary);
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

/* === CTA === */
.contact-cta {
  background: var(--custom-primary);
  color: #fff;
  text-align: center;
  padding: 4rem 2rem;
}
.contact-cta h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: var(--custom-background);
}
.contact-cta p {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}
/*Responsive*/
@media (max-width: 640px) {
  .contact-hero {
    background:#97bebf;
  }
}

/* ------------------------------------------
   SECTION : BENTO DE CRÉATIONS FORESTA
------------------------------------------- */

/* .bento-section {
  background-color: var(--custom-background);
  padding: 100px 20px;
  text-align: center;
}

.bento-container {
  max-width: 1300px;
  margin: 0 auto;
}

.bento-header {
  margin-bottom: 60px;
}

.bento-title {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--custom-primary);
  margin-bottom: 10px;
}

.bento-subtitle {
  font-size: 1.1rem;
  color: var(--custom-text);
  opacity: 0.85;
  max-width: 700px;
  margin: 0 auto;
} */

/* --- Grille Bento --- */
/* .bento-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 180px;
  gap: 16px;
  margin-bottom: 60px;
}

.bento-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.bento-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.bento-item:hover img {
  transform: scale(1.05);
  filter: brightness(0.9);
} */

/* --- Variantes pour le layout --- */
/* .bento-item.large {
  grid-column: span 3;
  grid-row: span 2;
}

.bento-item.tall {
  grid-column: span 2;
  grid-row: span 2;
}

.bento-item.wide {
  grid-column: span 4;
} */

/* --- CTA --- */
/* .btn-bento {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  background-color: var(--custom-secondary);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn-bento:hover {
  background-color: var(--custom-primary);
} */

/* --- Responsive --- */
@media (max-width: 1024px) {
  .bento-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 150px;
  }
  .bento-item.large {
    grid-column: span 4;
    grid-row: span 2;
  }
  .bento-item.tall {
    grid-column: span 2;
  }
  .bento-item.wide {
    grid-column: span 4;
  }
}

@media (max-width: 640px) {
  .bento-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 140px;
  }
  .bento-item.large,
  .bento-item.tall,
  .bento-item.wide {
    grid-column: span 2;
    grid-row: span 1;
  }
  .bento-section {
    padding: 60px 16px;
  }
  .bento-title {
    font-size: 1.6rem;
  }
}


/* ------------------------------------------
   BOX : GALERIE UGC
------------------------------------------- */
/* === Foresta UGC Bento === */
.foresta-ugc-bento {
  width: 100%;
  background: var(--custom-background);
  color: var(--custom-text);
  padding-top: 0.5rem;
  padding-bottom: 80px;
  overflow: hidden;
}

.ugc-bento-container {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}

.ugc-bento-header {
  margin-bottom: 3rem;
}

.ugc-bento-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--custom-primary);
  margin-bottom: 0.5rem;
}

.ugc-bento-header h2 span {
  color: var(--custom-accent);
}

.ugc-bento-header p {
  font-size: 1.1rem;
  line-height: 1.8;
  opacity: 0.85;
  max-width: 750px;
  margin: 0 auto;
}

/* === Grille Bento === */
.ugc-bento-grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.ugc-bento-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1.5rem;
  align-items: stretch;
  height: 320px;
}

.ugc-bento-row.reverse {
  grid-template-columns: 2fr 1fr;
}

.ugc-bento-item {
  position: relative;
  overflow: hidden;
  border-radius: 0.5em;
  background: var(--custom-secondary);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.ugc-bento-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.ugc-bento-item:hover img {
  transform: scale(1.05);
}

.ugc-bento-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* === CTA === */
.ugc-bento-cta {
  margin-top: 3rem;
}

.ugc-bento-button {
  background: var(--custom-primary);
  color: #fff;
  padding: 1rem 2.5rem;
  border-radius: 2rem;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.ugc-bento-button:hover {
  background: var(--custom-accent);
  transform: translateY(-2px);
}

/* === Responsive === */
@media (max-width: 1024px) {
  .ugc-bento-row,
  .ugc-bento-row.reverse {
    grid-template-columns: 1fr 1fr; 
  }
}

@media (max-width: 768px) {
  .ugc-bento-header h2 {
    font-size: 1.7rem;
  }

  .ugc-bento-header p {
    font-size: 1rem;
  }

  .ugc-bento-row,
  .ugc-bento-row.reverse {
    grid-template-columns: 1fr;
    height: auto;
  }

  .ugc-bento-item {
    height: 280px;
  }
}

/* =========================================================
   PAGE : SERVICE APRÈS-VENTE - Foresta Light Premium
   ========================================================= */

/* === HERO === */
.foresta-sav-hero {
  background-image: url('/images/uploads/format-webp/sav-wood.webp');
  background-position: 50%;
  color: #fff;
  text-align: center;
  padding: 6rem 2rem 5rem;
  position: relative;
  overflow: hidden;
}

.foresta-sav-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 40%, rgba(255,255,255,0.08), transparent 60%);
}

.foresta-sav-hero-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto;
}

.foresta-sav-hero h1 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
}

.foresta-sav-hero p {
  font-size: 1.25rem;
  opacity: 0.9;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 650px;
}

/* === SECTION PRINCIPALE === */
.foresta-sav-section {
  background: #f9faf9;
  padding: 6rem 2rem;
}

.foresta-sav-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* === INTRO === */
.foresta-sav-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 4rem;
}

.foresta-sav-intro p {
  font-size: 1.1rem;
  color: #444;
  line-height: 1.8;
}

/* === LISTE HORIZONTALE === */
.foresta-sav-horizontal-list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.foresta-sav-item {
  background: #fff;
  display: flex;
  align-items: center;
  gap: 2rem;
  border-radius: 1rem;
  padding: 2rem 2.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.foresta-sav-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
}

.foresta-sav-item img {
  width: 64px;
  height: 64px;
  background: var(--custom-secondary);
  border-radius: 12px;
  padding: 0.9rem;
  flex-shrink: 0;
}

.foresta-sav-item-text h3 {
  color: var(--foresta-primary);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.foresta-sav-item-text p {
  color: #555;
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 750px;
}

.foresta-sav-item-text a {
  color: var(--foresta-secondary);
  text-decoration: none;
  font-weight: 500;
}

.foresta-sav-item-text a:hover {
  text-decoration: underline;
}

/* === CTA === */
.foresta-sav-cta {
  text-align: center;
  margin-top: 5rem;
  padding-top: 3rem;
  border-top: 1px solid #e2e8e2;
}

.foresta-sav-cta h2 {
  color: var(--foresta-primary);
  font-size: 1.9rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.foresta-sav-cta p {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 2rem;
  line-height: 1.7;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.foresta-sav-btn {
  background: var(--custom-accent);
  color: var(--custom-text);
  padding: 1rem 2.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 1.05rem;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.foresta-sav-btn:hover {
  background: var(--foresta-accent);
  transform: translateY(-2px);
}

/* === RESPONSIVE DESIGN === */
@media (max-width: 1024px) {
  .foresta-sav-item {
    padding: 1.8rem;
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .foresta-sav-hero {
    padding: 4.5rem 1.5rem;
  }

  .foresta-sav-hero h1 {
    font-size: 2rem;
  }

  .foresta-sav-hero p {
    font-size: 1.05rem;
  }

  .foresta-sav-item {
    flex-direction: column;
    text-align: center;
    padding: 2rem 1.5rem;
  }

  .foresta-sav-item img {
    width: 50px;
    height: 50px;
  }

  .foresta-sav-item-text h3 {
    font-size: 1.2rem;
  }

  .foresta-sav-item-text p {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .foresta-sav-hero h1 {
    font-size: 1.75rem;
  }
  .foresta-sav-cta h2 {
    font-size: 1.5rem;
  }
  .foresta-sav-btn {
    font-size: 14px;
    padding: 0.5rem 1rem;
  }
}


/* ------------------------------------------
   PAGE : SUR-MESURE / CONFIGURATEUR FORESTA
------------------------------------------- */

/* === HERO INTRO === */
.foresta-surmesure-hero {
  position: relative;
  background-image: url('/images/uploads/format-webp/sur-mesure.webp');
  background-size: cover;
  background-position: center;
  color: #222;
  padding: 6rem 2rem 5rem;
  margin-bottom: 64px;
  overflow: hidden;
}

/* === OVERLAY global sur l’image === */
.foresta-surmesure-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.35); /* overlay blanc translucide */
  backdrop-filter: blur(2px); /* optionnel : flou léger */
  z-index: 1;
}

/* === CONTENU === */
.foresta-surmesure-hero-content {
  position: relative;
  z-index: 2; /* passe au-dessus de l’overlay */
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.foresta-surmesure-hero h1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.foresta-surmesure-hero p {
  font-size: 1.2rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.foresta-surmesure-btn {
  display: inline-block;
  color: var(--default-text-color);
  padding: 1rem 2.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  border: 0.5px solid var(--custom-accent);
  transition: all 0.3s ease;
}

.foresta-surmesure-btn:hover {
  background: var(--foresta-accent);
  color: var(--foresta-primary);
}

/* === Responsive === */
@media (max-width: 768px) {
  .foresta-surmesure-hero {
    padding: 4rem 1.5rem;
  }

  .foresta-surmesure-hero h1 {
    font-size: 2rem;
  }

  .foresta-surmesure-hero p {
    font-size: 1rem;
  }
}


/* ------------------------------------------
   PAGE : DEMANDE DEVIS
------------------------------------------- */
/* === HERO === */
.devis-hero {
  background-image: url('/images/uploads/format-webp/devis.webp');
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 6rem 2rem 5rem;
}
.devis-hero-content {
  max-width: 800px;
  margin: 0 auto;
}
.devis-hero h1 {
  font-size: 2.8rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
.devis-hero p {
  font-size: 1.2rem;
  opacity: 0.9;
  margin-bottom: 2rem;
  line-height: 1.6;
  color: var(--custom-text);
}
.devis-btn {
  background: var(--custom-primary);
  color: #fff;
  padding: 1rem 2.5rem;
  border-radius: 2rem;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}
.devis-btn:hover {
  background: var(--custom-btn-primary-bg);
}

/* === INTRO === */
.devis-intro {
  background: #fff;
  padding: 5rem 2rem;
  text-align: center;
}
.devis-intro-container {
  max-width: 900px;
  margin: 0 auto;
}
.devis-intro h2 {
  color: var(--foresta-primary);
  font-size: 2rem;
  margin-bottom: 1rem;
}
.devis-intro p {
  color: #555;
  line-height: 1.7;
  font-size: 1.1rem;
}

/* === PRODUITS === */
.devis-produits {
  background: #fafafa;
  padding: 5rem 2rem;
  text-align: center;
}
.devis-produits h2 {
  color: var(--foresta-primary);
  font-size: 2rem;
  margin-bottom: 2rem;
}
.devis-produits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto 3rem;
}
.devis-cta-center {
  text-align: center;
  
  color: #fefefe;
}
.devis-btn-secondary {
  background: transparent;
  border: 2px solid var(--foresta-secondary);
  color: var(--foresta-secondary);
  padding: 0.9rem 2rem;
  border-radius: 2rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.devis-btn-secondary:hover {
  background: var(--foresta-secondary);
  color: #fff;
}

/* === BENEFICES === */
.devis-benefits {
  background: #fff;
  padding: 5rem 2rem;
  text-align: center;
}

.devis-benefits h2 {
  color: var(--foresta-primary);
  font-size: 2rem;
  margin-bottom: 3rem;
  font-weight: 700;
}

/* Liste : une seule colonne centrée */
.benefits-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Cartes d'avantages */
.benefit-item {
  background: #fafafa;
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  text-align: center;
  max-width: 600px;
  width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

/* Icônes */
.benefit-item img {
  width: 50px;
  height: 50px;
  margin-bottom: 1rem;
}

/* Titres et texte */
.benefit-item h3 {
  color: var(--foresta-primary);
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}

.benefit-item p {
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}

/* === CTA FINALE === */
.devis-cta {
  background: var(--foresta-primary);
  color: #fff;
  text-align: center;
  padding: 5rem 2rem;
}
.devis-cta h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.devis-cta p {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

/* === RESPONSIVE === */
@media (max-width: 900px) {
  .devis-hero h1 {
    font-size: 2.2rem;
  }
  .devis-intro p {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .devis-benefits {
    padding: 4rem 1.5rem;
  }
  .benefit-item {
    padding: 1.8rem 1.2rem;
  }
  .benefit-item h3 {
    font-size: 1.15rem;
  }
  .benefit-item p {
    font-size: 0.95rem;
  }
}

/* === BOX LIVRAISON OFFERTE === */
.foresta-livraison-offerte-box {
  background: #d7cab9;
  color: #222;
  border-radius: 1rem;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin: 3rem auto;
  max-width: 900px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 8rem;
}

.foresta-livraison-offerte-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}

.foresta-livraison-offerte-box img {
  width: 70px;
  height: 70px;
  background: var(--custom-btn-primary-bg);
  border-radius: 0.5rem;
  padding: 0.8rem;
}

.livraison-offerte-content h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}

.livraison-offerte-content p {
  font-size: 1.05rem;
  line-height: 1.5;
  opacity: 0.95;
}

@media (max-width: 768px) {
  .foresta-livraison-offerte-box {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
  }
  .foresta-livraison-offerte-box img {
    width: 60px;
    height: 60px;
  }
  .livraison-offerte-content h3 {
    font-size: 1.2rem;
  }
}


/* === CONFIGURATEUR === */
 /* .foresta-configurateur-section {
  background: var(--foresta-bg);
  padding: 2rem 2rem;
  text-align: center;
}

.foresta-configurateur-container {
  max-width: 1140px;
  margin: 0 auto;
  background: #fff;
  border-radius: var(--foresta-radius);
  padding: 3rem;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.foresta-configurateur-container h2 {
  font-size: 2.1rem;
  color: var(--foresta-primary);
  font-weight: 700;
  margin-bottom: 1rem;
}

.foresta-configurateur-container p {
  color: var(--foresta-text);
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.foresta-config-step {
  background: #f5f7f5;
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 2rem;
  text-align: left;
}

.foresta-config-step .opt_title {
  color: var(--foresta-primary);
  font-weight: 600;
  margin-bottom: 1rem;
}  */

/* === REASSURANCE SECTION === */
.foresta-surmesure-reassurance {
  background: #fff;
  padding: 2rem 2rem;
}

.foresta-surmesure-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.foresta-surmesure-container h2 {
  font-size: 2.2rem;
  color: var(--foresta-primary);
  font-weight: 700;
  margin-bottom: 1rem;
}

.foresta-surmesure-subtext {
  color: var(--foresta-muted);
  font-size: 1.1rem;
  margin-bottom: 3.5rem;
}

/* === GRILLE D'AVANTAGES === */
.foresta-surmesure-horizontal-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-bottom: 4rem;
}

.foresta-surmesure-item {
  background: var(--foresta-bg);
  border-radius: var(--foresta-radius);
  padding: 2rem;
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}

.foresta-surmesure-item:hover {
  transform: translateY(-6px);
  background: #fff;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.foresta-surmesure-item img {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: #eef3ef;
  padding: 0.7rem;
  flex-shrink: 0;
}

.foresta-surmesure-item-text h3 {
  color: var(--foresta-primary);
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
}

.foresta-surmesure-item-text p {
  color: var(--foresta-text);
  line-height: 1.6;
  font-size: 1rem;
}

/* === CTA FINAL === */
.foresta-surmesure-cta {
  text-align: center;
  margin-top: 3rem;
}

.foresta-surmesure-cta .foresta-surmesure-btn {
  font-size: 1.1rem;
  padding: 1rem 2.8rem;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .foresta-configurateur-container {
    padding: 2rem;
  }

  .foresta-surmesure-item {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .foresta-surmesure-item img {
    width: 50px;
    height: 50px;
  }

  .foresta-surmesure-item-text h3 {
    font-size: 1.15rem;
  }

  .foresta-surmesure-hero h1 {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .foresta-surmesure-hero {
    padding: 4rem 1.5rem;
  }

  .foresta-surmesure-hero h1 {
    font-size: 2rem;
  }

  .foresta-surmesure-hero p {
    font-size: 1rem;
  }

  .foresta-surmesure-horizontal-list {
    grid-template-columns: 1fr;
  }

  .foresta-configurateur-container {
    padding: 1.5rem;
  }

  .foresta-configurateur-container h2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .foresta-surmesure-btn {
    width: 100%;
    padding: 1rem;
  }

  .foresta-surmesure-item {
    padding: 1.5rem;
  }
}


/* ------------------------------------------
   PAGE : EXPERTISE FORESTA
------------------------------------------- */

/* === HERO === */
.foresta-expertise-hero {
  background: url("/images/uploads/format-webp/pergola-sav-1.webp") center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 6rem 2rem;
  position: relative;
}

.foresta-expertise-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.foresta-expertise-hero-content {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
  z-index: 2;
}

.foresta-expertise-hero h1 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff!important;
}

.foresta-expertise-hero h1 span {
  color: #caa270;
}

.foresta-expertise-hero p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.foresta-expertise-btn {
  background: var(--custom-btn-primary-bg);
  color: #fff!important;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.foresta-expertise-btn:hover {
  background: var(--foresta-accent);
}

/* === SECTION PRINCIPALE === */
.foresta-expertise-section {
  background: #fafafa;
  padding: 6rem 2rem;
}

.foresta-expertise-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* === INTRO === */
.foresta-expertise-intro {
  text-align: center;
  margin-bottom: 3rem;
}

.foresta-expertise-intro h2 {
  color: var(--foresta-primary);
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.foresta-expertise-intro p {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* === ENCARDS === */
.foresta-expertise-horizontal-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.foresta-expertise-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  padding: 1.8rem 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.foresta-expertise-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.foresta-expertise-item img {
  width: 50px;
  height: 50px;
  background: var(--custom-secondary);
  border-radius: 12px;
  padding: 0.5rem;
}

.foresta-expertise-item-text h3 {
  color: var(--foresta-primary);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.foresta-expertise-item-text p {
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}

/* === CTA FINALE === */
.foresta-expertise-cta {
  text-align: center;
  margin-top: 4rem;
}

.foresta-expertise-cta h2 {
  color: var(--foresta-primary);
  font-size: 2rem;
  margin-bottom: 1rem;
}

.foresta-expertise-cta p {
  color: #444;
  margin-bottom: 2rem;
}

.foresta-expertise-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.foresta-expertise-btn.secondary {
  background: var(--custom-accent);
  color: var(--custom-text);
}

.foresta-expertise-btn.secondary:hover {
  background: var(--custom-btn-secondary-hover-bg);
  color: var(--custom-text)!important;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .foresta-expertise-item {
    flex-direction: column;
    text-align: center;
  }

  .foresta-expertise-hero h1 {
    font-size: 2rem;
  }

  .foresta-expertise-hero p {
    font-size: 1rem;
  }

  .foresta-expertise-intro h2 {
    font-size: 1.8rem;
  }
}

/* ------------------------------------------
   BOX :  BOX-CHECKOUT-PAYMENT
------------------------------------------- */
#box-checkout-payment > div > label.option.btn.btn-default.btn-block.active {
   color: #4d4d4d!important;
}

#box-checkout-shipping .option.active, #box-checkout-payment .option.active {
    background: #0096883d;
}

#box-checkout-payment > div > label.option.btn.btn-default.btn-block.active > div.header.row > div.col-xs-10.text-start > div.title {
  color: var(--custom-btn-primary-bg);
}

#box-checkout-payment > div > label.option.btn.btn-default.btn-block.active > div.header.row > div.col-xs-10.text-start > div.price {
  color: var(--custom-btn-primary-hover);
}

#box-checkout-payment > div > label {
  color: #4d4d4d!important;
}

#box-checkout-payment > div > label > div.header.row > div.col-xs-2.thumbnail {
  background-color: transparent;
}

/*Flasher*/
#box-checkout-customer button[type=submit]:not([disabled]) {
  font-weight: bold;
  color: #fefefe;
  animation: flasher 1s linear infinite;
}
/* ------------------------------------------
   BOX :  BOX-CHECKOUT-CUSTOMER
------------------------------------------- */
#box-checkout #box-checkout-customer {
  text-align: left!important;
}

/* ===========================================
   FORESTA BLACK NOVEMBER PAGE
   =========================================== */

.bn-page {
  background-color: #0d0d0d;
  color: #fff;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

/* ===== CONTAINERS ===== */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===== HERO ===== */
.bn-hero {
  position: relative;
  background: url('/images/uploads/format-webp/black-november') right center no-repeat;
  background-size: 30%;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding: 96px 24px;
}

.bn-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.bn-hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.bn-badge {
  display: inline-block;
  
  color: #fefefe;
  font-weight: 700;
  font-size: 14px;
  padding: 0px 12px;
  border-radius: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.bn-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
  color: #f2f2f2!important;
}

.bn-subtitle {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 24px;
  opacity: 0.9;
}

/* ===== BOUTONS ===== */
.bn-btn {
  display: inline-block;
  border-radius: 8px;
  padding: 12px 32px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.bn-btn-primary {
  background: #ff364d;
  color: #fff;
}

.bn-btn-primary:hover {
  background: #fefefe;
  color: #000;
  text-decoration: none!important;
}

/* ===== PRODUITS ===== */
.bn-products {
  padding: 96px 0 64px;
  text-align: center;
}

.bn-section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #f2f2f2!important;
}

.bn-section-subtitle {
  font-size: 18px;
  opacity: 0.85;
  margin-bottom: 48px;
}

/* ===== RASSURANCE ===== */
.bn-reassurance {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  padding: 64px 0;
  text-align: center;
}

.bn-reassurance-item {
  flex: 1 1 280px;
  max-width: 320px;
}

.bn-reassurance-item img {
  width: 64px;
  margin-bottom: 16px;
}

.bn-reassurance-item h3 {
  font-size: 20px;
  color: #caa270;
  margin-bottom: 8px;
}

.bn-reassurance-item p {
  font-size: 16px;
  opacity: 0.85;
}

/* ===== GALERIE ===== */
.bn-gallery {
  padding: 80px 0;
  text-align: center;
}

.bn-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.bn-gallery-grid img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.bn-gallery-grid img:hover {
  transform: scale(1.02);
}

/* ===== CTA FINALE ===== */
.bn-final-cta {
  background: linear-gradient(to bottom right, #111, #1a1a1a);
  text-align: center;
  padding: 96px 24px;
}

.bn-final-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #f2f2f2!important;
}

.bn-final-content p {
  font-size: 18px;
  opacity: 0.9;
  margin-bottom: 32px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .bn-title {
    font-size: 28px;
  }
  .bn-subtitle {
    font-size: 16px;
  }
  .bn-gallery {
    padding: 64px 0;
  }
  .bn-reassurance {
    gap: 24px;
  }
}
