/**
* @file
* The visual styles for Bartik's search form(s).
*/
.search-help-link {
    display: none;
}

.search-form {
    font-size: 1.5em;
}

.highlighted .search-form {
    position: relative;
    top: 40%;
}

.search-form .form-search {
    float: none; /* LTR */
    padding: 4px;
    background: #FFF;
    border: 0;
    height: 40px;
    /*margin: 10% 0 0 0;*/
    border-top-left-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
    width: 300px;
    margin: 0;
}

#block-communes-content .search-form .form-search {
    border: 1px solid #ccc;
    border-top-left-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
}

#block-communes-content .button.search-form__submit,
#block-communes-content .search-form__submit {
    height: 50px;
}


.button.search-form__submit,
.search-form__submit {
    /*background: #333333 url(../../loupe.svg) no-repeat center;*/
    height: 48px;
    margin-left: -15px;
    margin-right: 0;
    width: 45px;
    color: #FFF;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    display: inline;
}

#block-formulairederecherche #edit-actions input {
    margin: 0 0 0 -15px;
}

/*ul.sf-menu.sf-style-white li.sf-depth-1:last-child a {
    line-height: 9em;
    height: 14px;
    overflow: hidden;
    width: 30px;
}

ul.sf-menu.sf-style-white li.sf-depth-1:last-child a:before {
    content: " ";
    background: url(../../loupe_gd.svg) no-repeat center;
    background-size: 70%;
    width: 30px;
    height: 65px;
    position: absolute;
    top: 0;
}*/

@media all and (max-width: 768px) {
    .search-form {
        font-size: 1rem;
    }
}

