@import url("../../../assets/css/fonts_v2.css");

.tk-ratio { font-family: "Ratio",sans-serif; }
.tk-ratio-display { font-family: "Ratio-display",sans-serif; }


body {
	height: auto;
	/* background: #f5f5f5; */
	background: #011e9c !important
}
#container-wrap,
#container_head_wrap {
	position: relative;
	height: auto;
	background: transparent;
	padding-top: 60px;
}
#container:not([style*="zoom"]) { 
	margin: 80px auto 50px;
	height: auto;
	padding: 0 30px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid rgba(0,0,0,.05);
	box-shadow: 0 0 15px rgba(0,0,0,.1)
}
#container_head {
	display: flex;
	justify-content: space-between;
	height: 55px;
	margin: 0 auto;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	border: 0px solid rgba(0,0,0,.05);
}
.titre_page {
	display: table;
	width: 100%;
}
.table_titre {
	display: table-cell;
	vertical-align: middle;
	padding-right: 60px;
	text-align: center;
}
.titre_page h1 {
	color: #008386;
	font-family: Ratio;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.01em;
}
.logo_doc {
	text-align: center;
}

.lien_accueil {
	text-align: left;
	width: 60px;
	float: left;
}

@media (max-width: 991px) {
	#container:not([style*="zoom"]),
	#container_head {
		width: 90%;
	}
}
@media (min-width: 992px) {
	#container:not([style*="zoom"]),
	#container_head {
		width: 850px;
	}
}

nav {
	position: absolute;
	top: 1px;
	left: 0px;
}

#container_nav {
	position: fixed;
	top: 55px;
	height: 60px;
	background: #fff;
	left: 0;
	width: 100%;
	z-index: 50;
	box-shadow: 0 0 15px rgba(0,0,0,.2);
}
 
svg { 
	position:relative; 
	top:0; 
	left:0; 
}


.marg_top_20 {
	margin-top: 20px;
}


header.header_page {
	height: 55px;
	position: fixed;
	width: 100%;
	z-index: 100;
	top: 0;
	background: #fff;
}

.progress_bar {
	position: fixed;
	height: 10px;
	background: orange;
	bottom: 0px;
	left: 0;
	right: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	z-index: 120;
}
.Yo-Bold {
	font-weight: bold;
}

.highlight {  
	background: #333 !important;
	color: #fff; 
	padding: 5px 10px;
	border: solid 2px #444;
	font-size: 13px;
	letter-spacing: 0.02em;
} 
.highlighter { 
	border: 1px solid #eee; 
	background: red !important;
	color: white; 
	padding: 5px 10px;
} 
.tooltip-inner {
	background: #132144 !important;
	background: #2b4297 !important;
	background: #4a6fc3 !important;
	opacity: 1 !important;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #4a6fc3 !important;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #4a6fc3 !important;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #4a6fc3 !important;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #4d4d4d !important;
}

.txt_mini {
	font-size: 6px;
}

/* -------------------------------- 

Icons 

-------------------------------- */

.cd-icon {
  --size: 1em;
  font-size: var(--size);
  height: 1em;
  width: 1em;
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

.cd-icon use { /* SVG symbols - enable icon color corrections */
  color: inherit;
  fill: currentColor;
}

/* -------------------------------- 

Component 

-------------------------------- */

.back-to-top {
	--size: 40px;
	width: var(--size);
	height: var(--size);
	display: flex;
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	z-index: 10;
	border-radius: 50%;
	background-color: hsla(230, 13%, 9%, 0.9);
	visibility: hidden;
	opacity: 0;
	transition: 0.2s;
	box-shadow: 0 0 15px rgba(255,255,255,.3);
}

.back-to-top:hover {
  background-color: hsl(230, 13%, 9%);
}

.back-to-top .cd-icon {
  --size: 20px;
  display: block;
  margin: auto;
  color: hsl(0, 0%, 100%);
}

.back-to-top--is-visible {
  visibility: visible;
  opacity: 1;
}

/* ====================================================================================
Styles - Sommaire
==================================================================================== */

.tocible .Yo-Chap-N°,
.tocible .Yo-DisplayThin {
	font-family: Ratio;
	font-family: FF-Marianne-Bold,Marianne,serif;
	color: #f18715;
	font-size: 18px !important;
	line-height: 20px;
	/* font-weight: 400 !important; */
}
.tocible .Yo-Chap-N° {
	padding-right: 15px;
	font-size: 24px;
}
.tocible .TitrePrincipe img {
	display: none;
}
.tocible .TitrePrincipe {
	font-family: FF-Marianne-Bold,Marianne,serif;
	color: #008386;
	font-size: 13px;
	line-height: 1.3;
	text-transform: none;
	letter-spacing: 0.12px;
}
.tocible .texte_italic {
	font-style: italic;
}
.tocible .Yo-Chap-Titre-DisplayMedium-BDC {
	display: block;
	font-size: inherit;
}


/* ====================================================================================
Styles - Surcouche
==================================================================================== */

table.Aucun-style-de-tableau {
	margin-bottom: 20px;
	width: 95%;
}

@media (min-width: 992px) {
	table.Aucun-style-de-tableau {
		margin-bottom: 20px;
		width: 90%;
	}
}
p.W-Tab-Indic-Titre {
	margin-left: 0;
	padding: 15px 30px;
}
h3.W-H3-Som02-Titre-Gros-Violet {
	margin-top: 50px;
}
h5.W-H5-Som04-Inter-01 {
	border-width: 0px 0px 0px 5px;
	padding: 0 0 0 10px;
	line-height: 1;
	margin-bottom: 40px;
	margin-left: 0px;
	margin-top: 20px;
}
p.W-Inter-02 {
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 14px;
}
p.W-Inter-03 {
	margin-top: 20px;
	margin-bottom: 15px;
}
h4.W-H4-Som03-Axe-Fiche-Titre,
h4.W-H4-Som03-Fiche-Focus-Annexe,
h4.W-H4-Som03-Volet-Fiche-Titre {
	margin-top: 60px;
	margin-bottom: 30px;
	padding: 10px;
	border-width: 2px;
}
h7.W-Titre-Violet-SouligneBleu {
	text-decoration: underline;
	text-decoration-color: #00a5c0;
	text-underline-offset: 0.09rem;
	text-decoration-thickness: 5px;
	padding-bottom: 15px;
	margin-top: 25px;
	display: block;
}
p.W-FiletVert-Encadre-TitreViolet-FondBleu {
	-epub-hyphens: none;
	background-color: #dceef4;
	border-color: #00a5c0;
	border-radius: 0px 0px 0px 17px;
	border-style: solid;
	border-width: 0px !important;
	margin-left: 0;
	margin-top: 0;
}


/* ====================================================================================
Styles - Général
==================================================================================== */

img {
	max-width: 100%;
}
.align_center {
	text-align: center !important;
}


.tocible .tocible_heading a {
	color: #00a5c0 !important;
	border-bottom: solid 1px #00a5c0 !important;
	white-space: normal;
}
.tocible .tocible_subheading a {
	color: #6e368c !important;
	white-space: normal;
}
.tocible .tocible_subsubsubheading {
	font-family: FF-Marianne-Bold,Marianne,serif;
	color: #00a5c0 !important;
	font-size: 11px !important;
	white-space: normal;
	padding-left: 15px;
	font-weight: 400;
}
.tocible .tocible_heading a span.W-Gros-Chiffre-Ouverture,
.tocible .tocible_subheading a span.W-Gros-Chiffre-Ouverture,
.tocible .tocible_subheading a .W-H3-Som02-Focus-Nom,
.tocible .W-TitreFiche-Diminue {
	font-size: inherit !important;
}
.tocible .tocible_heading a .W-H2-Som01-Partie-Titre._idGenParaOverride-2,
.tocible .tocible_subheading a .W-H3-Som02-Axe-Volet-Titre,
.tocible .tocible_subheading a .W-H3-Som02-Focus-Nom {
	display: inline !important;
}

.couv {
	text-align: center;
	padding-bottom: 50px;
}
.couv img {
	max-width: 95% !important;
}
.fond_bleu_clair {
	background-color: #c9e5ee;
	padding: 50px 30px;
	margin: 20px 0 50px;
}
.flex_col_2 {
	display: flex;
	align-items: flex-end;
}
.flex_col_2 div {
	width: 50%;
	padding: 20px 0;
}
.flex_col_2 div.img_directrice {
	text-align: right;
}
.flex_col_2 div.img_directrice img {
	margin-bottom: 20px;
}
ul.puce_violet,
ul.puce_bleu,
ul.niveau_2 {
	list-style-type: none;
	padding: 0;
	position: relative;
}
ul.puce_violet ul,
ul.puce_bleu ul {
	list-style-type: none;
	padding: 0;
	position: relative;
}
ul.puce_violet > li,
ul.puce_bleu > li {
	list-style: none;
	padding-left: 6px;
	margin-bottom: 6px;
}
ul.puce_violet > li::before,
ul.puce_bleu > li::before {
	content: '\2022';
	position: absolute;
	display: inline-block;
	left: 14.1732283464567px;
	width: 0;
	font-weight: bold;
	font-family: FF-Marianne-ExtraBold,Marianne,serif;
	color: #6e368c;
	margin-top: -2px;
}
ul.puce_bleu > li::before {
	color: #00a5c0;
}
ul.puce_violet > li li::before,
ul.puce_bleu > li li::before,
ul.niveau_2 li::before {
	content: '–';
	position: absolute;
	display: inline-block;
	left: 14.1732283464567px;
	width: 0;
	font-weight: bold;
	font-family: FF-Marianne-ExtraBold,Marianne,serif;
	color: #000;
}
ul.puce_bleu > li li::before  {
	color: #6e368c;
}
ul.puce_violet > li li.W-TxtCourant-Noir-Point::before {
	content: '.';
	margin-top: -3px;
}

ul.niveau_2 li::before {
	left: 24px;
	margin-top: -2px;
}
ul.puce_violet li li._idGenParaOverride-1,
ul.puce_bleu li li._idGenParaOverride-1 {
	margin-left: 34px;
}

.tooltipw,
.W-Appel-Note {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.tooltipw .tooltipwtext,
.W-Appel-Note .tooltipwtext {
	visibility: hidden;
	width: 200px;
	background-color: #555;
	color: #fff;
	text-align: left;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -100px;
	opacity: 0;
	transition: opacity 0.3s;
	font-size: 12px !important;
}
.tooltipw .tooltipwtext::after,
.W-Appel-Note .tooltipwtext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.tooltipw:hover .tooltipwtext,
.W-Appel-Note:hover .tooltipwtext {
  visibility: visible;
  opacity: 1;
}
.tooltipw:hover .tooltipwtext a,
.W-Appel-Note:hover .tooltipwtext a,
.tooltipwtext a {
	color: #fff !important;
}

h2.titre_h2 {
	font-family: Ratio;
	font-size: 35px;
	line-height: 45px;
	color: #fff;
	text-align: left;
	left: 0 !important;
	border-radius: 0 0 0 69px;
	background: #00a5c0;
	padding: 200px 30px 100px;
	width: 470px;
	max-width: 90%;
	margin: 50px 15px 100px auto;
	position: relative;
	font-weight: 400;
}
h2.titre_h2 span.W-Gros-Chiffre-Ouverture,
h3.titre_h3 span.W-Gros-Chiffre-Ouverture {
  font-size: 180px;
  padding-bottom: 20px;
  font-weight: 500;
}
h2.titre_h2 .W-H2-Som01-Partie-Numero,
h3.titre_h3 .W-H3-Som02-Axe-Numero {
	font-size: 60px;
	font-weight: 500;
	text-transform: uppercase;
}
h2 .W-H2-Som01-Partie-Titre,
h3 .W-H3-Som02-Axe-Volet-Titre {
	font-size: 40px;
	display: block;
}
.W-H3-Som02-Focus-Nom {
	font-size: 70px;
	font-weight: bold;
	display: block;
}
h3 .W-H3-Som02-Axe-Volet-Titre {
	padding-top: 30px;
}

h3.titre_h3 {
	font-family: Ratio;
	font-size: 35px;
	line-height: 45px;
	color: #fff;
	text-align: left;
	left: 0 !important;
	border-radius: 0 0 0 69px;
	background: #6e368c;
	padding: 150px 30px 100px;
	width: 470px;
	max-width: 90%;
	margin: 50px 15px 100px auto;
	position: relative;
	font-weight: 200;
}
p.p_Lettrine::first-letter {
	font-size: 92px;
	padding: 0px 3px 0 0;
	float: left;
	line-height: .8;
	margin-left: -5px;
}
.Lettrine {
	font-weight: 900;
	color: #6e368c;
}

p.W-Encadre-TitreBleu-FondViolet {
	-epub-hyphens:none;
	background-color:#dfd5eb;
	border-color:#6e368c;
	border-radius:0px 0px 0px 17px;
	border-style:solid;
	border-width:0px;
	color:#00a5c0;
	font-family:"Marianne ExtraBold", sans-serif;
	font-size:13px;
	font-style:normal;
	font-variant:normal;
	font-weight:800;
	line-height:1.167;
	list-style-position:inside;
	list-style-type:none;
	margin-bottom:14px;
	margin-left:23px;
	margin-right:0;
	margin-top:26px;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:uppercase;
	widows:1;
}
p.W-Encadre-TitreViolet-FondBleu {
	-epub-hyphens:none;
	border-radius:0px 0px 0px 17px;
	border-style:solid;
	border-width:0px;
	color:#6e368c;
	font-family:"Marianne ExtraBold", sans-serif;
	font-size:13px;
	font-style:normal;
	font-variant:normal;
	font-weight:800;
	line-height:1.167;
	list-style-position:inside;
	list-style-type:none;
	margin-bottom:14px;
	margin-left:23px;
	margin-right:0;
	margin-top:26px;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:uppercase;
	widows:1;
}
.Encadre {
	-epub-hyphens:none;
	border-radius:0px 0px 0px 17px;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	color:#000;
	font-family:"Marianne ExtraBold", sans-serif;
	font-size:13px;
	font-style:normal;
	font-variant:normal;
	list-style-position:inside;
	list-style-type:none;
	margin-bottom:14px;
	margin-left:0px;
	margin-right:0;
	margin-top:26px;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:uppercase;
	widows:1;
	padding: 20px;
}
.Encadre.encadre_violet {
	background-color:#dfd5eb;
	border-color:#6e368c;
}
.Encadre.encadre_bleu {
	background-color:#dceef4;
	border-color:#00a5c0;
}
.W-H4-Som03-Axe-Fiche-Titre .W-ExtraBold-bleu {
	padding-right: 10px;
}
p.W-Encadre-TitreBleu-FondViolet {
	margin-left: 3px;
}
p.W-Encadre-Liste-Numero {
	margin-left: 23px;
}

.h6_picto_titre {
	padding-left: 45px;
	line-height: 35px;
	font-weight: 500;
	font-family: Ratio;
	font-size: 21px;
	color: #6e368c;
	text-decoration: underline;
	text-decoration-color: #00a5c0;
	text-underline-offset: 0.09rem;
	text-decoration-thickness: 5px;
	margin-bottom: 15px;
	margin-top: 25px;
	background-size: 35px;
}
.picto_loupe {
	background: url("../images/ico_loupe.png") no-repeat 0 0;
	background-size: 58px;
	line-height: 57px;
	padding-left: 65px;
}
.picto_roue {
	background: url("../images/ico_roue.png") no-repeat 0 0;
}
.picto_agenda {
	background: url("../images/ico_agenda.png") no-repeat 0 0;
}
.picto_vide {
	background: none;
	padding-left: 0px;
}
img._idGenObjectAttribute-2 {
	max-width: 700px;
}

.bord_vert {
	border-color: #52ae32;
	border-style: solid;
	border-width: 0px 0px 0px 4px;
	padding: 0 0 0 10px;
	margin: 20px 0;
}
p.W-FiletVert-Titre-Picto {
	padding-left: 50px;
	line-height: 45px;
	border-width: 0px 0px 0px 0px !important;
	text-decoration: underline;
	text-decoration-color: #00a5c0;
	text-underline-offset: 0.09rem;
	text-decoration-thickness: 5px;
	background-size: 42px;
	background: url("../images/MainVerte.png") no-repeat 0 0;
}
p.W-FiletVert-Inter-02,
li.W-FiletVert-TxtCourant-Puce,
li.W-FiletVert-TxtCourant-Tiret,
p.W-FiletVert-TxtCourant,
.W-FiletVert-TxtCourant-PuceAligne,
li.W-FiletVert-TxtCourant-Puce-02 {
	border-width: 0px 0px 0px 0px !important;
}

.col2 {
	display: flex;
	justify-content: flex-start;
}
.scol2 {
	padding-right: 40px;
	padding-bottom: 40px;
	width: 220px;
}
@media (max-width: 600px) {
	.scol2 {
		width: 100%;
	}
}
tr[class*="_idGenTableRowColumn-"] {
  min-height: 1px;
}
p.W-Tab-Violet-Bold,
p.W-Tab-Gris-cellule-gauche,
p.W-Tab-Gris-cellule-centre,
p.W-Tab-Gris-Bold,
p.W-Tab-Violet-cellule-gauche,
p.W-Tab-Violet-cellule-centre,
p.W-Tab-Entete,
p.W-Tab-Blanc-Centre {
	margin-bottom: 0px;
}
col._idGenTableRowColumn-4 {
  width: 95px;
}

.txt_vert {
	color: limegreen !important;
}
.txt_orange {
	color: darkorange !important;
}
.txt_rouge {
	color: red !important;
}

td.CellOverride-34 {
  background-color: #c9e5ee;
}
p.p_center {
	text-align: center;
}



