/*--------------------------------------------------- - General - -------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {    font-weight: normal; display: block;}
h1, h2 {    font-size: 2em; }

body h3, body h3 a, body caption {
    color:#0A4684;
}

.float-none {
    float: none;
}

body caption {
    font-size:24px;
    font-family: 'Alegreya Sans', sans-serif !important; 
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
}
div.about_structure_ h3 {margin-top: 0px; font-size:1.5em;}

.underline{ text-decoration:underline;}

html body .eventsList ul li {
    background:none;
}

body {
    color: #333333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 19px;
}

html, body, .searchable {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
}
html #left *, html h2, html h3, html h4,
body #left *, body h2, body h3, body h4{
    font-family: 'Alegreya Sans', sans-serif !important; 
}
#body {
    margin-top:10px;
}
#content {
    padding-top:20px;
}

div#left {
    padding-left: 0 !important;
    margin-left: 0 !important;
}
h5, h6 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

hr.bottomBoxes {
    border: none;
    margin: 5px 0 5px 0 !important;
}

table {
    background-image:none !important;
}

td, th {
    font-size: 0.8em !important; /* override changement du datatable.css */
    line-height: 1.875;
    padding: 0 0.5em !important; /* override changement du datatable.css */
}

td.datatable-td-date {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.anchor-list ul {
    margin-left: 0;
    padding-left: 0;
}

.box ul, .xbox ul {
    padding-left: 10px;
}

#content .centralColumnItem ul#details li {
    font-size: 12px !important;
    line-height: 18px;
}

/*
div#content.span9 {
    width: 73%;
}
*/

#content .searchable ul {
    padding-left: 10px !important;
}

.boxRow img, #content img {
    max-width:100%;
    height:auto;
}

.zebraWrapper tr td ul {
    padding-left: 5px !important;
    line-height: 23px;
}

.zebraWrapper tr td ul li {
    padding-top: 3px;
}

#right .pub_thumb img {
    width: 100%;
}

#right div:first-child, #right {
    box-sizing: initial !important;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    width: 16px !important;
    height: 16px !important;
}

#content .officeList ul li {
    font-size: 14px !important;
    line-height: 20px !important;
}
#right.infocentre_press_ {
    padding-top:0 !important;
}

#right .highlight ul li {
    line-height: 22px;
}

#right .highlight ul {
    margin-left: 0px !important;
    padding-left: 5px !important;
    padding-bottom: 10px;
}

#content .boxRow .second.span6 h4.center {
    text-align:left;
}

img[src*="undefined"] {
    display:none;
}

.width-full-height-auto {
    width:100%;
    height:auto;
}

h3 {
 font-size: 1.5em;
}

h3.corner {
    line-height: 25px;
    padding-bottom: 10px;
    font-size: 1.5em;
}
.row-fluid [class*="span"] .selectForm select {
    min-height : 20px;
}

.row-fluid [class*="span"].indent {padding-left : 10px;}

a {cursor: pointer;}

a.disabled{text-decoration : none; color : #000000; cursor : default; visibility : visible;}

.print {display:none;}

.hide{display:none;}

.left {float : left;}

.left.padding-img {
    padding-right: 10px;
}

.right.padding-img {
    padding-left: 10px;
}

.rtl {direction: rtl; text-align: right;}

@media (min-width: 1200px) {
    .rightColumn, #right, #content {margin-bottom: -50000px; padding-bottom: 50000px;}
}

.center {text-align: center;}

.img_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.boxRow .boxRowContainer1 ul {
    padding-left:15px;
}

.fusionChart {
    height : 100%;
    width : 540px;
    text-align: center;
}

.fusionChart img {
    height : 100%;
}

img.img-left {
    overflow: visible;
    float: left;
    padding-right: 10px;
}

.container ul {
    padding-left: 20px;
}



/*------ Return to top -----------*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 38px;
    height: 38px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index:9999;
}
#return-to-top span.go-up {
    margin: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: 11px;
    top: 10px;
    background-repeat: no-repeat;
    background-position: center center; 
    background-image:url('/img/site/arrow-16.png');
    width:16px;
    height:16px;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { max-width : 940px;}

#body .container {overflow : hidden;}

.box {
    background: -moz-linear-gradient(#D4D9ED, #E5EDF5) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#D4D9ED), to(#E5EDF5));
    background: linear-gradient(#D4D9ED, #E5EDF5);
    background : -o-linear-gradient(#D4D9ED, #E5EDF5);
    margin-bottom: 1.5em;
    padding: 15px; /* change */
    height : 100%;
    white-space : inherit;
    margin-top:20px; /* add line */ 
}

.complaints-box {
    margin-top: 50px !important;
}

.white-background {
    background: #fff !important;
}

.projects_documents_ .box,
.investor_relations_documents_ .box,
.investor_relations_publications_ .box,
.infocentre_publications_ .box,
.about_documents_ .box {
   /* padding-bottom : 13%;*/
    overflow:hidden;
}

.about_procurement_ .box {
    min-height : 100px;
}

#content .box {
    margin-left : 0;
}

.ui-icon-arrowthick-1-s:hover {
    background-position : -64px -16px;
    transition : none;
}

.box > ul:first-child {
    padding-top : 15px;
}

.row-fluid .first[class*="span"] {
    margin-left : 0;
}

.row-fluid .first2[class*="span"] {
    margin-left : 0;
    margin-right :2.5641%
}

.row-fluid .first3[class*="span"] {
    margin-left : 0;
    margin-right : 5.1282%;
}

.row-fluid .first.manager[class*="span"] {
    margin-left : 30px;
}

.span4.left {
    margin-left : 0;
}

a[href$=".doc"] {
    background-image: url("/img/site/dev/icons/doc.png");
}

a[href$=".docx"] {
    background-image: url("/img/site/dev/icons/doc.png");
}

a[href$=".pdf"], a[href*=".pdf"], a[href$=".doc"], a[href$=".docx"], a[href$=".xls"], a[href$=".rss"], a[href$=".rdf"], a[href^="aim:"], a.icon {
    background-position: right center;
    background-repeat: no-repeat;
    margin: -2px 0;
    padding: 2px 22px 2px 0;
}

/*a[href$=".pdf"], a[href*=".pdf"],*/ a.icon-pdf {
    background-image: url('/img/site/dev/icons/pdf.png');
}

a[href$=".rss"], a[href$=".rdf"] {
    background-image: url("/img/site/dev/icons/feed.png");
}

.publication select.drop-alv {
    float : left;
}

.boxTitle, .boxboxTitle, .infocentre_events_ .langList .boxTitle {
    font-size : 12px;
}

.langList .boxTitle {
    font-size : 14px;
}

.container ul.langList {
    padding-left: 0;
}

ul li.noBgList {
    background:none;
}


/**************************************************************************/
/*                       space around of an element                       */
/**************************************************************************/

/* space all sides */ 
.space-all-s {
    padding:5px;
}
.space-all-m {
    padding:10px;
}
.space-all-lg {
    padding:15px;
}

/* small space for each side */
.space-right-s {
    padding-right: 5px;
}
.space-left-s {
    padding-left: 5px;
}
.space-bottom-s {
    padding-bottom: 5px;
}
.space-top-s {
    padding-top: 5px;
}

/* medium space for each side */
.space-right-m {
    padding-right: 10px;
}
.space-left-m {
    padding-left: 10px;
}
.space-bottom-m {
    padding-bottom: 10px;
}
.space-top-m {
    padding-top: 10px;
}

/* large space for each side */
.space-right-lg {
    padding-right: 15px;
}
.space-left-lg {
    padding-left: 15px;
}
.space-bottom-lg {
    padding-bottom: 15px;
}
.space-top-lg {
    padding-top: 15px;
}


/* Borders*/
.border_right {border-right: dotted #808080; border-right-width: 1px; padding-right: 5px;}

.row-fluid .border_left {    
    border-left: 1px dotted #808080;
    margin-left: 1.3%;
    padding-left: 2.0%; /*-- change --*/
}
.border_top {border-top: dotted #808080; border-top-width: 1px; padding-top: 10px;}
.border_bottom {border-bottom: dotted #808080; border-bottom-width: 1px; margin-bottom: 5px;}

.right {text-align: right;float : right!important;}

a { color:#0A4684;}

ul.langList li {
    background-image: none;
    float: left;
}

ul li.documentUrl{
    word-break: break-all;
}

html body ul {
    list-style: none;
    margin-left: 0;
}

html body ul li {
    background: transparent url('/img/site/list-bullet.png') no-repeat scroll left 0.5em;
    padding-left: 1.0em;
}

html body .rtl ul li {
    background: transparent url('/img/site/list-bullet-right.png') no-repeat scroll right 0.5em;
    padding-right: 1.0em;
}

html body ul.jcarousel-skin-tango li,
html body  .jcarousel-skin-tango ul li {
    background : none;
    padding-left : 0px;
}

html body ul.photoicons {
    margin-top:-18px;
}

html body ul.photoicons li.left {
    padding-left: 0.0em;
    float: left;
    margin-left:2px;
}

html body ul.photoicons li.right {
    padding-left: 0.0em;
    float: right;
    margin-right:2px;
}

html body ul.photoicons span.ui-icon {
    height : 16px;
    background-image:url('/tools/css/images/ui-icons_666666_256x240.png');
}

html body ul.photoicons li.icon {
    background:#F0F0F0 url('/tools/css/images/ui-bg_highlight-soft_25_f0f0f0_1x100.png') repeat-x scroll 50% 50%;
    color:#00529F;
    font-weight:normal;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
}


html body ul.photoicons li.text:hover {
    background: none;
    color:#FFFFFF;
    text-decoration: none;
}

html body ul.photoicons li.text{
    background: none;
    color:#FFFFFF;
    text-decoration:underline;
}

html body ul li.contact{
    background: transparent url('/tools/css/images/ie/666666_thumbnail_141.png') no-repeat scroll left 0.0em !important;;
    padding-left:16px;
    text-indent: 0px;
    float: none;
    width:100%;
    height:100%;
}

html body ul li.email{
    background: transparent url('/tools/css/images/ie/666666_thumbnail_103.png') no-repeat scroll left 0.0em !important;;
    padding-left:16px;
    text-indent: 0px;
    float: none;
    width:100%;
    height:100%;
}

html body ul li.phone{
    background: transparent url('/tools/css/images/ie/666666_thumbnail_156.png') no-repeat scroll left 0.0em !important;;
    padding-left:16px;
    text-indent: 0px;
    float: none;
    width:100%;
    height:100%;
}

html body ul li.gsm{
    background: transparent url('/tools/css/images/ie/666666_thumbnail_155.png') no-repeat scroll left 0.0em !important;;
    padding-left:16px;
    text-indent: 0px;
    float: none;
    width:100%;
    height:100%;
}

html body ul li.fax{
    background: transparent url('/tools/css/images/ie/666666_thumbnail_107.png') no-repeat scroll left 0.0em !important;;
    padding-left:16px;
    text-indent: 0px;
    float: none;
    width:100%;
    height:100%;
}

html body ul li.pin{
    background: transparent url('/tools/css/images/ie/666666_thumbnail_154.png') no-repeat scroll left 0.0em !important;;
    padding-left:16px;
    text-indent: 0px;
    float: none;
    width:100%;
    height:100%;
}

html body ul li.publialv, html body ul li.notPublicRequestInfodesk {
    background : none;
}

ul li.notPublicRequestInfodesk {
    padding-left : 0px;
}

ul li.notPublicRequestInfodesk ul li {
    padding-left : 0px;
}

ul.left {
    margin-left : 0px;
}

ul {
    list-style-image : none;
}

ul.mailprint li {
    background : none;
}

#body form#orderPublicationForm {
    padding-top : 0px;
}


form {
    background-color : #eaeaea;
}

form.span12.first.selectForm.niceform textarea#comment{max-width: 300px;}

form.span12.first.selectForm.niceform textarea#feedback{
    min-width: 100%;
    max-width: 100%;
}

form label.radio {
    padding-left: 0;
    padding-right: 15%;
    display: inline-block;
    margin-top: 0;
}

li.clearfix,
label.checkbox {
    padding-left : 0px;
}

label.checkbox {
    margin-top:0px;
}

#callsForm,
#orderPublicationForm {
    background-color : transparent;
}

#callsForm .apply_button {
    background: none repeat scroll 0 0 #00529E;
    border: medium none;
    color: #FFFFFF;
    font-weight: bold;
    height: 31px;
    margin-top: 40px;
    width: 60%;
}

form#search {
    background-color : #ffffff;
}

.search-form-page {
    height: 125px;
}

input.form-control.input-lg.search-input-page {
    height: 50px;
}

.search-form-page span {
    background: #337ab7;
}

.search-form-page .btn.btn-link.btn-lg {
    color: #FFF;
}

.search-form-page span:hover {
    opacity: 0.7;
}

form.niceform fieldset {
    width : 98.725%;
}

form.niceform fieldset p {
    padding-left : 10px;
}

form.niceform fieldset legend {
    border-style : none none none;
    padding-left : 10px;
}

form.niceform fieldset div {
    padding-left : 10px;
}

form .checkbox input[type="checkbox"] {
    margin-right : 5px;
    margin-left : 0px;
}

form li.checkbox > span:not(:first-of-type) {
    float: right;
}

form li.checkbox label.checkbox {
    padding-left: 0;
    font-weight: bold;
}

.row-fluid form .offset1:first-child {
    margin-left : 11.1111%;
}
.infocentre_contact_offices_ .box .span6 img {
    /*height: 170px !important;
    width: auto !important;*/
    height:auto;
    max-width:100%;
}
.niceform ol { list-style : none;}

.refresh-captcha img {
    float: left;
    margin-right: 5px;
    margin-bottom : 10px;
    border : 1px solid #CCCCCC;
}

.refresh-captcha .ui-state-default .ui-icon {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    border-right : none;
}

.dataTables_filter {
    float: right;
    text-align: right;
}

table {
    margin-bottom: 1.5em;
    width: 100%;
}

.infocentre_register_advanced-search_ table.datatable,
.infocentre_register_all_ table.datatable {
    table-layout: fixed;
}

.dataTableDate {min-width : 55px;}
.dataTableCountry {min-width: 60px;}
.dataTableCity {min-width: 40px;}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

/* ----------------------- TABLE SPECIFIQUE -------------------*/
.about_publications_ div.searchable ul.indentbullet, .products_publications_ div.searchable ul.indentbullet, .projects_publications_ div.searchable ul.indentbullet, .investor_relations_publications_ div.searchable ul.indentbullet, .infocentre_publications_ div.searchable ul.indentbullet {
    list-style-position: inside;
    margin-left: 108px;
}
.about_publications_ div.searchable ul.indentbullet-4, .products_publications_ div.searchable ul.indentbullet-4, .projects_publications_ div.searchable ul.indentbullet-4, .investor_relations_publications_ div.searchable ul.indentbullet-4, .infocentre_publications_ div.searchable ul.indentbullet-4 {
    list-style-position: inside;
    margin-left: 160px;
}

.projects_press_ ul.indentbullet-6 {
    margin-left: 243px;
}

div.span3.firstThumb ~ p,
div.span3.firstThumb ~ h4,
div.span3.firstThumb ~ ul {
    margin-left: 122px;
}

.infocentre_publications_ div.span3.firstThumb ~ p, 
.infocentre_publications_ div.span3.firstThumb ~ h4,
.infocentre_publications_ div.span3.firstThumb ~ ul {
    margin-left:inherit !important;
    overflow:hidden;
}

div.about_.about_accountability_.about_accountability_complaints_.about_accountability_complaints_procedure-summary_ div.bottom{display : none;}
div.about_.about_accountability_.about_accountability_complaints_.about_accountability_complaints_procedure-summary_ div.dataTables_filter{display : none;}
div.about_.about_accountability_.about_accountability_complaints_.about_accountability_complaints_procedure-summary_ table { background-image: none;}
div.about_.about_accountability_.about_accountability_complaints_.about_accountability_complaints_procedure-summary_ tr.cellWhite { background-color: white!important;}
div.about_.about_accountability_.about_accountability_complaints_.about_accountability_complaints_procedure-summary_ table tbody tr.cellWhite td { background-color: white!important;}
div.about_.about_accountability_.about_accountability_complaints_.about_accountability_complaints_procedure-summary_ tr.cellGray{ background-color: #E2E3E4!important;}
div.about_.about_accountability_.about_accountability_complaints_.about_accountability_complaints_procedure-summary_ table tbody tr.cellGray td { background-color: #E2E3E4!important;}

div.about_.about_accountability_.about_accountability_complaints_.about_accountability_complaints_procedure_  div.bottom{display : none;}
div.about_.about_accountability_.about_accountability_complaints_.about_accountability_complaints_procedure_  div.dataTables_filter{display : none;}
div.about_.about_accountability_.about_accountability_complaints_.about_accountability_complaints_procedure_  table { background-image: none;}
div.about_.about_accountability_.about_accountability_complaints_.about_accountability_complaints_procedure_ th.procedure_noTitle {max-width: 96px; width: 100px;}
div.about_.about_accountability_.about_accountability_complaints_.about_accountability_complaints_procedure_ th.procedure_type { max-width: 194px; width: 200px;}
div.about_.about_accountability_.about_accountability_complaints_.about_accountability_complaints_procedure_ th.procedure_ep { max-width: 92px; width: 100px;}
div.about_.about_accountability_.about_accountability_complaints_.about_accountability_complaints_procedure_ td.sameColor {background-color : #E2E3E4;}

table.datatable_server tbody tr td:nth-child(6) {    text-align: right; min-width:104px;}
table.datatable_server tbody tr td:nth-child(5) {    text-align: center;min-width:150px;}
table.datatable_server tbody tr td:nth-child(4) {    min-width:63px;}
table.datatable_server tbody tr td:nth-child(3) {    min-width:62px;}
div.projects_.projects_loans_.projects_loans_list_ span.ui-icon.ui-icon-search {display:none;}
div.projects_.projects_loans_.projects_loans_list_ div.bottom div.dataTables_length select {width: 60px;}
div#ajax-loans .loading {
    background:url('/img/site/lightbox/loading.gif') no-repeat scroll center center transparent;
    display: block;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
    width: 35px;
}


.about_.about_procurement_ .procurementDate {min-width: 55px;}
.about_.about_procurement_ .procurementStatus {min-width: 95px;}





img.FCMap_NewWorld {
    margin-left : -10px;
    max-width : none;
} 

/* ---------------------  - HOTNEWS hot news - bottom boxes - blue boxes - -------------------------------*/
div.box div.video { padding-right: 10px; }

.box.clearfix {
  background-color: #EEEEEE;
  margin-bottom: 10px;
  margin-top: 10px;
  background : url('/img/site/plus.png') no-repeat scroll right bottom transparent;
  padding-bottom: 0px;
  padding-right:0px;
}

.box .span4.gallery {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
}

.box h3,
.box.clearfix > h3 {
  font-size: 18px;
  margin-top: 0;
  line-height : 25px;
}

.box h3,
.box.clearfix > p {
    color:#58585A;
}

.box.hotnews {
    padding-bottom: 0;
    display : inline-block;
}
/*------------------------- End News ---------------------*/

.imgWrapper {
    margin-right : 10px;
}

fieldset .row-fluid input.Gobutton {
    width : 31%; /*-- change --*/
}

select, input[type="file"] {
    height : 25px;
    color: #333333;
}

form.niceform select {
    color : #999999;
}

.infocentre_publications_ .publication-list-item h3 {
    font-size: 1.5em;
    line-height: 1;
}

.infocentre_publications_ .publication-list-item img {
    width:82%;
}

.infocentre_publications_all_ .firstThumb img.portrait, .projects_documents_ .firstThumb img.portrait{
    width:82%;
}

.ombrage {
    box-shadow: 4px 4px 4px 0 #BCBCBC;
}

label.postField {
    display : inline;
}

ul.langList {
    display: inline;
}

ul.langList [class*="span"] {
    margin-left : 0;
}

.picture a {
    outline: medium none;
    width: 100%;
}

a img {
    border: medium none;
}

hr {
    background: none repeat scroll 0 0 #DDDDDD;
    border: medium none;
    clear: both;
    color: #DDDDDD;
    float: none;
    height: 1px;
    margin: 0 0 1.45em;
    width: 100%;
}

hr.space {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #FFFFFF;
    visibility: hidden;
}

.infocentre_phototheque_ h4 {
    margin-top : 10px;
}

.infocentre_phototheque_ .first {
    margin-bottom : 20px;
}

.infocentre_phototheque_ hr.bottomBoxes {
    margin : 0;
}

.infocentre_phototheque_ .searchable .gallery {
    display: none;
}

body{
    background-color : #eeeeee;
}


.global-shadow{
    background-color : #ffffff;
    -moz-box-shadow: 0px 0px 5px 6px #ccc;
    -webkit-box-shadow: 0px 0px 5px 6px #ccc;
    box-shadow: 0px 0px 5px 6px #ccc;
}

html body ul li.phone {
    background: url('/tools/css/images/ie/666666_thumbnail_156.png') no-repeat scroll left 0 transparent;
    float: none;
    height: 100%;
    padding-left: 16px;
    text-indent: 0;
    width: 100%;
}

html body ul li.pin {
    background: url('/tools/css/images/ie/666666_thumbnail_154.png') no-repeat scroll left 0 transparent;
    float: none;
    height: 100%;
    padding-left: 16px;
    text-indent: 0;
    width: 100%;
}

html body ul li.fax {
    background: url('/tools/css/images/ie/666666_thumbnail_107.png') no-repeat scroll left 0 transparent;
    float: none;
    height: 100%;
    padding-left: 16px;
    text-indent: 0;
    width: 100%;
}

#goPL {
    background: none repeat scroll 0 0 #00529E;
    border: medium none;
    color: #FFFFFF;
    font-weight: bold;
}

.search input[type="text"] {
    margin-bottom : 0px;
}

#header form input[type="text"] {
    border-radius : 0 0 0 0;
    background-image : none;
    -moz-transition: none;
    background-color: #FFFFFF;
    border-right: none;
    border-left: 1px solid #D3D4D5;
    border-top: 1px solid #D3D4D5;
    border-bottom: 1px solid #D3D4D5;
    box-shadow : none;
    color : #999999;
}

#header form input[type="submit"].searchButton {
    background-color: #FFFFFF;
    background-image: url('/tools/img/tech/input-search-bg.png');
    background-position: right center;
    background-repeat: no-repeat;
    border-top: 1px solid #D3D4D5;
    border-bottom: 1px solid #D3D4D5;
    border-right : 1px solid #D3D4D5;
    border-left : none;
    cursor: pointer;
    float : none;
    height: 25px;
    position: relative;
    text-indent: -9999px;
    top: 0;
    width: 25px;
}

.radio {
    padding-left : 0;
}

/*--------------------------------------------------- - Header - -------------------------------------------------------*/
#header {margin-top: 8px;}

.header-lang{font-weight: bold;}

.header-lang a{padding-right : 5px;}

.header-bouton-lang-network {padding-bottom: 8px;}

.header-network-icons {margin-left: 53px;}

.headerTitle {color: #808080;font-size: 1.2em;padding-top: 18px;}

.dataTables_filter input,
#search input {
  background-image: url('/tools/img/tech/input-search-bg.png'); background-position: right center; background-repeat: no-repeat;
  height: auto !important; /* change */ 
  width: 140px;
}
#signed-projects_filter input {
    background-image:none !important;
}
#search input {
    width : 145px;
}

.row-fluid .header-util{
    padding-right:10px;
    margin-left:0px;
}


/*--------------------------------------------------- - Banner- -------------------------------------------------------*/
.bannerMore {
    margin-left: -28px;
    margin-right: 13px;
    margin-top: -46px;
}
/* ---- Sepcifiquement pour chrome ------ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .bannerMore {
        margin-left: -28px; 
        margin-right: 13px;
        margin-top: -44px;
    }
}

#banner {
    padding-bottom: 15px;
}

#banner.span10 .banner_container {
    width:747px;
}

.banner_container{
    height:150px;
}

.colored-banner {
    color: #FFFFFF;
    height: 150px;
    position: relative;
    width: 31%;
}


/*.banner_container {
    background-position: left center !important;
    left: 31%;
    position: relative;
    height:150px;
}

.colored-banner {
    color: #FFFFFF;
    height: 150px;
    position: relative;
    width: 31%;
    left: -30%;
}*/


.banner_title {
    bottom: 0;
    left: 0;
    list-style-image: none;
    position: absolute;
}

ul.banner_title li {
    background:none;
}

.banner_title li.bold {
    font-weight: bold;
}

.banner_title li {
    font-size: 20px;
}

.Blue.colored-banner{
    background-color:#00529E;
}

.Green.colored-banner{
    background-color:#79B63E;
}

.Red.colored-banner{
    background-color:#C35C13;
}

.Orange.colored-banner{
    background-color:#C35C13;
}

.Yellow.colored-banner{
    background-color:#FFCC00;
}

.Grey.colored-banner{
    background-color:#9C9E9F;
}

.Light-Green.colored-banner{
    background-color:#AECE76;
}

/*----------------------------------------------- Color text --------------------------------------------------------*/
.green-txt {color: #79B63E !important; }
.red-txt {color: #C35C13 !important;}
.blue-txt {color: #00529E !important;}
.dark-blue-txt {color:#0A4684 !important;}
.orange-txt {color: #C35C13 !important;}
.yellow-txt {color: #FFCC00 !important;}
.grey-txt {color: #9c9e9f !important;}
.light-green-txt {color: #aece76 !important;}
.white-txt {color: #ffffff !important;}
.bold-txt {font-weight:bold !important;}

/*----------------------------------------------- Border color --------------------------------------------------------*/
.greenBorder {border: 1px solid #79B63E;}
.redBorder {border: 1px solid #C35C13;}
.blueBorder {border: 1px solid #00529E;}
.orangeBorder {border:1px solid #C35C13;}
.yellowBorder {border: 1px solid #FFCC00;}
.greyBorder {border: 1px solid #9c9e9f;}
.light-greenBorder {border: 1px solid #aece76;}


/*----------------------------------------------- bg color hover --------------------------------------------------------*/
.grey-bg-hover:hover {
    background:#9c9e9f;
    color:#ffffff !important;
}
.red-bg-hover:hover {
    background:#C35C13;
    color:#ffffff !important;
}
.grey-bg-hover:hover {
    background-color:#9c9e9f;
    color:#ffffff !important;
}
.blue-bg-hover:hover {
    background-color:#00529E;
    color:#ffffff !important;
}
.green-bg-hover:hover {
    background-color:#79B63E;
    color:#ffffff !important;
}
.yellow-bg-hover:hover {
    background-color:#FFCC00;
    color:#ffffff !important;
}
.light-green-bg-hover:hover {
    background-color:#aece76;
    color:#ffffff !important;
}

/*--------------------------------------------------- - Menu - -------------------------------------------------------*/
#menu {margin-bottom: 15px;}

/*#menu.home_ {margin-bottom: 0px;}*/

/*--------------------------------------------------- - Slider - -------------------------------------------------------*/
#featured { height: 276px !important; overflow: hidden;}

.slider_desc .slider_content_list li {
  font-size: 1.5em;
  line-height: 1.2em;
  text-align: left;
}

.slider_desc .slider_content_list {
  padding-right: 0px;
  padding-left: 20px;
  margin-right: 20px;
}

/*.slider_content_list a { color : #8199CE; }*/

.row-fluid .resources_menu .span11.resources_items.first {
    margin-left: 6%;
    margin-top: -30px;
}
.row-fluid .resources_menu .resources_items .resource_item {
    margin-left: 0;
    width: 20%;
}
.row-fluid .resources_menu .resources_items
{
   width:94%;
}
.row-fluid .resources_menu .resources_items .resource_item a.span12 {
    width: 100%;
}
.slide .slider-left a.slider, .slide .slider-left a {
    color:#ffffff;
    text-decoration:underline;
}
.slide .slider-left a.slider:hover, .slide .slider-left a:hover {
    text-decoration:none;
}
/*--------------------------------------------------- - Content - -------------------------------------------------------*/
#content{ padding-top:0px;}

#content.span10 {
    padding-right:6px;
}

.video {padding-bottom : 10px;}

.leftColumn{ margin-top: 20px;}

.centralColumn {    margin-top: 20px;}

.centralColumn h4 {margin-top :0;}

.rightColumn{    margin-top: 20px;}

#content h2, .container h2 {
    color:#0A4684;
    margin:5px 0 15px 0; /*-- add line --*/
}

h4 {    font-size: 15px;    margin-top: 1em;    color:#0A4684;}

h5 {    font-size: 13px;    margin-bottom: 1em;}

h5 a {    color:#0A4684;}

ul.contentLanguage li {
    display: inline !important;
}
#content #details li {
    font-size:12px !important;
    line-height:18px !important;
}
.about_accountability_complaints_cases_ #details {margin: 0;}
#details {    margin: -0.875em 0 1.875em; padding-left:0;}
#details li {  background: none;    color: #999999;  list-style: none; padding-left : 3px;   }
#details ul {    margin-right: 0; margin-left:0; padding-left:0;}
#details ul li { display: inline; }
#details div.localisation ul li {    display: block;    padding-left: 5px;}
#details .contentLanguage a.selected { color: #000000; }

.infocentre_events_all_ #details {
    margin: 5px 0px;
    padding-left: 0;
}

.search  ul#details li {    float: right;font-size: 12px;font-style: italic;margin-bottom: 20px; }
.search #details {margin : 0; margin-bottom : 20px;}
.search .url {
    color: #999999;
    font-style: italic;
    margin-bottom: 5px;
}

.small {    font-size: 11px;     margin-bottom: 0em;     line-height: 1.875em;}

h1, h2, h3, h4, h5, h6 {     display: block;}

/*#body .home_ h2 {    text-indent: -999em;    margin: 0;    line-height: 0;}*/

/*------ liste événement ----- */
ul#details li.eventDate div {
    min-height: inherit;
}

/*------ - board_of_governors - ------*/
div.article div.management-committee.manager.offset1 {margin-left: 10.6383%;}
div.article div.manager {margin-left: 0px;}

.manager .small {    font-size: 0.8em;    line-height: 1.875em;    margin-bottom: 0;}

/* small */
.manager img.span8 {
    height: 107px;
    width: 80px;
}

.management-committee .span8 {
    height: 107px;
    width: 80px;
}

/*.container .row-fluid .manager img {
    height: 107px;
    width: 80px;
}*/

/*.box-orga-dir .col2 > img {
    height: 64px;
    width: 48px;
}*/
/* Medium */

.about_structure_ .clearfix .gallery img {
    height: 160px;
    width: 120px;
}

/*------------- Manager board_of_directors ----------------------*/
.constituencyCountry {float: left; font-weight: bold; background : none;}
.with-country li {margin-left: 30%; background-image : none;}

.constituencyLink.director {margin-left: 30%; background-image : none;border-bottom-style: dotted; border-bottom-width: 1px; border-color : rgb(191,191,191); padding-bottom: 10px; }
.constituencyLink.director.unneeded {margin-left: 30%; background-image : none;border-bottom-style: none; border-bottom-width: 0px; border-color : white; padding-bottom: 10px;}
.constituencyLink.alternat {margin-left: 30%; background-image : none;border-bottom-style: none; border-bottom-width: 0px; border-color : white; padding-bottom: 0px; }
.constituencyLink.last { border-color : #333333;}

.no-country li {margin-left: 30%; background-image : none;}
.span6.no-country {margin-left:15%;}
.no-country li.director {margin-top: 0;}
.span6.no-country li.alternat {margin-top: 5px;}

.constituencyLink {color: #333333;}
.constituencyCountry {color: #333333;}

.constituency {background-color: white;border-top-style: solid;border-top-width: 2px;height: auto; margin-bottom: 5px; border-color : #B3B4B7; padding-top: 10px; margin-top: 0px; padding-bottom: 5px;}
ul.constituency > .nth {margin-top: 10px;}

.no-country li{ margin-top : 10px; margin-bottom : 5px;}

span.constituencyName {color : #0A4684;}
span.constituencyFunction {color : #333333;font-size: 13px; line-height: 19px;}

/*------ - PICTURE - ------*/
.caption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    color: #FFFFFF;
    font-size: 9px;
    margin-top: -49px;
    min-height: 43px;
    padding:3px;
    position: absolute;
    text-align: left;
    width: 235px;
}

.infocentre_phototheque_news_ .gallery2 .gallery-unit .caption
{
   width:100%;
   z-index:999;
   position:relative;
   padding-bottom: 3px;
   padding-left: 0;
   padding-top: 3px;
   padding-right:0;
}
.infocentre_phototheque_news_ .gallery2 .gallery-unit .caption span
{
    display: block;
    margin-left: 5px;
}
.infocentre_phototheque_news_ .gallery2 .gallery-unit a:hover
{
    text-decoration:none;
}

.infocentre_phototheque_services_ .phototheque .info.hide .download, 
.infocentre_phototheque_services_ .phototheque .info.hide .rightfree, 
.infocentre_phototheque_services_ .phototheque .info.hide .legend,
.infocentre_phototheque_services_ .phototheque .info.hide .copyright,
.infocentre_phototheque_services_ .phototheque .info.hide .date,
.infocentre_phototheque_services_ .phototheque .info.hide .location{
    display: none;
}

.infocentre_phototheque_services_ .phototheque .info.hide {
    display: block !important;
    position: relative;
    background-color: #fff !important;
    border: none;
    color: #00529F;
}

.gallery-unit {
    text-align :center;
}

#gallery .info {    color: #ffffff;    font-size: 1em;    padding: 0.75em 1em;    text-align: left;}
.info {    position: absolute;    bottom: 0;    left: 0;    padding: 0.75em 1em;    color: #fff;    font-size: 1em;    border-top: 1px solid #666;}
.info strong {    display: block;}

.searchable .gallery{ margin-right: 20px; }
.searchable .gallery2 { float: left; margin-bottom: 10px; margin-right: 20px; }
.span6.gallery2 { width : 46%; }/*a supprimer car span6 enlevé, mais il reste des pages publiées.*/
#gallery2.simple_overlay .info {width: 655px;font-size:0.8em;text-align:left;}
#gallery2.simple_overlay .info .legend {font-style:italic;}
#gallery2.simple_overlay .info .download{float:right;display:none;}
#gallery2.simple_overlay .info .download a{color:#fff;}
#gallery2.simple_overlay .info .download li {background: url('/tools/img/tech/ffffff_thumbnail_119.png') no-repeat scroll left 0 transparent;padding-left: 2em;}
#gallery2 img {/*width:675px;*/display:block;max-height: 600px;max-width: 675px;margin:0 auto;}
#gallery2 .pictureWrapper {text-align:center;}
#gallery2 img.progress {z-index:-1;}
#gallery2 .pictureWrapper img {z-index:9999;}
.right.inline_picture {padding-left: 10px;}
.left.inline_picture {padding-right: 10px;}

/******* - Code issus du trac pour ajouter le telechargement de l'image original dans le rendu overlay de InsertImage - *******/
html body ul.photoicons { list-style: none;   margin-top:-18px;}

html body ul.photoicons li.left {    padding-left: 0.0em;    float: left;    margin-left:2px;}

html body ul.photoicons li.right {    padding-left: 0.0em;    float: right;    margin-right:2px;}

html body ul.photoicons span.ui-icon {    height : 16px;    background-image:url(/tools/img/tech/picto/ui-icons_666666_256x240.png);}

html body ul.photoicons li.icon {  background:#F0F0F0 url('/img/site/dev/ui-bg_highlight-soft_25_f0f0f0_1x100.png') repeat-x scroll 50% 50%;    color:#00529F;    font-weight:normal;    outline-color:-moz-use-text-color;    outline-style:none;    outline-width:medium;}

html body ul.photoicons li.text:hover {    background: none;    color:#FFFFFF;    text-decoration: none;}

html body ul.photoicons li.text{    background: none;    color:#FFFFFF;    text-decoration:underline;}

/*--------------------------------------------------- - MAILPRINT - -------------------------------------------------------*/
.mailprint {    font-size: .8em;     margin-bottom: 0em;     line-height: 1.875em; display:inline-block !important;}
.mailprint dd {    float: left; margin-left : 0;}
dl.mailprint dd a {padding-right: 1em;display: inline-block;padding-right: 0.5em;background-image:none;}
.infocentre_press_releases_all_ dl.mailprint a.pdf,
.investor_relations_press_ dl.mailprint a.pdf {
    display: none;
}
/*--------------------------------------------------- - Contact - -------------------------------------------------------*/

/*Favicon*/
html body .contact ul {    list-style: none;    margin-left: 0; list-style: none;}
html body ul li.printpage{ list-style: none;   background: transparent url('/tools/img/tech/picto/666666_thumbnail_107.png') no-repeat scroll left 0.0em;    padding-left:16px;    text-indent: 0px;    float: none;    width:100%;    height:100%;}
html body ul li.pin{ list-style: none;   background: transparent url('/tools/img/tech/picto/666666_thumbnail_154.png') no-repeat scroll left 0.0em;    padding-left:16px;    text-indent: 0px;    float: none;    width:100%;    height:100%;}
.ui-icon{float:left;width:16px;height:16px;background-image:url('/tools/img/tech/picto/ui-icons_666666_256x240.png')}

.btn.ui-icon {
    background-image: url(/tools/img/tech/picto/ui-icons_666666_256x240.png);
}

/*--------------------------------------------------- - RelatedAccordion- -------------------------------------------------------*/
#relatedAccordion h3,.relatedAccordions h3,
.infocentre_events_all_ #relatedAccordionProducts h3 { background-color: RGB(189,190,193); margin-top: 3px; color: white; padding-left: 5px; font-size: 100%; cursor: pointer; padding-bottom:5px; padding-top: 5px; line-height:18px;}
#relatedAccordion h3, .relatedAccordions h3, .infocentre_events_all_ #relatedAccordionProducts h3 {    background : -moz-linear-gradient(#3887D1, #00529E) repeat scroll 0 0 transparent;    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3887D1), to(#00529E));    background: linear-gradient(#3887D1, #00529E);    background : -o-linear-gradient(#3887D1, #00529E);}

div #relatedAccordion,div .relatedAccordions { -moz-box-shadow: 6px 6px 6px 0 #CCCCCC; }
div #relatedAccordion a, div .relatedAccordion a{ color: #58585A; }
div #relatedAccordion .ui-accordion-content a, div .relatedAccordion .ui-accordion-content a { color:#00529f; }
#relatedAccordion .ui-accordion ul, .relatedAccordion .ui-accordion ul {margin-top:10px; margin-left : 0px; padding-left:0px;} 
#relatedAccordion ul, .relatedAccordion ul {margin-top:10px; margin-left : 0px; padding-left:10px;} 
#relatedAccordion li, .relatedAccordion li{margin-bottom:5px;}
#relatedAccordion li:first-child, .relatedAccordion li:first-child {border:0;}
div #relatedAccordion .boxLink, div .relatedAccordion .boxLink{ text-align:right; padding-right: 10px;}

.nextContentRelatedAccordion {    display: block;}

.titleRelatedAccordion, .nextTitleRelatedAccordion {    line-height: 15px;}

.relatedAccordions h3.titleRelatedAccordion.ui-state-active,
.relatedAccordions h3.titleRelatedAccordion.ui-state-focus, 
.relatedAccordions h3.titleRelatedAccordion.ui-state-hover, 
.relatedAccordions h3.titleRelatedAccordion.ui-state-default{
    background: -moz-linear-gradient(#3887D1, #00529E) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3887D1), to(#00529E));
    background: linear-gradient(#3887D1, #00529E);
    background: -o-linear-gradient(#3887D1, #00529E);
    margin-top: 3px !important; 
    color: white; 
    padding-left: 5px; 
    font-size: 100%; 
    cursor: pointer; 
    padding-bottom:5px; 
    padding-top: 5px; 
    line-height:18px;
}

/* Sépcialement pour l'accordion sur la mini homePage products */
.products_.products_project-bonds_ .searchable #relatedAccordionProducts h3, .about_invest-eu_ .searchable #relatedAccordionProducts h3,
.products_.products_ner-300_ .searchable #relatedAccordionProducts h3, .faqSectionBox .ui-state-default,
.faqSectionBox .ui-widget-content .ui-state-default, .faqSectionBox .ui-state-active, .faqSectionBox .ui-widget-content .ui-state-active,
#relatedAccordionProducts.faqSectionJobsBox h3, #relatedAccordionFaq h3, .infocentre_register_faq_ #relatedAccordion h3 { color: #00529f; background-image: linear-gradient(#e5e5e5, #f3f3f3); height:inherit; cursor: pointer;  font-size: 100%; margin-top: 3px; padding-left: 10px; padding-top: 5px; padding-bottom: 6px; border:1px solid #dedede;line-height:18px;}
.products_.products_project-bonds_ .searchable #relatedAccordionProducts h3, .about_invest-eu_ .searchable #relatedAccordionProducts h3,
.products_.products_ner-300_ .searchable #relatedAccordionProducts h3, .faqSectionBox .ui-state-default,
.faqSectionBox .ui-widget-content .ui-state-default, .faqSectionBox .ui-state-active, .faqSectionBox .ui-widget-content .ui-state-active,
#relatedAccordionProducts.faqSectionJobsBox h3, #relatedAccordionFaq h3, .infocentre_register_faq_ #relatedAccordion h3 { color: #00529f; background-image: -moz-linear-gradient(#e5e5e5, #f3f3f3); height:inherit; cursor: pointer;  font-size: 100%; margin-top: 3px; padding-left: 10px; padding-top: 5px; padding-bottom: 6px; border:1px solid #dedede;line-height:18px;}
.products_.products_project-bonds_ .searchable #relatedAccordionProducts h3, .about_invest-eu_ .searchable #relatedAccordionProducts h3,
.products_.products_ner-300_ .searchable #relatedAccordionProducts h3, .faqSectionBox .ui-state-default,
.faqSectionBox .ui-widget-content .ui-state-default, .faqSectionBox .ui-state-active, .faqSectionBox .ui-widget-content .ui-state-active,
#relatedAccordionProducts.faqSectionJobsBox h3, #relatedAccordionFaq h3, .infocentre_register_faq_ #relatedAccordion h3 { color: #00529f; background-image: -webkit-linear-gradient(#e5e5e5, #f3f3f3); height:inherit; cursor: pointer;  font-size: 100%; margin-top: 3px; padding-left: 10px; padding-top: 5px; padding-bottom: 6px; border:1px solid #dedede;line-height:18px;}
.products_.products_project-bonds_ .searchable #relatedAccordionProducts h3, .about_invest-eu_ .searchable #relatedAccordionProducts h3,
.products_.products_ner-300_ .searchable #relatedAccordionProducts h3, .faqSectionBox .ui-state-default,
.faqSectionBox .ui-widget-content .ui-state-default, .faqSectionBox .ui-state-active, .faqSectionBox .ui-widget-content .ui-state-active,
#relatedAccordionProducts.faqSectionJobsBox h3, #relatedAccordionFaq h3, .infocentre_register_faq_ #relatedAccordion h3 { color: #00529f; background-image: -o-linear-gradient(#e5e5e5, #f3f3f3); height:inherit; cursor: pointer;  font-size: 100%; margin-top: 3px; padding-left: 10px; padding-top: 5px; padding-bottom: 6px; border:1px solid #dedede;line-height:18px;}

.products_ .searchable #relatedAccordionProducts h3 {border: 1px solid #DEDEDE; background-image: linear-gradient(#e5e5e5, #f3f3f3); color: #00529f;   cursor: pointer;    font-size: 100%;    height: inherit;    margin-top: 3px;    padding-left: 10px;    padding-top: 5px; padding-bottom:6px;}
div #relatedAccordionProducts { -moz-box-shadow: 6px 6px 6px 0 #CCCCCC; }
div #relatedAccordionProducts a { color: #58585A; }
#relatedAccordionProducts ul {margin-top:10px; margin-left : 20px;}
#relatedAccordionProducts li {margin-bottom:5px;}
#relatedAccordionProducts li:first-child {border:0;}
div #relatedAccordionProducts .boxLink{ text-align:right; padding-right: 10px;}
#relatedAccordionProducts h3 {    background : -moz-linear-gradient(#3887D1, #00529E) repeat scroll 0 0 transparent;    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3887D1), to(#00529E));    background: linear-gradient(#3887D1, #00529E);    background : -o-linear-gradient(#3887D1, #00529E);}

/*.home_ .leftColumn.coloredBoxMobile .ic_caption h6 a {color: white;}*/

#body .container .accordion-grey h3 {
    color: #00529f; 
    background-image: linear-gradient(#e5e5e5, #f3f3f3);
    background-image: -moz-linear-gradient(#e5e5e5, #f3f3f3);
    background-image: -webkit-linear-gradient(#e5e5e5, #f3f3f3);
    background-image: -o-linear-gradient(#e5e5e5, #f3f3f3);
    height:inherit; 
    cursor: pointer;  
    font-size: 100%; 
    margin-top: 3px; 
    padding-left: 10px; 
    padding-top: 5px; 
    padding-bottom: 6px; 
    border:1px solid #dedede;
    line-height:18px;
}

#body .container .accordion-bold h3 {
    font-size: 150%;
}

div.ui-accordion .ui-accordion-content a {
    color: #0a4684 !important;
}
/* ------------------NER 300 ---------------------------*/
#relatedAccordionProducts h3.titleRelatedAccordion.bluetab {
  background : -moz-linear-gradient(#3887D1, #00529E) repeat scroll 0 0 transparent;    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3887D1), to(#00529E));    background: linear-gradient(#3887D1, #00529E);    background : -o-linear-gradient(#3887D1, #00529E);
  color: white;
}

/*--------------------------------------------------- - LeftNav - -------------------------------------------------------*/
#left {    
    min-height:166px;
    margin-left:6px;

}

#left div dl {    margin-top: 0px;}

#left dl {    margin-bottom: 0;}

#left dl dt { display:none;}

#left dl dd {    margin-left: 0;    padding-left: 0;    background-image: none;}

#left dl dd a {    font-size: 1em;    display: block;    padding: 0.4em 3px 0.4em 0.4em;    color: #00529F;    text-decoration: none;    border-bottom:1px dotted #808080;}

#left dl dd a:hover {    text-decoration: underline;}

#left dl dd dl {    padding-left: 0.5em;}

#left dl dd dl {    display: none;}

#left dl dd dl a {    background: none;    color: rgb(120,120,120);    padding-left: 5px;}

#left dl dd dl a:hover {    background: white;    -moz-border-radius: 0px;}

#left dl dd.active dl {    background-color: #FFFFFF;}

#left dl dd.active a,
#left dl dd.active dl,
#left dl dd.active dl dd,
#left dl dd.active dl dd a {    display: block;}

#left dl dd.active dl dd dl {    display: none;}

#left dl dd.active dl dd.active a,
#left dl dd.active dl dd.active dl,
#left dl dd.active dl dd.active dl dd,
#left dl dd.active dl dd.active dl dd a {    display: block;}

#left dl dd dl dd {    background: none;}

#left dl dd dl dd dl dd a {    font-weight: normal;    font-size:0.9em; color: rgb(168,169,173) }



/*--------------------------------------------------- - Caroussels boxes - -------------------------------------------------------*/

#right{    
    margin-top: 0px;
    float: right;
    padding-top: 10px; /*--- add line --*/
    padding-right: 0; /* change */
    padding-left: 1.2%; /*--- add line --*/
}

.jcarousel-prev h4 {
    color : white;
    font-size : 14px;
    font-weight : bold;
    padding-left : 5px;
    text-align : left;
    height : 21px;
}

h4 .arrow-ie {
    display : none;
}

div.eventsCarousel h4, div.newsCarousel h4 { margin-top: 3px;}

a.allEvents {
    float : right;
    width : 20px;
}

a.allNews {
    float : right;
    width : 20px;
}

a.allEvents:hover {
    text-decoration : none;
}

a.allNews:hover {
    text-decoration : none;
}

li.jcarousel-item {
    line-height : 20px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
}

.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #FFFFFF;
    border: none;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
    direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    height: 140px;
    padding-bottom: 30px;
    padding-top: 30px;
}


.eventsCarousel .jcarousel-skin-tango .jcarousel-container-vertical{
    height: 180px;
}

.newsCarousel .jcarousel-skin-tango .jcarousel-container-vertical{
    height: 170px;
}

#left_carousel .jcarousel-skin-tango .jcarousel-container-vertical{
    /* height: 549px; Si 3 Box */
    height:732px;  /* 4 box */
}

#left_carousel .jcarousel-skin-tango .jcarousel-container-vertical.fullHeight, 
#left_carousel .jcarousel-skin-tango .jcarousel-container-vertical.fullHeight .jcarousel-clip-vertical {
    height: inherit !important;
}

.jcarousel-skin-tango .jcarousel-clip  {
    overflow: hidden;
}

#first-carousel li.span12,
.jcarousel-skin-tango .jcarousel-item-vertical {
    overflow : hidden;
    margin-left:0px;
}

ul#first-carousel {
    margin : 0;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

.orbit-bullets li {
    margin-left:0px;
}

/* Horizontal Buttons */

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(arrow_down.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 0px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    /*background: transparent url(../images/slider/Left-Arrow-Icon.png) no-repeat 0 0;*/
    z-index : 999;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}


.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    //cursor: default;
    color : white;
}

/* Vertical Buttons */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    width: 32px;
    height: 19px;
    cursor: pointer;
    background : -moz-linear-gradient(#8199ce, #8F9FcF) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#8199ce), to(#8F9FcF));
    background: linear-gradient(#8199ce, #8F9FcF);
    background : -o-linear-gradient(#8199ce, #8F9FcF);
    background-repeat : no-repeat;
    background-position : center;
    background-size: 191px auto;
    display: block;
    margin-right: 0;
    text-align: center;
    width: 100%;
    display : none;
}


ul.jcarousel {
    margin-left:0px;
    list-style: none outside none;
}


.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    color : white;
}

.jcarousel-skin-tango.newsCarousel .jcarousel-prev-vertical {
    background-repeat : repeat;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 0px;
    width: 32px;
    height: 26px;
    cursor: pointer;
    display: block;
    margin-right: 0;
    text-align: center;
    background-size: 191px auto;
    width : 100%;
    display : none;
   
}

.newsCarousel .jcarousel-skin-tango .jcarousel-prev-vertical {
    background-image: url("/img/site/plus-white-reverse.png"), url("/img/site/previous_arrow.png"), linear-gradient(#C6C7C8, #9C9E9F);
    background-image: url('/img/site/previous_arrow.png'), url('/img/site/plus-white-reverse.png'), -webkit-gradient(linear, 0 0, 0 bottom, from(#C6C7C8), to(#9C9E9F));
    background-image: url('/img/site/previous_arrow.png'), url('/img/site/plus-white-reverse.png'), linear-gradient(#C6C7C8, #9C9E9F);
    background-image: url('/img/site/previous_arrow.png'), url('/img/site/plus-white-reverse.png'), -o-linear-gradient(#C6C7C8, #9C9E9F);
    background-position: center center, right top;
    background-repeat: no-repeat;
    background-color:#DEDEDE;
    background-size: auto;
}

.eventsCarousel .jcarousel-skin-tango .jcarousel-prev-vertical {
    background-image: url("/img/site/plus-white-reverse.png"), url("/img/site/previous_arrow.png"), linear-gradient(#3887D1, #00529E);
    background-image: url('/img/site/previous_arrow.png'), url('/img/site/plus-white-reverse.png'), -moz-linear-gradient(#3887D1, #00529E);
    background-image: url('/img/site/previous_arrow.png'), url('/img/site/plus-white-reverse.png'), -webkit-gradient(linear, 0 0, 0 bottom, from(#3887D1), to(#00529E));
    background-image: url('/img/site/previous_arrow.png'), url('/img/site/plus-white-reverse.png'), -o-linear-gradient(#3887D1, #00529E);
    background-position: center center, right top;
    background-repeat: no-repeat;
    background-color: #8199CE;
    background-size: auto;
}

.eventsCarousel .jcarousel-skin-tango .jcarousel-next-vertical {
    height : 13px;
    background-image : url('/img/site/next_arrow.png'), -moz-linear-gradient(#3887D1, #00529E);
    background-image: url('/img/site/next_arrow.png'), -webkit-gradient(linear, 0 0, 0 bottom, from(#3887D1), to(#00529E));
    background-image: url('/img/site/next_arrow.png'), linear-gradient(#3887D1, #00529E);
    background-image: url('/img/site/next_arrow.png'), -o-linear-gradient(#3887D1, #00529E);
    background-position: top center;
    background-size: auto;
    background-repeat: no-repeat;
    background-color:#8199CE;
    border-top: 3px solid #3887D1;
}

.newsCarousel .jcarousel-skin-tango .jcarousel-next-vertical {
    height : 13px;
    background-image : url('/img/site/next_arrow.png'), -moz-linear-gradient(#C6C7C8, #9C9E9F);
    background-image: url('/img/site/next_arrow.png'), -webkit-gradient(linear, 0 0, 0 bottom, from(#C6C7C8), to(#9C9E9F));
    background-image: url('/img/site/next_arrow.png'), linear-gradient(#C6C7C8, #9C9E9F);
    background-image: url('/img/site/next_arrow.png'), -o-linear-gradient(#C6C7C8, #9C9E9F);
    background-position: top center;
    background-size: auto;
    background-repeat: no-repeat;
    background-color:#DEDEDE;
    border-top: 3px solid #C6C7C8;
}

.eventsCarousel .jcarousel-skin-tango .jcarousel-clip-vertical {
    height: 187px;
}

.newsCarousel .jcarousel-skin-tango .jcarousel-clip-vertical {
    height: 180px;
}

#left_carousel .jcarousel-skin-tango .jcarousel-clip-vertical {
    height: 549px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical-headline {
    background-size : 208px auto;
}

.jcarousel-skin-tango .jcarousel-next-vertical-headline {
       background-size : 208px auto;
}

span.left {
    margin-right: 4.5%;
    margin-left: 1%;
    float : left;
    height : 20px;
}

.number {
    color: #CCCCCC;
    float: left;
    font-size: 30px;
    font-weight : bold;
    padding-top:0;
}


.month {
    color: #CCCCCC;
    font-weight: bold;
    float:right;
    font-size:10px;
    text-transform: capitalize;
    padding-left:2px;
}

.infocentre_ .month {
    width:36px;
    float:left !important;
    margin-left: -2px;
}

a.title {
    color : #000000;
    font-size: 11px;
    font-weight : bold;
}

.city_event {
    
    color: #11639D;
}

.text_event {
    color: #00529E;
    float: left;
    font-size: 9px;
    font-weight: bold;
    line-height: 13px;
    width: 78%;
}

span.date {
    width:15%;
    margin-right:4%;
    margin-left:2%;
}

.text_event a {
    color:#555555;
}

#mycarousel .jcarousel-item {
    width :100%;
    min-height: 39px;
    border-bottom: 1px dotted #DEDEDE;
    padding-bottom: 2px;
    padding-left: 0;
    padding-top: 3px;
    background-image:  -moz-linear-gradient(center top , #FFFFFF, #F5F5F5);
    background-image: -webkit-gradient(center top , #FFFFFF, #F5F5F5);
    background-image: linear-gradient(center top , #FFFFFF, #F5F5F5);
    background-image: -o-linear-gradient(center top , #FFFFFF, #F5F5F5);
    background-color: #FBFBFB;
    background-repeat: repeat-x;
}

#eventsCarousel .jcarousel-item {
    width :99%;
    min-height: 42px;
}

.locationWrapper {
    margin-bottom: 25px;
    margin-top: 20px;
}
.location-img{
    text-align:center;
}
.location-text > strong > a {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}
.location-text > a {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    display: block;
}
.locationWrapper #location{
    padding-bottom: 10px;
    box-shadow: 6px 6px 6px 0 #CCCCCC;
   -moz-box-shadow:    6px 6px 6px 0 #CCCCCC;
   -webkit-box-shadow: 6px 6px 6px 0 #CCCCCC;
}

.newsletterWrapper {
    margin-bottom: 25px;
    margin-top: 20px;
}

.newsletterWrapper #email{
    padding-bottom: 10px;
    padding-top: 10px;
    box-shadow: 6px 6px 6px 0 #CCCCCC;
   -moz-box-shadow:    6px 6px 6px 0 #CCCCCC;
   -webkit-box-shadow: 6px 6px 6px 0 #CCCCCC;
}

.newsletter-text{
    text-align:center;
    color:#ffffff;
}

.newsletter-text > strong > a {
  color: #FFFFFF;
}
.infocentre_newsletters_ #details {
    margin: -1.875em 0 1.1em;
}
.infocentre_newsletters_ .press-summary ul li {
    background:none;
    display:inline;
    padding-left: 0;
}
input.email-field{
    border-right:none;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    
}

.newsletterWrapper input {
    width : 74%;
    font-size: 0.9em;
    z-index : 1;
    height : 12px;
    margin-top: 5px;
}

form#newsletter {
  background-color: transparent;
  margin-bottom:0px;
}

#newsletter input.newsletterSubmit {
  background: url('/tools/img/tech/input-subscribe-bg.png') no-repeat scroll 0 0 transparent;
  border-image: none;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px medium;
  border-color: #cccccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  height: 22px;
  margin-bottom: 9px;
  margin-top: 5px;
  padding-top: 4px;
  text-align: center;
  top: 0;
  width: 10%;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  text-indent : -999px;
}


.jcarousel-skin-tango #newsCarousel .jcarousel-item{
    margin-bottom: 5px;
    line-height : 13px;
    height : 20px;/*avant -> height : 8%;*/
    border-bottom: 1px dotted #DEDEDE;
    background-image: url("/img/site/news-list-bullet.png");
    background-image: url("/img/site/news-list-bullet.png"), -webkit-gradient(center top , #FFFFFF, #F5F5F5);
    background-image: url("/img/site/news-list-bullet.png"), -moz-linear-gradient(center top , #FFFFFF, #F5F5F5);
    background-image: url("/img/site/news-list-bullet.png"), linear-gradient(center top , #FFFFFF, #F5F5F5);
    background-image: url("/img/site/news-list-bullet.png"), -o-linear-gradient(center top , #FFFFFF, #F5F5F5);
    background-color: #FBFBFB;
    width:92%;
}

ul#newsCarousel li
{
    background-image: url('/img/site/news-list-bullet.png'), -moz-linear-gradient(center top , #FFFFFF, #F5F5F5);
    background-image: url('/img/site/news-list-bullet.png'), -webkit-gradient(center top , #FFFFFF, #F5F5F5);
    background-image:url('/img/site/news-list-bullet.png'),  linear-gradient(center top , #FFFFFF, #F5F5F5);
    background-image: url('/img/site/news-list-bullet.png'), -o-linear-gradient(center top , #FFFFFF, #F5F5F5);
    background-color: #FBFBFB;
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding-left: 14px;
    min-height : 30px;
}

#newsCarousel a{
    color:#58585a;
    font-weight:bold;
    font-size:11px;
}

.newsletterWrapper.jcarousel-skin-tango .jcarousel-container-vertical {
    height: 200px;
}

.newsletterWrapper.jcarousel-skin-tango .jcarousel-clip-vertical {    
    height: 200px;
}

.row-fluid [class*="span"].drop-alv,
.row-fluid [class*="span"].order_button {
    float: left;
    min-height : 20px;
}

/*--------------------------------------------------- - Footer - -------------------------------------------------------*/
#footer {
    background-color: #EEEEEE;
    font-size: 0.9em;
    margin-top: 10px;
    padding-top: 0px;
}

#footer a {color: #58585A;text-decoration: none; font-size : 11px;}

#footer a:hover {text-decoration: underline;}

#footer dt  {color:gray;font-size:11px;}

#footer dd {
    margin-left: 0;
    margin-right: 5px;
}

#footer dl {margin-bottom: 18px; margin-left:15px; margin-top: 0;}

#footer dt {list-style-image: none;list-style-position: outside;list-style-type: none;padding-top: 18px;}

#footer dl dd {
  text-indent: 0em;
}

#footer .row-fluid .footer-row {
    margin-left: 0;
}
#footer dl dt {
    border-bottom: 1px solid #CCCCCC;
}

#footer dl.first {
    margin-left: 25px;
}

.footer-padding-left {padding-left: 1.5%;}

#footer .liFooter {float:left; list-style:none; padding-right: 20px;}
#footer .ulFooter {margin-left: 0px; padding-left: 0px;}


#underfooter {background-color: #EEEEEE; height: 60px; margin-top: 5px; }

#underfooter .underfooter-social-network {margin-top: 20px;background-color: #EEEEEE;padding-left: 15px;}

#underfooter .underfooter-partner-website {text-align : center; margin-top: 10px;background-color: #EEEEEE;}

#underfooter .logo-partner-website {height:auto; width:auto;}

#underfooter .underfooter-social-network a {margin-right:10px;}

#footer .last{margin-left: 0px;}

/*--------------------------------------------------- - BreadCrump - -------------------------------------------------------*/

#breadcrumb dl {
display:inline;
margin-bottom:0px;
}
#breadcrumb dl dd, #breadcrumb dl dt {
display:none;
font-size:inherit;
}
#breadcrumb dl dd a {
display:inline;
}
#breadcrumb.small {
margin-bottom:0px;
}
#breadcrumb dl dd {
    background: transparent url('/eib.org/img/site/breadcrumb.jpg') no-repeat scroll left center;    
    padding-left: 5em;  
}
#breadcrumb dl dd dl {  
    background: transparent url('/eib.org/img/site/breadcrumb.jpg') no-repeat scroll left center;    
    padding-left: 3em;
    display: inline-block;  
    _display: inline;
}
#breadcrumb dl dd dl dd {
    background:none;
    padding-left: 0;
}
#breadcrumb dl dt {
display:inline;
font-weight:normal;
}

/*--------------------------------------------------- - Closing - -------------------------------------------------------*/


#closing {
    font-size:12px;
    padding-top: 15px;
}

#closing .closing-logo {
        margin-left:0px;
        float:left;
}

#closing .closing-logo img {
    /*height:40px;*/
    margin-right:20px;
    padding-left : 5px;
}

/*--------------------------------------------------- - HomePage - -------------------------------------------------------*/
/*#body.home_{    margin-top:0px;}

#content.home_ {  padding-top: 0px;}*/

.hideArrow{display:none!important;}

.centralColumn h4 a {    color: #58585A; font-weight:bold;}

.centralColumnItem {    background: url('/img/site/plus.png') no-repeat scroll right bottom transparent;    padding-bottom: 0px;word-wrap : break-word;}

.centralColumnItem .span4.left { padding-right: 5px; width: auto; max-width: 260px;}

.triangle{    width: 100%;    height: 100%;}

.triangle a{    float: right;    height: 18px;    text-decoration: none;    width: 28px;}



/*.row-fluid .centralColumnItemBottom {  min-height: 18px;  height: 18px;}.span14 .home_ {    margin-left:0px;}*/

.firstHomePageCarousel {    padding-left: 0px;}

/*#content.home_ .otherHomePageCarousel {    padding-left: 0px; margin-left:0px;}

#content.home_ .row-fluid .centralColumn.border_left {
  border-left: 1px dotted #808080;
  margin-left: 18px;
  padding-left: 20px;
}*/

#right .buttonBox div.small-box h5 {
    padding-top: 10px !important;
}

/*#content.home_ .row-fluid .rightColumn.border_left {
  border-left: 1px dotted #808080;
  margin-left: 30px;
  padding-left: 10px;
}*/

/*--------------------------------------------------- - Yellow boxes - -------------------------------------------------------*/
div.coloredBoxMobile div.ic_container.mobileBox {color:white;}
.coloredBoxMobile .ic_caption h6 a {color: white;}

/*div.coloredBoxMobile .triangle a:hover {font-size : 25px!important;} NON utilisé car certains + sont fait via une image de fond avec un + transparent*/

#right .highlight {  margin-bottom: 15px;}

#right  .ic_container{    height:163px;}

#right .highlight .coloredBoxMobile  .video img.box-img {        width:100%;        height:130px; }

div#right div.dynamicBox div.coloredBoxMobile div.ic_container div.ic_caption.noJSgoUp {margin-top: -30px;} /* pour faire remonter les textes en cas de non JS */
div#right div.highlight div.coloredBoxMobile div.ic_container div.ic_caption.noJSgoUp {margin-top: -30px;} /* pour faire remonter les textes en cas de non JS */


#right .highlight .coloredBoxMobile  img.video_thumb {  bottom: 0;  left: 0;  margin: 0 0 34% 34%;  position: absolute;  width: 70px;}

#right .highlight .pub_thumb{    margin-left:0px;    margin-right:10px;}

#right .publications_list h5 {    color:#444444;}

#right .normal-box h5 {    color:#444444;}

#right .publications_list ul { }

#right .buttonBox div.small-box { height: auto; max-height: 150px;}/* Version avec découpe automatique, dans ce cas on veut une taille fixe #right .buttonBox div.small-box { height: 80px;}*/

#right .buttonBox div.small-box h5 { padding-top: 10px!important;}

#right .buttonBox div.small-box.greenBox  {      background : url("/img/site/plus-white.png") no-repeat scroll right bottom #79B63E;}

#right .buttonBox div.small-box.redBox  {      background : url("/img/site/plus-white.png") no-repeat scroll right bottom #C35C13;}

#right .buttonBox div.small-box.blueBox  {      background : url("/img/site/plus-white.png") no-repeat scroll right bottom #00529E;}

#right .buttonBox div.small-box.orangeBox  {      background : url("/img/site/plus-white.png") no-repeat scroll right bottom #C35C13;}

#right .buttonBox div.small-box.yellowBox  {      background : url("/img/site/plus-white.png") no-repeat scroll right bottom #FFCC00;}

#right .buttonBox div.small-box.greyBox  {      background : url("/img/site/plus-white.png") no-repeat scroll right bottom #9c9e9f;}

#right .buttonBox div.small-box.light-greenBox  {      background : url("/img/site/plus-white.png") no-repeat scroll right bottom #aece76;}

#right .buttonBox h5.small-box {         color: white;         padding-top: 20px;         text-align: center;         font-size:1.2em;     margin-bottom:0px;     min-height: 40px;}

#right  h5.small-box {margin-top: 0px;}

#right .buttonBox h5.small-box a{     color: white;}

#right .normal-box {  background:none;}

.coloredBoxMobile img {
    height:135px; 
    width:100%; /*-- add line --*/
} 
.coloredBoxMobile img.codebar {height:auto;position: absolute;right: 40px;top: 8px;z-index: 5;}
img.qrcode {height:auto;position: absolute;z-index: 5;}

#right div h5 {    font-size: 125%;}

.coloredBoxMobile .ic_caption{position : absolute;z-index : 6;bottom : 0;}

.span3 .dynamicVideo .video img.video_thumb { 
    position: absolute;
    /*left: 60px;
    top: 30px; */
    width: 30%;
    height: 35%;
    margin-top: 28px;
    margin-left: -138px;
}
/*---------------------------- - left caroussel homepage - -------------------------------------*/
.coloredBoxMobile  .ic_caption h6 {color: #FFFFFF;font-size: 12px;font-weight: bold;margin-bottom: 0;margin-left: 0;margin-right: 0;margin-top: 0;padding-bottom: 5px;padding-left: 5px;padding-right: 5px;padding-top: 5px;}

.coloredBoxMobile  .ic_text {font-size: 12px;margin-bottom: 0;margin-left: 0;margin-right: 0;margin-top: 0;padding-bottom: 5px;padding-left: 5px;padding-right: 5px;padding-top: 5px;}

#left_carousel .jcarousel-skin-tango .jcarousel-next-vertical{border-top:none;background : url('/tools/img/tech/bottom-Arrow-Icon.png') no-repeat center 0 #ffffff; background-size:auto;}

#left_carousel .jcarousel-skin-tango .jcarousel-prev-vertical{border-bottom:none;background : url('/tools/img/tech/top-Arrow-Icon.png') no-repeat center 0 #ffffff; background-size:auto;}

.overlay{opacity:1.0;position:absolute;top:0px;bottom:0px;left:0px;right:0px;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);}

 .ic_container{     height:183px;     vertical-align:baseline;     position:relative;     }

/*#left_carousel .ic_caption, .home_ .rightColumn .coloredBoxMobile .ic_caption{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 19px;
    padding-top: 6px;
}*/

.coloredBoxMobile .ic_caption{position:absolute; opacity:1; overflow:hidden;margin:0px;padding:0px;left:0px;right:0px;border-width:0px;padding-bottom: 5px;}

.coloredBoxMobile .ic_category{text-transform:uppercase;font-size:11px;letter-spacing:3px;padding:5px;margin:0px;}

#first-carousel .video {    display:block;    overflow:hidden;}

.leftNavBox {color: white;} 
.greenBox {background-color: #79B63E; }
.redBox {background-color: #C35C13;}
.blueBox {background-color: #00529E;}
.cyanBox {background-color: #13b0e7;}
.orangeBox {background-color:#C35C13;}
.yellowBox {background-color: #FFCC00;}
.greyBox {background-color:#9c9e9f;}
.light-greenBox {background-color: #aece76;}
.transparentBox {
    background: transparent !important;
}
.background-none {background:none!important;}

.coloredBoxMobile  div .triangle .green-color {color: #79B63E; }
.coloredBoxMobile  div .triangle .red-color {color: #C35C13;}
.coloredBoxMobile  div .triangle .blue-color{color: #00529E;}
.coloredBoxMobile  div .triangle .orange-color{color: #C35C13;}
.coloredBoxMobile  div .triangle .yellow-color{color: #FFCC00;}
.coloredBoxMobile  div .triangle .grey-color{color: #9c9e9f;}
.coloredBoxMobile  div .triangle .light-green-color{color: #aece76;}
.coloredBoxMobile  div .triangle .white-color{color: white;}

.leftColumn.coloredBoxMobile .video img {    
    max-width:none;   
    display: block;
    margin-left: auto;
    margin-right: auto; }
 
.leftColumn.coloredBoxMobile img {  
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width:none; 
}

.coloredBoxMobile  img.video_thumb { margin-left: -142px; margin-top: 35px; width: 70px;}

.coloredBoxMobile  img.box-img {    height:130px; width:100%}

.coloredBoxMobile  .triangle {border-color: transparent white white transparent;border-style: solid;border-width: 14px;bottom: 0px;float: right;height: 0px;position: absolute;right: 0px;width: 0px;}

.coloredBoxMobile  .triangle a {text-decoration: none;text-align: center;font-size: 18px;position: relative;bottom: 7px;color: rgb(230, 100, 0); bottom: 7px; left: 21px; bottom: 7px; top: -6px;cursor: pointer;}

/*--------------------------------------------------- - DynamicEvents Events - -------------------------------------------------------*/

.nextUpTo-1 {height: 30px!important;}
.nextUpTo-2 {height: 70px!important;}
.nextUpTo-3 {height: 115px!important;}

.eventsCarousel .jcarousel-skin-tango .nextUpTo-1 {height: 34px!important;}
.eventsCarousel .jcarousel-skin-tango .nextUpTo-2 {height: 83px!important;}
.eventsCarousel .jcarousel-skin-tango .nextUpTo-3 {height: 124px!important;}

.nextUpTo-1 div.jcarousel-clip.jcarousel-clip-vertical {height: 54px!important;}
.nextUpTo-2 div.jcarousel-clip.jcarousel-clip-vertical {height: 85px!important;}
.nextUpTo-3 div.jcarousel-clip.jcarousel-clip-vertical {height: 130px!important;}

.dynamicEvents {margin-bottom: 15px;}
.eventsCarousel {margin-bottom: 15px;}
/*
.noDynamicEventNextArrow {background-image:none!important; cursor : default!important;}
.noDynamicEventPrevArrow {background-image: url("/img/site/plus-white-reverse.png")!important; background-position: right top!important;}
*/
.dynamicEventTextEvent {overflow: hidden; text-overflow: ellipsis; height: 28px; width: 158px; margin-bottom: -15px;}

/*ajouter ou retirer les fleches HAUT BAS*/
div.eventsCarousel div.jcarousel-prev.jcarousel-prev-vertical.jcarousel-prev-disabled.jcarousel-prev-disabled-vertical{
    background-color: #8199CE;
    background-image : url("/img/site/plus-white-reverse.png"), -moz-linear-gradient(#3887D1, #00529E);
    background-image: url("/img/site/plus-white-reverse.png"), -webkit-gradient(linear, 0 0, 0 bottom, from(#3887D1), to(#00529E));
    background-image: url("/img/site/plus-white-reverse.png"), linear-gradient(#3887D1, #00529E);
    background-image: url("/img/site/plus-white-reverse.png"), -o-linear-gradient(#3887D1, #00529E);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto auto;
}
div.eventsCarousel div.jcarousel-next.jcarousel-next-vertical.jcarousel-next-disabled.jcarousel-next-disabled-vertical{
    height : 13px;
    background-image : -moz-linear-gradient(#3887D1, #00529E);
    background-image:  -webkit-gradient(linear, 0 0, 0 bottom, from(#3887D1), to(#00529E));
    background-image: linear-gradient(#3887D1, #00529E);
    background-image: -o-linear-gradient(#3887D1, #00529E);
    background-position: top center;
    background-size: auto;
    background-repeat: no-repeat;
    background-origin: padding-box;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #8199CE;
}

.dynamicEventDate {cursor:auto;}

/* ------------------------------------- newsCarousel HomePage only ---------------------------------*/

/*ajouter ou retirer les fleches HAUT BAS*/
div.newsCarousel .jcarousel-prev.jcarousel-prev-vertical.jcarousel-prev-disabled.jcarousel-prev-disabled-vertical{
    background-color:#DEDEDE;
    background-image: url("/img/site/plus-white-reverse.png"), -moz-linear-gradient(#C6C7C8, #9C9E9F);
    background-image: url('/img/site/plus-white-reverse.png'), -webkit-gradient(linear, 0 0, 0 bottom, from(#C6C7C8), to(#9C9E9F));
    background-image: url('/img/site/plus-white-reverse.png'), linear-gradient(#C6C7C8, #9C9E9F);
    background-image: url('/img/site/plus-white-reverse.png'), -o-linear-gradient(#C6C7C8, #9C9E9F);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto auto;
}

div.newsCarousel .jcarousel-next.jcarousel-next-vertical.jcarousel-next-disabled.jcarousel-next-disabled-vertical{ background-image: none;}

/* ------------------------------------------ Other pages eventsCarousel --------------------------------------------*/
div.eventsCarousel div.jcarousel-prev.jcarousel-prev-vertical.jcarousel-prev-disabled.jcarousel-prev-disabled-vertical{
    background-color: #8199CE;
    background-image : url("/img/site/plus-white-reverse.png"), -moz-linear-gradient(#3887D1, #00529E);
    background-image: url("/img/site/plus-white-reverse.png"), -webkit-gradient(linear, 0 0, 0 bottom, from(#3887D1), to(#00529E));
    background-image: url("/img/site/plus-white-reverse.png"), linear-gradient(#3887D1, #00529E);
    background-image: url("/img/site/plus-white-reverse.png"), -o-linear-gradient(#3887D1, #00529E);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto auto;
}

div.eventsCarousel  div.jcarousel-next.jcarousel-next-vertical.jcarousel-next-disabled.jcarousel-next-disabled-vertical{    
    height : 13px;
    background-image : -moz-linear-gradient(#3887D1, #00529E);
    background-image:  -webkit-gradient(linear, 0 0, 0 bottom, from(#3887D1), to(#00529E));
    background-image: linear-gradient(#3887D1, #00529E);
    background-image: -o-linear-gradient(#3887D1, #00529E);
    background-position: top center;
    background-size: auto;
    background-repeat: no-repeat;
    background-origin: padding-box;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #8199CE;
}
.noDynamicEventNextArrow, .jcarousel-prev.jcarousel-prev-vertical.jcarousel-prev-disabled.jcarousel-prev-disabled-vertical.noDynamicEventPrevArrow 
{
    background-color: #8199CE;
    background-image : url("/img/site/plus-white-reverse.png"), -moz-linear-gradient(#3887D1, #00529E);
    background-image: url("/img/site/plus-white-reverse.png"), -webkit-gradient(linear, 0 0, 0 bottom, from(#3887D1), to(#00529E));
    background-image: url("/img/site/plus-white-reverse.png"), linear-gradient(#3887D1, #00529E);
    background-image: url("/img/site/plus-white-reverse.png"), -o-linear-gradient(#3887D1, #00529E);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.noDynamicEventPrevArrow, .jcarousel-next.jcarousel-next-vertical.noDynamicEventNextArrow { 
    height : 13px;
    background-image : -moz-linear-gradient(#3887D1, #00529E);
    background-image:  -webkit-gradient(linear, 0 0, 0 bottom, from(#3887D1), to(#00529E));
    background-image: linear-gradient(#3887D1, #00529E);
    background-image: -o-linear-gradient(#3887D1, #00529E);
    background-position: top center;
    background-size: auto;
    background-repeat: no-repeat;
    background-origin: padding-box;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #8199CE;
}
#eventsCarousel .jcarousel-item {
    width :100%;
    min-height: 40px;
    border-bottom: 1px dotted #DEDEDE;
    padding-bottom: 2px;
    padding-left: 0;
    padding-top: 3px;
    background-image:  -moz-linear-gradient(center top , #FFFFFF, #F5F5F5);
    background-image: -webkit-gradient(center top , #FFFFFF, #F5F5F5);
    background-image: linear-gradient(center top , #FFFFFF, #F5F5F5);
    background-image: -o-linear-gradient(center top , #FFFFFF, #F5F5F5);
    background-color: #FBFBFB;
    background-repeat: repeat-x;
}
/*--------------------------------------------------- - Closing home page- -------------------------------------------------------*/
a.first_resource_item_title {border: medium none;color: white;font-weight: bold;padding-bottom: 4px;padding-top: 2px;}

a.resource_item_title {color: white;padding-bottom: 4px;padding-top: 2px;font-weight: bold;}

/*.home_ h2 {display : none;}

.home_ .row-fluid .span12 {min-height : 22px;} */

.resource_arrow {position : absolute;margin-left:20px;border-style: solid;border-width: 11px;float: left;height: 0;width: 0;}

.resource_arrow.slide1Color {background : url('/img/site/resource_arrow.png') no-repeat scroll left #00529E;border:none;height:22px; width:22px;}
/*
.resource_arrow.slide2Color {background : url('/img/site/resource_arrow.png') no-repeat scroll left #00529E;border:none; height:22px; width:22px;}
.resource_arrow.slide3Color {background : url('/img/site/resource_arrow.png') no-repeat scroll left #9C9E9F;border:none;height:22px; width:22px;}
.resource_arrow.slide4Color {background : url('/img/site/resource_arrow.png') no-repeat scroll left #79B63E;border:none;height:22px; width:22px;}
.resource_arrow.slide5Color {background : url('/img/site/resource_arrow.png') no-repeat scroll left #C35C13;border:none;height:22px; width:22px;}
*/
.resource_item {padding-top : 2px;border-right : 1px solid #fff;}

.resource_item a {color:#ffffff; font-weight:bold;}

.resource_item.last {border-right : none;}

.resources_menu {
    background : none no-repeat scroll #808080;
    background : -moz-linear-gradient(#A0A0A0, #808080) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#A0A0A0), to(#808080));
    background: linear-gradient(#A0A0A0, #808080);
    background : -o-linear-gradient(#A0A0A0, #808080);
    height: 20px;margin-bottom: 5px;text-align: center;
}

.resource_title {float: left;height: 22px;width: 20px;position : absolute;}

/*------------------------ OVERLAY Jquery Tools ------------------------------------------ */
/* @group jQueryTools */

div.overlay {
    /* background-image: url(/eib.org/img/site/dev/white.png); */ 
    background: #FFFFFF url('/eib.org/img/site/dev/h300.png') repeat-x scroll bottom left;
    z-index: 10;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-box-shadow: 0 0 25px #666666;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-box-shadow: 0px 0px 25px #666666;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 0px 25px #666666;
    border: 1px solid #666666;
    cursor: pointer;
    width: 470px;
    height: 290px;
    display: none;
    padding: 40px;
}

/*= CSS hack for Opera 9.5 Rounded Corners */

body div.overlay {
    border: none;
    background: none no-repeat scroll #cccccc;
}

div.overlay div.close {
    background: url('/tools/img/tech/close.png') no-repeat scroll #cccccc;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}

.simple_overlay .close {
    background-image: url('/tools/img/tech/close.png');
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    height: 35px;
    width: 35px;
    filter : none;
}
.simple_overlay .close:hover {    opacity : 1;}

.simple_overlay {
    display: none;
    z-index: 10000;
    background-color: #333;
    width: 675px;
    min-height: 200px;
    border: 1px solid #666;
    -moz-box-shadow: 0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}

#splash.simple_overlay {
    /*height:320px; splash-message height*/
    height:480px;
    width:640px;
    top:100px;
    /*background: url('/greetings_2015.jpg') repeat scroll 0 0 transparent; */
}

#splash.simple_overlay object, .simple_overlay#splash object,
#splash.simple_overlay iframe, .simple_overlay#splash iframe {
    /*height:320px; splash-message height*/
    height:480px;
    width:640px;
    border: none;
}

#mainSpecial{
    font-size:1.2em;
    padding-top:50px;
    text-align:center;
}
.splash-content body {
    background:#000 !important;
    color:#fff;
}
div.overlay.black {
    background: url('/tools/img/tech/transparent.png') no-repeat !important;
    color: #fff;
}

div.overlay.petrol {
    background: url('/tools/img/tech/petrol.png') no-repeat !important;
    color: #fff;
}

div.black h2, div.petrol h2 {
    color: #ddd;
}

#gallery .info {
    color: #ffffff;
    font-size: 1em;
    padding: 0.75em 1em;
    text-align: left;
}

#img {
    border: 1px solid #666;
}

.next, .prev {
    position: absolute;
    top: 40%;
    border: 1px solid #666;
    cursor: pointer;
    display: block;
    padding: 0.75em 1em;
    color: #fff;
    font-size: 1em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.prev {
    left: 0;
    border-left: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
}

.next {
    right: 0;
    border-right: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
}

.next:hover, .prev:hover {
    text-decoration: underline;
    background-color: #000;
}

.disabled {
    visibility: hidden;
}

.info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.75em 1em;
    color: #fff;
    font-size: 1em;
    border-top: 1px solid #666;
}

.info strong {
    display: block;
}

.progress {
    position: absolute;
    top: 45%;
    left: 50%;
    display: none;
}

.next, .prev, .info {
    background: #333 !important;
    background: rgba(0, 0, 0, 0.6) url'/tools/img/tech/h80.png') repeat-x;
}

/*--------------------------------------------------- - Pipeline - -------------------------------------------------------*/
div.pipelineItemTitle {
    color: #939393;
    padding: 2px 0;
    width: 100%;
    margin: 5px 0;
    background: linear-gradient(#F7F7F7, #DEDEE0) repeat scroll 0 0 transparent;
    
    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(top, #f7f7f7 20%, #dedee0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#f7f7f7), color-stop(100%,#dedee0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7f7f7 20%,#dedee0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7f7f7 20%,#dedee0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7f7f7 20%,#dedee0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f7f7f7 20%,#dedee0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dedee0',GradientType=0 ); /* IE6-9 */
}

.pipelineItemTitle strong{
    padding-left:5px;
}

/*--------------------------------------------------- - GRI- -------------------------------------------------------*/
a.linkGri:hover,a.linkGri { text-decoration : none;}
.accordion_li { background-image: none;}
.accordion_h2 { padding-left: 11px; height: 16px; margin-bottom: 18px; }
.accordion_h4 { background-color: #E5ECF9; color: white; margin-bottom: 0px; padding-bottom: 12px; padding-top: 10px; padding-left : 10px; }
.accordion_h5 {background-color: #E5EDF5; background-image: none;padding-bottom: 12px;padding-top: 10px;padding-left : 10px;}
.accordion_h6 {background-color: rgb(243,247,252);background-image: none;padding-bottom: 12px;padding-top: 10px;padding-left : 10px;}
.acc_reference { display: none;}
.expandcollapseAll{margin-left: 40%;}
.gri_description_h3 {margin-bottom: 0em;}
.gri_description_hr {margin-bottom: 2px;}
html body ul li.liGRI{ background : none;}
.h a { text-decoration : none; }
li.liGRI:hover { background : #eee;}

dd.gri dd {display: none;}/*Seul le titre G.R.I. est visible dans le leftnev, les autres sont masqués*/
dd.expandAll, dd.collapseAll{float:left;padding-right:0.5em;display:inline;font-size:0.8em;padding-left:0.5em;}/*action pour reduire et grandire l'ensemble de la liste*/
#griIndex ul li {list-style-image: none; list-style-position: outside; list-style-type: none;}

.about_cr_reporting_on_corporate_responsibility_gri_ #details li {   margin-bottom: 0;    /*margin-left: -1em;*/    float: left; padding-right: 1em;}

/*--------------------- - FAQ - anchor bug fix - ------------------------------------*/

#content.about_accountability_complaints_cases_,
#content.about_cr_reporting_on_corporate_responsibility_gri_,
#content.about_compliance_,
#right.investor_relations_retail_,
#right.projects_regions_med_faq_,
#right.infocentre_faq_,
#menu.about_jobs_faq_ + #body #right,
#content.about_press_,
#right.about_press_ {    margin-bottom:0px;    padding-bottom:0px;},
.row-fluid .faqJobTabs {margin-left : 11px;}

/*--------------------- - FAQ - ------------------------------------*/
.faqSectionBox h3 {
    border: 1px solid #DDDDDD;
    padding-bottom: 5px;
    padding-left: 2em;
    padding-top: 5px;
}

/*.faqSectionBox {margin-bottom: 15px;}*/
h1.faqSection{margin-bottom: 0.2em;}
.faqSectionBox .ui-state-default,
/*.faqSectionBox .ui-widget-content .ui-state-default, .faqSectionBox .ui-state-active, .faqSectionBox .ui-widget-content .ui-state-active { border: 1px solid #dddddd; background-color:#F2F4F4; background-image:none; font-weight: normal; color: #00529f; outline: none; }*/
.faqSectionBox .searchable.ui-widget-content a {color:#0A4684;}
.faqSectionBox.ui-accordion .ui-state-focus .ui-icon, .faqSectionBox.ui-accordion .ui-state-hover .ui-icon {
    background-image: url("/tools/img/tech/picto/ui-icons_666666_256x240.png");
    color: #00529F;
}

/*--------------------------------------------------- - INVESTOR RELATION - -------------------------------------------------------*/
.imageLeft{margin-right: 10px;}


/*--------------------------------------------------- - VIDEOTHEQUE - -------------------------------------------------------*/
.videoBox h4 {    margin-bottom : 0.45em;}

.videoBox hr {    margin-bottom : 0.45em; height:1px;}

.videoBox hr.space {    margin-bottom : 10px;}

.videoBox {    background: none repeat scroll 0 0 #E5EDF5;    margin-bottom: 1.5em;    padding: 0.75em;    margin-bottom : -1000px;    padding-bottom : 1000px; margin-top : 10px; line-height:19px;}

.divWrapper {  overflow : hidden;}

.span3 .video img.video_thumb {  margin-left: -100px;    width: 50px;}

.infocentre_videotheque_ [class*="span"] .video img.video_thumb {
 display:none;
}

.infocentre_podcasts_ [class*="span"] .video img.video_thumb {
 display:none;
}

.videoBox .video img:first-child {    height: auto;    width: 100%;}

.video-container {
    background-color: #000000;
    padding-left: 0;
    padding-top: 5px;
    text-align: center;
}

.video-container a.inline_player {
    text-align: left;    
}

.video-container a.inline_player img{
    margin-left: auto;
    margin-right: auto;
    display:block;
}

.firstLine, .secondLine {
    margin-bottom: 10px;
    overflow: hidden;
}

.firstLine span.videoBox .video img {
    height: 245px;
    width: 436px;
    max-width: 100%; 
}

.secondLine span.videoBox .video img {
    height: 220px;
    width: 350px;
    max-width: 100%; 
}

.infocentre_videotheque_ .mailprint .printpage {
    display:none;
}

.infocentre_podcasts_ .mailprint .printpage {
    display: none;
}

.infocentre_podcasts_ embed {
    display: none;
}

/* -------------- Podcasts -----------*/


@media (max-width: 992px) {
    .infocentre_podcasts_ iframe {
        width: 550px;
    }
}

@media (max-width: 768px) {
    .infocentre_podcasts_ iframe {
        width: 100%;
    }
}


/*--------------- - Play button in a page content - --------------------*/

.video.span4 img.video_thumb { margin-left: -90px; margin-top: 12px; width: 50px;}
.video.span6 img.video_thumb { margin-left: -157px; margin-top: 33px; width: 70px;}
.video.span12 img.video_thumb { margin-left: 85px; margin-top: -185px; width: 70px;}
div#content.span7 .video.span4 img.video_thumb {
    margin: 0 auto !important;
    position: absolute !important;
    width: 40px !important;
    left: 16% !important;
    top: 35% !important;
    margin:0 !important;
}

div#content.span7 div.span12 .video.span6 img.video_thumb,
div#content.span10 div.span12 .video.span6 img.video_thumb{
    margin-left: -200px !important;
    margin-top: 60px !important;
    width: 70px !important;
}

div#content.span7 .video.span12 img.video_thumb {
    margin: 0 auto !important;
    position: absolute !important;
    width: 70px !important;
    left: 44% !important;
    top: 33% !important;
    margin:0 !important;
}
div#content.span7 .span6 .video img.video_thumb {
    width: 57px !important;
    position: absolute !important;
    left: 38% !important;
    top: 27% !important;
    margin:0 !important;
}
div#content.span7 .video.span6 img.video_thumb {
    width: 57px !important;
    position: absolute !important;
    left: 38% !important;
    top: 27% !important;
    margin:0 !important;
}
div#content.span10 .video.span12 img.video_thumb {
    margin: 0 auto !important;
    position: absolute !important;
    left: 40% !important;
    top: 27% !important;
    width: 70px !important;
    margin:0 !important;
}


/* ------------------------------------------- - Organigram - --------------------------------------------------------------------*/
.col1,.col2,.col3,.col4,.col5,.col6,.col7,.col8,.col9,.col10,.col11,.col12,.col13,.col14,.col15,.col16,.col17,.col18,.col19,.col20,.col21,.col22,.col23,.col24{float:left;margin-right:10px}
.last{margin-right:0}.col1{width:30px}.col2{width:70px}.col3{width:110px}.col4{width:150px}.col5{width:190px}.col6{width:230px}.col7{width:270px}.col8{width:310px}.col9{width:350px}.col10{width:390px}.col11{width:430px}.col12{width:470px}.col13{width:510px}.col14{width:550px}
.precol1{padding-left:40px}
.about_structure_organisation_services_entity_ div.prepend-2 {margin-left: 80px;}

.about_.about_governance-and-structure_ .col1{width:20px !important}
.about_.about_governance-and-structure_ .col2{width:70px !important}
.about_.about_governance-and-structure_ .col3{width:90px !important}
.about_.about_governance-and-structure_ .col4{width:120px !important}
.about_.about_governance-and-structure_ .col5{width:160px !important}
.about_.about_governance-and-structure_ .col6{width:200px !important}
.about_.about_governance-and-structure_ .col7{width:240px !important}
.about_.about_governance-and-structure_ .col8{width:280px !important}
.about_.about_governance-and-structure_ .col9{width:320px !important}
.about_.about_governance-and-structure_ .col10{width:360px !important}
.about_.about_governance-and-structure_ .col11{width:390px !important}
.about_.about_governance-and-structure_ .col12{width:430px !important}
.about_.about_governance-and-structure_ .col13{width:475px !important}
.about_.about_governance-and-structure_ .col14{width:500px !important}

div#right.about_structure_organisation_services_entity_ {
   /*margin-bottom: auto;padding-bottom: 0px;*/
    margin-bottom: -5000px;padding-bottom: 5000px; /* pour la page http://www01.eib.org/about/structure/organisation/services/entity/berd/manager/michel-grilli.htm */
}

.about_governance-and-structure_ h3, .about_governance-and-structure_ h4 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.about_governance-and-structure_ h3:not(.titleRelatedAccordion) {
    font-size:21px !important;
}

.box-orga-supdir{
    display:none;
}

.box-orga-dir {
    padding-top:0px;
    padding-bottom:0.5em;
    margin-bottom:0.5em;
    background:#E5ECF9;
    padding-left:40px;
}

.box-dir div +div.col12 {
    margin-top: 4px;
}


div.about_structure_ .box-orga-dir h3{
    margin-top:0px;
    font-size:18px;
    line-height:30px
}

.box-orga-dept {
    padding-top:0;
    padding-bottom:0;
    padding-left:30px;
    margin-bottom:0.5em;
    background:#EDF2FC;
    margin-left: 10px;
}
.box-orga-div {
    padding-top:0.5em;
    padding-bottom:0.5em;
    background-image:url('/tools/img/tech/orga/orga-h-double.png');
    background-position:0px top;
    background-repeat:repeat-y;
    border-top: #F1F5FC solid 4px;
    border-bottom: #F1F5FC solid 4px;
    border-right: #F1F5FC solid 4px;
}

div.box-orga-div h5,
div.box-orga-div p,
div.box-orga-dept h4,
div.box-orga-dept p{
    margin-bottom:0.2em;
}

div.box-orga-div h5{
    font-weight:bold;
}

/*1ere ligne verticale*/
.entity-border-dir{
background-image:url('/tools/img/tech/orga/orga-h.png');
background-position:35px top;
background-repeat:repeat-y;
}

.entity-border-dir.first-div{
background-image:url('/tools/img/tech/orga/orga-h-long.png');
background-position:0px top;
background-repeat:repeat-y;
}

div.entity-border-dir.nosub{
    background:none;
}

/*2eme ligne verticale*/
.entity-border-dir .box-dir ul li.entity-border-dept.on, 
div.about_structure_organisation_ div.entity-border-dept.on{
background-image:url('/tools/img/tech/orga/orga-h.png');
background-position:115px top;
background-repeat:repeat-y;
}

/*PAS DE 2eme ligne verticale si la boite n'a pas de sous boite(s)*/
div.entity-border-dir div.box-dir ul li.entity-border-dept.nosub, 
div.about_structure_organisation_ div.entity-border-dept.nosub{
    background:none;
    margin-bottom:0em;
}

/*ligne horizontale courte 1er niveau*/
.box-dir  .entity-border-dept .box-dept-first,
.box-dir  .entity-border-dept .box-dept{
background-image:url('/tools/img/tech/orga/orga-v1.png');
background-position:35px 35px;
background-repeat:no-repeat;
}

/*derniere ligne horizontale courte 1er niveau*/
.box-dir  .entity-border-dept .box-dept-last,
.box-dir  .entity-border-dept.last-div .box-dept{
background-image:url('/tools/img/tech/orga/orga-v1-long-last.png');
background-position:35px 35px;
background-repeat:no-repeat;
}

/*ligne horizontale longue 1er niveau*/
div.box-dir  ul  li.entity-border-div .box-div,
div.box-dir  ul  li.entity-border-div .box-div-first{
background-image:url('/tools/img/tech/orga/orga-v1s.png');
background-position:35px 35px;
background-repeat:no-repeat;
}

/*derniere ligne horizontale longue 1er niveau*/
div.box-dir  ul  li.entity-border-div  .box-div-last{
background-image:url('/tools/img/tech/orga/orga-v1s-last.png');
background-position:35px 35px;
background-repeat:no-repeat;
margin-bottom:0;
}

/*PAS DE derniere ligne horizontale longue 1er niveau si il y a un departement entre*/
div.box-dir ul li.entity-border-dept .box-dept-first .entity-border-div .box-div-last,
div.box-dir ul li.entity-border-dept .box-dept .entity-border-div .box-div-last,
div.box-dir ul li.entity-border-dept .box-dept-last .entity-border-div .box-div-last{
background: none;
margin-bottom:0.5em;
}

/*ligne horizontale courte 2eme niveau*/
div.box-dir ul li.entity-border-dept .box-dept-first .entity-border-div .box-div, 
div.box-dir ul li.entity-border-dept .box-dept-first .entity-border-div .box-div-first,
div.box-dir ul li.entity-border-dept .box-dept .entity-border-div .box-div, 
div.box-dir ul li.entity-border-dept .box-dept .entity-border-div .box-div-first,
div.box-dir ul li.entity-border-dept .box-dept-last .entity-border-div .box-div, 
div.box-dir ul li.entity-border-dept .box-dept-last .entity-border-div .box-div-first,
div.entity-border-dept .box-dept-first ul li.entity-border-div .box-div, 
div.entity-border-dept .box-dept-first ul li.entity-border-div .box-div-first,
div.entity-border-dept .box-dept ul li.entity-border-div .box-div, 
div.entity-border-dept .box-dept ul li.entity-border-div .box-div-first,
div.entity-border-dept .box-dept-last ul li.entity-border-div .box-div, 
div.entity-border-dept .box-dept-last ul li.entity-border-div .box-div-first{
background-image:url('/tools/img/tech/orga/orga-v1.png');
background-position:115px 35px;
background-repeat:no-repeat;
}

/*derniere ligne horizontale courte 2eme niveau*/
div.box-dir ul li.entity-border-dept .box-dept-first .entity-border-div.last-div,
div.box-dir ul li.entity-border-dept .box-dept  .entity-border-div.last-div,
div.box-dir ul li.entity-border-dept .box-dept-last .entity-border-div.last-div,
div.entity-border-dept .box-dept-first ul li.entity-border-div.last-div,
div.entity-border-dept .box-dept  ul li.entity-border-div.last-div,
div.entity-border-dept .box-dept-last ul li.entity-border-div.last-div{
background-image:url('/tools/img/tech/orga/orga-v1-last.png');
background-position:115px 35px;
background-repeat:no-repeat;
}

.box-div-first, .box-div, .box-div-last,
.box-dept-first, .box-dept, .box-dept-last, 
.expand-icon, .collapse-icon{
    overflow: hidden;
    width: 100%;
}
.expand-icon, .collapse-icon {
cursor:pointer;
}

ul li div.box-div.small, ul li div.box-div-first.small, ul li div.box-div-last.small{
    margin-bottom:0.5em;
}

.box-dir ul, .box-dept ul {
        margin: 0em;
}

.box-dir ul li, .box-dept ul li{
        background: none;
        padding-left:0em;
}

li.entity-border-dept, li.entity-border-div, li.entity-border-dir{
    list-style:none;
}

.expand-icon{
background-image:url('/tools/css/images/ie/666666_thumbnail_61.png');
background-position: right bottom;
background-repeat:no-repeat;
}

.collapse-icon{
background-image:url('/tools/css/images/ie/666666_thumbnail_63.png');
background-position: right bottom;
background-repeat:no-repeat;
}

.no-orgacmd{
background:none;
}

.orgacmd{
visibility:hidden;
}

.expand-icon.noicon, .collapse-icon.noicon{
background:none;
cursor:default;
}

dd.expandAll, dd.collapseAll{
float:left;
padding-right:0.5em;
display:inline;
font-size:0.8em;
padding-left:0.5em;
}


/*------------------------------- Glossary -----------------------------------*/

ul.alphaGlossary li {
    float:left;
    background-image:none;
    padding-left: 7px;
    padding-right : 7px;
}

a.topGlossary {
    float:right;
}

/*glossary*/
.infocentre_glossary_ .letter {font-size:2em;}

.glossary {
    border-left : 1px solid #dddddd;
    border-right : 1px solid #dddddd;
    border-bottom : 1px solid #dddddd;
    padding-top: 10px;
    width : 670px;
}

.glossary .section {
    padding-top : 5px;
    padding-bottom : 5px;
    padding-left : 10px;
}

.glossary .section h4 {
    margin-bottom : 0px;
    font-size : 12px;
    color : #00529F;
}

.glossary .grey {
    background-color : #eeeeee;
}
ul.alphaGlossary {
    margin-bottom : 10px;
}
ul.alphaGlossary li {
    background-color : #EEE;
    border : 1px solid #ddd;
    margin-top : 0px;
}
ul.alphaGlossary li a.empty {
    text-decoration: none; 
    color: #aaa;    
    cursor:default;
}
ul.alphaGlossary li.selected {
    background-color: rgb(255, 255, 255); 
    border-width: 1px 1px medium; 
    border-style: solid solid none; 
    border-color: #dddddd; 
    margin-top: -3px;
}
ul li.selected a {
    margin-bottom: 4px;
    display:block;
    outline-style: none; 
}

/*¨--------------- Search --------------------*/

.search h4 {
    font-weight : bold;
}

.search ul li a {
    font-style : italic;
    font-size : 12px;
}

.triangle a[href$=".pdf"] {
    background-image: none;
}

.hide-icon-pdf {
    background-image: none !important;
}

/*-------------------- - Sitemap - --------------------------*/

.sitemap_border{
    padding-left:10px;
}

#primaryNav li {
    width: 120px;
}
#primaryNav {
    float: left;
    margin: 0;
    width: 100%;
}
#primaryNav #home {
    background: url("/img/site/dev/L1-left.png") no-repeat scroll center bottom #FFFFFF;
    display: block;
    float: none;
    padding: 0 0 30px;
    position: relative;
    z-index: 2;
}
#primaryNav li {
    background: url("/img/site/dev/L1-center.png") no-repeat scroll center top transparent;
    float: left;
    margin-top: -30px;
    padding: 30px 0;
}
#primaryNav li a {
    background-color: #B6BED8;
    border: 2px solid #687CB3;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    color: #444444;
    display: block;
    margin: 0 10px 0 0;
    padding: 10px 0;
    text-align: center;
}
html > body #primaryNav li a {
    background: url("/img/site/dev/white-highlight.png") repeat-x scroll left top #B6BED8;
}
#primaryNav li a:hover {
    background-color: #687CB3;
    border-color: #00529F;
}
#primaryNav li a:visited {
    color: #444444;
}
#primaryNav li:last-child {
    background: url("/img/site/dev/L1-right.png") no-repeat scroll center top transparent;
}
#primaryNav li li {
    background: url("/img/site/dev/vertical-line.png") repeat-y scroll center bottom transparent;
    clear: left;
    margin-top: 0;
    padding: 10px 0 0;
    width: 100%;
}
#primaryNav li li a {
    background-color: #BFE8D3;
    border-color: #6DC9A6;
    color: #444444;
}
#primaryNav li li a:hover {
    background-color: #6DC9A6;
    border-color: #00A16D;
}
#primaryNav li li:first-child {
    padding-top: 30px;
}
#primaryNav li li:last-child {
    background: url("/img/site/dev/vertical-line.png") repeat-y scroll center bottom transparent;
}
#primaryNav li li ul {
    background: url("/img/site/dev/L3-ul-top.png") no-repeat scroll center top #FFFFFF;
    float: right;
    margin: 10px 0 0;
    padding: 9px 0 10px;
    width: 100%;
}
#primaryNav li li li {
    background: url("/img/site/dev/L3-center.png") no-repeat scroll left center transparent;
    padding: 5px 0;
}
#primaryNav li li li a {
    background-color: #FFF7AA;
    border-color: #E3CA4B;
    float: right;
    padding: 5px 0;
    width: 80%;
}
#primaryNav li li li a:hover {
    background-color: #FFFCE5;
    border-color: #D1B62C;
}
#primaryNav li li li:first-child {
    background: url("/img/site/dev/L3-li-top.png") no-repeat scroll left center transparent;
    padding: 15px 0 5px;
}
#primaryNav li li li:last-child {
    background: url("/img/site/dev/L3-bottom.png") no-repeat scroll left center transparent;
}
#utilityNav {
    float: right;
    margin-right: 30px;
}
#utilityNav li {
    background: none repeat scroll 0 0 transparent;
    float: left;
    margin-bottom: 10px;
    padding: 0;
    width: 120px;
}
#utilityNav li a {
    background-color: #CBCFCE;
    border: 2px solid #B0B3B2;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    color: #444444;
    display: block;
    margin: 0 10px 0 0;
    padding: 5px 10px;
    text-align: center;
}
html > body #utilityNav li a {
    background: url("/img/site/dev/white-highlight.png") repeat-x scroll left top #CBCFCE;
}
#utilityNav li a:hover {
    background-color: #B0B3B2;
    border-color: #9C9D9F;
}


/* ------ Retour à la ligne des liens trop longs ------ */
.products_.products_project-bonds_ .box.appendix a {
    white-space: pre-wrap; /* css-3 */ 
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */ 
    white-space: -pre-wrap; /* Opera 4-6 */ 
    white-space: -o-pre-wrap; /* Opera 7 */ 
    word-wrap: break-word; /* Internet Explorer 5.5+ */ 
}

/* -------------------- #responsive-footer -----------------------*/
#responsive-footer .navbar .navbar-inner{background-attachment: scroll;    background-clip: border-box;    background-color: transparent;    background-image: -moz-linear-gradient(rgb(195,195,195), rgb(210,210,210));    background-origin: padding-box;    background-position: 0 0;    background-repeat: repeat;    background-size: auto auto;}
#responsive-footer .navbar .nav > li > a {    text-shadow: none;}
#responsive-footer .navbar .brand {    color: #555555;    display: block;    float: left;    font-size: 20px;    font-weight: 200;    padding-bottom: 10px;    padding-top: 10px;    text-shadow: none;}
#responsive-footer ul li {background-image:none;}

 /* --------------- FUNDS --------------------*/
/* dd.funds {display: none;}Pour le moment aucun menu est validé */
.fundsTables {margin-top: 30px;}
.fundsTables caption {margin-top: 5px;}

div.products_.products_equity_funds_ div.fundsTitleImage h2 img {float: right;}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .fundsTables caption {
        margin-top : -30px;
    }
}

DIV.products_.products_equity_funds_ .centralColumnItemBottom {
    color: white;
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 5px;
}

div.products_equity_funds_ tr.odd td {                    border-style: solid;    border-width : 1px;    border-bottom-width : 0px;    border-top-width: 0px;    border-color : #E2E3E4;}
div.products_equity_funds_ tr:last-child {                border-style: solid;    border-width : 1px;    border-bottom-width : 1px;    border-top-width: 0px;    border-color : #E2E3E4;}
div.products_equity_funds_ tr.even td:first-child {    border-style: solid;    border-width : 1px;    border-bottom-width : 0px;    border-top-width: 0px;    border-right-width: 0px;    border-color : #E2E3E4;}
div.products_equity_funds_ tr.even td:last-child {    border-style: solid;    border-width : 1px;    border-bottom-width : 0px;    border-top-width: 0px;    border-left-width: 0px;    border-color : #E2E3E4;}

div.border_left.products_.products_equity_funds_ div.span3 {margin-right:2.5%;}


/*------------------------------ - Column - --------------------------------*/

#content .boxRow .transparentBox .first.span12 {
    padding-left: 0;
}

#content .boxRow h4 {
    font-size: 24px;
}

.spaceBox {
    padding-bottom: 10px;
    padding-top: 10px;
}

#content .boxRow.bgColor .boxRowContainer1.transparentBox, #content .boxRow.bgColor .boxRowContainer1.transparentBox .boxRowContainer2 {
    background:none;
}

.boxRow .boxRowContainer1 .boxRowContainer2 ul li {
    padding-left: 0;
    text-indent: 10px;
}

.boxRow .boxRowContainer1 .first.span12 ul {
    padding-left:10px;
}

#content .boxRow {
    position: relative;
    overflow: hidden;
    width: 100%;
    float: left;
    margin-bottom:20px;
    padding-top: 10px; /* change */
}

#content .boxRow .boxRowContainer1{
    float: left;
    width:100%;
    background: #d4d9ed;
    /*background: -moz-linear-gradient(top, #d4d9ed 0%, #e5edf5 100%, #207cca 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4d9ed), color-stop(100%,#e5edf5), color-stop(100%,#207cca)); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #d4d9ed 0%,#e5edf5 100%,#207cca 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #d4d9ed 0%,#e5edf5 100%,#207cca 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, #d4d9ed 0%,#e5edf5 100%,#207cca 100%); /* IE10+ */
    /*background: linear-gradient(to bottom, #d4d9ed 0%,#e5edf5 100%,#207cca 100%); /* W3C */
    position:relative;
}

#content .boxRow .boxRowContainer2{
    float: left;
    width:100%;
    background: #d4d9ed;
    /*background: -moz-linear-gradient(top, #d4d9ed 0%, #e5edf5 100%, #207cca 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4d9ed), color-stop(100%,#e5edf5), color-stop(100%,#207cca)); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #d4d9ed 0%,#e5edf5 100%,#207cca 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #d4d9ed 0%,#e5edf5 100%,#207cca 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, #d4d9ed 0%,#e5edf5 100%,#207cca 100%); /* IE10+ */
    /*background: linear-gradient(to bottom, #d4d9ed 0%,#e5edf5 100%,#207cca 100%); /* W3C */
    position:relative;
    right: 50%;
    border-right:5px solid #ffffff;
}
#content .boxRow .boxRowContainer2.boxRowContainer2_3{
    right: 33%;
}
#content .boxRow .boxRowContainer3{
    float: left;
    width:100%;
    background: #d4d9ed;
    /*background: -moz-linear-gradient(top, #d4d9ed 0%, #e5edf5 100%, #207cca 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4d9ed), color-stop(100%,#e5edf5), color-stop(100%,#207cca)); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #d4d9ed 0%,#e5edf5 100%,#207cca 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #d4d9ed 0%,#e5edf5 100%,#207cca 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, #d4d9ed 0%,#e5edf5 100%,#207cca 100%); /* IE10+ */
    /*background: linear-gradient(to bottom, #d4d9ed 0%,#e5edf5 100%,#207cca 100%); /* W3C */
    position:relative;
    right: 34%;
    border-right:5px solid #ffffff;
}

#content .boxRow .first.span12 {
    padding:0 10px 10px;
}

#content .boxRow .span6 {
    float:left;
    position:relative;
    width:50%;
    padding:0 10px 10px;
}

#content .boxRow .first.span6 {
    left:50%;
}

#content .boxRow .second.span6 {
    left:50.5%;
    margin-left: 0px;
}

#content .boxRow .span4 {
    float:left;
    position:relative;
    width: 33%;
    padding:0 10px 10px;
    margin: 0;
}
#content .boxRow .first.span4 {
    left:67.5%;
}
#content .boxRow .second.span4 {
    left:68%;
    margin: 0px;
}
#content .boxRow .third.span4 {
    left:70%;
    margin: 0px;
}

.boxRow.bgColor .video.span12 {
    margin: 0;
    padding-left: 0;
}

#content .boxRow .boxImage{
  float: left;
  margin-right: 8px;
}

#content .boxRow .span6 .boxImage.gallery {
    padding-bottom:7px;
}

#content .boxRow.bgColor .span12 .boxImage{
  max-width:100%; 
}

#content .boxRow.bgColor .span6 .boxImage {
  max-width:100%;
  width: 100%;   
}

#content .boxRow.bgColor .span6 .boxImage img {
    /*min-width: 235px;*/
    padding-bottom: 5px;
}

#content .boxRow .boxImage.fullBox {
    width : 100%;
    height: 100%;
}

.boxRow.bgColor .video {
    position: relative;
}

#content .boxRow.bgColor .boxRowContainer1, #content .boxRow.bgColor .boxRowContainer2, #content .boxRow.bgColor .boxRowContainer3{   
    background: linear-gradient(to top, #E9E9E9 0%, #F9FBFB 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, #E9E9E9 0%, #F9FBFB 100%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E9E9E9), color-stop(100%,#F9FBFB), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #E9E9E9 0%,#F9FBFB 100%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #E9E9E9 0%,#F9FBFB 100%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #E9E9E9 0%,#F9FBFB 100%,#000000 100%); /* IE10+ */
}    
/*
#content .boxRow.bgColor .boxRowContainer2 div h4, #content .boxRow.bgColor .boxRowContainer2 div h4,
#content .boxRow.bgColor .boxRowContainer2.defaultBox div h4  {
      height: 40px;
      line-height: 40px;
}
#content .boxRow.bgColor .boxRowContainer2 div h4.longTitle, #content .boxRow.bgColor .boxRowContainer2.box div h4.longTitle, #content .boxRow.bgColor .boxRowContainer1 div h4.longTitle.span12 {
      height: 40px;
      line-height: 19px;
}
*/

#content .boxRow .blue h4{
    color:#00529E;
    border-bottom:1px solid #00529E;
}

#content .boxRow .blue h4 a { color:#00529E; }

#content .boxRow .green h4{
    color:#79B63E;
    border-bottom:1px solid #79B63E;
}

#content .boxRow .green h4 a { color:#79B63E;  }

#content .boxRow .red h4, #content .boxRow .orange h4{
    color:#C35C13;
    border-bottom:1px solid #C35C13;
}

#content .boxRow .red h4 a, #content .boxRow .orange h4 a { color:#C35C13; vertical-align: sub; }

#content .boxRow .yellow h4{
    color:#FFCC00;
    border-bottom:1px solid #FFCC00;
}

#content .boxRow .yellow h4 a{ color:#FFCC00;  }

#content .boxRow .grey h4{
    color:#9C9E9F;
    border-bottom:1px solid #9C9E9F;
}

#content .boxRow .grey h4 a{ color:#9C9E9F;  }

#content .boxRow .light-green h4{
    color:#AECE76;
    border-bottom:1px solid #AECE76;
}

#content .boxRow .light-green h4 a{ color:#AECE76;  }

.relative {
    position :relative;
}

.download {
    clear : left;
}

body .row-fluid #content .boxRow.bgColor .boxRowContainer2 div h4, #content .boxRow.bgColor .boxRowContainer2 div h4,
#content .boxRow.bgColor .boxRowContainer2.defaultBox div h4  {
    /*display: table;*/
    position: relative;
}

body .row-fluid #content .boxRow.bgColor h4 a {
    display: table-cell;
    vertical-align: middle;
}

#content .boxRow .video.span6 {
    margin: 0;
    padding: 0 10px 0 0;
}

/*-------------- Complaint ----------------*/

.complaintsHeader {
    vertical-align: middle;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.caseWrapper {
    width: 12.3%;
    float: left;
}

.caseWrapper.last {
    width : 13.9%;
}

a.caseStatus {
    border : none;
}

div.caseText {
    background: #fff;
}

p.caseText {
    color: #79B63E;
    margin-bottom: 0;
    font-size: 12px;
}

div.caseLink {
    color: #79B63E;
    border: 1px solid #94C25A;
    border-width: 0 1px 1px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    padding-top: 6px;
    background-color: white;
    text-align: center;
}

div.caseLink a.caseStatus {
    color: #79B63E;
}

a.caseStatus:hover {
    color : #79B63E;
}

.caseStatus {
    color: #fff;
    height: 25px;
    padding-top: 5px;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    text-align: center;
    font-size : 12px;
}

.statusBar {
    background : none no-repeat scroll #79B63E;
    background : -moz-linear-gradient(#AECE76, #79B63E) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#AECE76), to(#79B63E));
    background: linear-gradient(#AECE76, #79B63E);
    background : -o-linear-gradient(#AECE76, #79B63E);
}

.caseDate {   
    color: #79B63E;
    border: 1px solid #94C25A;
    border-width: 0 1px 1px;
    font-size: 12px;
    font-weight : normal;
    font-style : normal;
    padding-top: 6px;
    background-color : white;
    text-align : center;
}

.statusUnChecked.caseStatus a.caseStatus {
    color : #dddddd;
}

.statusUnChecked .caseDate {
    border : none;
}

.caseBlank {
    background-color : #FFFFFF;
    height : 26px;
}

.currentStatus.caseStatus a.caseStatus {
    color : #7CB741;
}

.closeStatus.caseStatus a.caseStatus {
    color : #7CB741;
}

.currentStatus.caseStatus {
    /*background : url("/img/site/resource_arrow_white30x30.png") no-repeat scroll -3px center transparent;*/
    background: #d3f49a;
    font-style: italic;
    font-weight: bold;
    font-size: 13px;
}

.closeStatus.caseStatus {
    background: #d3f49a;
    font-style: italic;
    font-weight: bold;
    font-size: 13px;
}

.caseDescriptionProject a {
    color: #000;
}

a.caseDescription:hover {
    color: #337ab7;
    text-decoration: none;
}

h4.projectDescription_title,
h4.caseDescription_title,
h4.projectDocuments {
  background-color: #E5ECF9;
  color: white;
  margin-bottom: 15px;
  margin-top: 0;
  padding-bottom: 12px;
  padding-left: 10px;
  padding-top: 10px;
}

h4.projectDescription_title a,
h4.caseDescription_title a,
h4.projectDocuments a {
  cursor: default;
}

.slideToggleButton {
    padding: 0px;
    height: 16px;
    width: 16px;
    margin-right: 10px;
    float:left;
}

.caseDescription {
    float : left;
}

/*---------------------- end complaints -------------------------*/

.span2.localisationTitle {
    width : 16%;
}

.gallery2 ~ hr {margin-bottom: 25px;top:15px;position : relative;}

ul.noBullet > li { background: none repeat scroll 0 0 transparent;}

/*------------------------------ Galleria ---------------------------------*/
.galleria-errors {display : none;}
/* Galleria Classic Theme 2012-08-07 | https://raw.github.com/aino/galleria/master/LICENSE | (c) Aino */

#galleria{height:450px}

#galleria-loader{height:1px!important}

.galleria-container {
    position: relative;
    overflow: hidden;
    background: #000;
}
.galleria-container img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.galleria-stage {
    position: absolute;
    top: 10px;
    bottom: 60px;
    left: 10px;
    right: 10px;
    overflow:hidden;
}
.galleria-thumbnails-container {
    height: 50px;
    bottom: 0;
    position: absolute;
    left: 10px;
    right: 10px;
    z-index: 2;
}
.galleria-carousel .galleria-thumbnails-list {
    margin-left: 30px;
    margin-right: 30px;
}
.galleria-thumbnails .galleria-image {
    height: 40px;
    width: 60px;
    background: #000;
    margin: 0 5px 0 0;
    border: 1px solid #000;
    float: left;
    cursor: pointer;
}
.galleria-counter {
    position: absolute;
    bottom: 0px;
    text-align: right;
    color: #fff;
    font: normal 11px/1 arial,sans-serif;
    z-index: 3;
    right : 0;
}
.galleria-loader {
    background: #000;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: none;
    background: url(/img/slider/classic-loader.gif) no-repeat 2px 2px;
}
.galleria-info {
    display : none;
    opacity: 0.63;
    filter: alpha(opacity=63);
    position: absolute;
    top: 290px;
    width: 100%;
    z-index: 2;
}
.galleria-info-text {
    background-color: #000;
    padding: 12px;
    display: none;
    height : 76px;
    /* IE7 */ zoom:1;
}
.galleria-info-title {
    font: bold 12px/1.1 arial,sans-serif;
    margin: 0;
    color: #fff;
    margin-bottom: 7px;
}
.galleria-info-description {
    font: italic 12px/1.4 georgia,serif;
    margin: 0;
    color: #bbb;
}
.galleria-info-close {
    width: 9px;
    height: 9px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-position: -753px -11px;
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: pointer;
    display : none;
}
.notouch .galleria-info-close:hover{
    opacity:1;
    filter: alpha(opacity=100);
}
.touch .galleria-info-close:active{
    opacity:1;
    filter: alpha(opacity=100);
}
.galleria-info-link {
    background-position: -669px -5px;
    filter: alpha(opacity=70);
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.notouch .galleria-info-link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.touch .galleria-info-link:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-image-nav {
    position: absolute;
    top: 50%;
    margin-top: -62px;
    width: 100%;
    height: 62px;
    left: 0;
}
.galleria-image-nav-left,
.galleria-image-nav-right {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: pointer;
    width: 62px;
    height: 124px;
    position: absolute;
    left: 10px;
    z-index: 2;
    background-position: 0 46px;
}
.galleria-image-nav-right {
    left: auto;
    right: 10px;
    background-position: -254px 46px;
    z-index: 2;
}
.notouch .galleria-image-nav-left:hover,
.notouch .galleria-image-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.touch .galleria-image-nav-left:active,
.touch .galleria-image-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
    cursor: pointer;
    display: none;
    background-position: -495px 5px;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 23px;
    z-index: 3;
    opacity: .8;
    filter: alpha(opacity=80);
}
.galleria-thumb-nav-right {
    background-position: -578px 5px;
    border-right: none;
    right: 0;
    left: auto;
}
.galleria-thumbnails-container .disabled {
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: default;
}
.notouch .galleria-thumb-nav-left:hover,
.notouch .galleria-thumb-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #111;
}
.touch .galleria-thumb-nav-left:active,
.touch .galleria-thumb-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #111;
}
.notouch .galleria-thumbnails-container .disabled:hover {
    opacity: .2;
    filter: alpha(opacity=20);
    background-color: transparent;
}

.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right {
    display: block;
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right,
.galleria-info-link,
.galleria-info-close,
.galleria-image-nav-left,
.galleria-image-nav-right {
    background-image: url(/img/slider/classic-map.png);
    background-repeat: no-repeat;
}

#galleria ~ .searchable .gallery2 {
    display : none;
}

.galleriaWrapper {
    position : relative;
}

.control {
    position : absolute;
    top : 0;
    left : 0;
    cursor : pointer;
}

.galleriaWrapper .ui-icon {
    background-image : url("/tools/img/tech/picto/ui-icons_ffffff_256x240.png");
}

.captionWrapper {
    font-size : 9px;
    color : #FFFFFF;
    top : 0;
    right : 0;
    position : absolute;
}

.FCMap_Europe {
    max-width : none;
}

.imageRow img {
    max-height : 111px;
}

.searchable .gallery2 {
    float: left;
    margin-right: 10px;
}

.infocentre_phototheque_news_ .gallery2.span6 {
    display : none;
}


/*---------------------- Registry ----------------------------*/
.infocentre_register_all_ a[href$=".pdf"] {
    background-image:none;
}

.register_pdf_no_icon {
    background-image:none !important;
}

.infocentre_register_latest_ #details {    margin: -1.875em 0 0em;}

#ui-datepicker-div {
    display : none;
}

span.registryResult {float:left;}

.nameColumn  {width : 180px;}
.typeColumn {width : 86px;}
.dateColumn {width : 56px;}

.infocentre_register_all_ table td, .infocentre_register_advanced-search_  table td,
.infocentre_register_all_ table th, .infocentre_register_advanced-search_  table th{
  padding: 0 0.5em 0 0.2em;
}

ul li.pub_date {
    background-image: none;
    font-style: italic;
    color: #999999;
    padding-right: 10px;
}

.infocentre_register_advanced-search_ td img, .infocentre_register_all_ td img, .infocentre_register_help_result-page_ td img{
    display: block;
    margin: 5px auto auto;
}

.infocentre_register_all_ li.sub_list{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    list-style: circle inside none;
}

/*------------------------------- Map Address ------------------------------ */
#geo-addresses {
    display:none;
}
#ec-widget-map {
    margin-top: 20px;
}
.olPopup {
    display:none;
}


/*-------------------------------- project cycle --------------------------------*/

.cycleComment {
    display : none;
    background-color : #9D9EA0;
    color : #FFFFFF;
    font-size : 12px;
    padding-left : 57px;
    width : 79%;
    height : 58px;
    position : absolute;
    opacity : 1;
    padding : 2px;
    height : auto;
    width : 50%;
    padding : 5px;
    box-shadow: 3px 3px 3px #555555;
    z-index : 1000;
}

.cycleComment.hover {
    display : block;
}

.projects_cycle_ #frameTarget0 {
    left: 54px;
    top: 112px;
}

.projects_cycle_ #frameTarget1 {
    left: 197px;
    top: 112px;
}

.projects_cycle_ #frameTarget2 {
    left: 312px;
    top: 112px;
}

.projects_cycle_ #frameTarget3 {
    left: 393px;
    top: 112px;
}

.projects_cycle_ #frameTarget4 {
    left: 488px;
    top: 145px;
}

.projects_cycle_ #frameTarget5 {
    left: 401px;
    top: 200px;
}

.projects_cycle_ #frameTarget5 {
    left: 396px;
    top: 200px;
}


.projects_cycle_ #frameTarget6 {
    left: 316px;
    top: 200px;
}

.projects_cycle_ #frameTarget7 {
    right: 7px;
    top: 200px;
}

.projects_cycle_ #frameTarget8 {
    right: 103px;
    top: 200px;
}

.projects_cycle_ #frameTarget9 {
    right: 201px;
    top: 200px;
}

.cycleComment#description {
    display : block;
    width : 79%;
}

.mapWrapper {
    position : relative;
}

.cycleWrapper {
    position : relative;
    height: 58px;
    background-color : #9D9EA0;
    overflow : hidden;
}

.arrowTooltip {
    border-color: transparent transparent #9D9EA0 transparent;
    border-style: solid;
    border-width: 0 12px 11px;
    height: 0;
    left: 0;
    position: absolute;
    top: -11px;
    width: 0;
}

.arrowTooltipShadow {
    border-color: transparent transparent #CCCCCC transparent;
    border-style: solid;
    border-width: 0 ;
    height: 0;
    left: 0;
    position: absolute;
    top: -14px;
    width: 0;
}

map#projectCycle area {
    pointer-events: none;
}

.projects_cycle_ #frame7 , .projects_cycle_ #frame9 {
    cursor : default;
} 
/* Carousel dans "Events in the spotlight" */
.infocentre_events_ #eventsCarousel {max-height: 460px;}
#right.infocentre_events_ .jcarousel-prev h4 {display: none;}
.infocentre_events_ .dynamicEvents hr {display: none;}

.boxImage ~ ul.indentbullet, .boxRow .boxRowContainer1 ul {
    clear: left;
    padding-top: 15px;
}

.projects_sectors_transport_ .boxRow .boxRowContainer1 ul {
    padding-top:0;
}

#content.products_innovfin_products_ .boxImage {
    margin-bottom : 10px;
    float : none;
}

#content.products_innovfin_products_ .boxRow:nth-of-type(2)  hr {
    background : #F9BC0F;
    margin-bottom: 5px;
}

#content.products_innovfin_products_ .boxRow:nth-of-type(3) hr {
    background : #95A8D1;
    margin-bottom: 5px;
}

#content.products_innovfin_products_ .boxRow:nth-of-type(4) .first hr {
    background : #004494;
    margin-bottom: 5px;
}

#content.products_innovfin_products_ .boxRow:nth-of-type(4) .second hr {
    background : #3FA029;
    margin-bottom: 5px;
}

#content.products_innovfin_products_ .boxRow:nth-of-type(2) .first .boxImage img {
    width : 159px;
}

#content.products_innovfin_products_ .boxRow:nth-of-type(3) .first .boxImage img {
    width : 229px;
}

#content.products_innovfin_products_ .boxRow:nth-of-type(3) .second .boxImage img {
    width : 178px;
}

#content.products_innovfin_products_ .boxRow:nth-of-type(4) .first .boxImage img {
    width : 132px;
}

#content.products_innovfin_products_ .boxRow:nth-of-type(4) .second .boxImage img {
    width : 102px;
}

#content.products_innovfin_products_ .boxRow h4 {
    display : none;
}

.wrapperdesc {
    display : none;
    position : absolute;
    width : 100%;
}

.noStyle {
    list-style-type: none;
    height : 320px;
    position : relative;
}

.about_key_figures_ area {
    outline-color: transparent;
}

#eibimpactimage area:hover {
    cursor : pointer;
}

.wrappertips {
    font-size : 11px;
    color : #AAAAAA;
}

/* -------- Timeline ----------*/
    .color-grey{color:#777777;}
    .bg-color-grey {background-color: #777777;}

    /**** Revamping timeline***********/
      .timeline.new-timeline {
        padding: 0;
    }
    
       
    
    .timeline__box--left .timeline__date, .timeline__box--right .timeline__date  {
        float:left;
        background-color:#ffffff;
    }

  
      
    .new-timeline:before {
      top: 0;
      bottom: 0;
      position: absolute;
      content: " ";
      width: 3px;
      background-color: #eeeeee;
      left: 50%;
    }
   
   .new-timeline .timeline__text {
        padding-top: 15px;
        padding-bottom: 15px;
        background-color:#ffffff;
    }
    .new-timeline .timeline__img {
      padding:0;
    }
    .new-timeline .timeline__content {
        padding: 0;
    }
    
        

    .timeline__box .timeline__content:before {
        position: absolute;
        top: 20px;
        font-size: 23px;
        font-family: "FontAwesome";
    
    }
    
    
    .new-timeline .timeline__content {
           box-shadow: 2px 7px 35px rgba(0,0,0,0.4);
        -webkit-box-shadow: 2px 7px 20px rgba(0,0,0,0.4);
        border: none;margin-bottom: 30px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border-radius: 4px;
    }
    
    
    .new-timeline .timeline__content:hover {
        box-shadow: 1px 1px 5px rgba(199, 199, 199, 0.5);
        border-radius: 3px;
    }
    
    .timeline__date:after{
        content: '';
        display: block;
        position: absolute;
        top: 25%;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
    
    }
    
    
    
    
    
    
    .timeline__box--left .timeline__date:after{
        left: 100%;
    	border-right: 8px solid transparent;
        border-left: 8px solid #ffffff;

    }

    .timeline__box--right .timeline__date:after{
        right: 100%;
    	border-left: 8px solid transparent;
        border-right: 8px solid #ffffff;
    }

    .timeline__date:before{
    
        content: ' ';
        display: block;
        width: 16px;
        height: 16px;
        background: #ffffff;
        border-radius: 10px;
        border: 1px solid #bbbbbb;
        z-index: 10;
        position: absolute;
        top: 32%;
    }



  .timeline__box--left .timeline__date:before{
   
    right: -25px;

    }


  .timeline__box--right .timeline__date:before{
  
    left: -22px;

    }
    
    
       @media (max-width : 992px){  
    
  
          
        .timeline__date:after{
            visibility: hidden;
        }
         .timeline__date:before{
            visibility: hidden;
        }
        
        
        .timeline__box--left.timeline__box:not(:first-child) {
            margin-top: 10%;
        }
    
        .timeline__box--right.timeline__box:not(:first-child) {
            margin-top: 10%;
        }
        
        
        
    } 


  

/***********************************/

.timeline {position : relative;}
.timeline .keyEvent {clear : both;width : 80%;}
.timeline .keyFigure {clear : both;}
.timeline .startLine.keyBox, .timeline .stopLine.keyBox {padding-bottom: 0; margin: 0;}
.timeline.new-timeline .keyBox   {
   width:auto;
}
.timeline .keyBox {width: 262px;margin-top : 20px;position : relative;padding-bottom: 10px;}
.timeline .keyBox.left {border-right : 5px solid #cccccc;}
.timeline .keyBox.right {border-left : 5px solid #cccccc;}
.timeline .keyBox.last {/*margin-bottom : 10px;*/}
.timeline .grey.keyEvent {background-color : #9C9D9F;}
.timeline .darkBlue.keyEvent {background-color : #00529E;}
.timeline .lightBlue.keyEvent {background-color : #ADCDEC;}
.timeline .yellow.keyEvent {background-color : #FFCC00;}
.timeline .keyDate {font-size : 40px;}
.timeline .keyDate a {margin-bottom: 10px;display:block; margin-top:-10px}
.timeline .keyDate a.illustrationLink, .timeline .keyDate .illustrationDate {margin-bottom: 5px !important; font-size:20px;display:block;}
.timeline .illustrationLink .arrow:hover{zoom: 1;filter: alpha(opacity=50);opacity: 0.5;}
.timeline .illustrationLink .arrow {zoom: 1;filter: alpha(opacity=100);opacity: 1;}
.timeline .grey, .timeline .grey.keyDate a {color : #9C9D9F;}
.timeline .darkBlue, .timeline .darkBlue.keyDate a {color : #00529E;}
.timeline .lightBlue, .timeline .lightBlue.keyDate a {color : #ADCDEC;}
.timeline .yellow, .timeline .yellow.keyDate a {color : #FFCC00;}
.timeline .keyEvent {color : white;}
.timeline .keyFigure {border-bottom: 5px solid #CCCCCC;color: #CCCCCC;font-size: 30px;padding-bottom: 15px;width: 86%;}
.timeline .yellow.keyFigure {border-bottom: 5px solid #FFCC00;}
.timeline .darkBlue.keyFigure {border-bottom: 5px solid #529BC9;}
.timeline .lightBlue.keyFigure {border-bottom: 5px solid #ADCDEC;}
.timeline .stopLine.keyBox.left {border : 1px solid #FFFFFF;}
div.right.keyEvent,div.left.keyEvent { margin-bottom : 10px; text-align:left;}
div.right.keyEvent div.keyContent, div.right.keyEvent div.keyContent,
div.left.keyEvent div.keyContent {padding : 10px}
.keyFigureText {font-size : 25px;}
.keyBox img.left {top: -20px;position : absolute;right : -10px;margin : 0;}
.keyBox img.right {top: -20px;position: absolute;float: none;left: -10px;}
.startLine {height : 120px;}    
.squareImage {margin-left:-11px;position: absolute;}
.bottomImage {position : absolute; bottom : 0px; left: 248px;}
.timeline .centralColumnItem{float: right;height: 28px;width: 28px;}
.timeline .keyEvent span {padding-right: 10px;text-align: left;}
.row-fluid .timeline .keyDetail {
    background-color: #DEDEDE;
    margin: 0 0 5px;
    padding : 0;
    position:relative;
    z-index:999;
    min-height : 0;
    display : none;
}
.illustrationContent .offset3, .illustrationContent .offset3 .span6 {
    max-width: 100%;
    width: 250px;
}

.illustrationContent .offset3 .picture {
    text-align: center;
}
.keyDetail div.illustrationContent {
    padding: 10px;
}
.row-fluid .timeline .keyDetail.last {
    margin-bottom: 0;
}
.timeline .illustrationLink .arrow {
    background: url("/img/site/down_menu.png") no-repeat center center transparent;
    height:32px;
    width:100%;
}
.timeline .illustrationLink .arrow.upArrow {
    background: url("/img/site/up_menu.png") no-repeat center center transparent;
    height:32px;
    width:100%;
}
.timeline .closeBox {
    cursor: pointer;
    padding: 2px;
    position: absolute;
    right: -1px;
    top: 0;
    z-index: 2;
    height: 16px;
    width: 16px;
    background: url("/img/site/closeBox.png") no-repeat center center;
}

.Apple-converted-space {
    display:none;
}

.span12.keyDetail {
    box-shadow: 0 0 3px #444444 inset;
}

.keyDetail .wrapper {
    display : block;
}

.keyDetail.illustrationContent {
    display : none;
}
.keyEvent .triangle {border-color: transparent white white transparent;border-style: solid;border-width: 14px;float: right;height: 0px;width: 0px;}
.keyEvent .triangle a {text-decoration: none;text-align: center;font-size: 18px;position: relative;bottom: 7px;bottom: 7px; left: 21px; bottom: 7px; top: -6px;cursor: pointer;}
.keyEvent.darkBlue .triangle a{color: #00529E;}
.keyEvent.grey .triangle a{color: #9c9e9f;}
.darkBlue .keyContent a {
    color: #A8A9AD;
}
.illustrationContent.span12 .wrapper p {
    padding-right: 5px;
}
.timelineMenu ul.dateList {
    /*background-color: #FBFBFB; background-image: -moz-linear-gradient(center top , #FFFFFF, #F5F5F5); background-repeat: repeat-x;*/
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%);
    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%);
    /* Opera */ 
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%);
    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #F5F5F5));
    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%);
    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #F5F5F5 100%);
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    margin-top: 30px;
    padding: 7px 14px;
}

.timelineMenu ul.dateList li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline;
    margin: 0;
    padding: 0;
}

.timelineMenu ul.dateList li:first-child:before {
    content: "";
}

.timelineMenu ul.dateList li:before {
    content: " > ";
}

.timelineMenu ul.dateList li a {
    display: inline;
    font-size: 12px;
    padding: 10px;
}

.timelineMenu ul.dateList li a.active {
    color: #333333;
    font-weight: bold;
}

.timelineMenu ul.dateList li a.active:hover {
    text-decoration: none;
}

/* Phototheque */

.infocentre_phototheque_ .gallery-unit {
    text-align: center;
}

.infocentre_phototheque_news_ .gallery-unit {
    height:150px;
    overflow:hidden;
}

.infocentre_phototheque_news_ .gallery-unit .picture a img  {
    max-width:100%;
    height:auto;
    display:block;
}

.infocentre_phototheque_ .gallery-unit h4 {
    text-align: left;
}

.infocentre_phototheque_ .phototheque .gallery-unit .picture {
    background-color:#DFDFDF;
    height:112px;
}

.infocentre_phototheque_services_ .phototheque .gallery-unit .picture {
    height:auto !important;
}
  
.wrapperdesc {
    display : none;
    position : absolute;
}

.about_key_figures_ area {
    outline-color: transparent;
}

.second.span4.center.border {
border-left: 4px solid #FFFFFF;
}

.boxArticle[lang="fr"] .second.span4.center.border {
min-height: 65px;
}

/* Box color */
/*.bgColor .triangle a {height:40px;}
.bgColor .triangle.blue a {background: url('/img/site/more/plus-blue.png') no-repeat scroll right bottom transparent;}
.bgColor .triangle.green a {background: url('/img/site/more/plus-green.png') no-repeat scroll right bottom transparent;}
.bgColor .triangle.red a{background: url('/img/site/more/plus-brown.png') no-repeat scroll right bottom transparent;}
.bgColor .triangle.orange a{background: url('/img/site/more/plus-brown.png') no-repeat scroll right bottom transparent;}
.bgColor .triangle.light-green a{background: url('/img/site/more/plus-light-green.png') no-repeat scroll right bottom transparent;}
.bgColor .triangle.yellow a{background: url('/img/site/more/plus-yellow.png') no-repeat scroll right bottom transparent;}
.bgColor .triangle.grey a{background: url('/img/site/plus.png') no-repeat scroll right bottom transparent;} */
/*.bgColor h4.span12 {line-height: 40px;}*/

.bgColor .triangle a {bottom: 0; position: absolute; right: 0;}

#content .boxRow .first.span12 .triangle a {
    right: 10px;
    top: 5px;
}

/* Contact email colonne de droite */
#right ul li.email {
    word-wrap: break-word;
}
.email.ui-icon.searchable a {
    padding-right: 15px;
}

.row-fluid #right.infocentre_videotheque_ .normal-box .span3 {
    width : 50%;
    margin-left : 0px;
    margin-right : 5px;
}

.gallery2 .imageRow img {
    max-height: 111px;
}

.gallery2 .imageRow .single {
    background-color: #dfdfdf;
    text-align: center;
    width: 150px;
}

.span10 .gallery2 .imageRow .single {
    background-color: #dfdfdf;
    text-align: center;
    width: 230px;
}

/*----- Disclaimer -----*/
ul.disclaimer-list {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.disclaimer-list li {
    background: none;
    display: inline;
    margin: 0 auto;
    text-align: center;
}

.disclaimer-list li a {
    text-decoration: none;
}

.btn.btn-inverse.back {
    background-color: #777777;
    background-image: -moz-linear-gradient(center top, #999999, #777777);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#999999), to(#777777));
    background-image: -webkit-linear-gradient(top, #999999, #777777);
    background-image: -o-linear-gradient(top, #999999, #777777);
    background-image: linear-gradient(to bottom, #999999, #777777);
    color:#fff; /*--- add line ---*/
}
.btn.btn-inverse.back:hover {
    background-color: #656565;
    background-image: none;
}

/* ----- Equity Funds ----- */ 
.fundContent h2 {
    margin-bottom: 0;
}

ul#equityFund {
    margin-bottom: 15px;
}

/*----- Press corner ----*/
ul#eventsCarousel {
    margin-left: 0;
    padding-left: 0;
}

.infocentre_press_ #eventsCarousel li {
    background-image: url('/img/site/news-list-bullet.png'), -moz-linear-gradient(center top , #FFFFFF, #F5F5F5);
    background-image: url('/img/site/news-list-bullet.png'), -webkit-gradient(center top , #FFFFFF, #F5F5F5);
    background-image:url('/img/site/news-list-bullet.png'),  linear-gradient(center top , #FFFFFF, #F5F5F5);
    background-image: url('/img/site/news-list-bullet.png'), -o-linear-gradient(center top , #FFFFFF, #F5F5F5);
    background-color: #FBFBFB;
    background-repeat: no-repeat;
    background-position: 0px 2px;
    /*padding-left: 14px;*/
    margin-top:4px;
    padding-bottom: inherit;
    padding-top: inherit;
    width: inherit;
    
    /*--- new change ---*/
    margin-left: 0;
    padding-left: 0;
    background-image: none;
    padding-bottom: 5px;
    border-bottom: 1px dotted #dedede;
}

.infocentre_press_ p.dynamicEventTextNews {
    margin: 0 0 5px !important;
}

.text_news a {
    color: #555555;
}

.infocentre_publications_ .span4.firstThumb {
    margin-right:10px;
}


/*------ CallBack ------*/

#helpUsWebsite .callback {
    display:none;
}

#helpUsWebsite span.first-title {
    font-size: 20px;
    top: -3px;
    position: relative;
    line-height:22px;
}

#helpUsWebsite #callback-link {
    text-decoration: underline;
}

#callBackFooter .callback, #helpUsWebsite .callback {
    background: -moz-linear-gradient(#3887D1, #00529E) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3887D1), to(#00529E));
    background: linear-gradient(#3887D1, #00529E);
    background: -o-linear-gradient(#3887D1, #00529E);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3887D1", endColorstr="#00529E");
    color: #FFF;
    text-align : center;
    line-height:55px;
    /*border-top: 1px solid #ff4b02;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.6);*/
}

#callBackFooter .callback .callback-text, #helpUsWebsite .callback .callback-text {
    padding:10px; /* aération interne du bloc */
    vertical-align:middle;
    display:inline-block;
    line-height:1.2; /* on rétablit le line-height */
    text-align:left; /* ... et l'alignement du texte */
    font-size : 1.1em;
}

#callBackFooter .callback a, #helpUsWebsite .callback a {
    color : #FFF;
    font-size : 15px;
}

#callBackFooter .callback .callback-logo, #helpUsWebsite .callback .callback-logo {
    float : left;
    line-height: normal;
}

#callBackFooter .callback .callback-close, #helpUsWebsite .callback .callback-close {
    /*position: absolute;*/
    float: right;
    width: 35px;
    top: -17px;
    right: 15px;
    padding-bottom: 0.7em;
    margin-left: -10px; 
    z-index: 999;
    outline: none;
    line-height: 0;
    cursor: pointer;
}

#callBackFooter .callback {
    width: 100%;
    height: 55px;
    position: fixed;
    bottom : 55px;
    left: 0;
    z-index:8;
    opacity: 0.85;
    -webkit-animation: callbackAnim 1s ease-in-out;
       -moz-animation: callbackAnim 1s ease-in-out;
         -o-animation: callbackAnim 1s ease-in-out;
            animation: callbackAnim 1s ease-in-out;
}

#helpUsWebsite .callback {
    width: 100%;
    height: 55px;
    position: fixed;
    bottom : 0;
    left: 0;
    z-index:8;
    opacity: 0.85;
    -webkit-animation: callbackAnim 1s ease-in-out;
       -moz-animation: callbackAnim 1s ease-in-out;
         -o-animation: callbackAnim 1s ease-in-out;
            animation: callbackAnim 1s ease-in-out;
}

@media all and (max-width: 560px) {
    #helpUsWebsite .callback {
        height: 75px;
    }
    
    #callBackFooter .callback .callback-close, #helpUsWebsite .callback .callback-close {
        position:absolute;
        top: -3px;
        right: 0px;
    }
}

@media all and (max-width: 640px) {
    #callBackFooter .callback .callback-text, #helpUsWebsite .callback .callback-text {
        font-size : small;
    }
    
    #callBackFooter .callback a, #helpUsWebsite .callback a {
        font-size : small;
    }
}

@media all and (max-width: 1200px) {
    #callBackFooter .callback .callback-logo, #helpUsWebsite .callback .callback-logo  {
        display:none;
    }
}

@-webkit-keyframes callbackAnim{
    from {
        height: 0px;           
    }
    to  {
        height: 55px;         
    }
}
@-moz-keyframes callbackAnim{
    from {
        height: 0px;           
    }
    to  {
        height: 55px;         
    }
}
@-o-keyframes callbackAnim{
    from {
        height: 0px;           
    }
    to  {
        height: 55px;         
    }
}
@keyframes callbackAnim{
    from {
        height: 0px;           
    }
    to  {
        height: 55px;         
    }
}
.placeholder
{
  color: #aaa;
}

.has-error{
    background-color: #BC1010;
    padding: 6px 12px;
    border-radius: 4px;
    color: white;
    font-weight: bold;
    margin-left: 16px;
    margin-top: 6px;
    position: relative;
    right: 10px;
    max-width: 200px;
    float: right;
    text-align: right;
}

.has-error:empty{
    display: none;
}

.has-error:before{
    content: '';
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #BC1010;
    border-left: 15px solid transparent;
    left: -26px;
    position: absolute;
    top: 1px;
}

#bannerLarge .row-fluid img {
    width: 940px; /* change */ 
    margin: 0px; 
    height: 100%; 
    padding-bottom: 20px;
}

#bannerLarge {
    position: relative;
    width: 940px; /* change */
    display: block;
}

#bannerLarge h2 {
    position: absolute;
    bottom: 15%;
    font-size: 1.8em !important;
    background-color: rgba(30, 30, 30, 0.5);
    color: #fff;
    padding-left: 25px;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    max-width: 880px;
    line-height:24px;
}

.full-width-banner #menu {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.full-width-banner #menu .navbar {
  margin-bottom: 0;
}
.full-width-banner #content h2 {
    display: none;
}
.full-width-banner #content h1 {
    display: none;
}

.full-width-banner .infocentre_.infocentre_press_.infocentre_press_news_.infocentre_press_news_all_ h2 {
    display: block !important;
}

.infocentre_events_ .searchable ul li {
    overflow:hidden;
}

.infocentre_press_ li.item.jcarousel-item.jcarousel-item-vertical.jcarousel-item-10-vertical, .infocentre_press #eventsCarousel li:last-child {
    display: block;
}



table.efsi-datatable th.column-country {
    min-width: 125px;
}

table.efsi-datatable th.column-financing {
    min-width: 100px;
}

table td.td-text-right {
    text-align: right;
}

li.no-bullet{
    list-style:none;
}

li.no-bullet-style{
    background: none !important;
    padding-left: 0 !important;
}

.box.executive_summary_en07212016 {
    display:none;
}


/*  Form advanced */

.span12.left-checkbox {
    margin-left:0 !important;
}
.no-space-left, .article-box-form.no-space-left * {
    margin-left:0 !important;
    padding-left:0 !important;
}
.article-box-form {
    padding-top:10px;
    padding-bottom:15px;
    float:left;
    width:100%;
}
form.niceform.advancedform fieldset legend {
    margin: 0 0 10px 25px;
    padding-left: 0;
    width:95%;
}

.span4.left-checkbox {
    padding-right:10px;
}

.advancedform li.checkbox {
    padding-top: 15px;
}

.advancedform li label {
    margin-left:0 !important;
}

.advancedform .titleForm {
    margin-left:0;
    margin-bottom:15px;
    padding-left:0;
}

form.advancedform .article-box-form.no-space-left ul {
    padding-bottom:10px;   
}

form.advancedform .article-box-form.no-space-left ul li {
    background: none;
    list-style: disc;
    margin-left: 15px !important;
}

form.advancedform .introForm {
    margin: 0 0 10px 15px;
    padding-left: 0;
}

.niceform.filter span.span10.filter-span {
    min-height: 10px;
    font-weight: 600;
    font-style: initial;
}

/******* evaluation eib block table ************/
.evaluation-eib .col-1 {
  border: 1px solid #999;
  background: #99CDFF;
  color: #14507E !important;
  height: 50px;
  font-size: 14px;
  line-height: 50px !important;
}
.evaluation-eib .col-2 {
  border: 1px solid #999;
  padding: 5px 10px;
  height: 50px;
  max-height: auto !important;
}
.evaluation-eib {
  padding-bottom: 10px;
}
.evaluation-eib .col-1 span {
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle !important;
  line-height: 1.2;
  text-align: left;
  padding-right: 5px;
  padding-top: 0px;
  padding-bottom: 5px;
  margin: 0 !important;
}

/****** Quito Map ********/

#content .image-map, #QuitoIdImage {
    width:101%;
}

.station-content .cycleComment  {
    display : none;
    color : #333;
    font-size : 13px;
    padding-left : 57px;
    position : absolute;
    opacity : 1;
    padding : 2px;
    height : auto;
    width : 30%;
    padding : 20px 20px 10px 20px;
    z-index : 1000;
    border-radius:7px;
    background:#Ffffff ; /* Old browsers */
    /*background: rgba(255, 255, 255, 0.95);*/
    border: 1px solid #bbb;
    box-shadow:none;
}

[id*="frameTarget"] .lb-close {
    display:none;
}

/*.station-content .arrowTooltip  {
    border-style: solid;
    border-width: 0px 11px 11px;
    height: 0;
    left: 5px;
    position: absolute;
    top: -11px;
    width: 0;
   
}*/

.station-content h3 {
    margin-bottom: 10px;
    padding-top: 0px;
    margin-top: 0px;
    line-height:normal;
}

.station-content #frameTarget1 h3, .station-content #frameTarget12 h3 {
    color: #F15A23;
    border-bottom: 1px solid #F15A23;
}
.station-content #frameTarget2 h3, .station-content #frameTarget3 h3 {
    color: #015CAB;
    border-bottom: 1px solid #015CAB;
}
.station-content #frameTarget4 h3, .station-content #frameTarget5 h3 {
    color: #A3248F;
    border-bottom: 1px solid #A3248F;
}
.station-content #frameTarget6 h3, .station-content #frameTarget7 h3, .station-content #frameTarget13 h3 {
    color: #F9A61A;
    border-bottom: 1px solid #F9A61A;
}
.station-content #frameTarget8 h3, .station-content #frameTarget9 h3, .station-content #frameTarget11 h3, .station-content #frameTarget14 h3 {
    color: #73BF45;
    border-bottom: 1px solid #73BF45;
}
.station-content #frameTarget10 h3, .station-content #frameTarget15 h3  {
    color: #EE4155;
    border-bottom: 1px solid #EE4155;
}
.station-content #frameTarget13 h3 {
    color: #00ADEF;
    border-bottom: 1px solid #00ADEF;
}

.station-content #frameTarget1 {
    left: 367px;
    top: 581px;
}

.station-content #frameTarget2 {
    left: 436px;
    top: 606px;
}

.station-content #frameTarget3 {
    left: 489px;
    top: 643px;
}

.station-content #frameTarget4 {
    left: 539px;
    top: 679px;
}

.station-content #frameTarget5 {
    left: 572px;
    top: 730px;
}

.station-content #frameTarget6 {
    left: 635px;
    top: 710px;
}

.station-content #frameTarget7 {
    right: 542px;
    top: 742px;
}

.station-content #frameTarget8 {
    right: 510px;
    top: 787px;
}

.station-content #frameTarget9 {
    right: 487px;
    top: 845px;
}

.station-content #frameTarget10 {
    right: 436px;
    top: 813px;
}

.station-content #frameTarget11 {
    right: 407px;
    top: 853px;
}

.station-content #frameTarget12 {
    right: 402px;
    top: 901px;
}

.station-content #frameTarget13 {
    right: 347px;
    top: 907px;
}

.station-content #frameTarget14 {
    right: 285px;
    top: 910px;
}
.station-content #frameTarget15 {
    top: 895px;
    right: 208px;
}
/*
.station-content #frameTarget7 .arrowTooltip, .station-content #frameTarget8 .arrowTooltip,
.station-content #frameTarget9 .arrowTooltip, .station-content #frameTarget10 .arrowTooltip,
.station-content #frameTarget11 .arrowTooltip, .station-content #frameTarget12 .arrowTooltip,
.station-content #frameTarget13 .arrowTooltip, .station-content #frameTarget14 .arrowTooltip,
.station-content #frameTarget15 .arrowTooltip
 {
    left: inherit;
    right: 5px;
}
*/
#QuitoMetro #frame7 , #QuitoMetro #frame9 {
    cursor : pointer !important;
} 

.zebra.indicative-features td, .zebra.indicative-features td a, .indicative-features .datatable_server td, .indicative-features .datatable_server td a, .indicative-features .datatable td, .indicative-features .datatable td a, .indicative-features .efsi-datatable td, .indicative-features .efsi-datatable td a {
    font-weight:normal !important;
}

/*--------------------------------- Small Islands map ------------------------------------------*/

#content .image-map,#content #SmallIslands {
    width:101%;
}

.map-islands {
    margin-bottom: 40px;
}

.smallislands-content .smallIslandComment  {
    display : none;
    color : #333;
    font-size : 13px;
    padding-left : 57px;
    position : absolute;
    opacity : 1;
    padding : 2px;
    height : auto;
    width : 40%;
    padding : 3px 15px 12px 20px;
    z-index : 1000;
    border-radius:7px;
    background:#Ffffff ; /* Old browsers */
    /*background: rgba(255, 255, 255, 0.95);*/
    border: 1px solid #bbb;
    box-shadow:none;
    top:262px;
    left:430px;
}

.map-islands.fr .smallislands-content .smallIslandComment {
    top:210px !important;
}

.smallIslandComment#description {
    display : block;
    width : 79%;
}

.smallislands-content h3 {
    margin-bottom: 10px;
    padding-bottom: 5px;
    line-height:normal;
    color:#0A4684;
    border-bottom:1px solid #0A4684;
}

#content .smallIslandComment img.img-left {
    height:200px;
}

#body blockquote {
    border:none;
    line-height: 160%;
    color: #555555;
}

#body blockquote p { 
    font-size: 1.1em;
    text-align: center; 
    font-style: italic;
}

#body blockquote:before,
#body blockquote:after {
    content: "";
	display: block;
	width: 100px;
	height: 2px;
	background: #ddd;
	margin: 40px auto;
}


#body .intro-ac-2017 blockquote:before,
#body .intro-ac-2017 blockquote:after {
    margin:15px auto;
}

/*----------------------------------------------- flexible boxes --------------------------------------------------------*/
.flexbox {        
  display: -webkit-flex;		
  display: -ms-flexbox;		
  display: flex;
  overflow: hidden;
}
.flexbox .col {
  flex: 1;
  padding: 18px;
  margin-left:3px;
  margin-right:3px;
}

.flexbox .col:first-child() {
    margin-left:0 !important;
}

.flexbox .col:last-child() {
    margin-right:0 !important;
}

.flexbox a.col {
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out;
    font-size:1.5em;
    line-height:23px !important;
}
.flexbox a.col:hover {
    opacity:0.8;
    text-decoration:none;
}

.flexbox a:focus {
    text-decoration:none;
}

.flexbox.fxb-medium a.col.col-title {
    font-size: 1.2em !important;
}

.fxb-medium .col {
    padding:15px;
}

#content .flexbox a.col > * {
    font-size: 1em !important;
}


/*--------- flex square -----------*/
.flexWidth {
    max-width: 1%;
}
.flexCenter {
    align-self: center;
    padding-left: 5px;
}

.subFlexText {
    font-size: 13px;
    /*line-height: 1.875;*/
    padding: 0 0.5em;
}

/*------------- Color box legend -----------------*/
.legendYellowHardBox {background-color: #FFE596;}
.legendYellowLightBox {background-color: #FFF0BA;}
.legendMauveBox {background-color: #BB66A5;}
.legendGreyBox {background-color: #DADADA;}

/*-------------- Margin style -----------*/
/* Small margin */
.margin-small {margin:5px;}
.margin-bottom-small {margin-bottom:5px;}
.margin-top-small {margin-top:5px;}
.margin-right-small {margin-right:5px;}
.margin-left-small {margin-left:5px;}

/* Medium margin */
.margin-medium {margin:10px;}
.margin-bottom-medium {margin-bottom:10px;}
.margin-top-medium {margin-top:10px;}
.margin-right-medium {margin-right:10px;}
.margin-left-medium {margin-left:10px;}

/* Large margin */
.margin-large {margin:15px;}
.margin-bottom-large {margin-bottom:15px;}
.margin-top-large {margin-top:15px;}
.margin-right-large {margin-right:15px;}
.margin-left-large {margin-left:15px;}

/* Extra Large margin */
.margin-x-large {margin:20px;}
.margin-bottom-x-large {margin-bottom:20px;}
.margin-top-x-large {margin-top:20px;}
.margin-right-x-large {margin-right:20px;}
.margin-left-x-large {margin-left:20px;}

/* Extra Extra Large margin */
.margin-xx-large {margin:30px;}
.margin-bottom-xx-large {margin-bottom:30px;}
.margin-top-xx-large {margin-top:30px;}
.margin-right-xx-large {margin-right:30px;}
.margin-left-xx-large {margin-left:30px;}

/* No margin */
.no-margin-bottom{ margin-bottom: 0px !important;}
.no-margin-top{ margin-top: 0px !important;}
.no-margin-right{ margin-right: 0px !important;}
.no-margin-left{ margin-left: 0px !important;}
.no-margin{margin:0px !important;}


/*-------------- padding style -----------*/
/* Small padding */
.padding-small {padding:5px;}
.padding-bottom-small {padding-bottom:5px;}
.padding-top-small {padding-top:5px;}
.padding-right-small {padding-right:5px;}
.padding-left-small {padding-left:5px;}

/* Medium padding */
.padding-medium {padding:10px;}
.padding-bottom-medium {padding-bottom:10px;}
.padding-top-medium {padding-top:10px;}
.padding-right-medium {padding-right:10px;}
.padding-left-medium {padding-left:10px;}

/* Large padding */
.padding-large {padding:15px;}
.padding-bottom-large {padding-bottom:15px;}
.padding-top-large {padding-top:15px;}
.padding-right-large {padding-right:15px;}
.padding-left-large {padding-left:15px;}

/* Extra Large padding */
.padding-x-large {padding:20px;}
.padding-bottom-x-large {padding-bottom:20px;}
.padding-top-x-large {padding-top:20px;}
.padding-right-x-large {padding-right:20px;}
.padding-left-x-large {padding-left:20px;}

/* Extra Extra Large padding */
.padding-xx-large {padding:30px;}
.padding-bottom-xx-large {padding-bottom:30px;}
.padding-top-xx-large {padding-top:30px;}
.padding-right-xx-large {padding-right:30px;}
.padding-left-xx-large {padding-left:30px;}

/* No padding */
.no-padding-bottom{ padding-bottom: 0px !important;}
.no-padding-top{ padding-top: 0px !important;}
.no-padding-right{ padding-right: 0px !important;}
.no-padding-left{ padding-left: 0px !important;}
.no-padding { padding:0px !important; }

/* No padding margin */
.no-margin-padding {
    margin:0 !important;
    padding:0 !important;
}

#right .coloredBoxMobile.loanFundingDb img {
    height:150px;
}


/*------------- Overlay -------------*/

.overlay-picture {
    position:relative;
}

.overlay-picture.blue-bg {
    background-color: #00529E;
    display: block;
}
.overlay-picture img {
    opacity: 0.4;
    z-index: -1;
}
.text-o .title-o {
    color: #fff !important;
    width: 100%;
    display: block;
    font-size: 26px;
    line-height: 22px;
}

.overlay-picture .text-o {
    position: absolute;
    color: #fff;
    margin: 0 auto;
    left: 0;
    right:0;
    opacity: 1;
    z-index: 1;
    text-align: center;
    display: block;
    top: 23%;
}

.text-o .content-o {
    font-size: 16px;
    padding: 5px 40px 5px 40px;
    border: 1px solid #fff;
    width: 50%;
    display: block;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
}


.about_global-cooperation_resilience-initiative_ .boxImage.picture img {
    width: 100%;
}


/*------------- Annual conference 2017 - Event -------------*/

.download-footage {
    margin-top:10px;
}

.gallery-eib-projects {
    margin-top:25px;
}

.download-footage div {
    margin-left: 0 !important;
}

.download-footage div.video-2 {
    margin-left: 10px !important;
}

#web-active-1, #web-active-2, #web-disabled-1, #web-disabled-2 {
    margin-right: 10px;
}

input#termsChkbx1, input#termsChkbx2 {
    padding-top: 0;
    margin-top: 0px;
    margin-right: 3px;
}

.disclaimer-ac {
    margin-bottom: 10px !important;
    display: block;
}

.intro-ac-2017 .content-left-ac {
    border-radius: 0;
    border-right: 1px dotted #B3B4B7;
    padding-right: 15px;
}

.video-1 h4, .video-2 h4 {
    padding-top: 0 !important;
    margin-top: 0 !important;
    border-left: 10px solid #9C9E9F;
    border-bottom: 1px solid #9C9E9F;
    padding-left: 5px;
    padding-bottom: 5px;
    margin-right: 10px;
    color: #222 !important;
}

.gallery-eib-projects .imageRow {
    display: block;
    float: left;
    width: 100%;
}

a#picture-gallery-download {
    margin-top: 30px;
}


#annual-conference .right-content-ac {
    padding: 0 !important;
    margin: 10px 0 20px 15px !important;
}

#annual-conference div#twitter-code {
    height: 380px;
    overflow-y: auto;
    width:54%;
}

.intro-ac-2017 {
    /*border-bottom: 1px dotted #B3B4B7;*/
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#annual-conference .live-video-img {
    font-size: 14px;
    font-weight: bold;
}

#annual-conference li.hide-pdf {
    display: none;
}

.thumbnail-portrait__center {
    width: 166px;
    background-color: #DFDFDF;
    display: table-cell;
    height:111px;
    vertical-align:middle;
}


.thumbnail-portrait__center img {
    margin: 0 auto;
    display: block;
}

/*------------- Galery display -------------*/
.library-section .gallery-unit h4 {
    text-align: left;
    margin-top: 10px;
}

.library-section .gallery-unit .picture {
    background-color: #DFDFDF;
    height: 112px;
}


.centralColumnItem ul.detailsList {
    margin: -1.875em 0 5px 0;
    padding-left:0;
}

#content .centralColumnItem ul.detailsList li {
    background: none;
    color: #999999;
    list-style: none;
    padding-left: 0px;
    font-size: 12px !important;
    line-height: 19px;
}

.text-item-ul-right-list {
    min-height: 30px;
}

.text-item-ul-right-list img {
    float: left;
    height: 30px;
    margin-right: 10px;
}

.products_blending_esif_fis-in-practice_ .boxRow a {
    background: none;
}


/*---------------- columns -------------------------*/
.col-lg-full {
    width: 100%;
    *width: 99.94680851063829%;
    float: left;
    display:block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    min-height:30px;
}

.col-lg-half {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
    float: left;
    display:block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    min-height:30px;
}

.col-lg-third {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
    float: left;
    display:block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    min-height:30px;
}

.col-lg-quarter {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
    float: left;
    display:block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    min-height:30px;
}

.boxBgColorRevamp {
    background: linear-gradient(to top, #E9E9E9 0%, #F9FBFB 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, #E9E9E9 0%, #F9FBFB 100%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E9E9E9), color-stop(100%,#F9FBFB), color-stop(100%,#000000));
    background: -webkit-linear-gradient(top, #E9E9E9 0%,#F9FBFB 100%,#000000 100%);
    background: -o-linear-gradient(top, #E9E9E9 0%,#F9FBFB 100%,#000000 100%);
    background: -ms-linear-gradient(top, #E9E9E9 0%,#F9FBFB 100%,#000000 100%);
}


/*------------------------------------ ABOUT/Index - Style boxes  ----------------------------------------------------*/
.about-publications .pub_thumb {
    text-align: center;
  
}


/*.about-publications.lang-en .boxContainerRevamp h4, .about-publications.lang-fr .boxContainerRevamp h4{
    min-height: 40px;
 
}*/

.about-publications.lang-en .boxContainerRevamp .span6 h4, .about-publications.lang-fr .boxContainerRevamp .span6 h4 {
    min-height: auto;
}


.about-publications.lang-de .boxContainerRevamp h4{
      min-height: 60px;
}

/*------------------------------------ Style changement avec le nouveau header and footer - add lines  ----------------------------------------------------*/

html body footer ul li {
    background:none;
}

img[src*="sitestat"] {
    display: none;
}

footer #footer {
    background:none;
}

.hidden-tablet, .hidden-desktop, .visible-phone, .visible-tablet {
    display:none;
}

.visible-desktop {
    display:block;
}

#content, #content p, #content li, #content span {
    font-size: 14px !important;
    line-height: 24px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
}

#content table p, #content table ul li, #content table span {
    font-size:inherit !important;
    line-height:inherit !important;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #00529E !important;
    color: white !important;
}

#content tr td p {
    font-size:inherit !important;
}

body .ui-accordion h3 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

h5, h6 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}



/*-------------- form  change revamp --------------*/

form {
  margin: 0 0 20px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  font-size: 15px;
  color: #999999;
}

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
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 {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #333333 !important;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

input,
textarea {
  width: 210px;
}

textarea {
  height: auto;
}

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 {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
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-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}

select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #bbb;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

form button, form input, form optgroup, form select, form textarea {
    margin-bottom:9px;
}

/*------------------------------------ Style page regions EU country ----------------------------------------------------*/
.country-table .col-1 p, .country-table .col-2 p{
    margin-top:10px;
}

.country-table a { 
    text-decoration:underline; 
    color:white; 
}
.country-table a:hover {
    text-decoration:none;
}
.country-table a {
    text-decoration:underline;
}
.country-table a:hover { 
    text-decoration:none;
}

/*------------------------------------ Style page eib-and-you ----------------------------------------------------*/
.box-content-bg {
    background: linear-gradient(to top, #E9E9E9 0%, #F9FBFB 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, #E9E9E9 0%, #F9FBFB 100%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E9E9E9), color-stop(100%,#F9FBFB), color-stop(100%,#000000));
    background: -webkit-linear-gradient(top, #E9E9E9 0%,#F9FBFB 100%,#000000 100%);
    background: -o-linear-gradient(top, #E9E9E9 0%,#F9FBFB 100%,#000000 100%);
    background: -ms-linear-gradient(top, #E9E9E9 0%,#F9FBFB 100%,#000000 100%);
}

.eib-and-you .pub_thumb{ 
    height:115px;
    overflow:hidden;
    position:relative;
    display:block;
    width:100%;
    margin:0;
    padding:0;
}
.eib-and-you .pub_thumb img{
    width:100%;    
}

.eib-and-you .title-content{
    padding:0px 10px 0px 10px;
}

.eib-and-you .box-container{
    overflow: hidden;
}

.eib-and-you .first-line {
    margin-bottom: 30px !important;
    margin-top: 0px;
}
.eib-and-you .second-line {
    margin-bottom:25px;
    margin-top: 20px;
}

.eib-and-you .client-line{
    height:115px;
    overflow:hidden;
    
}

.eib-and-you .client-line img{
    height:100%;
    width:100%;
    
}

.eib-and-you .client-text{
    padding-right:10px !important;
}
.eib-and-you .client-title{
    padding-left:10px !important;
}
.eib-and-you .first-line h3,.second-line h3{
    text-transform:uppercase;
} 

.eib-and-you .second-line .box-container{
    border-right: 10px solid white;
}

.eib-and-you .second-line .box-container:last-child{
    border-right: 0px;
}


/*--------------------- end form ------------------------------*/

.border_left.about_.about_governance-and-structure_.about_governance-and-structure_organisation_.about_governance-and-structure_organisation_services_.about_governance-and-structure_organisation_services_entity_ img {
    max-width: 100%;
    height: auto;
}

.img-responsive-thumb {
    max-width: 100%;
    height: auto;
}


.gallery-image-ncff h4 a {
    color: #fff;
}

.gallery-image-ncff h4 {
    position: absolute;
    top: -10px;
    font-size: 1.2em !important;
    background-color: #C35C13;
    color: #fff;
    width: 70%;
    padding-left: 15px;
    opacity: 0.7;
}

.gallery-image-ncff {
    margin-top: 5px;
    margin-bottom: 5px;
}

section.column.acp-col .box__wrapper {
    height:100%;
}

@media (max-width : 767px){  
    
    #content .boxRow.bgColor .span12 .boxImage {
        max-width: 100%;
        text-align: center;
        width: 100%;
        padding-bottom: 20px;
        padding-top: 10px;
    }
    
    #bannerLarge {
        width: 100%;
    }
}    

@media (min-width : 768px) and (max-width : 992px){  
    
    #bannerLarge {
        width: 740px;
    }
} 

@media (max-width : 767px){  
    .jobOffer-table {
        overflow-x: auto;
    }
}


.bottom-tableLength{
    float: left;
    width: 85%;
}

.bottom-tableLength select{ 
    height: 30px;
    width: 60px;
}


.bottom-pagination {
    float: right;
    text-align: right;
    width: 44px;
}

.pagination-previous, .pagination-next{
    float: left;
    height: 16px;
    margin-left: 3px;
    width: 16px;
    cursor: pointer;
}

.pagination-previous {
    background-image: url(/img/site/dev/play-prev-1.png);
}

.pagination-next {
    background-image: url(/img/site/dev/play-next-1.png);
}

.pagination-previous.pagination-disabled {
    background-image: url(/img/site/dev/play-prev-2.png);
    cursor: default;
}

.pagination-next.pagination-disabled {
    background-image: url(/img/site/dev/play-next-2.png);
    cursor: default;
}


.bottom-entries{
    width: 90%;
    float: left;
    font-size: 85%;
    margin-bottom: 0em;
    line-height: 1.875em;
}

.innovative-companies__list .row a {
    height: 91px;
    display: inline-block;
    vertical-align: middle;
    line-height: 91px;
}


.color-blue {
    color: #00529e;
}

.height-0 {height:0;} .height-10 { height:10px; } .height-20 { height:20px; } .height-30 { height:30px; } .height-40 { height:40px; } .height-50 { height:50px; } .height-60 { height:60px; } .height-70 { height:70px; }
.height-80 { height:80px; } .height-90 { height:90px; } .height-100 { height:100px; } .height-110 { height:110px; } .height-120 { height:120px; } .height-130 { height:130px; } .height-140 { height:140px;}
.height-150 { height:150px; } .height-160 { height:160px; } .height-170 { height:170px; } .height-180 { height:180px; } .height-190 { height:190px; } .height-200 { height:200px; }.height-250 {height:250px;} .height-300 {height:300px;} 
.height-350 {height:350px;} .height-400 {height:400px;} .height-450 {height:450px;} .height-500 {height:500px;}

.height-full {height:100%;}

/* [*] Border *************************************************/
    
    .border-none {border:none;}
    /* border style */
    .border-style-solid {border-style:solid;}
    .border-style-dotted {border-style:dotted;}
    .border-style-dashed {border-style:dashed;}
    
    /* border width */
    .border-width-1 { border-width:1px; } .border-width-2 { border-width:2px; } .border-width-3 { border-width:3px; } .border-width-4 { border-width:4px; } .border-width-5 { border-width:5px; } .border-width-6 { border-width:6px; } 
    .border-width-7 { border-width:7px; } .border-width-8 { border-width:8px; } .border-width-9 { border-width:9px; } .border-width-10 { border-width:10px; } .border-width-11 { border-width:11px; } .border-width-12 { border-width:12px; } 
    .border-width-13 { border-width:13px; } .border-width-14 { border-width:15px; } .border-width-16 { border-width:16px; } .border-width-17 { border-width:17px; } .border-width-18 { border-width:18px; } .border-width-19 { border-width:19px; } .border-width-20 { border-width:20px; }
    
    /* border color */
    .border-color-white {border-color:#ffffff; } .border-color-black {border-color:#000000;} .border-color-black-1 { border-color:#111111;} .border-color-black-2 { border-color:#222222;} .border-color-black-3 { border-color:#333333;}
    
    
    
    