.Facet
	{
	margin-left : 5%;
	padding-bottom : 10px;

	display : flex;
	flex-direction : column;
	
	width:30%;
	}

.FacetTitle
	{
	margin-bottom : 6px;

	font-family : Roboto, Arial, Helvetica, Verdana, sans-serif;
	
	
	/*
		Modifié par KM le 11/02/2025
		
		demande de AD04
	
	font-size : 1.6em;
    font-weight : 500;
	*/
	font-size:1em;
	font-weight:400;
	
	
	color : #11568b;
	}

.FacetTitleBold
	{
	margin-bottom : 6px;

	font-family : "Roboto", Arial, Helvetica, Verdana, sans-serif;
	
	
	/*
		Modifié par KM le 11/02/2025
		
		demande de AD04
	
	font-size : 1.8em;
	*/
	font-size:1.4em;
	
	
    font-weight : 700;
	color : #11568b;
	}

.FacetSort
	{
	margin-bottom : 20px;
	width : 95%;
	max-width:260px;
	}

.FacetList
	{
	margin-bottom : 20px;
	width : 95%;
	max-width:260px;
	}

.FacetList select
	{
	width : 260px;
	}

.FacetFilter
	{
	width : 260px;
	text-align : right;

	font-family : "Roboto", Arial, Helvetica, Verdana, sans-serif;
	font-size : 1.0em;
      font-weight : 500;
	color : #007bb0;

	cursor : pointer;
	}

.FacetFilter:hover
	{
	text-decoration : underline;
	}

.ResultSearch
	{
	display:flex;
	flex-direction:row;
	}

/* Smartphone */
@media only screen and (max-width:480px)
	{
	.Facet
		{
		/* display:none */
		width:100%;
		}
		
	.ResultSearch 
		{
		flex-direction:column;
		}
	}
	

/*
	Ajouté par KM le 26/02/2025

	demande de AD04
*/
/*	Tablet	*/
@media only screen and (min-width:481px) and (max-width:1024px)
	{
	.FacetFilter
		{
		text-align:left;
		}
	}