.tx-kesearch-pi1 {
    font-family: inherit!important;
}

.gRecherche-Form div.kesearchbox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    height: 2em;
    margin: 0 0 0 0;
}

.gRecherche-Form #ke_search_sword {
    position: relative;
    top: auto;
    width: 100%;
    padding: 0.5em;
}

.gRecherche-Form fieldset {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.gRecherche-Form #ke_search_sword {
    flex: 1;
    font-size: 1em;
}

.gRecherche-Form .gRecherche-Loupe {
    background-color: #095797;
    height: 1.4em;
    width: 1.4em;
    padding: 0.3em;
}

.gRecherche-Resultats-Entete {
    font-size: 1rem;
    display: flex;
    flex-direction: column;
}

.gRecherche-Resultats-Entete-Infos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    height: 2em;
    border-bottom: solid thin #223654;
}

.gRecherche-Resultats-Entete-Infos #kesearch_num_results {
    color: #223654;
}

.gRecherche-Resultats-Entete-Infos #gRecherche-Resultats-Num-Resultats-Page {
    display: none;
    visibility: hidden;
}

.gRecherche-Resultats-Entete-Tri {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 3em;
    border-bottom: solid thin #C5CaD2;
}

.gRecherche-Tri {
    display: flex;
    flex-direction: row;
    font-size: 0.8em;
}

.gRecherche-Tri-Titre {
    display: flex;
    align-items: center;
    margin-right: 1em;
}

.gRecherche-Tri select {
    font-size: 0.8em;
}

.gRecherche-Resultats-Liste .result-title a {
    color: #095797;
    font-weight: bold;
    text-decoration: none;
}

#kesearch_pagebrowser_top a,
#kesearch_pagebrowser_bottom a {
    padding: 0!important;
}

#kesearch_pagebrowser_bottom a.current {
    color: #223654!important;
}

.gRecherche-Pagination ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding-inline-start: 0;
}

.gRecherche-Pagination ul li {
    padding: 0 0.5em;
}

.gRecherche-Pagination ul li a {
    color: #223654;
    padding: 0;
    text-decoration: none;
}

.gRecherche-Pagination li .current {
    font-weight: bold;
}

.gRecherche-Pagination .gRecherche-Pagination-Icone {
    display: flex;
    background-image: url(../Icons/chevron.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 0.8em;
    width: 0.8em;
}

.gRecherche-Pagination .prev .gRecherche-Pagination-Icone {
    rotate: 180deg;
}
 
.gRecherche-Pagination-Texte {
    display: none;
}

/* Boite de recherche dans le header */
#boite-recherche #ke_search_sword {
    color: #223654;
    font-size: 1rem;
    border-radius: 0px;
}

#boite-recherche #ke_search_sword:focus {
    outline: 0.15rem solid #4a98d9 !important;
    border: 0.15rem solid #5b6476 !important;
}

/* Boîte de recherche dans la page de résultats des recherches */
.gRecherche-Form {
    margin-bottom: 2.5rem;
    margin-top: 1.5rem;
}

.gRecherche-Form input#ke_search_sword {
    color: #223654;
    font-size: 1rem;
    font-family: inherit;
    border-radius: 0px;
    border: 0.1rem solid #808A9D;
    box-sizing: border-box;
    padding: 0.45rem;
    height: 2.2rem;
}

.gRecherche-Form input#ke_search_sword:focus {
    outline: 0.15rem solid #4a98d9 !important;
    border: 0.15rem solid #5b6476 !important;
}

.gRecherche-Form .gRecherche-Loupe {
    width: 1.3rem;
    height: 1.3rem;
    padding: 0.45rem;
}

#uid40 h2 {
    display: none;
}

.gRecherche-Resultats-Entete-Infos {
    color: #223654;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.375rem;
    height: 1em;
}

/* Liste des résultats de recherche */
.gRecherche-Resultats-Liste #kesearch_results {
    margin-bottom: 2.5rem;
}

.gRecherche-Resultats-Liste #kesearch_results .result-list-item {
    border-bottom: 0.1rem solid #8893A2;
    padding-bottom: 1.5rem;
    margin-bottom: 0rem;
    margin-top: 1.25rem;
}

.gRecherche-Resultats-Liste #kesearch_results .result-list-item .result-title a {
    overflow: hidden;
    color: #095797;
    text-overflow: ellipsis;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
    text-decoration-line: none;
    width: 100%;
    display: inline-block;
}

.gRecherche-Resultats-Liste #kesearch_results .result-list-item .result-title a:hover {
    text-decoration-line: underline;
}

.gRecherche-Resultats-Liste #kesearch_results .result-list-item .result-title .hit {
    color: #095797;
    font-style: italic;
}

.gRecherche-Resultats-Liste #kesearch_results .result-list-item .result-number {
    display: none;
}

.gRecherche-Resultats-Liste #kesearch_results .result-list-item .result-teaser {
    overflow: hidden;
    color: #223654;
    text-overflow: ellipsis;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
    max-height: 3.5rem;
}

.gRecherche-Resultats-Liste #kesearch_results .result-list-item .result-teaser .hit {
    color: #223654;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.375rem;
}
.gRecherche-Resultats .gRecherche-Resultats-Liste .result-list-item .teaser_icon{
    display: none;
}

/* Liste déroulante de tri */
.gRecherche-Resultats-Entete-Tri .gRecherche-Tri .gRecherche-Tri-Titre {
    display: none;
}

.gRecherche-Resultats-Entete-Tri .gRecherche-Tri select#recherche-tri {
    padding: 0.5rem;
    color: #19406C;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0.03rem;
    border-radius: 0.125rem;
    border: 0.1rem solid #8893A2;
}

/* Pagination */
.gRecherche-Bas #kesearch_pagebrowser_bottom .gRecherche-Total-Pages .gRecherche-Pagination ul {
    display: flex;
    align-items: center;
    margin-top: 2.5rem;
}

/*********************************************************************************************************************/
/****************************************************************************************************** media 1024 ***/
/*********************************************************************************************************************/

@media (max-width: 1024px) {}

/*********************************************************************************************************************/
/******************************************************************************************************* media 640 ***/
/*********************************************************************************************************************/

@media (max-width: 640px) {

}