/*
Theme Name: Gravier Sable
Template: generatepress
Version: 1.0.0
Description: Custom theme for Le Voyageur Épicurien
*/

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

/* Présence signature sur mobile */
@media (max-width: 767px) {
  .inside-navigation::before {
    content: "Carnets de voyages entre terroirs, saveurs rares et trésors automobiles oubliés";
    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: #B45309 !important;
  color: #ffffff !important;
}
body button.wpforms-submit:hover,
body .wpcf7-submit:hover,
body .ff-btn-submit:hover {
  filter: brightness(0.88) !important;
}

/* Section heading style */
.generate-section-heading {
  color: #B45309;
  font-weight: 700;
}

/* No sidebar — full content width */
.content-area {
  width: 100%;
}

/* GP centered-light footer */
.site-footer {
  text-align: center;
}

/* Body font weight correction (GP parent sets 300 on some builds) */
body {
  font-weight: 400;
}

/* Mobile hamburger at right edge */
@media (max-width: 1024px) {
  #mobile-header .inside-navigation { flex-wrap: nowrap; }
  #mobile-header .site-logo.mobile-header-logo { flex: 1; }
  #mobile-header button.menu-toggle { flex-grow: 0; margin-left: auto; }
}

/* Search button palette accent color */
.search-form .search-submit,
.wp-block-search__button {
  background-color: #B45309 !important;
  color: #ffffff !important;
}
