/* ---------- Browser normalization ---------- */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  clear: both; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal; }

caption, th {
  text-align: left; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  border-bottom: 1px dotted #000;
  cursor: help; }

html {
  /*overflow-y: scroll;*/ }

html.aui-dialog-iframe-root-node {
  overflow: auto; }

body {
  background: #FFF;
  /*font: 62.5%/1.4 Arial, Helvetica, Verdana, sans-serif;*/
  font: 75%/1.4 Arial, Helvetica, Verdana, sans-serif; }

body.portal-popup {
  background: none;
  padding: 10px; }

body.aui-dialog-iframe-popup {
  padding-bottom: 0; }

body.portal-iframe {
  padding: 0; }

blockquote, ul, ol, dl {
  margin: 1em; }

ol, ul, dl {
  margin-left: 2em; }

ol {
  list-style: decimal outside; }

ul {
  list-style: disc outside;
  /*list-style-image: url(/org-coe-theme/css/../images/bullet-arrow-blue.png);*/ }

ul ul {
  list-style-type: circle;
  /*list-style-image: url(/org-coe-theme/css/../images/bullet-arrow-grey.png);*/ }

ol ol {
  list-style-type: upper-roman; }

dl dd {
  margin-left: 1em; }

th {
  font-weight: bold; }

caption {
  margin-bottom: 0.5em;
  text-align: center; }

p {
  margin-bottom: 1em; }

strong {
  font-weight: bold; }

/* ---------- Links ---------- */
/* ---------- Headers ---------- */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em 0; }

/* ---------- Logo ---------- */
.logo {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

/* ---------- HTML Editor ---------- */
body.html-editor {
  background: #FFF;
  color: #000; }

.html-editor.portlet-message-boards blockquote {
  background: #eef0f2 url(/org-coe-theme/css/../images/message_boards/quoteleft.png) no-repeat 5px 5px;
  border: 1px solid #777;
  position: relative;
  padding: 5px 45px; }

.html-editor.portlet-message-boards blockquote:after {
  background: url(/org-coe-theme/css/../images/message_boards/quoteright.png) no-repeat 50%;
  bottom: 5px;
  content: '';
  display: block;
  height: 24px;
  position: absolute;
  right: 5px;
  width: 31px;
  z-index: 999; }

.html-editor.portlet-message-boards blockquote cite {
  display: block;
  font-weight: bold; }

.html-editor.portlet-message-boards pre {
  background: #F9F9F9;
  border: 1px solid #777;
  padding: 0.5em; }

/* ---------- Text formatting ---------- */
b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

code, pre {
  font-family: "Courier New", Courier, monospace;
  white-space: pre; }

.important {
  font-weight: bold; }

/* ---------- Main content body ---------- */
.portal-iframe #main-content {
  width: 100%; }

/* ---------- Alerts and popups ---------- */
.alert-background {
  background: #000; }

.popup-alert-notice {
  background-color: #FFC;
  border-bottom-color: #FC0; }

.popup-alert-warning {
  background-color: #FDD;
  border-bottom-color: #F00; }

/* ---------- Portal add content ---------- */
.portal-add-content {
  background: #FFF;
  text-align: left;
  z-index: 20; }

.portal-add-content a {
  text-decoration: none; }

/* ---------- Loading animation ---------- */
.loading-animation {
  background: url(/org-coe-theme/css/../images/progress_bar/loading_animation.gif) no-repeat top center;
  margin-top: 10px;
  padding-top: 40px;
  text-align: left; }

/* ---------- Separator ---------- */
hr, .separator {
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #e6e6e6; }

/* ---------- Update Manager ---------- */
.update-available {
  margin-top: 10px;
  padding: 2px;
  text-align: left; }

/* ---------- Text highlighting ---------- */
.highlight {
  background: #FFC;
  font-weight: bold;
  margin: 0 1px; }

/* ---------- Main ---------- */
.aui-state-default {
  background: #d4d4d4 url(/org-coe-theme/css/../images/portlet/header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA; }

.aui-state-hover {
  background: #b9ced9 url(/org-coe-theme/css/../images/application/state_hover_bg.png) repeat-x 0 0;
  border-color: #627782; }

.aui-state-active {
  background: #ebebeb url(/org-coe-theme/css/../images/application/state_active_bg.png) repeat-x 0 0;
  border-color: #555; }

.results-grid {
  background: #FFF;
  border: solid #D7D7D7;
  border-width: 0 1px; }

.results-header {
  background: #D1D6DC; }
  .results-header th {
    background: #d9d9d9 url(/org-coe-theme/css/../images/application/subheader_bg.png) 0 0 repeat-x;
    border: 1px solid #ccc; }
    .results-header th.sort-column {
      background: #ebebeb url(/org-coe-theme/css/../images/application/state_active_bg.png) 0 0 repeat-x;
      border: 1px solid #ccc;
      color: #1F1E1E; }
      .results-header th.sort-column .result-column-name {
        background: url(/org-coe-theme/css/../images/arrows/05_up.png) no-repeat 100% 50%;
        display: inline-block;
        font-style: italic;
        padding-right: 15px; }
    .results-header th.first {
      border-left-width: 0; }
    .results-header th.last {
      border-right-width: 0; }
  .results-header th, .results-header td {
    color: #7B7C7F;
    padding: 5px 10px;
    word-wrap: break-word; }
  .results-header th.sort-desc .result-column-name {
    background: url(/org-coe-theme/css/../images/arrows/05_down.png) no-repeat 100% 50%;
    display: inline-block;
    font-style: italic;
    padding-right: 15px; }
  .results-header span, .results-header a {
    display: block; }
  .results-header a {
    color: #154B75;
    text-decoration: none; }
    .results-header a:hover {
      color: #336699;
      text-decoration: underline; }

.results-row td {
  background: none;
  border: 1px solid;
  border-color: #D7D7D7 #E7E7E7;
  padding: 5px 10px; }
  .results-row td.sort-column {
    background: #E6ECEF; }
.results-row.selected td, .results-row.selected.hover td {
  background-color: #00A2EA;
  border-color: #00A2EA #00A2EA #D7D7D7;
  color: #FFF; }
  .results-row.selected td a, .results-row.selected.hover td a {
    color: #FFF; }
.results-row.alt.selected td, .results-row.alt.selected.hover td {
  background-color: #00A2EA; }
.results-row.alt td {
  background: #F5F8FB;
  border-width: 1px 0; }
.results-row.hover td {
  background: #D3E8F1;
  border: 1px solid #D3E8F1;
  border-bottom-color: #D7D7D7; }

.taglib-search-iterator .results-row td.first, .taglib-search-iterator .results-row th.first {
  border-left-width: 0; }
.taglib-search-iterator .results-row td.last, .taglib-search-iterator .results-row th.last {
  border-right-width: 0; }

/* ---------- Dragging/sorting indicators ---------- */
.portlet-layout.dragging {
  border-collapse: separate; }

.drop-area {
  background-color: #D3DADD; }

.active-area {
  background: #FFC; }

.portlet-boundary.yui3-dd-dragging {
  opacity: .6; }
  .portlet-boundary.yui3-dd-dragging .portletBase {
    border: 2px dashed #ccc; }

.aui-portal-layout-proxy {
  opacity: 1 !important; }
  .aui-portal-layout-proxy .portlet-topper {
    background-image: none; }

.aui-proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute; }
  .aui-proxy.generic-portlet {
    height: 200px;
    width: 300px; }
    .aui-proxy.generic-portlet .portlet-title {
      padding: 10px; }
  .aui-proxy.not-intersecting .forbidden-action {
    background: url(/org-coe-theme/css/../images/application/forbidden_action.png) no-repeat;
    display: block;
    height: 32px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 32px; }

.aui-resizable-proxy {
  border: 1px dashed #828F95;
  position: absolute;
  visibility: hidden; }

.aui-sortable-proxy {
  background: #727C81;
  margin-top: 1px; }

.lfr-freeform-layout-drag-indicator {
  visibility: hidden; }

.aui-portal-layout-drag-target-indicator {
  margin: 2px 0; }

/* ---------- Portal tool tips ---------- */
.aui-tooltip, .tooltip {
  max-width: 200px; }

/* ---------- Tags ---------- */
.aui-tagselector-content {
  border-width: 0;
  margin-bottom: 15px;
  padding: 0; }
  .aui-tagselector-content .aui-textboxlistentry-holder {
    background: #fff;
    border: 1px solid;
    border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
    margin-bottom: 5px;
    padding: 5px;
    position: relative;
    overflow: visible; }

.aui-tagselector .lfr-tag-selector-input {
  background: none;
  padding: 0;
  width: auto; }
.aui-tagselector .aui-field .aui-field-content {
  margin: 0; }
.aui-tagselector .aui-toolbar {
  margin-top: 5px; }
.aui-tagselector .aui-textboxlist-input-container {
  margin: 0; }

.aui-tagselector-focused .aui-textboxlistentry-holder {
  background: #FFC none;
  border: 1px solid #FC0; }

.aui-categoriesselector-content .aui-textboxlistentry-holder {
  background-color: transparent;
  border-width: 0;
  padding: 0; }

/* ---------- Tag cloud and tag list ---------- */
.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em 1em;
  white-space: normal; }
  .tag-items li {
    display: inline;
    float: left;
    margin: 0 1em 0 0; }
  .tag-items a {
    white-space: nowrap; }

.tag-cloud {
  line-height: 2.5em; }
  .tag-cloud .tag-asset-count {
    clip: rect(0 0 0 0);
    position: absolute; }

.tag-selected {
  color: #000;
  text-decoration: none; }

.tag-cloud {
  line-height: 2.5em; }
  .tag-cloud .tag-asset-count {
    clip: rect(0 0 0 0);
    position: absolute; }
  .tag-cloud .tag-popularity-1 {
    font-size: 1em; }
  .tag-cloud .tag-popularity-2 {
    font-size: 1.3em; }
  .tag-cloud .tag-popularity-3 {
    font-size: 1.6em; }
  .tag-cloud .tag-popularity-4 {
    font-size: 1.9em; }
  .tag-cloud .tag-popularity-5 {
    font-size: 2.2em; }
  .tag-cloud .tag-popularity-6 {
    font-size: 2.5em; }

/* ---------- Underlay ---------- */
.aui-underlay {
  clear: both;
  top: 100%; }
  .aui-underlay .yui3-widget-hd {
    height: 38px; }
  .aui-underlay .lfr-portlet-item {
    border-width: 0; }

.aui-underlay-hidden {
  display: none; }

.aui-underlay-content {
  background: #f4f3f3 url(/org-coe-theme/css/../images/common/message_panel_shadow.png) repeat-x 0 0;
  border: 0 solid #AEAFB1;
  border-width: 0 1px 1px; }

.aui-underlay-close {
  position: absolute;
  right: 5px;
  top: 5px; }

/* ---------- Tabs ---------- */
.aui-tab-active strong {
  font-weight: normal; }

.aui-tab-back {
  float: right; }

.aui-tab-back-content {
  border-width: 0;
  padding: 1px; }

/* ---------- Misc. ---------- */
.lfr-panel-container {
  background: transparent; }

.lfr-panel-container {
  background: #FFF; }

.lfr-panel-content {
  padding: 5px 10px; }

.lfr-panel-basic .lfr-panel-content {
  padding-left: 15px; }

.aui-dialog-bd {
  min-height: 30px; }

.aui-dialog-content {
  border: 1px solid #C8C9CA;
  padding: 5px; }

.aui-panel-hd {
  background: #c0c2c5 url(/org-coe-theme/css/../images/application/panel_header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #AEB2B8 #AEB2B8 #C8C9CA;
  padding-left: 10px;
  text-shadow: 1px 1px #FFF; }

/* ---------- Menus ---------- */
.lfr-actions.portlet-options .lfr-trigger strong span, .visible.portlet-options .lfr-trigger strong span {
  background-image: url(/org-coe-theme/css/../images/portlet/options.png); }

.lfr-actions.portlet-options:hover, .lfr-actions.portlet-options:hover ul {
  background: transparent; }

.lfr-menu-list {
  z-index: 450; }

.aui-menu {
  position: absolute;
  width: auto; }
  .aui-menu .notice-message {
    background-image: none;
    margin: 3px;
    padding: 6px; }

.aui-menu-content {
  background: #FFF;
  list-style: none;
  min-width: 150px; }
  .aui-menu-content li {
    margin: 0;
    padding: 0; }
    .aui-menu-content li .disabled {
      color: #999; }

.aui-menu-content, .lfr-menu-list ul {
  background: #ccc9c9 url(/org-coe-theme/css/../images/application/menu_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #AEAFB1 #777879 #777879 #AEAFB1;
  padding: 2px 0; }

.aui-menugroup-content .aui-menu-label {
  background: #D2D6DE;
  color: #5B677D;
  display: block;
  font-weight: bold;
  padding: 5px 3px;
  text-shadow: 1px 1px #FFF; }

.aui-menugroup-content ul, .lfr-menu-list ul ul {
  display: block;
  min-width: 0; }

.aui-menu-content li, .lfr-menu-list ul li {
  border-bottom: 1px solid #BCBBBB;
  border-top: 1px solid #EEE;
  display: block;
  margin: 0;
  padding: 0; }

.aui-menu-content li.first, .lfr-menu-list ul li.first {
  border-top-width: 0; }

.aui-menu-content li.last, .lfr-menu-list ul li.last {
  border-bottom-width: 0; }

.aui-menu-content li a, .lfr-menu-list ul li .taglib-icon, .aui-menu-content li .disabled {
  color: #2C2F34;
  display: block;
  padding: 4px 5px;
  text-decoration: none; }

.lfr-menu-list ul li.disabled .taglib-icon {
  color: #666; }

.aui-menu-content li a.aui-focus, .lfr-menu-list ul .taglib-icon.aui-focus, .lfr-menu-expanded li a:focus {
  background-color: #5B677D;
  color: #FFF;
  text-shadow: -1px -1px #2C2F34; }

.aui-menu-content a, .lfr-menu-list li .taglib-icon, .aui-menu-content .disabled, .lfr-actions .lfr-trigger, .lfr-actions .lfr-trigger strong {
  font-weight: bold;
  text-shadow: 1px 1px #FFF; }

/* ---------- Toolbar ---------- */
.aui-toolbar li {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 0;
  vertical-align: middle; }

.aui-toolbar-separator {
  background: url(/org-coe-theme/css/../images/dockbar/separator.png) no-repeat 100% 50%;
  border-width: 0;
  cursor: default;
  font-size: 1px;
  height: 16px;
  margin: 0 2px;
  overflow: hidden;
  vertical-align: middle;
  width: 4px; }

/* ---------- Loading Mask ---------- */
.aui-loadingmask-content {
  background: #CCC; }

.aui-loadingmask-message {
  background: #d4d4d4 url(/org-coe-theme/css/../images/portlet/header_bg.png) repeat-x 0 0; }

/* ---------- Tree View ---------- */
.aui-tree-node-selected .aui-tree-label {
  background-color: transparent;
  font-weight: bold; }

/* ---------- Page Customization ---------- */
.aui-dragging .portlet-column.customizable {
  background-color: #CFFCCF;
  outline: 3px solid #9CC97B; }

.customizable-layout-column-content {
  background-color: #C92C3C; }
  .customizable-layout-column-content.yui3-widget-content-expanded {
    border: 3px solid #333;
    margin: 0.2em; }

.customizable .customizable-layout-column-content {
  background-color: #9CC97B; }

.layout-customizable-controls {
  background-color: #FFF;
  font-size: 1.5em;
  margin: 1em;
  opacity: 0.9;
  padding: 1em;
  position: absolute;
  z-index: 15; }

/* ---------- Pagination ---------- */
.aui-paginator-link {
  background: #eeeeee url() no-repeat scroll 50% 1px;
  border: 1px solid #F0F1F2;
  border-color: #F0F1F2 #B2B2B2 #949494 #F0F1F1;
  color: #1F1E1E;
  display: inline-block;
  height: 20px;
  padding: 0;
  text-indent: -9999px;
  width: 20px; }

.ie7 .aui-paginator-link {
  color: transparent;
  overflow: hidden;
  text-indent: 0; }

.aui-paginator-current-page {
  background: #0083bd url(/org-coe-theme/css/../images/application/paginator_link_current_bg.png) 0 0 repeat-x;
  border-color: #38B6EF #006D9E #006D9E #46B4E6;
  color: #FFF;
  text-shadow: -1px -1px #003C57; }

.ie7 .aui-paginator-current-page {
  color: #FFF; }

.aui-paginator-page-link {
  text-indent: 0;
  height: auto; }

.ie7 .aui-paginator-page-link {
  color: #1F1E1E;
  font-size: 1em;
  height: auto;
  overflow: visible;
  text-indent: 0; }

.aui-paginator-first-link {
  background-image: url(/org-coe-theme/css/../images/arrows/paging_first.png); }

.aui-paginator-prev-link {
  background-image: url(/org-coe-theme/css/../images/arrows/paging_previous.png); }

.aui-paginator-last-link {
  background-image: url(/org-coe-theme/css/../images/arrows/paging_last.png); }

.aui-paginator-next-link {
  background-image: url(/org-coe-theme/css/../images/arrows/paging_next.png); }

.aui-paginator-current-page-report, .aui-paginator-total {
  font-size: 0.9em;
  color: #555; }

.aui-paginator-current-page-report {
  margin-left: 2em; }

/* Type regular */
.taglib-page-iterator {
  position: relative; }

.taglib-page-iterator .search-results {
  text-align: center;
  width: 100%;
  line-height: 1.1em;
  margin: 0 0 10px 0; }

.taglib-page-iterator .search-pages {
  float: left;
  width: 100%; }

.taglib-page-iterator .search-pages .page-links {
  text-align: center;
  margin-top: 5px;
  float: none; }

.taglib-page-iterator .search-pages .delta-selector {
  float: left;
  padding-top: 5px; }

.taglib-page-iterator .search-pages .page-selector {
  float: right; }

.taglib-page-iterator .search-pages .page-selector .aui-field-label-inline-label {
  font-weight: normal; }

.taglib-page-iterator .search-pages .page-links a.next,
.taglib-page-iterator .search-pages .page-links a.previous {
  float: none; }

/* Type simple*/
.search-pages {
  float: left;
  width: 100%;
  padding-bottom: 10px; }

.search-pages .page-links .next {
  float: right; }

.search-pages .page-links .previous, .search-pages .page-links .next {
  text-decoration: none; }

.search-pages .page-links .previous:hover, .search-pages .page-links .next:hover {
  text-decoration: underline; }

/* ---------- Application Column View ---------- */
.lfr-app-column-view {
  border: 1px solid #C9C9C9; }
  .lfr-app-column-view .aui-layout-content {
    position: relative; }
  .lfr-app-column-view .aui-column:before {
    border-right: 1px solid #C9C9C9;
    bottom: 0;
    content: "";
    margin-left: -1px;
    position: absolute;
    top: 0; }
  .lfr-app-column-view .aui-column-content {
    border-right: 1px solid transparent; }
    .lfr-app-column-view .aui-column-content .lfr-message-response {
      margin: 10px; }

/* ---------- Header row ---------- */
.lfr-header-row {
  background: #8f8f8f url(/org-coe-theme/css/../images/application/header_row_bg.png) 0 0 repeat-x; }
  .lfr-header-row .lfr-actions.show-arrow.direction-down .lfr-trigger strong a {
    background: url(/org-coe-theme/css/../images/arrows/08_down.png) 100% -5px no-repeat; }
  .lfr-header-row .aui-toolbar .aui-toolbar-content {
    white-space: normal;
    word-wrap: normal; }
  .lfr-header-row .aui-toolbar .aui-toolbar-item {
    border-right-width: 0; }
  .lfr-header-row .aui-toolbar .aui-toolbar-last {
    border-right-width: 1px; }

.ie .portlet-boundary.yui3-dd-dragging {
  -ms-filter: alpha(opacity=60);
  filter: alpha(opacity=60); }
.ie .aui-proxy {
  filter: alpha(opacity=65); }
.ie .aui-proxy.not-intersecting .forbidden-action {
  right: 2px;
  top: 2px; }
.ie .layout-customizable-controls {
  -ms-filter: alpha(opacity=90);
  filter: alpha(opacity=90); }

.ie7 .aui-tabview-list {
  overflow: hidden; }
.ie7 .aui-menu-content li {
  z-index: 10; }

.ie6 .aui-toolbar li, .ie7 .aui-toolbar li {
  display: inline; }
.ie6 .lfr-header-row .aui-buttonitem-content, .ie7 .lfr-header-row .aui-buttonitem-content {
  white-space: normal; }
  .ie6 .lfr-header-row .aui-buttonitem-content .aui-buttonitem-label, .ie7 .lfr-header-row .aui-buttonitem-content .aui-buttonitem-label {
    white-space: nowrap; }

.portal-add-content h2 {
  color: #333; }

/* ---------- Blog ---------- */
.portlet-blogs .entry-title {
  font-size: 1em; }

.portlet-blogs .entry-author {
  display: none; }

.portlet-blogs .entry {
  margin-bottom: 20px; }

.portlet-blogs .entry:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden; }

/* ---------- Discussion, Comments ---------- */
.lfr-discussion .taglib-user-display {
  padding: 0; }

/* ---------- Wrapper ---------- */
.portlet-layout {
  border-collapse: collapse;
  clear: both;
  display: table;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%; }

.portlet-column {
  display: table-cell;
  vertical-align: top;
  overflow: hidden; }

.portlet-column-content {
  padding: 0 5px; }

.portlet-column-content-only, .ltr .portlet-column-content-first, .rtl .portlet-column-content-last {
  padding-left: 0; }

.portlet-column-content-only, .ltr .portlet-column-content-last, .rtl .portlet-column-content-first {
  padding-right: 0; }

/* ---------- Column widths ---------- */
div.aui-column-last {
  min-height: 1px;
  margin: 0; }

.controls-visible.signed-in .portlet-column-content.empty {
  padding: 50px; }

#main-content.dragging .portlet-column {
  border: 3px double #828F95;
  /*height: 100px;*/
  min-height: 100px; }

.ie6 div.portlet-layout, .ie7 div.portlet-layout {
  height: 1%; }
.ie6 div.portlet-column, .ie7 div.portlet-column {
  float: left;
  overflow: hidden;
  width: 100%; }
.ie6 div.aui-column-last, .ie7 div.aui-column-last {
  margin-right: -1px; }
.ie6 .portlet-column-content, .ie7 .portlet-column-content {
  zoom: 1; }

.portlet-dockbar, .portlet-staging-bar {
  background: url(/org-coe-theme/css/../images/application/loading_indicator.gif) no-repeat 50%; }

.portlet-dockbar {
  background-color: #E0E7F1;
  border-bottom: 1px solid #636364; }

.dockbar, .staging-bar {
  visibility: hidden; }

.dockbar-ready .dockbar, .staging .staging-bar, .live-view .staging-bar {
  visibility: visible; }

.dockbar-ready .portlet-dockbar, .staging-ready .portlet-staging-bar, .portal-popup .portlet-dockbar, .portal-popup .portlet-staging-bar {
  background: none;
  border-width: 0; }

.dockbar {
  background: #97a1ae url(/org-coe-theme/css/../images/dockbar/dockbar_bg.png) repeat-x 0 0;
  border-bottom: 1px solid #636364;
  font-size: 13px;
  padding: 1px 5px;
  position: relative;
  z-index: 500; }

.dockbar:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

.ie7 .dockbar {
  zoom: 1; }

.ie6 .dockbar, .ie6 .lfr-dockbar-pinned .dockbar {
  height: 10px;
  left: 0;
  position: relative;
  top: 0; }

.dockbar a {
  color: #2C2F34;
  font-weight: bold;
  text-shadow: 1px 1px #FFF; }

.dockbar .menu-button-active {
  background: #5c94da url(/org-coe-theme/css/../images/dockbar/button_active_bg.png) repeat-x 0 0; }

.dockbar .menu-button-active a {
  color: #FFF;
  text-shadow: -1px -1px #2C2F34; }

.dockbar .user-avatar .sign-out {
  font-size: 0.8em;
  padding-left: 0; }

.dockbar ul {
  margin: 0;
  padding: 0; }

.dockbar li li {
  margin-left: 0; }

/*html > .lfr-dockbar-pinned {
	padding-top: 2.6em;
}

.lfr-dockbar-pinned .dockbar {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}
*/
.dockbar .pin-dockbar {
  margin-left: 0; }

.ie6 .dockbar .pin-dockbar {
  display: none; }

.pin-dockbar img {
  background: url(/org-coe-theme/css/../images/dockbar/pin.png) no-repeat 0 0;
  height: 27px;
  vertical-align: middle;
  width: 27px; }

.lfr-dockbar-pinned .pin-dockbar img {
  background-image: url(/org-coe-theme/css/../images/dockbar/unpin.png); }

.dockbar .user-portrait {
  text-decoration: none; }

.dockbar .user-avatar img {
  vertical-align: middle;
  width: 25px; }

.dockbar .impersonating-user {
  background: url(/org-coe-theme/css/../images/messages/alert.png) no-repeat 0 50%;
  padding-left: 20px; }

.dockbar .impersonating-user .user-links a {
  color: #999; }

/* ---------- Staging Dockbar ---------- */
.variation-selector {
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  margin: 1em; }

.layout-revision-container {
  margin: 1em 0 0 1em;
  padding: 0; }
  .layout-revision-container .aproximate-date {
    color: #999;
    font-weight: bold; }
  .layout-revision-container .current-version {
    color: #41801d;
    display: block; }
  .layout-revision-container .current-version-pointer {
    display: inline-block;
    width: 0; }
  .layout-revision-container .current-version-pointer img {
    left: -25px;
    position: relative; }
  .layout-revision-container .layout-variation-name {
    color: #666;
    font-size: 1.15em;
    margin-bottom: 0.1em;
    text-transform: uppercase; }
  .layout-revision-container .layout-revision-current {
    color: #666; }
  .layout-revision-container .real-date {
    color: #999;
    display: block;
    text-align: right; }
  .layout-revision-container .taglib-workflow-status .workflow-status {
    background: none;
    padding-left: 0; }
    .layout-revision-container .taglib-workflow-status .workflow-status .workflow-status-ready-for-publication {
      color: #41801d;
      font-weight: bold; }

.layout-revision-container-root {
  margin: 0; }

.staging-details {
  background: url() no-repeat 0 0;
  padding-left: 65px;
  min-height: 50px; }

.staging .staging-details {
  background-image: url(/org-coe-theme/css/../images/staging_bar/staging.png); }

.live-view .staging-details {
  background-image: url(/org-coe-theme/css/../images/staging_bar/live.png); }

.staging .staging-tabview-list {
  background-color: #FFDBA6; }

.live-view .staging-tabview-list {
  background-color: #C4F0BC; }

/* ---------- Menus ---------- */
.aui-dockbarmenu-hidden {
  visibility: hidden; }

.dockbar .aui-toolbar {
  float: left; }

.dockbar .user-toolbar {
  float: right; }

.aui-underlay .portal-add-content {
  background-color: transparent;
  font-size: 11px; }

.aui-underlay .portal-add-content .portlet-dd-placeholder {
  display: none; }

.add-application .yui3-widget-bd, .dockbar-messages .yui3-widget-bd {
  padding: 0 10px 10px; }

.add-application {
  left: 10px !important; }

.lfr-has-sidebar #main-content {
  /*padding-left: 220px;*/ }

.manage-layouts {
  left: 60px !important; }

.my-sites-menu {
  max-width: 350px; }

.my-sites-menu ul {
  list-style: none;
  max-height: 300px;
  overflow: auto; }

.my-sites-menu ul, .my-sites-menu li {
  display: block;
  margin: 0;
  padding: 0; }

.my-sites-menu a {
  display: block;
  overflow: hidden;
  text-align: right;
  white-space: nowrap; }

.my-sites-menu .control-panel a {
  background: url(/org-coe-theme/css/../images/dock/control_panel.png) no-repeat 3px 50%;
  padding-left: 25px; }

.my-sites-menu .current-site {
  border: solid #1D4280;
  border-width: 1px 0; }

.my-sites-menu .current-site a {
  background: #3068ba url(/org-coe-theme/css/../images/arrows/01_right.png) no-repeat scroll 2px 30%;
  color: #FFF;
  padding-left: 20px;
  text-shadow: 1px 1px #333; }

.my-sites-menu .current-site .site-type {
  color: #FFF; }

.my-sites-menu .current-site a:hover, .my-sites-menu a:hover .site-type {
  color: #FFF;
  text-shadow: 1px 1px #333; }

.my-sites-menu .site-name {
  cursor: pointer;
  float: left; }

.my-sites-menu .site-type {
  color: #777;
  float: right;
  font-size: 0.8em;
  font-weight: normal;
  margin-left: 10px; }

.ie7 .my-sites-menu .site-type {
  float: none; }

.my-sites-menu a:hover .site-type {
  color: #FFF; }

.ie7 .my-sites-menu a {
  overflow: visible;
  text-align: left; }

.ie7 .my-sites-menu .site-name {
  float: none; }

.ie7 .my-sites-menu .site-type {
  float: none; }

.ie6 .my-sites-menu {
  width: 200px; }

.ie6 .my-sites-menu a {
  height: 1%; }

.dockbar .toggle-controls a {
  background: url(/org-coe-theme/css/../images/dockbar/checked.png) no-repeat 0 50%;
  padding-left: 20px; }

.controls-hidden .toggle-controls a {
  background-image: url(/org-coe-theme/css/../images/dockbar/unchecked.png); }

.toggle-controls a {
  background-image: url(/org-coe-theme/css/../images/dockbar/unchecked.png); }

.dockbar .menu-button {
  background: url(/org-coe-theme/css/../images/arrows/05_down.png) no-repeat 93% 50%;
  display: inline-block;
  padding: 5px 20px 5px 5px;
  text-decoration: none; }

.dockbar .menu-button span {
  background: url() no-repeat 0 50%;
  padding-left: 20px; }

.dockbar .add-content .menu-button span {
  background-image: url(/org-coe-theme/css/../images/common/add.png); }

.dockbar .manage-content .menu-button span {
  background-image: url(/org-coe-theme/css/../images/dockbar/settings.png); }

.dockbar .my-sites .menu-button span {
  background-image: url(/org-coe-theme/css/../images/dockbar/places.png); }

.dockbar-messages-container {
  left: 50%;
  margin-left: -150px; }

.dockbar-messages {
  width: 300px; }

.showing-messages .dockbar-messages {
  display: block; }

.multiple-messages .dockbar-message {
  border-top: 1px solid #CCC;
  padding: 5px 0; }

.multiple-messages .first {
  border-top-width: 0;
  padding-top: 0; }

.add-content-menu .add-page a {
  background: url(/org-coe-theme/css/../images/navigation/add_page.png) no-repeat 3px 50%;
  padding-left: 25px; }

.add-content-menu .add-application a {
  background: url(/org-coe-theme/css/../images/common/portlet.png) no-repeat 3px 50%;
  padding-left: 25px; }

.add-content-menu a.lfr-portlet-used {
  color: #999;
  cursor: auto; }

.manage-content-menu li a, .manage-content-menu li .disabled {
  background: url() no-repeat 3px 50%;
  padding-left: 25px; }

.manage-content-menu .manage-page a {
  background-image: url(/org-coe-theme/css/../images/dock/page_settings.png); }

.manage-content-menu .manage-site-content a {
  background-image: url(/org-coe-theme/css/../images/common/site_icon.png); }

.manage-content-menu .manage-site-memberships a {
  background-image: url(/org-coe-theme/css/../images/common/assign.png); }

.manage-content-menu .manage-page-customization a, .manage-content-menu .manage-page-customization .disabled {
  background-image: url(/org-coe-theme/css/../images/dock/customizations.png); }

.manage-content-menu .page-layout a {
  background-image: url(/org-coe-theme/css/../images/dock/layout.png); }

.manage-content-menu .sitemap a {
  background-image: url(/org-coe-theme/css/../images/common/sitemap.png); }

.manage-content-menu .settings a {
  background-image: url(/org-coe-theme/css/../images/common/configuration.png); }

/* ---------- Customization Bar ---------- */
.page-customization-bar {
  background-color: #999;
  color: #FFF;
  font-size: 1.2em;
  font-weight: bold;
  min-height: 30px; }

.controls-hidden .page-customization-bar {
  display: none; }

.page-customization-bar .customized-icon {
  margin: 5px;
  vertical-align: middle; }

.page-customization-bar .page-customization-actions {
  padding-left: 5em; }

.page-customization-bar .page-customization-actions a {
  color: #EEE;
  font-size: 0.8em;
  padding: 0 1em; }

/* ---------- Add/remove page ---------- */
.modify-pages li {
  position: relative; }
.modify-pages .delete-tab {
  background: #333333 url(/org-coe-theme/css/../images/portlet/close_borderless.png) no-repeat 50%;
  cursor: pointer;
  display: block;
  height: 8px;
  margin-top: -7px;
  padding: 3px;
  position: absolute;
  right: 1px;
  text-indent: -9999em;
  top: 50%;
  width: 8px; }

/*------ Navigation portlet ------*/
.nav-menu ul {
  padding-left: 10px; }
.nav-menu li a.ancestor {
  font-weight: bold; }
.nav-menu li a.selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

/* ---------- Page template selector ---------- */
.aui-form-options {
  border: 1px solid #AAA;
  display: inline-block;
  vertical-align: middle; }
  .aui-form-options input {
    border-width: 0;
    display: inline;
    float: left; }

.aui-form-triggers {
  float: left; }

.aui-form-trigger {
  background: #c4c4c4 url(/org-coe-theme/css/../images/application/button_bg.png) repeat-x 0 0;
  border-left: 1px solid #BBB;
  display: inline-block;
  float: left; }
  .aui-form-trigger img {
    background: url() no-repeat 50% 40%;
    height: 25px;
    padding: 0 3px;
    vertical-align: middle;
    width: 16px; }
  .aui-form-trigger:hover, .aui-form-trigger:focus {
    background-color: #83B0CA;
    background-image: url(/org-coe-theme/css/../images/application/button_bg_over.png); }

.aui-trigger-selected {
  background-color: #EBEBEB;
  background-image: url(/org-coe-theme/css/../images/application/button_bg_selected.png); }
  .aui-trigger-selected:hover, .aui-trigger-selected:focus {
    background-color: #B7DEF4;
    background-image: url(/org-coe-theme/css/../images/application/button_bg_selected_over.png); }

.aui-options-trigger img {
  background-image: url(/org-coe-theme/css/../images/common/configuration.png); }

.aui-save-trigger img {
  background-image: url(/org-coe-theme/css/../images/dock/my_place_current.png); }

/* ---------- Portlet wrapper and icons ---------- */
.freeform .portlet {
  margin-bottom: 0; }

.portlet, .portlet-borderless {
  border-color: #e6e6e6; }

body.portlet {
  border: none; }

.portlet-topper {
  position: relative; }

.portlet-title {
  display: block;
  font-size: 1em;
  margin: 0; }
  .portlet-title img {
    vertical-align: middle; }

.ie7 .portlet-title {
  min-width: 50%; }

.signed-in .portlet-title-text {
  cursor: pointer; }

.panel-page-content .portlet-title-text, .panel-page-body .portlet-title-text {
  cursor: auto; }

.portlet-topper-toolbar {
  margin: 0;
  padding: 2px;
  position: absolute;
  right: 3px;
  text-align: right;
  top: 3px; }
  .portlet-topper-toolbar .nobr {
    display: block;
    float: left;
    padding: 1px; }

.portlet-content, .portlet-minimized .portlet-content-container {
  padding: 12px 10px 10px; }

.portlet-minimized .portlet-content {
  padding: 0; }

.portlet-icon-back {
  background: url(/org-coe-theme/css/../images/arrows/01_left.png) no-repeat 0 50%;
  font-weight: bold;
  padding: 5px 5px 5px 18px; }

.portlet-nested-portlets .portlet-boundary {
  position: relative !important;
  top: 0 !important;
  left: 0 !important; }

/* ---------- Borderless portlet ---------- */
.portlet-borderless-container {
  min-height: 2.5em;
  position: relative; }

.portlet-borderless-bar {
  background: #333;
  color: #FFF;
  font-size: 10px;
  opacity: 0.3;
  padding: 2px 5px 1px;
  position: absolute;
  right: 0;
  text-shadow: -1px -1px #000;
  top: 0;
  z-index: 200; }
  .portlet-borderless-bar a {
    background: url() no-repeat 0 50%;
    color: #3AF;
    display: inline-block;
    height: 16px;
    margin-left: 5px;
    text-indent: -9999px;
    vertical-align: top;
    width: 16px; }
  .portlet-borderless-bar .portlet-actions {
    display: none;
    float: left;
    margin-right: 20px; }
  .portlet-borderless-bar .portlet-title-default, .portlet-borderless-bar .portlet-actions {
    vertical-align: top; }
  .portlet-borderless-bar .portlet-action-separator {
    display: none; }
  .portlet-borderless-bar .portlet-back a {
    height: auto;
    text-indent: 0;
    width: auto; }
  .portlet-borderless-bar .portlet-close a {
    background-image: url(/org-coe-theme/css/../images/portlet/close_borderless.png); }
  .portlet-borderless-bar .portlet-options li.lfr-trigger strong a {
    background-image: url(/org-coe-theme/css/../images/portlet/options_borderless.png); }

.portlet-borderless-container:hover .portlet-borderless-bar {
  opacity: 1; }
  .portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions {
    display: inline; }

.portlet-title-default {
  display: inline-block;
  float: right;
  font-weight: bold;
  text-transform: uppercase; }

.portlet-draggable .portlet-topper {
  cursor: move; }
.portlet-draggable .portlet-title-default {
  background: url(/org-coe-theme/css/../images/portlet/draggable_borderless.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px; }

/* ---------- Panel Page ---------- */
.lfr-panel-page {
  width: 100%; }
  .lfr-panel-page .portlet-title {
    font-size: 13px; }
  .lfr-panel-page .lfr-add-content h2 span {
    background-color: #D3DADD; }

/* ---------- Standard styles defined in the JSR 168 ---------- */
/* ---------- Fonts ---------- */
/* ---------- Font attributes for the 'normal' fragment font ---------- */
/* ---------- Font attributes similar to the .portlet-font but the color is lighter ---------- */
/* ---------- Messages ---------- */
.portlet-msg, .portlet-msg-info, .portlet-msg-error, .portlet-msg-alert, .portlet-msg-success {
  background: #EEE none no-repeat 6px 50%;
  border: 1px solid #555;
  color: #34404F;
  display: block;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left; }

/* ---------- Status of the current operation ---------- */
/* ---------- Help messages, general additional information, etc. ---------- */
.portlet-msg-info {
  background-color: #DFF4FF;
  background-image: url(/org-coe-theme/css/../images/messages/info.png);
  border-color: #A7CEDF; }
  .portlet-msg-info.pending {
    background-image: url(/org-coe-theme/css/../images/common/time.png); }

/* ---------- Error messages ---------- */
.portlet-msg-error {
  background-color: #FDD;
  background-image: url(/org-coe-theme/css/../images/messages/error.png);
  border-color: #F00; }

/* ---------- Warning messages ---------- */
.portlet-msg-alert {
  background-color: #FFC;
  background-image: url(/org-coe-theme/css/../images/messages/alert.png);
  background-position: 6px 20%;
  border-color: #FC0; }

/* ---------- Success messages ---------- */
.portlet-msg-success {
  background-color: #F4FDEF;
  background-image: url(/org-coe-theme/css/../images/messages/success.png);
  border-color: #ACDFA7;
  color: #384F34; }

/* ---------- Message labels ---------- */
.portlet-msg-info-label, .portlet-msg-error-label, .portlet-msg-alert-label, .portlet-msg-success-label {
  background: none no-repeat 0 50%;
  padding: 3px 3px 3px 20px;
  font-weight: bold; }

.portlet-msg-info-label {
  background-image: url(/org-coe-theme/css/../images/messages/info.png);
  color: #34404F; }

.portlet-msg-error-label {
  background-image: url(/org-coe-theme/css/../images/messages/error.png);
  color: #900; }

.portlet-msg-alert-label {
  background-image: url(/org-coe-theme/css/../images/messages/alert.png);
  color: #663; }

.portlet-msg-success-label {
  background-image: url(/org-coe-theme/css/../images/messages/success.png);
  color: #384F34; }

/* ---------- Sections ---------- */
/* ---------- Table or section header ---------- */
/* ---------- Normal text in a table cell ---------- */
/* ---------- Text in every other row in the cell ---------- */
/* ---------- Text in a selected cell range ---------- */
.portlet-section-selected, .portlet-section-selected a {
  background: #727C81;
  color: #FFF;
  font-weight: bold;
  text-decoration: none; }
.portlet-section-selected a:hover, .portlet-section-selected a:focus {
  background-color: #727C81; }

/* ---------- Text of a subheading ---------- */
/* ---------- Table or section footnote ---------- */
/* ---------- Text that belongs to the table but does not fall in one of the other categories (e.g. explanatory or help text that is associated with the section) ---------- */
/* ---------- Forms ---------- */
/* ---------- Text used for the descriptive label of the whole form (not the labels for fields) ---------- */
/* ---------- Text of the user-input in an input field ---------- */
/* ---------- Text on a button ---------- */
/* ---------- Text that appears beside a context dependent action icon ---------- */
/* ---------- Text that appears beside a 'standard' icon (e.g. Ok, or Cancel) ---------- */
/* ---------- Text for a separator of fields (e.g. checkboxes, etc.) ---------- */
/* ---------- Text for a field (not input field, e.g. checkboxes, etc.) ---------- */
/* ---------- Menus ---------- */
/* ---------- General menu settings such as background color, margins, etc. ---------- */
/* ---------- Normal, unselected menu item ---------- */
/* ---------- Selected menu item ---------- */
/* ---------- Normal, unselected menu item when the mouse hovers over it ---------- */
/* ---------- Selected menu item when the mouse hovers over it ---------- */
/* ---------- Normal, unselected menu item that has sub-menus ---------- */
/* ---------- Selected sub-menu item that has sub-menus ---------- */
/* ---------- Descriptive text for the menu (e.g. in a help context below the menu) ---------- */
/* ---------- Menu caption ---------- */
/* ---------- Miscellaneous portlet styles ---------- */
.restricted, .restricted td {
  background: #FDD;
  border: none; }
.restricted * {
  color: #727C81; }

.alt.restricted td {
  background-color: #FFC0C0; }

.hover.restricted td {
  background-color: #D3BDC0; }

.restricted td.col-1, .alt.restricted td.col-1 {
  background-image: url(/org-coe-theme/css/../images/messages/error.png);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 28px; }

/* ---------- Permissions ---------- */
.results-row.lfr-role .col-1, .results-row.hover.lfr-role .col-1 {
  background-image: url();
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 30px; }
.results-row.lfr-role-guest .col-1, .results-row.hover.lfr-role-guest .col-1 {
  background-image: url(/org-coe-theme/css/../images/common/guest_icon.png); }
.results-row.lfr-role-regular .col-1, .results-row.hover.lfr-role-regular .col-1 {
  background-image: url(/org-coe-theme/css/../images/common/user_icon.png); }
.results-row.lfr-role-site .col-1, .results-row.hover.lfr-role-site .col-1 {
  background-image: url(/org-coe-theme/css/../images/common/site_icon.png); }
.results-row.lfr-role-organization .col-1, .results-row.hover.lfr-role-organization .col-1 {
  background-image: url(/org-coe-theme/css/../images/common/organization_icon.png); }
.results-row.lfr-role-team .col-1, .results-row.hover.lfr-role-team .col-1 {
  background-image: url(/org-coe-theme/css/../images/common/team_icon.png); }

/* ---------- Miscellaneous component styles ---------- */
/* ---------- Add content dialog ---------- */
.lfr-portlet-item, .lfr-portlet-item p a {
  font-size: 1em; }

/* ---------- Actions button ---------- */
.lfr-actions.lfr-extended, .lfr-actions.lfr-extended ul {
  background: white url(/org-coe-theme/css/../images/forms/button.png) repeat-x 0 100%;
  border: 1px solid;
  border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE; }
.lfr-actions ul {
  bottom: -1px; }
.lfr-actions .lfr-trigger, .lfr-actions .lfr-trigger strong {
  background: none; }
.lfr-actions .lfr-trigger li {
  background: transparent;
  border-bottom: 1px solid #DEDEDE;
  padding: 2px; }
  .lfr-actions .lfr-trigger li a {
    padding: 5px 10px 5px 25px; }
    .lfr-actions .lfr-trigger li a:hover {
      background-color: #828F95;
      color: #FFF; }
  .lfr-actions .lfr-trigger li img {
    left: 3px;
    position: absolute; }
  .lfr-actions .lfr-trigger li.last {
    border-bottom: none; }
.lfr-actions.portlet-options {
  background: none;
  border: none;
  float: left; }
  .lfr-actions.portlet-options .lfr-trigger {
    padding: 0; }
    .lfr-actions.portlet-options .lfr-trigger strong {
      min-width: 0;
      padding: 1px; }
      .lfr-actions.portlet-options .lfr-trigger strong a {
        background-image: url(/org-coe-theme/css/../images/portlet/options.png);
        background-position: 0 0;
        display: block;
        font-size: 0;
        height: 16px;
        padding: 0;
        text-indent: -9999px;
        width: 16px; }

.visible.portlet-options .lfr-trigger strong a {
  background-image: url(/org-coe-theme/css/../images/portlet/options_selected.png); }

/*------ Breadcrumbs taglib ------*/
.breadcrumbs:before, .breadcrumbs:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden; }
.breadcrumbs:after {
  clear: both; }

.breadcrumbs-vertical {
  display: inline-block; }

.breadcrumbs-horizontal li {
  display: inline-block;
  vertical-align: middle; }

/* ---------- Contact Form ---------- */
.aui-fieldset-legend {
  padding-bottom: 0.5em; }

.aui-legend {
  position: static;
  width: auto; }

/* ---------- Calendar taglib ---------- */
.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border: none; }
.taglib-calendar tr td a {
  background-color: #F0F5F7;
  border: 1px solid #FFF;
  border-bottom: none;
  border-left: none;
  display: block;
  height: 15px;
  padding: 5px 0; }
  .taglib-calendar tr td a:hover {
    background-color: #727C81;
    color: #FFF; }
.taglib-calendar tr td.calendar-inactive {
  background-color: #FFF;
  color: #B5BFC4; }
.taglib-calendar tr th {
  border-bottom-color: #D7D7D7; }
.taglib-calendar table td {
  border-width: 0; }
.taglib-calendar .calendar-current-day, .taglib-calendar .calendar-current-day a {
  background-color: #FFF; }
.taglib-calendar .calendar-current-day a {
  border: 1px solid #727C81;
  color: #369;
  text-decoration: underline; }

.ie .portlet-borderless-bar {
  -ms-filter: alpha(opacity=20);
  filter: alpha(opacity=20); }
.ie .portlet-borderless-container:hover .portlet-borderless-bar {
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100); }
.ie .taglib-calendar tr td.first a {
  border-right: none; }

.ie6 .portlet-borderless-bar .portlet-actions, .ie7 .portlet-borderless-bar .portlet-actions {
  margin-right: 0;
  margin-left: 20px; }
.ie6 .portlet-title-default, .ie7 .portlet-title-default {
  float: left; }
.ie6 .breadcrumbs-vertical, .ie6 .breadcrumbs-horizontal li, .ie7 .breadcrumbs-vertical, .ie7 .breadcrumbs-horizontal li {
  display: inline;
  zoom: 1; }

.ie6 .portlet-topper-toolbar .icon {
  height: 16px;
  width: 16px; }
.ie6 .portlet-borderless-container {
  height: 2.5em; }
.ie6 .portlet-borderless-bar {
  filter: alpha(opacity=90); }
  .ie6 .portlet-borderless-bar .portlet-actions {
    display: inline;
    filter: alpha(opacity=90); }
.ie6 .breadcrumbs {
  zoom: 1; }

fieldset {
  border: 1px solid #BFBFBF;
  padding: 8px; }

.aui-fieldset {
  border-width: 0;
  padding: 0;
  position: relative; }

.aui-dialog-iframe-popup .aui-fieldset {
  margin-bottom: 0; }

.aui-fieldset .aui-field-content, .aui-field-row, .aui-button-holder, .aui-field-wrapper-content {
  margin: 10px 0; }

.aui-field-inline .aui-field-content, .aui-field-row .aui-field-content {
  margin: 0;
  margin-right: 5px; }

.aui-search-bar .aui-field-content {
  margin-right: 0; }
.aui-search-bar .aui-field-content, .aui-search-bar .aui-button-content {
  display: inline-block;
  vertical-align: middle; }

.aui-field-choice .aui-field-label {
  display: inline-block; }

.aui-field-date .aui-field-content {
  overflow: hidden; }

.aui-text-placeholder {
  color: #777; }

legend {
  font-weight: bold;
  padding: 0 6px; }

.aui-fieldset-legend {
  color: #000;
  font-size: 120%;
  font-weight: bold;
  padding: 0 0 1.5em; }

.aui-legend {
  border-bottom: 1px solid #CCC;
  display: block;
  position: absolute;
  width: 90%; }

input {
  background: #FFF; }

input[type="text"], input[type="password"], input[type="file"], input[type="submit"], input[type="button"], input[type="reset"], select, textarea, .textarea, button {
  background-image: url(/org-coe-theme/css/../images/forms/input_shadow.png);
  background-repeat: no-repeat;
  border: 1px solid;
  border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
  font: 1em Arial, Helvetica, Verdana, sans-serif;
  padding: 5px 1px; }

select {
  padding: 1px; }

input[type="image"] {
  background: transparent none;
  border: none;
  padding: 0; }

input[type="submit"], input[type="button"], input[type="reset"], button {
  background: #d4d4d4 url(/org-coe-theme/css/../images/portlet/header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #34404F;
  cursor: pointer;
  font-weight: bold;
  overflow: visible;
  padding: 5px;
  text-shadow: 1px 1px #FFF;
  width: auto; }
  input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button:hover {
    background: #b9ced9 url(/org-coe-theme/css/../images/application/state_hover_bg.png) repeat-x 0 0;
    border-color: #627782;
    color: #369; }
  input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus, button:focus {
    background: #ebebeb url(/org-coe-theme/css/../images/application/state_active_bg.png) repeat-x 0 0;
    border-color: #555; }

input.focus, textarea.focus {
  /*background: #FFC none;*/
  border: 1px solid #FC0; }

.lfr-actions.lfr-extended, .lfr-actions.lfr-extended ul {
  background: #d4d4d4 url(/org-coe-theme/css/../images/portlet/header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #34404F;
  cursor: pointer;
  font-weight: bold;
  overflow: visible;
  padding: 5px;
  text-shadow: 1px 1px #FFF;
  width: auto;
  padding: 0; }
.lfr-actions.lfr-extended:focus, .lfr-actions.lfr-extended:focus ul {
  background: #ebebeb url(/org-coe-theme/css/../images/application/state_active_bg.png) repeat-x 0 0;
  border-color: #555; }
.lfr-actions.lfr-extended.disabled, .lfr-actions.lfr-extended.disabled ul, .lfr-actions.lfr-extended.disabled:hover, .lfr-actions.lfr-extended.disabled:hover ul {
  background: #d4d4d4 url(/org-coe-theme/css/../images/portlet/header_bg.png) repeat-x 0 0;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #555;
  opacity: 0.5; }
.lfr-actions.lfr-extended:hover, .lfr-actions.lfr-extended:hover ul {
  background: #b9ced9 url(/org-coe-theme/css/../images/application/state_hover_bg.png) repeat-x 0 0;
  border-color: #627782;
  color: #369; }

.lfr-actions.disabled .taglib-text {
  color: #A9A9A9; }

.aui-button-disabled input[type], .aui-button-disabled input[type]:hover, .aui-button-disabled input[type]:focus, .aui-button-disabled button, .aui-button-disabled button:hover, .aui-button-disabled button:focus {
  background: #d4d4d4 url(/org-coe-theme/css/../images/portlet/header_bg.png) repeat-x 0 0;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #555;
  opacity: 0.5; }

.aui-buttonitem-disabled {
  background: #d4d4d4 url(/org-coe-theme/css/../images/portlet/header_bg.png) repeat-x 0 0;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #555;
  opacity: 0.5; }

input.aui-form-validator-error, textarea.aui-form-validator-error, select.aui-form-validator-error {
  border-color: #900;
  border-style: dotted; }

/* ---------- IE6 chokes on attribute selectors in a chain, so we separate them into their own rule ---------- */
.ie fieldset {
  padding-top: 0; }
.ie .aui-button-disabled input {
  -ms-filter: alpha(opacity=50);
  filter: alpha(opacity=50); }

.ie7 .aui-fieldset {
  zoom: 1; }

.ie6 input.text, .ie6 input.password, .ie6 input.submit, .ie6 input.file, .ie6 input.button, .ie6 button {
  background-image: url(/org-coe-theme/css/../images/forms/input_shadow.png);
  background-repeat: no-repeat;
  border: 1px solid;
  border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
  font: 1em Arial, Helvetica, Verdana, sans-serif;
  padding: 5px 1px; }
.ie6 input.submit, .ie6 input.button, .ie6 button, .ie6 .aui-button-disabled input.submit, .ie6 .aui-button-disabled input.button, .ie6 .aui-button-disabled button {
  background: #d4d4d4 url(/org-coe-theme/css/../images/portlet/header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #34404F;
  cursor: pointer;
  font-weight: bold;
  overflow: visible;
  padding: 5px;
  text-shadow: 1px 1px #FFF;
  width: auto; }
.ie6 .aui-button-disabled input.submit, .ie6 .aui-button-disabled input.button, .ie6 .aui-button-disabled button {
  color: #555; }
.ie6 input.focus, .ie6 textarea.focus {
  /*background: #FFC none;*/
  border: 1px solid #FC0; }

.aui-menu-content, body > .lfr-menu-list ul, .aui-underlay-content, .aui-dialog-content {
  -webkit-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5); }

.lfr-preview-file-image img, .lfr-translation-manager {
  -webkit-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8);
  box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8); }

.dockbar .menu-button-active .menu-button {
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7); }

.my-sites-menu .current-site a {
  -webkit-box-shadow: inset 0 5px 15px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 5px 15px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 5px 15px rgba(255, 255, 255, 0.5); }

.aui-dialog-hd {
  -webkit-box-shadow: 1px 1px 0 white;
  -moz-box-shadow: 1px 1px 0 white;
  box-shadow: 1px 1px 0 white; }

.lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  -webkit-box-shadow: inset 0 0 2px #224fa8;
  -moz-box-shadow: inset 0 0 2px #224fa8;
  box-shadow: inset 0 0 2px #224fa8; }

.lfr-search-combobox-item {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px; }

.lfr-search-combobox .aui-field-input-text {
  -webkit-border-radius: 4px 1px 1px 4px;
  -moz-border-radius: 4px 1px 1px 4px;
  -ms-border-radius: 4px 1px 1px 4px;
  -o-border-radius: 4px 1px 1px 4px;
  border-radius: 4px 1px 1px 4px; }

.lfr-search-combobox .aui-button-input {
  -webkit-border-radius: 1px 4px 4px 1px;
  -moz-border-radius: 1px 4px 4px 1px;
  -ms-border-radius: 1px 4px 4px 1px;
  -o-border-radius: 1px 4px 4px 1px;
  border-radius: 1px 4px 4px 1px; }

body > .lfr-menu-list, body > .lfr-menu-list ul, .lfr-actions, .aui-dialog-content, .aui-dialog .yui3-widget-hd, .modify-pages .delete-tab, input[type="submit"], input[type="button"], input[type="reset"], button, .tags-search-combobox .aui-field-input-text, .staging-icon-menu-container .staging-icon-menu.lfr-actions .lfr-trigger strong a, .active-area-proxy, .portlet-document-library .document-display-style .document-thumbnail img, .portlet-document-library-display .document-display-style .document-thumbnail img, .aui-paginator-link, .lfr-header-row .aui-toolbar-only, .lfr-translation-manager, .lfr-translation-manager-translation, .select-documents, .select-files, .taglib-ratings.stars:hover, .taglib-ratings.stars:hover .liferay-rating-vote, .rule-group-instance-container .rule-group-instance {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.lfr-header-row .aui-toolbar-content, .lfr-search-combobox, .select-documents, .select-files, .portlet-document-library div.document-display-style, .lfr-upload-container .upload-target, .lfr-upload-container .upload-file, .portlet-document-library .common-file-metadata-container.selected, .portlet-document-library-display .common-file-metadata-container.selected {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.portlet-journal .structure-tree .structure-field {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.aui-menu-content {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.aui-underlay-content {
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px; }

.lfr-hudcrumbs ul {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0; }

.lfr-token, .layout-customizable-controls, .lfr-translation-manager-delete-translation {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }

.customizable-layout-column-content {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.lfr-upload-container .upload-target {
  -webkit-box-shadow: inset 0 0 1px white;
  -moz-box-shadow: inset 0 0 1px white;
  box-shadow: inset 0 0 1px white;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF8FBE31', endColorstr='#FF729A22');
  background-image: -webkit-gradient(linear, 50%, 50%, color-stop(0%, #8fbe31), color-stop(85%, #729a22));
  background-image: -webkit-linear-gradient(50%, #8fbe31 0%, #729a22 85%);
  background-image: -moz-linear-gradient(50%, #8fbe31 0%, #729a22 85%);
  background-image: -o-linear-gradient(50%, #8fbe31 0%, #729a22 85%);
  background-image: linear-gradient(50%, #8fbe31 0%, #729a22 85%); }

.live-view .staging-tabview-list {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE3F8DF', endColorstr='#FFC4F0BC'); }

.staging-tabview-list {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.staging-bar {
  -webkit-box-shadow: inset 0 3em 1em rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 3em 1em rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 3em 1em rgba(0, 0, 0, 0.8); }

.staging-tabview-list .aui-tab-active .aui-tab-content, .site-variations-tabview-list .aui-tab-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.staging-tabview-list {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0.75em 0.75em rgba(255, 255, 255, 0.55);
  -moz-box-shadow: inset 0 0.75em 0.75em rgba(255, 255, 255, 0.55);
  box-shadow: inset 0 0.75em 0.75em rgba(255, 255, 255, 0.55);
  background-image: -webkit-gradient(linear, 0 0, 0 0, color-stop(0%, rgba(0, 0, 0, 0.06)), color-stop(25%, rgba(0, 0, 0, 0.06)), color-stop(25%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.06)), color-stop(75%, rgba(0, 0, 0, 0.06)), color-stop(75%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(0 0, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.06) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(0 0, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.06) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(0 0, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.06) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(0 0, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.06) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFEED4', endColorstr='#FFFFDBA6');
  background-size: 100px 100px; }

.portlet-staging-bar .staging-bar .site-variations-tabview-list {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8) inset, 1px 3px 8px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8) inset, 1px 3px 8px rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8) inset, 1px 3px 8px rgba(0, 0, 0, 0.8);
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #777777), color-stop(80%, #333333), color-stop(100%, #333333));
  background-image: -webkit-linear-gradient(center bottom, #777777, #333333 80%, #333333);
  background-image: -moz-linear-gradient(center bottom, #777777, #333333 80%, #333333);
  background-image: -o-linear-gradient(center bottom, #777777, #333333 80%, #333333);
  background-image: linear-gradient(center bottom, #777777, #333333 80%, #333333); }

.rule-group-instance-container .rule-group-instance {
  -webkit-box-shadow: 1px 1px 2px #999999;
  -moz-box-shadow: 1px 1px 2px #999999;
  box-shadow: 1px 1px 2px #999999; }

.portlet-journal .structure-tree .structure-field .structure-field .journal-article-field-label {
  margin-top: 5px; }

.portlet-journal .structure-tree li.structure-field:hover {
  background-color: #f8f8f8; }

.portlet-journal .structure-tree li.structure-field li.structure-field:hover {
  background-color: #f6f6f0; }

.portlet-journal .structure-tree li.repeated-field:hover {
  background-color: #f7fafb; }

/* share social bookmarks */
.taglib-social-bookmarks {
  background: none;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9; }

.taglib-social-bookmarks ul {
  padding: 0.5em 0 0.1em 0; }

/* Button back asset publisher */
.taglib-header .header-back-to a {
  border: 1px solid #eee;
  border-radius: 2px;
  padding: 0px 5px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.9em; }

.taglib-header .header-back-to a:hover {
  background-color: #fdfdfd; }

.portlet-asset-publisher .add-asset-selector {
  margin-bottom: 0; }

/* Error form fix width */
.aui-form-validator-error-container .aui-field-element {
  display: inline !important; }

/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
/*
Header COE
-------------------------------------------------------------- */
body {
  /*color: #010000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.625em;*/ }

#bg {
  background: url(/org-coe-theme/css/../images/fond_html.jpg) repeat-x #f6f6f6; }

#page {
  margin-right: auto;
  margin-left: auto;
  background: url(/org-coe-theme/css/../images/bg-header-site.jpg) no-repeat center top;
  min-width: 980px; }

#header .title-orga {
  height: 80px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 33px;
  width: 500px;
  text-align: right; }

#header .title-orga h2 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.ie7 #header .title-orga h2 {
  top: 10px; }

#header .title-orga h2,
#header .title-orga p {
  color: #E8E8E8;
  font-family: lucida sans unicode, lucida sans, arial;
  text-shadow: 0px 1px 2px #000;
  padding: 0;
  margin: 0;
  /*letter-spacing: -1px;*/ }

#header .title-orga h2 {
  font-size: 2.3em;
  line-height: 1.2em;
  font-weight: bold; }

#header .title-orga p {
  font-size: 2.1em;
  display: none; }

#header {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  height: 160px;
  font-family: arial, verdana, sans-serif; }

#header.no-portal-menu {
  height: 140px; }

#header h1 {
  margin: 0;
  padding: 0; }

#header h1 a {
  color: #e8e8e8;
  font-family: lucida sans unicode, lucida sans, arial;
  text-shadow: 0px 1px 2px black;
  text-decoration: none;
  letter-spacing: -1px;
  font-size: 36px;
  padding-left: 110px;
  font-weight: normal;
  position: absolute;
  top: 56px;
  left: 15px; }

#header h1.pjp .logoEU {
  background: url("/org-coe-theme/css/../images/logo-EU.png") no-repeat;
  padding: 0;
  height: 72px;
  top: 38px;
  left: 120px;
  z-index: 10;
  width: 96px; }

#header h1.pjp .logoCOE {
  padding: 0;
  height: 85px;
  top: 30px;
  left: 5px;
  z-index: 10;
  width: 108px; }

#header h1.pjp a.title-coe {
  padding-left: 0;
  left: 235px;
  line-height: 1em;
  top: 36px;
  font-size: 32px; }

#header h1.pjp a.title-pjp {
  padding-left: 0;
  left: 235px;
  line-height: 1em;
  top: 68px;
  font-size: 32px; }

.print {
  display: none; }

#wai {
  /*width: 250px;*/
  position: absolute;
  color: #95a8c3;
  font-size: 9px;
  left: 7px;
  top: 3px; }

#wai a {
  text-decoration: none;
  color: #95a8c3; }

#wai a:hover {
  text-decoration: underline; }

ul#lang {
  position: absolute;
  left: 414px;
  width: 265px;
  top: 3px;
  list-style: none; }

.ie7 ul#lang {
  z-index: 300; }

.text-resize {
  float: left; }

#lang li {
  float: left; }

#lang li a, #lang a.text-resize, #lang li.other-lang {
  text-transform: uppercase;
  background: #526a93 url(/org-coe-theme/css/../images/bg-btn-lang-off.png) repeat-x;
  margin-right: 2px;
  color: white;
  text-decoration: none;
  font-size: 9px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 1px 0px #424242;
  -moz-box-shadow: 0px 1px 1px 0px #424242;
  box-shadow: 0px 1px 1px 0px #424242;
  padding: 2px 3px;
  display: block; }

#lang li a:hover, #lang li a.active {
  background: #d2d2d2 url(/org-coe-theme/css/../images/bg-btn-lang-on.png) repeat-x;
  color: #424242; }

#lang li.intra {
  margin-left: 8px; }

/*other language*/
#lang .other-lang {
  float: left;
  position: relative; }

#lang .other-lang ul {
  visibility: hidden;
  position: absolute;
  z-index: 200;
  margin: 0;
  top: 16px;
  left: 0;
  background-color: rgba(25, 54, 108, 0.8);
  -moz-border-radius: 0px 0px 6px 6px;
  -webkit-border-radius: 0px 0px 6px 6px;
  border-radius: 0px 0px 6px 6px;
  width: 100%; }

.ie7 #lang .other-lang ul {
  background-color: #19366C;
  top: 17px; }

#lang .other-lang:hover ul {
  visibility: visible; }

#lang .other-lang ul li {
  float: none;
  list-style: none;
  text-align: center;
  background: url(/org-coe-theme/css/../images/other-lang-sep.png) no-repeat bottom center; }

#lang .other-lang ul li:last-child {
  background: none; }

#lang .other-lang ul li a {
  background: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  display: block;
  padding: 3px 10px; }

#lang .other-lang ul li a:hover {
  color: #cdcdcd; }

/*Search box*/
#search {
  position: absolute;
  right: 0;
  top: 2px;
  width: 300px;
  height: 25px; }

#search p.adsearch {
  margin: 0;
  padding: 0; }

#search p.adsearch a {
  float: left;
  position: absolute;
  top: 2px;
  right: 180px;
  color: #95a8c3;
  font-size: 9px;
  text-decoration: underline; }

#search p.adsearch a:hover {
  text-decoration: none; }

#search p label {
  display: none; }

#search input.searchFieldButton {
  position: absolute;
  right: 0;
  height: 23px; }

#search img.searchFieldButton {
  cursor: pointer; }

#search input.searchField {
  background-color: transparent;
  background-image: url(/org-coe-theme/css/../images/form-search-input.png);
  border: none;
  padding-left: 21px;
  font-size: 11px;
  color: #0D3063;
  width: 124px;
  position: absolute;
  top: 0;
  right: 28px;
  height: 13px; }

#search .searchFieldSelect {
  position: absolute;
  top: 0px;
  border-radius: 2px;
  right: 180px; }

/*#search div.leform{
background: url(/org-coe-theme/css/../images/form-search-input.png) no-repeat;
position: absolute;
right: 0px;
width: 174px;
height: 23px;
}*/
#search ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #4f70a0; }

/* Le menu principal */
ul#mainmenu, ul#mainmenu ul, ul#lang {
  margin: 0; }

ul#mainmenu {
  position: absolute;
  bottom: 0;
  width: 980px;
  background: url(/org-coe-theme/css/../images/ombrage-menu.png) no-repeat center bottom;
  display: table;
  margin: 0; }

#mainmenu li {
  display: table-cell; }

#mainmenu li a span {
  color: #ddd;
  padding-right: 15px;
  background: url(/org-coe-theme/css/../images/puce-mainmenu.png) no-repeat right center; }

#mainmenu li.dark {
  height: 28px;
  vertical-align: bottom;
  background: url(/org-coe-theme/css/../images/bg-menu-dark.png) repeat center top; }

#mainmenu li.white {
  height: 30px;
  background: url(/org-coe-theme/css/../images/bg-menu-white.png) center top; }

#mainmenu li.white a {
  height: 30px; }

#mainmenu li a {
  color: #ddd;
  text-decoration: none;
  font: normal normal 1.1em/2.1em arial, Verdana, sans-serif;
  background: url(/org-coe-theme/css/../images/sep-menu.png) no-repeat left bottom;
  padding-left: 10px;
  padding-right: 10px;
  height: 28px;
  display: block;
  text-align: center;
  /*text-shadow: rgba(0,0,0,0.5) -1px -1px 1px;*/ }

#mainmenu li:hover,
#mainmenu li.hover {
  color: #ccc;
  background-position: center bottom; }

#mainmenu li.home a {
  background-image: url(/org-coe-theme/css/../images/icon-home.png);
  text-indent: -9999px;
  width: 17px;
  height: 15px;
  margin-left: 10px;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 7px; }

#mainmenu li.dark.home {
  background-position: left top; }

#mainmenu li.dark.home:hover {
  background-position: left bottom; }

#mainmenu li.white.first {
  background-position: left top; }

#mainmenu li.white.first:hover,
#mainmenu li.white.first.hover {
  background-position: left bottom; }

#mainmenu li.white.last {
  background-position: right top; }

#mainmenu li.white.last:hover,
#mainmenu li.white.last.hover {
  background-position: right bottom; }

#mainmenu li.dark.news {
  background-position: right top; }

#mainmenu li.dark.news:hover {
  background-position: right bottom; }

#mainmenu li.white.first a, #mainmenu li.dark.nosep a {
  background-image: none; }

/* menu d�roulant */
#mainmenu li div.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 220;
  width: 980px;
  background: url(/org-coe-theme/css/../images/dropDown_menu.png) repeat-x #dadada;
  -webkit-box-shadow: 0px 10px 15px -3px #424242;
  -moz-box-shadow: 0px 10px 15px -3px #424242;
  box-shadow: 0px 10px 15px -3px #424242; }

#mainmenu li.menu .dropdown h3 {
  color: #2161B4;
  font-size: 150%;
  font-weight: bold;
  margin: 0;
  padding: 8px 0 12px 12px;
  line-height: 2em; }

#mainmenu li.menu .dropdown h4 {
  border: 1px solid #CCCCCC;
  color: #2161B4;
  font-size: 110%;
  font-weight: bold;
  line-height: 140%;
  margin: 0 6px 0;
  padding: 2px; }

#mainmenu li.menu .dropdown .col2 {
  float: left;
  width: 45%;
  padding-right: 2%;
  padding-left: 2%; }

#mainmenu li.menu .dropdown .col3 {
  float: left;
  padding: 0 1.6%;
  width: 30%; }

#mainmenu li.menu .dropdown .col4 {
  float: left;
  padding: 0 0.5%;
  width: 24%; }

#mainmenu li.menu .dropdown .col2-3 {
  float: left;
  padding: 0 1%;
  width: 63%; }

#mainmenu li.menu .dropdown ul {
  padding: 9px 9px 20px 9px;
  list-style-image: none; }

#mainmenu li.menu .dropdown ul ul {
  padding: 6px 0 6px 9px; }

#mainmenu li.menu .dropdown li {
  display: list-item;
  line-height: 14px;
  margin: 6px 0 6px 12px;
  list-style-type: disc;
  list-style-position: outside;
  color: #2161B4;
  float: none; }

#mainmenu li.menu .dropdown li a {
  background-image: none;
  display: inline;
  font-size: 90%;
  height: auto;
  line-height: 14px;
  margin: 0;
  padding: 0;
  color: #2161B4;
  text-shadow: none; }

#mainmenu li.menu .dropdown li a:hover {
  text-decoration: underline; }

/* bouton actions portlet recherche */
#header #search .portlet-borderless-bar {
  display: none; }

/* content body */
#wrapper {
  background-color: #fff;
  min-width: 960px;
  width: 80em;
  margin: 0 auto;
  padding: 10px;
  color: #444;
  font-size: 100%; }

/* Titre de page */
#wrapper h1.page-title {
  color: #3d6294;
  font-size: 2.3em;
  padding: 15px 0;
  border-bottom: 2px solid;
  border-color: #3d6294;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: normal;
  padding-left: 10px; }

/* zone en haut du wrapper */
.nns-zone {
  position: relative; }

/* breadcrumb */
#breadcrumb .breadcrumbs .first {
  display: none; }

#breadcrumb {
  margin-left: 10px;
  font-size: 0.825em;
  color: #666; }

#breadcrumb.breadcrumb-under {
  margin-top: 8px; }

#breadcrumb .you-are-here {
  float: left;
  padding-right: 10px; }

#breadcrumb li {
  padding-right: 4px; }

#breadcrumb li:after {
  content: ">"; }

#breadcrumb li.last:after {
  content: ""; }

#breadcrumb a {
  color: #666;
  margin-right: 5px; }

/* Bt print PDF */
.print-pdf {
  float: right;
  position: relative;
  height: 1px; }

.print-pdf .coe-pdf-export-portlet {
  position: absolute;
  top: -2px;
  right: 0; }

.print-pdf a {
  text-decoration: none;
  display: block;
  text-indent: -9999px;
  background: url("/org-coe-theme/css/../images/bt_print_pdf.png") top left;
  width: 51px;
  height: 21px; }

.print-pdf a:hover {
  background-image: url("/org-coe-theme/css/../images/bt_print_pdf_hover.png"); }

/* Bt CONNECT */
.connect {
  float: right;
  height: 20px;
  margin-top: -5px; }

.connect a.btconnect {
  display: block;
  text-decoration: none;
  background-color: #3D6394;
  color: #fff;
  padding: 5px 10px 5px 25px;
  position: relative;
  margin-left: 5px; }

.connect a.btconnect:hover {
  background-color: #1A4279;
  color: #fff; }

.connect a.btconnect i {
  font-size: 1.40em;
  padding-right: 6px;
  position: absolute;
  top: 5px;
  left: 8px; }

.ie7 .connect a.btconnect {
  background: url("/org-coe-theme/css/../images/icon-cadenas.png") 8px 50% no-repeat; }

.ie7 .no-portal-menu .connect {
  margin-top: 2px; }

/* footer intern */
.inter_footer {
  padding-top: 10px; }

.inter_footer .col-footer {
  width: 160px;
  padding-left: 30px;
  display: table-cell;
  border-left: 1px dotted;
  vertical-align: top; }

.ie7 .inter_footer .col-footer {
  float: left; }

.inter_footer .col-footer:first-child {
  border: none; }

.inter_footer .col-footer > ul {
  margin: 0;
  list-style: none; }

.inter_footer .col-footer > ul > li {
  padding-left: 12px;
  background: url("/org-coe-theme/css/../images/bullet-arrow-blue.png") no-repeat left 5px; }

.inter_footer .col-footer > ul > li a {
  text-decoration: none;
  color: #000; }

.inter_footer .col-footer > ul > li a:hover {
  text-decoration: underline; }

/* Share box */
#share_box {
  text-align: center;
  width: 500px;
  background-color: #dce0e9;
  margin: 0 auto 20px;
  padding: 10px 10px 0 10px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; }

#share_box .facebook_share,
#share_box .twitter_share,
#share_box .google_share {
  display: inline-block;
  margin: 0 15px; }

.ie7 #share_box .facebook_share,
.ie7 #share_box .twitter_share,
.ie7 #share_box .google_share {
  display: inline; }

#share_box .facebook_share {
  position: relative;
  top: -6px; }

.webkit #bg > .cleaner {
  display: inline-block; }

iframe {
  max-width: 100%; }

#footer a {
  text-decoration: none; }

#footer a:hover {
  text-decoration: underline; }

#footer {
  background-color: #748cae;
  background-image: url(/org-coe-theme/css/../images/footer-line-top.png);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 1px;
  font-size: 0.9em;
  line-height: 1em;
  min-width: 960px; }

#footer .footer-panel {
  background-color: #dce0e9;
  background-image: url(/org-coe-theme/css/../images/footer-shadow.png);
  background-position: center top;
  background-repeat: no-repeat; }

#footer .footer-panel .inner-content {
  color: #333;
  background-image: url(/org-coe-theme/css/../images/footer-map.jpg);
  background-position: center 20px;
  background-repeat: no-repeat;
  min-height: 200px;
  padding-bottom: 5px; }

#footer .activities, #footer .press,
#footer .links, #footer .contact {
  background-image: url(/org-coe-theme/css/../images/footer-sep-menu.png);
  background-position: right top;
  background-repeat: no-repeat;
  float: left; }

#footer h4 {
  color: #063b78;
  padding: 15px 0 15px 34px;
  font-size: 1.4em;
  font-weight: bold; }

#footer .activities {
  width: 40%; }

#footer .press {
  width: 20%; }

#footer .links {
  width: 20%; }

#footer .contact {
  background-image: none;
  width: 20%; }

#footer .footer_col {
  width: 150px;
  margin-left: 30px;
  float: left; }

#footer ul {
  margin: 0; }

#footer .footer-panel ul li {
  list-style: none outside none;
  background-image: url(/org-coe-theme/css/../images/footer-bullet.png);
  background-position: 6px 7px;
  background-repeat: no-repeat;
  padding: 2px 0 2px 15px;
  /*margin-right: 30px;*/ }

#footer .footer-panel ul li:hover {
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

#footer .footer-panel ul li a {
  padding: 2px 0;
  color: #333333;
  display: block; }

#footer .footer-panel ul li a:hover {
  text-decoration: none; }

#footer .btn-panel {
  width: 97px;
  height: 21px;
  padding-top: 5px;
  margin: 0 auto;
  background-image: url(/org-coe-theme/css/../images/footer-btn.png);
  background-position: left top;
  background-repeat: no-repeat; }

#footer .block-bottom .btn-panel a.link-panel {
  background-image: url(/org-coe-theme/css/../images/footer-openclose.png);
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  padding-left: 20px;
  width: 40%;
  height: 13px;
  margin: 0 auto;
  color: #063b78;
  text-decoration: none; }

#footer .btn-panel.no_display {
  width: 0; }

#footer .btn-panel.no_display a.link-panel {
  display: none; }

#footer .block-bottom .btn-panel .link-panel.fclose {
  background-position: left -13px; }

#footer .block-bottom {
  height: 44px;
  background-color: #073b77;
  background-image: url(/org-coe-theme/css/../images/footer-shadow.png);
  background-position: center top;
  background-repeat: no-repeat; }

#footer .inner-content {
  width: 980px;
  margin: 0 auto; }

#footer .block-bottom .inner-content,
#footer .block-bottom .inner-content a {
  color: #fff; }

#footer .block-bottom .block-left,
#footer .block-bottom .block-right {
  margin-top: -18px;
  font-size: 0.9em; }

#footer .block-bottom .block-left {
  color: #fff;
  float: left;
  padding: 0;
  margin-left: 20px;
  width: 400px; }

#footer .block-bottom .block-left .disclamer {
  width: 60%;
  line-height: 1.4em;
  display: inline-block; }

/* Hack Russe*/
.ru #footer .block-bottom .block-left .disclamer {
  margin-top: -7px; }

#footer .block-bottom a.log {
  background-position: 3px 50%;
  background-repeat: no-repeat;
  float: right;
  border: 1px solid #7c7c7c;
  border-radius: 4px;
  padding: 8px 5px 8px 22px;
  display: block;
  margin-right: 65px;
  background-image: url(/org-coe-theme/css/../images/icon-footer/icon-login.png); }

#footer .block-bottom .block-right {
  float: right;
  margin-right: 20px; }

/*#footer a.fav,*/
#footer a.print, #footer .block-bottom a.rss {
  padding: 8px 0 8px 22px;
  margin-right: 10px;
  background-position: left 50%;
  background-repeat: no-repeat;
  display: inline-block; }

#footer .block-bottom .sharebox {
  display: inline-block;
  border: 1px solid #7c7c7c;
  border-radius: 4px;
  padding: 2px 5px; }

#footer .block-bottom .sharebox li {
  display: inline-block;
  vertical-align: middle; }

#footer .block-bottom .sharebox li a {
  color: #fff;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  display: block;
  background: 50% 50% no-repeat;
  border: 1px solid transparent; }

#footer .block-bottom .sharebox li a:hover {
  border-color: #7c7c7c;
  border-radius: 4px; }

#footer .block-bottom .sharebox li a.share-twitter {
  background-image: url(/org-coe-theme/css/../images/icon-footer/icon-twitter.png); }

#footer .block-bottom .sharebox li a.share-facebook {
  background-image: url(/org-coe-theme/css/../images/icon-footer/icon-facebook.png); }

#footer .block-bottom .sharebox li a.share-googleplus {
  background-image: url(/org-coe-theme/css/../images/icon-footer/icon-googleplus.png); }

#footer .block-bottom .sharebox li a.share-linkedin {
  background-image: url(/org-coe-theme/css/../images/icon-footer/icon-linkedin.png); }

#footer .block-bottom .sharebox li a.share-pinterest {
  background-image: url(/org-coe-theme/css/../images/icon-footer/icon-pinterest.png); }

#footer .block-bottom .sharebox li a.share-mail {
  background-image: url(/org-coe-theme/css/../images/icon-footer/icon-mail.png); }

/*#footer a.fav{
	background-image: url(/org-coe-theme/css/../images/icns-send.png);
}*/
#footer a.print {
  background-image: url(/org-coe-theme/css/../images/icon-footer/icon-print.png); }

#footer .block-bottom a.rss {
  background-image: url(/org-coe-theme/css/../images/icon-footer/icon-rss.png); }

/*fix IE7*/
.ie7 #footer a.print, .ie7 #footer .block-bottom a.rss {
  display: block;
  float: left; }

.ie7 #footer .block-bottom .sharebox {
  display: block;
  float: left; }

.ie7 #footer .block-bottom .sharebox li {
  display: block;
  float: left;
  height: 22px;
  line-height: 22px; }

.ie7 #footer .block-bottom .block-left .disclamer {
  display: block;
  float: left; }

.ie7 #footer .block-bottom a.log {
  display: block;
  float: right; }

/*------- Footer mobile ------*/
#mobile-footer {
  padding-bottom: 40px;
  text-align: center;
  display: none; }

/* search mobile */
#mobile-footer #mobile-search {
  padding-top: 30px;
  margin: 0 auto;
  width: 500px; }

#mobile-footer #mobile-search label {
  display: none; }

#mobile-footer #mobile-search #inputzone {
  float: left;
  background-image: url("/org-coe-theme/css/../images/mobile-search-form-bkgd.png");
  height: 61px;
  width: 413px; }

#mobile-footer #mobile-search #inputzone input {
  border: none;
  background: none;
  font-size: 28px;
  padding: 11px;
  width: 100%; }

#mobile-footer #mobile-search input[type=image] {
  border-radius: 0px; }

/* switch langue mobile */
#mobile-footer #mobile-lang {
  margin: 25px 0 0 0; }

#mobile-footer #mobile-lang li {
  display: inline;
  margin: 10px;
  list-style: none; }

#mobile-footer #mobile-lang li a {
  background-image: -moz-linear-gradient(53% 0% -90deg, #7b97bd 0%, #4e668f 98%, #4e668f 100%);
  background-image: -webkit-gradient(linear, 53% 0%, 53% 101%, color-stop(0, #7b97bd), color-stop(0.98, #4e668f), color-stop(1, #4e668f));
  background-image: -webkit-linear-gradient(-90deg, #7b97bd 0%, #4e668f 98%, #4e668f 100%);
  background-image: -o-linear-gradient(-90deg, #7b97bd 0%, #4e668f 98%, #4e668f 100%);
  background-image: linear-gradient(-90deg, #7b97bd 0%, #4e668f 98%, #4e668f 100%);
  width: 58px;
  height: 41px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
  color: #fff;
  display: inline-block;
  font-size: 1.9em;
  line-height: 41px;
  text-decoration: none; }

#mobile-footer #mobile-lang li a.active {
  background-image: -moz-linear-gradient(53% 0% -90deg, #f0f0f0 0%, #cfcfcf 98%, #cfcfcf 100%);
  background-image: -webkit-gradient(linear, 53% 0%, 53% 101%, color-stop(0, #f0f0f0), color-stop(0.98, #cfcfcf), color-stop(1, #cfcfcf));
  background-image: -webkit-linear-gradient(-90deg, #f0f0f0 0%, #cfcfcf 98%, #cfcfcf 100%);
  background-image: -o-linear-gradient(-90deg, #f0f0f0 0%, #cfcfcf 98%, #cfcfcf 100%);
  background-image: linear-gradient(-90deg, #f0f0f0 0%, #cfcfcf 98%, #cfcfcf 100%);
  color: #333; }

/* switch mobile-standard website */
.switch-standard {
  margin-top: 30px; }

.switch-standard a {
  display: inline-block;
  padding: 10px 30px 10px 10px;
  color: #fff;
  border-radius: 5px;
  background: url("/org-coe-theme/css/../images/icon-switch@2x.png") no-repeat 96% center #182f52;
  text-decoration: none;
  background-size: 21px 15px; }

.switch-standard a:hover {
  background-color: #243c65;
  text-decoration: none; }

.switch-mobile {
  min-width: 980px;
  width: 100%;
  text-align: center;
  background-color: #073B77;
  padding-bottom: 10px; }

.switch-mobile a {
  display: inline-block;
  padding: 10px 30px 10px 10px;
  color: #fff;
  border-radius: 5px;
  background: url("/org-coe-theme/css/../images/icon-switch@2x.png") no-repeat 96% center #182f52;
  background-size: 21px 15px; }

.switch-mobile a:hover {
  background-color: #243c65;
  text-decoration: none; }

@media only screen and (min-width: 980px) {
  .switch-mobile {
    display: none; } }
/* ENTETE PORTLET
----------------------------------------*/
.portlet-topper h3 {
  padding: 10px;
  color: #666; }

.portlet-title {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  font-family: arial, sans-serif; }

/* CONTENU PORTLET
----------------------------------------*/
.portlet-content {
  padding-top: 0; }

/* Contenu read more */
.portlet-body .read-more {
  font-size: 0.8em;
  font-weight: bold; }

.portlet-borderless-container .read-more {
  padding: 0 10px; }

.portlet-body .read-more a {
  text-decoration: none;
  color: #95291d; }

.portlet-body .read-more a:hover {
  text-decoration: underline; }

.aui-portal-layout-proxy .portlet-topper {
  border: 1px solid;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.portlet hr, .portlet .separator {
  margin: 1em -10px; }

/* Related Assets */
.taglib-asset-links h2.asset-links-title {
  color: #293734;
  font-size: 1.09em;
  font-weight: bold;
  text-transform: uppercase;
  background: none;
  padding: 0;
  margin: 0; }

.taglib-asset-links ul.asset-links-list {
  border-bottom: 1px solid #DCDDDC;
  margin: 0.5em 0 1em;
  padding: 0 0 0.5em; }

/* PORTLET > ASSET PUBLISHER
----------------------------------------*/
/*--- Display Style > Abstracts ---*/
.asset-abstract h3 a {
  /*font-size: 0.8em;*/ }

.asset-abstract h3 a img {
  display: none; }

.asset-abstract h3.asset-title {
  border: none; }

.asset-abstract .asset-content {
  margin-left: 0; }

.portlet-asset-publisher .final-separator {
  margin-bottom: 5px; }

/*--- Display Style > titre abstracts ---*/
.portlet-asset-publisher .asset-title {
  margin-top: 0.8em;
  margin-bottom: 0.5em;
  line-height: 1em;
  font-size: 1.6em;
  /*font-weight: bold;*/ }

.portlet-asset-publisher .asset-title a {
  font-size: 1em; }

/*--- Display Style > Title List ---*/
.portlet-asset-publisher ul.title-list {
  margin: 0.5em 0 0.5em 0; }

.portlet-asset-publisher .title-list li {
  background-image: url(/org-coe-theme/css/../images/bullet-arrow-grey.png);
  background-repeat: no-repeat;
  background-position: 3px 4px;
  padding-left: 1em;
  margin-bottom: .5em;
  margin-right: 0; }

.portlet-asset-publisher .title-list a {
  float: none; }

.portlet-asset-publisher .title-list li > span img.icon {
  display: none; }

.portlet-asset-publisher .title-list li a, .portlet-asset-publisher .title-list .taglib-icon .taglib-text {
  text-decoration: none;
  color: #444;
  display: block; }

.ie .portlet-asset-publisher .title-list li a, .ie .portlet-asset-publisher .title-list .taglib-icon .taglib-text {
  display: inline; }

.col-right .portlet-asset-publisher .title-list li a, .col-right .portlet-asset-publisher .title-list .taglib-icon .taglib-text {
  font-family: Arial, sans-cerif; }

.portlet-asset-publisher .title-list li a:hover {
  text-decoration: underline; }

.portlet-asset-publisher .title-list li .asset-metadata {
  margin: 0;
  font-size: 0.9em; }

.portlet-asset-publisher .title-list li .metadata-publish-date {
  background: none;
  padding: 0;
  margin: 0;
  color: #9b9b9b; }

/*--- Asset publisher > Contenu developpé ---*/
h1.header-title {
  font-size: 1.64em; }

.portlet-asset-publisher .asset-full-content .asset-content {
  margin: 0; }

/* Asset publisher > class FOCUS */
.focus h3.asset-title {
  font-size: 1.8em;
  margin-top: 0.2em; }

.focus.portlet-asset-publisher .asset-small-image {
  float: left;
  padding-right: .5em;
  padding-left: 0;
  width: 200px; }

/* Asset publisher > class twocol */
/*afficher asset publisher en 2 colonnes*/
.separator {
  display: none; }

.twocol .asset-abstract,
.twocol.portlet-asset-publisher li.title-list {
  width: 49%;
  float: left;
  margin-right: 1%;
  clear: right; }

.twocol .asset-abstract:nth-of-type(even),
.twocol.portlet-asset-publisher li.title-list:nth-of-type(even) {
  clear: right;
  float: right;
  margin-right: 0;
  margin-left: 1%; }

.twocol .asset-abstract:nth-of-type(odd),
.twocol.portlet-asset-publisher li.title-list:nth-of-type(odd) {
  clear: left;
  float: left; }

.twocol.portlet-asset-publisher .final-separator {
  clear: both; }

/* image display news abstract*/
.twocol .news-asset-abstract div.asset-small-image {
  max-width: 50%; }

/* PORTLET > Media Gallery
----------------------------------------*/
.portlet-image-gallery-display .image-thumbnail {
  float: left;
  border-radius: 3px;
  margin: 0 7px 7px 0;
  border-width: 1px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  padding: 5px;
  padding-bottom: 20px;
  text-align: center;
  list-style: none;
  position: relative;
  width: 120px;
  height: 105px;
  overflow: hidden; }

.portlet-image-gallery-display .image-thumbnail img {
  max-width: 100% !important;
  max-height: 100% !important;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.ie7 .portlet-image-gallery-display .image-thumbnail img,
.ie8 .portlet-image-gallery-display .image-thumbnail img {
  top: 0;
  -ms-transform: translateY(0);
  transform: translateY(0); }

.portlet-image-gallery-display .image-thumbnail .image-title {
  font-size: 0.7em;
  width: 120px;
  height: 20px;
  position: absolute;
  overflow: hidden;
  padding: 0 5px;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  color: #444; }

.portlet-image-gallery-display .lfr-asset-column-content {
  margin: 0; }

.portlet-image-gallery-display .search-pages .page-links .next {
  float: none; }

.portlet-image-gallery-display .taglib-search-iterator-page-iterator-top,
.portlet-image-gallery-display .lfr-asset-metadata {
  display: none; }

.portlet-image-gallery-display h1.header-title {
  color: #3d6294;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0;
  font-size: 1.6em; }

.portlet-image-gallery-display .taglib-header {
  border: none;
  margin: 0; }

.portlet-image-gallery-display .lfr-asset-description {
  margin-bottom: 0; }

.portlet-image-gallery-display .lfr-asset-column-details .lfr-asset-metadata {
  margin-bottom: 1em;
  margin-top: 1em; }

img.aui-image-viewer-image {
  max-width: none; }

/* FIX 6.2*/
.portlet-image-gallery-display .image-icon {
  margin: 0;
  padding: 0;
  height: initial; }

.portlet-image-gallery-display .image-icon:hover,
.portlet-image-gallery-display .image-icon.hover,
.portlet-image-gallery-display .image-icon:hover .image-thumbnail img {
  background-color: initial; }

.portlet-image-gallery-display .image-thumbnail {
  margin: 0;
  padding: 0;
  max-width: 120px;
  max-height: 105px; }

.portlet-image-gallery-display .image-link {
  position: relative;
  margin: 0 7px 7px 0;
  padding: 5px;
  display: block;
  border: 1px solid #eee;
  height: 105px;
  padding-bottom: 20px;
  border-radius: 3px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out; }

.portlet-image-gallery-display .image-link:hover {
  border-color: #ccc; }

.portlet-image-gallery-display .image-icon img {
  background-color: initial;
  border: 0px;
  padding: 0; }

.portlet-image-gallery-display .image-title {
  font-size: .7em;
  width: 120px;
  height: 20px;
  position: absolute;
  overflow: hidden;
  padding: 0 5px;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  color: #444; }

.taglib-page-iterator .lfr-pagination-config {
  float: none;
  margin-top: 20px; }

.taglib-page-iterator .lfr-pagination-page-selector {
  float: right; }

.taglib-page-iterator .lfr-pagination-buttons {
  clear: both;
  text-align: center;
  float: none; }

/*---------------------------------------------*/
/* Menu à droite - sitemap - class = sitemapflat
---------------------------------------------*/
.sitemap-flat .portlet-content,
.sitemap-flat .portlet-borderless-container .portlet-body {
  font-size: 0.9em; }

.sitemap-flat .root {
  font-size: 1.1em; }

.sitemap-flat .portlet-content ul,
.sitemap-flat .portlet-borderless-container .portlet-body ul {
  margin: 0;
  list-style: none;
  font-size: 1em; }

.sitemap-flat .portlet-content ul li,
.sitemap-flat .portlet-borderless-container .portlet-body ul li {
  margin: 0; }

.sitemap-flat .portlet-content ul li a,
.sitemap-flat .portlet-borderless-container .portlet-body ul li a {
  padding: 5px 10px 5px 14px;
  display: block;
  background-color: #eee;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  font-weight: normal; }

/* niveau root */
.sitemap-flat .portlet-content ul li a.root,
.sitemap-flat .portlet-borderless-container .portlet-body ul li a.root {
  background-color: #0c1f3d;
  color: #fff;
  text-align: center;
  font-size: 1.2em; }

/* survol */
.sitemap-flat .portlet-content ul li a:hover,
.sitemap-flat .portlet-content ul li a.current,
.sitemap-flat .portlet-borderless-container .portlet-body ul li a:hover,
.sitemap-flat .portlet-borderless-container .portlet-body ul li a.current {
  background-color: #3d6294;
  color: #fff; }

/* sous-niveaux*/
.sitemap-flat .portlet-content ul li a:not(.root) + ul li a,
.sitemap-flat .portlet-borderless-container .portlet-body ul li a:not(.root) + ul li a {
  padding-left: 30px; }

.sitemap-flat .portlet-content ul li a:not(.root) + ul li ul li a,
.sitemap-flat .portlet-borderless-container .portlet-body ul li a:not(.root) + ul li ul li a {
  padding-left: 45px; }

.sitemap-flat .portlet-content ul li a:not(.root) + ul li ul li ul li a,
.sitemap-flat .portlet-borderless-container .portlet-body ul li a:not(.root) + ul li ul li ul li a {
  padding-left: 60px; }

.sitemap-flat .portlet-content ul li a:not(.root) + ul li ul li ul li ul li a,
.sitemap-flat .portlet-borderless-container .portlet-body ul li a:not(.root) + ul li ul li ul li ul li a {
  padding-left: 75px; }

.sitemap-flat .portlet-content ul li a.root + ul li ul li a,
.sitemap-flat .portlet-borderless-container .portlet-body ul li a.root + ul li ul li a {
  padding-left: 30px; }

.sitemap-flat .portlet-content ul li a.root + ul li ul li ul li a,
.sitemap-flat .portlet-borderless-container .portlet-body ul li a.root + ul li ul li ul li a {
  padding-left: 45px; }

.sitemap-flat .portlet-content ul li a.root + ul li ul li ul li ul li a,
.sitemap-flat .portlet-borderless-container .portlet-body ul li a.root + ul li ul li ul li ul li a {
  padding-left: 60px; }

.sitemap-flat .portlet-content ul li a.root + ul li ul li ul li ul li ul li a,
.sitemap-flat .portlet-borderless-container .portlet-body ul li a.root + ul li ul li ul li ul li ul li a {
  padding-left: 75px; }

/* bullet */
.sitemap-flat .portlet-content ul li li a:before,
.sitemap-flat .portlet-borderless-container .portlet-body ul li li a:before {
  content: '\002022'; }

.sitemap-flat .portlet-content > ul > li > a:not(.root):before,
.sitemap-flat .portlet-borderless-container .portlet-body > ul > li > a:not(.root):before,
.sitemap-flat .portlet-content ul li a.root + ul > li > a:before,
.sitemap-flat .portlet-borderless-container .portlet-body ul li a.root + ul > li > a:before {
  content: '\0025cf';
  padding-right: 5px; }

.sitemap-flat .portlet-content ul li a.root:before,
.sitemap-flat .portlet-borderless-container .portlet-body ul li a.root:before {
  content: "";
  padding: 0px; }

/* PORTLET > Icon title
----------------------------------------*/
.portlet-boundary .portlet-title span.icon-title {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  background-color: #000;
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  float: left; }

.portlet-boundary.icon-search .portlet-title span.icon-title {
  background-image: url(/org-coe-theme/css/../images/icon-portlet/icon-title-search.png);
  margin: 2px 5px 0 0;
  height: 14px;
  width: 14px; }

.portlet-boundary.icon-lock .portlet-title span.icon-title {
  background-image: url(/org-coe-theme/css/../images/icon-portlet/icon-title-lock.png);
  margin: 2px 5px 0 0;
  height: 14px;
  width: 14px; }

/* PORTLET > Calendar
----------------------------------------*/
.coe-calendar .ocean-blue, .coe-calendar .dazzling-blue, .coe-calendar .blue-turquoise, .coe-calendar .acai-purple, .coe-calendar .vintage-pink, .coe-calendar .vivacious-pink, .coe-calendar .vibrant-red, .coe-calendar .celosia-red,
.coe-calendar .vermillon-red, .coe-calendar .grass-green, .coe-calendar .oasis-green, .coe-calendar .water-green, .coe-calendar .titanium-blue, .coe-calendar .concrete-grey, .coe-calendar .dark-blue {
  color: #fff; }
  .coe-calendar .ocean-blue a, .coe-calendar .dazzling-blue a, .coe-calendar .blue-turquoise a, .coe-calendar .acai-purple a, .coe-calendar .vintage-pink a, .coe-calendar .vivacious-pink a, .coe-calendar .vibrant-red a, .coe-calendar .celosia-red a,
  .coe-calendar .vermillon-red a, .coe-calendar .grass-green a, .coe-calendar .oasis-green a, .coe-calendar .water-green a, .coe-calendar .titanium-blue a, .coe-calendar .concrete-grey a, .coe-calendar .dark-blue a {
    color: #fff; }

.coe-calendar .ocean-blue {
  background-color: #1b7eac;
  color: #fff; }

.coe-calendar .dazzling-blue {
  background-color: #17457e;
  color: #fff; }

.coe-calendar .blue-turquoise {
  background-color: #00838f;
  color: #fff; }

.coe-calendar .acai-purple {
  background-color: #990066;
  color: #fff; }

.coe-calendar .vintage-pink {
  background-color: #ca475b;
  color: #fff; }

.coe-calendar .vivacious-pink {
  background-color: #d20050;
  color: #fff; }

.coe-calendar .vibrant-red {
  background-color: #d4310d;
  color: #fff; }

.coe-calendar .celosia-red {
  background-color: #c35515;
  color: #fff; }

.coe-calendar .vermillon-red {
  background-color: #990000;
  color: #fff; }

.coe-calendar .grass-green {
  background-color: #008a2c;
  color: #fff; }

.coe-calendar .oasis-green {
  background-color: #588304;
  color: #fff; }

.coe-calendar .water-green {
  background-color: #118566;
  color: #fff; }

.coe-calendar .titanium-blue {
  background-color: #38566a;
  color: #fff; }

.coe-calendar .concrete-grey {
  background-color: #737373;
  color: #fff; }

.coe-calendar .dark-blue {
  background-color: #0c2637;
  color: #fff; }

/* boutons portlet calendar */
.aui .coe-calendar .btn, .aui .btn.active {
  text-shadow: none;
  background-image: none;
  border: 0;
  box-shadow: none;
  padding-top: 5px;
  padding-bottom: 5px; }

.aui .coe-calendar .btn-group > .btn + .btn {
  margin-left: 1px; }

/*btn generic*/
.aui .coe-calendar .coe-calendar .btn {
  background-color: #f4f4f4; }

/*btn generic hover */
.aui .coe-calendar .btn:hover,
.aui .coe-calendar .btn:focus {
  background-color: rgba(241, 241, 241, 0.6); }

/*btn generic active*/
.aui .coe-calendar .btn:active,
.aui .coe-calendar .btn.active {
  background-color: #ddd;
  color: #161616; }

/*btn blue*/
.aui .coe-calendar .btn-primary {
  background-color: #1b7eac; }

/*btn blue hover */
.aui .coe-calendar .btn-primary:hover,
.aui .coe-calendar .btn-primary:focus {
  background-color: rgba(27, 126, 172, 0.7); }

/*btn blue active*/
.aui .coe-calendar .btn-primary:active,
.aui .coe-calendar .btn-primary.active {
  background-color: #123751;
  color: #fff; }

/*btn orange*/
.aui .coe-calendar .btn-warning {
  background-color: #f77b33; }

/*btn orange hover */
.aui .coe-calendar .btn-warning:hover,
.aui .coe-calendar .btn-warning:focus {
  background-color: rgba(247, 123, 51, 0.7); }

/*btn orange active*/
.aui .coe-calendar .btn-warning:active, .aui .coe-calendar .btn-warning.active {
  background-color: #c35615;
  color: #fff; }

/* STRUCTURE > portlet presentation
----------------------------------------*/
.structure-title {
  margin-left: -10px; }

.portlet-borderless-container .structure-title {
  margin: 0; }

.structure-title .heading-struct {
  border-bottom: 3px solid #3d6294;
  background-color: #fff;
  position: relative; }

.structure-title .heading-struct h2 {
  line-height: 1.2em;
  font-size: 2.09em;
  font-weight: normal;
  padding: 15px 50px 15px 0; }

.structure-title .heading-struct a.btswitch {
  position: absolute;
  right: 30px;
  top: 28px;
  height: 6px;
  width: 14px;
  background: url(/org-coe-theme/css/../images/bullet-open-close.png) top center;
  background-color: #3D6394; }

.structure-title .heading-struct a.btswitch.closed {
  background-position: bottom center; }

.ie7 .structure-title .heading-struct a.btswitch {
  top: 40px; }

.structure-title .desc-struct {
  background-color: #f0f0f0;
  padding: 15px 20px; }

/* if title page active */
.title-page .structure-title .heading-struct {
  border-width: 2px; }

.title-page .structure-title .heading-struct h2 {
  font-size: 1.82em;
  padding: 15px 50px 15px 10px;
  margin: 0; }

.title-page .structure-title .heading-struct a.btswitch {
  top: 22px; }

/* STRUCTURE > Advanced Web Content 
----------------------------------------*/
.content-image {
  float: left;
  padding-right: 10px; }

.content-location-date {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #999;
  padding-bottom: 8px;
  font-weight: bold; }

/* STRUCTURE > News
----------------------------------------*/
.content .surtitre {
  font-size: 1.27em; }

/* Image video content */
.content .image-content,
.content .video-content {
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
  max-width: 100%;
  display: block; }

.content .image-content img {
  max-width: 100%; }

.content .video-content div,
.content .video-content object,
.content .video-content iframe {
  max-width: 100%; }

.content .image-content .legende-image,
.content .video-content .legende-image {
  color: #777;
  padding-top: 5px;
  font-size: 0.85em;
  text-align: center;
  display: block;
  caption-side: bottom;
  width: 100%; }

.ie .content .image-content .legende-image,
.ie .content .video-content .legende-image {
  display: block; }

/* Infos content */
.content .info-content {
  padding-bottom: 10px; }

.content .info-content span::after {
  content: " | "; }

.content .info-content span:last-child::after,
.content .info-content span.square::after {
  content: ""; }

/* square */
.content .info-content span.square {
  float: left;
  display: block;
  height: 10px;
  width: 10px;
  margin: 3px;
  background-color: #666; }

.content .info-content .origine, .content .info-content .location, .content .info-content .date {
  color: #000;
  font-weight: normal;
  font-size: 1em; }

.content .info-content .origine {
  font-weight: bold; }

.content .info-content .location {
  text-transform: uppercase; }

.content .text {
  /*line-height: 1.6em;
  font-size: 1.09em;*/ }

/* resource link */
.content .ressource-link {
  padding: 5px 0; }

.content .ressource-link a {
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  padding: 3px 10px 3px 25px;
  border-radius: 2px;
  background-position: 5px center;
  background-repeat: no-repeat;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in; }

.content .ressource-link a:hover {
  background-color: #f1f1f1; }

.content .ressource-link a.video {
  background-image: url(/org-coe-theme/css/../images/icon-video-dark.png); }

.content .ressource-link a.gallery {
  background-image: url(/org-coe-theme/css/../images/icon-gallery-dark.png); }

.content .ressource-link a.sound {
  background-image: url(/org-coe-theme/css/../images/icon-sound-dark.png); }

.content .ressource-link a.link {
  background-image: url(/org-coe-theme/css/../images/icon-link-dark.png); }

/* STRUCTURE > Multiple item
----------------------------------------*/
.featured-items-content .featured-item {
  margin-bottom: 1em;
  background-color: #fafafa;
  padding: 10px; }

.featured-items-content .featured-item img.featured-item-image {
  float: left;
  /*width: 25%;*/
  max-width: 180px;
  margin-right: 10px; }

/* STRUCTURE > Multiple item [template Accordeon 1]
----------------------------------------*/
.featured-item-accordeon {
  border: 1px solid #ddd;
  border-bottom-width: 0px; }

.featured-item-accordeon:first-child {
  border-radius: 3px 3px 0 0; }

.featured-item-accordeon:last-child {
  border-radius: 0 0 3px 3px;
  border-bottom-width: 1px; }

.featured-item-accordeon .zone-header-accordeon {
  padding: 15px 30px 15px 15px;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  background: url(/org-coe-theme/css/../images/arrow-down.png) no-repeat 98% 15px; }

.featured-item-accordeon.IsSelected .zone-header-accordeon {
  padding: 15px 30px 15px 15px;
  background: url(/org-coe-theme/css/../images/arrow-up.png) no-repeat 98% 15px; }

.featured-item-accordeon .zone-header-accordeon:hover,
.featured-item-accordeon.IsSelected .zone-header-accordeon {
  background-color: #f1f1f1; }

.featured-item-accordeon .zone-body-accordeon {
  padding: 15px;
  border-bottom: 1px solid #ddd; }

/* image */
.featured-item-accordeon img.featured-item-image {
  max-width: 80px;
  float: left;
  margin-right: 10px; }

/* titre */
.featured-item-accordeon h4.featured-item-title {
  font-size: 14px;
  font-weight: bold;
  color: #444; }

.featured-item-accordeon h4.featured-item-title a {
  color: #444; }

/* soustitre */
.featured-item-accordeon h6.featured-item-subtitle {
  font-size: 13px;
  color: #444; }

/* date */
.featured-item-accordeon .zone-header-accordeon .date {
  color: #666;
  font-size: 11px;
  text-transform: uppercase; }

/* STRUCTURE > Multiple item [template Accordeon 2]
----------------------------------------*/
.featured-item-depliant {
  width: 49%;
  margin-bottom: 16px;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in; }

.featured-item-depliant.impair {
  float: left;
  clear: left;
  margin-right: 1%; }

.featured-item-depliant.pair {
  float: left;
  clear: right;
  margin-left: 1%; }

/*fix IE7*/
.ie7 .featured-item-depliant.impair {
  margin-right: 5px; }

.ie7 .featured-item-depliant.pair {
  margin-left: 5px;
  clear: none; }

/* Zone 25% */
.aui-w25 .featured-item-depliant.impair,
.aui-w25 .featured-item-depliant.pair {
  float: none;
  clear: none;
  margin-right: 0;
  width: auto; }

/* Zone 50% */
.aui-w50 .featured-item-depliant.impair,
.aui-w50 .featured-item-depliant.pair {
  float: none;
  clear: none;
  margin-right: 0;
  width: auto; }

/* survol */
.featured-item-depliant:hover {
  background-color: #f1f5f8; }

.featured-item-depliant .zone-header-depliant {
  padding: 0; }

.featured-item-depliant .zone-body-depliant {
  padding: 0; }

/* barre depliant */
.featured-item-depliant span.deplier {
  position: relative;
  display: block;
  visibility: visible;
  height: 16px;
  margin: 5px 0 0;
  background: url(/org-coe-theme/css/../images/arrow-down.png) no-repeat 50% 50% #e4e6e9;
  border-top: 1px solid #a2a9ae;
  opacity: 0.4;
  filter: alpha(opacity=40); }

.featured-item-depliant.IsSelected span.deplier {
  background-image: url(/org-coe-theme/css/../images/arrow-up.png); }

.js .featured-item-depliant:hover span.deplier {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100); }

/* image */
.featured-item-depliant img.featured-item-image {
  max-width: 100%;
  margin-bottom: 5px; }

/* titre */
.featured-item-depliant h4.featured-item-title {
  font-size: 15px;
  font-weight: bold; }

/* soustitre */
.featured-item-depliant h6.featured-item-subtitle {
  font-size: 14px;
  color: #444; }

/* date */
.featured-item-depliant .zone-header-depliant .date {
  color: #666;
  font-size: 12px;
  text-transform: uppercase; }

/* Variante ACCORDION 2 avec class= image-left */
.image-left .featured-item-depliant img.featured-item-image {
  max-width: 40% !important;
  padding-right: 1%;
  float: left; }

.image-left .featured-item-depliant h4.featured-item-title a:hover {
  color: #129af0; }

.image-left .featured-item-depliant .zone-body-depliant {
  padding-top: 10px; }

/* STRUCTURE > Multiple item [template publication]
----------------------------------------*/
div.publications .featured-item {
  margin-bottom: 1em;
  background-color: #fafafa;
  padding: 10px;
  text-align: center; }

div.publications .featured-item {
  width: 22%;
  float: left;
  padding: 1% !important;
  margin-right: 1%; }

/* affichage sur col 50% */
.aui-w50 div.publications .featured-item {
  width: 47%;
  float: left;
  padding: 1% !important; }

.aui-w50 div.publications div.featured-item:nth-child(odd) {
  float: left;
  clear: left;
  margin-right: 2%; }

.aui-w50 div.publications div.featured-item:nth-child(even) {
  float: right;
  clear: right;
  margin-right: 0; }

/* affichage sur col 25% */
.aui-w25 div.publications .featured-item,
.aui-w50 .portlet-nested-portlets .aui-w50 div.publications .featured-item {
  float: none;
  width: auto;
  margin-right: 0;
  padding: 5% !important; }

.aui-w25 div.publications .featured-items-group {
  margin: 0 9%; }

/* image publication */
div.publications .featured-item img.featured-item-image {
  width: 84%;
  margin: 0;
  padding: 8%; }

/* titres */
div.publications .featured-item h4.featured-item-title {
  margin-bottom: 0; }

/* date */
div.publications .featured-item span.date {
  margin-bottom: 5px;
  display: block; }

/* groupe name */
/* STRUCTURE > Grid gallery
----------------------------------------*/
/* Grid gallery */
span#log {
  display: none; }

.grid-gallery ul {
  margin: 0;
  padding: 0; }

.grid-gallery .image-item {
  float: left;
  border-radius: 3px;
  margin: 0 7px 7px 0;
  border: 1px solid #ccc;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background-image: none;
  font-size: 1.2em;
  padding: 5px;
  text-align: center;
  list-style: none;
  position: relative; }

.grid-gallery .image-item:hover {
  border: 1px solid #3d5c8e;
  background-color: #f3f3f3; }

.ie7 .grid-gallery .image-item a,
.ie8 .grid-gallery .image-item a {
  display: block; }

.grid-gallery .image-item a {
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.grid-gallery .picture-item a:hover {
  text-decoration: none; }

/* gallery 1*/
.gallery1 .image-item {
  width: 120px;
  height: 120px; }

.gallery1 .picture-item {
  border: none;
  max-width: 120px;
  max-height: 120px; }

.gallery1 .image-item a {
  height: 120px;
  width: 120px; }

/* gallery 2 */
.gallery2 .picture-item {
  max-height: 100px;
  max-width: 120px; }

.gallery2 .image-item {
  width: 120px;
  height: 120px; }

.gallery2 .image-item a {
  height: 100px;
  width: 120px; }

.gallery2 .image-item.tooltip {
  opacity: 1; }

.gallery2 .image-item span.image-title {
  font-size: 0.6em;
  width: 120px;
  height: 20px;
  position: absolute;
  overflow: hidden;
  padding: 0 5px;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block; }

/* STRUCTURE > multi column
----------------------------------------*/
.column-container .columns .column {
  vertical-align: top;
  border-right: 1px dotted #CCC;
  float: none !important;
  padding: 0 10px; }

.column-container .columns .column.last {
  border-right: none; }

/* STRUCTURE > les actions de contact
----------------------------------------*/
ul#calltocontact {
  margin: 0;
  padding: 0;
  border-top: 1px solid #dbdcdb; }

#calltocontact li {
  background-image: none !important;
  list-style-type: none !important;
  padding-left: 10px; }

#calltocontact li, #calltocontact a {
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in; }

#calltocontact a {
  display: block;
  background: url(/org-coe-theme/css/../images/sprite-cta.png) no-repeat;
  height: 40px;
  padding-left: 50px;
  text-decoration: none;
  font: 1.7em/2em Georgia, "Times New Roman", Times, serif;
  color: #777; }

#calltocontact a.contact {
  background-position: 0 0; }

#calltocontact a.newsletter {
  background-position: 0 -40px; }

#calltocontact a.rss {
  background-position: 0 -80px; }

#calltocontact li:hover {
  background-color: #dadbda; }

#calltocontact li a:hover {
  color: #fff; }

/*--------- STRUCTURE -- diapo ----------*/
.list-diapo {
  position: relative; }

.news .image-news {
  float: left;
  padding-right: 35px; }

.news .image-news img {
  width: 390px; }

.content-news {
  padding-right: 35px;
  padding-top: 15px; }

.content-news h3 {
  margin: 0;
  line-height: 1.2em;
  font-family: times New Roman; }

.date-news {
  font-weight: bold;
  font-family: times New Roman; }

.date-news hr {
  border: none;
  border-top: 1px solid #000;
  margin: 10px 0; }

#select-news {
  left: 10px;
  position: absolute;
  top: 240px; }

#select-news a {
  border: 1px solid #FFFFFF;
  margin-right: 5px;
  padding: 2px 7px;
  color: #fff;
  text-decoration: none;
  font-size: 0.9em;
  display: block;
  float: left;
  opacity: 0.8;
  filter: Alpha(Opacity=80); }

#select-news a.select {
  background-color: #FFFFFF;
  border-color: #666666;
  color: #666666;
  opacity: 0.8;
  filter: Alpha(Opacity=80); }

/* STRUCTURE > Quizz
----------------------------------------*/
/* Questions */
div.content-question h3.question {
  margin-top: 0.5em; }

div.content-question div.description {
  font-size: 1.1em;
  line-height: 150%;
  margin-top: 2em;
  margin-bottom: 2em; }

/* Answer template generic */
div.quizz ol.answer {
  counter-reset: answer;
  margin: 0 0 0 1em; }

div.quizz ol.answer li {
  list-style-type: none;
  counter-increment: answer;
  font-size: 1rem;
  border-bottom: 1px dotted #E6E6E6;
  margin: 0;
  padding: 10px 0; }

div.quizz ol.answer li:last-child {
  border-bottom: none; }

div.quizz ol.answer li a:before {
  content: counter(answer);
  font-weight: normal;
  font-size: 1em;
  font-style: normal;
  text-align: center;
  margin: 0 10px 0 0;
  padding: 10px 15px;
  border-radius: 20px;
  border: 1px solid #E6E6E6;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  line-height: 1em;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px; }

div.quizz ol.answer li a {
  padding: 10px 15px 10px 0;
  display: block;
  text-decoration: none;
  border-radius: 4px;
  vertical-align: middle;
  position: relative;
  padding-left: 50px; }

div.quizz ol.answer li a:hover:before {
  background-color: #f5f5f5; }

div.quizz ol.answer li.selected a:before {
  background-color: #3d6092;
  color: #fff;
  border-color: #3d5f91; }

/* Results */
div.quizz div.result,
div.quizz.template2 div.result {
  margin-top: 2em;
  margin-bottom: 2em;
  border: 1px solid #E6E6E6;
  padding: 1em; }

div.quizz div.result {
  border-radius: 4px; }

div.quizz.template2 div.result {
  border-radius: 8px; }

div.quizz .close {
  float: right;
  background: url(/org-coe-theme/css/../images/icn_close.png) center center no-repeat;
  background-size: cover;
  text-indent: -9999px;
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 0;
  opacity: .5;
  cursor: pointer; }

div.quizz .close:hover {
  opacity: 1; }

/* Le quizz IE7
----------------------------------------*/
.ie7 div.quizz ol.answer li {
  list-style-type: decimal;
  list-style-position: inside;
  font-weight: bold; }

.ie7 div.quizz ol.answer li a {
  padding: 10px 15px 10px 10px;
  font-weight: normal; }

.ie7 div.quizz .close {
  background-image: url(/org-coe-theme/css/../images/icn_close.gif); }

.ie7 div.quizz ol.answer li.selected {
  background-color: #f5f5f5; }

/* ---------- Main navigation organisation ---------- */
#navigation {
  min-width: 960px;
  margin: auto;
  display: block;
  margin-bottom: 0;
  height: 30px;
  overflow: hidden; }

#navigation h1 {
  clip: rect(0 0 0 0);
  position: absolute; }

#navigation ul {
  list-style: none;
  margin: 0; }

.ie6 #navigation ul,
.ie7 #navigation ul {
  width: 960px; }

#navigation > ul {
  background-color: #3D6294;
  height: 30px; }

#navigation > ul > li {
  float: left;
  border-right: 1px solid #fff;
  position: static;
  background-image: none; }

#navigation > ul > li:hover,
#navigation > ul > li.selected {
  background-color: #0C1F3D; }

#navigation > ul > li > a {
  display: block;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  padding: 0 .65em; }

#navigation > ul > li > a.has-child span {
  padding-right: 13px;
  background-image: url(/org-coe-theme/css/../images/bullet-child-first.png);
  background-position: right 6px;
  background-repeat: no-repeat; }

#navigation > ul > li.logo-as-menu img.logo {
  vertical-align: middle; }

#navigation li > .dropdown {
  border-top: 1px solid #fff;
  position: absolute;
  display: none;
  margin-left: -15px;
  -webkit-box-shadow: 0px 3px 10px -2px #424242;
  -moz-box-shadow: 0px 3px 10px -2px #424242;
  box-shadow: 0px 3px 10px -2px #424242;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  z-index: 500; }

#navigation li .panel {
  border-top: 6px solid #3D6294;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f0f0f0; }

#navigation.no-js li .dropdown {
  visibility: hidden;
  opacity: 0;
  -moz-transition: opacity .25s linear, visibility 0s linear .3s;
  -webkit-transition: opacity .25s linear, visibility 0s linear .3s;
  -o-transition: opacity .25s linear, visibility 0s linear .3s;
  transition: opacity .25s linear, visibility 0s linear .3s;
  display: block; }

#navigation.no-js li:hover > .dropdown {
  opacity: 1;
  visibility: visible; }

.ie7 #navigation li > .dropdown,
.ie8 #navigation li > .dropdown {
  border: 1px solid #ccc; }

#navigation li > .dropdown .pointer-select {
  background-image: url(/org-coe-theme/css/../images/pointer-drop2.png);
  width: 0px;
  height: 1px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #3D6294;
  position: absolute;
  top: -7px;
  left: 32px; }

.ie7 #navigation .dropdown .dropcontent {
  float: left;
  border-right: 1px solid #fff; }

.ie7 #navigation .dropdown .panel {
  float: left; }

#navigation .dropdown .dropcontent {
  display: table-cell;
  padding: 1em 0; }

.ie7 #navigation .dropdown .customcontent {
  float: left;
  margin-left: -1px;
  display: block; }

#navigation .dropdown .customcontent {
  padding: 5px 10px;
  width: 180px;
  border-left: 1px solid #fff;
  display: table-cell;
  vertical-align: top; }

#navigation .dropdown .customcontentalone {
  margin: 10px;
  max-width: 320px; }

#navigation .dropdown .dropcontent .col-drop {
  float: left;
  margin-bottom: 5px;
  padding: 0 15px;
  border-right: 1px solid #fff; }

#navigation .dropdown .dropcontent .col-drop:last-child {
  border-right: 0; }

#navigation .dropdown ul.child-1,
#navigation .dropdown ul.child-2 {
  width: 160px; }

#navigation .dropdown ul.child-1 > li {
  margin-bottom: 10px; }

#navigation .dropdown ul.child-1 > li > a {
  padding: 5px 5px 5px 10px;
  text-decoration: none;
  color: #3D6294;
  display: block;
  font-size: 1em;
  font-weight: bold;
  background-color: #3D6294;
  color: #fff;
  /*border-bottom: 1px solid #fff;*/ }

#navigation .dropdown ul.child-1 > li > a:hover, #navigation .dropdown ul.child-1 > li.selected > a {
  background-color: #0c1f3d;
  color: #fff; }

/*#navigation .dropdown ul.child-1 > li:last-child > a,
#navigation .dropdown ul.child-3 > li:last-child > a
{
border:none;
}*/
#navigation .dropdown ul.child-2,
#navigation .dropdown ul.child-3,
#navigation .dropdown ul.child-4 {
  position: relative; }

.ie7 #navigation .dropdown ul.child-2,
.ie7 #navigation .dropdown ul.child-3,
.ie7 #navigation .dropdown ul.child-4 {
  list-style: disc inside; }

#navigation .dropdown ul.child-2 > li > a:before,
#navigation .dropdown ul.child-3 > li > a:before,
#navigation .dropdown ul.child-4 > li > a:before {
  content: '\0025cf';
  padding-right: 5px;
  position: absolute;
  left: 4px;
  top: 5px;
  opacity: 0.5; }

#navigation .dropdown ul.child-2 > li:hover > a:before, #navigation .dropdown ul.child-2 > li.selected > a:before,
#navigation .dropdown ul.child-3 > li > a:hover:before, #navigation .dropdown ul.child-3 > li.selected > a:before {
  opacity: 1; }

#navigation .dropdown ul.child-2 > li {
  border-top: 1px solid #fff; }

/*#navigation .dropdown ul.child-2 > li:last-child,
#navigation .dropdown ul.child-4 > li:last-child {
	border-bottom: 0;
}*/
#navigation .dropdown ul.child-2 > li.has-child {
  position: relative; }

/*.ie7 #navigation .dropdown ul.child-2 > li.has-child,
.ie8 #navigation .dropdown ul.child-2 > li.has-child {
	background: url(/org-coe-theme/css/../images/puce-off.png) right center no-repeat;
}*/
#navigation .dropdown ul.child-2 > li.has-child > a {
  background: url("/org-coe-theme/css/../images/bullet-dgrey.png") 95% center no-repeat; }

#navigation .dropdown ul.child-2 > li > a,
#navigation .dropdown ul.child-3 > li > a,
#navigation .dropdown ul.child-4 > li > a {
  text-decoration: none;
  color: #000;
  padding: 6px 5px 6px 15px;
  display: block;
  font-size: 0.95em; }

#navigation .dropdown ul.child-2 > li > a:hover, #navigation .dropdown ul.child-2 > li.selected > a,
#navigation .dropdown ul.child-2 > li:hover,
#navigation .dropdown ul.child-2 > li:hover > a,
#navigation .dropdown ul.child-3 > li > a:hover, #navigation .dropdown ul.child-3 > li.selected > a,
#navigation .dropdown ul.child-4 > li > a:hover, #navigation .dropdown ul.child-4 > li.selected > a {
  background-color: #0c1f3d;
  color: #fff; }

#navigation .dropdown ul.child-3 {
  visibility: hidden;
  opacity: 0;
  -moz-transition: opacity .25s linear, visibility 0s linear .3s;
  -webkit-transition: opacity .25s linear, visibility 0s linear .3s;
  -o-transition: opacity .25s linear, visibility 0s linear .3s;
  transition: opacity .25s linear, visibility 0s linear .3s;
  background-color: #fff;
  padding: 5px 0;
  position: absolute;
  left: 95%;
  top: -5px;
  width: 160px;
  /*-webkit-box-shadow: 0px 3px 10px -2px #424242;
  -moz-box-shadow: 0px 3px 10px -2px #424242;
  box-shadow: 0px 3px 10px -2px #424242;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-bottom-radius: 3px;*/
  /*border: 3px solid #3D6294;*/
  z-index: 100;
  background-color: #dedee0; }

.ie7 #navigation .dropdown ul.child-3 {
  border: 1px solid #ccc; }

.ie7 #navigation .dropdown ul.child-4 {
  width: auto; }

.ie7 #navigation .dropdown ul > li {
  width: 100%;
  float: left;
  clear: left; }

#navigation .dropdown ul.child-2 > li:hover ul.child-3 {
  opacity: 1;
  visibility: visible; }

#navigation .dropdown ul.child-4 > li > a {
  padding-left: 24px; }

#navigation .dropdown ul.child-4 > li > a:before {
  content: '-';
  left: 15px;
  opacity: 1; }

#navigation.modify-pages .delete-tab {
  top: -23px;
  position: relative;
  float: right;
  display: none; }

.ie7 #navigation.modify-pages .delete-tab {
  float: left;
  height: 0px;
  padding: 5px; }

/* couleur menu */
#navigation-dropdown, .sf-menu li {
  background-color: #1A4279; }

/* couleur survol */
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu li.selected,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
  background: #0C1F3D;
  outline: 0; }

/* couleur texte */
.sf-menu a, .sf-menu a:visited {
  color: #fff; }

/* Styles essentiels Superfish
----------------------------------------*/
#navigation-dropdown {
  width: 100%;
  height: 30px; }

#navigation-dropdown ul {
  margin: 0;
  z-index: 202; }

.sf-menu, .sf-menu * {
  list-style: none; }

.sf-menu {
  line-height: 1.0;
  float: left;
  /*border-right:1px solid #fff;*/ }

.sf-menu > li {
  float: left;
  height: 30px; }

.sf-menu > li > ul {
  border-top: 1px solid #fff; }

.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 15em; }

.sf-menu ul li {
  width: 100%; }

.sf-menu li:hover {
  visibility: inherit; }

.sf-menu li {
  position: relative; }

.sf-menu a {
  position: relative;
  display: block;
  border-right: 1px solid #fff;
  padding: .75em .65em;
  text-decoration: none; }

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
  top: 30px;
  left: 0;
  z-index: 99; }

/*ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul{top:-999em;}
ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul{top:0;left:15em;}
ul.sf-menu li li:hover li ul,ul.sf-menu li li.sfHover li ul{top:-999em;}
ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul{top:0;}
ul.sf-menu li li li:hover li ul,ul.sf-menu li li li.sfHover li ul{top:-999em;}
ul.sf-menu li li li li:hover ul,ul.sf-menu li li li li.sfHover ul{top:0em;}*/
ul.sf-menu li:hover li > ul, ul.sf-menu li.sfHover li > ul {
  top: -999em; }

ul.sf-menu li li:hover > ul, ul.sf-menu li li.sfHover > ul {
  top: 0;
  left: 15em; }

/* Arrows
----------------------------------------*/
.sf-menu a.sf-with-ul, .sf-menu a.has-child {
  padding-right: 2em;
  min-width: 1px;
  /* trigger IE7 hasLayout so spans position accurately */ }

.sf-sub-indicator {
  position: absolute;
  display: block;
  right: .75em;
  top: 1.05em;
  /* IE6 only */
  width: 10px;
  height: 10px;
  text-indent: -999em;
  overflow: hidden;
  background: url("/org-coe-theme/css/../images/arrows-ffffff.png") no-repeat -10px -100px;
  /* 8-bit indexed alpha png. IE6 gets solid image only */ }

a > .sf-sub-indicator {
  /* give all except IE6 the correct values */
  top: .8em;
  background-position: 0 -100px;
  /* use translucent arrow for modern browsers*/ }

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  background-position: -10px -100px;
  /* arrow hovers for modern browsers*/ }

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
  background-position: -10px 0; }

.sf-menu ul a {
  line-height: 1.4em; }

.sf-menu ul a > .sf-sub-indicator {
  background-position: 0 0; }

/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0;
  /* arrow hovers for modern browsers*/ }

/* ie7 */
.ie7 .sf-menu ul li {
  float: left; }

.ie7 .sf-menu .sfHover {
  z-index: 9999; }

/* logo menu */
#navigation-dropdown > ul > li.logo-as-menu img.logo {
  vertical-align: middle; }

#main-content {
  min-height: 300px;
  font-size: 1.17em;
  line-height: 1.4em; }

.main-zone {
  border-bottom: 2px solid #3d6294; }

.main-zone .zone-bottom, .main-zone .zone-bottom-next {
  border-top: 2px solid #3d6294; }

.main-zone .col-right {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6; }

.coe-sub-col2.main-zone .col-left, .coe-sub-col2-1.main-zone .col-left .zone-bottom {
  background: url(/org-coe-theme/css/../images/sep2col-grey-layout.png) repeat-y; }

.coe-sub-col1.main-zone .col-left, .coe-sub-col2-1.main-zone .col-left {
  background: url(/org-coe-theme/css/../images/1x1grey.png) repeat-y; }

.coe-sub-col2.main-zone .zone-top,
.coe-sub-col1.main-zone .zone-top,
.coe-sub-col2-1.main-zone .zone-top {
  background-color: #fff; }

.col1-basic.main-zone .zone-top {
  background-color: transparent; }

h1, h2, h3, h4, h5, h6 {
  color: #3D6294;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 0.5em; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.8em; }

h3 {
  font-size: 1.6em; }

h4 {
  font-size: 1.4em; }

h5 {
  font-size: 1.3em; }

h6 {
  font-size: 1.15em; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img, a img {
  vertical-align: middle; }

h3.portlet-title {
  font-size: 0.85em !important; }

/*.aui-w50 h1, .aui-w25 h1 { font-size : 1.55em; }
.aui-w50 h2, .aui-w25 h2 { font-size : 1.45em; }
.aui-w50 h3, .aui-w25 h3 { font-size : 1.36em; }
.aui-w50 h4, .aui-w25 h4 { font-size : 1.27em; }
.aui-w50 h5, .aui-w25 h5 { font-size : 1.2em; }
.aui-w50 h6, .aui-w25 h6 { font-size : 1.1em; }*/
/* Table
--------------------------------------*/
.portlet-layout table:not(.lfr-table):not(.portlet-layout) {
  border-style: none; }

.html-editor table,
.ie7 .portlet-body table {
  border-style: none; }

.portlet-layout table:not(.lfr-table):not(.portlet-layout) th {
  background-color: #afafaf;
  padding: 3px 7px;
  font-size: 1.1em;
  color: white;
  font-weight: normal;
  font-style: normal; }

.html-editor table th,
.ie7 .portlet-body table th {
  background-color: #afafaf;
  padding: 3px 7px;
  font-size: 1.1em;
  color: white;
  font-weight: normal;
  font-style: normal; }

.portlet-layout table:not(.lfr-table):not(.portlet-layout) tr {
  border-style: none;
  border-bottom: 1px solid #e5e5e5; }

.html-editor table tr {
  border-style: none;
  border-bottom: 1px solid #e5e5e5; }

/*message board*/
.results-header th {
  background: none; }

.portlet-layout table:not(.lfr-table):not(.portlet-layout) tr:nth-child(odd) {
  background-color: #f6f6f6; }

.html-editor table tr:nth-child(odd) {
  background-color: #f6f6f6; }

.ie7 .portlet-body table tr {
  background-color: #f6f6f6; }

.portlet-layout table:not(.lfr-table):not(.portlet-layout) td {
  border-style: none;
  padding: 3px 7px;
  text-align: left; }

.html-editor td,
.ie7 .portlet-body table td {
  border-style: none;
  padding: 3px 7px;
  text-align: left; }

/* Table : table-theme
--------------------------------------*/
.portlet-layout table.table1 th,
.html-editor table.table1 th {
  background-color: #3c6194; }

.portlet-layout table.table1 tr,
.html-editor table.table1 tr {
  border-bottom: 1px solid #e5e5e5; }

.portlet-layout table.table1 tr:nth-child(odd) {
  background-color: #f6f6f6; }

/****** ----- custom style ----- ******/
p.subtitle,
p.chapeau {
  font-size: 1.09em; }

p.subtitle {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  padding-bottom: 0.6em;
  padding-top: 0.6em; }

p.chapeau {
  font-style: italic;
  line-height: 1.4em; }

/* Mises en exergue
----------------------------------------*/
.exergue1, .exergue2, .exergue3,
.colorbox-gen-0, .colorbox-gen-1, .colorbox-gen-2, .colorbox-gen-3, .colorbox-gen-4, .colorbox-gen-5,
.colorbox1, .colorbox2, .colorbox3 {
  padding: 1.5em !important;
  border-radius: 3px;
  margin-top: 1em; }

/* colorbox generiques */
.colorbox-gen-0 {
  border: 1px solid #bebfbe; }

.colorbox-gen-1 {
  background-color: #ea595b;
  color: #fff; }

.colorbox-gen-2 {
  background-color: #3c9837;
  color: #fff; }

.colorbox-gen-3 {
  background-color: #3a5e91;
  color: #fff; }

.colorbox-gen-4 {
  background-color: #d4d841; }

.colorbox-gen-5 {
  background-color: #d8d9d8; }

/* Theme colorbox A B C */
.colorbox1, .exergue1 {
  background-color: #6f7385;
  color: #fff; }

.colorbox2, .exergue2 {
  background-color: #cfd0d6; }

.colorbox3, .exergue3 {
  background-color: #c9e1f5; }

/* affichage dans deroulant CKeditor */
.cke_panel_block .exergue1, .cke_panel_block .exergue2, .cke_panel_block .exergue3,
.cke_panel_block .colorbox-gen-0, .cke_panel_block .colorbox-gen-1, .cke_panel_block .colorbox-gen-2, .cke_panel_block .colorbox-gen-3, .cke_panel_block .colorbox-gen-4, .cke_panel_block .colorbox-gen-5,
.cke_panel_block .colorbox1, .cke_panel_block .colorbox2, .cke_panel_block .colorbox3 {
  padding: 0.5em !important; }

/* Highlights
----------------------------------------*/
.highlight-inline {
  padding: 1px 5px;
  border-radius: 2px;
  font-weight: normal;
  font-style: normal; }

.highlight-inline.hlil1 {
  background: #ea595b;
  color: #fff; }

.highlight-inline.hlil2 {
  background: #3c9837;
  color: #fff; }

.highlight-inline.hlil3 {
  background: #3a5e91;
  color: #fff; }

.highlight-inline.hlil4 {
  background: #d4d841; }

.highlight-inline.hlil5 {
  background: #d8d9d8; }

.highlight-inline.thlil1 {
  background: #6f7385;
  color: #fff; }

.highlight-inline.thlil2 {
  background: #cfd0d6; }

.highlight-inline.thlil3 {
  background: #c9e1f5; }

/* Lettrine
----------------------------------------*/
p.lettrine:first-letter {
  float: left;
  margin-right: 0.2em;
  font: 4em/1 Georgia, "Times New Roman", Times, serif; }

/* Citation
----------------------------------------*/
blockquote {
  font: italic 1.3em/1.3em Georgia,"Times New Roman",Times,serif;
  border-left: 4px solid #dcdddc;
  margin: 1em 0;
  padding-bottom: 0.4em;
  padding-left: 1em;
  padding-top: 0.4em; }

blockquote p {
  color: #767776;
  margin: 0; }

/* l'article : les liens internes et externes
----------------------------------------*/
/*a[href*="http://"] {
	background: url(/org-coe-theme/css/../images/icon-extlink.png) no-repeat right;
	padding-right: 15px;
}

a[href*="coe.int"], a[href*="localhost"] {
	background-image: none;
	padding-right: 0px;
}*/
/*a[href$=".pdf"] {
	background: url(/org-coe-theme/css/../images/icon-pdf-mini.png) no-repeat right;
	padding-right: 35px;
}*/
/* 2 colonnes
----------------------------------------*/
.multiplecolumns2 {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  -o-column-gap: 20px;
  column-gap: 20px;
  -webkit-column-rule-width: 1px;
  -webkit-column-rule-color: #E6E6E6;
  -webkit-column-rule-style: solid;
  -moz-column-rule-width: 1px;
  -moz-column-rule-color: #E6E6E6;
  -moz-column-rule-style: solid;
  -o-column-rule-width: 1px;
  -o-column-rule-color: #E6E6E6;
  -o-column-rule-style: solid;
  column-rule-width: 1px;
  column-rule-color: #E6E6E6;
  column-rule-style: solid;
  margin-bottom: 1.5em; }

/* Read more / view all
----------------------------------------*/
a.view-all, div.view-all {
  color: #555;
  text-decoration: none;
  display: block;
  text-align: right;
  margin-right: 10px;
  font-weight: bold; }

div.view-all a, div.asset-more a,
.readmore a {
  color: #555;
  text-decoration: none; }

div.view-all a:hover, div.asset-more a:hover,
.readmore a:hover {
  text-decoration: underline; }

a.view-all:hover {
  text-decoration: underline; }

a.readmore, div.asset-more a {
  color: #555;
  text-decoration: underline;
  white-space: nowrap; }

a.readmore:hover, div.asset-more a:hover {
  text-decoration: none; }

/* Date / Location
----------------------------------------*/
.date, .location {
  font-size: 0.9em;
  font-weight: bold;
  color: #999;
  font-family: arial; }

/* Boutons
----------------------------------------*/
a.btn1,
a.btn2,
a.btn3,
a.btn4,
a.btn5,
a.btn6,
a.btn-generic {
  display: inline-block;
  margin: 0.5em;
  background-image: url("/org-coe-theme/css/../images/button-background.png");
  background-repeat: repeat-x;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  cursor: pointer;
  padding: 4px 10px 3px;
  text-decoration: none;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25); }

a.btn1 {
  color: white;
  background-color: #E33100; }

a.btn2 {
  color: white;
  background-color: #1D3A6D; }

a.btn3 {
  color: white;
  background-color: #008000; }

a.btn4 {
  color: black;
  background-color: #FFCC00;
  text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.25); }

a.btn5 {
  color: #ffffff;
  background-color: #333; }

a.btn6 {
  color: #ffffff;
  background-color: #A9014B; }

a.btn-generic {
  color: #000;
  background-color: #E6E6E6;
  text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.25); }

a.btn-generic:hover {
  color: #000;
  background-color: #b3b3b3; }

a.btn1:hover {
  background-color: #9D2C04; }

a.btn2:hover {
  background-color: #005D9C; }

a.btn3:hover {
  background-color: #060; }

a.btn4:hover {
  background-color: #FFB515; }

a.btn5:hover {
  background-color: #000; }

a.btn6:hover {
  background-color: #630030; }

a.btn1 img, a.btn2 img, a.btn3 img, a.btn4 img, a.btn5 img, a.btn6 img, a.btn-generic img {
  vertical-align: middle;
  max-height: 20px !important;
  margin-right: 10px; }

/* List ul
----------------------------------------*/
ul.list1 li, ul.list2 li {
  margin: 6px 0; }

/*--------- list arrow dark ----------*/
ul.list1 {
  list-style-image: url(/org-coe-theme/css/../images/bullet-arrow-blue.png); }

ul.list1 ul {
  list-style: disc outside none;
  margin: 0.5em 1.5em;
  list-style-image: url(/org-coe-theme/css/../images/bullet-arrow-blue.png); }

ul.list1 li a {
  text-decoration: none; }

ul.list1 li a:hover {
  text-decoration: underline; }

/*--------- list arrow light ----------*/
ul.list2 {
  list-style-image: url(/org-coe-theme/css/../images/bullet-arrow-grey.png); }

ul.list2 ul {
  list-style: disc outside none;
  margin: 0.5em 1.5em;
  list-style-image: url(/org-coe-theme/css/../images/bullet-arrow-grey.png); }

ul.list2 li a {
  text-decoration: none; }

ul.list2 li a:hover {
  text-decoration: underline; }

/*--------- list 3 ----------*/
ul.list3 {
  margin: 0.5em 0;
  list-style: none outside none;
  /*list-style-image: url(/org-coe-theme/css/../images/bullet-arrow-grey.png);
  list-style-position:inside;*/ }

ul.list3 li {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  padding: 10px 5px 10px 30px;
  margin: 0;
  border-bottom: 1px dotted #CECECE;
  background: url(/org-coe-theme/css/../images/bullet-arrow-grey.png) no-repeat 15px 15px; }

ul.list3 li:last-child {
  border-bottom-style: solid; }

ul.list3 li a {
  border-width: 1px;
  border-color: #ccc;
  text-decoration: none; }

ul.list3 li:hover {
  background-color: #f3f3f3; }

/* sous-elements*/
ul.list3 li > ul {
  margin: 0; }

ul.list3 li li {
  border: 0;
  list-style: none;
  font-size: 0.9em;
  padding-top: 3px;
  padding-bottom: 3px; }

ul.list3 li li:first-child {
  padding-top: 10px; }

ul.list3 li li > a:hover {
  text-decoration: underline; }

ul.list3 li li li {
  font-size: inherit; }

/* colonne droite */
.col-right .portlet-content ul.list3 {
  margin: 0 -10px; }

/* --- List Styles sign / plus / nth / check --- */
ul.nth-list {
  margin: 0; }

ul.sign-list,
ul.plus-list,
ul.check-list {
  margin: 15px; }

ul.sign-list li,
ul.plus-list li,
ul.nth-list li,
ul.check-list li {
  list-style: none;
  margin: 5px 0; }

ul.sign-list li:first-child,
ul.plus-list li:first-child,
ul.nth-list li:first-child,
ul.check-list li:first-child {
  margin-top: 0; }

ul.check-list li {
  background: url(/org-coe-theme/css/../images/icon-list-check.png) no-repeat 0% 3px;
  padding: 0 0 0 18px; }

ul.sign-list li {
  background: url(/org-coe-theme/css/../images/icon-list-sign.png) no-repeat 0% 3px;
  padding: 0 0 0 18px; }

ul.plus-list li {
  background: url(/org-coe-theme/css/../images/icon-list-plus.png) no-repeat 0% 3px;
  padding: 0 0 0 18px; }

ul.nth-list li {
  background: none;
  padding-left: 12px; }

ul.nth-list li:nth-child(odd) {
  background-color: #e9eff6; }

/*--------- notes ----------*/
.notes {
  border-top: 1px solid #e6e6e6;
  font-size: 0.8em;
  padding-top: 1em;
  line-height: 1.3em; }

/*--------- small ----------*/
span.small {
  font-size: 0.8em; }

/*--------- comment ----------*/
.comment {
  float: right;
  width: 25%;
  margin: 1% 1% 1% 2%;
  padding-left: 2%;
  border-left: 1px solid #e6e6e6;
  background-color: #fff;
  clear: right;
  word-wrap: break-word; }

/*--------- image float ----------*/
img.left {
  float: left;
  margin-right: 10px; }

img.right {
  float: right;
  margin-left: 10px; }

/*--------- video webtv ----------*/
div[id^="svp_player"] object,
div[id^="wrapper_svp"] object {
  max-width: 100%;
  max-height: 100%; }

div[id^="svp_player"],
div[id^="wrapper_svp"] {
  max-width: 100%; }

.svp_video_overlay_dl {
  display: none; }

/* @override http://www.devburo.com/coe-dircom/css/flexslider.css */
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  /*-webkit-backface-visibility: hidden;*/ }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides a {
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0;
  background: #fff;
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  /*-webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;*/ }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  width: 48px;
  height: 48px;
  margin: 0;
  display: block;
  background: url(/org-coe-theme/css/../images/sprite_slider.png) no-repeat 0 50% #020202;
  position: absolute;
  bottom: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  filter: alpha(opacity=0); }

.flex-direction-nav li {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important; }

.flex-direction-nav .flex-next {
  background-position: -48px 0;
  right: -36px;
  border-radius: 3px 0 0 3px; }

.flex-direction-nav .flex-prev {
  left: -36px;
  background-position: 0 50%;
  border-radius: 0 3px 3px 0; }

.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 0px;
  filter: alpha(opacity=80); }

.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 0px;
  filter: alpha(opacity=80); }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default; }

/* Button play - pause */
.flex-pauseplay {
  position: absolute;
  bottom: 50%;
  left: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 10;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in; }

.flexslider:hover .flex-pauseplay {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.flexslider .flex-pauseplay:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.flex-pauseplay a {
  width: 48px;
  height: 48px;
  background: url(/org-coe-theme/css/../images/sprite_slider.png) no-repeat -144px 50% #020202;
  line-height: -48px;
  /*background-color: #666; */
  display: block;
  text-indent: -9999px;
  cursor: pointer;
  border-radius: 3px; }

.flex-pauseplay a.flex-pause {
  background-position: -144px 50%; }

.flex-pauseplay a.flex-play {
  background-position: -96px 50%; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  padding-top: 0.8em;
  text-align: center; }

.flex-control-nav li {
  margin: 0 5px 0 0;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #dadada;
  /*background: rgba(0,0,0,0.5);*/
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #858585;
  /*background: rgba(0,0,0,0.7);*/ }

.flex-control-paging li a.flex-active {
  background: #000;
  /*background: rgba(0,0,0,0.9);*/
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  filter: alpha(opacity=70);
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.flex-control-thumbs .flex-active {
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
    filter: alpha(opacity=100); }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
    filter: alpha(opacity=100); } }
/* caption */
ul.slides li {
  padding: 0;
  margin: 0;
  border: none;
  position: relative; }

ul.slides .caption {
  background-color: #000;
  opacity: 0.75;
  filter: alpha(opacity=75);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96%;
  color: #fff;
  padding: 1% 2%;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";*/ }

ul.slides .caption p {
  margin: 0; }

ul.slides .caption h3 {
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1.2em;
  font-size: 1.09em; }

ul.slides .caption h3 a {
  text-decoration: none;
  color: #fff; }

ul.slides .caption h3 a:hover {
  text-decoration: underline; }

ul.slides .caption .date, ul.slides .caption .location {
  display: inline-block;
  padding-right: 12px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: normal; }

.ie7 ul.slides .caption .date, .ie7 ul.slides .caption .location {
  display: inline; }

ul.slides .caption .abstract {
  line-height: 1.3em;
  font-size: 0.9em; }

/* control */
.control ul.thumb {
  position: relative;
  border-left: 1px solid #ffffff;
  margin: 0;
  list-style: none; }

.control img {
  width: 30%;
  float: left;
  margin: 5px;
  border: 2px solid #ffffff; }

.control ul li {
  padding: 0;
  margin: 0;
  cursor: pointer;
  height: 33%;
  height: -moz-calc((100% - 2px)/3);
  height: -webkit-calc((100% - 2px)/3);
  height: calc((100% - 2px)/3);
  border-bottom: 1px solid #ffffff;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  overflow: hidden; }

.control ul li:last-child {
  border-bottom: none; }

.control ul li a {
  text-decoration: none;
  color: #545454; }

.control ul li:hover {
  background-color: #bfbfbf; }

.control ul li.flex-active {
  background-color: #fbfbfb;
  margin-left: -10px;
  padding-left: 10px; }

.control ul.thumb li a span {
  font-size: 12px;
  line-height: 13px;
  display: block;
  padding: 5px; }

/* slider position for display slider A */
.news-slider {
  display: table;
  width: 100%;
  background-color: #e7e7e7;
  position: relative; }

.news-slider .flexslider {
  display: table-cell;
  width: 65%;
  vertical-align: top; }

.news-slider .control {
  display: table-cell;
  vertical-align: top; }

/* caption - slider A */
/*FIX IE7*/
.ie7 .news-slider .control {
  float: right;
  width: 34.9%; }

.ie7 .news-slider .control ul.thumb li.flex-active {
  width: 100%; }

.ie7 .news-slider .flexslider {
  float: left; }

/* message info */
.controls-hidden .portlet-msg-info.size-info {
  display: none; }

/* Style slider1 [ajouter la classe 'slider1' au portlet
Uniquement tablette + web
----------------------------*/
@media only screen and (min-width: 561px) {
  .slider1 .flexslider {
    padding: 0; }

  .slider1 .portlet-topper {
    background-color: #e6e6e6;
    margin: 10px 10px 0 0; }

  .slider1 h3.portlet-title {
    color: #333; }

  .slider1 .portlet-content {
    padding-left: 0; }

  .slider1 .flexslider .slides li > a {
    float: right;
    width: 70%;
    display: table-cell; }

  .slider1.right .flexslider .slides li > a {
    float: left; }

  .slider1 .flexslider ul.slides {
    background-color: #333; }

  /* caption */
  .slider1 .flexslider .slides .caption {
    position: static;
    float: left;
    width: 26%;
    display: table-cell;
    background-color: transparent;
    opacity: 1;
    filter: alpha(opacity=100); }

  .slider1 ul.slides .caption h3 {
    padding-bottom: 5px;
    margin: 0; }

  .slider1 ul.slides .caption h3 a {
    color: #fff;
    text-decoration: none; }

  .slider1 ul.slides .caption h3 a:hover {
    text-decoration: underline; }

  /* Direction Nav - Button prev/next */
  .slider1 .flex-direction-nav a {
    bottom: 15%; }

  /* Button play/pause */
  .slider1 .flex-pauseplay {
    bottom: 15%;
    left: 50%; }

  /* Control Nav - slider A et B*/
  .slider1 .control,
  .slider1 .flex-control-nav {
    padding: 0;
    top: -20px;
    right: 5px;
    width: auto;
    height: 20px;
    position: absolute; }

  .slider1.portlet-borderless .control, .slider1.portlet-borderless .flex-control-nav {
    top: 8px; }

  .slider1.right.portlet-borderless .control, .slider1.right.portlet-borderless .flex-control-nav {
    left: 8px;
    right: auto; }

  .slider1 .news-slider {
    position: relative;
    background-color: transparent; }

  .slider1 .control ul.thumb, .slider1 .control ul.thumb li {
    border: none; }

  .slider1 .control ul.thumb li {
    padding: 0;
    margin: 0 6px 0 0;
    height: auto;
    display: inline-block;
    background-color: #fff;
    border-radius: 2px;
    zoom: 1; }

  .slider1.portlet-borderless .control ul.thumb li {
    background-color: #dadada; }

  .slider1 .control ul.thumb li a,
  .slider1 .flex-control-paging li a {
    border-radius: 2px;
    width: 11px;
    height: 11px; }

  .slider1 .control ul.thumb li:hover {
    background-color: #858585; }

  .slider1 .control ul.thumb li.flex-active,
  .slider1 .flex-control-paging li a.flex-active {
    background-color: #000; }

  .slider1 .control ul.thumb li,
  .slider1 .flex-control-nav li {
    margin: 0 5px 0 0;
    float: left; }

  .slider1 .control ul.thumb li a img,
  .slider1 .control ul.thumb li a span {
    display: none; }

  .slider1 .news-slider .flexslider {
    display: block;
    width: auto; }

  .slider1 .news-slider .control {
    display: block;
    position: absolute; }

  .slider1 .news-slider .control .thumb {
    height: auto !important; } }
/* Staging - edit button sliders */
.slides .action-button {
  position: absolute;
  right: 0;
  padding-top: 10px;
  z-index: 1; }

.slides .action-button .asset-actions {
  background-color: #fff;
  padding: 2px 5px 1px 0;
  border-radius: 2px;
  opacity: 0.5; }

.slides .action-button .asset-actions:hover {
  opacity: 1; }

.slides .action-button img {
  height: auto !important;
  width: auto !important; }

.slides .action-button img, .slides .action-button span {
  float: left;
  text-decoration: none;
  padding-left: 2px; }

/* VUE NEWS TITLE
******************************/
ul.news-title-list {
  margin: 0; }

ul.news-title-list div.asset-surtitre {
  color: #999;
  font-size: 0.9em;
  line-height: 1.4em; }

ul.news-title-list li.content {
  margin: 0 0 1.2em 0;
  padding: 0; }

ul.news-title-list li.content:last-child {
  margin: 0; }

ul.news-title-list span.asset-title {
  border: none;
  font-size: 1.1em;
  display: block;
  margin: 0;
  margin-top: 0.2em; }

/*titre si pas trad*/
ul.news-title-list li.content.not-available-in-current-language span.asset-title {
  color: #676767;
  font-size: 1em; }

ul.news-title-list div.asset-dateloc ul {
  margin: 0;
  padding: 0; }

ul.news-title-list div.asset-dateloc ul li.available-in-these-languages {
  background: url(/org-coe-theme/css/../images/mask-icon-translate.png) no-repeat 0 0 #444444;
  padding-left: 18px;
  font-weight: normal;
  font-style: normal; }

/*date - location*/
ul.news-title-list div.asset-dateloc {
  font-size: 0.9em; }

ul.news-title-list div.asset-dateloc li {
  list-style: none;
  display: inline; }

ul.news-title-list div.asset-dateloc li.asset-date {
  font-style: italic; }

ul.news-title-list div.asset-dateloc li.asset-loc {
  font-weight: bold; }

ul.news-title-list div.asset-dateloc li.asset-date::after {
  content: " |"; }

ul.news-title-list .not-available-in-current-language div.asset-dateloc li.asset-loc::after {
  content: " |"; }

/* Fix IE */
.ie7 ul.news-title-list div.asset-dateloc li.asset-date,
.ie8 ul.news-title-list div.asset-dateloc li.asset-date {
  border-right: 1px solid #000;
  padding-right: 5px; }

/*other lang*/
ul.news-title-list div.asset-dateloc li.other-lang {
  text-transform: uppercase;
  background: none;
  padding: 0;
  margin: 0; }

ul.news-title-list div.asset-dateloc li.other-lang::after {
  content: " |"; }

ul.news-title-list div.asset-dateloc li.other-lang:last-child::after {
  content: ""; }

ul.news-title-list div.asset-dateloc li.other-lang a {
  text-decoration: underline; }

ul.news-title-list div.asset-dateloc li.other-lang a:hover {
  text-decoration: none; }

/* Fix IE */
.ie7 ul.news-title-list div.asset-dateloc li.other-lang,
.ie8 ul.news-title-list div.asset-dateloc li.other-lang {
  padding-left: 5px; }

/* VUE NEWS ABSTRASCT
******************************/
.news-asset-abstract {
  margin: 0 0 2em 0; }

.news-asset-abstract .asset-content {
  margin: 0; }

/*titre*/
.news-asset-abstract .asset-title {
  margin-top: 0; }

.news-asset-abstract .asset-title .taglib-icon .taglib-text {
  text-decoration: none; }

.news-asset-abstract h3.asset-title .taglib-text {
  line-height: 1.2em; }

/*image*/
.news-asset-abstract .asset-small-image {
  float: left;
  padding-left: 0;
  padding-right: 0.8em;
  width: 150px;
  position: relative; }

.news-asset-abstract div.asset-small-image {
  max-width: 25%; }

.news-asset-abstract img.asset-small-image {
  max-width: 100%; }

/*date + location*/
.news-asset-abstract .asset-dateloc {
  font-size: 0.9em;
  display: inline; }

.news-asset-abstract .asset-dateloc .asset-date {
  font-style: italic; }

.news-asset-abstract .asset-dateloc .asset-loc {
  font-weight: bold; }

.news-asset-abstract .asset-dateloc .asset-date::after,
.news-asset-abstract .asset-dateloc .asset-loc::after {
  content: " |";
  font-weight: normal; }

.ie7 .news-asset-abstract .asset-dateloc .asset-date {
  padding-right: 5px; }

/*read more*/
.news-asset-abstract .asset-content .asset-more,
.news-asset-abstract .asset-content .asset-summary {
  display: inline; }

/*origine*/
.news-asset-abstract .asset-origine {
  color: #b2b2b2;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.8em; }

/*surtitre*/
.news-asset-abstract .asset-surtitre {
  color: #555;
  font-size: 1em; }

/* ressource link */
.news-asset-abstract .ressource-link {
  padding: 5px 0; }

.news-asset-abstract .ressource-link a {
  color: #555;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  padding: 3px 10px 3px 25px;
  border-radius: 2px;
  background-position: 5px center;
  background-repeat: no-repeat;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in; }

.news-asset-abstract .ressource-link a:hover {
  background-color: #f1f1f1; }

.news-asset-abstract .ressource-link a.video {
  background-image: url(/org-coe-theme/css/../images/icon-video-dark.png); }

.news-asset-abstract .ressource-link a.gallery {
  background-image: url(/org-coe-theme/css/../images/icon-gallery-dark.png); }

.news-asset-abstract .ressource-link a.sound {
  background-image: url(/org-coe-theme/css/../images/icon-sound-dark.png); }

.news-asset-abstract .ressource-link a.link {
  background-image: url(/org-coe-theme/css/../images/icon-link-dark.png); }

/* simulateur player */
.news-asset-abstract .simu-play {
  position: absolute;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  top: 50%;
  left: 50%;
  background-image: url(/org-coe-theme/css/../images/play-indic-small.png);
  z-index: 1; }

/* titre non traduite*/
.news-asset-abstract.not-available-in-current-language h3.asset-title .taglib-text {
  opacity: 0.7; }

/*non traduite*/
.news-asset-abstract span.available-in-these-languages {
  background: url(/org-coe-theme/css/../images/mask-icon-translate.png) no-repeat 0 0 #3d6294;
  padding-left: 18px;
  display: inline;
  font-size: 1em;
  font-weight: bold; }

/*other lang*/
.news-asset-abstract.not-available-in-current-language ul.other-lang {
  text-transform: uppercase;
  display: inline;
  padding: 0;
  margin: 0; }

.news-asset-abstract.not-available-in-current-language ul.other-lang li {
  display: inline;
  font-size: 0.9em; }

.news-asset-abstract.not-available-in-current-language ul.other-lang li::after {
  content: " |"; }

.news-asset-abstract.not-available-in-current-language ul.other-lang li:last-child::after {
  content: ""; }

.news-asset-abstract.not-available-in-current-language ul.other-lang li a {
  text-decoration: underline;
  font-weight: bold; }

.news-asset-abstract.not-available-in-current-language ul.other-lang li a:hover {
  text-decoration: none; }

/* Fix IE */
.ie7 .news-asset-abstract.not-available-in-current-language ul.other-lang li,
.ie8 .news-asset-abstract.not-available-in-current-language ul.other-lang li {
  padding-left: 5px; }

/* ressource link */
.ie7 .caption .ressource-link,
.ie8 .caption .ressource-link {
  float: left; }

.ie7 .slider1 .caption .ressource-link,
.ie8 .slider1 .caption .ressource-link {
  width: auto;
  position: static;
  margin-top: 5px;
  margin-bottom: 0; }

.ie7 .slider1 .caption .ressource-link a,
.ie8 .slider1 .caption .ressource-link a {
  display: inline; }

.caption .ressource-link {
  display: inline-block;
  margin-top: 8px; }

.slider1 .caption .ressource-link {
  position: absolute;
  bottom: 0;
  margin-top: 0;
  margin-bottom: 10px;
  width: 26%; }

.flexslider .slides .ressource-link {
  font-size: 0.9em; }

.caption .ressource-link a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 3px 6px 3px 3px;
  padding-right: 6px;
  border-radius: 2px;
  padding-left: 25px;
  background-position: 5px center;
  background-repeat: no-repeat; }

.caption .ressource-link a:hover {
  background-color: #212121; }

/* icones ressources */
.flexslider .slides .ressource-link a.video {
  background-image: url(/org-coe-theme/css/../images/icon-video.png); }

.flexslider .slides .ressource-link a.gallery {
  background-image: url(/org-coe-theme/css/../images/icon-gallery.png); }

.flexslider .slides .ressource-link a.sound {
  background-image: url(/org-coe-theme/css/../images/icon-sound.png); }

.flexslider .slides .ressource-link a.link {
  background-image: url(/org-coe-theme/css/../images/icon-link.png); }

/* origine */
.flexslider .origine {
  display: none; }

/* simulateur play */
.flexslider .slides li > a {
  position: relative; }

.flexslider .simu-play {
  position: absolute;
  width: 103px;
  height: 103px;
  margin-top: -51px;
  margin-left: -51px;
  top: 50%;
  left: 50%;
  background-image: url(/org-coe-theme/css/../images/play-indic.png); }

/* message si pas de content dans slider */
.there-is-no-news {
  background: url(/org-coe-theme/css/../images/messages/info.png) 10px center no-repeat #eff0ef;
  border-radius: 2px;
  margin-bottom: 10px;
  margin-top: 10px;
  display: block;
  border: 1px solid #dcdcdb;
  padding: 10px 10px 10px 40px; }

/* ==================================================== */
/* = print.css 										  = */
/* ==================================================== */
@media print {
  * {
    margin: 0;
    padding: 0; }

  /* On supprime
  ----------------------------------------*/
  .no-print, .print-action,
  ul#lang, #wai, #search, ul#mainmenu, #navigation, #navigation-select, #navigation-dropdown,
  #mobile-footer, .switch-mobile, #calltocontact, #breadcrumb, .nns-zone,
  .btn-panel, .share, .header-back-to, .taglib-social-bookmarks, .taglib-page-iterator, .inter_footer,
  .portlet-topper-toolbar, .portlet-dockbar, .portlet-staging-bar, .portlet-journal-content .icon-actions {
    display: none; }

  /* La page
  ----------------------------------------*/
  /*
  @page {
  	margin: 1.8cm;
  }
  */
  #bg, #page, #wrapper {
    background: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important; }

  body {
    /*text-align: justify;*/ }

  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10pt;
    margin-top: 15pt;
    /*text-align: left;*/
    color: #000 !important; }

  /*h1 {font-size: 20pt !important;}
  h2 {font-size: 17pt !important;}
  h3 {font-size: 15pt !important;}
  h4 {font-size: 13pt !important;}
  h5 {font-size: 12pt !important;}
  h6 {font-size: 11pt !important;}*/
  .clearfix {
    /*margin-top: 10pt;*/ }

  blockquote p {
    color: #000; }

  /* Les liens en dur
  ----------------------------------------*/
  	/*
  a[href^=http]:after {
      content:" <" attr(href) "> ";
  	/*text-decoration: underline;*/
    /*font-size: 10px;
  }
*/
  .aui a[href]:after {
    content: ""; }

  .aui img {
    max-width: initial !important; }

  /* Le fond
  ----------------------------------------*/
  body {
    /*font: 11pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;*/ }

  img, .asset-small-image {
    /*float: left !important;
    clear: both !important;
    margin: 0 0.3cm 0.3cm 0 !important;
    padding: 0 !important;*/ }

  a {
    /*text-decoration: none !important;*/
    color: black !important; }

  div.portlet {
    /*overflow: auto !important;
    padding-top: 5pt !important;
    margin-top: 5pt !important;*/ }

  /* Le header
  ----------------------------------------*/
  #header {
    width: auto;
    height: auto; }

  #header.no-portal-menu {
    height: 160px; }

  #header h1 {
    display: none; }

  #header .print img {
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 131px;
    width: 175px; }

  #header .print img.logo-eu {
    left: 200px;
    top: 10px; }

  #header .title-orga {
    top: 0; }

  #header .title-orga h2 {
    display: none; }

  #header .title-orga p {
    font-size: 2.3em;
    line-height: 1.2em;
    color: #000;
    text-shadow: none;
    font-size: 18pt;
    display: block; }

  #site-banner {
    margin-top: 20px; }

  #site-banner img {
    width: 180px;
    float: left; }

  #site-banner #qrcode {
    display: none !important; }

  #portal-banner {
    display: none; }

  .legacy #site-banner .site-name-wrapper .titles-wrapper {
    margin: 0; }

  div.print {
    display: block;
    border-bottom: 2pt solid black;
    padding-top: 0;
    position: relative !important;
    /*height: 80pt !important;*/
    font-weight: normal;
    font-style: normal;
    padding-bottom: 0.5cm !important; }

  .pjp #header .print {
    min-height: 100pt; }

  span.print {
    font-size: 10pt;
    padding-left: 200px; }

  span.print-title {
    font-size: 24pt;
    line-height: 24pt;
    font-weight: normal;
    padding-left: 200px !important;
    display: block; }

  .pjp span.print-title {
    padding-left: 380px !important; }

  span.print-address {
    font-size: 14pt;
    font-weight: normal;
    display: block;
    padding: 16px 0 0 20px;
    float: left; }

  span.print-url {
    font-size: 16pt;
    font-weight: bold; }

  /* Les contenus
  ----------------------------------------*/
  #wrapper {
    /*font-size: 1.5em;*/ }

  h3.portlet-title {
    /*margin-top: 0 !important;
    margin-bottom: 0pt !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 15pt !important;
    color: gray !important;
    padding: 0 !important;*/ }

  .portlet-content {
    /*padding-left: 0;*/ }

  div.portlet.focus {
    /*background-color: #f4f4f4;
    padding: 10pt;
    border-bottom: 1px solid #797979;
    border-top: 1px solid #797979;*/ }

  ul {
    /*list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;*/ }

  ul li {
    /*overflow: auto !important;
    padding-top: 5pt !important;
    padding-bottom: 5pt !important;
    border: none !important;*/ }

  .exergue1, .exergue2, .exergue3, .colorbox-gen-1, .colorbox-gen-2, .colorbox-gen-3, .colorbox-gen-4, .colorbox-gen-5, .colorbox1, .colorbox2, .colorbox3 {
    color: #000 !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 1em !important; }

  .highlight-inline {
    color: #000 !important;
    padding: 0 !important;
    margin: 0 !important; }

  /*affichage structure column*/
  .column {
    display: table-cell;
    width: auto;
    vertical-align: center; }

  /*li:before {content: "» ";}*/
  /* Le Layout
  ----------------------------------------*/
  #body .main-zone, #body .main-zone .zone-bottom,
  #body .main-zone .zone-bottom-next, #body .structure-title .heading-struct, .main-zone .col-right {
    /*border: none !important;*/ }

  .coe-sub-col2.main-zone .col-left, .coe-sub-col2-1.main-zone .col-left .zone-bottom,
  .coe-sub-col1.main-zone .col-left, .coe-sub-col2-1.main-zone .col-left, .structure-title .desc-struct {
    /*background: none #fff;*/ }

  .structure-title .desc-struct {
    /*padding: 0;*/ }

  #body .structure-title .heading-struct a.btswitch {
    display: none !important; }

  .portlet-column {
    /*display: block !important;
    width: auto !important;
    float: none !important;*/ }

  /* Le Footer
  ----------------------------------------*/
  #footer {
    /*border-top: 1px solid #797979;*/
    padding-top: 5pt;
    margin-top: 10pt;
    text-align: right;
    margin-bottom: 10pt;
    background: none transparent;
    min-width: auto; }

  #footer .block-bottom, #footer .inner-content {
    height: auto;
    background: none transparent;
    width: auto;
    margin: 0; }

  #footer .block-bottom .block-left {
    float: none;
    font-size: 12pt;
    width: auto;
    text-align: left;
    margin: 0 0 0 30pt;
    padding: 0; }

  #footer .block-bottom .block-left a {
    color: #000 !important; }

  #footer .btn-panel, #footer .block-bottom .block-right, #footer .footer-panel, #footer .block-bottom a.log {
    display: none; }

  #footer span.print {
    float: right;
    margin-top: 10pt; }

  .taglib-icon .taglib-text {
    text-decoration: none; }

  /* staging */
  .lfr-meta-actions, .portlet-topper-toolbar, .portlet-borderless-bar {
    display: none; }

  /* print slider
  ----------------------------------------*/
  .slider1 .flexslider {
    padding: 0; }

  .slider1 .portlet-topper {
    background-color: #e6e6e6;
    margin: 10px 10px 0 0; }

  .slider1 h3.portlet-title {
    color: #333; }

  .slider1 .portlet-content {
    padding-left: 0; }

  .slider1 .flexslider .slides li > a {
    float: right;
    width: 70%;
    display: table-cell; }

  .slider1.right .flexslider .slides li > a {
    float: left; }

  .slider1 .flexslider ul.slides {
    background-color: #333; }

  /* caption */
  .slider1 .flexslider .slides .caption {
    position: static;
    float: left;
    width: 26%;
    display: table-cell;
    background-color: transparent;
    opacity: 1;
    filter: alpha(opacity=100); }

  .slider1 ul.slides .caption h3 {
    padding-bottom: 5px;
    margin: 0; }

  .slider1 ul.slides .caption h3 a {
    color: #fff;
    text-decoration: none; }

  .slider1 ul.slides .caption h3 a:hover {
    text-decoration: underline; }

  /* Direction Nav - Button prev/next */
  .slider1 .flex-direction-nav a {
    bottom: 15%; }

  /* Button play/pause */
  .slider1 .flex-pauseplay {
    bottom: 15%;
    left: 50%; }

  /* Control Nav - slider A et B*/
  .slider1 .control,
  .slider1 .flex-control-nav {
    padding: 0;
    top: -20px;
    right: 5px;
    width: auto;
    height: 20px;
    position: absolute; }

  .slider1.portlet-borderless .control, .slider1.portlet-borderless .flex-control-nav {
    top: 8px; }

  .slider1.right.portlet-borderless .control, .slider1.right.portlet-borderless .flex-control-nav {
    left: 8px;
    right: auto; }

  .slider1 .news-slider {
    position: relative;
    background-color: transparent; }

  .slider1 .control ul.thumb, .slider1 .control ul.thumb li {
    border: none; }

  .slider1 .control ul.thumb li {
    padding: 0;
    margin: 0 6px 0 0;
    height: auto;
    display: inline-block;
    background-color: #fff;
    border-radius: 2px;
    zoom: 1; }

  .slider1.portlet-borderless .control ul.thumb li {
    background-color: #dadada; }

  .slider1 .control ul.thumb li a,
  .slider1 .flex-control-paging li a {
    border-radius: 2px;
    width: 11px;
    height: 11px; }

  .slider1 .control ul.thumb li:hover {
    background-color: #858585; }

  .slider1 .control ul.thumb li.flex-active,
  .slider1 .flex-control-paging li a.flex-active {
    background-color: #000; }

  .slider1 .control ul.thumb li,
  .slider1 .flex-control-nav li {
    margin: 0 5px 0 0;
    float: left; }

  .slider1 .control ul.thumb li a img,
  .slider1 .control ul.thumb li a span {
    display: none; }

  .slider1 .news-slider .flexslider {
    display: block;
    width: auto; }

  .slider1 .news-slider .control {
    display: block;
    position: absolute; }

  .slider1 .news-slider .control .thumb {
    height: auto !important; }

  #coe-cookie-disclaimer {
    display: none; } }
.aui .portlet-search .search-layout .span2 {
  width: 25%;
  float: right;
  margin-left: 30px;
  border: 1px solid #e4e4e4; }
.aui .portlet-search .search-layout .span10 {
  width: auto;
  float: none;
  margin: 0; }
.aui .portlet-search .search-layout .lfr-search-container .taglib-page-iterator .search-results {
  width: auto;
  line-height: 46px;
  margin: 0; }
.aui .portlet-search .search-layout .lfr-search-container .taglib-page-iterator .lfr-pagination-buttons {
  clear: none;
  float: right; }
.aui .portlet-search .search-layout .lfr-search-container .searchcontainer table, .aui .portlet-search .search-layout .lfr-search-container .searchcontainer th, .aui .portlet-search .search-layout .lfr-search-container .searchcontainer tr, .aui .portlet-search .search-layout .lfr-search-container .searchcontainer td, .aui .portlet-search .search-layout .lfr-search-container .searchcontainer td:hover {
  border: none;
  background-color: transparent;
  padding: 0; }
.aui .portlet-search .search-layout .lfr-search-container .searchcontainer .table-cell {
  padding-bottom: 30px !important; }
.aui .portlet-search .search-layout .result .asset-entry .asset-entry-title {
  font-size: 1.4em;
  font-weight: 600;
  padding-bottom: 8px; }
  .aui .portlet-search .search-layout .result .asset-entry .asset-entry-title > a img {
    display: none; }
  .aui .portlet-search .search-layout .result .asset-entry .asset-entry-title > a:before {
    content: "\f0ac";
    font-family: FontAwesome, 'fontawesome-alloy';
    color: #e6e6e6;
    padding-left: 1px;
    font-weight: normal; }
  .aui .portlet-search .search-layout .result .asset-entry .asset-entry-title > a:hover:before {
    color: #d6d6d6; }
.aui .portlet-search .search-layout .search-facet {
  border: none;
  border-bottom: 1px solid #e4e4e4;
  padding: 20px; }
  .aui .portlet-search .search-layout .search-facet:last-child {
    border: none; }
  .aui .portlet-search .search-layout .search-facet .nav-pills > li > a {
    color: inherit;
    border-radius: 3px;
    text-decoration: none; }
    .aui .portlet-search .search-layout .search-facet .nav-pills > li > a i {
      color: #727272; }
  .aui .portlet-search .search-layout .search-facet .nav-pills > .active > a, .aui .portlet-search .search-layout .search-facet .nav-pills > .active > a:hover, .aui .portlet-search .search-layout .search-facet .nav-pills > .active > a:focus {
    background-color: #e6e6e6;
    color: inherit;
    border-radius: 3px; }
  .aui .portlet-search .search-layout .search-facet .nav-pills a[data-value^="com.liferay"]:before {
    font-family: FontAwesome, 'fontawesome-alloy';
    color: #747474;
    display: inline-block;
    width: 16px;
    font-size: 16px; }
  .aui .portlet-search .search-layout .search-facet .nav-pills a[data-value$="DLFolder"]:before {
    content: "\f07b"; }
  .aui .portlet-search .search-layout .search-facet .nav-pills a[data-value$="DLFolder"] img {
    display: none; }
  .aui .portlet-search .search-layout .search-facet .nav-pills a[data-value$="DLFileEntry"]:before {
    content: "\f0c6"; }
  .aui .portlet-search .search-layout .search-facet .nav-pills a[data-value$="DLFileEntry"] img {
    display: none; }
  .aui .portlet-search .search-layout .search-facet .nav-pills a[data-value$="JournalArticle"]:before {
    content: "\f0ac"; }
  .aui .portlet-search .search-layout .search-facet .nav-pills a[data-value$="JournalArticle"] img {
    display: none; }
  .aui .portlet-search .search-layout .search-facet .badge-info {
    background-color: #0b7eab;
    font-weight: normal;
    border-radius: 5px;
    float: right;
    padding-left: 5px;
    padding-right: 5px; }
.aui .portlet-search .lfr-token {
  border: none;
  background-color: #0b7eab;
  color: #fff;
  cursor: initial;
  border-radius: 14px;
  font-size: 13px;
  padding: .4em .5em .4em .7em; }
  .aui .portlet-search .lfr-token:hover {
    opacity: 0.8; }
  .aui .portlet-search .lfr-token .icon-remove:before {
    color: #0b7eab;
    background-color: #fff;
    height: 14px;
    width: 14px;
    border-radius: 12px;
    text-align: center;
    margin-left: 5px;
    line-height: 13px; }
.aui .portlet-search .taglib-asset-tags-summary .tag {
  text-decoration: none;
  background: none;
  padding-left: 0;
  margin-right: 10px;
  color: inherit; }
  .aui .portlet-search .taglib-asset-tags-summary .tag:before {
    content: "\f02b";
    font-family: FontAwesome, 'fontawesome-alloy';
    padding-right: 3px;
    color: #727272; }
  .aui .portlet-search .taglib-asset-tags-summary .tag:hover, .aui .portlet-search .taglib-asset-tags-summary .tag:hover:before {
    color: #129af0; }
.aui .portlet-search .control-group {
  margin: 0; }

/*@import url(/org-coe-theme/css/font-awesome.min.css);*/
/* ***- menu add -*** */
.aui .lfr-has-add-content {
  padding-left: 350px; }

.aui .lfr-admin-panel {
  background-color: #FFF;
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 10px;
  position: fixed;
  top: 0;
  z-index: 1100; }

/* ***- size typo -*** */
.aui {
  font-size: 16px; }

/* ***- breadcrumb -*** */
#breadcrumb ul.breadcrumb {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  background-color: transparent; }

#breadcrumb ul.breadcrumb .divider {
  display: none; }

#breadcrumb .breadcrumb .first {
  display: none; }

/* ***- dockbar -*** */
.aui .navbar .nav-account-controls {
  float: right; }

@media only screen and (min-width: 320px) and (max-width: 979px) {
  .aui .navbar .nav-account-controls {
    float: none; } }
.dockbar {
  padding: 1px 0; }

.dockbar ul {
  list-style: none; }

.dockbar a {
  text-shadow: none; }

.my-sites-menu .site-name, .my-sites-menu .site-type {
  float: none; }

/* live stagin selected */
.aui .dockbar.navbar .nav li.dropdown.active .dropdown-toggle {
  background-color: #ccc; }

/*deroulant admin*/
.aui .dropdown-menu > li > a {
  text-decoration: none; }

.aui .dockbar .navbar-inner .site-administration-menu li a {
  color: #000;
  display: block;
  padding: 3px 5px 3px 40px;
  text-decoration: none;
  font-weight: normal; }

.aui .dockbar .nav li.dropdown .dropdown-menu > li > a:focus, .aui .dockbar .nav li.dropdown .dropdown-menu > li > a:hover, .aui .dockbar .nav li.dropdown .site-administration-menu > li > a:focus, .aui .dockbar .nav li.dropdown .site-administration-menu > li > a:hover {
  background: #2fa4f5;
  color: #fff; }

/*sign out*/
.dockbar .user-avatar .sign-out {
  font-size: 1em; }

/*avatar*/
.aui .dockbar .user-avatar img {
  margin-top: -2px;
  text-decoration: none;
  vertical-align: middle;
  width: 20px; }

.aui .dockbar .container .btn .user-avatar-image, .aui .dockbar .nav li.dropdown.user-avatar .user-avatar-image {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 2px #ccc;
  -moz-box-shadow: 0 0 0 2px #ccc;
  box-shadow: 0 0 0 2px #aaa; }

/* largeur */
.aui .navbar-static-top .container, .aui .navbar-fixed-top .container, .aui .navbar-fixed-bottom .container {
  width: auto; }

/*dockbar responsive*/
.navbar .container .btn-navbar {
  text-decoration: none; }

.navbar .container .btn-navbar:hover {
  background-color: #ccc;
  background-image: none; }

.aui .dockbar .navbar-inner .container .btn-navbar .user-avatar-image {
  position: relative;
  top: 0px;
  width: 18px; }

.aui .navbar-inner {
  padding-left: 0;
  padding-right: 0; }

.aui .dockbar #_145_navSiteNavigationNavbarBtn {
  display: none; }

/* ***- portlet -*** */
/* option portlet */
.portlet-topper .portlet-topper-toolbar a i {
  font-size: 20px;
  text-decoration: none; }

.portlet-topper .portlet-topper-toolbar a:hover i {
  color: #009ae5; }

.portlet-topper .portlet-topper-toolbar a i.caret {
  display: none; }

.portlet-topper a.dropdown-toggle {
  display: block; }

span.portlet-minimize, span.portlet-maximize, span.portlet-close {
  display: none; }

/*remove portlet*/
.aui .dropdown-menu > li.portlet-close > a {
  color: #C00;
  font-weight: bold; }

.aui .dropdown-menu > li.portlet-close > a:focus, .aui .dropdown-menu > li.portlet-close > a:hover {
  background-color: #C00;
  background-image: none;
  color: #FFF; }

/* icon portlet borderless */
body:first-of-type .portlet-borderless-bar .portlet-actions {
  max-width: none !important; }

.aui .portlet-borderless-bar .portlet-actions .portlet-options > a {
  background-image: url("/org-coe-theme/images/portlet/options_borderless.png"); }

.portlet-borderless-bar span.portlet-close {
  display: inline; }

/* remove icons asset publisher display list */
.title-list .taglib-icon img {
  display: none; }

/* init form */
.aui form {
  margin: 0; }

/* fix columns */
.aui .columns .column {
  float: none; }

/* fix layout */
#wrapper .portlet-column {
  float: none;
  display: table-cell; }

/*fix responsive*/
@media only screen and (max-width: 979px) {
  #wrapper {
    box-sizing: border-box;
    min-width: 0; } }
@media (max-width: 979px) {
  .aui body {
    padding-left: 0;
    padding-right: 0; } }
@media (max-width: 767px) {
  .aui .navbar-static-top {
    margin: 0; } }
/* option portlet - edit / select / new */
.portlet-content .lfr-icon-actions .lfr-icon-action a {
  background: url() no-repeat 0 50%;
  display: inline-block;
  margin-left: 5px;
  vertical-align: top; }

.portlet-content .lfr-icon-actions .lfr-icon-action-edit a {
  background-image: url(/html/themes/classic/css/../images/common/edit_white.png); }

.portlet-content .lfr-icon-actions .lfr-icon-action-configuration a {
  background-image: url(/html/themes/classic/css/../images/common/configuration_white.png); }

.portlet-content .lfr-icon-actions .lfr-icon-action-add a {
  background-image: url(/html/themes/classic/css/../images/common/add_white.png); }

.portlet-content .lfr-icon-actions .lfr-icon-action a img {
  visibility: hidden; }

.aui .portlet-borderless-bar, .aui .portlet-content .lfr-icon-actions {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 1px 3px black;
  -moz-box-shadow: inset 0 1px 3px black;
  box-shadow: inset 0 1px 3px black; }

body:first-of-type .portlet-borderless-bar, body:first-of-type .portlet-content .lfr-icon-actions {
  -webkit-transition: opacity .5s ease;
  -webkit-transition-delay: .15s;
  -moz-transition: opacity .5s ease .15s;
  -o-transition: opacity .5s ease .15s;
  transition: opacity .5s ease .15s; }

.portlet-borderless-bar, .portlet-content .lfr-icon-actions {
  background: #333;
  color: #FFF;
  text-shadow: -1px -1px #000; }

body:first-of-type .portlet-content:hover .lfr-icon-actions .taglib-text {
  -webkit-transition: max-width .3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: max-width .3s ease 0s;
  -o-transition: max-width .3s ease 0s;
  transition: max-width .3s ease 0s; }

body:first-of-type .portlet-content:hover .lfr-icon-actions .taglib-text {
  max-width: 200px; }

body:first-of-type .portlet-borderless-bar .portlet-actions, body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  -webkit-transition: max-width .3s ease-in;
  -webkit-transition-delay: .2s;
  -moz-transition: max-width .3s ease-in .2s;
  -o-transition: max-width .3s ease-in .2s;
  transition: max-width .3s ease-in .2s;
  text-overflow: ellipsis;
  white-space: nowrap; }

.portlet-content .lfr-icon-actions .taglib-text {
  color: #FFF;
  display: none;
  font-weight: bold;
  margin-right: 1em;
  text-decoration: none;
  vertical-align: middle; }

.portlet-content .icons-container {
  clear: both;
  height: auto;
  margin-top: 1em;
  overflow: hidden;
  width: auto; }

.portlet-borderless-container:hover .portlet-borderless-bar, .portlet-content:hover .lfr-icon-actions {
  filter: alpha(opacity=100);
  opacity: 1; }

body:first-of-type .portlet-borderless-container:hover .portlet-borderless-bar, body:first-of-type .portlet-content:hover .lfr-icon-actions {
  -webkit-transition: opacity .5s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: opacity .5s ease 0s;
  -o-transition: opacity .5s ease 0s;
  transition: opacity .5s ease 0s; }

.portlet-content .lfr-icon-actions {
  float: left;
  margin: 1px 10px 1px 1px;
  filter: alpha(opacity=50);
  opacity: .5;
  padding: 2px 7px; }

/* galery photo */
.yui3-skin-sam .yui3-widget-mask {
  -ms-filter: "alpha(opacity=60)";
  filter: alpha(opacity=60);
  opacity: .6; }

.aui .image-viewer-close {
  font-weight: normal;
  font-size: 45px;
  color: #fff;
  text-shadow: 0 1px 0 black;
  opacity: .8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)"; }

.aui .image-viewer-close:hover {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100); }

.aui .carousel-control {
  text-decoration: none;
  position: fixed; }

.pagination {
  display: none; }

/* edition front office */
ul.form-navigator.nav-list {
  margin: 0; }

.form-navigator-content.tab-content {
  padding-right: 10px; }

a.dropdown-toggle {
  text-decoration: none; }

.lfr-menu-list li .taglib-icon {
  text-shadow: none; }

/* staging / live bar */
.aui .btn-success {
  text-decoration: none; }

.live-view .staging-details, .staging .staging-details {
  background: none; }

.staging-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* social bookmarks asset publisher */
.taglib-social-bookmarks ul {
  margin: 0; }

.taglib-social-bookmarks li {
  margin-right: 1em;
  list-style: none; }

/* FIX structure with aui-w */
/* Zone 25% */
.span3 .featured-item-depliant.impair,
.span3 .featured-item-depliant.pair {
  float: none;
  clear: none;
  margin-right: 0;
  width: auto; }

/* Zone 50% */
.span6 .featured-item-depliant.impair,
.span6 .featured-item-depliant.pair {
  float: none;
  clear: none;
  margin-right: 0;
  width: auto; }

/* affichage sur col 50% */
.span6 div.publications .featured-item {
  width: 47%;
  float: left;
  padding: 1% !important; }

.span6 div.publications div.featured-item:nth-child(odd) {
  float: left;
  clear: left;
  margin-right: 2%; }

.span6 div.publications div.featured-item:nth-child(even) {
  float: right;
  clear: right;
  margin-right: 0; }

/* affichage sur col 25% */
.span3 div.publications .featured-item,
.span6 .portlet-nested-portlets .span6 div.publications .featured-item {
  float: none;
  width: auto;
  margin-right: 0;
  padding: 5% !important; }

.span3 div.publications .featured-items-group {
  margin: 0 9%; }

/* layout fix width */
.portlet-column-only {
  width: 100%; }

/* overflow hidden */
.portlet-column {
  overflow: visible; }

/* list my site */
.taglib-my-sites.dropdown-menu {
  max-height: 400px;
  overflow-y: scroll;
  right: -50px;
  left: inherit; }

/* fix background bouton submit */
.ie input[type="submit"], .ie input[type="button"], .ie input[type="reset"], .ie button,
.ie input[type="submit"]:hover, .ie input[type="button"]:hover, .ie input[type="reset"]:hover, .ie button:hover {
  background-image: none; }

/* fix layout ie compatibility */
.ie9 #wrapper td.portlet-column {
  float: left; }

/* titre asset publisher developp� */
.taglib-header .header-title {
  white-space: normal;
  overflow: visible; }

/* btn retour asset publisher */
.taglib-header .header-back-to a {
  border: none;
  padding: 0 5px 0 0;
  font-size: 1.5em; }

/* search */
#search input.searchField {
  margin: 0;
  padding: 5px 1px 5px 21px; }

#search .searchFieldSelect {
  margin: 0;
  padding: 1px;
  height: 20px;
  top: 2px;
  width: auto; }

/* accessibility */
.aui-helper-hidden-accessible, .aui-overlay-hidden, .aui-overlaycontext-hidden, .aui-overlaymask-hidden, .aui-calendar-hidden, .aui-date-picker-hidden, .aui-datepicker-hidden, .aui-colorpicker-hidden, .aui-tooltip-hidden, .aui-image-viewer-hidden, .aui-image-gallery-hidden {
  clip: rect(0 0 0 0) !important;
  position: absolute !important;
  -webkit-transform: scale(0);
  -webkit-transform-origin-x: 0;
  -webkit-transform-origin-y: 0;
  _position: absolute !important; }

/*responsive*/
@media (max-width: 979px) {
  #wrapper .portlet-layout {
    display: block; }

  .aui #body .row-fluid [class*="span"] {
    width: 100%; }

  #_145_navSiteNavigationNavbarBtn {
    display: none; } }
@media only screen and (min-width: 561px) and (max-width: 979px) {
  .aui #body .row-fluid .span6 {
    width: 50%;
    float: left; } }
/*Textarea size*/
.aui textarea.lfr-textarea-container, .aui-form .aui-fieldset .aui-field.lfr-textarea-container textarea {
  min-height: 100px;
  max-width: 500px;
  width: 100%; }

/* Height input ckeditor*/
.cke_dialog .aui select, .cke_dialog .aui textarea, .cke_dialog .aui input[type="text"], .cke_dialog .aui input[type="password"], .cke_dialog .aui input[type="datetime"], .cke_dialog .aui input[type="datetime-local"], .cke_dialog .aui input[type="date"], .cke_dialog .aui input[type="month"], .cke_dialog .aui input[type="time"], .cke_dialog .aui input[type="week"], .cke_dialog .aui input[type="number"], .cke_dialog .aui input[type="email"], .cke_dialog .aui input[type="url"], .cke_dialog .aui input[type="search"], .cke_dialog .aui input[type="tel"], .cke_dialog .aui input[type="color"], .cke_dialog .aui .uneditable-input {
  height: 28px; }

/* fix image IE */
.ie.aui img {
  height: initial;
  width: initial; }

/*hide icon portlet filter topics*/
.aui .tree-view .icon-folder-open,
.aui .tree-view .icon-folder-close,
.aui .tree-view .icon-file {
  display: none; }

/* Fix icon filter topics */
.aui .tree-view .tree-node-checked .icon-check:before {
  content: "\f046";
  margin-right: 0px; }

.aui .tree-view .icon-check:before {
  content: "\f096";
  margin-right: 2px; }

.aui .tree-view .tree-node-checkbox-container {
  opacity: 1; }

/* Hide 2014 items (publications template) */
.theme-2014 {
  display: none !important; }

/* Fix structure news */
.journal-content-article .newstools {
  display: none; }

/* Multiple Item*/
.multiple-items-template .featured-item-image.visible-small {
  display: none; }

.legacy {
  /* background page */
  /* container header */
  /* footer */
  /* hide menu responsive 2014 */
  /* ------------------------ */
  /* css revamp header.css    */
  /* ------------------------ */
  /* style pages carrefour */
  /* ---------- PJP --------- */
  /* ------------------------ */
  /* css revamp footer.css    */
  /* ------------------------ */ }
  .legacy #page, .legacy #bg {
    background-image: none;
    background-color: #fafafa; }
  .legacy .container {
    width: 980px;
    max-width: 100%; }
  .legacy #header, .legacy #header.no-portal-menu, .legacy #bg #header.no-portal-menu {
    width: auto;
    height: auto;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #fff; }
  .legacy #site-banner a#logo {
    position: absolute; }
  .legacy #portal-banner a {
    text-decoration: none; }
  .legacy #portal-banner #portal-menu .connect {
    float: none;
    height: auto; }
  .legacy #portal-banner #portal-menu .dropdown-menu li > a {
    font-size: 15px; }
  .legacy #portal-banner #portal-menu .dropdown-menu .sep > a {
    border-bottom: 1px solid #CFCFCF; }
  .legacy #portal-banner #portal-menu .dropdown-menu li {
    line-height: 27px; }
  .legacy #footer * {
    box-sizing: border-box; }
  .legacy #footer .container .span12 {
    max-width: 980px;
    width: 100%; }
  .legacy #footer {
    padding-top: 0;
    min-width: initial;
    background: none;
    background-color: #123751;
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 24px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  .legacy #footer h1, .legacy #footer h2, .legacy #footer h3, .legacy #footer h4, .legacy #footer h5, .legacy #footer h6 {
    color: #fff; }
  .legacy #footer .links {
    width: auto;
    background: none;
    float: none; }
  .legacy #footer #footer-coe li a:hover {
    text-decoration: none; }
  .legacy #footer .span4 {
    width: 306px;
    margin-left: 20px; }
  .legacy #footer .logo-coe {
    box-sizing: border-box; }
  .legacy #footer #footer-site {
    min-height: 0px; }
  .legacy .text-center {
    text-align: center; }
  .legacy #bg #site-banner .responsive-menu {
    display: none; }
  .legacy #portal-banner {
    background-color: #e8e8e8; }
    .legacy #portal-banner ul li, .legacy #portal-banner ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .legacy #portal-banner #portal-menu {
      display: table;
      width: 100%;
      box-sizing: border-box; }
      .legacy #portal-banner #portal-menu > li {
        display: table-cell;
        box-sizing: border-box;
        vertical-align: middle; }
        .legacy #portal-banner #portal-menu > li.language-responsive {
          display: none; }
      .legacy #portal-banner #portal-menu .portal-url {
        width: 20%; }
        .legacy #portal-banner #portal-menu .portal-url a {
          background: url("//static.coe.int/pics/logos/desktop/subsite-logo-www.svg") no-repeat;
          background-size: auto 100%;
          text-indent: -9999px;
          height: 18px; }
        .legacy #portal-banner #portal-menu .portal-url a:hover {
          opacity: 0.75; }
      .legacy #portal-banner #portal-menu .portal-url a {
        font-size: 14px;
        font-weight: bold;
        color: #959595;
        display: block; }
      .legacy #portal-banner #portal-menu .pillars a,
      .legacy #portal-banner #portal-menu .explore > a,
      .legacy #portal-banner #portal-menu .languages > a,
      .legacy #portal-banner #portal-menu .connect > a,
      .legacy #portal-banner #portal-menu .search > a {
        display: block;
        color: #123751;
        text-align: center;
        text-transform: uppercase;
        line-height: 40px;
        font-weight: 500;
        white-space: nowrap; }
        .legacy #portal-banner #portal-menu .pillars a .caret,
        .legacy #portal-banner #portal-menu .explore > a .caret,
        .legacy #portal-banner #portal-menu .languages > a .caret,
        .legacy #portal-banner #portal-menu .connect > a .caret,
        .legacy #portal-banner #portal-menu .search > a .caret {
          border-top-color: #123751;
          margin-left: 6px; }
      .legacy #portal-banner #portal-menu .languages > a .caret {
        margin-top: 5px; }
      .legacy #portal-banner #portal-menu .pillars a:hover,
      .legacy #portal-banner #portal-menu .explore > a:hover, .legacy #portal-banner #portal-menu .explore.open > a,
      .legacy #portal-banner #portal-menu .languages > a:hover, .legacy #portal-banner #portal-menu .languages.open > a,
      .legacy #portal-banner #portal-menu .connect > a:hover,
      .legacy #portal-banner #portal-menu .search > a:hover {
        background-color: rgba(149, 149, 149, 0.2);
        text-decoration: none; }
      .legacy #portal-banner #portal-menu .pillars {
        width: auto;
        min-width: 30%;
        padding-right: 5%; }
        .legacy #portal-banner #portal-menu .pillars ul {
          float: right; }
        .legacy #portal-banner #portal-menu .pillars li {
          display: table-cell;
          position: relative; }
        .legacy #portal-banner #portal-menu .pillars li a {
          padding-right: 18px;
          padding-left: 18px;
          font-size: 15px; }
        .legacy #portal-banner #portal-menu .pillars .selected:after {
          transition: height 0.3s ease 0s;
          content: "";
          background: url(/org-coe-theme/css/../images/chevron.svg) 50% 2px no-repeat;
          position: absolute;
          height: 8px;
          bottom: 0;
          left: 0;
          right: 0; }
        .legacy #portal-banner #portal-menu .pillars .active {
          background-color: #fff; }
        .legacy #portal-banner #portal-menu .pillars .loading {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          top: 0;
          background: url(/org-coe-theme/css/../images/loading.gif) no-repeat 50% 50%; }
      .legacy #portal-banner #portal-menu .explore {
        width: 17%;
        padding-right: 8%; }
        .legacy #portal-banner #portal-menu .explore > a {
          font-size: 15px; }
        .legacy #portal-banner #portal-menu .explore .dropdown-menu {
          min-width: 200px; }
      .legacy #portal-banner #portal-menu .languages {
        width: 5%; }
        .legacy #portal-banner #portal-menu .languages > a {
          font-size: 10px; }
        .legacy #portal-banner #portal-menu .languages .sep > a {
          border-bottom: 0; }
        .legacy #portal-banner #portal-menu .languages .item-label {
          font-size: 13px;
          padding: 0 20px;
          color: #777; }
        .legacy #portal-banner #portal-menu .languages li > a,
        .legacy #portal-banner #portal-menu .languages .select-lang select,
        .legacy #portal-banner #portal-menu .languages .select-lang option {
          text-transform: capitalize; }
      .legacy #portal-banner #portal-menu .connect {
        width: 10%;
        padding: 0 1%; }
        .legacy #portal-banner #portal-menu .connect > a {
          font-size: 10px; }
          .legacy #portal-banner #portal-menu .connect > a i {
            font-size: 12px;
            margin-left: 6px; }
      .legacy #portal-banner #portal-menu .search {
        width: 4%; }
        .legacy #portal-banner #portal-menu .search .search-txt {
          clip: rect(0 0 0 0);
          position: absolute; }
        .legacy #portal-banner #portal-menu .search i {
          font-size: 20px; }
      .legacy #portal-banner #portal-menu .dropdown .caret {
        vertical-align: text-top; }
      .legacy #portal-banner #portal-menu .dropdown-menu {
        border-radius: 0;
        border: 1px solid #123751;
        border-top: none; }
        .legacy #portal-banner #portal-menu .dropdown-menu li > a {
          padding: 10px 20px;
          color: #161616; }
          .legacy #portal-banner #portal-menu .dropdown-menu li > a:hover, .legacy #portal-banner #portal-menu .dropdown-menu li > a:focus, .legacy #portal-banner #portal-menu .dropdown-menu li > a.active {
            background: none;
            background-color: #eee;
            filter: none; }
  .legacy .pillarOpen #portal-banner #portal-menu .pillars .selected:after {
    height: 0; }
  .legacy .portal #containerBannerMenu {
    padding-left: 0;
    background: none; }
  .legacy #containerBannerMenu {
    padding-left: 200px;
    background: url("//static.coe.int/pics/logos/desktop/logo-coe-blue.svg") left 30px no-repeat;
    background-size: 98px auto; }
    .legacy #containerBannerMenu .portlet-layout {
      padding-top: 30px; }
  .legacy .carrefour-content .span4, .legacy .carrefour-content .span8 {
    border-radius: 5px;
    border: 1px solid #dddddd; }
  .legacy .carrefour-content .span8 ul {
    float: left;
    width: 50%;
    box-sizing: border-box; }
  .legacy .carrefour-content h4 {
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 10px 15px;
    background-color: #F5F5F5;
    margin: 0;
    border-bottom: 1px solid #dddddd; }
  .legacy .carrefour-content ul {
    margin: 0;
    padding: 0; }
  .legacy .carrefour-content li {
    list-style-type: none; }
    .legacy .carrefour-content li:hover {
      background-color: #f5f5f5; }
    .legacy .carrefour-content li a {
      color: #161616;
      display: block;
      padding: 7px 25px 7px 40px;
      line-height: 20px; }
    .legacy .carrefour-content li:before {
      content: '\f105';
      font-family: 'FontAwesome','fontawesome-alloy';
      color: #aaa;
      margin-left: 20px;
      float: left;
      margin-top: 3px; }
  .legacy #site-banner {
    background-color: #123751;
    min-height: 75px; }
    .legacy #site-banner > .container {
      position: relative; }
    .legacy #site-banner #logo {
      display: block;
      width: 40%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
      .legacy #site-banner #logo img {
        float: none;
        height: 75px;
        margin: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .legacy #site-banner #qrcode {
      float: right;
      margin-top: 10px;
      margin-left: 10px; }
    .legacy #site-banner .site-name-wrapper {
      float: right;
      width: 50%; }
      .legacy #site-banner .site-name-wrapper .titles-wrapper {
        color: white;
        font-size: 30px;
        line-height: 1.3;
        float: right;
        text-align: right;
        margin: 30px 0; }
        .legacy #site-banner .site-name-wrapper .titles-wrapper a {
          color: #fff;
          text-decoration: none; }
          .legacy #site-banner .site-name-wrapper .titles-wrapper a:hover {
            color: #fff; }
        .legacy #site-banner .site-name-wrapper .titles-wrapper.smaller-title {
          font-size: 24px;
          margin: 15px 0; }
        .legacy #site-banner .site-name-wrapper .titles-wrapper .banner-surtitle {
          font-size: 20px;
          font-weight: 200; }
      .legacy #site-banner .site-name-wrapper img.optional-logo {
        height: 80px;
        max-width: 18%;
        float: right;
        margin: 10px 0 10px 2%; }
    .legacy #site-banner .responsive-menu {
      display: none;
      float: right;
      color: white;
      line-height: 100px;
      cursor: pointer; }
  .legacy.pjp #site-banner .logos-coe-eu-text {
    width: 240px;
    float: left;
    margin: 20px 0; }
  .legacy.pjp #site-banner img.logo-pjp-coe {
    float: left;
    margin: 10px 0; }
  .legacy.pjp #site-banner img.logo-pjp-eu {
    float: left;
    margin: 15px 10px 0 10px; }
  .legacy.pjp #portal-banner #portal-menu {
    width: 100%;
    float: right; }
  .legacy #footer {
    text-align: left; }
  .legacy footer {
    background-color: #123751;
    color: #fff; }
    .legacy footer #footer-site {
      min-height: 10px; }
      .legacy footer #footer-site .container {
        padding-top: 20px; }
      .legacy footer #footer-site p a {
        color: #fff;
        text-decoration: underline; }
        .legacy footer #footer-site p a:hover {
          text-decoration: none; }
      .legacy footer #footer-site .column {
        border: none !important; }
    .legacy footer #footer-coe h3, .legacy footer #footer-site h3 {
      font-size: 16px;
      font-style: normal;
      font-weight: 200;
      margin: 1.2em 0 0.8em;
      text-transform: uppercase;
      line-height: 1.2em; }
    .legacy footer #footer-coe .logo-coe, .legacy footer #footer-site .logo-coe {
      text-align: right;
      padding: 35px 20px 20px 0; }
      .legacy footer #footer-coe .logo-coe img, .legacy footer #footer-site .logo-coe img {
        height: 110px; }
      .legacy footer #footer-coe .logo-coe .ctn-intranet, .legacy footer #footer-site .logo-coe .ctn-intranet {
        width: 143px;
        float: right;
        margin-top: 2em;
        display: block;
        clear: both; }
        .legacy footer #footer-coe .logo-coe .ctn-intranet a, .legacy footer #footer-site .logo-coe .ctn-intranet a {
          color: #fff;
          border: 1px solid #fff;
          padding: 3px 8px;
          border-radius: 2px;
          font-size: 10px;
          text-transform: uppercase;
          letter-spacing: 1px; }
          .legacy footer #footer-coe .logo-coe .ctn-intranet a:hover, .legacy footer #footer-site .logo-coe .ctn-intranet a:hover {
            background-color: #1e448a;
            text-decoration: none; }
    .legacy footer #footer-coe ul, .legacy footer #footer-site ul {
      font-size: 12px;
      list-style: none outside none;
      margin: 0 0 40px;
      padding: 0; }
      .legacy footer #footer-coe ul li, .legacy footer #footer-site ul li {
        margin-left: -10px;
        padding-left: 10px;
        line-height: 20px;
        transition: background 400ms ease 0s; }
        .legacy footer #footer-coe ul li:hover, .legacy footer #footer-site ul li:hover {
          background-color: rgba(255, 255, 255, 0.1);
          color: #fff;
          margin-left: -10px;
          padding-left: 10px;
          text-decoration: none;
          transition: background 200ms ease 0s; }
        .legacy footer #footer-coe ul li a, .legacy footer #footer-site ul li a {
          display: block;
          padding: 5px 0;
          color: #fff; }
        .legacy footer #footer-coe ul li img, .legacy footer #footer-site ul li img {
          margin-right: 5px; }
    .legacy footer #footer-trigger {
      text-align: center;
      min-height: 40px; }
      .legacy footer #footer-trigger span {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 300;
        line-height: 40px;
        cursor: pointer;
        padding-right: 25px; }
        .legacy footer #footer-trigger span:after {
          content: "\f107";
          font-family: Fontawesome, 'fontawesome-alloy';
          font-weight: 200;
          color: #fff;
          font-size: 16px;
          margin-left: 5px; }
        .legacy footer #footer-trigger span.open:after {
          content: "\f106"; }
      .legacy footer #footer-trigger img {
        width: 35px;
        margin-right: 10px; }
    .legacy footer #disclaimer {
      padding: 1em;
      background-color: #fff;
      color: #252525; }

/*Header responsive*/
@media screen and (min-width: 980px) {
  .aui .legacy #portal-banner #portal-menu > li.language-responsive {
    display: none !important; } }
@media screen and (max-width: 979px) {
  .aui .legacy .open-nav .responsive-menu img {
    display: none; }
  .aui .legacy .open-nav #portal-banner .responsive-menu,
  .aui .legacy .open-nav #site-banner .responsive-menu {
    position: absolute;
    top: 0;
    right: 0; }
    .aui .legacy .open-nav #portal-banner .responsive-menu:before,
    .aui .legacy .open-nav #site-banner .responsive-menu:before {
      background-color: #dce1e5;
      width: 60px;
      height: 75px;
      top: 0;
      right: 0;
      z-index: 5;
      position: absolute;
      content: '\f104';
      font-family: Fontawesome, 'fontawesome-alloy';
      color: #0e2c40;
      font-size: 50px;
      line-height: 1.3em;
      text-align: center; }
  .aui .legacy #portal-banner #tools-menu-responsive {
    border-bottom: 1px solid;
    text-align: center;
    height: 75px; }
    .aui .legacy #portal-banner #tools-menu-responsive li {
      display: inline-block;
      height: 75px;
      width: 75px;
      max-width: 33%;
      text-align: center; }
      .aui .legacy #portal-banner #tools-menu-responsive li a {
        text-align: center;
        display: block;
        padding: 0;
        height: 100%;
        border: none !important; }
        .aui .legacy #portal-banner #tools-menu-responsive li a:hover {
          text-decoration: none;
          background-color: transparent; }
        .aui .legacy #portal-banner #tools-menu-responsive li a .vertical-align {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          margin: 0;
          padding: 0;
          display: block; }
        .aui .legacy #portal-banner #tools-menu-responsive li a i {
          margin: 0;
          display: inline; }
  .aui .legacy #portal-banner #navigation-wrapper #tools-menu-responsive {
    border-color: #fff; }
  .aui .legacy #portal-banner #portal-menu #tools-menu-responsive {
    border-color: #cfcfcf; }
  .aui .legacy #portal-banner #portal-menu .language-responsive,
  .aui .legacy #portal-banner #navigation-wrapper .language-responsive {
    display: none;
    margin: 0 40px;
    border-bottom: 1px solid;
    padding: 10px 0 20px; }
    .aui .legacy #portal-banner #portal-menu .language-responsive select,
    .aui .legacy #portal-banner #navigation-wrapper .language-responsive select {
      width: 100%;
      min-height: 35px; } }
@media screen and (min-width: 480px) and (max-width: 979px) {
  .aui .legacy #portal-menu #tools-menu-responsive li {
    width: 33%;
    float: left; }
    .aui .legacy #portal-menu #tools-menu-responsive li a span.hidden {
      display: inline;
      visibility: visible; }
  .aui .legacy #site-banner .site-name-wrapper .titles-wrapper {
    padding-right: 0;
    background-position: left; } }
@media screen and (max-width: 479px) {
  .aui .legacy #site-banner .site-name-wrapper .titles-wrapper {
    padding-right: 0;
    padding-left: 0;
    background: none; } }
/* menu pillar */
.legacy #containerBannerMenu {
  box-sizing: border-box;
  padding-left: 150px; }

.legacy #containerBannerMenu h4 {
  margin-right: 3%; }

/* responsive menu portal */
@media screen and (max-width: 979px) {
  .legacy #portal-banner #portal-menu .explore,
  .legacy #portal-banner #portal-menu .languages,
  .legacy #portal-banner #portal-menu .search {
    width: auto;
    padding: 0; }

  .legacy #portal-banner #portal-menu .languages .separator-title {
    line-height: 27px; }

  .aui .legacy #portal-menu #tools-menu-responsive li a {
    padding: 0;
    text-align: center; } }
/* surcharge footer */
.legacy footer #footer-site .container {
  padding: 0; }

.legacy .disclaimer a {
  color: #007bc8; }

@media screen and (min-width: 1200px) {
  .legacy footer .span2 {
    width: 16.6666%; } }
/* page carrefour */
.legacy #site-banner a#logo img {
  max-width: none; }

.legacy #containerBannerMenu .portlet-layout {
  padding: 30px 0;
  display: block; }

.legacy #containerBannerMenu h4 {
  margin-right: 0; }

.legacy #containerBannerMenu .span4 {
  width: 31.33333%;
  margin-left: 2%; }

.legacy #containerBannerMenu .span8 {
  width: 64.66667%;
  margin-left: 2%; }

.legacy .carrefour-content h4 {
  color: #161616 !important; }

.legacy .carrefour-content li:before {
  line-height: 2em; }

.legacy .carrefour-content li a {
  text-decoration: none; }

.legacy .carrefour-content li a:hover {
  text-decoration: underline;
  color: #007bc8; }

/* ==================================================== */
/* = css pour le theme 1 de couleur					  = */
/* ==================================================== */
/* Couleur de fond du menu
----------------------------------------*/
.color1 #navigation > ul {
  background-color: #6F7485; }

/* Couleur de texte du menu
----------------------------------------*/
.color1 #navigation > ul > li > a {
  color: #fff; }

/* Couleur de survol du menu
----------------------------------------*/
.color1 #navigation > ul > li:hover,
.color1 #navigation > ul > li.selected {
  background-color: #2C2538; }

/* Couleur des barres en bas
----------------------------------------*/
.color1 .main-zone {
  border-bottom: 2px solid #ECCA56; }

/* Couleur des barres en haut
----------------------------------------*/
.color1 .main-zone .zone-bottom,
.color1 .main-zone .zone-bottom-next {
  border-top: 2px solid #ECCA56; }

.color1 div.portlet.top-page div.portlet-topper {
  border-bottom: 3px solid #ECCA56; }

.color1 div.portlet.bordertop {
  border-top: 2px solid #ECCA56; }

.color1 .structure-title .heading-struct {
  border-color: #ECCA56; }

/* Couleur barre titre page
----------------------------------------*/
.color1 #wrapper h1.page-title {
  border-color: #ECCA56; }

/* Couleur du submenu
----------------------------------------*/
.color1 #navigation li .panel {
  border-top: 6px solid #6F7485; }

.color1 #navigation li > .dropdown .pointer-select {
  border-bottom: 6px solid #6F7485; }

/* Couleur du submenu > liens
----------------------------------------*/
.color1 #navigation .dropdown ul.child-2 > li > a:hover, .color1 #navigation .dropdown ul.child-2 > li:hover,
.color1 #navigation .dropdown ul.child-2 > li:hover > a, .color1 #navigation .dropdown ul.child-2 > li.selected > a,
.color1 #navigation .dropdown ul.child-4 > li > a:hover, .color1 #navigation .dropdown ul.child-4 > li.selected > a,
.color1 #navigation .dropdown ul.child-1 > li > a:hover, .color1 #navigation .dropdown ul.child-1 > li.selected > a,
.color1 #navigation .dropdown ul.child-3 > li > a:hover, .color1 #navigation .dropdown ul.child-3 > li.selected > a {
  background-color: #6F7485;
  color: #fff; }

.color1 #navigation .dropdown ul.child-1 > li > a {
  background-color: #2C2538;
  color: #fff; }

/* Couleur du submenu 'dropdown'
----------------------------------------*/
.color1 #navigation-dropdown, .color1 .sf-menu li {
  background-color: #6F7485; }

.color1 .sf-menu a, .color1 .sf-menu a:visited {
  color: #fff; }

.color1 .sf-menu li:hover, .color1 .sf-menu li.sfHover, .color1 .sf-menu li.selected, .color1 .sf-menu li.selected > a,
.color1 .sf-menu a:focus, .color1 .sf-menu a:hover, .color1 .sf-menu a:active {
  background: #2C2538; }

/* Bouton connect
---------------------------------------------*/
.color1 .connect a.btconnect {
  background-color: #6F7485;
  color: #fff; }

.color1 .connect a.btconnect:hover {
  background-color: #2C2538;
  color: #fff; }

/* Sidebar > boutons
----------------------------------------*/
.color1 a.btn-search {
  color: #777;
  text-shadow: none;
  background-color: #ebca55; }

.color1 a.btn-search span {
  background-image: url(/org-coe-theme/css/../../images/icon-loupe-grey.png); }

.color1 a.btn-search:hover {
  background-color: #f0dc94; }

/* Identity
----------------------------------------*/
.color1 div.identity {
  background-color: #ccc;
  margin-top: 1px; }

/* Titre des portlets
----------------------------------------*/
.color1 h3.portlet-title {
  color: #999; }

/* Titres
----------------------------------------*/
.color1 h1, .color1 h2, .color1 h3, .color1 h4, .color1 h5, .color1 h6,
.color1 .structure-title .heading-struct h2, .color1 #wrapper h1.page-title {
  color: #5b667c; }

.color1 .structure-title .heading-struct a.btswitch {
  background-color: #5b667c; }

/* l'article : mises en exergue + Highlights
----------------------------------------*/
.color1 .colorbox1, .color1 .highlight-inline.thlil1 {
  background-color: #6f7385;
  color: #fff; }

.color1 .colorbox2, .color1 .highlight-inline.thlil2 {
  background-color: #cfd0d6; }

.color1 .colorbox3, .color1 .highlight-inline.thlil3 {
  background-color: #ebca55; }

/* Table theme
----------------------------------------*/
.color1 .portlet-layout table.table1 th {
  background-color: #6F7485;
  color: #fff; }

/* Icons Ressource link
----------------------------------------*/
.color1 .ressource-link a.video {
  background-image: url(/org-coe-theme/css/../../images/color_schemes/color1/icon-video.png); }

.color1 .ressource-link a.gallery {
  background-image: url(/org-coe-theme/css/../../images/color_schemes/color1/icon-gallery.png); }

.color1 .ressource-link a.sound {
  background-image: url(/org-coe-theme/css/../../images/color_schemes/color1/icon-sound.png); }

.color1 .ressource-link a.link {
  background-image: url(/org-coe-theme/css/../../images/color_schemes/color1/icon-link.png); }

/* Icons traduction - contenu non traduit
----------------------------------------*/
.color1 .news-asset-abstract span.available-in-these-languages,
.color1 ul.news-title-list div.asset-dateloc ul li.available-in-these-languages {
  background-color: #5b667c; }

/* Couleurs survol structure grid gallery
----------------------------------------*/
.color1 .grid-gallery .image-item:hover {
  border-color: #5b667c !important; }

/* Menu � droite - sitemap - class = sitemapflat
---------------------------------------------*/
/* niveau root */
.color1 .sitemap-flat .portlet-content ul li a.root, .color1 .sitemap-flat .portlet-borderless-container .portlet-body ul li a.root {
  background-color: #2c2538;
  color: #fff; }

/* survol */
.color1 .sitemap-flat .portlet-content ul li a:hover, .color1 .sitemap-flat .portlet-content ul li a.current, .color1 .sitemap-flat .portlet-borderless-container .portlet-body ul li a:hover, .color1 .sitemap-flat .portlet-borderless-container .portlet-body ul li a.current {
  background-color: #6f7485;
  color: #fff; }

/* ==================================================== */
/* = css pour le theme 4 de couleur					  = */
/* ==================================================== */
/* Couleur de fond du menu
----------------------------------------*/
.color4 #navigation > ul {
  background-color: #767676; }

/* Couleur de texte du menu
----------------------------------------*/
.color4 #navigation > ul > li > a {
  color: #fff; }

/* Couleur de survol du menu
----------------------------------------*/
.color4 #navigation > ul > li:hover,
.color4 #navigation > ul > li.selected {
  background-color: #414c73; }

/* Couleur des barres en bas
----------------------------------------*/
.color4 .main-zone {
  border-bottom: 2px solid #414c73; }

/* Couleur des barres en haut
----------------------------------------*/
.color4 .main-zone .zone-bottom,
.color4 .main-zone .zone-bottom-next {
  border-top: 2px solid #414c73; }

.color4 div.portlet.top-page div.portlet-topper {
  border-bottom: 3px solid #414c73; }

.color4 div.portlet.bordertop {
  border-top: 2px solid #414c73; }

.color4 .structure-title .heading-struct {
  border-color: #414c73; }

/* Couleur barre titre page
----------------------------------------*/
.color4 #wrapper h1.page-title {
  border-color: #414c73; }

/* Couleur du submenu
----------------------------------------*/
.color4 #navigation li .panel {
  border-top: 6px solid #414c73; }

.color4 #navigation li > .dropdown .pointer-select {
  border-bottom: 6px solid #414c73; }

/* Couleur du submenu > liens
----------------------------------------*/
.color4 #navigation .dropdown ul.child-2 > li > a:hover, .color4 #navigation .dropdown ul.child-2 > li:hover,
.color4 #navigation .dropdown ul.child-2 > li:hover > a, .color4 #navigation .dropdown ul.child-2 > li.selected > a,
.color4 #navigation .dropdown ul.child-4 > li > a:hover, .color4 #navigation .dropdown ul.child-4 > li.selected > a,
.color4 #navigation .dropdown ul.child-1 > li > a:hover, .color4 #navigation .dropdown ul.child-1 > li.selected > a,
.color4 #navigation .dropdown ul.child-3 > li > a:hover, .color4 #navigation .dropdown ul.child-3 > li.selected > a {
  background-color: #767676;
  color: #fff; }

.color4 #navigation .dropdown ul.child-1 > li > a {
  background-color: #414c73;
  color: #fff; }

/* Couleur du submenu 'dropdown'
----------------------------------------*/
.color4 #navigation-dropdown, .color4 .sf-menu li {
  background-color: #767676; }

.color4 .sf-menu a, .color4 .sf-menu a:visited {
  color: #fff; }

.color4 .sf-menu li:hover, .color4 .sf-menu li.sfHover, .color4 .sf-menu li.selected, .color4 .sf-menu li.selected > a,
.color4 .sf-menu a:focus, .color4 .sf-menu a:hover, .color4 .sf-menu a:active {
  background: #414c73; }

/* Bouton connect
---------------------------------------------*/
.color4 .connect a.btconnect {
  background-color: #767676;
  color: #fff; }

.color4 .connect a.btconnect:hover {
  background-color: #414c73;
  color: #fff; }

/* Sidebar > boutons
----------------------------------------*/
.color4 a.btn-search {
  color: #ffffff;
  text-shadow: none;
  background-color: #404b72; }

.color4 a.btn-search span {
  background-image: url(/org-coe-theme/css/../../images/icon-loupe-white.png); }

.color4 a.btn-search:hover {
  background-color: #5a69a0; }

/* Identity
----------------------------------------*/
.color4 div.identity {
  background-color: #ccc;
  margin-top: 1px; }

/* Titre des portlets
----------------------------------------*/
.color4 h3.portlet-title {
  color: #999; }

/* Titres
----------------------------------------*/
.color4 h1, .color4 h2, .color4 h3, .color4 h4, .color4 h5, .color4 h6,
.color4 .structure-title .heading-struct h2, .color4 #wrapper h1.page-title {
  color: #414c73; }

.color4 .structure-title .heading-struct a.btswitch {
  background-color: #414c73; }

/* l'article : mises en exergue + Highlights
----------------------------------------*/
.color4 .colorbox1, .color4 .highlight-inline.thlil1 {
  background-color: #414c73;
  color: #fff; }

.color4 .colorbox2, .color4 .highlight-inline.thlil2 {
  background-color: #bac1da; }

.color4 .colorbox3, .color4 .highlight-inline.thlil3 {
  background-color: #d8d9d8; }

/* Table theme
----------------------------------------*/
.color4 .portlet-layout table.table1 th {
  background-color: #767676;
  color: #fff; }

/* Icons Ressource link
----------------------------------------*/
.color4 .ressource-link a.video {
  background-image: url(/org-coe-theme/css/../../images/color_schemes/color4/icon-video.png); }

.color4 .ressource-link a.gallery {
  background-image: url(/org-coe-theme/css/../../images/color_schemes/color4/icon-gallery.png); }

.color4 .ressource-link a.sound {
  background-image: url(/org-coe-theme/css/../../images/color_schemes/color4/icon-sound.png); }

.color4 .ressource-link a.link {
  background-image: url(/org-coe-theme/css/../../images/color_schemes/color4/icon-link.png); }

/* Icons traduction - contenu non traduit
----------------------------------------*/
.color4 .news-asset-abstract span.available-in-these-languages,
.color4 ul.news-title-list div.asset-dateloc ul li.available-in-these-languages {
  background-color: #414c73; }

/* Couleurs survol structure grid gallery
----------------------------------------*/
.color4 .grid-gallery .image-item:hover {
  border-color: #414c73 !important; }

/* Menu � droite - sitemap - class = sitemapflat
---------------------------------------------*/
/* niveau root */
.color4 .sitemap-flat .portlet-content ul li a.root, .color4 .sitemap-flat .portlet-borderless-container .portlet-body ul li a.root {
  background-color: #414c73;
  color: #fff; }

/* survol */
.color4 .sitemap-flat .portlet-content ul li a:hover, .color4 .sitemap-flat .portlet-content ul li a.current, .color4 .sitemap-flat .portlet-borderless-container .portlet-body ul li a:hover, .color4 .sitemap-flat .portlet-borderless-container .portlet-body ul li a.current {
  background-color: #767676;
  color: #fff; }

/* ==================================================== */
/* = css pour le theme 5 de couleur					  = */
/* ==================================================== */
/* Couleur de fond du menu
----------------------------------------*/
.color5 #navigation > ul {
  background-color: #777777; }

/* Couleur de texte du menu
----------------------------------------*/
.color5 #navigation > ul > li > a {
  color: #fff; }

/* Couleur de survol du menu
----------------------------------------*/
.color5 #navigation > ul > li:hover,
.color5 #navigation > ul > li.selected {
  background-color: #c66d2a; }

/* Couleur des barres en bas
----------------------------------------*/
.color5 .main-zone {
  border-bottom: 2px solid #c66d2a; }

/* Couleur des barres en haut
----------------------------------------*/
.color5 .main-zone .zone-bottom,
.color5 .main-zone .zone-bottom-next {
  border-top: 2px solid #c66d2a; }

.color5 div.portlet.top-page div.portlet-topper {
  border-bottom: 3px solid #c66d2a; }

.color5 div.portlet.bordertop {
  border-top: 2px solid #c66d2a; }

.color5 .structure-title .heading-struct {
  border-color: #c66d2a; }

/* Couleur barre titre page
----------------------------------------*/
.color5 #wrapper h1.page-title {
  border-color: #c66d2a; }

/* Couleur du submenu
----------------------------------------*/
.color5 #navigation li .panel {
  border-top: 6px solid #c66d2a; }

.color5 #navigation li > .dropdown .pointer-select {
  border-bottom: 6px solid #c66d2a; }

/* Couleur du submenu > liens
----------------------------------------*/
.color5 #navigation .dropdown ul.child-2 > li > a:hover, .color5 #navigation .dropdown ul.child-2 > li:hover,
.color5 #navigation .dropdown ul.child-2 > li:hover > a, .color5 #navigation .dropdown ul.child-2 > li.selected > a,
.color5 #navigation .dropdown ul.child-4 > li > a:hover, .color5 #navigation .dropdown ul.child-4 > li.selected > a,
.color5 #navigation .dropdown ul.child-1 > li > a:hover, .color5 #navigation .dropdown ul.child-1 > li.selected > a,
.color5 #navigation .dropdown ul.child-3 > li > a:hover, .color5 #navigation .dropdown ul.child-3 > li.selected > a {
  background-color: #777777;
  color: #fff; }

.color5 #navigation .dropdown ul.child-1 > li > a {
  background-color: #c66d2a;
  color: #fff; }

/* Couleur du submenu 'dropdown'
----------------------------------------*/
.color5 #navigation-dropdown, .color5 .sf-menu li {
  background-color: #777777; }

.color5 .sf-menu a, .color5 .sf-menu a:visited {
  color: #fff; }

.color5 .sf-menu li:hover, .color5 .sf-menu li.sfHover, .color5 .sf-menu li.selected, .color5 .sf-menu li.selected > a,
.color5 .sf-menu a:focus, .color5 .sf-menu a:hover, .color5 .sf-menu a:active {
  background: #c66d2a; }

/* Bouton connect
---------------------------------------------*/
.color5 .connect a.btconnect {
  background-color: #777777;
  color: #fff; }

.color5 .connect a.btconnect:hover {
  background-color: #c66d2a;
  color: #fff; }

/* Sidebar > boutons
----------------------------------------*/
.color5 a.btn-search {
  color: #ffffff;
  text-shadow: none;
  background-color: #c66c2a; }

.color5 a.btn-search span {
  background-image: url(/org-coe-theme/css/../../images/icon-loupe-white.png); }

.color5 a.btn-search:hover {
  background-color: #d8884d; }

/* Identity
----------------------------------------*/
.color5 div.identity {
  background-color: #ccc;
  margin-top: 1px; }

/* Titre des portlets
----------------------------------------*/
.color5 h3.portlet-title {
  color: #999; }

/* Titres
----------------------------------------*/
.color5 h1, .color5 h2, .color5 h3, .color5 h4, .color5 h5, .color5 h6,
.color5 .structure-title .heading-struct h2, .color5 #wrapper h1.page-title {
  color: #c66d2a; }

.color5 .structure-title .heading-struct a.btswitch {
  background-color: #c66d2a; }

/* l'article : mises en exergue + Highlights
----------------------------------------*/
.color5 .colorbox1, .color5 .highlight-inline.thlil1 {
  background-color: #c66d2a;
  color: #fff; }

.color5 .colorbox2, .color5 .highlight-inline.thlil2 {
  background-color: #f0d0b8; }

.color5 .colorbox3, .color5 .highlight-inline.thlil3 {
  background-color: #767776;
  color: #fff; }

/* Table theme
----------------------------------------*/
.color5 .portlet-layout table.table1 th {
  background-color: #777777;
  color: #fff; }

/* Icons Ressource link
----------------------------------------*/
.color5 .ressource-link a.video {
  background-image: url(/org-coe-theme/css/../../images/color_schemes/color5/icon-video.png); }

.color5 .ressource-link a.gallery {
  background-image: url(/org-coe-theme/css/../../images/color_schemes/color5/icon-gallery.png); }

.color5 .ressource-link a.sound {
  background-image: url(/org-coe-theme/css/../../images/color_schemes/color5/icon-sound.png); }

.color5 .ressource-link a.link {
  background-image: url(/org-coe-theme/css/../../images/color_schemes/color5/icon-link.png); }

/* Icons traduction - contenu non traduit
----------------------------------------*/
.color5 .news-asset-abstract span.available-in-these-languages,
.color5 ul.news-title-list div.asset-dateloc ul li.available-in-these-languages {
  background-color: #c66d2a; }

/* Couleurs survol structure grid gallery
----------------------------------------*/
.color5 .grid-gallery .image-item:hover {
  border-color: #c66d2a !important; }

/* Menu � droite - sitemap - class = sitemapflat
---------------------------------------------*/
/* niveau root */
.color5 .sitemap-flat .portlet-content ul li a.root, .color5 .sitemap-flat .portlet-borderless-container .portlet-body ul li a.root {
  background-color: #c66d2a;
  color: #fff; }

/* survol */
.color5 .sitemap-flat .portlet-content ul li a:hover, .color5 .sitemap-flat .portlet-content ul li a.current, .color5 .sitemap-flat .portlet-borderless-container .portlet-body ul li a:hover, .color5 .sitemap-flat .portlet-borderless-container .portlet-body ul li a.current {
  background-color: #777;
  color: #fff; }

/* ==================================================== */
/* = css pour le theme 8 de couleur					  = */
/* ==================================================== */
/* Couleur de fond du menu
----------------------------------------*/
.color7 #navigation > ul {
  background-color: #1a376f; }

/* Couleur de texte du menu
----------------------------------------*/
.color7 #navigation > ul > li > a {
  color: #fff; }

/* Couleur de survol du menu
----------------------------------------*/
.color7 #navigation > ul > li:hover,
.color7 #navigation > ul > li.selected {
  background-color: #2f5aa5; }

.color7 #navigation > ul > li > a:hover,
.color7 #navigation > ul > li:hover > a,
.color7 #navigation > ul > li.selected > a {
  color: #fff; }

/* Couleur des barres en bas
----------------------------------------*/
.color7 .main-zone {
  border-bottom: 2px solid #9f9f9f; }

/* Couleur des barres en haut
----------------------------------------*/
.color7 .main-zone .zone-bottom,
.color7 .main-zone .zone-bottom-next {
  border-top: 2px solid #9f9f9f; }

.color7 div.portlet.top-page div.portlet-topper {
  border-bottom: 3px solid #9f9f9f; }

.color7 div.portlet.bordertop {
  border-top: 2px solid #9f9f9f; }

.color7 .structure-title .heading-struct {
  border-color: #9f9f9f; }

/* Couleur barre titre page
----------------------------------------*/
.color7 #wrapper h1.page-title {
  border-color: #9f9f9f; }

/* Couleur du submenu
----------------------------------------*/
.color7 #navigation li .panel {
  border-top: 6px solid #1a376f; }

.color7 #navigation li > .dropdown .pointer-select {
  border-bottom: 6px solid #1a376f; }

/* Couleur du submenu > liens
----------------------------------------*/
.color7 #navigation .dropdown ul.child-2 > li > a:hover, .color7 #navigation .dropdown ul.child-2 > li:hover,
.color7 #navigation .dropdown ul.child-2 > li:hover > a, .color7 #navigation .dropdown ul.child-2 > li.selected > a,
.color7 #navigation .dropdown ul.child-4 > li > a:hover, .color7 #navigation .dropdown ul.child-4 > li.selected > a,
.color7 #navigation .dropdown ul.child-1 > li > a:hover, .color7 #navigation .dropdown ul.child-1 > li.selected > a,
.color7 #navigation .dropdown ul.child-3 > li > a:hover, .color7 #navigation .dropdown ul.child-3 > li.selected > a {
  background-color: #1a376f;
  color: #fff; }

.color7 #navigation .dropdown ul.child-1 > li > a {
  background-color: #2f5aa5;
  color: #fff; }

/* Couleur du submenu 'dropdown'
----------------------------------------*/
.color7 #navigation-dropdown, .color7 .sf-menu li {
  background-color: #1a376f; }

.color7 .sf-menu a, .color7 .sf-menu a:visited {
  color: #fff; }

.color7 .sf-menu li:hover, .color7 .sf-menu li.sfHover, .color7 .sf-menu li.selected, .color7 .sf-menu li.selected > a,
.color7 .sf-menu a:focus, .color7 .sf-menu a:hover, .color7 .sf-menu li.sfHover > a, .color7 .sf-menu a:active {
  background: #2f5aa5;
  color: #fff; }

/* Bouton connect
---------------------------------------------*/
.color7 .connect a.btconnect {
  background-color: #1a376f;
  color: #fff; }

.color7 .connect a.btconnect:hover {
  background-color: #2f5aa5;
  color: #fff; }

/* Sidebar > boutons
----------------------------------------*/
.color7 a.btn-search {
  color: #ffffff;
  text-shadow: none;
  background-color: #1a376f; }

.color7 a.btn-search span {
  background-image: url(/org-coe-theme/css/../../images/icon-loupe-white.png); }

.color7 a.btn-search:hover {
  background-color: #2f5aa5; }

/* Identity
----------------------------------------*/
.color7 div.identity {
  background-color: #ccc;
  margin-top: 1px; }

/* Titre des portlets
----------------------------------------*/
.color7 h3.portlet-title {
  color: #999; }

/* Titres
----------------------------------------*/
.color7 h1, .color7 h2, .color7 h3, .color7 h4, .color7 h5, .color7 h6,
.color7 .structure-title .heading-struct h2, .color7 #wrapper h1.page-title {
  color: #2f5aa5; }

.color7 .structure-title .heading-struct a.btswitch {
  background-color: #2f5aa5; }

/* l'article : mises en exergue + Highlights
----------------------------------------*/
.color7 .colorbox1, .color7 .highlight-inline.thlil1 {
  background-color: #0b3287;
  color: #fff; }

.color7 .colorbox2, .color7 .highlight-inline.thlil2 {
  background-color: #9F9F9F;
  color: #fff; }

.color7 .colorbox3, .color7 .highlight-inline.thlil3 {
  background-color: #d8d9d8; }

/* Table theme
----------------------------------------*/
.color7 .portlet-layout table.table1 th {
  background-color: #1a376f;
  color: #fff; }

/* Icons Ressource link
----------------------------------------*/
.color7 .ressource-link a.video {
  background-image: url(/org-coe-theme/css/../../images/color_schemes/color7/icon-video.png); }

.color7 .ressource-link a.gallery {
  background-image: url(/org-coe-theme/css/../../images/color_schemes/color7/icon-gallery.png); }

.color7 .ressource-link a.sound {
  background-image: url(/org-coe-theme/css/../../images/color_schemes/color7/icon-sound.png); }

.color7 .ressource-link a.link {
  background-image: url(/org-coe-theme/css/../../images/color_schemes/color7/icon-link.png); }

/* Icons traduction - contenu non traduit
----------------------------------------*/
.color7 .news-asset-abstract span.available-in-these-languages,
.color7 ul.news-title-list div.asset-dateloc ul li.available-in-these-languages {
  background-color: #2f5aa5; }

/* Couleurs survol structure grid gallery
----------------------------------------*/
.color7 .grid-gallery .image-item:hover {
  border-color: #2f5aa5 !important; }

/* Menu � droite - sitemap - class = sitemapflat
---------------------------------------------*/
/* niveau root */
.color7 .sitemap-flat .portlet-content ul li a.root, .color7 .sitemap-flat .portlet-borderless-container .portlet-body ul li a.root {
  background-color: #2f5aa5;
  color: #fff; }

/* survol */
.color7 .sitemap-flat .portlet-content ul li a:hover, .color7 .sitemap-flat .portlet-content ul li a.current, .color7 .sitemap-flat .portlet-borderless-container .portlet-body ul li a:hover, .color7 .sitemap-flat .portlet-borderless-container .portlet-body ul li a.current {
  background-color: #1a376f;
  color: #fff; }

/* ==================================================== */
/* = css pour le theme 8 de couleur					  = */
/* ==================================================== */
/* Couleur de fond du menu
----------------------------------------*/
.color8 #navigation > ul {
  background-color: #cbd22b; }

/* Couleur de texte du menu
----------------------------------------*/
.color8 #navigation > ul > li > a {
  color: #3c3c3c; }

/* Couleur de survol du menu
----------------------------------------*/
.color8 #navigation > ul > li:hover,
.color8 #navigation > ul > li.selected {
  background-color: #1b4489; }

.color8 #navigation > ul > li > a:hover,
.color8 #navigation > ul > li:hover > a,
.color8 #navigation > ul > li.selected > a {
  color: #ffffff; }

/* Couleur des barres en bas
----------------------------------------*/
.color8 .main-zone {
  border-bottom: 2px solid #cbd22b; }

/* Couleur des barres en haut
----------------------------------------*/
.color8 .main-zone .zone-bottom,
.color8 .main-zone .zone-bottom-next {
  border-top: 2px solid #cbd22b; }

.color8 div.portlet.top-page div.portlet-topper {
  border-bottom: 3px solid #cbd22b; }

.color8 div.portlet.bordertop {
  border-top: 2px solid #cbd22b; }

.color8 .structure-title .heading-struct {
  border-color: #cbd22b; }

/* Couleur barre titre page
----------------------------------------*/
.color8 #wrapper h1.page-title {
  border-color: #cbd22b; }

/* Couleur du submenu
----------------------------------------*/
.color8 #navigation li .panel {
  border-top: 6px solid #cbd22b; }

.color8 #navigation li > .dropdown .pointer-select {
  border-bottom: 6px solid #cbd22b; }

/* Couleur du submenu > liens
----------------------------------------*/
.color8 #navigation .dropdown ul.child-2 > li > a:hover, .color8 #navigation .dropdown ul.child-2 > li:hover,
.color8 #navigation .dropdown ul.child-2 > li:hover > a, .color8 #navigation .dropdown ul.child-2 > li.selected > a,
.color8 #navigation .dropdown ul.child-4 > li > a:hover, .color8 #navigation .dropdown ul.child-4 > li.selected > a,
.color8 #navigation .dropdown ul.child-1 > li > a:hover, .color8 #navigation .dropdown ul.child-1 > li.selected > a,
.color8 #navigation .dropdown ul.child-3 > li > a:hover, .color8 #navigation .dropdown ul.child-3 > li.selected > a {
  background-color: #cbd22b;
  color: #000; }

.color8 #navigation .dropdown ul.child-1 > li > a {
  background-color: #1b4489;
  color: #fff; }

/* Couleur du submenu 'dropdown'
----------------------------------------*/
.color8 #navigation-dropdown, .color8 .sf-menu li {
  background-color: #CBD22B; }

.color8 .sf-menu a, .color8 .sf-menu a:visited {
  color: #3C3C3C; }

.color8 .sf-menu li:hover, .color8 .sf-menu li.sfHover, .color8 .sf-menu li.selected, .color8 .sf-menu li.selected > a,
.color8 .sf-menu a:focus, .color8 .sf-menu a:hover, .color8 .sf-menu li.sfHover > a, .color8 .sf-menu a:active {
  background: #1b4489;
  color: #fff; }

/* Bouton connect
---------------------------------------------*/
.color8 .connect a.btconnect {
  background-color: #CBD22B;
  color: #3C3C3C; }

.color8 .connect a.btconnect:hover {
  background-color: #1b4489;
  color: #fff; }

/* Sidebar > boutons
----------------------------------------*/
.color8 a.btn-search {
  color: #ffffff;
  text-shadow: none;
  background-color: #cad22b; }

.color8 a.btn-search span {
  background-image: url(/org-coe-theme/css/../../images/icon-loupe-white.png); }

.color8 a.btn-search:hover {
  background-color: #1b4489; }

/* Identity
----------------------------------------*/
.color8 div.identity {
  background-color: #ccc;
  margin-top: 1px; }

/* Titre des portlets
----------------------------------------*/
.color8 h3.portlet-title {
  color: #999; }

/* Titres
----------------------------------------*/
.color8 h1, .color8 h2, .color8 h3, .color8 h4, .color8 h5, .color8 h6,
.color8 .structure-title .heading-struct h2, .color8 #wrapper h1.page-title {
  color: #1b4489; }

.color8 .structure-title .heading-struct a.btswitch {
  background-color: #1b4489; }

/* l'article : mises en exergue + Highlights
----------------------------------------*/
.color8 .colorbox1, .color8 .highlight-inline.thlil1 {
  background-color: #1b4489;
  color: #fff; }

.color8 .colorbox2, .color8 .highlight-inline.thlil2 {
  background-color: #b0c7ef; }

.color8 .colorbox3, .color8 .highlight-inline.thlil3 {
  background-color: #cad22b; }

/* Table theme
----------------------------------------*/
.color8 .portlet-layout table.table1 th {
  background-color: #cbd22b;
  color: #3c3c3c; }

/* Icons Ressource link
----------------------------------------*/
.color8 .ressource-link a.video {
  background-image: url(/org-coe-theme/css/../../images/color_schemes/color8/icon-video.png); }

.color8 .ressource-link a.gallery {
  background-image: url(/org-coe-theme/css/../../images/color_schemes/color8/icon-gallery.png); }

.color8 .ressource-link a.sound {
  background-image: url(/org-coe-theme/css/../../images/color_schemes/color8/icon-sound.png); }

.color8 .ressource-link a.link {
  background-image: url(/org-coe-theme/css/../../images/color_schemes/color8/icon-link.png); }

/* Icons traduction - contenu non traduit
----------------------------------------*/
.color8 .news-asset-abstract span.available-in-these-languages,
.color8 ul.news-title-list div.asset-dateloc ul li.available-in-these-languages {
  background-color: #1b4489; }

/* Couleurs survol structure grid gallery
----------------------------------------*/
.color8 .grid-gallery .image-item:hover {
  border-color: #1b4489 !important; }

/* Menu � droite - sitemap - class = sitemapflat
---------------------------------------------*/
/* niveau root */
.color8 .sitemap-flat .portlet-content ul li a.root, .color8 .sitemap-flat .portlet-borderless-container .portlet-body ul li a.root {
  background-color: #1b4489;
  color: #fff; }

/* survol */
.color8 .sitemap-flat .portlet-content ul li a:hover, .color8 .sitemap-flat .portlet-content ul li a.current, .color8 .sitemap-flat .portlet-borderless-container .portlet-body ul li a:hover, .color8 .sitemap-flat .portlet-borderless-container .portlet-body ul li a.current {
  background-color: #cbd22b;
  color: #3c3c3c; }

/* ==================================================== */
/* = css pour le theme 10 de couleur				  = */
/* ==================================================== */
/* Couleur de fond du menu
----------------------------------------*/
.color10 #navigation > ul {
  background-color: #0B5B73; }

/* Couleur de texte du menu
----------------------------------------*/
.color10 #navigation > ul > li > a {
  color: #F0F0F0; }

/* Couleur de survol du menu
----------------------------------------*/
.color10 #navigation > ul > li:hover,
.color10 #navigation > ul > li.selected {
  background-color: #b6c94e; }

.color10 #navigation > ul > li > a:hover,
.color10 #navigation > ul > li:hover > a,
.color10 #navigation > ul > li.selected > a {
  color: #000; }

/* Couleur des barres en bas
----------------------------------------*/
.color10 .main-zone {
  border-bottom: 2px solid #B7C94E; }

/* Couleur des barres en haut
----------------------------------------*/
.color10 .main-zone .zone-bottom,
.color10 .main-zone .zone-bottom-next {
  border-top: 2px solid #B7C94E; }

.color10 div.portlet.top-page div.portlet-topper {
  border-bottom: 3px solid #B7C94E; }

.color10 div.portlet.bordertop {
  border-top: 2px solid #B7C94E; }

.color10 .structure-title .heading-struct {
  border-color: #B7C94E; }

/* Couleur barre titre page
----------------------------------------*/
.color10 #wrapper h1.page-title {
  border-color: #B7C94E; }

/* Couleur du submenu
----------------------------------------*/
.color10 #navigation li .panel {
  border-top: 6px solid #b6c94e; }

.color10 #navigation li > .dropdown .pointer-select {
  border-bottom: 6px solid #b6c94e; }

/* Couleur du submenu > liens
----------------------------------------*/
.color10 #navigation .dropdown ul.child-2 > li > a:hover, .color10 #navigation .dropdown ul.child-2 > li:hover,
.color10 #navigation .dropdown ul.child-2 > li:hover > a, .color10 #navigation .dropdown ul.child-2 > li.selected > a,
.color10 #navigation .dropdown ul.child-4 > li > a:hover, .color10 #navigation .dropdown ul.child-4 > li.selected > a,
.color10 #navigation .dropdown ul.child-1 > li > a:hover, .color10 #navigation .dropdown ul.child-1 > li.selected > a,
.color10 #navigation .dropdown ul.child-3 > li > a:hover, .color10 #navigation .dropdown ul.child-3 > li.selected > a {
  background-color: #0B5B73;
  color: #f0f0f0; }

.color10 #navigation .dropdown ul.child-1 > li > a {
  background-color: #b6c94e;
  color: #000; }

/* Couleur du submenu 'dropdown'
----------------------------------------*/
.color10 #navigation-dropdown, .color10 .sf-menu li {
  background-color: #0B5B73; }

.color10 .sf-menu a, .color10 .sf-menu a:visited {
  color: #F0F0F0; }

.color10 .sf-menu li:hover, .color10 .sf-menu li.sfHover, .color10 .sf-menu li.selected, .color10 .sf-menu li.selected > a,
.color10 .sf-menu a:focus, .color10 .sf-menu a:hover, .color10 .sf-menu li.sfHover > a, .color10 .sf-menu a:active {
  background: #b6c94e;
  color: #000; }

/* Bouton connect
---------------------------------------------*/
.color10 .connect a.btconnect {
  background-color: #0B5B73;
  color: #F0F0F0; }

.color10 .connect a.btconnect:hover {
  background-color: #b6c94e;
  color: #000; }

/* Sidebar > boutons
----------------------------------------*/
.color10 a.btn-search {
  color: #ffffff;
  text-shadow: none;
  background-color: #b6c94e; }

.color10 a.btn-search span {
  background-image: url(/org-coe-theme/css/../../images/icon-loupe-white.png); }

.color10 a.btn-search:hover {
  background-color: #275b73; }

/* Identity
----------------------------------------*/
.color10 div.identity {
  background-color: #ccc;
  margin-top: 1px; }

/* Titre des portlets
----------------------------------------*/
.color10 h3.portlet-title {
  color: #999; }

/* Titres
----------------------------------------*/
.color10 h1, .color10 h2, .color10 h3, .color10 h4, .color10 h5, .color10 h6,
.color10 .structure-title .heading-struct h2, .color10 #wrapper h1.page-title {
  color: #0B5B73; }

.color10 .structure-title .heading-struct a.btswitch {
  background-color: #0B5B73; }

/* l'article : mises en exergue + Highlights
----------------------------------------*/
.color10 .colorbox1, .color10 .highlight-inline.thlil1 {
  background-color: #0B5B73;
  color: #fff; }

.color10 .colorbox2, .color10 .highlight-inline.thlil2 {
  background-color: #b6c94e; }

.color10 .colorbox3, .color10 .highlight-inline.thlil3 {
  background-color: #d8d9d8; }

/* Table theme
----------------------------------------*/
.color10 .portlet-layout table.table1 th {
  background-color: #0B5B73;
  color: #F0F0F0; }

/* Icons Ressource link
----------------------------------------*/
.color10 .ressource-link a.video {
  background-image: url(/org-coe-theme/css/../../images/color_schemes/color10/icon-video.png); }

.color10 .ressource-link a.gallery {
  background-image: url(/org-coe-theme/css/../../images/color_schemes/color10/icon-gallery.png); }

.color10 .ressource-link a.sound {
  background-image: url(/org-coe-theme/css/../../images/color_schemes/color10/icon-sound.png); }

.color10 .ressource-link a.link {
  background-image: url(/org-coe-theme/css/../../images/color_schemes/color10/icon-link.png); }

/* Icons traduction - contenu non traduit
----------------------------------------*/
.color10 .news-asset-abstract span.available-in-these-languages,
.color10 ul.news-title-list div.asset-dateloc ul li.available-in-these-languages {
  background-color: #0B5B73; }

/* Couleurs survol structure grid gallery
----------------------------------------*/
.color10 .grid-gallery .image-item:hover {
  border-color: #0B5B73 !important; }

/* Menu � droite - sitemap - class = sitemapflat
---------------------------------------------*/
/* niveau root */
.color10 .sitemap-flat .portlet-content ul li a.root, .color10 .sitemap-flat .portlet-borderless-container .portlet-body ul li a.root {
  background-color: #b6c94e;
  color: #000; }

/* survol */
.color10 .sitemap-flat .portlet-content ul li a:hover, .color10 .sitemap-flat .portlet-content ul li a.current, .color10 .sitemap-flat .portlet-borderless-container .portlet-body ul li a:hover, .color10 .sitemap-flat .portlet-borderless-container .portlet-body ul li a.current {
  background-color: #0b5b73;
  color: #fff; }

.cleaner {
  clear: both;
  display: block;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
  width: 100%; }

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden; }

.clearfix {
  display: inline-table; }

.clearfix {
  height: 1%; }

.clearfix {
  display: block; }

.nodisplay {
  display: none; }

a {
  color: #5B677D;
  text-decoration: underline; }

a:hover {
  /*color: #06C;*/
  text-decoration: none; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: underline; }

/* menu mobile */
#navigation-select {
  display: none; }

#carousel-fej #container {
  width: 480px;
  padding: 10px;
  margin: 0 auto;
  position: relative;
  z-index: 0; }

#carousel-fej #example {
  width: 480px;
  height: 350px;
  position: relative; }

#carousel-fej #frame {
  position: absolute;
  z-index: 0;
  width: 610px;
  height: 277px;
  top: -1px;
  left: -68px; }

/*
	Slideshow
*/
#carousel-fej #slides {
  position: absolute;
  top: 13px;
  left: 2px;
  z-index: 100; }

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
#carousel-fej .slides_container {
  width: 470px;
  overflow: hidden;
  position: relative;
  display: none; }

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
#carousel-fej .slides_container div.slide {
  width: 470px;
  height: 220px;
  display: block; }

/*
	Next/prev buttons
*/
#carousel-fej #slides .next, #carousel-fej #slides .prev {
  position: absolute;
  top: 87px;
  left: -37px;
  width: 24px;
  height: 43px;
  display: block;
  z-index: 101; }

#carousel-fej #slides .next {
  left: 483px; }

/*
	Pagination
*/
#carousel-fej .pagination {
  margin: 26px auto 0;
  width: 100px; }

#carousel-fej .pagination li {
  float: left;
  margin: 0 1px;
  list-style: none; }

#carousel-fej .pagination li a {
  display: block;
  width: 12px;
  height: 0;
  padding-top: 12px;
  background-image: url(/org-coe-theme/images/carousel-fej//pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden; }

#carousel-fej .pagination li.current a {
  background-position: 0 -12px; }

/*
	Caption
*/
#carousel-fej .caption {
  z-index: 500;
  position: absolute;
  bottom: -35px;
  left: 0;
  height: 30px;
  padding: 5px 20px 0 20px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 430px;
  font-size: 1.3em;
  line-height: 1.33;
  color: #fff;
  border-top: 1px solid #000;
  text-shadow: none; }

/*
	Anchors
*/
#carousel-fej a:link, #carousel-fej a:visited {
  color: #599100;
  text-decoration: none; }

#carousel-fej a:hover, #carousel-fej a:active {
  color: #599100;
  text-decoration: underline; }