/*<meta />*/

/* Général */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700&display=swap');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

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%;
}

div.TopicBody
{
	max-width: 1170px;
	margin: 0 auto 0 auto;
	padding: 0;
	min-height: 450px;
	overflow: auto;
}

/* Homepage - Top Menu */

.off-canvas-wrapper-inner nav.title-bar .outer-row
{
	padding: 0;
}

ul.navigation > li:nth-child(-n+18)
{
	display: none;
}

ul.navigation > li:nth-child(n+22)
{
	display: none;
}

ul.menu._Skins_SideMenu.mc-component > li:nth-child(-n+18)
{
	display: none;
}

ul.menu._Skins_SideMenu.mc-component > li:nth-child(n+22)
{
	display: none;
}

ul.off-canvas-accordion.vertical.menu.off-canvas-list > li:nth-child(-n+18)
{
	display: none;
}

ul.off-canvas-accordion.vertical.menu.off-canvas-list > li:nth-child(n+22)
{
	display: none;
}

ul.off-canvas-accordion.vertical.menu.off-canvas-list > li:last-child
{
	display: block;
}

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;
}

/* 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: 650px;
	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;
}

.image-interface
{
	background-image: url('../Images/HTML/home_Interface_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-interface:hover
{
	background-image: url('../Images/HTML/home_Interface_white.svg');
}

.image-crm
{
	background-image: url('../Images/HTML/home_CRM_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-crm:hover
{
	background-image: url('../Images/HTML/home_CRM_white.svg');
}

.image-affaire
{
	background-image: url('../Images/HTML/home_Affaire_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-affaire:hover
{
	background-image: url('../Images/HTML/home_Affaire_white.svg');
}

.image-support
{
	background-image: url('../Images/HTML/home_Support_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-support:hover
{
	background-image: url('../Images/HTML/home_Support_white.svg');
}

.image-outils
{
	background-image: url('../Images/HTML/home_Outils_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-outils:hover
{
	background-image: url('../Images/HTML/home_Outils_white.svg');
}

.image-compta
{
	background-image: url('../Images/HTML/home_Compta_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-compta:hover
{
	background-image: url('../Images/HTML/home_Compta_white.svg');
}

.image-treso
{
	background-image: url('../Images/HTML/home_Treso_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-treso:hover
{
	background-image: url('../Images/HTML/home_Treso_white.svg');
}

.image-achats
{
	background-image: url('../Images/HTML/home_Achats_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-achats:hover
{
	background-image: url('../Images/HTML/home_Achats_white.svg');
}

.image-ventes
{
	background-image: url('../Images/HTML/home_Ventes_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-ventes:hover
{
	background-image: url('../Images/HTML/home_Ventes_white.svg');
}

.image-stocks
{
	background-image: url('../Images/HTML/home_Stocks_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-stocks:hover
{
	background-image: url('../Images/HTML/home_Stocks_white.svg');
}

.image-favoris
{
	background-image: url('../Images/HTML/home_Favoris_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-favoris:hover
{
	background-image: url('../Images/HTML/home_Favoris_white.svg');
}

.image-param
{
	background-image: url('../Images/HTML/home_Param_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-param:hover
{
	background-image: url('../Images/HTML/home_Param_white.svg');
}

.image-portailclient
{
	background-image: url('../Images/HTML/home_PortailClient_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-portailclient:hover
{
	background-image: url('../Images/HTML/home_PortailClient_white.svg');
}

.image-webcollab
{
	background-image: url('../Images/HTML/home_WebCollab_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-webcollab:hover
{
	background-image: url('../Images/HTML/home_WebCollab_white.svg');
}

.image-webcrm
{
	background-image: url('../Images/HTML/home_WebCRM_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-webcrm:hover
{
	background-image: url('../Images/HTML/home_WebCRM_white.svg');
}

.image-webmanager
{
	background-image: url('../Images/HTML/home_WebManager_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-webmanager:hover
{
	background-image: url('../Images/HTML/home_WebManager_white.svg');
}

.image-webrapports
{
	background-image: url('../Images/HTML/home_WebRapports_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-webrapports:hover
{
	background-image: url('../Images/HTML/home_WebRapports_white.svg');
}

.image-cartes
{
	background-image: url('../Images/HTML/home_Carte_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-cartes:hover
{
	background-image: url('../Images/HTML/home_Carte_white.svg');
}

.image-sprint
{
	background-image: url('../Images/HTML/home_Sprint_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-sprint:hover
{
	background-image: url('../Images/HTML/home_Sprint_white.svg');
}

.image-userstory
{
	background-image: url('../Images/HTML/home_UserStory_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-userstory:hover
{
	background-image: url('../Images/HTML/home_UserStory_white.svg');
}

.image-backlog
{
	background-image: url('../Images/HTML/home_Backlog_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-backlog:hover
{
	background-image: url('../Images/HTML/home_Backlog_white.svg');
}

.image-favorisPR
{
	background-image: url('../Images/HTML/home_FavorisPR_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-favorisPR:hover
{
	background-image: url('../Images/HTML/home_FavorisPR_white.svg');
}

.image-planificationPR
{
	background-image: url('../Images/HTML/home_PlanificationPR_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-planificationPR:hover
{
	background-image: url('../Images/HTML/home_PlanificationPR_white.svg');
}

.image-tachesPR
{
	background-image: url('../Images/HTML/home_TachesPR_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-tachesPR:hover
{
	background-image: url('../Images/HTML/home_TachesPR_white.svg');
}

.image-parametragePR
{
	background-image: url('../Images/HTML/home_ParametragePR_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-parametragePR:hover
{
	background-image: url('../Images/HTML/home_ParametragePR_white.svg');
}

.image-navigationPR
{
	background-image: url('../Images/HTML/home_NavigationPR_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-navigationPR:hover
{
	background-image: url('../Images/HTML/home_NavigationPR_white.svg');
}

.image-parametragePWA
{
	background-image: url('../Images/HTML/home_settingsPWA_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-parametragePWA:hover
{
	background-image: url('../Images/HTML/home_settingsPWA_white.svg');
}

.image-tempsplanningsPWA
{
	background-image: url('../Images/HTML/home_timePWA_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-tempsplanningsPWA:hover
{
	background-image: url('../Images/HTML/home_timePWA_white.svg');
}

.image-ndfPWA
{
	background-image: url('../Images/HTML/home_ndfPWA_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-ndfPWA:hover
{
	background-image: url('../Images/HTML/home_ndfPWA_white.svg');
}

.image-absencesPWA
{
	background-image: url('../Images/HTML/home_absencesPWA_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-absencesPWA:hover
{
	background-image: url('../Images/HTML/home_absencesPWA_white.svg');
}

.image-launcher
{
	background-image: url('../Images/HTML/home_launcher_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-launcher:hover
{
	background-image: url('../Images/HTML/home_launcher_white.svg');
}

.image-securite
{
	background-image: url('../Images/HTML/home_securite_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-securite:hover
{
	background-image: url('../Images/HTML/home_securite_white.svg');
}

.image-document
{
	background-image: url('../Images/HTML/home_document_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-document:hover
{
	background-image: url('../Images/HTML/home_document_white.svg');
}

.image-facture
{
	background-image: url('../Images/HTML/home_facture_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-facture:hover
{
	background-image: url('../Images/HTML/home_facture_white.svg');
}

.image-faq
{
	background-image: url('../Images/HTML/home_faq_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-faq:hover
{
	background-image: url('../Images/HTML/home_faq_white.svg');
}

.image-formation
{
	background-image: url('../Images/HTML/home_formation_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-formation:hover
{
	background-image: url('../Images/HTML/home_formation_white.svg');
}

.image-recherche
{
	background-image: url('../Images/HTML/home_Recherche_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-recherche:hover
{
	background-image: url('../Images/HTML/home_Recherche_white.svg');
}

.image-demandePWS
{
	background-image: url('../Images/HTML/home_SupportWeb_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-demandePWS:hover
{
	background-image: url('../Images/HTML/home_SupportWeb_white.svg');
}

/* 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;
}

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;
}

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;
}

/* Page topic */

div.TopicContent
{
	padding: 30px 0 0 30px;
	float: right;
	width: 100%;
}

div.TopicMenu
{
	width: 350px;
	padding: 30px 30px 0 0;
	float: left;
	margin-top: 0;
	max-height: 1000px;
}

ul.menu._Skins_SideMenu.mc-component
{
	overflow-x: hidden;
}

div.TopicContentAndMenu
{
	display: flex;
	margin-top: 34px;
}

div.TopicToolbar
{
	display: block;
	width: 100%;
	margin: 0;
}

.buttons._Skins_TopicToolbar.mc-component
{
	display: block;
	float: right;
	width: 100%;
}

.button-group-container-left:first-child
{
	float: right;
	width: 100%;
}

._Skins_TopicToolbar.mc-component .button-separator
{
	display: none;
}

div.TopicToolbar ._Skins_TopicToolbar.mc-component .button.back-button-button
{
	background-image: url('../Images/HTML/black_news-backbutton.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px;
}

div.TopicToolbar ._Skins_TopicToolbar.mc-component .button.remove-highlight-button
{
	background-image: url('../Images/HTML/black_news-removehighlight.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px;
	float: right;
}

div.TopicToolbar ._Skins_TopicToolbar.mc-component .button.expand-all-button
{
	background-image: url('../Images/HTML/black_news-expand.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px;
	float: right;
}

div.TopicToolbar ._Skins_TopicToolbar.mc-component .button.collapse-all-button
{
	background-image: url('../Images/HTML/black_news-collapse.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px;
	float: right;
}

.search-bar._Skins_SearchTopics.mc-component
{
	max-width: 750px;
	margin: 0 auto;
}

ul.menu._Skins_SideMenu.mc-component li > a
{
	margin-top: 10pt;
	line-height: 25px;
}

ul.menu._Skins_SideMenu.mc-component > li.has-children > a:first-child
{
	padding-left: 20px;
	background-image: url('../Images/HTML/goback.svg');
	background-position: 2px center;
	background-repeat: no-repeat;
	background-size: 12px;
}

ul.menu._Skins_SideMenu.mc-component > li.has-children > a:first-child:hover
{
	background-image: url('../Images/HTML/goback_blue.svg');
}

ul.menu._Skins_SideMenu.mc-component > li.has-children > a.selected:first-child
{
	background-image: url('../Images/HTML/goback_white.svg');
}

ul.menu._Skins_SideMenu.mc-component > li.has-children > a.selected:first-child:hover
{
	background-image: url('../Images/HTML/goback_blue.svg');
}

ul.menu._Skins_SideMenu.mc-component ul.sub-menu
{
	background-image: none;
}

ul.menu._Skins_SideMenu.mc-component ul ul > li > a:hover
{
	border-radius: 4px;
}

ul.menu._Skins_SideMenu.mc-component li > a.selected
{
	border-radius: 4px;
}

div.TopicMenu > ul.menu._Skins_SideMenu.mc-component ul > li > a
{
	margin-top: 0;
}

#return-to-top
{
	position: fixed;
	bottom: 36px;
	right: 20px;
	background-color: #dcdee0;
	width: 40px;
	height: 40px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 99;
	background-image: url('../Images/HTML/goup_white.svg');
	background-repeat: no-repeat;
	background-position: center 40%;
	background-size: 20px;
}

#return-to-top:hover
{
	background-color: #15ADE4;
}

/* Search results */

h1#results-heading
{
	color: #757575;
	font-family: Open Sans, aktiv-grotesk-std, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
}

div#searchPane
{
	margin-left: -330px;
	margin-top: 30px;
	word-break: break-word;
}

#resultList h3.title a
{
	color: #000000;
	font-family: Open Sans, aktiv-grotesk-std, Roboto, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

#resultList .description
{
	color: #000000;
	font-family: Open Sans, aktiv-grotesk-std, Roboto, Arial, sans-serif;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 2px;
}

#resultList .url cite
{
	color: #dcdee0;
	font-family: Open Sans, aktiv-grotesk-std, Roboto, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
}

#search-results-flex
{
	display: block;
}

div#pagination
{
	overflow-wrap: break-word;
	height: auto;
}

div#pagination a
{
	white-space: nowrap;
}

div#pagination a.nextPage
{
	white-space: nowrap;
}

ul#resultList > li
{
	margin: 30px 0 30px 0;
	border-top: solid 1px #dcdee0;
}

#pagination a#selected
{
	background-color: #008ecf;
}

#pagination a:hover
{
	background-color: #dcdee0;
}

.search-bar._Skins_SearchTopics.mc-component .search-field
{
	border-radius: 4px;
}

.search-bar.search-bar-container._Skins_SearchTopics.mc-component .search-submit
{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* FAQ */

div.FAQ_Cat_Compta
{
	max-width: 960px;
	margin: 60px auto;
	overflow: hidden;
	background-image: url('../Images/HTML/home_Compta_black.svg');
	background-position: top 60px left;
	background-repeat: no-repeat;
	background-size: 74px;
	padding: 60px 0 0 110px;
	border-top: 1px solid #DCDDDF;
}

div.FAQ_Cat_CRM
{
	max-width: 960px;
	margin: 60px auto;
	overflow: hidden;
	background-image: url('../Images/HTML/home_CRM_black.svg');
	background-position: top 60px left;
	background-repeat: no-repeat;
	background-size: 74px;
	padding: 60px 0 0 110px;
	border-top: 1px solid #DCDDDF;
}

div.FAQ_Cat_Interface
{
	max-width: 960px;
	margin: 60px auto;
	overflow: hidden;
	background-image: url('../Images/HTML/home_Interface_black.svg');
	background-position: top 60px left;
	background-repeat: no-repeat;
	background-size: 74px;
	padding: 60px 0 0 110px;
	border-top: 1px solid #DCDDDF;
}

div.FAQ_Cat_Param
{
	max-width: 960px;
	margin: 60px auto;
	overflow: hidden;
	background-image: url('../Images/HTML/home_Param_black.svg');
	background-position: top 60px left;
	background-repeat: no-repeat;
	background-size: 74px;
	padding: 60px 0 0 110px;
	border-top: 1px solid #DCDDDF;
}

div.FAQ_Cat_Support
{
	max-width: 960px;
	margin: 60px auto;
	overflow: hidden;
	background-image: url('../Images/HTML/home_Support_black.svg');
	background-position: top 60px left;
	background-repeat: no-repeat;
	background-size: 74px;
	padding: 60px 0 0 110px;
	border-top: 1px solid #DCDDDF;
}

div.FAQ_Cat_Ventes
{
	max-width: 960px;
	margin: 60px auto;
	overflow: hidden;
	background-image: url('../Images/HTML/home_Ventes_black.svg');
	background-position: top 60px left;
	background-repeat: no-repeat;
	background-size: 74px;
	padding: 60px 0 0 110px;
	border-top: 1px solid #DCDDDF;
}

p.FAQ_CatTitle
{
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 10px;
	color: #000000;
	line-height: 30px;
	margin: 0 0 30px;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage.MCDropDownHotSpot_FAQ,
.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage.MCDropDownHotSpot_FAQ
{
	background-image: none;
	position: relative;
	margin: 0;
	color: #000000;
	font-weight: 600;
	background-color: #ffffff;
	padding: 10px 45px 10px 0;
	font-size: 16px;
}

.MCDropDown.dropDown.dropDownFAQ.MCDropDown_Open
{
	border: none;
}

.MCDropDown.dropDown.dropDownFAQ.MCDropDown_Open .MCDropDownBody
{
	padding: 10px 60px 0 0;
}

/* Nouveautés */

p.Publication
{
	color: #757575;
	margin: 5px 10px;
	font-size: 12pt !important;
	font-weight: 500 !important;
}

p.Publication > *
{
	font-size: 12pt !important;
	font-weight: 500 !important;
}

p.TitleNouveautes
{
	color: #757575;
	font-weight: normal;
	font-size: 18pt;
	margin: -15pt 0 25pt 0;
	text-transform: uppercase;
}

table.TableStyle-Publication tr *
{
	font-size: 10pt;
	padding: 2px;
	font-weight: revert;
}

table.TableStyle-Publication tr ul
{
	margin-top: 0;
	margin-bottom: 0;
}

p.DomaineNouveautes
{
	font-weight: 600 !important;
	padding-left: 13px !important;
	margin-bottom: 0 !important;
}

/* Styles contenu */

h1
{
	font-size: 38px;
	line-height: 46px;
	font-weight: normal;
	margin: 45px 0 30px;
	padding-right: 100px;
	text-transform: uppercase;
	mc-auto-number-position: none;
}

h1.Section
{
	font-size: 38px;
	margin: 35px 0 30px;
	text-align: left;
	font-weight: bolder;
}

h2
{
	font-size: 38px;
	line-height: 46px;
	font-weight: normal;
	margin: 20px 0 30px;
	text-transform: uppercase;
	mc-auto-number-position: none;
}

h3
{
	font-weight: bold;
	font-size: 12pt;
	font-style: normal;
	color: #000;
	margin: 15px 0 5px;
	mc-auto-number-position: none;
}

h4
{
	font-weight: bold;
	font-size: 11pt;
	font-style: italic;
	color: #757575;
	margin: 15px 0 0;
}

h5
{
	font-weight: bold;
	font-size: 11pt;
	font-style: italic;
	color: #757575;
	margin: 15px 0 0;
}

h6
{
	font-weight: normal;
	font-size: 10pt;
	font-style: normal;
	color: #757575;
	margin: 10px 0 5px;
}

p.Appendix
{
	font-weight: lighter;
	font-size: 22pt;
	margin: 20pt 0 20pt 0;
	page-break-before: always;
	page-break-after: avoid;
	mc-heading-level: 1;
	mc-auto-number-position: inside-head;
	mc-auto-number-format: 'Annexe {n+} - ';
}

p.Title2
{
	color: #757575;
	font-weight: normal;
	font-size: 13pt;
	margin: 15pt 0 10pt 0;
	text-transform: uppercase;
}

p.Title3
{
	font-weight: bold;
	font-size: 11pt;
	margin: 10pt 0 5pt 0;
	text-decoration: underline;
}

.dropDownHead
{
	text-decoration: none;
	margin-bottom: 10px;
}

.MCDropDown.dropDown.MCDropDown_Open
{
	border: 1px solid #f5f6f8;
	border-radius: 3px;
}

.MCDropDown
{
	margin: 10px 0;
}

.MCDropDown:first-of-type
{
	margin-top: 40px;
}

.MCDropDown.dropDown.dropDownNiveau2.MCDropDown_Closed:first-of-type,
.MCDropDown.dropDown.dropDownNiveau2.MCDropDown_Open:first-of-type
{
	margin-top: 0px;
}

.MCDropDownBody
{
	margin-left: 0;
	padding: 20px;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage,
.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage
{
	background-image: none;
	position: relative;
	background-color: #f5f6f8;
	margin: 0;
	color: #000000;
	font-weight: 500;
	padding-left: 16px;
}

.MCDropDown_Image_Icon
{
	border: none;
	width: 0;
}

.dropDownHotspot
{
	display: block;
	background-color: #f5f6f8;
	cursor: hand;
	font-weight: bold;
	padding: 14px;
	margin: 5px;
	border-radius: 3px;
	text-decoration: none;
}

.MCDropDown_Open > .MCDropDownHead > .MCDropDownHotSpot_.MCHotSpotImage::after
{
	content: '';
	display: block;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 11px;
	height: 11px;
	background: url('../Images/HTML/goup.svg') center no-repeat;
}

.MCDropDown_Closed > .MCDropDownHead > .MCDropDownHotSpot_.MCHotSpotImage::after
{
	content: '';
	display: block;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 11px;
	height: 11px;
	background: url('../Images/HTML/godown.svg') center no-repeat;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage.MCDropDownHotSpot_Niveau2,
.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage.MCDropDownHotSpot_Niveau2
{
	background-image: none;
	position: relative;
	margin: 0;
	color: #4f4f4f;
	font-weight: 700;
	background-color: #ffffff;
	padding: 10px 45px 10px 0;
	font-size: 15px;
}

.MCDropDown.dropDown.dropDownNiveau2.MCDropDown_Open
{
	border: none;
}

.MCDropDown.dropDown.dropDownNiveau2.MCDropDown_Open .MCDropDownBody
{
	padding: 10px 0;
}

.MCDropDown_Open > .MCDropDownHead > .MCDropDownHotSpot_Niveau2.MCHotSpotImage::after,
.MCDropDown_Closed > .MCDropDownHead > .MCDropDownHotSpot_Niveau2.MCHotSpotImage::after
{
	right: 10px;
}

MadCap|codeSnippet
{
	margin-bottom: 20px;
}

MadCap|codeSnippetBody
{
	padding: 5px;
}

MadCap|codeSnippetCopyButton
{
	background-color: #ffffff;
	border: 1px solid #15ADE4;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	border-radius: 2px;
	overflow: hidden;
	padding-right: 0;
	height: 25px;
	width: 50px;
}

MadCap|codeSnippetCopyButton:hover
{
	background-color: #15ADE4;
	border: 1px solid #15ADE4;
	color: #ffffff;
}

a.codeSnippetCopyButton
{
	height: 25px;
	width: 50px;
	color: #15ADE4;
	text-align: center;
	text-decoration: none;
	font-size: 10pt;
	line-height: 25px !important;
	margin: 0 !important;
	text-transform: none !important;
}

/* Paragraphes et listes à puces */

p
{
	font-size: 11pt;
	margin: 0pt 0 10pt;
}

ol,
ul
{
	font-size: 11pt;
	margin-left: 20pt;
	padding-left: 0;
}

ol li,
ul li
{
	line-height: normal;
	margin-bottom: 2pt;
	margin-left: 30pt;
}

ol li ul,
ol li ol,
ul li ul,
ul li ol
{
	margin-left: 0;
}

ol li li,
ul li li
{
	font-size: 11pt;
	margin-bottom: 2pt;
	margin-left: 10pt;
}

ul li ul li
{
	list-style: circle;
}

ol li ul li ul li,
ul li ul li ul li
{
	font-size: 11pt;
	margin-bottom: 0pt;
	margin-left: 12pt;
}

ol ul,
ul ol,
ul ul,
ol ol
{
	margin: 0pt 0 5pt;
	padding-left: 24pt;
}

p.Step1
{
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 20pt;
	mc-auto-number-format: '{n=1}';
	mc-auto-number-class: Step;
	font-size: 11pt;
}

p.Step
{
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 20pt;
	mc-auto-number-format: '{n+}';
	mc-auto-number-class: Step;
	font-size: 11pt;
}

div.Step
{
	margin-left: 0;
}

div.Step p,
td
{
	margin-left: 20pt;
	font-size: 11pt;
	margin-bottom: 0;
	padding-bottom: 5px;
}

div.Step ul,
div.Step ol
{
	padding-left: 0;
	margin-left: 0;
}

span.Step
{
	font-size: 12pt;
	font-weight: bold;
}

p.pagebreak
{
	display: none;
}

.NEW
{
	background-color: #ffff4d;
}

/* Blocs colorés */

div.reference
{
	background: #FAFAFA;
	border-left: 3pt solid #757575;
	padding: 10pt 10pt 10pt 15pt;
	margin: 20px 0 20px 0;
	-webkit-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	line-height: 12pt;
	page-break-inside: avoid;
}

div.reference p:first-child
{
	color: #757575;
	font-weight: bold;
}

div.important
{
	background: #F9E9E8;
	border-left: 3pt solid #D21E06;
	padding: 10pt 10pt 10pt 15pt;
	margin: 20px 0 20px 0;
	-webkit-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	line-height: 12pt;
	page-break-inside: avoid;
}

div.important p:first-child
{
	color: #D21E06;
	font-weight: bold;
}

div.exemple
{
	background: #F0FAE0;
	border-left: 3pt solid #A0BD00;
	padding: 10pt 10pt 10pt 15pt;
	margin: 20px 0 20px 0;
	-webkit-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	line-height: 12pt;
	page-break-inside: avoid;
}

div.exemple p:first-child
{
	color: #A0BD00;
	font-weight: bold;
}

div.note
{
	background: #EEF6FA;
	border-left: 3pt solid #008ECF;
	padding: 10pt 10pt 10pt 15pt;
	margin: 20px 0 20px 0;
	-webkit-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	line-height: 12pt;
	page-break-inside: avoid;
}

div.note p:first-child
{
	color: #008ECF;
	font-weight: bold;
}

div.astuce
{
	background: #FDF0D0;
	border-left: 3pt solid #FFC108;
	padding: 10pt 10pt 10pt 15pt;
	margin: 20px 0 20px 0;
	-webkit-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	line-height: 12pt;
	page-break-inside: avoid;
}

div.astuce p:first-child
{
	color: #FFC108;
	font-weight: bold;
}

div.important p,
div.exemple p,
div.note p,
div.astuce p,
div.reference p
{
	font-weight: normal;
	line-height: normal;
}

code
{
	font-size: inherit;
}

div.code
{
	background: #f4f4f4;
	border: 1px solid #ddd;
	border-left: 3pt solid #ddd;
	padding: 10pt;
	margin-bottom: 10pt;
}

div.code p
{
	font-size: 10pt;
	font-family: monospace;
	margin-bottom: 0;
}

/* Tableaux */

table.TableStyle-Table tr *
{
	font-size: 10pt;
}

table.TableStyle-Table td
{
	padding: 6pt;
}

table.TableStyle-Table p
{
	margin-bottom: 6pt;
	margin-top: 0;
}

table.TableStyle-Table caption
{
	display: none;
}

/* Images */

p.img
{
	text-align: center;
}

img.x16
{
	mc-disabled: false;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
	border-bottom-style: none;
	border-bottom-width: 0px;
	mc-thumbnail: none;
	height: 16px;
	width: 16px;
}

img.main
{
	mc-thumbnail: popup;
	mc-thumbnail-max-height: auto;
	mc-thumbnail-max-width: 125px;
	border: 1px solid #757575;
	padding: 10px;
	margin: 10px;
}

img.MCPopupFullImage
{
	outline: 2px solid #757575;
	padding: 10px;
	mc-hidden: hidden;
}

/* Liens */

MadCap|xref
{
	mc-format: '{para}';
	text-decoration: none;
	color: #15ADE4;
	font-weight: normal;
}

MadCap|xref:hover
{
	color: #008ECF;
}

MadCap|xref:visited
{
	color: #15ADE4;
}

MadCap|xref.intro_reference
{
	mc-format: '{para} [...]';
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
	color: #000000;
}

a
{
	font-weight: normal;
	color: #15ADE4;
	text-decoration: underline;
}

a:link
{
	color: #15ADE4;
}

a:visited
{
	color: #15ADE4;
}

a:hover
{
	color: #008ECF;
}

a:active
{
	font-style: normal;
	font-weight: normal;
}

span.SearchHighlight
{
	background: #FFD351;
}

@media only screen and (min-width: 1050px)
{
	.search-bar._Skins_SearchTopics.mc-component
	{
		width: 250px;
		margin: 0;
		float: right;
	}
}

@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;
	}

	div#searchPane
	{
		margin-left: -280px;
	}

	ul.menu._Skins_SideMenu.mc-component ul ul > li > a
	{
		padding-left: 30px;
	}

	div.HomeTiles
	{
		max-width: 810px;
	}

	div.HomeTiles_WebPortal
	{
		max-width: 550px;
	}

	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.TopicBody
	{
		max-width: 750px;
	}

	div.TopicSearch
	{
		max-width: 750px;
	}

	div.TopicMenu
	{
		width: 300px;
		padding-right: 15px;
	}

	div.TopicContent
	{
		padding-left: 15px;
		margin-top: 0;
	}

	div#searchPane
	{
		margin-left: -215px;
	}

	ul.menu._Skins_SideMenu.mc-component ul ul > li > a
	{
		padding-left: 20px;
	}

	div.HomeTiles
	{
		max-width: 660px;
	}

	div.HomeTiles_WebPortal
	{
		max-width: 450px;
	}

	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;
	}

	/* FAQ */

	div.FAQ_Cat_Interface
	{
		max-width: 660px;
		padding-left: 0;
		background-size: 48px;
	}

	div.FAQ_Cat_Compta
	{
		max-width: 660px;
		padding-left: 0;
		background-size: 48px;
	}

	div.FAQ_Cat_Ventes
	{
		max-width: 660px;
		padding-left: 0;
		background-size: 48px;
	}

	p.FAQ_CatTitle
	{
		font-size: 22px;
		font-weight: 300;
		color: #000000;
		line-height: 48px;
		margin: 0 0 40px;
		padding-left: 82px;
	}

	.MCDropDown.dropDown.dropDownFAQ.MCDropDown_Open .MCDropDownBody
	{
		padding: 10px 50px 0 0;
	}
}

@media only screen and (max-width: 800px)
{
	p
	{
		overflow-wrap: break-word;
	}

	.TableStyle-Table
	{
		display: block;
		overflow-x: auto;
		white-space: normal;
	}

	.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage,
	.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage
	{
		padding-right: 40px;
	}

	div.FooterSocial
	{
		max-width: 100%;
	}

	.off-canvas-wrapper-inner nav.title-bar .outer-row
	{
		max-width: 100%;
		padding: 15px 25px;
	}

	ul.off-canvas-list li a
	{
		padding: 20px 15px;
	}

	div.HomeBanner p:first-child
	{
		font-size: 42px;
	}

	div.HomeBanner p
	{
		font-size: 17px;
	}

	div.TopicBody
	{
		max-width: 100%;
	}

	div.TopicSearch
	{
		max-width: 100%;
	}

	div.TopicMenu
	{
		display: none;
	}

	div.TopicContent
	{
		padding: 25px;
		margin-left: 0;
	}

	div#searchPane
	{
		margin-left: 0;
	}

	div.TopicSearch
	{
		float: none;
	}

	div.TopicSearch
	{
		margin: 0 25px;
	}

	div.HomeTiles
	{
		max-width: 450px;
	}

	div.HomeTiles_WebPortal
	{
		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;
	}

	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;
	}
}

@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.TopicSearch
	{
		margin: 0 15px;
	}

	div.TopicContent
	{
		padding: 15px;
	}

	div#pagination
	{
		line-height: 50px;
	}

	div.HomeTiles
	{
		max-width: 225px;
	}

	div.HomeTiles_WebPortal
	{
		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;
	}
}

.image-tiers
{
	background-image: url('../Images/HTML/home_tiers_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-tiers:hover
{
	background-image: url('../Images/HTML/home_tiers_white.svg');
}

