.NotActionIcones
	{
	margin-bottom : 20px;
	
	justify-content : flex-end;
	}

.NotActionIcones img
	{
	margin-left : 20px;
	}

.NotPaginer
	{
	margin : 40px 0px 40px 0px;
	
	justify-content : center;
	align-items : center;
	}

.NotPaginerPage
	{
	padding : 0px 30px 0px 30px;
	
	font : normal 16px Montserrat,Calibri,sans-serif;
	color : #434343;
	}

.Notice
	{
	/*
		Modifié par KM le 19/11/2025
		
		demande de Mme Pluvieux
		
	font : normal 14px Montserrat,Calibri,sans-serif;
	*/
	font : normal 14px Montserrat,Calibri,sans-serif;
	
	color : #434343;
	}
	
	
/*
	Ajouté par KM le 19/11/2025
	
	demande de Mme Pluvieux
*/
.Notice a    {
	color:#000;
}


.NoticeContent
	{
	padding : 30px 50px 30px 50px;
	
	flex-wrap : nowrap;
	
	border : solid 1px #70cef2;
	border-radius : 2px;
	}
	
.NoticeField
	{
	display : flex;
	flex-direction : row;

	padding : 20px 0px 20px 0px;

	border-bottom : solid 1px #f3f3f3;
	}
	
.NoticeField:last-child 
	{
	border-bottom : none; 
	}

.NoticeFieldBibRsv
	{
	border-top : solid 1px #f3f3f3;
	}

.NoticeFieldLabel
	{
	/*
		Modifié par KM le 23/10/2025
		
		refonte du portail
	
	width : 14%;
	*/
	width:60%;
	
	
	margin-right : 30px;

	font-weight : bold;
	color : #888888;
	}

.NoticeFieldContent
	{
	width : 85%;
	font : normal 14px Montserrat,Calibri,sans-serif;
	color : #434343;
	}
	
.NotActionButtons	
	{
	margin-top : 40px;
	
	justify-content : center;
	}
	
.NotActionButton	
	{
	Margin : 0px 40px 0px 40px;
	}

	
/* Smartphone */
@media only screen and (max-width:480px)
	{
	.NotActionIcones
		{
		justify-content : center;
		}

	.NotActionIcones img
		{
		margin-left : 10px;
		margin-right : 10px;
		}
		
	.NoticeContent
		{
		padding : 20px;
		
		border : solid 1px #d9d9d9;
		border-radius : 2px;
		}	
		
	.NoticeFieldLabel
		{
		width : 19%;
		font : bold 12px Montserrat,Calibri,sans-serif;
		}

	.NoticeFieldContent
		{
		width : 80%;
		font : normal 12px Montserrat,Calibri,sans-serif;
		}
		
	.NotActionButton	
		{
		Margin : 0px 15px 20px 15px;
		}

	.NotPaginerPage
		{
		margin-bottom : 20px;
		}
	}

	
/* Tablet	*/	
@media only screen and (min-width:481px) and (max-width:800px)
	{
	}
/*
	Ajouté par KM le 17/02/2026

	Force Montserrat dans les notices même quand le contenu HTML
	contient des balises <font face="Verdana"> en dur
*/
.Notice font, .Notice font font {
	font-family: Montserrat, Calibri, sans-serif !important;
	font-size: 14px !important;
}
