@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');

/* Menu principal */
.site-header a {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #e6b800 !important; /* jaune miel */
  text-transform: uppercase;
}

/* Hover menu */
.site-header a:hover {
  color: #c79f00 !important; /* miel plus foncé */
}

/* Mobile */
@media (max-width: 768px) {
  .site-header a {
    font-size: 16px;
  }
}
/* Police globale */
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
}

/* Titres */
h1, h2, h3, h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #2b2b2b;
}

/* H1 – Titre principal */
h1 {
  font-size: 56px;
  text-transform: uppercase;
}

/* H2 – Sections */
h2 {
  font-size: 36px;
}

/* H3 – Sous-sections */
h3 {
  font-size: 24px;
}
/* Taille du logo dans le header */
.site-logo img,
.custom-logo {
  max-height: 80px;
  width: auto;
}
@media (max-width: 768px) {
  .site-logo img,
  .custom-logo {
    max-height: 60px;
  }
}
/* Alignement vertical header */
.site-header {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Alignement menu */
.site-header nav {
  display: flex;
  align-items: center;
}
.site-logo {
  margin-left: 20px;
}
/* Sticky header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
}

/* Effet verre dépoli propre */
.site-header {
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: background 0.3s ease, backdrop-filter 0.3s ease;
}

/* Petite séparation élégante */
.site-header {
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
/* Bouton WPForms */
.wpforms-form button,
.wpforms-submit {
    background-color: #e6b800 !important;
    border: none !important;
    color: #ffffff !important;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 6px;
}

.wpforms-form button:hover,
.wpforms-submit:hover {
    background-color: #c79f00 !important;
}

/* Champs */
.wpforms-form input,
.wpforms-form textarea {
    border-radius: 6px !important;
    border: 1px solid #ddd !important;
    padding: 10px !important;
}

.wpforms-form input:focus,
.wpforms-form textarea:focus {
    border-color: #e6b800 !important;
    box-shadow: 0 0 0 2px rgba(230,184,0,0.15);
}

/* Section contact fond doux */
.https://apilupy.com/contact/ .elementor-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Carte formulaire */
.wpforms-form {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
}

/* Champs plus premium */
.wpforms-form input,
.wpforms-form textarea {
    border: 1px solid #e5e5e5 !important;
    border-radius: 8px !important;
    padding: 14px !important;
    font-size: 15px;
}

/* Focus chic */
.wpforms-form input:focus,
.wpforms-form textarea:focus {
    border-color: #e6b800 !important;
    box-shadow: 0 0 0 3px rgba(230,184,0,0.1);
}

/* Bouton plus haut de gamme */
.wpforms-submit {
    background: #e6b800 !important;
    padding: 14px 32px !important;
    border-radius: 8px !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: 0.3s ease;
}

.wpforms-submit:hover {
    background: #c79f00 !important;
    transform: translateY(-2px);
}
