.Footer
	{
	width : 100%;
	
	
	/*
		Modifié par KM le 17/11/2025
		
		demande de Mme Pluvieux
	
	min-height : 250px;
	*/
	
	
	padding : 40px 0px 20px 0px;
	margin-top : 80px;
	
	align-items : top;
	justify-content : center;
	
	border-top : solid 1px #e2e2e2;
		
	font : normal 14px Calibri;
	color : #434343;
	line-height : 1.5;
	}

.FooterColumn
	{
	max-width : 200px;
	align-items : top;
	
	
	/*
		Modifié par KM le 04/11/2025
		
		refonte du portail crcv
	
	margin : 0px 30px 40px 30px;
	*/
	margin : 0px 30px 10px 30px;
	
	
	padding-left : 10px;
	}
	
.FooterLink
	{
	margin-bottom : 20px;
	
	max-height : 20px;
	padding : 8px 15px 6px 15px;
	
	text-decoration : none;
	
	
	/*
		Modifié par KM le 17/11/2025
		
		demande de Mme Pluvieux
	
	font : normal 14px Calibri;
	*/
	font: normal 14px Montserrat,Calibri,sans-serif;
	
	
	color : #434343;
	
	cursor : pointer;
	}
	
.FooterLink:hover
	{
	background-color : #f8f8f8;
	border-radius : 2px;
	}
	
.FooterMarginTop
	{
	margin-top : 20px;
	}
	
.FooterLogo
	{
	/*
		Modifié par KM le 04/11/2025
		
		refonte du portail crcv
		
		Modifié par KM le 30/09/2025
		
		CRCV : la largueur du logo passe à 120px
	
	width : 72px;
	width:120px;
	*/
	width:200px;
	
	height : auto;
	
	
	/*
		Modifié par KM le 02/12/2025
		
		demande de Mme Pluvieux
	
		Modifié par KM le 26/11/2025
		
		demande de Mme Pluvieux : descendre un petit peu
	
		Ajouté par KM le 17/11/2025
		
		demande de Mme Pluvieux
	
	margin-top:-35px;
	margin-top:-33px;
	*/
	margin-top:-32px;
	}
	
	
/*
	Ajouté par KM le 30/09/2025
	
	CRCV : bug hauteur footer
*/
div.FooterMarginTop    {
	height:20px;
}


/*
	AJouté par KM le 23/10/2025
	
	refonte du portail crcv
*/
.FooterLinkImg    {
	display: inline-block; /* ou block */
	max-height: none;      /* supprime la limite de 20px */
	padding: 0;            /* (optionnel) si tu veux que toute l'image soit cliquable sans bord */
	line-height: 0;
}


/*
	Ajouté par KM le 05/11/2025
	
	demande de Mme Pluvieux
*/
.FooterLinkImg img    {
	filter: brightness(0) saturate(100%);
}


.FooterLink img {
  display: block;        /* enlève l’espace de ligne sous l’image */
  height: auto;
  width: auto;           /* ou une largeur/hauteur si tu en veux */
}

.FooterIcones {
  flex-basis: 100%;       /* occupe toute la ligne */
  display: flex;
  justify-content: center;
}


	
/* Smartphone */
@media only screen and (max-width:480px)
	{
	.Footer
		{
		background-color : #f8f8f8;
		}
		
	.FooterColumn
		{
		max-width : 480px;
		width : 100%;
		padding : 0px;
		align-items : center;
		}
		
	.FooterList
		{
		align-items : center;
		}
	}
		
	
/* Tablet */
@media only screen and (min-width:481px) and (max-width:800px)
	{
	.FooterColumn
		{
		width : 100%;
		padding : 0px;
		align-items : center;
		}
	}
	