.googleSuche #cse-search-box {
    display:none;
}
.googleSuche .consentGoogleSearch {
    position:relative;
    margin-bottom:15px;
}
.googleSuche .consentGoogleSearch input {
    background:#FFF !important;
}
.googleSuche .consentGoogleSearchTT {
    position:absolute;
    z-index:150;
    top:0;
    left:0;
    width:100%;
    background: rgb(245,245,245);
    border-radius:4px;
    box-shadow: 0 0 10px #666;
    padding:5px;
    display:none;
}

.consentGoogleSearchInfo .btn {
    margin-right:5px;
}