/*
Theme Name: Planchet
Template: generatepress
Version: 1.0.0
Description: Custom theme for L Entrepreneur Averti
*/

body { font-weight: 400; }

.search-field {
  border: 1px solid #D1E7E4;
  background: #EDF6F9;
  padding: 10px 16px;
  border-radius: 4px;
  font-family: inherit;
}
.search-field:focus {
  border-color: #006D77;
  outline: none;
}
body .search-form .search-submit {
  background-color: #006D77;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 4px;
  font-family: inherit;
}
body .search-form .search-submit:hover {
  background-color: #006D77cc;
}

/* contact-form-button-palette-fix 2026-05-22 — wpforms */
body button.wpforms-submit {
  background-color: #006D77 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 4px !important;
  cursor: pointer !important;
}
body button.wpforms-submit:hover {
  filter: brightness(0.88) !important;
}


/* Inside-nav before content (mobile) */
@media (max-width: 768px) {
  #mobile-header .inside-navigation,
  #site-navigation .inside-navigation { position: relative; }
  #mobile-header .inside-navigation::before,
  #site-navigation .inside-navigation::before {
    content: "L'essentiel pour les entreprises suisses romandes : stratégie, droit des affaires et croissance numérique";
    font-style: italic;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    color: #57534E;
    max-width: 250px;
    line-height: 1.25;
    white-space: normal;
    pointer-events: none;
  }
}
