/* ============================================
   OVERRIDE COMPLET POUR LE FORMULAIRE DANS LE BANNER
   Force la transparence totale ET la largeur
   ============================================ */

/* Conteneur principal - FORCER LA LARGEUR */
.banner-search-form {
    max-width: 950px !important;
    width: 90% !important;
}

.banner-search-form,
.banner-search-form *:not(.search-form-grid):not(.search-form-grid *) {
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
}

/* Search box */
.banner-search-form .search-box,
.banner-search-form .search-box-archive {
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
}

/* Pseudo-éléments */
.banner-search-form .search-box::before,
.banner-search-form .search-box::after,
.banner-search-form .search-box-archive::before,
.banner-search-form .search-box-archive::after,
.banner-search-form::before,
.banner-search-form::after {
    display: none !important;
    content: none !important;
}

/* Zone des onglets */
.banner-search-form .search-tabs {
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
}

/* STYLE DES ONGLETS - IDENTIQUE À LA PAGE D'ACCUEIL */
.banner-search-form .search-tab {
    padding: 12px 28px !important;
    background: rgba(255, 255, 255, 0.2) !important;
    border: 2px solid rgba(255,255,255,0.3) !important;
    border-radius: 8px 8px 0 0 !important;
    color: rgba(255,255,255,0.8) !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    border-bottom: none !important;
}

.banner-search-form .search-tab.active {
    background: var(--color-white) !important;
    color: #FF0080 !important;
    border-color: var(--color-white) !important;
}

.banner-search-form .search-tab:not(.active) {
    background: rgba(255, 255, 255, 0.2) !important;
    color: rgba(255,255,255,0.8) !important;
}

.banner-search-form .search-tab:hover:not(.active) {
    background: rgba(255, 255, 255, 0.3) !important;
}

/* Formulaire blanc - SEUL élément avec fond */
.banner-search-form .search-form-grid {
    background: white !important;
    background-color: white !important;
}
