@media (max-width: 921px) {
    /* Rend le texte "Rechercher..." noir et opaque sur mobile et tablette */
    .ast-header-search .search-field::placeholder {
        color: #000000 !important;
        opacity: 1 !important; 
    }
}