.Breadcrumb
	{
	width : 100%;
	align-items : center;
	
	
	/*
		Ajouté par KM le 16/10/2025
		
		refonte du portail
		
	border-top: solid 1px #e2e2e2;
	min-height : 30px;
	margin-bottom : 40px;
	*/
	

	/*
		Ajouté par KM le 04/11/2025
		
		refonte du portail crcv

	font : normal 14px Montserrat,Calibri,sans-serif;
	*/
	font : normal 16px Montserrat,Calibri,sans-serif;
	
	
	color : #434343;
	
	
	/*
		Ajouté par KM le 04/11/2025
		
		refonte du portail  crcv
	*/
	position: sticky;
	
	
	/*
		Modifié par KM le 01/12/2025
		
		bug remonté par Mme Pluvieux
	
		z-index:1000;
	*/
	z-index:50;
	
	
	
	/*
		Modifié par KM le 01/12/2025
		
		bug remonté par Mme Pluvieux
	
		Ajouté par KM le 17/11/2025
		
		demande de Mme Pluvieux
	
		top:203px;
		top:188px;
	*/
	top:186px;
	
	
	background-color:#fff;
	padding-top:20px;
	}
	

.BreadcrumbLink
	{
	max-height : 20px;
	padding : 8px 15px 6px 15px;
	
	
	/*
		Modfiié par KM le 17/11/2025
		
		demande de Mme Pluvieux
	
	margin-top : 20px;
	*/
	
	
	/*
		Modifié par KM le 16/10/2025
		
		refonte du portail
	
	background-color : #f8f8f8;
	*/
	
	
	border-radius : 2px;
	
	cursor : pointer;
	}
	
.BreadcrumbLink:hover
	{
	background-color : #e9e9e9;
	}

.BreadcrumbText
	{
	margin-top : 20px;
	}

.BreadcrumbSeparator
	{
	margin : 20px 15px 0px 15px;
	}

	
/* Smartphone */
@media only screen and (max-width:480px)
	{
	.Breadcrumb
		{
		font : normal 12px Montserrat,Calibri,sans-serif;
		}

	.BreadcrumbLink
		{
		padding-left : 7px;
		padding-right : 7px;
		}

	.BreadcrumbSeparator
		{
		margin : 20px 7px 0px 7px;
		}
	}

	
/* Tablet	*/	
@media only screen and (min-width:481px) and (max-width:800px)
	{
	}