<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** Selection thÃ©matique ***/

.selection .panel {
    padding-bottom: 20px;
    margin: auto;
    height: auto;
}

.selection .panel-title {
    text-overflow: ellipsis;
    overflow: hidden;
    height: 30px;
}

#syrtis_search_selection {
    margin: 2rem auto;
}

#syrtis_search_selection h3 {
    text-align: center;
}

#syrtis_search_selection .panel.panel-default, #syrtis_search_selection .panel.panel-cataloging {
    border-color: #ddd;
}

#syrtis_search_selection .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

#syrtis_search_selection .panel-resultat &gt; .panel-heading, #syrtis_search_selection .layout-columns .panel-resultat &gt; .panel-heading-column {
    padding: 10px;
    min-height: 50px;
}

#syrtis_search_selection .panel-resultat&gt;.panel-heading {
    background: #eaeaea;
}

#syrtis_search_selection .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #3b3b3a;
}

.searchResult.selection .panel-resultat {
    border: 5px double!important;
}

.searchResult.selection.selected  {
    border-radius: 0;
}</pre></body></html>