body	{
	margin  : 0;
	padding : 0;
	min-height : 100vh;
	}

.Bold
	{
	font-weight : bold;
	}
	
.Italic
	{
	font-style : italic;
	}

.FlexRow
	{
	display : flex;
	flex-direction : row;
	}

.FlexColumn
	{
	display : flex;
	flex-direction : column;
	}

.Page	
	{
	padding : 6px 0.5%;
	width  : 99%;
	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 Arial,serif;
	color : #000000;
	}

.ContentSubtitle
	{
	padding-bottom : 10px;

	font : 16px Arial,serif;
	color : #000000;
	}

.Hidden
	{
	display : none;
	}


.Button
	{
	width : 100px;
	border-radius : 2px;
	height : 14px;
	text-align : center;
	font : normal 14px 'Calibri Light', sans-serif;
	font-weight : bold;
	cursor : pointer;
	}

.Button a
	{
	text-decoration : none;
	}


.ButtonBlue
	{
	border-radius : 2px;
	font-family: Arial;
	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: Arial;
	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: Arial;
	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: Arial;
	font-size: 14px;
	color : #000000;
	background-color: #666666;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	cursor : pointer;
	}

.ButtonDisable
	{
	border-radius : 2px;
	font-family: Arial;
	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:24px;
	height:24px;
	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;
	
	/*
		Modifié par KM le 13/07/2022
		
		vu en réunion avec BO + AP + KM => ne pas utiliser la classe Troncated
	
	overflow:hidden;
	
	display:-webkit-box;
	-webkit-line-clamp:11;
	-webkit-box-orient:vertical;
	*/
}

.AdaptedCouv{
	width: 55px;
	height: 100%;
}

.Couverture{
	position: relative;
	top:30px;
	left: -40px;
	width:90px;
	height: 128px;
	
	Background-size: contain;
	Background-repeat: no-repeat;
	Background-position: top;
}

.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;
}


/* 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;
		}
	}

/* 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;
		}