/*
Theme Name: FIAN Theme Clean
Theme URI: https://fian.top
Author: FIAN Inc.
Description: Thème personnalisé avec boutons verts corrects et langues bien alignées.
Version: 1.3
*/

body, main, .site-content, .entry-content {
  background: transparent !important;
}


html {
  scroll-behavior: smooth;
}


body {
  margin: 0;
  font-family: Arial, sans-serif;
}

/* ========== HEADER / FOOTER ========== */
header, footer {
  padding: 1rem 2rem;
}

/* ========== LANGUE ========== */
nav.lang-switcher a {
  margin: 0 4px;
  text-decoration: none;
  color: #000;
}

nav.lang-switcher a:hover {
  text-decoration: underline;
}

/* ========== BANNIÈRE ACCUEIL ========== */

.homepage-banner {
  background-image: url('images/fond-accueil.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* ✅ rend l’image fixe */
  height: 100vh;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}


/* ========== BOUTON NOTRE MÉTIER ========== */
.btn-notre-metier {
  background-color: transparent;
  border: 0px solid white;
  color: white;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-notre-metier:hover {
  background-color: transparent;
  color: white;
  font: underline;
}

/* ========== SECTION WHAT WE DO ========== */

#what-we-do {
  background-color: #e6f1d8;
  color: #1e432e;
  padding: 5rem 2rem;
  text-align: center;
  max-width: 500px;      /* Limite la largeur à 900px */
  margin: 0 auto;        /* Centre horizontalement */

}

/* Supprimer tout fond autour venant de WordPress ou Bootstrap */
body,
main,
.site,
.site-content,
.entry-content,
.page,
#page,
.container {
  background: transparent !important;
  box-shadow: none !important;
}




/* ========== BOUTONS INVESTIR (FARMLAND + TIMBERLAND) ========== */
.invest-buttons {
  display: flex;
  margin-bottom: 0;
}

.invest-buttons a {
  display: block;
  flex: 1;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 1rem;
  transition: background-color 0.3s;
}

.bg-lightgreen {
  background-color: #e6f1d8;
  color: #000;
}

.bg-darkgreen {
  background-color: #1e432e;
  color: #fff;
}

.invest-buttons a:hover {
  filter: brightness(95%);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
  .invest-buttons {
    flex-direction: column;
  }
}

/* ========== TITRE DES PAGES FRAMLAND ========== */
.submenu-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}