/* ===== BARRE DE RECHERCHE ===== */
#dgwt-wcas-search-input-1 {
    width: 700px;       /* change 400px to whatever width you want */
    max-width: 100%;    /* prevents it from overflowing on small screens */
    box-sizing: border-box; /* includes padding in width */
}