.Footer
	{
	width : 100%;
	border-top : 1px solid rgba(110, 126, 138, 0.2);
	padding-top : 30px;

	display : flex;
	flex-direction : row;

	font-family : "Roboto", Arial, Helvetica, Verdana, sans-serif;
	font-size : 0.9em;
      font-weight : 500;
	color : #a6b0b8;
	}

.FooterLogo
	{
	/*
		AjoutÃ© par KM le 17/02/2025

		demande de AD04
	*/
	padding-left:1%;
	}

.FooterMenu
	{
	display : flex;
	flex-direction : row;
	flex-grow : 1;
	align-items : center;
	justify-content : center;
	}

.FooterSeparator
	{
	padding-left : 8px;
	padding-right : 8px;
	}

.FooterLink
	{
	margin-left : 32px;
	margin-right : 32px;

	font-family : "Roboto", Arial, Helvetica, Verdana, sans-serif;
	font-size : 0.9em;
    
	
	/*
		Modifié par KM le 11/02/2025
		
		demande de AD04
	
	font-weight : 500;
	color : #a6b0b8;
	*/
	font-weight:400;
	color:#98a4ad;
	

	cursor : pointer;
	}

.FooterLink:hover
	{
	/*
		Modifié par KM le 11/02/2025
		
		demande de AD04
	
	color : #007bb0;
	*/
	color:#98a4ad;
	}
	
	
/* Smartphone */
@media only screen and (max-width:480px)
	{
	.FooterSeparator
		{
		display:none;
		}
		
	.Footer 
		{
		flex-direction:column;
		height:150px;
		
		line-height:2.5
		}
		
		
	/*
		Ajouté par KM le 12/02/2025
		
		mise en forme mobile
	*/
	.FooterMenu
	        {
	    flex-direction:column;
		align-items:start;
		justify-content:start;
		}

	/*
		AjoutÃ© par KM le 17/02/2025

		demande AD04
	*/
	.FooterLink
		{
		margin-left:0px;
		margin-right:0px;
		width:100%;
		text-align:center;
		}

	.FooterLogo
		{
		text-align:center;
		}
	}
		

/*
	AjoutÃ© par KM le 17/02/2025

	demande de AD04
*/
@media only screen and (min-width:481px) and (max-width:1024px)
	{
	.FooterLink
		{
		margin-left:0px;
		margin-right:0px;
		width:100%;
		text-align:center;
		}

	.FooterLogo
		{
		text-align:center;
		}
	}
