/*
Theme Name: Marbre Clair
Template: generatepress
Version: 1.0.0
Description: Custom theme for L'Entrepreneur Informé
*/

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

/* Repère visuel petits écrans */
@media (max-width: 767px) {
  .inside-navigation::before {
    content: "Stratégies digitales pour PME suisses romandes";
    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;
}

/* Body font weight — GP parent sets 300, override to 400 */
body {
  font-weight: 400;
}

/* Screen-reader H1 for posts-front homepage */
.sr-homepage-h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
}

/* Search form submit palette — 404 and sidebar */
body .search-form .search-submit,
body .search-form button[type="submit"],
body .search-form input[type="submit"] {
  background-color: #006D77 !important;
  color: #ffffff !important;
}
body .search-form .search-submit:hover,
body .search-form button[type="submit"]:hover,
body .search-form input[type="submit"]:hover {
  filter: brightness(0.88) !important;
}
