/*
Theme Name: Brise Sol
Template: generatepress
Version: 1.0.0
Description: Custom theme for Batir Malin
*/

/* GP gap fixes below */

/* Ligne editoriale mobile visible */
@media (max-width: 767px) {
  .inside-navigation::before {
    content: "Comprendre les diagnostics immobiliers pour mieux renover et investir";
    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; }
}

body button.wpforms-submit,
body .wpcf7-submit,
body .ff-btn-submit {
  background-color: #1E293B !important;
  color: #ffffff !important;
}
body button.wpforms-submit:hover,
body .wpcf7-submit:hover,
body .ff-btn-submit:hover {
  filter: brightness(0.88) !important;
}

.search-field, .wp-block-search__input {
  border: 1px solid #CBD5E1; border-radius: 4px; padding: 8px 12px;
  font-family: inherit; font-size: 0.95em; width: 100%;
  background: #FFFFFF; color: #0F172A;
}
body .search-form .search-submit, body .search-form .wp-block-search__button {
  background: #1E293B; color: #fff; border: none; border-radius: 4px;
  padding: 8px 16px; font-family: inherit; font-size: 0.95em; cursor: pointer;
}
body .search-form .search-submit:hover, body .search-form .wp-block-search__button:hover { opacity: 0.85; }
body { font-weight: 400; }
