.card {
    padding-top: 20px;
    //margin: 10px 0 20px 0;
    background-color: rgba(214, 224, 226, 0.2);
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card .card-heading {
    padding: 0 20px;
    margin: 0;
}

.card .card-heading.simple {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}

.card .card-heading.image img {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.card .card-heading.image .card-heading-header {
    display: inline-block;
    vertical-align: top;
}

.card .card-heading.image .card-heading-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.card .card-heading.image .card-heading-header span {
    font-size: 12px;
    color: #999999;
}

.card .card-body {
    padding: 0 20px;
    margin-top: 20px;
}

.card .card-media {
    padding: 0 20px;
    margin: 0 -14px;
}

.card .card-media img {
    max-width: 100%;
    max-height: 100%;
}

.card .card-actions {
    min-height: 30px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
}

.card .card-comments {
    padding: 20px;
    margin: 0;
    background-color: #f8f8f8;
}

.card .card-comments .comments-collapse-toggle {
    padding: 0;
    margin: 0 20px 12px 20px;
}

.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
    padding-right: 5px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-comments .media-heading {
    font-size: 13px;
    font-weight: bold;
}


.card.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}

.card.people:first-child {
    margin-left: 0;
}

.card.people .card-top {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 170px;
    height: 150px;
    background-color: #ffffff;
}

.card.people .card-top.green {
    background-color: #53a93f;
}

.card.people .card-top.blue {
    background-color: #427fed;
}

.card.people .card-info {
    position: absolute;
    top: 150px;
    display: inline-block;
    width: 100%;
    height: 101px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.people .card-info .title {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #404040;
}

.card.people .card-info .desc {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.people .card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    line-height: 29px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: rgba(214, 224, 226, 0.2);
}

.card.hovercard .cardheader {
    background: url("http://lorempixel.com/850/280/nature/4/");
    background-size: cover;
    height: 135px;
}

.card.hovercard .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

.card.hovercard .avatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.5);
}

.card.hovercard .info {
    padding: 4px 8px 10px;
}

.card.hovercard .info .title {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 1;
    color: #262626;
    vertical-align: middle;
}

.card.hovercard .info .desc {
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}

.header1 #LogonAccesBlock .btn{ border-radius: 50%; width:32px; height:32px; line-height:18px;  }

.header1 #LogonAccesBlock .dropdown-menu>li>a {
    display: block;
    padding: 0px 10px;
    clear: both;
    font-weight: 400;
    line-height: 35px;
    white-space: nowrap;
    font-size: 14px;
    color: #5f6165;
}

.line-50 , .line-33 , .line-25{
	width: 100%;
       	display: block; 
	height: 20px; 
	clear: both;
}	

.line-50 .col {
        width: 50%;
	float: left;
}

.line-33 .col {
        width: 33%;
        float: left;
}

.line-25 .col {
        width: 24%;
        float: left;
}

.col + .col {
        border-left: 1px solid #fff;
}

.base-dropdown .dropdown > a {
	border: 1px solid #f7f7f7;
	display:block;
	padding:30px 20px;
	width:100%;
	text-align:center;
	font-size:18px;
	height:80px;
}

.base-dropdown .dropdown {
	position: relative;
}

.link-pays {
	width: 100%;
        font-size:14px;
        text-align:left;
	text-transform:uppercase;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:1px;
}

.link-fond a {
	font-size:20px;
	text-align:center;
	display:block;
}


.link-base {
	width:100%;
	display:block;
	float:left;
	padding:4px 10px;
	border-right: #efefef;
	font-size:14px;
}

.toc-title {
    height: 40px;
    background: #e3e3e3;
    margin: 0;
    padding: 10px 10px;
    line-height: 1.4;
    font-size:14px;
    position:relative;
}
.toc-title .caret {
	right:0px;
	float:right;

}	

.bcrumbs .select {
	color:#298BC8;
}

span.link-base:before {

}

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;
}

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

.resultlist-refine {
	padding-top: 30px;
}

.resultlist-refine .heading-1 {
        //background: #258fd2;
	background: #ccc;
	font-size:15px;
	margin: 0px 0 25px;
}

.resultlist-refine .heading-1 span {
        //background: #258fd2;
        background: #f7f7f7;
}

.search-resultlist-page {
	padding-top:10px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	margin-bottom:0px;
}

/****** 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 {
	//bnonos 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;
}

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

#accordian li a em {
        font-size:14px;
        position:absolute;
        background:#ccc;
        right:20px;
	padding:2px 9px 2px 9px;
	-webkit-border-radius: 5px;   
	-moz-border-radius: 5px;   
	border-radius: 5px;
}

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

#accordian li , .accordian li{
	display:block;
	min-height: 30px;
	margin: 0;
	padding: 0;
	margin-bottom:1px;
}

#accordian li a {
	display: block;
	font-size: 13px;
	line-height: 14px;
	font-weight: 400;
	color: #183a4b;
	text-decoration: none;
	margin: 0;
	padding:8px 40px 8px 0px;
}

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

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


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

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

/*
.modal-dialog {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
*/
.modal.fade .modal-dialog {
    transition: top 0.4s ease-out;
    transform: translate(0, -50%);
    top: 0;
}
.modal.in .modal-dialog {
    transform: translate(0, -50%);
    top: 30%;
}

.dropdown-menu.columns-1 {min-width:230px;}
.dropdown-menu.columns-2 {min-width: 400px;}
.dropdown-menu.columns-4 {min-width: 766px;}
.dropdown-menu.columns-6 {
	min-width: 100%;
	padding:20px;
}

.dropdown-menu:before { 
	position: absolute;
  top: -10px;
  left: 50%;
  display: inline-block;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #000;
  border-left: 9px solid transparent;
  content: '';
  
}


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


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


#accordian h3 a:before , #accordian h4 a:before {
	content: "\f105";
	font-family: fontawesome;
	width: 15px;
	height: 22px;
	//border: 1px solid #ccc;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	text-align:center;
}

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

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

#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 ;
}

div.article .text {
	margin-top:15px;
}


div.article .chapo {
        text-align:justify ;
	margin-bottom:25px;
	font-size:20px;
}

.cover-img__image-frame {
 	max-height: 396px;
	height: 396px;
}

div.article img {
	width:100%;
	height:100%;
	border-radius: 6px;
    	background: rgb(242, 242, 242);
	object-fit: cover;
}

div.article p {
        margin-bottom:15px;
	font-size: 17px;
    	line-height: 1.4;
}

div.row span {
        margin-right:8px;
}

div.row input[type=checkbox], div.row input[type=radio] {
	margin-right:3px;
	margin-top:2px;
}

.blog-excerpt {
	padding:0px 15px 10px 15px;
}

.post-author img {
    width: 90px;
    height: 90px;
    max-width: 90px;
    max-height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.5);
}

.layout_3--item .meta span {
    font-size: 16px;

}

.layout_3--item .cat {
	font-size: 13px;
	margin-top: 1px;
}

.blog-excerpt a .fa {
	font-size: 16px;
	color: #999999;
	float:right;
}

#search-option-panel {
        display:none;
        background-color:#f9f9f9;
        padding:5px 30px;
}

#collections {
        display:none;
        background-color:#f9f9f9;
	padding:5px 30px;
}

span.level1, span.level2 {
	text-transform:uppercase;
	padding:1px 0px ;
	font-size: 1.4rem;	
}

.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;
}


.description .price {
    text-align: left;
    margin-top: 15px;
}

.price {
    text-align: center;
    margin-top: 10px;
    font-size: 30px;
    color: rgb(225, 26, 54);
    font-weight: bold;
    line-height: 25px;
}


.bs-example{
        padding: 20px;
	background:#fff;
    }
.accordion .fa{
    margin-right: 0.5rem;
}

.accordion .card {
	background-color:#fff;	
}


.accordion .btn.active.focus, .accordion .btn.active:focus, .accordion .btn.focus, .accordion .btn:active.focus, .accordion .btn:active:focus, .accordion .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}



/** accorion ****/


.wrap {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

a:focus,
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}

a.link {
	color: #23527c;
	margin-left:20px;
}

.panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
}

.panel:last-child {
  border-bottom: none;
}

.panel-group > .panel:first-child .panel-heading {
  border-radius: 4px 4px 0 0;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-heading {
  //background-color: #009688;
  border-radius: 0;
  border: none;
  //color: #fff;
  padding: 0;
  border: 1px solid #ccc;
  height:50px;
}

.panel-title a {
  display: block;
  //color: #fff;
  padding: 20px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.panel-body {
  background: #fefefe;
}

.panel:last-child .panel-body {
  border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */

.panel-heading a:before {
  content: '\e146';
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  font-size: 24px;
  transition: all 0.5s;
  transform: scale(1);
}

.panel-heading.active a:before {
  content: ' ';
  transition: all 0.5s;
  transform: scale(0);
}

#bs-collapse .panel-heading a:after {
  content: ' ';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  transform: scale(0);
  transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
  content: '\e909';
  transform: scale(1);
  transition: all 0.5s;
}
/* #accordion rotate icon option */

#accordion .panel-heading a:before {
  //content: '\e316';
  content: '\f077';
  font-size: 18px;
  position: absolute;
  //font-family: 'Material Icons';
font-family:'FontAwesome';
  right: 10px;
  top: 15px;
  transform: rotate(180deg);
  transition: all 0.5s;
}

#accordion .panel-heading.active a:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}


