#top_bar #formulaire_recherche {
    background-color: white;
}

#top_bar .header_recherche {
    display: none;
}

.lang strong {
    text-transform: uppercase;
    padding: 0.5em;
}

.lang a {
    text-transform: uppercase;
    padding: 0 0.5em;
    display: inline;
    z-index: 200;
}

.lang a:hover {
}

@media only screen and (min-width: 481px) {
    #top_bar .lang {
        display: table-cell;
        background-color: transparent;
    }
}

@media only screen and (min-width: 768px) {
    #top_bar .header_recherche {
        display: table-cell;
    }

    #top_bar .header_recherche {
        padding: 0 15px;
    }

    #top_bar .lang {
        padding: 0 0 0 15px;
    }
}

@media only screen and (min-width: 1025px) {
    #top_bar .header_recherche {
        display: table-cell;
    }
}
