/** var dump2 **/
	.dumpr {
		margin: 2px;
		padding: 2px;
		background-color: #fbfbfb;
		float: left;
		clear: both;
	}
	/* font size and family */
	.dumpr pre {
		color: #000000;
		font-family: "Courier New",Courier,Monaco,monospace;
		margin: 0px;
		padding-top: 5px;
		padding-bottom: 7px;
		padding-left: 9px;
		padding-right: 9px;
		font-size: 12px;
	}
	/* inside div */
	.dumpr div {
		background-color: #fcfcfc;
		border: 1px solid #d9d9d9;
		float: left;
		clear: both;
	}
	/* syntax highlighting */
	.dumpr span.string {color: #da4f49;font-family:"Courier New",Courier,Monaco,monospace;}
	.dumpr span.number {color: #ff0000;font-family:"Courier New",Courier,Monaco,monospace;}
	.dumpr span.keyword {color: #007200;font-family:"Courier New",Courier,Monaco,monospace;}
	.dumpr span.function {color: #0000c4;font-family:"Courier New",Courier,Monaco,monospace;}
	.dumpr span.object {color: #ac00ac;font-family:"Courier New",Courier,Monaco,monospace;}
	.dumpr span.type {color: #0072c4;font-family:"Courier New",Courier,Monaco,monospace;}
	.dumpr span.length_var {color: #999999;font-family:"Courier New",Courier,Monaco,monospace;}
	.dumpr span.chpname {color: #faa732;font-family:"Courier New",Courier,Monaco,monospace;}
/** FIN VAR DUMP2 **/

.breakword{
	word-break: break-all;
	/* font-size: 12px; */
	display:inline-block;
}

.submit-login{
	position: absolute;
    border: none;
	margin-left:284px;
	margin-top:-34px;
}

.bg_danger, .progress-bar-danger{
	background-color:#da4f49 !important; /*218, 79, 73*/
}

.bg_info, .progress-bar-info{
	background-color:#15769b !important; /*21, 118, 155*/
}

.bg_warning, .progress-bar-warning{
	background-color:#faa732 !important; /*250, 167, 50*/
}

.bg_success, .progress-bar-success{
	background-color:#5bb75b !important; /*91, 183, 91*/
}

.bg_success_light, .progress-bar-success_light{
	background-color:rgba(91, 183, 91, .4) !important; /*91, 183, 91*/
}

.bg_purple, .progress-bar-purple{
	background-color:#6f42c1 !important; /*111, 66, 193*/
}

.bg_indigo, .progress-bar-indigo{
	background-color:#6610f2 !important; /*102, 16, 242*/
}

.bg_pink, .progress-bar-pink{
	background-color:#e83e8c !important; /*232, 62, 140*/
}

.bg_red, .progress-bar-red{
	background-color:#dc3545 !important; /*220, 53, 69*/
}

.bg_orange, .progress-bar-orange{
	background-color:#fd7e14 !important; /*253, 126, 20*/
}

.bg_yellow, .progress-bar-yellow{
	background-color:#ffc107 !important; /*255, 193, 7*/
}

.bg_green, .progress-bar-green{
	background-color:#28a745 !important; /*40, 167, 69*/
}

.bg_teal, .progress-bar-teal{
	background-color:#20c997 !important; /*32, 201, 151*/
}

.bg_cyan, .progress-bar-cyan{
	background-color:#17a2b8 !important; /*23, 162, 184*/
}

.bg_primary, .progress-bar-primary{
	background-color:#007bff !important; /*0, 123, 255*/
}

.bg_secondary, .progress-bar-secondary{
	background-color:#6c757d !important; /*108, 117, 125*/
}

.bg_light, .progress-bar-light{
	background-color:#f8f9fa !important; /*248, 249, 250*/
}

.bg_grey_light, .progress-bar-grey_light{
	background-color:#cccccc !important; /*248, 249, 250*/
}

.bg_grey, .progress-bar-grey{
	background-color:#cccccc !important; /*248, 249, 250*/
}

.bg_grey_very_light, .progress-bar-grey_very_light{
	background-color:#eeeeee !important; /*248, 249, 250*/
}

.bg_dark, .progress-bar-dark{
	background-color:#343a40 !important; /*52, 58, 64*/
}

.bg_lime, .progress-bar-lime{
	background-color:#17B6A4  !important;
}

.apesa, .progress-bar-apesa{
	background-color:#019ba7 !important;
}

.bg_white{
	background-color:#ffffff !important;
}

/**
.danger{
	color:#da4f49 !important;
}

.warning{
	color:#faa732 !important;
}

.success{
	color:#5bb75b !important;
}

.info{
	color:#15769b !important;
}

.purple{
	color:#6f42c1 !important;
}
**/
.indigo{
	color:#6610f2 !important; /*102, 16, 242*/
}

.pink{
	color:#e83e8c !important; /*232, 62, 140*/
}

.red{
	color:#dc3545 !important; /*220, 53, 69*/
}

.orange{
	color:#fd7e14 !important; /*253, 126, 20*/
}

.yellow{
	color:#ffc107 !important; /*255, 193, 7*/
}

.green{
	color:#28a745 !important; /*40, 167, 69*/
}

.teal{
	color:#20c997 !important; /*32, 201, 151*/
}

.cyan{
	color:#17a2b8 !important; /*23, 162, 184*/
}
/**
.primary{
	color:#007bff !important;
}

.secondary{
	color:#6c757d !important;
}

.light{
	color:#f8f9fa !important;
}

.grey{
	color:#999999 !important;
}
**/
.grey_light{
	color:#cccccc !important;
}

.grey_very_light{
	color:#eeeeee !important;
}
/**
.dark{
	color:#343a40 !important;
}

.white{
	color:#FFFFFF !important;
}
**/
.apesa{
	color:#019ba7 !important;
}


/** complet bootstrap background **/
/**
.bg-default-themes-light{
	background:#d5d8da !important;
	color:#30373e !important;
}

.bg-inverse2{
	background:#343a40 !important;
	color:#ffffff !important;
}

.bg-inverse3{
	background:#3C454D !important;
	color:#ffffff !important;
}

.pace .pace-progress{
	background: #17B6A4 !important;
}

.pace .pace-activity{
	border-top-color:#17B6A4 !important;
	border-left-color:#17B6A4 !important;
}

.default-highlight2-sidebar{
	background:#24292e;
	color:#fff;
}

.bg-light2{
	background:#EFF0F1 !important;
	color:#30373e !important;
}

.sidebar-highlight-white-txt-icon{
	color:#FFFFFF !important;
}

.sidebar-highlight-dark-txt-icon{
	color:#343a40 !important;
}

.sidebar-highlight-grey-txt-icon{
	color:#b1b5b8 !important;
}

.text-logo-nautilex-auth{
	font-size:32px !important;
	font-weight:normal !important;
}

.text-logo-nautilex{
	font-size:24px !important;
	font-weight:normal !important;
}

.text-grey-light{
	color:#8a8f94 !important;
}

.background-icon-fas{
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: -4px 8px -4px 0;
	padding-top: 6px;
	font-size:12px;
	width: 24px;
	height: 24px;
	position: relative;
	overflow: hidden;
}

.defaut-txt-icon{
	color: rgba(0,0,0,.5);
}

.section-action-header-page{
	margin-left: -25px;
	margin-top: -25px;
	margin-right: -25px;
	padding:8px 25px;
	border-bottom: 2px solid #ebeced;
}

/** CURSOR **/
.cursor-alias {cursor: alias;}
.cursor-all-scroll {cursor: all-scroll;}
.cursor-auto {cursor: auto;}
.cursor-cell {cursor: cell;}
.cursor-context-menu {cursor: context-menu;}
.cursor-col-resize {cursor: col-resize;}
.cursor-copy {cursor: copy;}
.cursor-crosshair {cursor: crosshair;}
.cursor-default {cursor: default;}
.cursor-e-resize {cursor: e-resize;}
.cursor-ew-resize {cursor: ew-resize;}
.cursor-grab {cursor: -webkit-grab; cursor: grab;}
.cursor-grabbing {cursor: -webkit-grabbing; cursor: grabbing;}
.cursor-help {cursor: help;}
.cursor-move {cursor: move;}
.cursor-n-resize {cursor: n-resize;}
.cursor-ne-resize {cursor: ne-resize;}
.cursor-nesw-resize {cursor: nesw-resize;}
.cursor-ns-resize {cursor: ns-resize;}
.cursor-nw-resize {cursor: nw-resize;}
.cursor-nwse-resize {cursor: nwse-resize;}
.cursor-no-drop {cursor: no-drop;}
.cursor-none {cursor: none;}
.cursor-not-allowed {cursor: not-allowed;}
.cursor-pointer {cursor: pointer;}
.cursor-progress {cursor: progress;}
.cursor-row-resize {cursor: row-resize;}
.cursor-s-resize {cursor: s-resize;}
.cursor-se-resize {cursor: se-resize;}
.cursor-sw-resize {cursor: sw-resize;}
.cursor-text {cursor: text;}
.cursor-w-resize {cursor: w-resize;}
.cursor-wait {cursor: wait;}
.cursor-zoom-in {cursor: zoom-in;}
.cursor-zoom-out {cursor: zoom-out;}

.bg-success-border-dark {
    background-color: #129283 !important;
    border-color: #094942 !important;
}
.bg-lime-border-dark {
    background-color: #519e59 !important;
    border-color: #284f2c !important;
}
.bg-danger-border-dark {
    background-color: #c03c38 !important;
    border-color: #601e1c !important;
}
.bg-warning-border-dark {
    background-color: #ca8c34 !important;
    border-color: #65461a !important;
}
.bg-primary-border-dark {
    background-color: #1e77c5 !important;
    border-color: #0d3557 !important;
}
.bg-info-border-dark {
    background-color: #2d8ca9 !important;
    border-color: #164654 !important;
}
.bg-grey-border-dark {
    background-color: #888f95 !important;
    border-color: #44484a !important;
}
.bg-purple-border-dark {
    background-color: #4c409e !important;
    border-color: #3e2449 !important;
}
.bg-inverse-border-dark {
    background-color: #30373e !important;
    border-color: #181c1f !important;
}
.bg-white-border-dark {
    background-color: #fff !important;
    border-color: #bec3c6 !important;
}

/** DATATABLE **/
/**
table.table th, table.table td{
	min-width:100px;
}

table.table th:first-child, table.table td:first-child, table.table th:nth-child(2), table.table td:nth-child(2){
	min-width:10px;
	white-space:nowrap;
}
**/
table.table td .text-control, .text-control-3{
	max-height:4.5em;
	overflow-y:auto;
}
.text-control-2{
	max-height:3em;
	overflow-y:auto;
}

table.table td .nowrap{
	white-space: nowrap;
}

.dataTables_processing{
	z-index:2;
}

.blur{
	-webkit-filter: blur(3px);
}

.block-viewer{
	max-height:600px;
	overflow:auto;
}

.block-viewer textarea, textarea.add_exigence_contenu{
	height:250px !important;
}

table#table-exigence td{
	white-space:normal !important;
}

table#table-exigence th{
	white-space:nowrap !important;
}

/** PROFIL **/

.border-view-info-form{
	border-bottom: 2px solid #bec3c6;
	border-radius: 0 0 4px 4px;
	padding-left:10px;
}

.width-select-audit{
	width:200px !important;
}

.text-grey{
	color:#8a8f94;
}
.dropdown-menu .nav .nav-item a.nav-link{
	color:#bec3c6;
}
.dropdown-menu .nav .nav-item a.nav-link:hover, .nav .nav-item a.nav-link.active{
	color:#30373e;
}

.height-10{
	height:10px !important;
}
.height-20{
	height:20px !important;
}
.height-26{
	height:26px !important;
}
.height-30{
	height:30px !important;
}
.height-40{
	height:40px !important;
}

.p-l-6 {
    padding-left: 6px !important;
}
.p-r-6 {
    padding-right: 6px !important;
}
.p-t-6 {
    padding-top: 6px !important;
}
.p-b-6 {
    padding-bottom: 6px !important;
}
.p-l-8 {
    padding-left: 8px !important;
}
.p-r-8 {
    padding-right: 8px !important;
}
.p-t-8 {
    padding-top: 8px !important;
}
.p-b-8 {
    padding-bottom: 8px !important;
}

.border-width-2{
	border-width:2px !important;
}
.border-width-3{
	border-width:3px !important;
}
.border-lime {
    border-color: #17B6A4 !important;
}

.text-mh-3{
	max-height:3em;
}

.block-panel-pa a.panel-header-pa{
	display:block;
	text-decoration:none;
}

.block-panel-pa a.panel-header-pa:hover, .block-panel-pa a.panel-header-pa:focus {
	color:rgba(255,255,255,.8) !important;
	background:rgba(0,0,0,.125) !important;
}

/** ellipsis **/
.block-with-text-3 {
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative; 
  /* use this value to count block height */
  line-height: 1.42857em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 4.28571em; 
  /* fix problem when last visible word doesn't adjoin right side  */
  text-align: justify;  
  /* place for '...' */
  margin-right: -1em;
  padding-right: 1em;
}

.block-with-text-3:before {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0;
}

.block-with-text-3:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
}

.dropdown-menu .nav .nav-item a.nav-link.onglet-link:hover, .nav .nav-item a.nav-link.onglet-link.active{
	color:#fff !important;
	background: #3C454D !important;
}
li.nav-item.onglet-link{
	border:1px solid #DEDEDE;
	border-left:none;
	border-top:none;
	border-right:none;
	min-width:150px !important;
}

/** add border color bootstratp **/

.border-purple {
    border-color: #5f50c5 !important;
}
.border-lime {
    border-color: #17B6A4 !important;
}

/** statut plan action **/

.bg-statut-pa-success-even{
	background-color:rgba(91, 183, 91, 0.2) !important;
}
.bg-statut-pa-success-odd{
	background-color:rgba(91, 183, 91, 0.1) !important;
}
.bg-statut-pa-success-even:hover{
	background-color:rgba(91, 183, 91, 0.25) !important;
}
.bg-statut-pa-success-odd:hover{
	background-color:rgba(91, 183, 91, 0.15) !important;
}

.bg-statut-pa-danger-even{
	background-color:rgba(218, 79, 73, 0.2) !important;
}
.bg-statut-pa-danger-odd{
	background-color:rgba(218, 79, 73, 0.1) !important;
}
.bg-statut-pa-danger-even:hover{
	background-color:rgba(218, 79, 73, 0.25) !important;
}
.bg-statut-pa-danger-odd:hover{
	background-color:rgba(218, 79, 73, 0.15) !important;
}

.bg-statut-pa-warning-even{
	background-color:rgba(250, 167, 50, 0.2) !important;
}
.bg-statut-pa-warning-odd{
	background-color:rgba(250, 167, 50, 0.1) !important;
}
.bg-statut-pa-warning-even:hover{
	background-color:rgba(250, 167, 50, 0.25) !important;
}
.bg-statut-pa-warning-odd:hover{
	background-color:rgba(250, 167, 50, 0.15) !important;
}

.bg-statut-pa-grey-even{
	background-color:rgba(248, 249, 250, 0.2) !important;
}
.bg-statut-pa-grey-odd{
	background-color:rgba(248, 249, 250, 0.1) !important;
}
.bg-statut-pa-grey-even:hover{
	background-color:rgba(248, 249, 250, 0.25) !important;
}
.bg-statut-pa-grey-odd:hover{
	background-color:rgba(248, 249, 250, 0.15) !important;
}

.columns-nav-mc a.nav-link{
	color:#bec3c6;
}
.columns-nav-mc a.nav-link:hover{
	color:#343a40;
}

.columns-nav-mc .nav-item a.nav-link.active, .columns-nav-mc .nav-item a.nav-link.active:hover {
	color:#17B6A4 !important;
}

.caret-nav-mc{
	/* color:#dee2e6; */
	color:#6c757d;
}

.chart-summary-container .chart-doughnut2{
	height:180px;
	width:180px;
}

.afficher_result_plus{
	background-color:#e5e8ea;
	border-radius:6px 10px;
	padding:10px !important;
	border:1px solid #6c757d;
}

.afficher_result_plus:hover{
	background-color:#d5d8da;
}
/** Actualite **/
.img-article-columns {
    background-size: cover;
    background-position: center;
}

.except_content_actualite{
	text-align:justify;
	text-justify:inter-word;
	height:8.5em;
	overflow:hidden;
}

.featherlight .featherlight-content .timeline .timeline-body{
	margin-right:0 !important;
}
/**
.text-orange{
	color:#fd7e14 !important;
}

.bg-orange{
	color:#fff;
	background-color:#fd7e14 !important;
}

.text-pink{
	color:#e83e8c !important;
}

.bg-pink{
	color:#fff;
	background-color:#e83e8c !important;
}

.text-indigo{
	color:#6610f2 !important;
}

.bg-indigo{
	color:#fff;
	background-color:#6610f2 !important;
}

.text-yellow{
	color:#ffc107;
}
**/

.width-1{
	width:calc(( 100% / 12 ) * 1) !important;
}
.width-2{
	width:calc(( 100% / 12 ) * 2) !important;
}
.width-3{
	width:calc(( 100% / 12 ) * 3) !important;
}
.width-4{
	width:calc(( 100% / 12 ) * 4) !important;
}
.width-5{
	width:calc(( 100% / 12 ) * 5) !important;
}
.width-6{
	width:calc(( 100% / 12 ) * 6) !important;
}
.width-7{
	width:calc(( 100% / 12 ) * 7) !important;
}
.width-8{
	width:calc(( 100% / 12 ) * 8) !important;
}
.width-9{
	width:calc(( 100% / 12 ) * 9) !important;
}
.width-10{
	width:calc(( 100% / 12 ) * 10) !important;
}
.width-11{
	width:calc(( 100% / 12 ) * 11) !important;
}
.width-12{
	width:calc(( 100% / 12 ) * 12) !important;
}

.block-columns-datatable .dropdown-item.disactive, .block-columns-datatable .dropdown-item:active{
	color:#b6c2c9 !important;
}

.card.bg-dark .jstree .jstree-container-ul .jstree-node .jstree-anchor:hover{
	color:#b6c2c9;
}

.card.bg-dark .jstree .jstree-anchor.jstree-hovered{
	color:#b6c2c9 !important;
}

.js .menu-item-handle{
	cursor:auto !important;
}

.widget-blog-author-image{
	overflow:hidden;
}

.btn-orange-uni {
    background-color: #ff6b00 !important;
    border-color: #ff6b00 !important;
    color: #fff !important;
}

.btn-orange-uni:hover {
    color: #ff6b00 !important;
    background-color: #fff !important;
    border-color: #d38109 !important;
}

.btn-grey-uni {
    background-color: #dfdfdf !important;
    border-color: #dfdfdf !important;
    color: #585858 !important;
}

.btn-grey-uni:hover {
    color: #585858 !important;
    background-color: transparent !important;
    border-color: #ff6b00 !important;
}

.btn-grey-uni-dark {
    background-color: #5c5c5d !important;
    border-color: #5c5c5d !important;
    color: #fff !important;
}

.btn-grey-uni-dark:hover {
    color: #585858 !important;
    background-color: transparent !important;
    border-color: #5c5c5d !important;
}

.btn-custom-transparent {
    background-color: transparent !important;
    border-color: #585858 !important;
    color: #585858 !important;
}

.btn-custom-transparent:hover {
    color: #fff !important;
    background-color: #ff6b00 !important;
    border-color: #ff6b00 !important;
}

.btn-custom-transparent-white {
    background-color: transparent !important;
    border-color: #fff !important;
    color: #fff !important;
}

.btn-custom-transparent-white:hover {
    color: #fff !important;
    background-color: #ff6b00 !important;
    border-color: #ff6b00 !important;
}

.btn-blue-uni {
    background-color: #005e9e !important;
    border-color: #005e9e !important;
    color: #fff !important;
}

.btn-blue-uni:hover {
    color: #585858 !important;
    background-color: transparent !important;
    border-color: #005e9e !important;
}

.hr_orange{
	color:rgb(235, 110, 39);
}
hr.hr_orange{
	border-color:rgb(235, 110, 39);
}
.style-light hr.hr_orange{
	border-color:rgb(235, 110, 39);
}

.block-section-search a.text-orange-uni-link{
	color:#ff6b00;
}

.block-section-search a.text-orange-uni-link:hover{
	color:#e06d28;
	text-decoration:underline;
}

.block-section-search a.text-bleu-uni-link{
	color:#2e5f9b;
}

.block-section-search a.text-bleu-uni-link:hover{
	color:#64a6e1;
	text-decoration:underline;
}

.btn-custom-white-alert{
	color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important;
}

.btn-custom-white-alert:hover {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #ff6b00 !important;
}

.btn-custom-white {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #005e9e !important;
}

.btn-custom-white:hover{
    color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important;
}

.text-blue-uni{
	color:#005e9e !important;
}
.bg-blue-uni{
	background-color:#005e9e !important;
	color:#fff;
}

.text-light-uni{
	color:#e1e0e0 !important;
}
.bg-light-uni{
	background-color:#e1e0e0 !important;
}

.text-normal{
	color:#333 !important;
}

.image-preparer-demain{
	position:relative;
	width:300px;
}

.block-preparer-demain{
	background-color:#eb6e27;
	max-width:600px;
	padding-left:0px;
	margin-left:0px;
	margin-top:0px;
	text-align:center;
}

@media (min-width:720px) {
	.image-preparer-demain{
		margin-left:-300px;
		position:absolute;
		width:300px;
		margin-top:-70px !important;
	}
	.block-preparer-demain{
		padding-left:100px !important;
		margin-left:200px !important;
		text-align:left !important;
	}
}

/** indice ATMO **/
.indice_atmo_widget .arrow {
    position: relative;
    display: block;
    width: 0;
    height: 0;
}

.indice_atmo_widget .prevision-legend {
    width: 100%;
}

.indice_atmo_widget .arrow.offset-0{left:8%;margin:0;}
.indice_atmo_widget .arrow.offset-1{left:24%;margin:0;}
.indice_atmo_widget .arrow.offset-2{left:40%;margin:0;}
.indice_atmo_widget .arrow.offset-3{left:56%;margin:0;}
.indice_atmo_widget .arrow.offset-4{left:72%;margin:0;} 
.indice_atmo_widget .arrow.offset-5{left:88%;margin:0;}
.indice_atmo_widget .arrow:after{content:"";position:absolute;width:0;height:0}
.indice_atmo_widget .arrow-border{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #DEDEDE}
.indice_atmo_widget .arrow-border:after{top:-12px;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #f2f3f4;right:-10px}

.item-list ul {
    margin: 0 0 0.75em 0;
    padding: 0;
}
.indice_atmo_widget .prevision-legend .item-list{display:block;text-align:center}
.indice_atmo_widget .prevision-legend .item-list ul{width:100%;}
.indice_atmo_widget .prevision-legend .item-list li{display:inline-block;width:15%;margin:0;padding:0;height:.75em}
.indice_atmo_widget .prevision-legend .item-list li.prevision-indice-active{height:1.5em}

.indice_atmo_widget .bg-indice-title{
	background-color: #eb6e27;
}

.indice_atmo_widget .bg-line-gradiant-atmo{
	background: linear-gradient(#f2f3f4, 10%, transparent);
}

.bg-indice-color-1{background-color:#50f0e6;}
.text-indice-color-1{color:#50f0e6;}
.bg-indice-color-2{background-color:#50ccaa;}
.text-indice-color-2{color:#50ccaa;}
.bg-indice-color-3{background-color:#f0e641;}
.text-indice-color-3{color:#f0e641;}
.bg-indice-color-4{background-color:#ff5050;}
.text-indice-color-4{color:#ff5050;}
.bg-indice-color-5{background-color:#960032;}
.text-indice-color-5{color:#960032;}
.bg-indice-color-6{background-color:#7D2181;}
.text-indice-color-6{color:#7D2181;}

