summary {
	display: list-item;
	cursor: pointer;
	scroll-behavior: smooth;   /*AW*/
}

.toc-wrapper {
	/*background: #f9f9f9;*/ background: #F3F5F5;
	border: 1px solid #aaa; border: 1px solid silver;	 /*AW*/
	border-radius: 4px;
	/*-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);*/
	/*box-shadow: 0 1px 1px rgba(0,0,0,.05);*/
	/*box-shadow: 1px 1px 1px gray;*/
	margin-bottom: 1.5em;
	padding: 2px;
	position: relative;
	font-size: 90%;
	text-align: left;   /*AW*/
	font-weight: normal;
	font-style: italic;
	width: auto;
	/*margin-left: calc(50% - 230px);*/
	margin-left: 0px;
	margin-top: 0px;
	opacity: .75;
	
}

.toc-wrapper .inner {
	margin-top:5px;
	padding-left:10px;
		
}

.toc-wrapper .inner a {
	border: none;
	box-shadow:none;
}

.toc {
	padding: 5px;
}

.toc .h1-toc {
	margin-left: 0px;
	margin-top:6px;
	font-weight: bold;
	font-size: 16px;
}

.toc .h1-toc::before {
	margin-left: -16px;
	color: #008BE4;	
	content: "\0023FA\000020";
	font-size: 14px;
	font-style: normal;
	
	
			
} 

.toc .h2-toc {
	margin-left: 11px;
	margin-top:5px;
	font-weight: bold;
	font-size: 16px;
	
}
.toc .h2-toc::before {
	margin-left: -12px;
	color: #008BE4;
	content: "\0025CF\000020";
	font-size: 16px;
	line-height: 10px;
	
		
} 
.toc .h3-toc {
	margin-left: 24px;
	margin-top:4px;
	font-size: 14px;
	
	}
.toc .h3-toc::before {
	margin-left:-9px;
	
	color: #008BE4;
	content: "\002022\000020";		
} 
.toc .h4-toc {
	margin-left: 37px;
	margin-top:3px;
	font-size: 13px;
	
}
.toc .h4-toc:before {
	margin-left: -12px;
	
	color: #008BE4;
	content: "\002013\000020";
}

.toc .h5-toc {
	margin-left: 68px;
}

.toc .h6-toc {
	margin-left: .65in;
}

.toc-link a.anchor {
	border:none;
	margin-left: 5px;
	box-shadow:none;
}

.toc-link a {
	display:none;
}

.toc-link:hover a{
	display:inline-block;
}


/* Rajouté par AW */
.details{
	font-weight: bold;  /*AW*/
	font-size: 0px;
	content-visibility: hidden;  /*AW*/
	/*display: none;*/   /*aW*/ 
	/*margin-left: -50px;*/
	/*opacity: 0.5;*/
}
.details:after{
	font-weight: normal;  /*AW*/
	font-size: 12px;  /*AW*/
	Font-style: normal;
	color: #008CE7; color: black;
					
	content-visibility: visible;  /*AW*/
	/*content: "Acc\00E8 s direct";*/
	/*content: " Plan de la page\00002E\00002E\00002E";*/
	content: " Points principaux\00002E\00002E\00002E";
	padding-left: 0px;
	margin-left: -4px;
	/*background: white;*/
	color: red;
	
	}
	

	