.Search
	{
	padding : 10px;
	
	
	padding-bottom : 60px;
	margin : 0 auto;
	margin-top:15px;
	margin-bottom:10px;
	
	
	/*
		Modifié par KM le 26/02/2025
		
		demande de AD04
	
	width : 99%;
	*/
	width:90%;
	
	
	max-width:750px;
	
	background-color:#ffffff;
	}

.SearchFieldLabel
	{
	flex-grow : 1;

	font-family : "Roboto", Arial, Helvetica, Verdana, sans-serif;
	
	
	/*
		Modifié par KM le 11/02/2025
		
		demande de AD04
		
	font-size : 1em;
	*/
	font-size:0.9em;
    
	
	font-weight : 400;
	color : #454c52;
	}
	
.SearchFieldContent 
	{
	display:flex;
	flex-direction:column;
	
	width:75%;
	}

.SearchFieldIcone
	{
	width : 32px;
	}

.SearchField
	{
	padding-bottom : 12px;
	width:100%;
	
	display:flex;
	flex-direction:row
	}
	
.SearchFieldMobile 
	{
	width : 25%;

	display:flex;
	flex-direction:row;
	}

.SearchFieldContent input
	{
	width : 99%;
	
	border-radius:5px;
	border: 1px solid #999999;
	}

.SearchFieldContent select
	{
	width : 99.5%;
	border-radius:5px;
	border: 1px solid #999999;
	}
	
.SearchFieldContent textarea
	{
	width : 99%;

	border-radius:5px;
	border: 1px solid #999999;
	}
	
.SearchFieldCombobox  
	{
	max-width:270px;
	}

.SearchFieldDate 
	{
	width:100%;
	max-width:450px;
	}
	
.SearchFieldDate input 
	{
	margin-left : 8px;
	margin-right : 8px;
	min-width : 140px;
	border-radius:5px;
	border: 1px solid #999999;
	}
	
	
/* Smartphone */
@media only screen and (max-width:480px)
	{
	.SearchField 
		{
		/*
			Modifié par KM le 11/02/2025
			
			mise en forme mobile
		
		flex-direction:column;
		*/
		flex-direction:row;
		width:100%;
		padding:10px 0px 10px 0px;
		}
		
	.SearchFieldContent 
		{
		/*
			Modifié par KM le 11/02/2025
			
			mise en forme mobile
		
		width:100%;
		*/
		width:85%;
		}
		
	.SearchFieldMobile 
		{
		/*
			Modifié par KM le 11/02/2025
			
			mise en forme mobile
		
		width:100%;
		*/
		width:152px;
		}
		
	.SearchFieldContent input, .SearchFieldContent textarea
		{
		/*
			Modifié par KM le 11/02/2025
			
			mise en forme mobile
		
		width : 99%;
		*/
		width:95%;
		border:1px solid #999;
		padding:0px;
		height:20px;
		}
		
	.SearchFieldContent select
		{
		width:99.5%;
		}
		
		
	/*
		Ajouté par KM le 11/02/2025
		
		mise en forme mobile
	*/
	.SearchFieldDate
	    {
	  flex-direction:column;
	  margin-left:0px;
	  }
	}
	


/*
	AjoutÃ© par KM le 17/02/2025

	demande de AD04
*/
/*	Tablet	*/
@media only screen and (min-width:481px) and (max-width:1024px)
	{
	.SearchField
		{
		flex-direction:row;
		width:100%;
		padding:10px 0px 10px 0px;
		}
	
	.SearchFieldContent
		{
		width:85%;
		}

	.SearchFieldMobile
		{
		width:152px;
		}

	.SearchFieldContent input, .SearchFieldContent textarea
		{
		width:95%;
		border:1px solid #999;
		padding:0px;
		height:20px;
		}

	.SearchFieldContent select
		{
		width:99.5%;
		}


	.SearchFieldDate
		{
		flex-direction:column;
		margin-left:0px;
		}
	}
