<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*style search-box-header*/
#form_kesearch_searchfield #tx-indexedsearch-searchbox-sword_searchbox {
    border: none;

    color: #555555;

    padding: 10px 13px;

    width: 300px;

    border-radius: 0;

    box-shadow: none;

    height: 44px;

    float: left;

}




.txindexedsearch .search_full_screen {

    margin-bottom: 50px;
    padding: 20px;
}

/*style formulaire searchbox*/
.txindexedsearch .search_full_screen form {
    margin: 0;
}

#tx_indexedsearch .form-group {
    padding: 0;
}

.txindexedsearch .search_full_screen #tx_indexedsearch fieldset.indexedsearch_searchbox+p {
    display: none;
}

#content #tx-indexedsearch-searchbox-sword {
    padding: 10px 13px;
    width: 300px;
    height: 44px;
    float: left;
    position: relative;
    top: auto;
}

#content .txindexedsearch input[type="text"],
#content .txindexedsearch select,
#content .txindexedsearch textarea {
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #555555;
}

#content .indexedsearchbox .input-group-btn {
    display: inline-block;
}

#content .search_full_screen #tx-indexedsearch-searchbox-button-submit {
    left: auto;
    top: auto;
    position: relative;
}

.search_full_screen #tx-indexedsearch-searchbox-button-submit {
    border: 0 none;
    color: #fff;
    font-size: 20px;
    height: 35px;
    left: 219px;
    padding: 3px 5px;
    position: absolute;
    top: 2px;
    width: 35px;
}

.search_full_screen #tx-indexedsearch-searchbox-button-submit {
    font-size: 17px;
    padding: 10px 16px;
    height: auto;
    width: auto;
}

/*style results search*/
 .result #indexedsearch_results .result-list-item {
    padding: 0 15px;
    margin: 0;
}

#indexedsearch_results .result-list-item {
    clear: both;
}

#content #indexedsearch_results .result-list-item .result-teaser {
    color: #4B5261;
}

#indexedsearch_results strong.tx-indexedsearch-redMarkup {
    color: red;
    background: none;
    padding: .2em;
} 

/*style btn show more*/
 #indexedsearch_results .result-list-item.result-list-item-type-page .show_more a {
    border-radius: 3px;
    border: none;
    background: #009aea;
    padding: 11px 48px;
    text-shadow: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.6px;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.result-list-item-type-page .show_more .btn:hover,
.result-list-item-type-page .show_more .btn:active {
    color: #ffffff;
    background: #0E52A0 !important;
    border: none;
    text-shadow: none;
    box-shadow: none;
}

.result #indexedsearch_results .result-list-item .show_more {
    margin-bottom: 20px;
}  

/*style date*/
 #indexedsearch_results .result-list-item.result-list-item-type-page .result-date {
    text-transform: capitalize;
} 

/* style pagination */
 .tx-indexedsearch-browsebox ul li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-right: none;
    display: inline-block;
    height: 47px;
    line-height: 47px;
    list-style: outside none none;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 47px;
    float: left;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#content .tx-indexedsearch-browsebox ul li.tx-indexedsearch-browselist-currentPage a {
    background: #009aea;
    color: #ffffff;
}

#content .tx-indexedsearch-browsebox ul li a {
    color: #4b5261;
    display: block;
    font-size: 16px;
    padding: 0;
    float: none;
    border: none;
    margin: 0;
    line-height: inherit;
    background: none;
    border-radius: 0;
}

.tx-indexedsearch-browsebox ul li:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

div.tx-indexedsearch-browsebox {
    display: inline-block;
    width: 100%;
}

ul.tx-indexedsearch-browsebox {
    border-top: medium none !important;
    margin-top: 15px;
    padding-left: 15px;
} </pre></body></html>