/*================================*/
/*|      SOLR CUSTOM - Begin     |*/
/*================================*/

.homepage .main .tx_solr.container{
	padding:0;
}

.homepage #tx-solr-search h3 {
    font-weight: 100;
    font-size: 19px;
	line-height:1.4;
    text-align: left;
}

.homepage #tx-solr-search h3 a{
    color: #ff7300;
    text-decoration: none;
}

.homepage #tx-solr-search .results-teaser p.result-content{
	font-size:13px;
	line-height:1.3;
}

.homepage #tx-solr-search .results-list .list-group-item.search-result .visuel-news{
	width:220px;
	height:165px;
	overflow:hidden;
}

.homepage .solrfacet{
	justify-content: flex-end;
}

.list-group{
	flex-direction:row;
	justify-content: flex-end;
	flex-wrap:wrap;
}

.list-group li.noStyle {
    list-style: none;
}

.list-group-item.facet-option{
	border:none;
}

ul.facet-option-list {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
	margin: 16px 0 7px;
}

ul.facet-option-list li {
    font-size: 22px;
    font-family: var(--fonttitle);
}

ul.facet-option-list li a{
    color: var(--third);
	padding:10px;
    background-color: var(--white);
    border-bottom: 5px var(--white) solid;
	text-decoration:none;
}

ul.facet-option-list li a:hover{
    border-bottom: 5px var(--darkprimary) solid;
}

ul.facet-option-list li a.active,.homepage ul.facet-option-list li a.active:hover{
    color: var(--white);
	padding:10px;
    background-color: var(--darkprimary);
    border-bottom: 5px var(--secondary) solid;
	text-decoration:none;
}

/* facets vues liste*/
.one-col .solrfacet{
	top: -120px;
    right: 0;
    position: absolute;
}

.one-col ul.facet-option-list li a{
	color: var(--darkprimary);
	padding:5px 10px;
}
.one-col ul.facet-option-list li a.active{
	color: var(--white);
}

.one-col ul.facet-option-list{
	    margin: 5px 0 7px;
}

/* vue liste actualités et dossiers solr*/
.one-col .list-group-item{
    position: relative;
    display: block;
    padding: 0.5rem ;
    text-decoration: none;
    background-color: transparent;
    border: none;
}

.one-col .list-group-item .newsdate-list{
	width: auto;
    background-color: var(--secondary);
    color: var(--white);
    font-weight: 700;
    margin-top: 0;
    padding: 4px 6px;
}

/* titre lien*/
.one-col .list-group-item h3{
	margin:15px 0;
    min-height: 63px;
    max-height: 63px;
    height: auto;
}


.one-col .list-group-item h3 a{
	font-size: 15px;
    text-transform: uppercase;
    color: var(--secondary);
    text-decoration: none;
    font-weight: 700;
    font-family: var(--fontprimary);
    font-style: initial;
    line-height: 1.4;
    padding: 0;
    margin-bottom: 0;
    text-align: left;
}

.one-col .list-group-item h3 a:hover{
	text-decoration:underline;
}

/* texte teaser */
.one-col .list-group-item a{
	text-decoration:none;
	color: var(--darkblack);
}

.one-col .list-group-item a:hover p{
	text-decoration:underline;
	color: var(--darkblack);
}

.one-col .list-group-item .results-teaser p.result-content{
    overflow-wrap: anywhere;
}

/* vue liste btn link lire la suite */
.one-col .list-group-item .showmore{
    display: flex;
    justify-content: flex-end;
}

.one-col .list-group-item .showmore a{
	font-size: 14px;
    color: var(--darkprimary);
    font-weight: 600;
    text-decoration: none;
}

.one-col .list-group-item .showmore a:after{
	content:'\f138';
	font-size:35px;
	color: var(--secondary);
	font-family: var(--fontAwesome);
    font-weight: 600;
	display:inline-block;
	padding-left:5px;
	vertical-align: middle;
}

.one-col .list-group-item .showmore a:hover{
    text-decoration: underline;
}

.one-col .list-group-item p.result-content {
    min-height: 90px;
    margin-bottom: 0;
}

.one-col .list-group-item .results-teaser {
    padding-bottom: 1rem;
}


@media (min-width:768px) {
	.one-col .solrfacet {
		top: -100px;
	}
}

