Catégorie : Cinéma

} .search-form-custom { display: flex; gap: 10px; margin: auto; width: 50%; flex-direction: row; justify-content: center; align-items: center; } @media screen and (max-width: 1000px) { .search-form-custom { width: 100%; } } .search-form-custom .search-field { flex-grow: 1; padding: 10px; border: 1px solid #ccc; border-radius: 5px; } .search-form-custom .search-submit { background: var(--main-red); color: white; border: none; padding: 10px 20px; border-radius: 5px; cursor: pointer; font-weight: bold; } .search-form-custom .search-submit:hover { opacity: 0.9; } label.recherche { width: 100%; display: flex; align-items: center; gap: 1rem; } .search-form-custom .search-field { flex-grow: 1; padding: 10px; border: 1px solid #ccc; width: 50%; border-radius: 5px; }