/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

@font-face 
{
	font-family: 'Gilroy-bold';
	src: url(../Fonts/Gilroy-Bold.otf);
}

@font-face 
{
	font-family: 'Gilroy';
	src: url(../Fonts/Gilroy-Light.otf);
}

@font-face 
{
	font-family: 'Gilroy-regular';
	src: url(../Fonts/Gilroy-Regular.otf);
}

@font-face 
{
	font-family: 'Gilroy-semibold';
	src: url(../Fonts/Gilroy-SemiBold.otf);
}

body
{
	color: #ffffff;
	background: #1D1D1B;
	font-family: 'Gilroy';
	font-size: 16px;
}

:root
{
	/* color for the puce and the hover*/
	--Brand1: #00FFDA;
	/* light color for text in night version */
	--Brand2: #1a8ebd;
	/* background color for the topic */
	--Brand3: #1D1D1B;
	/* white color text for the topic */
	--Brand4: #ffffff;
	/* grey color text */
	--Brand5: #c9d1de;
	/* red color for warning and caution styles */
	--Brand6: #e65252;
	/* green color for box background */
	--Brand7: #00D6B7;
	/* Black background color for box background for text in courrier font */
	--Brand8: #262930;
	--Black: #000000;
	--White: #ffffff;
}

.body-container
{
	padding-left: 2%;
	padding-top: 2%;
}

/* Backmatter */

div.GlossaryPageDefinition
{
	font-size: 10pt;
}

div.GlossaryPageHeading
{
	font-size: 21pt;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom-color: var(--Brand4);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
	color: inherit;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 10px;
	background-image: url('../Images/Backmatter-Heading-Background.png');
	background-repeat: no-repeat;
}

div.GlossaryPageTerm
{
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}

/* Frontmatter */

hr.title-page
{
	border: solid 0px transparent;
	background-color: var(--Brand3);
	height: 1px;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 370px;
	/*	font-size: 20pt; */
}

p.title
{
	line-height: 65pt;
	margin-top: 30px;
	mc-hyphenate: never;
	font-size: 20pt;
}

p.title-page-footer
{
	color: var(--Brand5);
	font-size: 9pt;
	frame-break-before: always;
	line-height: 15pt;
	margin-top: 30px;
}

p.title-page-url
{
	color: var(--Brand5);
	font-size: 9pt;
	line-height: 15pt;
}

/* Home page topic */

div.home-layout
{
	padding: 0% 3%;
}

div.home-section
{
	padding: 2% 0;
	border-bottom: solid 1px var(--Brand4);
}

/*== Home-tiles section ==*/

div.home-tiles	/*This layout was created using the Responsive Layout Editor in MadCap Flare. Go to: Home Ribbon > Styles Section > Responsive Layout*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > div
{
	float: left;
	background-color: var(--Brand7);
	margin-bottom: 3%;
	overflow: hidden;
	padding: 2%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-tiles > div:nth-child(1)
{
	width: 20%;
	margin-left: 0%;
}

div.home-tiles > div:nth-child(2)
{
	width: 20%;
	margin-left: 4%;
}

div.home-tiles > div:nth-child(3)
{
	width: 25%;
	margin-left: 8.3333%;
	padding-top: 2%;
	padding-bottom: 1px;
}

/*== Elements for text contained within each home-tile ==*/

p.tile-title
{
	color: var(--Black);
	margin-top: 0px;
	font-size: 1.3em;
	font-weight: bold;
}

p.tile-content
{
	color: var(--Black);
}

p.tile-button
{
	margin-top: 2px;
	float: right;
	margin-right: 8px;
}

div.home-tiles a	/*Complex Selector: Links within the home tiles will have the following properties*/
{
	text-decoration: none;
	color: var(--Brand4);
}

div.home-tiles > div:hover
{
	box-shadow: 0 12px 18px rgba(0,0,0,0.16), 0 12px 18px rgba(0,0,0,0.23);
	transform: scale(1.05);
}

div.home-tiles	/*To display boxes, modify also parameters in the Home/responsive layout*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > div	/*Blue boxes*/
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--Brand7);
	padding-bottom: 20px;
}

div.home-tiles > div:nth-child(1)
{
	margin-left: 0%;
	padding-bottom: 1px;
	width: 25%;
	padding-bottom: 20px;
}

div.home-tiles > div:nth-child(2)
{
	width: 30%;
	margin-left: 4%;
	padding-bottom: 20px;
}

div.home-tiles > div:nth-child(2)
{
	width: 25%;
	margin-left: 8.3333%;
	padding-bottom: 20px;
}

div.home-tiles-layout	/*Blue boxes*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	display: inline;
	padding-bottom: 20px;
}

div.home-tiles-layout::before
{
	content: ' ';
	display: table;
}

div.home-tiles-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles-layout > div	/* boxes */
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-tiles-layout > div:nth-child(1)
{
	width: 20%;
	margin-left: 0%;
}

div.home-tiles-layout > div:nth-child(2)
{
	width: 20%;
	margin-left: 0%;
}

div.home-tiles-layout > div:nth-child(3)
{
	width: 20%;
	margin-left: 0%;
}

div.home-tiles-layout p
{
	line-height: 1.2;
}

div.topic-hero	/*  To display a product image in the top of the Home page*/
{
	padding: 5%;
	background-size: cover;
	background-attachment: scroll;
}

div.topic-hero h1	/*  To display a text on the product image in the top of the Home page*/
{
	color: var(--Black);
	font-size: 24pt;
	font-family: 'Gilroy';
	text-align: center;
}

html.home-topic	/*Used on home topic to override padding set in the skin*/
{
	
}

html.home-topic .body-container	/*Overrides padding set in the skin*/
{
	padding: 0;
}

html.home-topic .main-section > .outer-row	/*Overrides padding set in the skin when in tablet/mobile*/
{
	max-width: 100%;
	padding: 0;
}

/* Topic Popup */

.MCTopicPopupContainer
{
	bottom: 50px;
	left: 250px;
	right: 250px;
	top: 150px;
	background-color: var(--Brand1);
	padding: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* .MCPopupThumbnail
{
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #000000;
}
*/

/* Links */

a:link	/* link not visited not active */
{
	text-decoration: underline;
	color: var(--Brand1);
	font-weight: bold;
}

a:visited
{
	text-decoration: none;
	color: var(--Brand4);
}

div.home-tiles a:hover	/*Complex Selector: When hovering over links within the home tiles the following properties will apply.*/
{
	color: var(--Black);
}

a:hover
{
	color: var(--Brand4);
	text-decoration: none;
}

a:active
{
	color: var(--Brand4);
}

a
{
	color: var(--Brand1);
	text-decoration: underline;
}

a.Popup
{
	color: var(--Brand5);
	text-decoration: none;
}

/* Madcap Flare xref 
MadCap|xref
{
    mc-format: '{title}';
}
*/

/* Page layout */

p.frame-footer-page-number
{
	color: var(--Brand4);
	font-family: 'Gilroy';
	font-size: 11pt;
	font-weight: bold;
	text-align: right;
}

p.frame-footer-text
{
	color: var(--Brand4);
	font-size: 11pt;
	font-family: 'Gilroy';
	font-weight: bold;
	text-transform: uppercase;
}

/* Master page */

div.home-footer
{
	/* background-color: var(--White); */
	padding: 2% 3%;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: var(--Brand4);
	font-family: 'Gilroy';
	font-size: 12fpt;
}

p.footer-sub
{
	color: var(--Brand4);
	font-family: 'Gilroy';
	font-size: 14pt;
	margin-top: 14px;
}

/* Content */
/* Headings */

h1
{
	font-weight: bold;
	color: var(--Brand4);
	font-size: 25px;
	font-family: 'Gilroy SemiBold';
}

h2
{
	font-weight: bold;
	font-family: 'Gilroy-light';
	color: var(--Brand5);
	font-size: 25px;
}

h3
{
	font-family: 'Gilroy-semibold';
	color: var(--Brand5);
	font-size: 16.0pt;
}

h4
{
	font-weight: bold;
	font-family: 'Gilroy-semibold';
	color: var(--Brand5);
	font-size: 12.0pt;
}

/* default image */

img
{
	border: none;
	max-width: 100%;
	margin-left: 10px;
	mc-thumbnail: none;
}

img.in
{
	border: none;
	max-width: 70%;
	margin-left: 10px;
	mc-thumbnail: none;
}

/* images displayed with thumbnail */

img.large
{
	border: none;
	max-width: 100%;
	margin-left: 20px;
	mc-thumbnail: popup;
}

img.gif
{
	border: none;
	max-width: 65%;
	margin-left: 10px;
	mc-thumbnail: popup;
}

/* icons to be aligned into text */

img.intext5
{
	display: inline;
	margin-left: 2px;
	margin-right: 2px;
	vertical-align: middle;
	mc-thumbnail: none;
}

img.intext
{
	display: inline;
	margin-left: 2px;
	margin-right: 2px;
	vertical-align: middle;
	mc-thumbnail: none;
}

.tooltip
{
	border-radius: 5px;
	border-width: 1px;
	box-shadow: 0 0 5px #aaa;
	-webkit-box-shadow: 0 0 5px #aaa;
	font-weight: normal;
	height: auto;
	margin-left: 20px;
	padding: 8px;
	position: absolute;
	z-index: 99999;
	max-width: 150px;
	background-color: #ffffff;
}

/* Print styles adapted to the web */

p
{
	margin-top: 0px;
	margin-bottom: 6px;
	margin-left: 5px;
	letter-spacing: 0.25;
	widows: 3;
	orphans: 3;
	color: var(--Brand4);
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20pt;
}

p.liste_retrait_1
{
	margin-left: 50px;
}

p.liste_retrait_2
{
	margin-left: 70px;
}

p.list_puce_1_bleu
{
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 23px;
	margin-left: 50px;
	list-style-type: disc;
	mc-auto-number-class: list_1_bleu;
	mc-auto-number-format: '>';
}

span.list_1_bleu
{
	/* à conserver indépendant de span.liste_autonumber pour la renumérotation auto dans les dropdown */
	font-weight: bold;
	font-style: normal;
	color: var(--Brand1);
}

p.liste_puce_2
{
	mc-auto-number-class: liste_puce;
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 20px;
	list-style-type: none;
	mc-auto-number-format: '●';
	margin-left: 70px;
}

p.liste_puce_3
{
	mc-auto-number-offset: 5mm;
	margin-left: 90px;
	mc-auto-number-class: liste_puce;
	mc-auto-number-format: '-';
	mc-auto-number-position: outside-head;
}

p.liste_num_1
{
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 20px;
	color: var(--Brand4);
	mc-auto-number-class: liste_num;
	mc-auto-number-format: 'S:{n+}.{ =0}';
	margin-left: 0px;
}

p.liste_num_2
{
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 20px;
	color: var(--Brand4);
	mc-auto-number-format: 'S:{ }{a+}.';
	mc-auto-number-class: liste_num;
	margin-left: 50px;
}

p.tableau_list1
{
	mc-auto-number-format: '>';
	mc-auto-number-class: list_1_bleu;
	padding-left: 0px;
	mc-auto-number-position: outside-head;
	margin-left: 15px;
	mc-auto-number-offset: 12px;
}

p.tableau_list2
{
	mc-auto-number-class: liste_puce;
	mc-auto-number-offset: 12px;
	mc-auto-number-position: outside-head;
	margin-left: 27px;
	mc-auto-number-format: '●';
}

p.paraproc
{
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 20px;
	color: var(--Brand4);
	mc-auto-number-class: paraproc;
	mc-auto-number-format: 'S:{n+}.{ =0}';
	margin-left: 10px;
	margin-top: 20px;
	line-height: 20pt;
	font-family: 'Gilroy';
	border-top-style: solid;
	border-top-width: 0pt;
	border-top-color: var(--Brand1);
}

span.paraproc
{
	/* à conserver indépendant de span.liste_autonumber pour la renumérotation auto dans les dropdown */
	font-style: normal;
	font-weight: bold;
	color: var(--Brand4);
}

p.paraproc_end
{
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 20px;
	color: var(--Brand4);
	mc-auto-number-class: paraproc;
	mc-auto-number-format: 'S:{n+}.{ =0}';
	margin-left: 10px;
	border-bottom: solid;
	border-bottom-width: 0pt;
	border-bottom-color: var(--Brand1);
}

p.fin-procedure
{
	margin-top: 0pt;
	font-family: Gilroy;
	margin-left: 80px;
	font-size: 1pt;
	font-weight: bold;
	padding-left: 33px;
	padding-right: 0px;
	padding-top: 0px;
	margin-right: 4px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	mc-auto-number-format: 'S:{ =0}';
}

p.figure_titre
{
	display: none;
}

p.tableau_titre
{
	display: none;
}

p.boldleft
{
	text-align: left;
	font-weight: bold;
	margin-left: 0px;
	margin-bottom: 6pt;
	font-size: 14pt;
	font-family: Gilroy;
	border-bottom: solid 1pt #00ffda;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: var(--Brand4);
	text-align: right;
	font-size: 9pt;
}

p.space
{
	/* line under paraproc without number */
	margin-top: 0;
	color: #ffffff;
	margin-left: 30mm;
	margin-bottom: 0pt;
	line-height: 10pt;
	text-align: left;
	display: none;
}

p.in_margin
{
	color: var(--Brand4);
	font-family: Gilroy;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-left: 0px;
	margin-bottom: 6pt;
	text-align: left;
	line-height: 15pt;
}

p.Avanced_expert
{
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	margin-bottom: 3mm;
	margin-top: 4mm;
	margin-left: 114px;
	margin-right: 4px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: var(--Brand4);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: var(--Brand4);
	padding-top: 2mm;
	padding-bottom: 2mm;
	color: var(--Brand4);
	width: 70%;
}

p.importantitre
{
	margin-top: 2mm;
	margin-bottom: 3mm;
	margin-left: 10px;
	color: var(--Brand4);
	width: 70%;
	align: center;
}

p.important
{
	margin-top: 2mm;
	margin-bottom: 3mm;
	padding-top: 1mm;
	padding-bottom: 1mm;
	color: var(--Brand4);
	width: 70%;
	border-left: solid 5px #00ffda;
	padding-left: 10px;
	margin-left: 20px;
}

p.important_border1
{
	margin-bottom: 1mm;
	margin-top: 4mm;
	padding-top: 2mm;
	margin-right: 4px;
	color: var(--Brand4);
	width: 70%;
	border-left: solid 5px #00ffda;
	padding-left: 10px;
	margin-left: 20px;
}

p.important_border2
{
	margin-bottom: 3mm;
	margin-top: 1mm;
	margin-left: 50px;
	padding-bottom: 2mm;
	margin-right: 4px;
	color: var(--Brand4);
	padding-top: 0;
	width: 70%;
	border-left: solid 5px #00ffda;
	padding-left: 10px;
}

p.caution
{
	border-bottom: solid 2pt #e65252;
	border-top: solid 2pt #e65252;
	margin-bottom: 3mm;
	margin-top: 4mm;
	margin-left: 50px;
	padding-top: 2mm;
	padding-bottom: 2mm;
	margin-right: 4px;
	color: var(--Brand4);
	width: 70%;
}

p.caution_border1
{
	border-top: solid 2pt #e65252;
	margin-bottom: 1mm;
	margin-top: 4mm;
	margin-left: 100px;
	padding-top: 2mm;
	margin-right: 4px;
	color: var(--Brand4);
	padding-bottom: 0;
	width: 70%;
}

p.caution_border2
{
	border-bottom: solid 2pt #e65252;
	margin-bottom: 3mm;
	margin-top: 1mm;
	margin-left: 100px;
	padding-bottom: 2mm;
	margin-right: 4px;
	color: var(--Brand4);
	padding-top: 0;
	width: 70%;
}

p.warning
{
	border-top: solid 2px #e65252;
	border-top-color: #e65252;
	border-bottom: solid 2px #e65252;
	margin-bottom: 3mm;
	margin-top: 4mm;
	margin-left: 50px;
	padding-top: 2mm;
	padding-bottom: 2mm;
	margin-right: 4px;
	color: #e65252;
	width: 70%;
}

p.warning_border_1
{
	border-top-color: #e65252;
	border-top: solid 1px #e65252;
	margin-left: 50px;
	margin-top: 4mm;
	margin-right: 4px;
	padding-top: 2mm;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #e65252;
	width: 70%;
}

p.warning_border_2
{
	margin-left: 80px;
	padding-bottom: 2mm;
	margin-bottom: 3mm;
	margin-left: 50px;
	margin-right: 4px;
	border-bottom: solid 1px #e65252;
	padding-top: 0;
	margin-top: 0;
	color: #e65252;
	width: 70%;
}

p.courrier
{
	font-family: 'Courrier';
	font-weight: bold;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--Brand8);
	padding: 5px 5px 5px 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* table styles */

p.tableau
{
	margin-left: 5px;
	text-align: left;
	color: var(--White);
}

p.table-text
{
	margin-left: 5px;
	text-align: left;
	color: var(--White);
}

p.table-header
{
	margin-left: 5px;
	text-align: left;
	font-weight: bold;
	color: var(--White);
}

p.tableau-bold
{
	margin-left: 5px;
	text-align: left;
	font-weight: bold;
	color: var(--White);
}

table
{
	margin-left: 0;
	margin-right: auto;
}

span
{
	color: #ffffff;
}

/* div styles */
/* ============================================================================================================= */
/* ============================================================================================================= */

@media print
{
	p.sous_titre_1
	{
		font-weight: bold;
		margin-top: 18pt;
		margin-bottom: 6pt;
		margin: 12px;
	}

	p
	{
		margin-top: 0;
		color: #000000;
		margin-left: 30mm;
		margin-bottom: 0pt;
		line-height: 15pt;
		text-align: justify;
	}

	img
	{
		max-width: 15cm;
		mc-thumbnail-max-height: 0cm;
	}

	img.bouton
	{
		padding-bottom: -2px;
		max-height: 40px;
	}

	h1
	{
		mc-hyphenate: never;
		font-size: 18.0pt;
		font-weight: bold;
		font-style: normal;
		font-family: 'Gilroy Semi Bold';
		mc-auto-number-format: 'GA:{n+}{ =0}    ';
		margin-top: 0pt;
		margin-bottom: 18pt;
		padding-bottom: 5pt;
		color: #000000;
		mc-auto-number-position: outside-head;
		padding-left: 60;
		mc-auto-number-offset: 60px;
		border-bottom: solid 1px #7dc6b4;
	}

	h1.centeredtitle
	{
		margin-left: 0px;
		font-family: 'Gilroy Semi Bold';
		line-height: 30pt;
		font-variant: normal;
		border-bottom: none 2px #000000;
		mc-auto-number-format: ' ';
		margin-top: 0pt;
		page-break-before: auto;
		text-align: left;
		font-size: 18pt;
		font-weight: bold;
		font-style: normal;
		mc-auto-number-position: outside-head;
		padding-left: 60;
		mc-auto-number-offset: 60px;
	}

	h2
	{
		font-size: 18.0pt;
		mc-hyphenate: never;
		font-family: 'Gilroy Light';
		font-weight: normal;
		font-style: normal;
		mc-auto-number-format: 'GA:{n}.{n+}{ =0}      ';
		margin-top: 12pt;
		margin-bottom: 6pt;
		mc-auto-number-position: outside-head;
		padding-left: 65;
		mc-auto-number-offset: 65px;
	}

	h3
	{
		mc-hyphenate: never;
		font-size: 12pt;
		font-weight: normal;
		font-style: normal;
		font-variant: small-caps;
		font-family: 'Gilroy Semi Bold';
		mc-auto-number-format: 'GA:{n}.{n}.{n+}{ =0}       ';
		margin-top: 6pt;
		margin-bottom: 6pt;
		mc-auto-number-position: outside-head;
		padding-left: 60;
		mc-auto-number-offset: 60px;
	}

	h4
	{
		font-weight: normal;
		mc-hyphenate: never;
		font-size: 10pt;
		mc-auto-number-format: 'GA:{n}.{n}.{n}.{n+}{ =0}        ';
		margin-bottom: 6pt;
		margin-top: 6pt;
		font-family: 'Gilroy Semi Bold';
		mc-auto-number-position: outside-head;
		padding-left: 60;
		mc-auto-number-offset: 60px;
	}

	h1.appendix
	{
		font-family: 'Gilroy Semi Bold';
		font-size: 18.0pt;
		border-bottom: none 2px #000000;
		page-break-before: avoid;
		margin-top: 0pt;
		mc-auto-number-format: 'GB:{A+}      ';
		padding-left: 60;
		mc-auto-number-offset: 60px;
	}

	h2.appendix
	{
		font-family: 'Gilroy Light';
		font-style: normal;
		font-weight: bold;
		mc-auto-number-format: 'GH:{A}.{n+}{ =0}   ';
		margin-top: 18pt;
		margin-bottom: 6pt;
		padding-left: 60;
		mc-auto-number-offset: 60px;
		mc-auto-number-format: 'GB:{A}.{n+}{ =0}     ';
	}

	h3.appendix
	{
		font-family: 'Gilroy Semi Bold';
		color: #000000;
		font-size: 12pt;
		font-style: normal;
		font-variant: small-caps;
		mc-auto-number-format: 'GH:{A}.{n}.{n+}{ =0}    ';
		margin-top: 0pt;
		margin-bottom: 6pt;
		padding-left: 60;
		mc-auto-number-offset: 60px;
		mc-auto-number-format: 'GB:{A}.{n}.{n+}{ =0}      ';
	}

	p.figure
	{
		text-align: center;
		margin-bottom: 0px;
		margin-top: 2px;
		margin-right: 0px;
		margin-left: 0;
		mc-thumbnail: none;
	}

	.non_numerote
	{
		mc-auto-number-format: ' ';
	}

	p.liste_retrait_1
	{
		margin-left: 138px;
	}

	p.liste_retrait_2
	{
		margin-left: 159px;
	}

	p.list_puce_1_bleu
	{
		mc-auto-number-position: outside-head;
		mc-auto-number-offset: 23px;
		margin-left: 138px;
		list-style-type: disc;
		mc-auto-number-class: list_1_bleu;
		mc-auto-number-format: '>';
	}

	span.list_1_bleu
	{
		/* à conserver indépendant de span.liste_autonumber pour la renumérotation auto dans les dropdown */
		font-weight: bold;
		font-style: normal;
		font-size: 18px;
		color: #7dc6b4;
	}

	p.liste_puce_2
	{
		mc-auto-number-class: liste_puce;
		mc-auto-number-position: outside-head;
		mc-auto-number-offset: 20px;
		list-style-type: none;
		margin-left: 159px;
		mc-auto-number-format: '●';
	}

	p.liste_puce_3
	{
		mc-auto-number-offset: 5mm;
		margin-left: 179px;
		mc-auto-number-class: liste_puce;
		mc-auto-number-format: '-';
		mc-auto-number-position: outside-head;
	}

	p.liste_num_1
	{
		mc-auto-number-position: outside-head;
		mc-auto-number-offset: 20px;
		mc-auto-number-class: liste_num;
		mc-auto-number-format: 'S:{n+}.{ =0}';
		margin-left: 138px;
	}

	p.liste_num_2
	{
		mc-auto-number-position: outside-head;
		mc-auto-number-offset: 20px;
		mc-auto-number-format: 'S:{ }{a+}.';
		mc-auto-number-class: liste_num;
		margin-left: 159px;
	}

	p.paraproc-list1
	{
		mc-auto-number-position: outside-head;
		mc-auto-number-offset: 23px;
		mc-auto-number-class: list_1_bleu;
		margin-left: 138px;
		mc-auto-number-format: '●';
		list-style-type: disc;
	}

	p.list-rouge
	{
		mc-auto-number-position: outside-head;
		mc-auto-number-offset: 23px;
		margin-left: 138px;
		mc-auto-number-format: '●';
		list-style-type: disc;
		mc-auto-number-class: list-rouge;
		color: #ff0000;
	}

	span.list-rouge
	{
		/* à conserver indépendant de span.liste_autonumber pour la renumérotation auto dans les dropdown */
		font-weight: bold;
		font-style: normal;
		color: #ff0000;
	}

	span.liste_puce
	{
		font-weight: bold;
		font-style: normal;
		color: #000000;
	}

	p.in_margin
	{
		color: #000000;
		font-family: 'Gilroy Semi Bold';
		font-size: 8pt;
		font-style: normal;
		font-weight: bold;
		margin-left: 0px;
		float: left;
		width: 22mm;
		text-align: left;
		line-height: 10pt;
	}

	p.figure_titre
	{
		color: #575757;
		font-family: 'Gilroy Semi Bold';
		font-style: normal;
		font-weight: bold;
		margin-left: 0mm;
		margin-bottom: 6pt;
		page-break-before: avoid;
		page-break-inside: avoid;
		mc-auto-number-format: 'F:Figure {Gn+} - ';
	}

	p.tableau_titre
	{
		color: #575757;
		font-family: 'Gilroy Semi Bold';
		font-style: normal;
		font-weight: bold;
		margin-top: 6pt;
		margin-left: 0pt;
		text-align: center;
		mc-auto-number-format: 'T:Table {Gn+} - ';
	}

	th
	{
		color: #000000;
		font-family: Gilroy;
		font-size: 10pt;
		font-weight: bold;
	}

	td p
	{
		margin-left: 2px;
	}

	td
	{
		color: #000000;
		font-family: Gilroy;
		font-size: 10pt;
		margin-left: 2px;
		margin-right: 2px;
		margin-top: 2px;
		margin-bottom: 2px;
	}

	span.liste_autonumber
	{
		color: #000000;
	}

	span.liste_puce
	{
		color: #000000;
	}

	p.warning
	{
		border-top: solid 1px #000000;
		border-top-color: #ff0000;
		border-bottom: solid 1px #ff0000;
		margin-bottom: 3mm;
		margin-top: 4mm;
		color: #ff0000;
		margin-left: 114px;
		padding-top: 2mm;
		padding-bottom: 2mm;
		margin-right: 4px;
	}

	p.Avanced_expert
	{
		border-top: solid 1px #000000;
		border-bottom: solid 1px #ff0000;
		margin-bottom: 3mm;
		margin-top: 4mm;
		margin-left: 114px;
		margin-right: 4px;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #000000;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #000000;
		padding-top: 2mm;
		padding-bottom: 2mm;
	}

	p.caution
	{
		border-bottom: solid 1pt #ff0000;
		border-top: solid 1pt #ff0000;
		margin-bottom: 3mm;
		margin-top: 4mm;
		margin-left: 114px;
		padding-top: 2mm;
		padding-bottom: 2mm;
		margin-right: 4px;
	}

	p.caution_border1
	{
		border-top: solid 1pt #ff0000;
		margin-bottom: 1mm;
		margin-top: 4mm;
		margin-left: 114px;
		padding-top: 2mm;
		margin-right: 4px;
		color: #000000;
		padding-bottom: 0;
	}

	p.caution_border2
	{
		border-bottom: solid 1pt #ff0000;
		margin-bottom: 3mm;
		margin-top: 1mm;
		margin-left: 114px;
		padding-bottom: 2mm;
		margin-right: 4px;
		color: #000000;
		padding-top: 0;
	}

	p.note
	{
		font-style: normal;
		color: #000000;
		margin-bottom: 2mm;
		margin-top: 2mm;
	}

	p.tableau
	{
		margin-left: 3px;
		text-align: left;
	}

	p.centeredtitle
	{
		font-family: 'Gilroy Semi Bold';
		font-size: 18pt;
		font-weight: bold;
		font-style: normal;
		text-align: left;
		margin-left: 0;
		margin-top: 8pt;
		margin-bottom: 12pt;
	}

	p.boldcentered
	{
		text-align: center;
		font-size: 11pt;
		font-weight: bold;
	}

	p.TOC1
	{
		font-size: 11pt;
		font-variant: small-caps;
		border-left-color: #7dc6b4;
		border-left: solid 6pt #7dc6b4;
		line-height: 30pt;
		padding-left: 5pt;
		padding-top: 5pt;
		margin-top: 0pt;
		margin-bottom: 0pt;
	}

	p.TOC2
	{
		border-left: solid 6pt #7dc6b4;
		font-variant: small-caps;
		font-weight: bold;
		line-height: 30pt;
		padding-left: 5pt;
		padding-top: 3pt;
		margin-left: 0px;
		margin-top: 0pt;
		margin-bottom: 0pt;
	}

	p.TOC3
	{
		border-left: solid 6pt #7dc6b4;
		line-height: 15pt;
		margin-left: 0px;
		padding-left: 5pt;
		padding-top: 3pt;
		line-height: 30pt;
		margin-top: 0pt;
		margin-bottom: 0pt;
	}

	p.TOC4
	{
		border-left: solid 6pt #7dc6b4;
		font-style: italic;
		line-height: 15pt;
		margin-left: 0px;
		padding-left: 5pt;
		padding-top: 3pt;
		line-height: 30pt;
		margin-top: 0pt;
		margin-bottom: 0pt;
	}

	p.important
	{
		margin-top: 2mm;
		margin-bottom: 3mm;
		/* border-bottom: solid 2pt #7dc6b4; */
		border-left: solid 2pt #7dc6b4;
		margin-left: 114px;
		padding-top: 1mm;
		padding-bottom: 1mm;
	}

	p.important_border1
	{
		border-top: solid 2pt #7dc6b4;
		margin-bottom: 1mm;
		margin-top: 4mm;
		margin-left: 114px;
		padding-top: 2mm;
		margin-right: 4px;
		color: #000000;
		padding-bottom: 0;
	}

	p.important_border2
	{
		border-bottom: solid 2pt #7dc6b4;
		margin-bottom: 3mm;
		margin-top: 1mm;
		margin-left: 114px;
		padding-bottom: 2mm;
		margin-right: 4px;
		color: #000000;
		padding-top: 0;
	}

	img.bouton
	{
		border: none;
		padding-bottom: -2px;
		padding-top: 0px;
		padding-left: 2px;
		padding-right: 2px;
		mc-thumbnail: none;
		max-height: 15px;
	}

	img.intext
	{
		border: none;
		padding-bottom: -7px;
		padding-top: 0px;
		padding-left: 1px;
		padding-right: 1px;
		mc-thumbnail: none;
		max-height: 100px;
		display: inline;
	}

	img.intext5
	{
		border: none;
		padding-bottom: -5px;
		padding-top: 0px;
		padding-left: 1px;
		padding-right: 1px;
		mc-thumbnail: none;
		max-height: 100px;
	}

	img.caution
	{
		padding-top: 30px;
		max-height: 105px;
	}

	div.NoBreak
	{
		page-break-inside: avoid;
	}

	/* ============== */
	/* top navigation */
	/* ============== */

	div.sideContent
	{
		float: right;
		margin-left: 10px;
		margin-bottom: 10px;
		width: 33.33%;
	}

	html.templateTopic div.sideContent
	{
		display: none;
	}

	img.sans_vignette
	{
		border: none;
		padding: 4px 4px 0px;
		border-bottom-color: #50bfd2;
		mc-thumbnail: none;
	}

	p.paraproc
	{
		margin-top: 5pt;
		border-top-style: solid;
		border-top-width: 1pt;
		border-top-color: #7dc6b4;
		margin-left: 80px;
		font-family: Gilroy;
		font-size: 10pt;
		padding-left: 33px;
		padding-right: 0px;
		padding-top: 4px;
		margin-right: 4px;
		mc-auto-number-class: paraproc;
		mc-auto-number-offset: 25px;
		mc-auto-number-format: 'H:{n+}.';
		mc-auto-number-position: outside-head;
	}

	p.fin-procedure
	{
		margin-top: 0pt;
		border-bottom: solid;
		border-bottom-width: 1pt;
		border-bottom-color: #7dc6b4;
		margin-left: 80px;
		font-family: Gilroy;
		font-size: 1pt;
		font-weight: bold;
		padding-left: 33px;
		padding-right: 0px;
		padding-top: 0px;
		margin-right: 4px;
		padding-bottom: 0px;
		padding-bottom: 0px;
		mc-auto-number-format: 'H:{ =0}';
		margin-bottom: 0px;
		line-height: 6pt;
	}

	span.paraproc
	{
		/* à conserver indépendant de span.liste_autonumber pour la renumérotation auto dans les dropdown */
		font-style: normal;
		color: #000000;
	}

	p.paraproc-result
	{
		margin-left: 96px;
		font-family: 'Courier New', Courier, monospace;
		font-size: 10pt;
		padding-left: 18px;
		padding-right: 0px;
		margin-right: 4px;
		font-style: italic;
	}

	img#p-warning
	{
		border: none;
		padding: 4px 4px 0px;
		border-bottom-color: #50bfd2;
		mc-thumbnail: popup;
		visibility: visible;
		mso-wrap-style: square;
		width: 57px;
		height: 50px;
	}

	p.tableau-bold
	{
		mc-hyphenate: never;
		margin: 0;
		font-family: Gilroy;
		margin-top: 4pt;
		margin-bottom: 4pt;
		font-size: 10pt;
		margin-left: 4pt;
		margin-right: 4pt;
		font-weight: bold;
	}

	p.tableau-italic
	{
		mc-hyphenate: never;
		margin: 0;
		font-family: Gilroy;
		margin-top: 4pt;
		margin-bottom: 4pt;
		font-size: 10pt;
		margin-left: 4pt;
		margin-right: 4pt;
		font-style: italic;
	}

	p.tableau_list1
	{
		padding-left: 0px;
		mc-auto-number-position: outside-head;
		margin-left: 15px;
		mc-auto-number-offset: 12px;
		mc-auto-number-format: '>';
		mc-auto-number-class: list_1_bleu;
	}

	p.tableau_list2
	{
		mc-auto-number-class: liste_puce;
		mc-auto-number-offset: 12px;
		mc-auto-number-position: outside-head;
		margin-left: 27px;
		mc-auto-number-format: '●';
	}

	ol.ol_1
	{
		mc-hyphenate: never;
		margin: 0;
		margin-left: 20px;
		font-family: Gilroy;
		margin-top: 0pt;
		margin-bottom: 0pt;
		font-size: 10pt;
	}

	li
	{
		mc-hyphenate: never;
		margin: 0;
		margin-left: 20px;
		font-family: Gilroy;
		margin-top: 0pt;
		margin-bottom: 0pt;
		font-size: 10pt;
	}

	p.Ent\0000EAtedetabledesmati\0000E8res
	{
		page-break-after: avoid;
		page-break-inside: avoid;
		margin-top: 12pt;
		color: #2E74B5;
		font-size: 16pt;
		mc-heading-level: 10;
		font-family: 'Calibri Light';
	}

	span.span_1
	{
		margin-right: 0pt;
	}

	p.paraproc_end
	{
		margin-top: 10pt;
		border-top-style: solid;
		border-top-width: 1pt;
		margin-left: 80px;
		font-family: Gilroy;
		font-size: 10pt;
		padding-left: 33px;
		padding-right: 0px;
		padding-top: 6px;
		margin-right: 4px;
		mc-auto-number-class: paraproc;
		mc-auto-number-offset: 25px;
		mc-auto-number-format: 'H:{n+}.';
		mc-auto-number-position: outside-head;
		border-top-color: #7dc6b4;
		border-bottom-color: #7dc6b4;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		padding-bottom: 6px;
	}

	p.figure_proc
	{
		margin-left: 30 mm;
		text-align: center;
	}

	p.titre_principal
	{
		margin-left: 0px;
	}

	p.titre_sousprincipal
	{
		margin-left: 0px;
		font-size: 20pt;
	}

	p.titre_secondaire
	{
		margin-left: 0px;
	}

	p.CellCenter
	{
		margin-left: 0;
		padding: 0;
		padding-bottom: 0;
	}

	.note_redacteur
	{
		border-left-color: #f40d0d;
		border: solid 2px #ff0000;
	}
}

p.titre_principal
{
	text-align: center;
	font-family: 'Gilroy Extra Bold';
	font-size: 36pt;
	color: #000000;
	font-weight: bold;
}

p.titre_secondaire
{
	text-align: center;
	font-family: 'Gilroy Ultra Light';
	font-size: 30pt;
	font-weight: normal;
	color: #000000;
	line-height: 50px;
}

/* MadCap|xref
{
	mc-format: 'Figure ';
}
*/

p.tobedeleted
{
	
}

p.liste_partnum_1
{
	mc-auto-number-format: '- Part {n}: ';
}

p.CellParameters
{
	padding: 0;
	padding-bottom: 0;
	padding-left: 0;
	vertical-align: bottom;
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	text-align: left;
	white-space: normal;
	word-spacing: normal;
	margin-bottom: 0;
	margin-left: 0;
	border-collapse: collapse;
	border-spacing: 1;
	mc-image-spacing: auto;
}

p.CellImage
{
	padding: 0;
	padding-bottom: 0;
	border-collapse: collapse;
	vertical-align: bottom;
	margin-left: 0;
	margin-bottom: 0;
	font-size: 8pt;
	line-height: 10;
}

p.CellCenter
{
	font-size: 8pt;
	line-height: 10;
	text-align: center;
	vertical-align: middle;
}

p.warning_border_1
{
	color: #ff0000;
	border-top-color: #ff0000;
	border-top: solid 1px #ff0000;
	margin-left: 114px;
	margin-top: 4mm;
	margin-right: 4px;
	padding-top: 2mm;
	margin-bottom: 0;
	padding-bottom: 0;
}

p.warning_border_2
{
	margin-left: 114px;
	padding-bottom: 2mm;
	margin-bottom: 3mm;
	margin-right: 4px;
	color: #ff0000;
	border-bottom: solid 1px #ff0000;
	padding-top: 0;
	margin-top: 0;
}

p.DynamicHelp
{
	font-size: 12pt;
	margin-left: 0mm;
	line-height: 20pt;
}

