table .fa {
	margin-left:4px;
	margin-right:4px;
	font-size:16px;
}

.header1 .navbar-brand {
	padding:0px;
}

.actu-carousel-wrap h5 {
	background: #2d2e30;
	height: 10px;
	margin: 0 0 23px;
}

.actu-carousel-wrap h5 span {     color: #fff;     text-transform: uppercase;     font-size: 14px;     line-height: 14px;     background: #1d1e20;     padding-right: 14px;     letter-spacing: 0.06em;     position: relative;     top: -2px; }

.actu-carousel-wrap h5 a {     color: #777777;     text-transform: uppercase;     font-size: 10px;     line-height: 10px;     background: #1d1e20;     padding-left: 14px;     letter-spacing: 0.10em;     position: relative;     top: -1px;     float: right; }

.nav-tools {
	margin-bottom:20px;
	margin-top:20px;
}

.nav-tools .fa {
	padding:0px 4px; 4px; 0px;
}

.nav-tools .a {
	color:#2d2e30;
}

.heading-1 {
	background: #258fd2;
}

.inline-search-form {
	background:#efefef;
}


/****** RIGHT ****/

.info-message-box .check-list {
	padding: 0px;
	margin: 10px 0 15px;
}

.info-message-box .check-list li {     list-style: none;     padding: 0;         padding-left: 0px;     margin: 0 0 7px;     font-size: 15px;     line-height: 22px;     color: #666666;     padding-left: 27px;     position: relative;     background: url(../images/icon/tick.png) no-repeat left center; }


/****** RESULT LIST *****/

.doc-list-result .hit::after {
	display: block;
	content: " ";
	clear: both;
}

.hit.even {
	/*background-color: #f5f5f5;*/
}
.hit {
        position: relative;
        /*padding: 10px 0 10px 30px;
        border-bottom:1px dashed #ccc;
	*/
}

.hit > .hit-select {
	width: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	/*left: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding-left: 5px;
	*/
}

.hit-body {
	padding:0;
}

.hit-body {
	float: left;
	padding:0px;
	margin-right:34px;
	margin-left:30px;
}

.hit .hit-lock::before {
	content: url('../images/lock.svg');
	width: 15px;
	height: 15px; 
	position: absolute;
	left: 4px;
	top: 4px; 
}

.hit .hit-lock {
	height: 100%;
	width: 24px;
	display: block;
	float: right;
	padding: 4px;
	border-radius:2px;
	position: absolute;
	top: 2px;
	right: 2px;
}

.hit .hit-lock span {
	display:none;
}

.hit-icon {
	float: left;
	margin-left:0px;
}

.hit-icon , .hit-icon img {
	width:25px;
	height:25px;
}

.hit .hit-type {
	padding:4px;
}

.hit .hit-heading {
	margin-left:0px;
	font-size:13px;
	text-decoration:underline; 
}


.hit .hit-text {
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom:5px;
	text-align:justify;
}


/***** RESULT RIGHT SIDE MENU ****/

/*
#accordian {     height: auto;     background-color: #fff;     padding:0;     text-align: left; }
#accordian ul, #accordian h3, #accordian h4{     border: 0;     margin: 0;     padding: 0;     font-size: 100%; }
#accordian ul {     list-style-type: none; }
#accordian ul li {     margin: 0;     padding: 0;     border: none; }
#accordian li {     display: list-item; }
#accordian a { 	padding: 5px 45px 5px 45px; 	text-decoration:none;  	display: block;  	color:#444; 	position: relative;  }
#accordian li a em { 	font-size:12px; 	position:absolute; 	top: 30%; 	right:5px; }
#accordian ul, #accordian li {    list-style: none;    cursor: pointer; }
#accordian ul li a { 	padding-left:20px; }
#accordian ul > li > a::before {     content: "\f101";     font-family: fontawesome;     display: block;     height: 0;     width: 0;     left:-1em;     position: relative; }
#accordian ul ul { 	margin:0; 	padding-left:20px; }
#accordian ul li h3 { 	font-size:16px; 	text-transform:uppercase; 	font-weight:normal; 	margin-bottom:1px; 	border-bottom: 1px solid #ccc;  	border-top: 1px solid #fff;  	text-shadow: 1px 1px 1px #fff; 	background-color: #f7f7f7; }
#accordian ul li h4 { 	font-size:16px; 	text-transform:uppercase; 	font-weight:normal; 	padding:0px 0px 0px 0px; }
#accordian h3 a:before , #accordian h4 a:before { 	content: "\f105"; 	font-family: fontawesome; 	font-size: 16px; 	position: absolute;  	top: 4px;  	left: 8px;  	width: 30px;  	margin-top:0px; 	margin-right:6px; 	height: 30px;  }
#accordian .active > h3 a:before , #accordian .active > h4 a:before { 	content: "\f107"; 	left: 4px; }
#accordian li a {    text-decoration: none; }
#accordian .active ul { 	margin-left: 1px; 	border-left: 1px dotted rgba(0, 0, 0, 0.5); }
#accordian .active li a:hover {    color:#78B346;    font-weight:bold; }
#accordian ul ul { 	display: none; }
*/

#accordian , .accordian {
	margin: 0;
	padding: 0;
	height:auto;
	/*background: #f6f6f6;*/
}

#accordian ul , .accordian ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#accordian ul ul {
	margin:0;
	padding:0;
	display: none;
}

#accordian li , .accordian li{
	display:block;
	min-height: 40px;
	margin: 0;
	padding: 0;
	/*border-bottom: 1px solid #fff;*/
}

#accordian li a {
	display: block;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #183a4b;
	text-decoration: none;
	/*white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	*/
	margin: 0;
	padding:10px 30px 10px 10px;
}

#accordian li li a {
	border-bottom: 1px solid #f7f7f7;
	padding-left:20px;
}

#accordian li li li a {
	padding-left:40px;
}

#accordian ul li h3 {   font-size:16px;       font-weight:normal;     margin-bottom:1px;      border-bottom: 1px  solid #fff;  background-color: #f7f7f7; }

#accordian ul li h4 {   font-size:16px;         text-transform:uppercase;       font-weight:normal;     padding:0px 0px 0px 0px; }


#accordian ul li h3 a {
	font-size: 16px;
}

#accordian ul li h4 a {
	font-size: 15px;
}

#accordian h3 a:after , #accordian h4 a:after {
	content: "\f105";
	font-family: fontawesome;	
	font-size: 16px;
	position: absolute;
	right:0px;
	width: 30px;
	margin-top:0px;
	margin-right:6px;
	height: 30px;
}

#accordian li h3 a em , #accordian li h4 a em {
	display:none;
}

#accordian li a em {
	font-size:12px;
	position:absolute;
	background:#ccc;
	right:20px;
}

#accordian .active > h3 a:after , #accordian .active > h4 a:after {
	content: "\f107"; 
}


/* li finaux */
/*
#accordian ul > li > a::before {
	content: "\f101";
	font-family: fontawesome;
	display: block;
	height: 0;
	width: 0;
	left:-1em;
	position: relative;
}
*/



/****** FIN ACCORDION */

#switch-tabs ul.tabs {
	margin: 0px;
   	padding: 0px;
   	list-style: none;
   	display:inline-block;
   	width: 100%;
   	background: #fff;
	border:none;
}

#switch-tabs ul.tabs li:before {
	content:"";
}

#switch-tabs ul.tabs li {
	padding:0;
	background: none;
	color: #1d1e20;
	float: left;
	width:auto;
	line-height: 50px;
	cursor: pointer;
	font-size: 16px;	
	height:auto;
	text-transform: none;
	border:none;
	text-align: center;
	background: #fff;
	font-weight: 500;
	letter-spacing:0;
	margin-right:20px;
}

#switch-tabs ul.tabs li span {
	background:#f7f7f7;
	display:block;
	height:50px;
	width:50px;
	margin-right:10px;

	-moz-border-radius: 50%;     
border-radius: 50%;
}

#switch-tabs ul.tabs li.current span {
	background:#298BC8;
	background:#78B346;
	color:#fff;

}

.lex-page {
	text-align:justify;
}

.lex-page h1 {
	text-align:left;
	font-size: 33px;  line-height: 35px;  font-weight: 700;  color: #3e779a;
	margin: 0 0 16px 0;  padding: 0;
}

.lex-page p + h2, .lex-page img + h2, .lex-page ul + h2, .lex-page ol + h2, .lex-page table + h2, .lex-page hr + h2, .lex-page iframe + h2, .lex-page object + h2 {      padding-top: 20px;  } 


.lex-page p + h3, .lex-page img + h3, .lex-page ul + h3, .lex-page ol + h3, .lex-page table + h3, .lex-page hr + h3, .lex-page iframe + h3, .lex-page object + h3 {      padding-top: 10px;  }

.lex-page h2 {      font-size: 20px;     line-height: 27px;     color: #80bae5;  margin: 0 0 16px 0;  padding: 0; }

.lex-page p {      font-size: 14px;     line-height: 21px;     color: #6c6c6c;     margin: 0 0 16px 0;     padding: 0;  }

.lex-page p strong {      color: #3e779a;  }


.lex-page h3 {      text-align:left; font-size: 15px;     line-height: 19px;     color: #3e779a;  }

.lex-page ul {      margin: 0 0 16px 12px;     padding: 0; list-style: none; }

.lex-page ul li {      font-size: 14px;     line-height: 21px;     color: #6c6c6c;     margin: 0;     padding: 2px 0 2px 30px;   }

.lex-page ul li:before {
	color:green;
	content: "\f101";     font-family: fontawesome;     display: block;     height: 0;     width:0;     left:-20px;     position: relative;
		
}

table.table ul{
	list-style:none ;
}

table.table ul li {
	padding:3px 1px;
	background-color:#e4e4e4;
}

table.table ul li .fa {
	font-size:14px;
}

.footer1 ul {
	margin:0;
	padding:0;
}

.footer1 a {
	color:#a5a7ac;
	font-size:13px;
}

.footer1 a:hover {
	text-decoration:underline;
	color:#fff;
}

.footer1 p , .footer1 span {
	font-size:14px;
}

/********* TOC **********/
div.toc {
	padding:30px;
	border:1px solid #e4e4e4;
}

div.toc ul {
	list-style:none ;
	margin:0px;
	padding:0px;
}

div.toc ul li {
	line-height:auto;
	margin-left: 1.0rem;
	font-size: 1.3rem;
}

/******* article ******/

div.article {
	text-align:justify ;
}


span.level1, span.level2 {
	text-transform:uppercase;
	font-weight:bold;
}

.blog-prev , .blog-next{
	padding-top:0;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:0;
}

.blog-prev a , .blog-next a {
	font-size:85%;
	color:#666;
	text-transform:uppercase;
}

.blog-prev a:hover , .blog-next a:hover {
	color:#78B346;
	text-decoration:none;
}

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */ 
.icon-bar {
	position: fixed;
	top: 50%;
	left:0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color:#f7f7f7;
}

/* Style the icon bar links */
.icon-bar a {
	display: block;
	text-align: center;
	padding: 15px;
	transition: all 0.3s ease;
	color: #298BC8;
	font-size: 18px;
}

.icon-bar a:hover {
	color: #78B346;
}

.icon-bar a {
	border-bottom:1px solid #fff;
}

.note-text-1, .note-text-2, .note-text-3, .note-text-4, .note-text-5 {
	margin-top:10px;
}

.note-text-1 p, .note-text-2 p, .note-text-3 p, .note-text-4p, .note-text-5 p {
	line-height:20px;
}

.note-text-3 {
	border-left:1px solid #222;
	margin-left:30px;
}

.note-text-3 p , .note-text-4 p{
	font-size:12px;
}

.note-text-4 p {
	color:orange;
}

élément {

}
.single-product .tab-content p {

    font-size: 14px;
    line-height: 18px;
    color: #666666;
    margin-bottom:10px;
    text-align: justify;
}
