/*
Theme Name: Cime Alpine
Template: generatepress
Version: 1.0.0
Description: Custom theme for Le Stratège Indépendant
*/

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

/* Ligne éditoriale mobile visible */
@media (max-width: 767px) {
  .inside-navigation::before {
    content: "L'essentiel pour les entreprises suisses : stratégie, croissance, et transformation numérique ancrées dans la réalité helvétique";
    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: #006D77 !important;
  color: #ffffff !important;
}
body button.wpforms-submit:hover,
body .wpcf7-submit:hover,
body .ff-btn-submit:hover {
  filter: brightness(0.88) !important;
}

/* Search submit override — scoped to avoid GP dynamic CSS conflict */
body .search-form .search-submit,
body .wp-block-search__button {
  background-color: #006D77 !important;
  color: #ffffff !important;
}

/* Sidebar left layout adjustments */
.site-main {
  order: 2;
}
.widget-area {
  order: 1;
}
