/*
Theme Name: plume-terrain
Template: generatepress
Version: 1.0.0
Description: Custom theme for L'Entrepreneur Pragmatique
*/

/* Présence signature sur mobile */
@media (max-width: 767px) {
  .inside-navigation::before {
    content: "Stratégie digitale sans prise de tête pour entrepreneurs en 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: #334155 !important;
  color: #ffffff !important;
}
body button.wpforms-submit:hover,
body .wpcf7-submit:hover,
body .ff-btn-submit:hover {
  filter: brightness(0.88) !important;
}

/* Self-hosted fonts: Raleway (headings) + Lora (body) */
@font-face {
  font-family: 'Raleway';
  src: url('assets/fonts/Raleway-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('assets/fonts/Raleway-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('assets/fonts/Lora-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('assets/fonts/Lora-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('assets/fonts/Lora-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Override GP parent body font-weight default */
body { font-weight: 400; }

/* Left sidebar width */
.left-sidebar .widget-area {
  width: 25%;
}

/* Blog section heading */
.blog-section-heading {
  font-family: 'Raleway', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #334155;
  margin: 0 0 1.5rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #334155;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Search button color — override GP form_button_background_color #666 */
body .search-form .search-submit {
  background-color: #334155;
  color: #fff;
  border-color: #334155;
}
