/* Agrandit le bouton “Rechercher” dans la zone de téléchargement */
#wpc-search-download-btn {
  font-size: 1.3rem !important;     /* Taille du texte */
  padding: 0.4em 1.3em !important;  /* Hauteur et largeur du bouton */
  border-radius: 4px !important;    /* Bords arrondis */
  cursor: pointer !important;       /* Pour l’effet main au survol */
  display: inline-block !important; /* Assure le padding horizontal */
	color: #003e51;
  background: #fed100;
  border: 2px solid #003e51;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

/* (Optionnel) agrandir aussi le champ texte */
#wpc-search-download-input {
  font-size: 1.0rem !important;
  padding: 0.6em 0.5em !important;
  border-radius: 4px !important;
  width: 100% !important;           /* ou un max-width: 300px; */
  box-sizing: border-box !important;
	color: #003e51;
	
}

