/*<meta />*/

/* Général */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700&display=swap');

body
{
	font-family: 'Open Sans', Tahoma, Arial;
	color: #000;
	mc-hyphenate: never;
	font-size: 16px;
}

div.height-container-sidenav
{
	min-height: calc(100vh - 80px) !important;
}

/*div.Wallpaper
{
	background-image: url('../Images/HTML/home-banner.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 0;
}*/

div.Body
{
	padding-top: 30px;
	padding-bottom: 225px;
	min-height: 100%;
}

/* Homepage - Top Menu */

.off-canvas-wrapper-inner nav.title-bar .outer-row
{
	padding: 0;
}

ul.navigation > li:last-child
{
    display: block;
	margin-bottom: 14px;
}

ul.navigation li > a:hover
{
	color: #dcdee0;
	font-size: 16px;
}

ul.navigation li > a
{
	padding: 15px 25px 5px 25px;
	line-height: 60px;
	font-size: 16px;
}

ul.navigation > li:last-child > a
{
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 10px 5px 10px;
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #00bbff;
    font-weight:600;
	margin-top: 24px;
	margin-left: 20px;
	line-height: 30px;
}  

ul.navigation > li:last-child > a:hover
{
    background: transparent;
    color: #ffffff;
}

nav.title-bar
{
	padding: 0;
	background: linear-gradient(170deg,#0bf 0%,#08dbaf 150%);
}

ul.navigation ul
{
	border: solid 1px #dcdee0;
	border-top: solid 3px #757575;
}

ul.navigation > li.has-children:after
{
	border: none;
}

ul.navigation ul > li > a
{
	font-size: 15px;
}

/* Homepage - Bannière recherche */

div.HomeBanner
{
	padding: 50px 15px 80px;
	max-width: 1170px;
	margin: 0 auto;
}

div.HomeBanner p:first-child
{
	font-weight: lighter;
	font-size: 36px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	margin: 10px 0;
}

div.HomeBanner p
{
	font-weight: lighter;
	font-size: 26px;
	text-align: center;
	color: #757575;
	margin: 10px 0;
}

div.HomeSearch
{
	max-width: 1170px;
	margin: 0 auto;
}

.search-field:focus
{
	outline: none;
}

.search-bar.search-bar-container._Skins_SearchHome.mc-component .search-submit
{
	border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.search-bar._Skins_SearchHome.mc-component .search-field
{
	border-radius: 4px;
}

/*TEMPLATE Homepage mini TOC */

div.MCMiniTocBox_0 {
    column-count: 3;
	border:none;
	padding: 0;
	margin: 0;
	max-width: 850px;
    margin: 80px auto;
    overflow: hidden;
}

p.MiniTOC2_0 {
	page-break-before: avoid;
}

p.MiniTOC2_0,p.MiniTOC1_0 {
	margin: 0
}

a.MiniTOC1:link, a.MiniTOC1:visited {
	padding-left: 10px;
}

a.MiniTOC2:link, a.MiniTOC2:visited {
	padding-left: 10px;
}

div.MCMiniTocBox_0 > p > a:link,
div.MCMiniTocBox_0 > p > a:visited {
	padding-right: 10px;
	overflow: hidden;
}

div.MCMiniTocBox_0 > p > a.MiniTOC1:link,
div.MCMiniTocBox_0 > p > a.MiniTOC1:visited {
	font-size: 15pt;
	padding-top: 20px;
    padding-bottom: 20px;
}

div.MCMiniTocBox_0 > p > a.MiniTOC2:link,
div.MCMiniTocBox_0 > p > a.MiniTOC2:visited {
	font-size: 11pt;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.MCMiniTocBox_0 > p.MiniTOC1_0 {
	
}

a.MiniTOC1,a.MiniTOC2 {
	display: block;
}

a.MiniTOC2 {
	font-size: 14pt;
}

a.MiniTOC1:link,a.MiniTOC1:visited {
	color: #2d2d2d;
}

a.MiniTOC2:link,a.MiniTOC2:visited {
	color: #757575;
}

p.MiniTOC1_0:hover,p.MiniTOC2_0:hover {
	background-color: #f5f6f8;
	border-radius: 4px;
}

a.MiniTOC1:hover,a.MiniTOC2:hover {
	color: #15adec;
}

/* Homepage - Tiles */

div.HomeTiles
{
	max-width: 960px;
	margin: 80px auto;
	overflow: hidden;
	padding: 15px;
}

p.HomeTiles_Title
{
	text-align: center;
	width: auto;
	padding: 0;
	font-size: 24px;
	font-weight: lighter;
	margin-bottom: 10px;
	color: #000000;
}

div.Tile
{
	background-color: #ffffff;
	border: 1px solid #f1f1f2;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	border-radius: 4px;
	margin: 5px;
	overflow: hidden;
	height: 85px;
	width: 300px;
	float: left;
}

div.Tile:hover
{
	box-shadow: 0 2px 18px rgba(0,0,0,0.25);
	background-color: #fbfbfb;
	border: none;
}

div.HomeTiles_WebPortal
{
	max-width: 800px;
	margin: 80px auto;
	overflow: hidden;
	padding: 15px;
}

div.Tile_WebPortal
{
	background-color: #ffffff;
	border: 1px solid #f1f1f2;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	border-radius: 4px;
	margin: 5px;
	overflow: hidden;
	height: 85px;
	width: 300px;
	float: left;
}

div.Tile_WebPortal:hover
{
	box-shadow: 0 2px 18px rgba(0,0,0,0.25);
	background-color: #fbfbfb;
	border: none;
}

p.TileTitle
{
	margin: 0;
}

p.TileTitle a
{
	/*color: #757575;*/
	color: #008ecf;
	font-weight: 400;
	font-size: 18px;
	text-decoration: none;
	background-size: 32px 32px;
	cursor: pointer;
	display: block;
	line-height: 85px;
	letter-spacing: 0.8px;
	overflow: hidden;
	padding-left: 25px;
}

p.TileTitle a:hover
{
	color: #ffffff;
	background-color: #008ecf;
}

/* Homepage - Ressources */

div.HomeResources
{
	width: 100%;
	background: linear-gradient(135deg,#0bf 0%,#08dbaf 99%);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.25);
	margin-bottom: 50px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

div.HomeResources_Content
{
	max-width: 960px;
	margin: 0 auto 0 auto;
	padding: 50px;
	overflow: auto;
}

div.HomeResources_News
{
	width: 350px;
	float: left;
}

div.HomeResources_PDF
{
	width: 350px;
	float: right;
}

div.HomeResources_Content *
{
	color: #ffffff;
	font-size: 15px;
	width: 300px;
}

div.HomeResources_Content a
{
	color: #dcdee0;
	font-weight: bold;
	text-decoration: none;
}

div.HomeResources_Content a.xref
{
	color: #dcdee0;
	font-weight: bold;
	text-decoration: none;
}

div.HomeResources_Content p.HomeResources_PDF
{
	margin: 20px 0 0;
}

div.HomeResources_Content a:visited
{
	color: #dcdee0;
}

div.HomeResources_Content a.xref:visited
{
	color: #dcdee0;
}

div.HomeResources_Content a:hover
{
	color: #ffffff;
}

div.HomeResources_Content a.xref:hover
{
	color: #ffffff;
}

div.HomeResources_PDF p.HomeResources_PDF
{
	margin: 20px 0 0;
}

div.HomeResources_PDF ul
{
	margin: 10px 0 0;
}

div.HomeResources_PDF ul li
{
	padding: 0;
}

p.HomeResources_Title
{
	text-align: center;
	border-bottom: solid 1px #dcdee0;
	padding: 0 0 20px;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 40px;
}

p.HomeResources_Date
{
	font-size: 22px;
	color: #dcdee0;
	font-weight: 300;
	margin: 20px 0 0;
}

/* Homepage - Pied de page */

div.Footer
{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	bottom: 0;
}

div.FooterSocial
{
	border-top: solid 1px #dcdee0;
	max-width: 1170px;
	padding: 24px 10px 24px 10px;
	display: block;
	margin: 0 auto;
	text-align: center;
}

div.FooterSocial a
{
	display: inline-block;
}

div.FooterSocial p
{
	padding: 0;
	margin: 0;
	height: 42px;
}

div.FooterSocial img
{
	width: 42px;
	height: 42px;
	margin-left: 24px;
	margin-right: 24px;
}

div.FooterCopyright
{
	background: #2d2d2d;
	padding: 1% 2%;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
}

div.FooterCopyright p
{
	margin: 0;
}

span.FooterCopyrightGray
{
	color: #dcdee0;
}

/* Paragraphes et listes à puces */

p
{
	font-size: 11pt;
	margin: 0pt 0 10pt;
}

@media only screen and (max-width: 1400px)
{
	div.FooterSocial
	{
		max-width: 970px;
	}

	.off-canvas-wrapper-inner nav.title-bar .outer-row
	{
		max-width: 970px;
	}

	div.HomeBanner
	{
		max-width: 970px;
	}

	div.HomeSearch
	{
		max-width: 970px;
	}

	div.TopicBody
	{
		max-width: 970px;
	}

	div.TopicSearch
	{
		max-width: 970px;
	}

	div.TopicMenu
	{
		width: 300px;
	}
	ul.menu._Skins_SideMenu.mc-component ul ul > li > a
	{
		padding-left: 30px;
	}

	div.HomeTiles
	{
		max-width: 810px;
	}

	div.Tile
	{
		height: 75px;
		width: 250px;
	}

	div.Tile_WebPortal
	{
		height: 75px;
		width: 250px;
	}

	p.TileTitle a
	{
		font-size: 16px;
		background-size: 28px 28px;
		line-height: 75px;
	}

	div.HomeResources_Content
	{
		max-width: 810px;
		padding: 40px;
	}

	div.HomeResources_News
	{
		width: 300px;
	}

	div.HomeResources_PDF
	{
		width: 300px;
	}
}

@media only screen and (max-width: 1050px)
{
	/* Homepage - Top Menu */

	ul.navigation li > a
	{
		padding: 25px 10px 5px 10px;
		font-size: 15px;
	}
	
	ul.navigation li > a:last-child
	{
		margin-top: 32px;
	}
	
	div.FooterSocial
	{
		max-width: 750px;
	}

	.off-canvas-wrapper-inner nav.title-bar .outer-row
	{
		max-width: 750px;
	}

	div.HomeBanner
	{
		max-width: 750px;
	}

	div.HomeSearch
	{
		max-width: 750px;
	}

	div.HomeTiles
	{
		max-width: 660px;
	}

	div.Tile
	{
		height: 65px;
		width: 200px;
	}

	div.Tile_WebPortal
	{
		height: 65px;
		width: 200px;
	}

	p.TileTitle a
	{
		font-size: 14px;
		background-size: 24px 24px;
		line-height: 65px;
	}

	div.HomeResources_Content
	{
		max-width: 660px;
		padding: 30px;
	}

	div.HomeResources_News
	{
		width: 250px;
	}

	div.HomeResources_PDF
	{
		width: 250px;
	}
}

@media only screen and (max-width: 800px)
{
	div.HomeBanner p:first-child
	{
		font-size: 42px;
	}

	div.HomeBanner p
	{
		font-size: 17px;
	}
	
	div.HomeTiles
	{
		max-width: 450px;
	}
	
	div.FooterSocial
	{
		padding: 24px 65px 24px 65px;
	}

	div.FooterCopyright
	{
		padding: 1% 65px 1% 65px;
	}

	div.FooterSocial img
	{
		margin-left: 13px;
		margin-right: 13px;
	}
	
	.off-canvas-wrapper-inner nav.title-bar .outer-row
	{
		max-width: 100%;
		padding: 15px 25px;
	}
	
		div.HomeResources_Content
	{
		max-width: 450px;
		padding: 25px;
	}

	div.HomeResources_News
	{
		width: 100%;
		float: none;
		margin: 40px 0 60px;
	}

	div.HomeResources_PDF
	{
		width: 100%;
		float: none;
		margin: 40px 0;
	}

	p.HomeResources_Title
	{
		text-align: left;
		margin: 0;
		padding-bottom: 10px;
		font-size: 20px !important;
	}

	div.HomeResources_Content *
	{
		font-size: 13px;
	}

	p.HomeResources_Date
	{
		font-size: 18px;
	}
	div.MCMiniTocBox_0
	{
		column-count: 1;
	}
}

@media only screen and (max-width: 499px)
{
	div.FooterCopyright
	{
		font-size: 8px;
		padding: 10px;
	}

	div.FooterSocial img
	{
		width: 33px;
		height: 33px;
		margin-left: 10px;
		margin-right: 10px;
	}

	div.FooterSocial p
	{
		height: auto;
	}

	div.FooterSocial a
	{
		height: 33px;
	}

	div.FooterSocial
	{
		padding: 15px 0 10px 0;
	}
	
	div.HomeBanner p:first-child
	{
		font-size: 32px;
	}

	div.HomeBanner p
	{
		font-size: 12px;
	}
	div.HomeTiles
	{
		max-width: 225px;
	}

	p.TileTitle a
	{
		font-size: 12px;
		background-size: 20px 20px;
	}
}

@media only screen and (max-width: 250px)
{
	div.HomeTiles
	{
		max-width: 100%;
		margin: 75px 0;
	}

	div.HomeTiles_WebPortal
	{
		max-width: 100%;
		margin: 75px 0;
	}

	div.Tile
	{
		width: 100%;
		margin: 5px 0;
	}

	div.Tile_WebPortal
	{
		width: 100%;
		margin: 5px 0;
	}
}