.transition, p, ul li i:before, ul li i:after {
  transition: all 0.25s ease-in-out;
}

.flipIn, h1, ul li {
  animation: flipdown 0.5s ease both;
}

.no-select, h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html {
  width: 100%;
  height: 100%;
  perspective: 900;
  overflow-y: scroll;
  font-family: "Titillium Web", sans-serif;
  color: rgba(48, 69, 92, 0.8);
}

@media (max-width: 550px) {
  body {
    box-sizing: border-box;
    transform: translate(0, 0);
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    left: 0;
}

ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
  border-top: 1px dotted #dce7eb;
}
ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
ul li:nth-of-type(3) {
  animation-delay: 1s;
}
ul li:last-of-type {
  padding-bottom: 0;
}
ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}
ul li i:before, ul li i:after {
  content: "";
  position: absolute;
  background-color: #ff6873;
  width: 3px;
  height: 9px;
}
ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
}
ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}

----------

#expert
{
	background-color: #E42171;
}
#system-message-container
{
	text-align: left;
}
.center, .table TD.center, .table TH.center
{
	text-align: left;
}
.textbox-grey
{
	background-color: #EEE;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	width: 100%;
	margin-bottom: 50px;
	margin-right: 50px;
	position: relative;
}
/*---------------------------------------
Standard styles formatting
created with Template Creator
on http://www.template-creator.com
-----------------------------------------*/
HTML
{
	height: 101%;
}
BODY
{
	margin: 0;
	padding: 0;
}
*
{
	padding: 0;
	margin: 0;
}
.slideshowck
{
}
H1, H2, H3, H4, H5, H6, .contentheading, .componentheading
{
	padding: 3px 0;
	margin: 0;
	line-height: 1.2;
	font-weight: regular;
	font-style: normal;
}
H1, .componentheading
{
	font-size: 1.75em;
}
H2, .contentheading
{
	font-size: 1.5em;
	color: #E42171;
}
H3
{
	font-size: 1.25em;
}
H4
{
	font-size: 1em;
}
UL, OL
{
	  perspective: 900;
     padding: 0.25em 0;
	margin: 0 0 0 0px;
}
UL.menu
{
	margin: 0;
}
UL.menu LI
{
	list-style: none;
}
P
{
	padding: 0px 0;
}
ADDRESS
{
	margin: 0.75em 0;
	font-style: normal;
}
A:focus
{
	outline: none;
}
IMG
{
	border: none;
	max-width: 100%;
	height: auto;
}
EM
{
	font-style: italic;
}
STRONG
{
	font-weight: bold;
}
FORM, FIELDSET
{
	margin: 0;
	padding: 0;
	border: none;
}
INPUT, BUTTON, SELECT
{
	vertical-align: middle;
}
.clr
{
	clear: both;
}
.column.column1
{
	width: 25%;
}
.column.column2
{
	width: 25%;
}
.column.main
{
	width: 75%;
}
.column.center
{
	width: 75%;
}
.column.noleft.main
{
	width: 100%;
}
.column.noright .column.center
{
	width: 100%;
}
.flexiblemodule, .column, .logobloc
{
	float: left;
}
/*---------------------------------------
specific to images
-----------------------------------------*/
LI.print-icon
{
	height: 16px;
	line-height: 16px;
	padding-left: 20px;
	background: url(../images/system/printButton.png) no-repeat left center;
}
LI.email-icon
{
	height: 16px;
	line-height: 16px;
	padding-left: 20px;
	background: url(../images/system/emailButton.png) no-repeat left center;
}
LI.edit-icon
{
	height: 16px;
	line-height: 16px;
	padding-left: 20px;
	background: url(../images/system/edit.png) no-repeat left center;
}
/*---------------------------------------
Custom styling
-----------------------------------------*/
.container, .container-fluid
{
	margin: 0 auto;
}
.container
{
	width: 1200px;
}
.container-fluid
{
	max-width: 1200px;
}
BODY
{
	color: #363636;
	text-align: left;
	line-height: 18px;
	font-size: 13px;
	font-family: gandhi_sansregular;
}
A
{
	color: #E42171;
}
A:hover
{
	color: #000000;
}
H1, DIV.componentheading
{
	font-weight: normal;
	font-size: 26px;
	font-family: gandhi_sansregular;
}
H2, DIV.contentheading
{
	font-weight: normal;
	font-size: 23px;
	font-family: gandhi_sansregular;
	color: #E42171;
}
H3
{
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 18px;
	font-family: gandhi_sansregular;
}
H4
{
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: gandhi_sansregular;
}
H5
{
	font-family: gandhi_sansregular;
}
.button, BUTTON, INPUT.btn
{
	border: none;
	background: #E42171;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
.button:hover, BUTTON:hover, INPUT.btn:hover
{
	background: #E42171;
}
UL.pagenav LI A
{
	display: block;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;
}
.readmore A
{
	padding-top: 4px;
	background: #E42171;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;
	color: #FFFFFF;
	font-weight: normal;
}
.invalid
{
	border: #FF0000;
}
INPUT.inputbox, .registration INPUT, .login INPUT, .contact INPUT, .contact TEXTAREA, TEXTAREA, INPUT[type="text"], INPUT[type="password"], INPUT[type="datetime"], INPUT[type="datetime-local"], INPUT[type="date"], INPUT[type="month"], INPUT[type="time"], INPUT[type="week"], INPUT[type="number"], INPUT[type="email"], INPUT[type="url"], INPUT[type="search"], INPUT[type="tel"], INPUT[type="color"], .uneditable-input
{
	border: none;
	background: #FFFFFF;
	border: 1px solid #BEBEBE;
	color: #000000;
	padding: 4px;
	text-align: left;
}
INPUT:focus, INPUT.inputbox:focus, .registration INPUT:focus, .login INPUT:focus, .contact INPUT:focus, .contact TEXTAREA:focus, TEXTAREA, INPUT[type="text"]:focus, INPUT[type="password"]:focus, INPUT[type="datetime"]:focus, INPUT[type="datetime-local"]:focus, INPUT[type="date"]:focus, INPUT[type="month"]:focus, INPUT[type="time"]:focus, INPUT[type="week"]:focus, INPUT[type="number"]:focus, INPUT[type="email"]:focus, INPUT[type="url"]:focus, INPUT[type="search"]:focus, INPUT[type="tel"]:focus, INPUT[type="color"]:focus, .uneditable-input:focus
{
	border: 1px solid #000000;
}
#wrapper
{
	min-height: 100%;
	background: #FFFFFF;
}
#wrapper > DIV.inner
{
	color: #303030;
	font-size: 16px;
	line-height: 1.4em;
	font-family: gandhi_sansregular;
}
#header
{
	position: relative;
	margin-top: 20px;
}
#social-icons
{
	float: right;
	margin-right: 10px;
}
#social-icons A
{
	width: 16px;
	height: 16px;
	display: inline-block;
}
#social-icons .linkedin
{
	background-image: url(../img/icons/linkedin-16.png);
	background-color: #007FB1;
}
#social-icons .twitter
{
	background-image: url(../img/icons/twitter-16.png);
	background-color: #39A9E0;
}
#social-icons .rss
{
	background-image: url(../img/icons/rss-16.png);
	background-color: #FF8300;
}
#nav
{
	z-index: 1000; 		/* currently displayed slider gets bumped up to 999, so this is needed for
				the submenu to appear over the slider */ 
	position: absolute;
	bottom: 0;
	right: -6px;
	width: 73%;
}
#nav > DIV.inner
{
	background: #FFFFFF;
	margin-top: 10px;
	/*[disabled]margin-right:10px;*/
	margin-left: 10px;
	/*[disabled]text-align:right;*/
	font-family: gandhi_sansregular;
}
#nav UL.menu
{
	z-index: 1000;
	margin: 0;
	padding: 0;
}
#nav UL.menu LI
{
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	float: left;
}
#nav UL.menu > LI > A, #nav UL.menu > LI > SPAN.separator
{
	display: block;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
	color: #000000;
	margin: 2px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 13px;
}
#nav UL.menu > LI:hover > A
{
	color: #E42171;
}
#nav UL.menu > LI.active > A
{
	color: #E42171;
}
#nav UL.menu LI LI A, #nav UL.menu LI LI SPAN.separator
{
	display: block;
	color: #636262;
	margin: 2px;
	padding: 5px;
	text-align: left;
	font-size: 13px;
}
#nav UL.menu LI LI.deeper A{
	margin-bottom: 0;
	padding-bottom: 3px;
}
#nav UL.menu LI LI:hover > A
{
	color: #000000;
}
#nav UL.menu LI LI.active > A
{
	color: #000000;
}
/*code pour menu normal*/
#nav UL.menu LI UL, #nav UL.menu LI:hover UL UL, #nav UL.menu LI:hover UL UL UL
{
	position: absolute;
	left: -999em;
	z-index: 9999;
	margin: 0;
	padding-right: 10px;
	padding-left: 10px;
	background: #E6E6E6;
	border: 2px solid #FFFFFF;
}
#nav UL.menu LI:hover UL UL{
	position: static;
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 5px;
	// display: none !important;
}
#nav UL.menu LI:hover UL UL a{
	padding: 2px 5px;
}
#nav UL.menu LI:hover UL UL a::before{
	content: "- ";
}
/*
#nav UL.menu LI:hover UL UL, #nav UL.menu LI:hover LI:hover UL UL, #nav UL.menu LI:hover LI:hover LI:hover UL UL, #nav UL.menu LI.sfhover UL UL, #nav UL.menu LI.sfhover UL.sfhover UL UL, #nav UL.menu LI.sfhover UL.sfhover UL.sfhover UL UL
{
  z-index: 997;
  left: -999em;
}
*/
#nav UL.menu LI:hover > UL, #nav UL.menu LI:hover UL LI:hover > UL, #nav UL.menu LI:hover UL LI:hover UL LI:hover > UL, #nav UL.menu LI:hover UL LI:hover UL LI:hover UL LI:hover > UL, #nav UL.menu LI.sfhover UL, #nav UL.menu LI.sfhover UL LI.sfhover UL, #nav UL.menu LI.sfhover UL LI.sfhover UL LI.sfhover UL, #nav UL.menu LI.sfhover UL LI.sfhover UL LI.sfhover UL LI.sfhover UL
{
	left: auto;
}
/*
#nav UL.menu LI:hover UL LI:hover UL
{
	margin-top: -25px;
  	z-index: 998;
	
	margin-left: 200px;
}
*/
/*fin code normal*/
#nav UL.menu.maximenuCK LI UL, #nav UL.menu.maximenuCK LI:hover UL UL, #nav UL.menu.maximenuCK LI:hover UL UL UL, #nav UL.menu.maximenuck LI UL, #nav UL.menu.maximenuck LI:hover UL UL, #nav UL.menu.maximenuck LI:hover UL UL UL
{
	position: static !important;
	left: auto !important;
	background: transparent !important;
	border-radius: 0 !important;
	border: none !important;
	-moz-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	width: 100% !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
#nav UL.menu.maximenuCK LI UL UL, #nav UL.menu.maximenuck LI UL UL
{
	margin: 0 !important;
}
#nav LI DIV.floatCK, #nav LI DIV.floatck
{
	background: #E6E6E6;
	border: 2px solid #FFFFFF;
	width: 200px;
}
#nav UL.menu LI UL.maximenuCK2, #nav UL.menu LI UL.maximenuck2
{
	margin: 0;
	padding: 0;
}
#nav UL.menu LI DIV.maximenuCK2, #nav UL.menu LI DIV.maximenuck2
{
	float: left;
	width: 100%;
}
#nav UL LI.maximenuCK DIV.floatCK DIV.floatCK, #nav UL LI.maximenuck DIV.floatck DIV.floatck
{
	margin-top: -30px;
	margin-left: 200px;
}
#nav SPAN.descCK, #nav SPAN.descck
{
	display: block;
	line-height: 10px;
}
#nav UL.menu LI LI
{
	float: none;
	display: block;
}

#nav .hide-me{
	display: none !important;
}
#banner
{
	width: 26%;
}
#bannerlogo
{
	/*[disabled]width:26%;*/
}
#bannerlogo > DIV.inner > .bannerlogodesc
{
	color: #A3A3A3;
	text-align: center;
	font-size: 13px;
	font-family: Arial, sans-serif;
}
#bannerlogo > DIV.inner
{
	margin-top: 0px;
	/*[disabled]margin-right:180px;*/
	margin-left: 10px;
}
#module1 > DIV.inner
{
	background: #E42171;
	background: rgba(207, 19, 12, 0.15);
	-pie-background: rgba(207,19,12,0.15);
	margin: 10px;
}
#modules1 .n1 > .flexiblemodule
{
	width: 100%;
}
#modules1 .n2 > .flexiblemodule
{
	width: 50%;
}
#modules1 .n2 > .flexiblemodule + DIV
{
	width: 50%;
}
#modules1 .n3 .flexiblemodule .inner{
	box-sizing: border-box;
	padding: 0 15px;
}
#modules1 .n3 > .flexiblemodule
{
	width: 33%;
}
#modules1 .n3 > .flexiblemodule + DIV
{
	width: 33%;
}
#modules1 .n3 > .flexiblemodule + DIV + DIV
{
	width: 33%;
}
#modules1 > DIV.inner
{
	padding: 10px;
	text-align: center;
}
#modules1mod1 > DIV.inner
{
	border-right: 1px solid #ABABAB;
}
#modules1mod2 > DIV.inner
{
	border-right: 1px solid #ABABAB;
}
.slideshowck
{
	border-top: 1px solid #ABABAB;
	border-bottom: 1px solid #ABABAB;
}
#maincontent > DIV.inner
{
	margin-top: 10px;
	/*[disabled]max-width:1200px;*/
}
#left > DIV.inner
{
	border-right: 1px solid #ABABAB;
	margin-right: 30px;
	padding: 10px;
}
#left DIV.moduletable, #left DIV.module, #left DIV.moduletable_menu, #left DIV.module_menu
{
	margin-bottom: 15px;
}
#center > DIV.inner
{
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#right > DIV.inner
{
	border-left: 1px solid #ABABAB;
	/*[disabled]margin-left:-56px;*/
	margin-top: -10px;
	margin-right: 10px;
	width: 250px;
	padding: 10px;
	background: #E42171;
	color: #FFF;
	height: 100%;
	float: right;
}
#right DIV.moduletable, #right DIV.module, #right DIV.moduletable_menu, #right DIV.module_menu
{
	margin-bottom: 15px;
}
#modulestop .n1 > .flexiblemodule
{
	width: 100%;
}
#modulestop .n2 > .flexiblemodule
{
	width: 50%;
}
#modulestop .n2 > .flexiblemodule + DIV
{
	width: 50%;
}
#modulestop .n3 > .flexiblemodule
{
	width: 33%;
}
#modulestop .n3 > .flexiblemodule + DIV
{
	width: 33%;
}
#modulestop .n3 > .flexiblemodule + DIV + DIV
{
	width: 33%;
}
#modulestop .n4 > .flexiblemodule
{
	width: 25%;
}
#modulestop .n4 > .flexiblemodule + DIV
{
	width: 25%;
}
#modulestop .n4 > .flexiblemodule + DIV + DIV
{
	width: 25%;
}
#modulestop .n4 > .flexiblemodule + DIV + DIV + DIV
{
	width: 25%;
}
#modulestop .n5 > .flexiblemodule
{
	width: 20%;
}
#modulestop .n5 > .flexiblemodule + DIV
{
	width: 20%;
}
#modulestop .n5 > .flexiblemodule + DIV + DIV
{
	width: 20%;
}
#modulestop .n5 > .flexiblemodule + DIV + DIV + DIV
{
	width: 20%;
}
#modulestop .n5 > .flexiblemodule + DIV + DIV + DIV + DIV
{
	width: 20%;
}
#modulestopmod1 > DIV.inner
{
	padding: 10px;
}
#modulestopmod2 > DIV.inner
{
	padding: 10px;
}
#modulestopmod3 > DIV.inner
{
	padding: 10px;
}
#modulestopmod4 > DIV.inner
{
	padding: 10px;
}
#modulestopmod5 > DIV.inner
{
	padding: 10px;
}

/* WELCOME PAGE */
#modules1mod4{
	width: 100%;
	float: none;
	padding: 10px 0;
	text-align: right;
}
#modules1mod4 .readmore{
	margin: 0 20px 0 0;
}

/* SECTORS */
.under-content{
	padding: 10px;
	
}

table.sectors-redirect{
	
	border: 0;
	margin: 50px 0;
}
table.sectors-redirect h3{
	margin-bottom: 10px;
}
table.sectors-redirect tr,
table.sectors-redirect td{
	text-align: center;
	border: 0;
	
}
table.sectors-redirect td{
	border-right: 1px solid #ABABAB;
	width: 33.33%;
}

table.sectors-redirect td:last-child{
	border-right: 0;
}

.sub-tab{
	font-size: 23px;
	margin: 10px 0 10px 0px;
	
}
.sector-table tr,
.sector-table td{
	vertical-align: top;
	border: 1px solid white;
	padding: 10px;
}
.sector-table ul{
	list-style-position: outside;
	padding-left: 15px;
}
.sector-table li{
	margin-bottom: 4px;
}
.sector-table {
	line-height: 20px;
}

.sector-team-table{
	margin: 40px 0;
	font-size: 15px;
}
.sector-team-table tr,
.sector-team-table td{
	vertical-align: top;
	border: 0;
	padding: 20px 40px;
}
.sector-team-table img{
	width: 120px;
	margin-right: 30px;
	border-radius: 5px;
}

.download-flyer{
	margin: 2px 0;
	font-size: 120%;
	display: inline-block;
	padding: 6px 8px;
	color: white;
	border-radius: 2px;
	box-shadow: 0px 1px 1px 0px rgba(33,33,33,.3);
}
.download-flyer:hover{
	text-decoration: none;
	opacity: .8;
}

// each sectors
// digital practice
.item-page-digital-practice h2,
.moduletable-digital-practice h2{
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
}

.item-page-digital-practice h2,
.item-page-digital-practice h3,
.moduletable-digital-practice h2,
.moduletable-digital-practice h3{
	text-transform: capitalize;
	font-size: 23px;
	color: #941C7C;
	margin-bottom: 20px;
}
.moduletable-digital-practice .download-flyer{
	color: white;
	background-color: #941C7C;
	
}
.moduletable-digital-practice .sector-table{
	border: 0;
	vertical-align: top;
}
.item-page-digital-practice a,
.moduletable-digital-practice a{
	color: #941C7C;
}
.moduletable-digital-practice .sector-table.digital-table{
	background-color: #ECE0EE;
	background-color: #eee;
}
.moduletable-digital-practice .sector-table.digital-table .sector-table-header{
	// background-color: #941C7C;
	// color: white;
	color: #941C7C;
	font-weight: bold;
	border-bottom-color: #941C7C;
}
.moduletable-digital-practice .sector-table.digital-table .sector-table-header td{
	border-bottom-color: #941C7C;
}

// transport and mobility
.item-page-transport-mobility h2,
.moduletable-transport-mobility h2{
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
}

.item-page-transport-mobility h2,
.item-page-transport-mobility h3,
.moduletable-transport-mobility h2,
.moduletable-transport-mobility h3{
	text-transform: capitalize;
	font-size: 23px;
	color: #0095db;
	margin-bottom: 20px;
}
.moduletable-transport-mobility .download-flyer{
	color: white;
	background-color: #0095db;
	
}
.moduletable-transport-mobility .sector-table{
	border: 0;
	vertical-align: top;
}
.item-page-transport-mobility a,
.moduletable-transport-mobility a{
	color: #0095db;
}
.moduletable-transport-mobility .sector-table.transport-table{
	background-color: #ECE0EE;
	background-color: #eee;
}
.moduletable-transport-mobility .sector-table.transport-table .sector-table-header{
	// background-color: #0095db;
	// color: white;
	color: #0095db;
	font-weight: bold;
	border-bottom-color: #0095db;
}
.moduletable-transport-mobility .sector-table.transport-table .sector-table-header td{
	border-bottom-color: #0095db;
}

// energy and environment
.item-page-energy h2,
.moduletable-energy h2{
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
}


.item-page-energy h2,
.item-page-energy h3,
.moduletable-energy h2,
.moduletable-energy h3{
	text-transform: capitalize;
	font-size: 23px;
	color: #43a34b;
	margin-bottom: 20px;
}
.moduletable-energy .sector-table{
	border: 0;
	vertical-align: top;
}
.moduletable-energy .download-flyer{
	color: white;
	background-color: #43a34b;
	
}

.item-page-energy a,
.moduletable-energy a{
	color: #43a34b;
}
.moduletable-energy .sector-table.energy-table{
	background-color: #ECE0EE;
	background-color: #eee;
}
.moduletable-energy .sector-table.energy-table .sector-table-header{
	// background-color: #43a34b;
	// color: white;
	color: #43a34b;
	font-weight: bold;
	border-bottom-color: #43a34b;
}
.moduletable-energy .sector-table.energy-table .sector-table-header td{
	border-bottom-color: #43a34b;
}


/* Embed*/
.right-border{
	border-right: 1px solid #F4F4F4;
}
.embed-iframe{}
.embed-iframe iframe{
	max-height: 240px;
}
/* Accordeon */
table.support-table tr,
table.support-table td{
	vertical-align: top;
	border: 0;

}
table.support-table td:first-child{
	width: 40%;
}
ul.custom-accordeon{
	list-style-position: inside;
	padding: 0;
	margin: 0 0 0 25px;
}
ul.custom-accordeon > li{
	display: block;
	
}
ul.custom-accordeon > li > a{
	display: block;
	background-color: #f4f4f4;
	font-size: 16px;
	line-height: 1;
	
	color: #E42171;
	//text-align: center;
	margin-bottom: 5px;
	padding: 15px;
}
ul.custom-accordeon > li > a:hover{
	text-decoration: none;
}
ul.custom-accordeon > li > ul{
	display: block;
	background-color: white;
	text-align: left;
	margin:0;
	padding: 0 15px;
	list-style-type:disc;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
ul.custom-accordeon ul li{
	max-height: 0;
	overflow: hidden;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
ul.custom-accordeon > li.on > ul{
	margin-top: 5px;
	padding: 5px 15px;
	

}
ul.custom-accordeon > li.on ul li{
	max-height: 40px;
}
/* FOOTER */
#footer{
	border-top: 1px solid #ABABAB;
	padding-top: 15px;
	margin-bottom: 25px;
}
#footer *{
	box-sizing: border-box;
}
#footer .moduletable,
#footer .moduletable-tweets{

	float: left;
	width: 25%;
	padding: 0 20px;
}
#footer .moduletable-tweets .custom-tweets{
	padding: 2px;
	border-radius: 2px;
	background-color: #ABABAB;
}
#footer > DIV.inner
{
	//background: #CCCACA;
	//color: #FFFFFF;
	//margin-right: 10px;
	//margin-left: 10px;
	//padding: 10px;
}
#footer h3{
	color: #E42171;
}
/*News*/
.blog-news .item
{
	border-top: 1px solid #DADADA;
}
.blog-news .items-row
{
	margin: 0px !important;
	padding: 0px;
}
.blog-news .item.column-1
{
	padding: 10px;
}
.blog-news .article-info-term
{
	display: none;
}
.blog .item-image
{
	/*[disabled]max-width:33%;*/
	/*[disabled]max-height:150px;*/
	/*[disabled]padding-right:1em;*/
	/*[disabled]padding-bottom:1em;*/
	/*[disabled]float:right;*/
}
.blog-news DIV.page-header
{
	font-size: 21px;
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.blog-news DIV.page-header H2
{
	font-size: 25px;
	line-height: 1em;
	font-weight: bold;
}
.blog-news > H2
{
	border-bottom: 1px solid #D2D2D2;
}
.blog .item DIV.page-header
{
	/*[disabled]font-size:21px;*/
	/*[disabled]border-bottom:none;*/
	/*[disabled]margin-bottom:0px;*/
	/*[disabled]padding-bottom:0px;*/
	/*[disabled]border-top:1px solid #E4E4E4;*/
}
.blog-news .leading-0
{
	margin-bottom: 2em;
}
.blog-news .leading-0 .left
{
	/*
	float: left;
	width: 45%;
	padding-right: 5%;
	*/
}
.blog-news .leading-0 .left P
{
	font-size: 1.02rem;
	line-height: 1.3em;
}
.blog-news .leading-0 .leading-image
{
	float: right;
	max-width: 45%;
	height: 100%;
	display: table-cell;
	padding-left: 5%;
}
.blog-news .leading-0 .leading-image .item-image
{
	max-width: 100%;
	padding: 0px;
}
.blog-news .items-row:nth-child(even)
{
	background-color: #F4F4F4;
}
.blog-news .item .article-thumbnail
{
	float: left;
	width: 20%;
	min-height: 50px;
	display: table-cell;
	margin-right: 5%;
}
.blog-news .item .item-image
{
	width: 100%;
}
.blog-news .item .title
{
	float: left;
	width: 20%;
	height: 50px;
	display: table-cell;
	margin-right: 5%;
}
.blog-news .item .title H2
{
	font-size: 0.95rem;
}
.blog-news .item .text
{
	float: right;
	max-width: 45%;
	padding-left: 5%;
}
.blog-news .item .text P
{
	font-size: 0.95rem;
	/*[disabled]line-height:1.4em;*/
}
