.red-bourges {
	color: #b70e16;
}

.grey-bourges {
	color: #5c7186;
}

.blue-bourges {
	color: #337ab7;
}

#ecogeste-introduction .classement {
	margin-bottom: 0px;
}

/* Tab navigation */

.nav {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	clear: both;
}

.fullpage-navigation.row {
	margin-right: 0px;
	margin-left: 0px;
}

#ecogeste-page .fullpage-navigation li {
	text-align: center;
}

.fullpage-navigation,  #ecogeste-page ul.eco-action-list li {
	border : 1.5px solid #c2c2c2;
	/*border-bottom-width: 0;*/
}

#ecogeste-page ul.eco-action-list li {
	border-top-width:  0;
}

.fullpage-navigation img {
	height: 50px;
	margin-bottom: 10px;
}

.fullpage-navigation a.nav-link {
	display: block;
	color:  #5c7186;
	padding-top: 20px;
}

.fullpage-navigation a {
	font-weight: bold;
}

.fullpage-navigation a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #b70e16;
}

/* Remove default grey background and text underline */
.nav.fullpage-navigation > li > a:focus, .nav.fullpage-navigation > li > a:hover {
	background-color: transparent;
	text-decoration: none;
	outline: none;
}

#ecogeste-page .fullpage-navigation li.active, #ecogeste-page .fullpage-navigation li:hover,
#ecogeste-page ul.eco-action-list a.active, #ecogeste-page ul.eco-action-list a:hover {
	/*background-color: #f4f4f4;*/
	background : #f5f5f5 url('../images/backgrounds/h2nav.png') 0 100% repeat-x;
	text-decoration: none;
}

.fullpage-navigation li.active a {
	color: #b70e16;
}

.fullpage-navigation .passive-img {
	display: inline;
}

.fullpage-navigation .active-img {
	display: none;
}

.fullpage-navigation li.active a .passive-img {
	display: none;
}

.fullpage-navigation li.active a .active-img {
	display: inline;
}

.fullpage-navigation li:not(.disabled) a:hover .passive-img {
	display: none;
}

.fullpage-navigation li:not(.disabled) a:hover .active-img {
	display: inline;
}

#ecogeste-page .fullpage-navigation li:not(.disabled) a:hover {
	text-decoration: none;
}

.fullpage-navigation.fullpage-navigation-top li:not(.disabled).active:after {
	width: 100%;
	background: #b70e16;
}

.fullpage-navigation.fullpage-navigation-top li:after {
	content: '';
  	display: block;
  	margin: auto;
  	height: 3px;
  	width: 0px;
  	background: transparent;
  	transition: width .5s ease, background-color .5s ease;
}

.fullpage-navigation.fullpage-navigation-top li:not(.disabled):hover:after {
  width: 100%;
  background: #b70e16;
}

.fullpage-navigation.fullpage-navigation-down li.active:not(.disabled):before {
	width: 100%;
	background: #b70e16;
}

.fullpage-navigation.fullpage-navigation-down li:before {
	content: '';
  	display: block;
  	margin: auto;
  	height: 3px;
  	width: 0px;
  	background: transparent;
  	transition: width .5s ease, background-color .5s ease;
}

.fullpage-navigation.fullpage-navigation-down li:not(.disabled):hover:before {
  width: 100%;
  background: #b70e16;
}

/* Action selector */
ul.eco-action-list {
	list-style-type: none;
	padding-left: 0px;
}

#ecogeste-page ul.eco-action-list li {
	
	  opacity: 0;
	  transition:  all 0.3s;
}

#ecogeste-page ul.eco-action-list li.visible {
	
		opacity: 1;
}

#ecogeste-page ul.eco-action-list li:hover {

} 

#ecogeste-page ul.eco-action-list a {
	display: block;
	padding: 20px;
	color: #5c7186;
}

#ecogeste-page ul.eco-action-list a:focus {
	outline: none;
}

#ecogeste-page ul.eco-action-list a.active, #ecogeste-page ul.eco-action-list a:hover {
	color: #b70e16;
}

#ecogeste-page ul.eco-action-list a.active:before {
	/*content: '\2B24';*/
}

/* Tab Content */
.tabcontent {
  display: none;
  animation: fadeEffect 0.3s;
}

.bloc-action {
	margin-top: 30px;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.tabcontent.active {
	display: block;
}

.bloc-action {
	display: none;
}

.bloc-action.active {
	display: block;
}

.tabcontent .bloc-action:first-child {
	display: block;
}



