body {
    background-color: #f2f1f1;
    /*font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;*/
    font-family: 'Open Sans', Candara,Segoe,Arial,sans-serif;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    color: #666666;
}
/* ==========================================================================
    Default styles
 ========================================================================== */
.spTable {
    border-spacing: 0;
    border-collapse: collapse;
    border: 0px hidden transparent !important;
    width: 100%;
    table-layout: fixed; /* this will fix Organization Chart images for example */
}
.ms-WPBody {
    font-family: inherit;
    font-size: inherit;
}
/* Fix font size issue in landing page News and reports */
.spTable td {
    padding: 0px;
    margin: 0px;
}
body.v4master,
body #s4-workspace {
    overflow: auto!important;
}
body #s4-bodyContainer {
    min-width: 0!important;
}
.ms-cui-tabContainer img,
#suiteBarButtons img {
    max-width: none !important;
}
.ms-cui-topBar2 img {
    max-width: none;
}
/* ===================================
    Font-Face (Open Sans)
 ===================================== */

/* Regular */
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans/Regular/OpenSans-Regular.eot');
    src: url('fonts/OpenSans/Regular/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans/Regular/OpenSans-Regular.woff') format('woff'),
         url('fonts/OpenSans/Regular/OpenSans-Regular.ttf') format('truetype'),
         url('fonts/OpenSans/Regular/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-weight: 400;
    font-style: normal;

}
/* Italic */
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans/Italic/OpenSans-Italic.eot');
    src: url('fonts/OpenSans/Italic/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans/Italic/OpenSans-Italic.woff') format('woff'),
         url('fonts/OpenSans/Italic/OpenSans-Italic.ttf') format('truetype'),
         url('fonts/OpenSans/Italic/OpenSans-Italic.svg#OpenSans-Italic') format('svg');
    font-weight: normal;
    font-weight: 400;
    font-style: italic;

}
/* bold (replaced by semi-bold)
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans/Bold/OpenSans-Bold.eot');
    src: url('fonts/OpenSans/Bold/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans/Bold/OpenSans-Bold.woff') format('woff'),
         url('fonts/OpenSans/Bold/OpenSans-Bold.ttf') format('truetype'),
         url('fonts/OpenSans/Bold/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-weight: 700;
    font-style: normal;
}
*/
/* bold (semi-bold) */
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans/Semibold/OpenSans-Semibold.eot');
    src: url('fonts/OpenSans/Semibold/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans/Semibold/OpenSans-Semibold.woff') format('woff'),
         url('fonts/OpenSans/Semibold/OpenSans-Semibold.ttf') format('truetype'),
         url('fonts/OpenSans/Semibold/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
    font-weight: bold;
    font-weight: 700;
    font-style: normal;
}
/* Semi bold */
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans/Semibold/OpenSans-Semibold.eot');
    src: url('fonts/OpenSans/Semibold/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans/Semibold/OpenSans-Semibold.woff') format('woff'),
         url('fonts/OpenSans/Semibold/OpenSans-Semibold.ttf') format('truetype'),
         url('fonts/OpenSans/Semibold/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
    font-weight: 500;
    font-style: normal;

}

/* ===================================
    Default styles
 ===================================== */
/********************* img *****************/

img.left {
    float: left;
    padding-right: 5px;
}
img.image-left,
img.image-right {
    max-width: 50%;
    /*max-width:200px;*/
    width: auto;
    height: auto!important;
    border: 1px solid #a6a7a9 !important;
    padding: 2px;
    margin: 10px 10px 10px 0px;
    display: block;
    float: left;
}
img.image-right {
    float:right;
    margin: 10px 0px 10px 10px;
}
img.image-left-news,
img.image-right-news{
    max-width: 50%;
}
/*For image in column left layout */
.large-5 img.image-left-news {
    max-width: 100%;
    margin: 10px auto 10px auto;
    float: none;
}
img.image-border{
border: 1px solid #a6a7a9 !important;
padding: 2px;
}
img.image-left.image-left-doc {
    max-width: 30%;
}
img.right {
    float: right;
    padding-left: 5px;
}
.ie7 img {
    -ms-interpolation-mode: bicubic;
}
a img {
    border: none;
}
/********************* link *****************/

a:hover {
    color: #333333;
    text-decoration: underline;
}
a:focus {
    text-decoration: underline!important;
}
a,
a:link {
    text-decoration: none;
    color: #0072ce;
}
a.visited {
    color: #0072ce;
    text-decoration: none;
}
/*
a[target="_blank"]:after  {
    content:"<span>Open in new window</span>";
}*/

a.doc {
    background: url(/PublishingImages/file-icon.png) no-repeat center left;
    font-weight: normal;
    font-size: 0.9em!important;
    margin: 0!important;
    font-weight: normal!important;
    color: #0072ce;
    padding: 5px 0 5px 25px;
}
a.doc:hover {
    color: #333333!important;
    text-decoration: underline!important;
}
a.linkReadMore {
    list-style: none;
    color: #0072ce;
    line-height: 1.8em;
    background: url(/PublishingImages/blue-arrow.png) no-repeat left 0 !important;
    padding-left: 15px;
}
a.bookshop {
    padding: 5px 0 5px 25px;
    background: transparent url(/PublishingImages/order_bookshop.png) no-repeat center left;
}
/********************* WAI direct content link *****************/

a.skipLink {
    color: #333;
    font-size: 95%;
    border: 1px solid #ccc;
    padding-top: 1px;
    padding-bottom: 1px;
}
a.skipLink:link,
a.skipLink:visited {
    display: block;
    overflow: hidden;
    text-indent: -600em;
    background: transparent;
    width: 14em;
    color: #333;
    font-size: 1em;
    position: absolute;
    z-index: 5000;
    left: -1000px;
    padding: 4px;
}
a.skipLink:focus,
a.skipLink:hover,
a.skipLink:active {
    text-indent: 20px;
    width: 14em;
    left: 0;
    background: #000;
    color: #fff;
}
/* summary list items */

.link-item a,
.link-item a:link {
        background: url(/PublishingImages/blue-arrow.png) no-repeat left 3px !important;
        background-size: 9px 9px!important;
        /*display:inline-block;*/ /*desactivation pour eviter le retour Ã  la ligne de l'image external */
    padding: 0 0 0 12px;
    margin:0;
    line-height:inherit;
    font-size: 9pt;
    font-family: inherit;
    color: #0072ce;
}
/* summary list items image external (change dimensions) */
.link-item img[alt~=external] {
        width:13px;
    height: 10px;
}

hr {
    border: 0px;
    color: #ccc;
    background-color: #ccc;
    height: 1px;
}
hr.lineSeparator {
    border-top: 0;
    border-bottom: 1px dotted #ccc;
    margin: 10px 0 10px 0;
}
.content-main {
    line-height: 1.4em;
    color: #444444;
}
.content-main h1 {
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    font-size: 1.6em;
    line-height: 1.2em;
    padding: 0 0 10px 0;
    color: #0066cc;
}
.content-main h1 .subtitle {
	font-weight:normal;
    display:block;
	font-size:0.8em;
	line-height: 1.2em;
	margin-top:0.5em;
	color: inherit;
}
.content-main h2 {
    color: #9d2135;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: bold;
    margin: 1.8em 0 1em 0;
}
.content-main h3 {
    color: #62666a;
    line-height: 1.3;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left!important;
}
/* desactive nobr in h3 titles */

.content-main h3 nobr {
    white-space: normal!important;
}
.content-main h4 {
    color: #0072ce;
    line-height: 1.3;
    font-weight: bold;
    text-transform: uppercase;
}
/********************* Surcharge RTE (Rich Text Editor) *****************/

h1.my-rteElement-H1,
h2.my-rteElement-H2,
h3.my-rteElement-H3,
h4.my-rteElement-H4,
.my-rteStyle-Normal {
    font-family:inherit!important;
}
h2.my-rteElement-H2 {
    font-size: 1.3em;
}
.content-main .my-rteElement-Summary {
    font-size: 1.1em;
    line-height: 1.3em;
    color: #444444;
    font-weight: bold;
    font-family:inherit;
}
.content-main .my-rteElement-Body {
    font-family:inherit;
    font-size:inherit;
    line-height: 1.4;
}
.content-main .my-rteElement-Body a {
    text-decoration: underline;
    font-family:inherit;
}
/********************* formulaire elements *****************/

select,
.language-selection select {
    width: 143px;
    height: 23px;
    background: url(/PublishingImages/arrow-selectbox.png) no-repeat right #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    border: solid 1px #bfbfbf;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 2px 2px 2px 5px;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: white;
    font-family: inherit;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 1em;
    /* margin: 0 0 0.8em 0;*/
    padding: 0.5rem;
    min-height: 30px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
    -webkit-box-shadow: 0 0 5px #999999;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border-color: #999999;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none;
}
/********************* button submit *****************/

input[type=submit], .button {
    padding: 8px 15px 8px 15px;
    margin: 5px;
    position: relative;
    display: inline-block;
    color: #FFF!important;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    background-color: #0072ce;
    border: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
input[type=submit]:hover, .button:hover {
    background-color: #014f8d;
}
/******************** hidden *************************/

.hidden,
.hiden {
    display: none !important;
}
/* ==========================================================================
   HEADER
   ========================================================================== */

/* header-top */

.bg-white {
    background-color: #fff;
}
.top-links {
    padding: 9px;
}
.top-links a {
    color: #333333;
    text-decoration: none;
    font-size: 0.9em;
}
.language-selection {
    padding: 5px;
}
.language-submit {
    width: 27px;
    height: 23px;
    border: 0px!important;
    padding: 0!important;
    margin: 0!important;
    background: url(/PublishingImages/ok.png) no-repeat center 0px !important;
    border-style: none;
    vertical-align: top;
    text-indent:-9999px;
}
.language-submit:hover {
    background: url(/PublishingImages/ok.png) no-repeat center -23px !important;
}
/* header-inner */

#header-inner {
    background-color: white;
    padding: 10px;
    overflow: hidden;
    width: 100%;
}
.eca-logo {
    background: url(/PublishingImages/ECA-logo.svg) no-repeat center;
    background-size: contain;
    display: inline-block;
    width: 65px;
    height: 65px;
}
#bigLogo {
    /*float: left;*/
    margin-left: 20px;
}
#bigLogo img {
    max-width: 100px;
    max-height: 65px;
    margin-top: 3px;
}
#header-inner h1,
#header-inner .title {
    display: inline-block;
    color: #0072bc;
    font-weight: bold;
    margin: 15px 0 0 20px;
    font-size: 1.6em;
    font-family: inherit;
}
#header-inner h2,
#header-inner .slogan {
    display: inline-block;
    color: #63666a;
    margin: 2px 0 5px 20px;
    font-size: 1.2em;
    font-weight: normal;
    font-family: inherit;
}
/* Search */

#ctl00_SimpleSearch 
{
    float:left;
    width:30%;
}
.search-box {
    float: right;
    text-align: right;
    margin-top: 15px;
    width: 80%;
}
.search-box input#keywords_top {
    display: inline-block;
    width: 80%!important;
    margin-right: 5px!important;
}
.search-box table {
    width: 100%
}
.search-box p {
    padding: 0;
    font-size: 0.9em;
    margin:8px 0;
    text-align: left;
}
.search-box input[type=button]{
    background: url(/PublishingImages/search.png) no-repeat center -1px !important;
    border: 0px!important;
    text-indent: -9999px;
    padding: 0!important;
    margin: 0!important;
    width: 34px;
    height: 30px;
    border: 0px;
    border-style: none;
    vertical-align: top;
    display: inline-block;
    cursor:pointer;
}
.search-box input[type=button]:hover{
    background: url(/PublishingImages/search.png) no-repeat center -30px !important;
}
.search-box p a {
    background: url(/PublishingImages/blue-arrow.png) no-repeat left 0 !important;
    padding-left: 15px!important;
    width: auto!important;
    height: auto!important;
    color: #333;
    text-decoration: none;
    font-weight: bold;
}
.search-box p a:hover {
    background: url(/PublishingImages/blue-arrow.png) no-repeat left 0 !important;
}
.s4-search input.ms-sbplain {
    float: left;
    width: 100% !important;
    height: 26px;
    font-size: 11px;
    border: 1px solid #ccc;
}
.ms-sbgo {
    vertical-align: top;
}
.ms-sbgo .srch-gosearchimg {
    display: none;
}
.ms-sbgo a {
    background: url(/PublishingImages/search.png) no-repeat center 0px !important;
    border: 0px!important;
    padding: 0!important;
    margin: 0!important;
    width: 34px;
    height: 30px;
    border: 0px;
    border-style: none;
    vertical-align: top;
    display: inline-block;
}
.ms-sbcell {
    padding: 8px 0 0 0;
}
.ms-sbgo {
    padding: 0px;
    width: 15%;
}
/**** Traineeship ****/

/* Arrows */

#prevArrow,
#nextArrow {
    border: none;
    text-decoration: none;
    background: url('/PublishingImages/arrows.png') no-repeat;
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
    width: 43px;
    height: 58px;
    top: 50%;
    margin-top: -29px;
    -moz-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
#prevArrow:hover,
#nextArrow:hover {
    opacity: 1;
}
#prevArrow {
    background-position: left top;
    left: 40px;
}
#nextArrow {
    background-position: right top;
    right: 40px;
}
/* development toolbar */

.ms-developerdashboardnav > ul {
    margin-left: 50px;
}
.srch-results {
    width: 100% !important;
    padding-left: 0;
    overflow-x: hidden !important;
}
/* captcha */

.captchaImg {
    border: 1px solid #ccc !important;
}
#trainsheepWrapper {
    width: 95%;
    padding: 10px;
    margin: 0 auto;
}
#trainsheepWrapper h2 {
    margin-bottom: 25px;
}
#trainsheepWrapper input,
#trainsheepWrapper select {
    margin: 5px 0;
}

.traineeship_ip,
.traineeship_et,
.traineeship_lg,
.traineeship_exp,
.traineeship_mo {
    display: none;
}
#trainsheepWrapper select {
    min-width: 50px !important;
}
.trainsheepWrapper div {
    max-width: 75%;
    vertical-align: top;
    line-height: 30px;
}
.moreExpProf,
.moreExpEtudes {
    margin: 10px;
    cursor: pointer;
    text-align: center;
    line-height: 23px;
}

.traineeshipClickButton 
{
    min-width: 10em !important;
    padding: 0.5em !important;
    cursor: pointer !important;
    background: #0072ce !important;
    border: none !important;
    font-size: 14px !important;
    font-weight: bold !important;
    color: #fff !important;
    margin: 5px !important;
    font-family: inherit, Sans-Serif !important;
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0.2em !important;
}

/* Twitter feeds margin*/

.smk-tweets {
    margin: 10px !important;
}
.miniInfo {
    text-align: justify;
    font-size: 0.85em;
}
/* ASP CALENDAR */

#DatePickerDiv {
    z-index: 1000;
}
.ui-datepicker-title {
    width: 155px;
}
.ui-datepicker-year,
select.ui-datepicker-year {
    min-width: 40%!important;
    width: 40%!important;
    height: auto;
}
/**** Navigation  ****/
.navShadow {
    position:absolute;
    display: none;
    width: 5px;
    height: 100%;
    z-index: 2;
    top: 0;
    -webkit-box-shadow: inset 5px 5px 7px -6px rgba(0,0,0,0.56);
    -moz-box-shadow: inset 5px 5px 7px -6px rgba(0,0,0,0.56);
    box-shadow: inset 5px 5px 7px -6px rgba(0,0,0,0.56);
}
.bg-nav {
    max-height: 45px;
    background-color: #444444;
    width: 100%;
    margin: 0;
    padding: 0;
}
nav ul {
    max-height: 45px;
    min-height: 28px;
    list-style: none outside none;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}
nav > div > ul > li {
    height: 100%;
    margin: 0 1px 0 1px;
    width: 13.5%;
    vertical-align: middle;
    list-style: none outside none;
    display: inline-block;
    float: left;
}
nav > div > ul > li:first-child > a,
nav > div > ul > li:first-child > a:hover{
    cursor: pointer;
}
nav > div > ul > li > a {
    color: #FFFFFF!important;
    float: left;
    font-size: 1.15em;
    font-weight: 500;
    max-height: 45px;
    text-align: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 0px 7px 0px;
    cursor: pointer;
    margin: 0;
}
nav > div > ul > li > a:hover,
nav > div > ul > li > a:focus,
nav > div > ul > li.focus > a {
    color: #056731!important;
    text-decoration: none!important;
    background: #d5d900;
    cursor:pointer;
}
nav ul a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
nav > div > ul > li.current a,
nav > div > ul > li.active a {
    color: #fff !important;
    text-decoration: none;
}
nav > div > ul > li:hover,
nav > div > ul > li.current {
    background: #d5d900;
}
nav > div > ul > li.current.no-focus{
    background: #bec100;
}
nav > div > ul > li:hover a,
nav > div > ul > li:focus a,
nav > div > ul > li.current a {
    color:#056731 !important;
}
nav ul ul {
    background: #d5d900;
    color:#056731 !important;
    left: 0;
    list-style: none outside none;
    position: absolute;
    display: none;
    top: 100%;
    width: 100%;
    height: 40px;
    padding: 5px;
}
/*nav ul ul li {
    width: auto;
    margin: 5px 5px 0 5px;
    display: inline-block;
    line-height: 20px;
    float: left;
}*/
nav ul ul li {
    width: auto;
    max-width: 17%;
    padding: 0 11px 0 11px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 30px;
}
nav ul ul li a {
    font-size: 1.05em;
    font-weight: 500;
    height: 20px;
    color: #056731!important;
    text-decoration: none;
    /*padding: 0 10px;*/
}
nav ul ul li a:hover,
nav ul ul li a:focus {
    color: #444444 !important;
    text-decoration: underline;
}
nav ul ul li.current a,
nav ul ul li.active a {
    color: #444444 !important;
    text-decoration: underline;
}
/**** header bottom (bande blanche)  ****/

.header-bottom {
    background-color: #d5d900;
    height: 40px;
}
/**** Newsletter ****/

.comic_right div {
    padding-bottom: 5px;
    padding-left: 5px;
}
/* ==========================================================================
  Menu mobile
   ========================================================================== */

.off-canvas-wrap {
    margin: 0px auto;
    overflow: hidden;
}
.mobile-nav-header {
    display: none;
}
.nav,
#main_content {
    -webkit-transition: .2s all ease;
    -moz-transition: .2s all ease;
    transition: .2s all ease;
    width: 100%;
}
#menu-toggle {
    display: none;
    vertical-align: top;
    font-weight: bold;
    padding: 0.8em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    float: right;
    background-color: #056731;
    height: 35px;
    width: 35px;
    margin-right: -12px;
}
@media (max-width: 40em) {
    body #s4-bodyContainer {
        min-width: 10em !important;
    }
    #s4-ribbonrow {
        display: none;
    }
    .euCookieLaw {
        display: none;
    }
    #menu-toggle {
        display: block;
    }
    .nav {
        margin-left: 100%;
        float: left;
    }
    #main_content {
        margin-left: 0;
        float: left;
    }
    body.active .nav {
        margin-left: 20%;
        width: 80%;
        /* margin-top: 0; */
    }
    body.active #main_content {
        margin-left: -80%;
    }
    /* style menu mobile */
    .title-mobile-nav-header {
        color: #FFF;
        height: 40px;
        padding: 0 10px 0 10px;
        vertical-align: middle;
        font-size: 1.4em;
    }
    .title-mobile-nav-header span {
        text-transform: uppercase;
    }
    #btn-home {
        vertical-align: top;
        font-weight: bold;
        padding: 0.3em;
        text-align: center;
        text-decoration: none;
        float: right;
        margin-right: 10px;
        margin-top: -5px;
        background-color: #fff;
        height: 35px;
        width: 35px;
    }
    #btn-search {
        vertical-align: top;
        font-weight: bold;
        padding: 0.3em;
        text-align: center;
        text-decoration: none;
        float: right;
        margin-right: 10px;
        margin-top: -5px;
        background-color: #fff;
        height: 35px;
        width: 35px;
    }
    .navShadow {
        display: block;
    }
    nav {
        margin: 0;
        padding: 80px 0 0 0;
        position: absolute;
        height: 100%;
        background-color: #014f8d;
        min-height: 2200px;
        -webkit-box-shadow: inset 12px 0 32px #0b426e;
        -moz-box-shadow: inset 12px 0 32px #0b426e;
        box-shadow: inset 12px 0 32px #0b426e;
        top: 0;
    }
    nav > div > ul {
        height: 100%;
        width: 100%;
    }
    nav > div > ul > li {
        text-align: left;
        font-weight: normal;
        margin: 5px 0 0 0;
        width: 100%;
        position: relative;
    }
    nav > div > ul > li {
        display: block;
        height: auto;
        width: 100%;
        background-color: #fff;
        text-transform: uppercase;
        height: auto!important;
    }
    nav > div > ul > li > a {
        color: #014f8d!important;
        cursor: pointer!important;
        font-weight: 500;
        font-size: 1.2em;
        padding: 10px;
        margin: 5px 0 0 0;
        height: 35px;
        background-color: #fff;
        text-align: left;
    }
    nav > div > ul > li > a:hover,
    nav > div > ul > li > a:focus,
    nav > div > ul > li:hover,
    nav > div > ul > li:focus,
    nav > div > ul > li.focus > a,
    nav > div > ul > li.current > a {
        color: #0072ce!important;
        background-color: #fff;
    }
    nav ul ul {
        height: auto;
        max-height: none!important;
    }
    nav ul ul,
    nav ul ul li {
        position: relative;
        float: left;
        text-align: left;
        width: 100%;
        max-width: 100%;
        background-color: #014f8d!important;
        top: 0;
        list-style: none outside none;
    }
    nav ul ul li {
        margin-top: 0px;
        padding: 0;
        height: 40px!important;
    }
    nav ul ul li a,
    nav ul ul li:hover li a,
    nav ul ul li:focus a,
    nav > div > ul > li:hover li a,
    nav > div > ul > li:focus li a,
    nav > div > ul > li.current ul a {
        color: #fff!important;
        display: inline-block;
        text-transform: none;
        font-weight: normal;
        width: 100%;
        height: 100%;
        padding: 13px 0 10px 10px;
        margin: 0 0 0 -5px;
        border-bottom: 1px solid #fff;
        background: url(/PublishingImages/white-arrow_new.png) no-repeat 90% center;
    }
    nav > div > ul ul li a:hover, nav > div > ul ul li a:focus,
    nav > div > ul ul li a:active, nav > div > ul ul li:hover a, nav > div > ul ul li:focus a {
        color: #0072ce!important;
        font-weight: bold!important;
        background-color: #fff!important;
    }
    nav ul a:hover,
    nav ul a:focus,
    nav ul a:active {
        text-decoration: none;
        background: #fff;
    }

}
/* ==========================================================================
   CONTENT
   ========================================================================== */

.content-left {
    min-height: 100px;
    margin: 10px 0 10px 0;
    font-size: 13px;
}
.content-main {
    /*background-color: #fff;*/
    min-height: 500px;
    padding: 10px 20px!important;
}
/* annulation du padding pour la home page */
.content-main.content-main-homepage {
    padding: 10px 0 0 0!important;
}
/* Fix for br cause margin in box "Recently published"*/
.content-main.content-main-homepage [id*="documentUP"] > br {
    display: none;
}
.breadcrumb {
    font-size: 0.9em;
    padding-left: 20px;
    min-height: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.breadcrumb p {
    margin: 0;
}
.printbox {
    margin-top: 5px;
    min-height: 20px;
}
.printbox #theImg{
    margin-top: 15px!important;
}
.home-top-content {
    float: right;
}
/********************************************************************************************* 

Home news ticker         

*********************************************************************************************/

#smallLogo {
    display: none;
}
.home-news {
    clear: both;
    border: #ccc 1px dotted;
    border-radius: 10px 10px 10px 10px;
    margin: 0px 0 0 0;
    background-color: #fff;
    position: relative;
}
.home-announcement {
    float: left;
    color: #fff;
    width: 140px;
    height: 29px;
    background: url('/PublishingImages/announce.png') 0 0 transparent no-repeat;
    font-size: 1.3em;
    margin: 15px;
    padding: 5px;
}
 /* control */
 .home-news .control {
     width: 23px;
     height: 18px;
     display: block;
     position: absolute;
     bottom: 5px;
     right: 5px;
     background: url("/PublishingImages/control.png") no-repeat 0 0;
 }
 .home-news .control.play {
     background: url("/PublishingImages/control.png") no-repeat 0 -18px;
 }
ul.ticker {
    height: 60px;
    overflow: hidden;
    margin: 0;
    padding: 5px;
}
.ticker li {
    height: 50px;
    padding: 5px 30px 5px 5px;
    margin-bottom: 10px;
    list-style: none;
    line-height: 1.1em;
    overflow: hidden;
}
.ticker li a:link, .ticker li a {
    text-decoration: none;
    color: #666666;
    font-size: 0.9em;
}
.ticker li span {
    display: block;
    color: #0072ce;
}
/********************************************************************************************* 

Slider homepage         

*********************************************************************************************/

#dupMainRoler {
    display: none;
}
.featured {
    width: 100%;
    position: relative;
    border: 1px solid #0072ce;
    height: 250px;
    overflow: hidden;
    margin-top: -10px;
}
.featured ul.ui-tabs-nav {
    position: absolute;
    top: 0;
    padding-left: 70%;
    list-style: none;
    margin: 0;
    width: 100%;
    height: 250px;
    overflow: hidden;
    background-color: transparent;
}
.featured ul.ui-tabs-nav:before {
    position: absolute;
    display: block;
    z-index: -1;
    top:0;
    left:0;
    content:'';
    width:100%;
    height: 100%;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
    background: url(/PublishingImages/ECA_Logo_NoText_57.png) no-repeat 89% 65% #fff;
}
.featured ul.ui-tabs-nav li {
    /* padding: 5px; */
    background: #014f8d;
    border-left: 1px solid #fff;
    /* width: 100px; */
    overflow: hidden;
}
.featured ul.ui-tabs-nav li div {
    font-size: 1.05em;
    font-weight: bold;
    line-height: 1.2em;
    color: #fff;
    padding-left: 5px;
    display: block;
    max-height: 3.8em;
    overflow: hidden;
}
.featured li.ui-tabs-nav-item a {
    display: block;
    height: 63px;
    text-decoration: none!important;
    color: #fff;
    background: #014f8d;
    /* line-height: 10px; */
    border-bottom: 1px solid #fff;
    padding: 5px;
}
.featured li.ui-tabs-nav-item a:hover {
    background: #0072ce;
}
.featured ul.ui-tabs-nav li.ui-tabs-selected a,
.featured ul.ui-tabs-nav li.ui-tabs-active a {
    background: #0072ce;
}
.featured .ui-tabs-panel {
    width: 70%;
    height: 250px;
    background: #999;
    position: relative;
    overflow: hidden;
}
.featured .ui-tabs-panel a  {
                position:relative;
                display:block;
                width:100%;
                height:100%;
}
.featured .ui-tabs-panel a:after {
        content:'';
        position:absolute;
        top:30%;
        left:50%;
        width:53px;
        height:53px;
        margin-left: -26px;
        display:block;
        background: url('/PublishingImages/icon-plus.png') no-repeat 0 0px;
    }
.featured .ui-tabs-panel a:hover:after {
        content:'';
        position:absolute;
        top:30%;
        left:50%;
        width:53px;
        height:53px;
        display:block;
        background: url('/PublishingImages/icon-plus.png') no-repeat 0 -53px;
}
.featured .ui-tabs-panel img {
    width: 100%;
}
.featured .nb {
    display: none !important;
}
.featured .ui-tabs-panel .info {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.54);
}
.featured .ui-tabs-panel .info a.hideshow {
    position: absolute;
    font-size: 11px;
    color: #f0f0f0;
    right: 10px;
    top: -20px;
    line-height: 20px;
    margin: 0;
    background: #333;
}
.featured .info h2 {
    font-size: 1.4em;
    font-family: inherit;
    color: #fff;
    padding: 5px;
    margin: 0;
    font-weight: bold;
    overflow: hidden;
}
.featured .info p {
    margin: 0;
    padding: 8px;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.2em;
    color: #f0f0f0;
}
.featured .info a {
    text-decoration: none;
    color: #fff;
}
.featured .info a:hover {
    text-decoration: underline;
}
.featured .ui-tabs-hide {
    display: none;
}
.featured ul.ui-tabs-nav li.ui-tabs-active a {
    background: #0072ce;
}

/* box recently-published and home-publications */

.home-recently-published,
.home-publications {
    background-color: #fff;
    margin-top: 10px;
}
.home-recently-published h2,
.home-publications h2 {
    background-color: #d5d900;
    color: #056731;
    padding: 8px 10px;
    margin: 0;
    font-size: 1.2em;
    font-weight: normal;
    font-family: inherit;
}
.home-recently-published .publication-info {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.publication,
.publications {
    padding: 8px;
}
.publication-size {
    font-size: 11px;
}
.publication-info > a {
    color: #0072ce;
    font-weight: 500;
    text-decoration: none;
    margin: 5px 0 5px 0;
    display: block;
    font-size: 13px;
    line-height: 1.4em;
}
.publication-info > a[href $='.PDF']:after, .publication-info > a[href $='.pdf']:after {
    content: " [PDF]";
    font-size: 0.7em;
}
.publication-info > a[href $='.XLS']:after, .publication-info > a[href $='.xls']:after {
    content: " [XLS]";
    font-size: 0.7em;
}
.publication-info > a[href $='.DOC']:after, .publication-info > a[href $='.doc']:after  {
    content: " [DOC]";
    font-size: 0.7em;
}
.publication-info > a[href $='.PPT']:after, .publication-info > a[href $='.ppt']:after {
    content: " [PPT]";
    font-size: 0.7em;
}
.publication-description {
    margin: 5px 0 5px 0;
    line-height: 1.3em;
    font-size: 12px;
}
.moreTypesRolUp 
{
    min-width:18em;
}

.moreLangRolUp a, .moreTypesRolUp a {
    font-weight: normal;
    color: #0072ce;
    line-height: 2em;
    font-size: 11px;
    padding-left: 5px;
    display: inline-block;
}
.home-publications-inner {
    padding: 8px;
}
.home-publications-inner input[type=text],
.home-publications-inner select {
    width: 100%;
}
.browseLabel {
    font-weight: bold;
    font-size: 14px;
    padding: 5px 0 5px 0;
}

/* ==========================================================================
   Sidebar right
   ========================================================================== */

.content-right {
    margin: 10px 0 10px 0;
}
.press-box,
.infos-box,
.follow-box,
.newsletter-box,
.links-box {
    background-color: #fff;
    margin: 10px 0 10px 0;
}
.infos-box div {
    padding: 5px;
    text-align: center;
}
.press-box h2,
.infos-box h2,
.newsletter-box h2,
.follow-box h2 {
    background-color: #444444;
    color: #fff;
    padding: 8px 10px;
    font-size: 1.3em;
    margin: 0;
    font-weight: normal;
    font-family: inherit;
}
.follow-box h2, .newsletter-box h2 {
    background-color: #014f8d;
}
.follow-box img {
    padding: 5px;
}
.links-box {
    padding: 8px;
}
.links-box img {
    padding: 4px 0;
}
/* Promo image */
.promoimages {
    text-align: center;
}
.promoimages img {
    max-width: 100%;
    height: auto;
}
/* Newsletter box */
.newsletter-box input[type=submit] {
    background: #0072ce;
    border: none;
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
    font-family: inherit;
    margin: 0 10px 10px 10px;
    cursor: pointer;
    width: 40% !important;
    line-height: 10px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.newsletter-box > div:nth-child(2) {
        padding:10px!important;
}
/* Zone captcha */
.newsletter_submit {
    display: none;
    padding: 10px;
}
.newsletter_submit input, .newsletter_submit img {
    margin: 5px 0;
}
/* Zone error */
.newsletter-box p {
        padding: 5px 10px;
        margin:0;
}
/* End Newsletter box*/
.moreGreen {
    background: #056731;
    border: none;
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
    font-family: inherit;
    margin: 0 10px 10px 10px;
    cursor: pointer;
    line-height: 10px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 10px;
}
#newsPanel {
    color: inherit;
    font-size: 1em;
    line-height: 1.3em;
    padding: 8px;
}
.newsitem {
    border-bottom: 1px dotted #ccc;
    padding: 0 0 10px 0;
    margin: 5px 0 10px 0;
    clear: both;
}
.newsitem img {
    display: inline-block;
    width: 40%;
    vertical-align: top;
}
.newsitem a img {
    border: none;
}
.newsEventsLink {
    display: inline-block;
    width: 55%;
}
.newsEventsLink a {
    font-weight: 500 !important;
    color: #0072ce !important;
    text-decoration: none;
    font-size: 1em;
}
/* ==========================================================================
   FOOTER
   ========================================================================== */

#footer-inner {
    background-color: white;
    padding: 20px;
}
#footer-inner h2 {
    color: #0072ce;
    padding: 0 0 12px 0;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
}
#footer-inner ul {
    margin: 0;
    padding: 0;
}
#footer-inner ul li {
    list-style: none;
    color: #333;
    line-height: 1.6em;
    background: url(/PublishingImages/blue-arrow.png) no-repeat left 4px! important;
    padding-left: 15px;
}
#footer-inner a {
    color: #333;
    text-decoration: none;
}
.footer-bottom {
    padding: 10px;
}
/* reset CSS jquery UI in footer */

#footer-inner .ui-widget {
    font-family: inherit;
    font-size: inherit;
}
#footer-inner .ui-accordion-header-icon {
    display: none;
}
#footer-inner .ui-helper-reset {
    margin: 0 0 5px 0;
    padding: 5px;
}
#footer-inner .ui-state-default {
    border: 0;
    background: none;
}
/* ==========================================================================
   Media Query
   ========================================================================== */

/* par defaut on cache le slider et les news de la sidebar */

.content-right .featured,
.content-right .home-news {
    display: none;
}
/* Ajustement du logo pour les ecrans entre 640px et 840px */

@media only screen and (min-width: 40.063em) and (max-width: 840px) {
    .eca-logo {
        width: 60px;
    }
    #bigLogo img {
        /* width:130px; */
        /* max-height:40px; */
        margin: 10px 0 0 0;
    }
    #header-inner h1,
    #header-inner .title {
        font-size: 1.4em;
        margin: 15px 0 0 10px;
    }
    #header-inner h2,
    #header-inner .slogan {
        font-size: 1.2em;
        line-height: 1.2em;
        margin: 0 0 5px 10px;
    }
    .search-box {width: 100%;}
    .search-box input#keywords_top {
        width: 78%!important;
    }
}
/* On affiche le sous menu de la navigation principale (header) au rollover (par defaut au clic via JS pour la version mobile) */

@media only screen and (min-width: 40.063em) {
    nav > div > ul > li ul {
        display: inherit;
        z-index: 5;
        visibility:hidden;
    }
    /* on affiche le sous menu actif */
    nav > div > ul > li.current ul {
        display: block;
        visibility: visible!important;
    }
}
/* style pour les ecrans inf. a 640px */

@media only screen and (max-width: 40em) {
    /* header */
    #bigLogo {
        display: none;
    }
    #smallLogo {
        display: block;
        float: left;
    }
    #header-top-inner {
        display: none;
    }
    #header-container {
        -webkit-box-shadow: 1px 1px 1px rgba(42, 30, 8, .27);
        -moz-box-shadow: 1px 1px 1px rgba(42, 30, 8, .27);
        box-shadow: 1px 1px 1px rgba(42, 30, 8, .27);
        position: fixed;
        z-index: 5;
        width: 100%;
    }
    #header-inner h1,
    #header-inner .title {
        font-size: 1em;
        margin: 3px 0 0 3px;
    }
    #header-inner h2,
    #header-inner .slogan {
        font-size: 1em;
        margin: 0 0 3px 3px;
    }
    .eca-logo {
        background: url(/PublishingImages/ECA-logo.svg) no-repeat center;
        background-size: contain;
        width: 30px;
        height: 30px;
        margin-left: -8px;
        margin-right: 5px;
    }
    .search-box {
        display: none;
    }
    /* Header nav mobile */
    .mobile-nav-header {
        display: block;
    }
    /* alignement et largeur de la boite de langue de le menu mobile */
    .mobile-nav-header .language-selection {
        text-align: center;
    }
    .mobile-nav-header .language-selection select {
        width: 70%;
    }
    /* END Header nav mobile */
    /*.bg-nav {
        display:none;
    }*/
    .header-bottom {
        display: none;
    }
    /* sidebar right */
    .infos-box {
        display: none;
    }
    .follow-box {
        display: none;
    }
    .links-box {
        display: none;
    }
    .press-box {
        display: none;
    }
    /* content */
    .content-left {
        margin: 10px 0 10px 0;
    }
    /* Hide featured and home-news from content left (and show them from                sidebar version) */
    .content-left .featured,
    .content-left .home-news {
        display: none;
    }
    /* on affiche le slider et les news de la sidebar */
    .content-right .featured,
    .content-right .home-news {
        display: block;
    }
    .content-right .featured {
        margin-top: 60px;
    }
    /* for version with no duplicate content in sidebar */
    .home-top-content .featured  {
        margin-top:70px;
    }
    /* decalage avec le header*/
    .content-main {
        margin-top: 60px;
    }
    /* annulation du decalage pour la home page*/
    .content-main.content-main-homepage {
        margin-top: -10px;
    }
    .breadcrumb {
        display: none;
    }
    .printbox {
        display: none;
    }
    /* news ticker homepage */
    .home-announcement {
        float: none;
        color: #fff;
        width: 100%;
        box-sizing: border-box;
        height: 25px;
        background-color: #a43244;
        background: #a43244;
        font-size: 1.2em;
        margin: 0;
        padding: 5px;
    }
    .home-news {
        border-radius: 0px;
        margin-top: 10px;
    }
    /* footer */
    .footer-bottom img {
        display: block;
        margin: auto;
        padding-bottom: 8px;
    }
    #footer-inner h2 {
        -webkit-box-shadow: 0 2px 2px rgba(33, 30, 27, .1);
        -moz-box-shadow: 0 2px 2px rgba(33, 30, 27, .1);
        box-shadow: 0 2px 2px rgba(33, 30, 27, .1);
        border: solid 1px #eee;
        padding: 5px 5px 5px 15px;
        margin: 5px;
        background: url(/PublishingImages/arrow-down_new.png) no-repeat right;
    }
    /* slider homepage */
    .featured ul.ui-tabs-nav {
        padding-left: 0;
        right: 0;
        z-index: 2;
        width: 80px;
    }
    .featured .nb {
        display: block!important;
        font-size: 1.2em;
        padding-left: 22px!important;
    }
    .featured .ui-tabs-panel {
        width: 100%;
        padding-right: 80px;
        height: 200px;
    }
    .featured .ui-tabs-panel .info {
        padding-right: 80px;
        height: 80px;
    }
    .featured .info p {
        margin: 0;
        padding: 8px;
        font-size: 1.1em;
        font-weight: bold;
        line-height: 1.1em;
        color: #f0f0f0;
    }
    .featured .txt {
        display: none!important;
    }
    .featured {
        height: 200px;
    }
    .featured ul.ui-tabs-nav {
        height: 200px;
    }
    .featured li.ui-tabs-nav-item a {
        height: 50px;
    }
    /* hide the right column in mobile */
    .rightColumn_internal {
        display: none;
    }
    /* news image not display */
    .publication2 .image,
    .publication2 .image-doc,
    .publication2 .image-doc-new{
        width: 30%!important;
    }
    .publication2 .content {
        padding-left: 39%!important;
    }
}
/* Images pour ecrans haute resolution */

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
/* Retina-specific stuff here */
}
/* ==========================================================================
   Media Query for Print version
   ========================================================================== */
@media print {

    #rightColumnMP, #footer-inner,#header-top,.header-bottom, .bg-nav, .search-box{
        display: none;
    }
}
/****************************/

/* Organization Chart START */

.OrgChart {
    margin:25px auto;
}
.OrgChart_Main_Img {
    width: 100%;
    margin: 30px auto;
    display: inline-block;
    text-align: center;
}
.OrgChart_Main_Img > div {
    border: 1px solid #eee !important;
    padding: 20px !important;
    border-radius: 5px;
    width: 160px;
    height: 137px;
    vertical-align: middle;
    float: left;
    margin: 8px;
    cursor: pointer;
    position: relative;
}
.OrgChart_Main_Img > div > div {
    bottom: 5px;
    text-align: center;
    position: absolute;
    text-decoration: underline;
    font-size: 1.1em !important;
    left: 0px;
    width: 190px;
}
.OrgChart_Main_Img span {
    text-align: center;
}
.OrgChar_Main_div {
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}
.OrgChart_Person,
.OrgChart_PrivateOffice {
    clear: both;
    background: #eee;
    margin: 0px 5px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    line-height: 19px;
    display: -moz-inline-stack;
    display: inline-block;
    overflow: hidden;
    width: 200px;
    text-align: center;
}
OrgChart_Person {
    margin: 5px;
    float: none!important;
}
.OrgChart_PersonDocs {
    font-size: 0.7em;
    margin: 0 5px;
    height: 16px;
}
.OrgChart_PersonImg {
    max-width: 75px;
    padding-right: 3px;
}
.OrgChart_Person_Title {
    font-weight: 700;
    padding: 2px;
    clear: both;
}
.OrgChart_Person div {
    float: left;
}
.OrgChart_Person_Info {
    width: 110px;
    margin: 0 auto;
}
.OrgChart_Down,
.OrgChart_Up {
    height: 18px;
    vertical-align: middle;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    margin: 0px auto;
    line-height: 25px;
    cursor: pointer;
    clear: both;
}
.OrgChart_Down {
    background: #fbfbfb url("/PublishingImages/br_down.png") no-repeat scroll center center;
}
.OrgChart_Up {
    margin-bottom: 3px;
    background: #fbfbfb url("/PublishingImages/br_up.png") no-repeat scroll center center;
}
.OrgChart_Down:hover,
.OrgChart_Up:hover {
    background-color: #fcfcfc;
}
.OrgChart_MinusOneLevel,
.OrgChart_ZeroLevel,
.OrgChart_PrivateOffice_main,
.OrgChart_FirstLevel,
.OrgChart_SecondLevel,
.OrgChart_DirectReport_main {
    display: inline-block;
    clear: both;
    width: 100%;
    vertical-align: middle;
    padding-bottom: 4px;
}
.OrgChart_MinusOneLevel > div,
.OrgChart_ZeroLevel > div {
    width: 100%;
}
.OrgChart_FirstLevel > div {
    width: 210px;
    display: inline-block;
    vertical-align: top;
}
.OrgChart_SecondLevel > div {
    width: 150px;
    display: inline-block;
    vertical-align: top;
}
.OrgChart_SecondLevel .OrgChart_Person,
.OrgChart_SecondLevel .OrgChart_Person_Info {
    width: 130px;
}
.OrgChart_Person_Img > img {
    max-height: 76px;
    max-width: 64px;
}
.OrgChart_SecondLevel > div img {
    display: none;
}
.OrgChart_PrivateOffice {
    display: none;
    padding: 2px;
    vertical-align: top;
    margin-top: 5px;
    width: 110px;
    font-size: 0.70em !important;
    background-color: #f8f8f8;
    border-color: #f0f0f0;
}
.OrgChart_DirectReport {
    padding: 2px;
    vertical-align: top;
    margin-top: 5px;
    width: 118px;
    font-size: 0.86em !important;
    background-color: #f0f0f0;
    border-color: #e0e0e0;
    margin: 4px auto;
}
.OrgChart_DirectReport_main {} .OrgChartPhoneImg {
    vertical-align: text-top;
    display: inline-block !important;
}
.OrgChart_DirectReport .OrgChartPhoneImg {
    width: 10px;
}
.OrgChart_Administrator {
    margin-left: 30px;
    width: 100px;
}
OrgChar_Main_div {
    margin: auto;
    text-align: center;
    white-space: nowrap;
}
/* Organization Chart END
*****************************/

/********************* formulaire elements *****************/

select {
    min-width: 148px;
    height: 30px;
    font-size: 11px;
    background-color: #fff;
    border: 1px solid #cccccc !important;
    padding: 5px;
    font-size: 12px !important;
    font-family: inherit!important;
    color: #333 !important;
}
.ms-dttimeinput select {
    width: 50px;
    min-width: 50px;
}
.language-selection select {
    width: 148px;
    height: 21px;
    padding: 0 4px 0 4px;
    font-size: 11px;
    background-color: #fff;
    border: 1px solid #cccccc !important;
    font-size: 12px !important;
    font-family: inherit !important;
    color: #333 !important;
}
input[type=text] {
    font-size: 1.1em;
    vertical-align: top;
    background-color: #fff;
    height: 20px;
    padding: 5px;
    border: 1px solid #cccccc !important;
    font-size: 12px !important;
    font-family: inherit !important;
    color: #333 !important;
}
/********************* checkbox *****************/

/*input[type=checkbox] {
        display:none;
}*/

input[type=checkbox] + label.label-checkbox {
    padding: 0 3px 0 25px;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    margin-top: 3px;
    background-repeat: no-repeat;
    background-position: 2px 0;
    vertical-align: middle;
    cursor: pointer;
    background-image: url('/PublishingImages/checkbox.png');
}
input[type=checkbox]:checked + label.label-checkbox {
    background-position: 2px -16px;
}
/********************* radio button *****************/

/*input[type=radio] {
        display:none;
}*/

input[type=radio] + label.label-radio {
    padding: 0 3px 0 25px;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    margin-top: 3px;
    background-repeat: no-repeat;
    background-position: 2px 0;
    vertical-align: middle;
    cursor: pointer;
    background-image: url('/PublishingImages/radiobutton.png');
}
input[type=radio]:checked + label.label-radio {
    background-position: 2px -16px;
}
/********************* Box styles *****************/

.box1,
.fieldset {
    padding: 0 10px 10px 10px;
    background-color: #f2f1f1;
    margin: 10px 0 10px 0;
    float: left;
    width: 98%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    z-index: -50;
}
.box1 .title,
.legend {
    font-family: inherit, sans-serif;
    font-size: 12px;
    text-align: left;
    padding: 8px 5px 8px 5px;
    color: #0072ce;
    font-weight: bold;
    text-transform: uppercase;
}
.includewords input[type=text],
.fieldset input[type=text] {
    height: 30px;
    padding: 0 0 0 5px;
    min-width: 80px;
    margin-bottom: 5px;
}
.fieldset label {
    font-size: 12px;
    color: #666;
    font-weight: bold;
    /*padding-top: 10px;*/
    line-height: 2em;
    display: inline;
    margin-right: 20px;
}
.legend label {
    color:#0072ce;
}
.fieldset input[type=radio] {
    margin-top: -3px;
}
.ms-dtinput a {
    display: block;
    min-width: 20px;
}
/*date picker */

input.reset {
    height: 30px;
    background: #0072ce;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    border: none;
    font-family: Arial;
    margin: 10px 0 8px 0;
}
input.search {
    height: 30px;
    background: #0072ce;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    border: none;
    font-family: Arial;
    margin: 10px 0 8px 0;
}
.fieldset table tr {
    width: 50%;
    float: left;
}
.box1 .title a {
    color: #9d2235;
}
.box2 {
    padding: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    border: solid 1px #d7d7d7;
    margin: 10px 0 10px 0;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    position: relative;
}
.box2 .title {
    font-family: inherit;
    font-size: 1.5em;
    color: #9d2235;
    text-align: center;
    padding: 8px 5px 8px 5px;
    margin-bottom: 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #f1f1f1;
    -webkit-box-shadow: 0 2px 2px #dbdbdb;
    -moz-box-shadow: 0 2px 2px #dbdbdb;
    box-shadow: 0 2px 2px #dbdbdb;
}
.box2 .title a {
    color: #9d2235;
}
.publication2 {
    padding: 10px 10px 15px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px #eeeeee;
    margin: 10px 0 15px 0;
    float: left;
    width: 97%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    position: relative;
}
.publication2 .content h2, .publication2 .content .title {
    margin: 5px 0 5px 0;
}
.publication2 .content h2, .publication2 .content h3, .publication2 .content .title {
    color: #62666a !important;
    font-size: 12px;
    font-weight: bold;
}
.publication2 .content h2 a, .publication2 .content .title a {
    margin: 0;
    color: #0072ce !important;
    padding: 0;
    font-size: 13px;
    font-weight: bold;
}
.publication2 .content .title a[href $='.PDF']:after, .publication2 .content .title a[href $='.pdf']:after,
.publication2 .content h2 a[href $='.PDF']:after, .publication2 .content h2 a[href $='.pdf']:after,
.link-item a[href $='.PDF']:after, .link-item a[href $='.pdf']:after {
    content: " [PDF]";
    font-size: 0.8em;
}
.publication2 .content .title a[href $='.XLS']:after, .publication2 .content .title a[href $='.xls']:after,
.publication2 .content h2 a[href $='.XLS']:after, .publication2 .content h2 a[href $='.xls']:after,
.link-item a[href $='.XLS']:after, .link-item a[href $='.xls']:after {
    content: " [XLS]";
    font-size: 0.8em;
}
.publication2 .content .title a[href $='.DOC']:after, .publication2 .content .title a[href $='.doc']:after,
.publication2 .content h2 a[href $='.DOC']:after, .publication2 .content h2 a[href $='.doc']:after,
.link-item a[href $='.DOC']:after, .link-item a[href $='.doc']:after {
    content: " [DOC]";
    font-size: 0.8em;
}
.publication2 .content .title a[href $='.PPT']:after, .publication2 .content .title a[href $='.ppt']:after,
.publication2 .content h2 a[href $='.PPT']:after, .publication2 .content h2 a[href $='.ppt']:after,
.link-item a[href $='.PPT']:after, .link-item a[href $='.ppt']:after {
    content: " [PPT]";
    font-size: 0.8em;
}
.publication2 .image,
.publication2 .image-doc {
    width: 20%;
    height: 100%;
    min-height: 100px;
    float: left;
    padding: 5px;
}
.publication2 .image-doc-new
{
    width: 20%;
    height: 100%;
    min-height: 100px;
    float: left;
}
.publication2 .image-doc {
    text-align: center;
    background: #f1f1f1 url(/PublishingImages/img-doc.png) no-repeat center center;
    background-size: 35%;
}

.publication2 .image-doc-new {
    text-align: center;
}
.publication2 .image img {
    max-width: 180px;
    width: 100%;
    height: auto;
    margin: auto;
    border: 1px solid #a6a7a9;
    padding: 2px;
}
.publication2 .image-doc img {
    max-width: 130px;
    height: auto;
    margin: auto;
    border: 0;
    padding: 2px;
}
/* use in Journal page */
.publication2 .image-doc-new img
{
    max-width: 110px;
    height: auto;
    margin: auto;
    border: 0;
    width: 100%;
}

.publication2 hr {
    clear: none;
}
.publication2 .content {
    padding-left: 23%;
}
.publication2 .date {
    color: #666666;
    font-size: 11px;
}
.publication2 .content-text {
    font-size: 12px!important;
    line-height: 1.3em!important;
    padding: 5px 0;
    line-height: 20px;
    overflow-x: hidden;
}
.publication2 .content-text table {
    width: auto!important;
    height: auto!important;
}
.publication2 .content-text img {
    padding: 3px;
}
.publication2 .more {
    width: auto;
    position: absolute;
    bottom: -12px;
    right: 5px;
    background-color: #f1f1f1;
}
.publication2 .moreLangRolUp {
    width: auto;
    float: left;
    position: relative;
    margin-top: 1px;
}
.publication2 .lanimg {
    float: left;
    padding: 0 5px 0 0;
}
.publication2 .moreLangRolUp .hidden {
    position: absolute;
    top: -2px;
    right: -22px;
}
.browsePublicationDisclaimer {
    margin: 10px 0;
    padding: 10px 5px;
    border-top: 1px dotted #ccc
}
.moreLangRolUp {
    padding: 2px;
}
.no-image {
    border: 0!important;
}
.more {
    float: left;
    font-size: 0.9em;
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fcfcfc;
    -webkit-box-shadow: 0 2px 2px #dbdbdb;
    -moz-box-shadow: 0 2px 2px #dbdbdb;
    box-shadow: 0 2px 2px #dbdbdb;
    padding: 5px 10px 5px 10px;
}
.more img {
    vertical-align: bottom;
}
.success {
    color: Green;
}
.error {
    border-color: red;
    color: Red;
}
.errorBorder, input.errorBorder {
    border: 1px solid red !important;
}
.fieldset .formErrorMsg {
    display:none;
}
.fieldset .formErrorMsg.visible {
    display:block;
}
/********************* formulaire elements END *****************/

.pagination {
    text-align: center;
    font-size: 0.9em;
    float: left;
    width: 100%;
    margin: 20px 0 10px 0;
}
.prev_nav {
    background: url(/PublishingImages/prev.png) no-repeat center 0px !important;
    border: 0px!important;
    padding: 0!important;
    margin: 0!important;
    width: 25px;
    height: 23px;
    border: 0px;
    border-style: none;
    vertical-align: top;
    float: left;
}
.prev_nav:hover {
    background: url(/PublishingImages/prev.png) no-repeat center -23px !important;
}
.next_nav {
    background: url(/PublishingImages/next.png) no-repeat center 0px !important;
    border: 0px!important;
    padding: 0!important;
    margin: 0!important;
    width: 25px;
    height: 23px;
    border: 0px;
    border-style: none;
    vertical-align: top;
    float: right;
}
.next_nav:hover {
    background: url(/PublishingImages/next.png) no-repeat center -23px !important;
}
.full-width {
    clear: both;
    width: 100%;
    min-width: 960px;
}
.broseHomePageLines {
    padding: 4px 0;
}
.newsitem {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}
.newsEventsLink a {
    font-weight: 500 !important;
    color: #0072ce !important;
    float: left;
    display: block;
    width: auto;
}
/********************* Style Sitemap *****************/

ul.sitemap {
    list-style-type: none;
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
}
ul.sitemap .leftsitemap {
    width: 48%;
    float: left;
    padding: 0;
    margin: 0;
}
ul.sitemap .rightsitemap {
    width: 48%;
    float: left;
    padding: 0;
    margin: 0;
}
ul.sitemap ul {
    padding: 0 !important;
    margin: 0 !important;
}
ul.sitemap ul li {
    padding: 0 0 0 12px;
    background: url('/PublishingImages/blue-arrow.png') no-repeat 0 3px;
}
ul.sitemap ul li a {
    font-weight: normal;
}
ul.sitemap ul li a:hover {
    font-weight: normal;
    text-decoration: underline !important;
}
ul.sitemap li a,
ul.sitemap span li a {
    font-weight: bold;
    text-transform: uppercase;
    color: #0072ce !important;
    text-decoration: underline !important;
    padding: 0 !important;
    font-size: 12px;
}
ul.sitemap>li a:hover {
    color: #0072ce;
}
ul.sitemap li {
    list-style-type: none;
    padding: 5px 0 0 0;
}
ul.sitemap li span {
    text-transform: uppercase;
    color: #0072ce;
    display: block;
    padding: 15px 0;
    font-size: 12px;
    font-weight: bold;
}
ul.sitemap ul li a {
    color: #333 !important;
    font-size: 12px;
    text-decoration: none !important;
    text-transform: none;
}
ul.sitemap ul li a:hover {
    text-decoration: underline;
}
/*========================================================================

Landing page document/news
+
multi Languages box

======================================================================= */
/* zone titre before download button */
.title_download {
        display:inline-block;
        vertical-align:middle;
        /*color: #62666a;*/
        color:#000;
        font-weight:bold;
}

.langIcon {
        display:inline-block;
        margin:0 1px 3px 1px;
}
.langIcon img{
        vertical-align:bottom;
}
ul.langIcon li{
        display:inline-block;
}
/* collapse/expand*/
.content_expand{
        display:none;
        padding:5px 0;
}
.heading_expand{
	padding:2px 0;
}
.heading_expand a:before {
	content:'';
	border-left: 4px solid;
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	border-right: 0;
	display: inline-block;
	height: 0;
	margin: 0 4px;
	vertical-align: middle;
	width: 0;
}
.heading_expand.active a:before {
	content:'';
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid;
	border-bottom: 0;
	display: inline-block;
	height: 0;
	margin: 0 4px;
	vertical-align: middle;
	width: 0;
}
/* ==========================================================================
   Tab composant (Tabs = normal, Tabs-fix = fictif)
   ========================================================================== */
.tabs, .tabs-fix {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	/*padding: .2em;*/
}
.tabs .ui-tabs-nav,
.tabs-fix ul{
	margin: 0;
	padding:0;
    padding: 5px 0 0 5px;
    background-color: #eee;
    margin-bottom: -1px;
}
.tabs .ui-tabs-nav li,
.tabs-fix ul li{
	list-style: none;
	display: table-cell;
    border-right: 5px solid #eee;
	padding: 8px 15px;
	white-space: nowrap;
    color: #fff;
    font-size: 14px;
    background-color: #0072ce;
}
/* version small 2 lines (ex procurement page) */
.tabs.small .ui-tabs-nav li a,
.tabs-fix.small ul li a{
    display: block;
    font-size: 11px;
    padding-right: 15px;
    line-height: 1.1em;
    white-space: normal;
	position:relative;
}

/* nb box in tab */
.tabs .ui-tabs-nav li .nb {
	display: inline-block;
    position: absolute;
    top:10%;
    right: -5px;
	padding: 3px;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    background-color: #eee;
}
.tabs .ui-tabs-nav li.ui-tabs-active,
.tabs-fix li.active{
    background-color: #fff;
}
.tabs .ui-tabs-nav li.ui-tabs-active a,
.tabs-fix li.active a,
.tabs-fix li.active a:hover {
    color: #333;
}
.tabs-fix li.active a{
    color: #333!important;
}
.tabs .ui-tabs-nav li.ui-state-focus a,
.tabs-fix li a{
	text-decoration: none!important;
}
.tabs .ui-tabs-nav li a,
.tabs-fix li a,
.tabs-fix li a:hover,
.tabs-fix li a:focus,
.tabs-fix li a:visited{
    color: #fff;
    text-decoration: none!important;
}

.tabs-fix li a
{
    color: #fff!important;
}

.tabs .ui-tabs-panel,
.tabs-fix .tab-panel{
	display: block;
    padding: 5px;
    border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
/* gestion tabs version mobile réduite (mobile normal = 40em) */
@media only screen and (max-width: 30em) {
    .tabs .ui-tabs-nav li,
    .tabs-fix ul li{
        display: block;
        border-bottom: 1px solid #fff;
    }
    .tabs .ui-tabs-nav li .nb,
    .tabs-fix ul li .nb{
        top:-2px;
    }
}
/* ==========================================================================
   Box publication
   ========================================================================== */
.row.publication {
    margin: 5px 0;
    border: 1px solid #eee;
    font-size:10px;
    line-height: 1.2em;
}
.row.publication .title {
    font-size: 1.2em;
    font-weight: bold;
}
.row.publication .subtitle {
    font-style: italic;
}
.publication .image-doc {
    background: url(../img/img-doc.png) no-repeat center center #f1f1f1;
    background-size:30%;
    width:100%;
    min-height: 100px;
}
/* ==========================================================================
   Style for table element
   ========================================================================== */
table.table-style td {
    width: auto;
}
table.table-style {
    border: 1px solid #eee;
}
table.table-style tr.header td, table.table-style thead td{
    font-weight: bold;
    background-color: #eee;
    padding: 5px;
    font-size: 12px;
}
table.table-style tr:nth-child(2n) {
    background-color: #f5f5f5;
}
table.table-style td {
    padding: 5px;
    font-size: 11px;
}
/* ==========================================================================
   Collapse/Expand element
   ========================================================================== */
.accordion {
    border:1px solid #eee;
    padding: 10px;
    margin: .8em 0;
    box-shadow: 0px 1px 1px 0px #eeeeee ;
}
.accordion .heading_expand {
    color: #9d2135 !important;
    font-size: 12pt;
    padding-left: 20px;
    line-height: 1.3em;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    position: relative;
    cursor: pointer;
	text-decoration:none!important;
}
.accordion .heading_expand:before {
    content: '';
    border-right: 0;
    border-left: 7px solid currentColor;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    position: absolute;
    display: block;
    height: 0;
    vertical-align: middle;
    width: 0px;
    top:5px;
    left: 0;
}
.accordion .heading_expand.active:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid currentColor;
    border-bottom: 0;
    position: absolute;
    display: block;
    height: 0;
    vertical-align: middle;
    width: 0px;
    top:5px;
    left: 0;
}
/*========================================================================

Search highlight box and search page results

======================================================================= */
.srch-highlight {
    padding: 5px;
    margin: 0px 0 20px 0;
    width: 100%;
    position: relative;
    min-height: 118px;
    background-color: #fff;
    border:4px solid #eee;
    -webkit-box-shadow: 2px 3px 3px rgba(0,0,0,.15);
    -moz-box-shadow: 2px 3px 3px rgba(0,0,0,.15);
    box-shadow: 2px 3px 3px rgba(0,0,0,.15);
}
.srch-highlight .content{
    padding: 5px;
    display: table-cell;
}
.srch-highlight .content small{
    color:#666;
    font-size: 0.9em;
    margin-left: 2px;
}
.srch-highlight .image {
    display: table-cell;
    float:left;
    width: auto;
    max-width: 30%;
    max-height: 100px;
    margin: 0px 5px 0px 0px;
}
.srch-highlight .image img {
    max-height: 100px;
}
.srch-highlight .title a{
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}
.srch-Title2 a:link, .srch-Title2 a:visited, .srch-Title2 a:hover{
    text-decoration: none!important;
    font-weight: bold;
    font-size: 14px;
    font-family: inherit;
}
.srch-results{
    font-family: inherit;
    margin-left:-10px;
    margin-top:10px;
    font-size:11px;
}
.srch-URL2 {
    color: #A5A5A5 !important;
    font-style: italic;
    word-break:normal;
word-wrap: break-word;
}
/* Page results */
/* Col left (filter) */
.ms-searchref-main {
    width: 100%;
    height: 100%;
    font-size:0.9em;
    font-family: inherit;
    padding: 7px 0 5px;
    margin: 0;
    background-color: #fcfcfc;
    border-right: 1px solid #dbddde;
    border-bottom: 1px solid #dbddde;
    background-image: none;
    background-repeat: repeat-y;
    background-position: right;
}
 @media only screen and (max-width: 64.063em) {
    .srch-results {
        margin-left:0;
    }
}
/* ==========================================================================
    Pager Search pager ========================================================================== */
.page-numbers {
        border: 01px solid #CCC;
        color: #808185;
        display: block;
        float: left;
        font-size: 9pt;
        margin-right: 3px;
        padding: 4px 4px 3px;
        text-decoration: none;
}
.page-numbers:hover,
.page-numbers:link:hover {
        background-color: #0072ce;
        border: 01px solid #0072ce;
        color:#fff;
        font-weight: bold;
        text-decoration:none;
}

.page-numbers.current,
.page-numbers:link.current {
        background-color: rgb(87, 166, 230);
        border: 01px solid rgb(87, 166, 230);
        color:#fff;
        font-weight: bold;
        text-decoration:none;
}

.page-numbers.next, .page-numbers.prev {
        border: 1px solid white;
        font-size: 12pt;
}
   
/* ==========================================================================
    Organisation Chart
   ========================================================================== */
    ul.organisation-cart  {
        margin: 10px 0 0 0;
        display: block;
        padding: 0;
        border-bottom: 3px solid #84bd00;
    }
    ul.organisation-cart li:before {
        display: none;
    }
    ul.organisation-cart .person  {
       position: relative;
    }
    ul.organisation-cart .person.heading-person  {
       margin-left: 33.33%;
    }
    ul.organisation-cart .organisation  {
       position: relative;
       margin-bottom:15px;
        text-align: center;
        float: none;
        width: 32.3%;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }
    ul.organisation-cart .organisation a {
       margin-top:5px;
       display:block;
       padding:5px;
       border:1px solid #F2F2F2;
       text-decoration: none;
        transition: all ease 0.2s;
        min-height: 150px;
    }
    ul.organisation-cart .organisation a:hover,
    ul.organisation-cart .organisation a:focus{
        border:1px solid #d5d900;
    }
    ul.organisation-cart .organisation a:hover .title,
    ul.organisation-cart .organisation a:focus .title{
        background-color: #d5d900;
        color: #055731;
    }
    ul.organisation-cart .organisation img {
       margin-top:5px; 
    }
    ul.organisation-cart .organisation .title {
        font-weight: 600;
        display: block;
        color: #056731;
        background-color: rgba(213, 217, 0, 0.23);;
        border-bottom: 1px solid #eee;
        font-size: 15px;
        padding: 5px;
    }
    ul.organisation-cart .organisation.color1  {
           width: 100%;
        }
    ul.organisation-cart .organisation.color1 a {
              min-height: 0px;
        }
ul.organisation-cart .organisation.color1 .title  {
            color: #055731;
           background-color: #d5d900;
        }

    ul.organisation-cart .organisation .caption {
        display: block;
        padding: 5px;
        text-decoration: none!important;
        color: #444444;
        margin-top:5px; 
        font-size: 12px;
        line-height: 1.4em;
    }
ul.organisation-cart .organisation.color1 .caption  {
            padding: 10px;
        }
    .organisation-cart .desc {
        margin-top: 5px;
        position: relative;
        display: block;
        min-height: 46px;
        margin-right: 38px;
    }
    .organisation-cart .name {
        font-size: 14px;
        color: #444444;
        font-weight: 500;
        word-break:normal;
    }
    .organisation-cart .status {
        font-size: 12px;
        color: #84bd00;
    }
    .organisation-cart .desc-niv2  {
        margin-top: 5px;
        position: relative;
        display: block;
        margin-right: 38px;
    }
    .organisation-cart .desc-niv2 .name{
        font-size: 11px;
        line-height: 1.2em;
        font-weight: normal;
    }
    .organisation-cart .desc-niv2  .status, .organisation-cart .desc-niv2 .country, .organisation-cart .desc-niv2 .tel {
        font-size: 10px;
        line-height: 1.2em;
    }
    .organisation-cart .country, .organisation-cart .desc .tel {
        font-size: 11px;
    }
    .organisation-cart .desc .chamber {
        font-size: 11px;
        display: block;
        line-height: 11px;
    }
    .organisation-cart .desc .more {
        float: none;
        display: block !important;
        width: 30px;
        height: 24px;
        position: absolute;
        top:0;
        right: -38px;
        cursor: pointer;
        margin: 0;
        padding: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        background: url(/PublishingImages/btn-orgchart.png) 1px -2px #0072bc;
        -webkit-box-shadow: 0 0px 0px #dbdbdb;
        -moz-box-shadow: 0 0px 0px #dbdbdb;
        box-shadow: 0 0px 0px #dbdbdb;
    }
    .organisation-cart .desc .more.active {
        background: url(/PublishingImages/btn-orgchart.png) 0px -30px #0072bc;
    }
    .organisation-cart .infos {
        width: 100%;
        padding: 5px;
        height: auto;
        min-height: 100%;
        position: absolute;
        z-index: 5;
        display: none;
        top:0;
        left: 0;
        background-color: #eee;
        -webkit-box-shadow: 2px 3px 3px rgba(0,0,0,.15);
        -moz-box-shadow: 2px 3px 3px rgba(0,0,0,.15);
        box-shadow: 2px 3px 3px rgba(0,0,0,.15);
    }
    .organisation-cart .infos .docs{
        margin-top: 4px;
    }
    .organisation-cart .infos .docs a{
        display: block;
    }
    .organisation-cart .infos .arrow {
        width: 8px;
        height: 19px;
        position: absolute;
        top:3px;
        right: -8px;
        background: url(/PublishingImages/arrow-box-orgchart.png) 0px 0px;

    }
    .organisation-cart .desc .down {
        display: block;
        width: 30px;
        height: 18px;
        position: absolute;
        bottom:0;
        right: -38px;
        cursor: pointer;
        background: url(/PublishingImages/btn-orgchart.png) 0px -57px #84bd00;
    }
    .organisation-cart .desc .down.active {
        background: url(/PublishingImages/btn-orgchart.png) 0px -75px #84bd00;
    }
    .organisation-cart .second-level {
        display: block;
        display: none;
        padding: 8px;
        width: 90%;
        height: auto;
        position: absolute;
        z-index: 5;
        top:93%;
        background-color: #eee;
        -webkit-box-shadow: 2px 3px 3px rgba(0,0,0,.15);
        -moz-box-shadow: 2px 3px 3px rgba(0,0,0,.15);
        box-shadow: 2px 3px 3px rgba(0,0,0,.15);
    }
    .organisation-cart .second-level .arrow {
        width: 19px;
        height: 8px;
        position: absolute;
        top:-8px;
        right: 5px;
        background: url(/PublishingImages/arrow-box-orgchart2.png) 0px 1px;

    }
    .organisation-cart .second-level .name {
        margin-top: 5px;

    }
    @media only screen and (max-width: 40em) {
        .organisation-cart .empty {
            display: none;
        }
        ul.organisation-cart .person.heading-person  {
            margin-left: 25%;
        }
        ul.organisation-cart .organisation {
            width: 48%;
        }
    }

/*********************************************************************************************

Photographic Library

*********************************************************************************************/

/*----------------------------
        Thumbnails
-----------------------------*/

.thumbs {
    width: 100%;
    margin: 10px auto 35px;
    text-align: center;
}
.thumbs a {
    width: 150px;
    height: 150px;
    display: inline-block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    margin: 15px 15px 40px;
    position: relative;
    text-decoration: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    font-size:0;
}
.thumbs a:after {
    color: #333333;
    font-size: 0.9em;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fcfcfc;
    -webkit-box-shadow: 0 2px 2px #dbdbdb;
    -moz-box-shadow: 0 2px 2px #dbdbdb;
    box-shadow: 0 2px 2px #dbdbdb;
    bottom: -156px;
    content: attr(title);
    display: inline-block;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    /* pour Opera 9 */
    padding: 2px 10px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    font-size: 10px;
}
/* The gallery overlay */

#galleryOverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 100000;
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    display: none;
    -moz-transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
/* This class will trigger the animation */

#galleryOverlay.visible {
    opacity: 1;
}
#gallerySlider {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    -moz-transition: left 0.4s ease;
    -webkit-transition: left 0.4s ease;
    transition: left 0.4s ease;
}
#gallerySlider .placeholder {
    background: url("/PublishingImages/preloader.gif") no-repeat center center;
    height: 100%;
    line-height: 1px;
    text-align: center;
    width: 100%;
    display: inline-block;
}
/* The before element moves the
 * image halfway from the top */

#gallerySlider .placeholder:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}
#gallerySlider .placeholder img {
    display: inline-block;
    max-height: 90%;
    max-width: 90%;
    width: auto;
    vertical-align: middle;
}
#gallerySlider .placeholder .credits {
    color: #fff;
    font-size: 0.9em;
    width: 100%;
    box-sizing: border-box;
    margin: auto;
    height: auto;
    position: absolute;
    display: block;
    bottom: 0;
    padding: 8px 18px 15px 18px;
    line-height: 1.2em;
    background-color: #000;
    text-align: center;
    white-space: normal;
}
#gallerySlider.rightSpring {
    -moz-animation: rightSpring 0.3s;
    -webkit-animation: rightSpring 0.3s;
}
#gallerySlider.leftSpring {
    -moz-animation: leftSpring 0.3s;
    -webkit-animation: leftSpring 0.3s;
}
/* Firefox Keyframe Animations */

@-moz-keyframes rightSpring {
    0% {
        margin-left: 0px;
    }
    50% {
        margin-left: -30px;
    }
    100% {
        margin-left: 0px;
    }
}
@-moz-keyframes leftSpring {
    0% {
        margin-left: 0px;
    }
    50% {
        margin-left: 30px;
    }
    100% {
        margin-left: 0px;
    }
}
/* Safari and Chrome Keyframe Animations */

@-webkit-keyframes rightSpring {
    0% {
        margin-left: 0px;
    }
    50% {
        margin-left: -30px;
    }
    100% {
        margin-left: 0px;
    }
}
@-webkit-keyframes leftSpring {
    0% {
        margin-left: 0px;
    }
    50% {
        margin-left: 30px;
    }
    100% {
        margin-left: 0px;
    }
}
/* Arrows */

#prevArrow,
#nextArrow {
    border: none;
    text-decoration: none;
    background: url('/PublishingImages/arrows.png') no-repeat;
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
    width: 43px;
    height: 58px;
    top: 50%;
    margin-top: -29px;
    -moz-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
#prevArrow:hover, #nextArrow:hover, #closeBtn:hover{
	opacity:1;
}
#prevArrow {
    background-position: left top;
    left: 40px;
}
#nextArrow {
    background-position: right top;
    right: 40px;
}
#closeBtn{
	border:none;
	text-decoration:none;
	background:url('/PublishingImages/closebtn.png') no-repeat;
	opacity:0.5;
	cursor:pointer;
	position:absolute;
	width:33px;
	height:33px;
	top:5%;
    right:40px;
	margin-top:-15px;
	-moz-transition:opacity 0.2s ease;
	-webkit-transition:opacity 0.2s ease;
	transition:opacity 0.2s ease;
}
/********************************************************************************************* 

END Photographic Library      

*********************************************************************************************/
    /* ==========================================================================
   POPUP
   ========================================================================== */
#lightbox {
	position:fixed!important; /* keeps the lightbox window in the current viewport */
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, .35);
	text-align:center;
	z-index:50;
    display: none;
    cursor: pointer;
}

#lightbox #content {
	display: inline-block;
    position:fixed;
    margin-left: -50%;
    margin-right: -50%;
    top:50%;
    left:50%;
    max-width: 90%;
    max-height: 90%;
    background-color: #fff;
    -moz-box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.2);
    text-align: center;
    border: 1px solid #e9e9e9;
}
#lightbox a.close {
    display: inline-block;
    position: absolute;
    z-index: 5;
    right: -8px;
    top:-8px;
    text-decoration: none;
    background-color: gray;
    border-radius: 20px;
	color:#fff;
    padding: 0.4em 0.6em;
	font-size:1.1em;
    font-weight: bold;
}
#lightbox iframe {
    max-width: 100%;
    min-height: 300px;
}

/********************************************************************************************* 

EURelated page

*********************************************************************************************/

.dfwp-column {
    float:left;
}
.dfwp-column .slm-layout-main.groupmarker {
    padding: 10px 10px;
}
.dfwp-column ul.dfwp-list {
    margin:0;
    padding: 0;
	list-style:none;
    /*list-style: disc;
    list-style-position: inside;*/
}
.dfwp-column .groupheader {
   border-bottom:1px solid #eee;
}
.dfwp-column h2.groupheader {
    font-size: 1.2em;
    line-height: 1em;
    margin-top: 0;
}
.dfwp-column ul.dfwp-list li {
    margin:0;
    padding: 2px 0 0 5px;
}
.dfwp-column ul.dfwp-list li .item{
    margin:0;
    padding: 0;
}
.dfwp-column ul.dfwp-list li .item .link-item a,
.dfwp-column ul.dfwp-list li .item .link-item a:link {
}

[class*="dfwp-column"] + [class*="dfwp-column"]:last-child {
    float:right;
}
/********************************************************************************************* 

Twitter box styles (homepage)

*********************************************************************************************/
#TwitterFeeds {
    font-size: 11px;
}
#TwitterFeeds h2 {
    font-size: 1.2em;
}
.contrast .smk-tweets a:hover, .smk-tweets a:active, .smk-tweets a:focus, .contrast .smk-posts a:hover, .smk-posts a:active, .smk-posts a:focus{
    color: inherit!important;
}

/********************************************************************************************* 

END EURelated page

*********************************************************************************************/

.visitTextDate {
    width: 60%;
    min-width: 60%;
}
.hourMinuteDD {
    min-width: 50px;
    width: 50px;
}
/********************************************************************************************* 

Fix bug on white space under title in welcome image (EN/NL/RO)   

*********************************************************************************************/
.welcome-image .ms-rtestate-field {
    min-height: 1em;
    margin-top: -1em;
}

/********************************************************************************************* 

TEMP Hide newsletter     



#ctl00_NewsletterSubscribe1
{
display:none;
}




END TEMP Hide newsletter     

*********************************************************************************************/
