<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body	{
	margin  : 0;
	padding : 0;
	min-height : 100vh;
	
	font-family:Gotham;
	}

.Bold
	{
	font-weight : bold;
	}
	
.Italic
	{
	font-style : italic;
	}

.FlexRow
	{
	display : flex;
	flex-direction : row;
	}

.FlexColumn
	{
	display : flex;
	flex-direction : column;
	}

.Page	
	{
	/*
		ModifiÃ© par KM le 19/02/2025

		demande de normandie patrimoine

	padding : 6px 0.5%;
	width  : 99%;
	*/
	width:100%;


	margin : 0 auto;
	background-color:#ffffff
	}
	
.Left 
	{
	float:left;
	}

.Popup	{
	width : 100%;
	}

.Center	{
	width : 100%;
/*
	display : flex;
	flex-direction : row;
*/
	background-color : #ffffff;
	}

.Content
	{
	display : flex;
	flex-direction : column;

	padding : 0px 1%;
	width : 98%;

	overflow:hidden;

	background-color :#ffffff;
	}

.ContentTitle
	{
	padding-bottom : 10px;

	font : 24px Gotham Medium;
	color : #2a3871;

	text-align:center;
	font-weight:bold;
	}

.NewTitle    {
	padding-bottom:10px;
	font:24px Gotham Medium;
	color:#000;
	font-weight:bold;
}

.LstTitle    {
	padding-bottom:10px;
	font:18px Gotham Medium;
	color:#595959;
	font-weight:bold;
}

.ContentSubtitle
	{
	padding-bottom : 10px;

	font : 16px Gotham Medium;
	color : #2a3871;
	text-align:center;
	}

.NoticeNb    {
	padding-bottom:10px;
	font:18px Gotham Medium;
	color:#595959;
	text-align:center;
	font-weight:bold;
}

.Hidden
	{
	display : none;
	}


.Button
	{
	width : 100px;
	border-radius : 2px;
	height : 14px;
	text-align : center;
	font : normal 14px 'Gotham Medium', sans-serif;
	font-weight : bold;
	cursor : pointer;
	}

.Button a
	{
	text-decoration : none;
	}


.ButtonBlue
	{
	border-radius : 2px;
	font-family: Gotham Medium;
	font-size: 14px;
	color : #000000;
	background: #339dff;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	cursor : pointer;

	border-radius : 4px;
	}

.ButtonBlue:hover
	{
	background: #63adff;
	}

.ButtonRed
	{
	border-radius : 2px;
	font-family: Gotham Medium;
	font-size: 14px;
	color : #000000;
	background: #980000;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	cursor : pointer;

	border-radius : 4px;
	}

.ButtonRed:hover
	{
	background:#d30000;
	}


.ButtonGreen
	{
	border-radius : 2px;
	font-family: Gotham Medium;
	font-size: 14px;
	color : #000000;
	background-color: #27ae60;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	cursor : pointer;

	border-radius : 4px;
	}

.ButtonGreen:hover
	{
	background: #57de90;
	}

.ButtonGray
	{
	border-radius : 2px;
	font-family: Gotham Medium;
	font-size: 14px;
	color : #000000;
	background-color: #666666;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	cursor : pointer;
	}

.ButtonDisable
	{
	border-radius : 2px;
	font-family: Gotham Medium;
	font-size: 14px;
	color : #A0A0A0;
	background-color: #E6E6E6;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	cursor : not-allowed;
	}
	
.ButtonGray:hover
	{
	background: #999999;
	}


.ButtonSch
	{
	padding-top:5px;
	}

.ButtonRec
	{
	padding-top:20px;
	}


.White
	{
	color : #ffffff;
	}

.Black
	{
	color : #000000;
	}

.Red
	{
	color : #ff0000;
	}

.Text
	{
	padding-bottom : 10px;
	}


.Completion
	{
	border : 1px solid #000000;
	padding : 4px;
	width : 99%;
	height : 148px;
	background-color : #ffffff;
	overflow : hidden;
	cursor : pointer;
	}


.ProcessButton
	{
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	font-family: Arial;
	color: #000000;
	font-size: 14px;
	background: #d0d0d0;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	}

.ProcessButton:hover
	{
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
	}


.Icone
	{
	margin-left: 4px;
	margin-right: 4px;
	width:18px;
	height:18px;
	cursor:pointer;
	}

/* Icone de naviation */
.IconeNav
	{
	margin: 10px;
	cursor:pointer;
	}

/* taille du texte de plan du site*/
.fontSize
	{
	font-size: 14px;
	}

	
/*
	Ajouté par KM le 12/07/2022
	
	AP demande à ce que l'affichage des sites soit le même que pour le portail olives3.1
*/
.NavigationLinkExtern
	{
	margin-left:50px;
	}
	
	
/* affichage des sites internet en row */
.FlexRowWrap
	{
	display : flex;
	flex-wrap : wrap;
	flex-direction : row;
	}

.Link{
	color: -webkit-link;
    cursor: pointer;
	text-decoration: underline;
}

.Troncated{
	height: 154px;
		
	max-width:200px;
		
	/*
		Modifié par KM le 13/07/2022
		
		vu en réunion avec BO + AP + KM =&gt; ne pas utiliser la classe Troncated
	
	overflow:hidden;
	
	display:-webkit-box;
	-webkit-line-clamp:11;
	-webkit-box-orient:vertical;
	*/
}

.AdaptedCouv{
	width: 97px;
	height: 100%;
}


/*
	Ajouté par KM le 09/12/2024
	
	pt n°21 du tableau des tests
*/
.BlocImg    {
	width:200px;
	height:270px;
	overflow:clip;
}


.Couverture{
	width:200px;
	
	
	/*
		Modifié par KM le 09/12/2024
		
		pt n°21 du tableau des tests
	
	height:270px;
	*/
	height:auto;
}

.IprCouverture{
	width:90px;
	height: 128px;
	float: left;
	margin: 0 10px 0 0;
	
	Background-size: contain;
	Background-repeat: no-repeat;
	Background-position: top;
}

.CouvertureMail{
	width:50px;
	height: 80px;
	margin-right: 10px;
	
	Background-size: contain;
	Background-repeat: no-repeat;
	Background-position: top;
}


.RecLnk    {
	text-align:right;
	color:#fff;
	padding-top:10px;

	
	/*
		Modifié par KM le 09/12/2024
		
		pt n°15 du tableau des resrs
		
		Ajouté par KM le 02/12/2024
		
		pt n°15 du tableau des tests

	font:16px Gotham;
	*/
	font:22px Gotham Medium;
}


/*
	Ajouté par KM le 27/01/2025
	
	demande du métier
*/
.DmdNot    {
	width:100%;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	font:16px Gotham Medium;
}


/*
	Ajouté par KM le 18/02/2025
	
	mise en forme desktop / mobile
*/
.NoticeFlex
	{
	display:flex;
	flex-direction:row;
	}


/*
	AjoutÃ© par KM le 19/02/2025

	mise en forme du captcha
*/
.captcha
   	{
	margin-top:20px;
	}



/*
html *
	{
	border:1px solid cyan;
	}
*/







/* Smartphone */
@media only screen and (max-width:480px)
	{
	.Logo
		{
		width:18%;
		min-width:70px;
		flex-shrink:0;
		}

	.NavigationLinkExtern
		{
		margin-left:5px;
		}

	.ImageLinkExtern
		{
		max-width: calc( 100% - 5px );
		}
	.FlexRowWrap
		{
		justify-content: center;
		}
		
		
	/*
		Ajouté par KM le 18/02/2025
		
		mise en forme mobile
	*/
	.RecLnk  div
		{
		margin-right:10px;
		}
		
	.NoticeFlex
		{
		flex-direction:column;
		}
	}

/* Tablet	*/
@media only screen and (min-width:481px) and (max-width:800px)
	{
	.HeaderTitle
		{
		font-size:2.5em;
		}

	.Logo
		{
		width:19%;
		max-width:120px;
		flex-shrink:0;
		}
	}


/* Desktop */
@media only screen and (min-width:801px)
	{
	.HeaderTitle
		{
		font-size:4em;
		}	
	}

@media print
	{
	.Breadcrumb, .Footer
		{
		visibility : hidden;
		}
	body
		{
		background-color :#ffffff;
		}
		
	
	.Header, .HeaderCenter, .FlexColumn, .Breadcrumb, .Content, .List
		{
		display: block;	
		}

	.SimpleSearch, .Navigation, .Facet, .Icone, .IconeNav, .ListBasket, .Hidden
		{
		display : none;
		}
		

	.Facet
		{
		display : none;
		}
	.Couverture, .IprCouverture
		{
		-webkit-print-color-adjust: exact;
		color-adjust: exact;
		}




















</pre></body></html>