/*
Theme Name: Bureau Vert
Template: generatepress
Version: 1.0.0
Description: Custom theme for Indépendant PME
*/

/* GP gap fixes below — option-key-first, CSS only for gaps */

/* Ancrage identitaire mobile */
@media (max-width: 767px) {
  .inside-navigation::before {
    content: "Stratégies claires, résultats mesurables pour les entreprises en quête de croissance.";
    font-style: italic;
    position: absolute;
    left: var(--gap-small, 8px);
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: var(--text-color);
  }
  .inside-navigation { position: relative; }
}

/* Submit-button palette rule */
body button.wpforms-submit,
body .wpcf7-submit,
body .ff-btn-submit {
  background-color: #4D7C0F !important;
  color: #ffffff !important;
}
body button.wpforms-submit:hover,
body .wpcf7-submit:hover,
body .ff-btn-submit:hover {
  filter: brightness(0.88) !important;
}

/* Scroll-to-top button */
#scroll-to-top {
  background-color: #4D7C0F !important;
}

/* Mobile header: constrain logo image + right-align hamburger */
@media (max-width: 1024px) {
  /* Secondary nav links are in footer; hide the nav at mobile */
  nav#secondary-navigation {
    display: none !important;
  }
  #mobile-header .site-logo.mobile-header-logo img {
    max-width: 160px !important;
    max-height: 40px !important;
    width: auto !important;
    height: auto !important;
  }
  #mobile-header button.menu-toggle {
    margin-left: auto;
    display: block;
  }
}

/* Search button — palette primary (covers 404 + all templates) */
body .search-form .search-submit,
body .wp-block-search__button {
  background-color: #4D7C0F !important;
  color: #ffffff !important;
}
