/*
 * Palm/Standing devices settings and styles
 */

.search-result--publication:before,
.search-result--publication:after {
  content: '';
  display: table;
}

.search-result--publication:after {
  clear: both;
}

/*
 * Here is the syntax for loading webfonts, use one for each
 * weight/style combination:
 *
 * @font-face {
 *   font-family: FamilyName;
 *   font-style: normal;
 *   font-weight: normal;
 *   src: url('family-name-n4.eot');
 *   src: url('family-name-n4.eot?#iefix') format('embedded-opentype')
 *      , url('family-name-n4.woff') format('woff')
 *      , url('family-name-n4.ttf') format('truetype')
 *      , url('family-name-n4.svg#icons') format('svg');
 * }
 *
 * One can choose to load EOT files only when @ieCompat is true:
 *
 * & when not (@ieCompat) { ... load WOFF+TTF ... }
 * & when     (@ieCompat) { ... load EOT ... }
 */

/**
* Source sans pro
*/

@font-face {
  font-family: 'source_sans_pro';
  src: url('//cdn.public.lu/css/fonts/sourcesanspro/sourcesanspro-regular-e.eot');
  src: url('//cdn.public.lu/css/fonts/sourcesanspro/sourcesanspro-regular-e.eot?#iefix') format('embedded-opentype'), url('//cdn.public.lu/css/fonts/sourcesanspro/sourcesanspro-regular-w2.woff2') format('woff2'), url('//cdn.public.lu/css/fonts/sourcesanspro/sourcesanspro-regular-w.woff') format('woff'), url('//cdn.public.lu/css/fonts/sourcesanspro/sourcesanspro-regular-t.ttf') format('truetype'), url('//cdn.public.lu/css/fonts/sourcesanspro/sourcesanspro-regular-s.svg#source_sans_proregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'source_sans_pro';
  src: url('//cdn.public.lu/css/fonts/sourcesanspro/sourcesanspro-semibold-e.eot');
  src: url('//cdn.public.lu/css/fonts/sourcesanspro/sourcesanspro-semibold-e.eot?#iefix') format('embedded-opentype'), url('//cdn.public.lu/css/fonts/sourcesanspro/sourcesanspro-semibold-w2.woff2') format('woff2'), url('//cdn.public.lu/css/fonts/sourcesanspro/sourcesanspro-semibold-w.woff') format('woff'), url('//cdn.public.lu/css/fonts/sourcesanspro/sourcesanspro-semibold-t.ttf') format('truetype'), url('//cdn.public.lu/css/fonts/sourcesanspro/sourcesanspro-semibold-s.svg#source_sans_prosemibold') format('svg');
  font-weight: 600;
  font-style: normal;
}

/**
* Roboto
*/

@font-face {
  font-family: 'roboto';
  src: url('//cdn.public.lu/css/fonts/roboto/roboto-bolditalic-e.eot');
  src: url('//cdn.public.lu/css/fonts/roboto/roboto-bolditalic-e.eot?#iefix') format('embedded-opentype'), url('//cdn.public.lu/css/fonts/roboto/roboto-bolditalic-w2.woff2') format('woff2'), url('//cdn.public.lu/css/fonts/roboto/roboto-bolditalic-w.woff') format('woff'), url('//cdn.public.lu/css/fonts/roboto/roboto-bolditalic-t.ttf') format('truetype'), url('//cdn.public.lu/css/fonts/roboto/roboto-bolditalic-s.svg#robotobold_italic') format('svg');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'roboto';
  src: url('//cdn.public.lu/css/fonts/roboto/roboto-italic-e.eot');
  src: url('//cdn.public.lu/css/fonts/roboto/roboto-italic-e.eot?#iefix') format('embedded-opentype'), url('//cdn.public.lu/css/fonts/roboto/roboto-italic-w2.woff2') format('woff2'), url('//cdn.public.lu/css/fonts/roboto/roboto-italic-w.woff') format('woff'), url('//cdn.public.lu/css/fonts/roboto/roboto-italic-t.ttf') format('truetype'), url('//cdn.public.lu/css/fonts/roboto/roboto-italic-s.svg#robotoitalic') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'roboto';
  src: url('//cdn.public.lu/css/fonts/roboto/roboto-regular-e.eot');
  src: url('//cdn.public.lu/css/fonts/roboto/roboto-regular-e.eot?#iefix') format('embedded-opentype'), url('//cdn.public.lu/css/fonts/roboto/roboto-regular-w2.woff2') format('woff2'), url('//cdn.public.lu/css/fonts/roboto/roboto-regular-w.woff') format('woff'), url('//cdn.public.lu/css/fonts/roboto/roboto-regular-t.ttf') format('truetype'), url('//cdn.public.lu/css/fonts/roboto/roboto-regular-s.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'roboto';
  src: url('//cdn.public.lu/css/fonts/roboto/roboto-bold-e.eot');
  src: url('//cdn.public.lu/css/fonts/roboto/roboto-bold-e.eot?#iefix') format('embedded-opentype'), url('//cdn.public.lu/css/fonts/roboto/roboto-bold-w2.woff2') format('woff2'), url('//cdn.public.lu/css/fonts/roboto/roboto-bold-w.woff') format('woff'), url('//cdn.public.lu/css/fonts/roboto/roboto-bold-t.ttf') format('truetype'), url('//cdn.public.lu/css/fonts/roboto/roboto-bold-s.svg#robotobold') format('svg');
  font-weight: 700;
  font-style: normal;
}

@media (max-width: 44.99em) {
  .palm-hidden {
    display: none;
  }
}

.grid,
.g {
  margin-left: -5px;
  margin-right: -5px;
}

.grid:before,
.g:before,
.grid:after,
.g:after {
  content: '';
  display: table;
}

.grid:after,
.g:after {
  clear: both;
}

.bucket,
.gu {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

@media (max-width: 44.999em) {
  .palm-full {
    width: 100%;
  }

  .palm-w1 {
    padding-left: 5px;
    padding-right: 5px;
    width: 25%;
  }

  .palm-w2 {
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
  }

  .palm-w3 {
    padding-left: 5px;
    padding-right: 5px;
    width: 75%;
  }

  .palm-w4 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }

  .palm-s1 {
    margin-left: 25%;
  }

  .palm-s2 {
    margin-left: 50%;
  }

  .palm-s3 {
    margin-left: 75%;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.6rem;
    margin: 3.2em 0 1.6em;
  }

  h3 {
    font-size: 1.4rem;
    margin: 1.6em 0 1.2em;
  }

  h4 {
    font-size: 1.2rem;
    margin: 1.2em 0 0.8em;
  }
}

.page-header {
  background: #424251;
  padding: 0.8em 5px;
}

.page-logo {
  margin: 0;
}

.page-logo a {
  text-decoration: none;
  color: inherit;
}

.page-logo a:visited {
  color: inherit;
}

.page-logo a:hover,
.page-logo a:focus {
  text-decoration: underline;
}

.page-logo a:active {
  color: inherit;
}

.page-logo a:hover,
.page-logo a:focus {
  text-decoration: none !important;
}

@media (max-width: 44.9em) {
  .page-logo img {
    width: 100px;
  }
}

.page-menu {
  background: #424251;
}

.page-search {
  position: relative;
}

.page-search label {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.page-search input[type="search"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .625em 1em;
  width: 100%;
}

.page-search button {
  padding: .25em .5em;
  position: absolute;
  top: 6px;
  right: 6px;
}

.page-main {
  padding: 0.8em 10px;
}

.page-title {
  border-bottom: 1px solid #722d8d;
  margin: 0 0 3.2em;
}

.page-title h1 {
  border-bottom: 0;
  margin: 0;
}

.page-search-results .page-title {
  border-bottom: 0;
  margin: 0;
}

.page-search-results .page-title h1 {
  border-bottom: 1px solid #722d8d;
  margin: 0 0 2rem;
}

.page-title .kicker {
  margin: 0 0 1.4em;
}

.page-title .subtitle {
  margin: .7em 0 0;
}

.page-featured {
  margin: 1.6em 0;
}

.page-more {
  background: #424251;
  clear: both;
  margin: 2rem 0;
  padding: 4rem;
  color: #f0f0f1;
}

.page-more h2,
.page-more h3,
.page-more h4,
.page-more h5,
.page-more h6 {
  color: #f0f0f1;
}

.page-more a {
  text-decoration: none;
  color: #caa3f6;
}

.page-more a:visited {
  color: #de5e00;
}

.page-more a:hover,
.page-more a:focus {
  text-decoration: underline;
}

.page-more a:active {
  color: #e83851;
}

.page-more a:hover,
.page-more a:focus {
  color: #e83851;
}

.page-metas {
  clear: both;
  color: #888888;
  font-size: .75em;
  padding: 0.8em 0;
}

.page-footer {
  background: #424251;
  color: #ccc;
  clear: both;
  padding: 0.8em 5px;
}

.page-footer .nav-primary,
.page-footer .nav-secondary {
  border-top-color: #888888;
}

.page-footer .page-search {
  padding: .7em 1em;
}

.page-footer .page-search button {
  margin: .7em 1em;
}

.page-footer .footer-more {
  color: #ffffff;
  padding: 0 2rem 2rem;
}

.page-footer .footer-more img {
  display: block;
}

.page-connect {
  margin-top: 4rem;
}

.page-connect h2 {
  color: #fff;
}

.page-connect .nav-connect li {
  display: inline-block;
  vertical-align: middle;
}

.page-connect .nav-connect a {
  color: #fff;
  display: block;
  padding: 1rem;
  font-size: 3rem;
  min-height: 23px;
}

.page-connect .nav-connect a [class^="icon-"]:not(:only-child)::before,
.page-connect .nav-connect a [class*=" icon-"]:not(:only-child)::before {
  margin-right: 0;
}

.page-connect .nav-connect a[class="newwindow"]:not([href^="http"]):not([href$="html"]):after,
.page-connect .nav-connect a[class="newwindow"]:not([href^="http"]):not([href$="php"]):after,
.page-connect .nav-connect a[class="newwindow"][href^="http"]:after {
  display: none;
}

.page-connect .nav-connect a .icon-twitter {
  position: relative;
  top: 4px;
}

.page-connect .nav-connect a:hover,
.page-connect .nav-connect a:focus {
  background: #f0f0f1;
  color: #424251;
}

.page-connect .nav-connect a:hover .icon-newsletter:before,
.page-connect .nav-connect a:focus .icon-newsletter:before {
  background-position: 0 -23px;
}

.renow {
  padding: 0.8em 5px;
  margin: 0;
}

.renow a {
  margin-right: 1em;
}

.renow img {
  vertical-align: middle;
}

@media (max-width: 61.49em) {
  .page-main > article,
  .page-main > section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-main > article .page-localnav,
  .page-main > section .page-localnav,
  .page-main > article .archives-nav,
  .page-main > section .archives-nav {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .page-main > article .page-content,
  .page-main > section .page-content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .page-main > article .page-secondary,
  .page-main > section .page-secondary {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .page-main > article .page-more,
  .page-main > section .page-more {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .page-main > article .page-metas,
  .page-main > section .page-metas {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
}

.page-404 {
  background: #f4f7fc;
}

.page-404 .nav {
  margin: 1em 0;
}

.page-404 .nav li {
  margin: 0;
}

.page-404 .nav a {
  color: #fff;
  padding: 1rem;
}

.page-404 .nav i {
  margin-right: 0.5em;
}

.page-404 .nav li + li {
  border-top: 1px solid #fff;
}

.page-404 .page-search {
  display: block;
  position: relative;
  padding: 0;
  margin: 4rem auto;
}

.page-404 .page-search input {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #424251;
  padding: 1rem 18rem 1rem 1rem;
  max-width: none;
  width: 100%;
}

.page-404 .page-search .btn,
.page-404 .page-search .page-agenda .seachFieldBox button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.page-404 .page-header {
  background: #f1f2f2;
}

.page-404 .page-header .page-logo {
  width: auto;
}

.page-404 .page-header img {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  padding: 1rem 3rem;
  width: auto;
}

.page-404 .page-main {
  background: #424251;
  color: #fff;
}

.page-404 .page-main em {
  display: block;
  font-size: 2.2rem;
  font-weight: normal;
  font-style: normal;
  margin: 5rem 0 3rem;
}

.page-404 .page-main .page-title {
  background: #f4f7fc;
  margin: -1.3rem -10px 3rem;
  padding: 2rem 10px;
  text-align: center;
}

.page-404 .page-main .page-title h1 {
  color: #424251;
  font-size: 4rem;
  font-weight: normal;
  text-transform: none;
  border: none;
}

.page-404 .renow {
  background: #f4f7fc;
  padding: 2rem 1rem;
  margin-bottom: 0;
}

.page-agenda .search-result + .search-result {
  border-top: 1px solid #dddddd;
  padding-top: 3rem;
}

.page-agenda #exaleadSearchField {
  padding: 0.5em 1em;
}

.page-agenda .results {
  color: #58595b;
}

.page-agenda .event_date {
  font-weight: bold;
}

.page-agenda .custom {
  margin: 0;
}

.page-agenda .custom.validation {
  text-align: right;
}

.page-agenda .custom label,
.page-agenda .custom legend {
  color: #333;
  display: block;
  margin-bottom: 0;
  margin-top: 2rem;
}

.page-agenda .custom legend {
  font-size: 0.85em;
  margin: 0;
}

.page-agenda .rightColBg,
.page-agenda .boxTitle,
.page-agenda .none,
.page-agenda .clear,
.page-agenda .search-result--publication {
  display: none;
}

.page-agenda #all .button.exalead {
  color: #146714;
  text-decoration: underline;
}

.page-agenda #all .button.exalead:hover,
.page-agenda #all .button.exalead:focus {
  color: #146714;
  text-decoration: none;
}

.page-agenda #all .contentA,
.page-agenda #agenda_eventdateexact .contentA {
  margin-bottom: 20px;
}

.page-agenda #date_eventdate .date_selector {
  background: #f4f7fc;
  box-shadow: 0 0 12px #98c7e2;
  moz-box-shadow: 0 0 12px #98c7e2;
}

.page-agenda .results-infos {
  font-style: normal;
  margin: 0 0 30px;
  overflow: hidden;
}

.page-agenda .results-infos .results-infos-number {
  float: left;
  color: #065c8f;
  margin-bottom: 0px;
}

.page-agenda .results-infos .results-infos-show-pp {
  margin-bottom: 0px;
  float: right;
}

.page-agenda .results-infos select {
  margin-left: 10px;
}

.page-agenda .jdpicker_w {
  color: #274052;
  position: relative;
}

.page-agenda .jdpicker_w .error_msg {
  display: none;
  text-align: center;
  font-size: 0.8em;
  color: #666666;
}

.page-agenda .date_selector {
  background: transparent;
  padding: 0px;
  margin: 0;
  position: absolute;
  z-index: 100000;
  display: none;
  width: 100%;
  right: 0px !important;
  left: auto !important;
  top: 100% !important;
}

.page-agenda .date_selector * {
  width: auto;
  height: auto;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  font-size: 15px;
}

.page-agenda .date_selector table {
  border-spacing: 1px;
  clear: both;
  width: 100%;
  margin: 0 auto;
}

.page-agenda .date_selector thead {
  background: white;
  color: #274052;
}

.page-agenda .date_selector thead th {
  color: #274052;
}

.page-agenda .date_selector tbody {
  background: white;
}

.page-agenda .date_selector th {
  padding-top: 5px;
}

.page-agenda .date_selector th,
.page-agenda .date_selector td {
  color: black;
  text-align: center;
}

.page-agenda .date_selector td {
  background: white;
  border: 0px;
  color: #274052;
  line-height: 2em;
  text-align: center;
  white-space: nowrap;
}

.page-agenda .date_selector .today {
  background: #EBE5F9;
  border: 2px solid #806BBA;
}

.page-agenda .date_selector td a {
  display: block;
  text-align: center;
  text-decoration: underline;
}

.page-agenda .date_selector .week_label {
  font-size: 80%;
  font-style: italic;
  font-weight: normal;
  width: 25px;
}

.page-agenda .date_selector .week_num {
  background: #FCFCFC !important;
  border: none !important;
  color: #274052 !important;
  font-size: 70%;
  font-style: italic;
  padding-right: 4px;
  text-align: right;
  vertical-align: bottom !important;
}

.page-agenda .date_selector .unselected_month {
  color: #ccc;
}

.page-agenda .date_selector .selectable_day,
.page-agenda .date_selector .selectable_week td {
  border: 0px;
  color: #274052;
  cursor: pointer;
  font-weight: bold;
}

.page-agenda .date_selector .selectable_day.hover,
.page-agenda .date_selector .selectable_week td.hover {
  background: #2e7de2;
  border-radius: 99999px;
  color: white;
}

.page-agenda .date_selector .selected,
.page-agenda .date_selector .selected td {
  background: #065c8f;
  border-radius: 99999px;
  border: 0px;
  color: white;
}

.page-agenda .date_selector .button {
  display: block;
  position: absolute;
  top: 0;
  width: 18px;
  height: 18px;
  line-height: 17px;
  font-weight: bold;
  color: #065c8f;
  text-align: center;
  font-size: 110%;
  overflow: hidden;
  border: 1px solid transparent;
  cursor: pointer;
  background: transparent;
}

.page-agenda .date_selector .button:hover,
.page-agenda .date_selector .button#resultsContainerover {
  background: none;
  color: #274052;
  cursor: pointer;
  border: 1px solid transparent;
}

.page-agenda .date_selector .nav {
  width: 100%;
}

.page-agenda .date_selector .month_nav,
.page-agenda .date_selector .year_nav {
  margin: 0 0 3px 0;
  padding: 0;
  display: block;
  position: relative;
  text-align: center;
  width: 48%;
}

.page-agenda .date_selector .month_nav {
  float: left;
}

.page-agenda .date_selector .year_nav {
  float: right;
  position: relative;
}

.page-agenda .date_selector .month_nav select {
  width: 75px;
  margin: 0 auto;
  border: 1px solid #ccc;
  position: relative;
  top: 1px;
}

.page-agenda .date_selector .year_input {
  text-align: center;
  width: 36px;
  border: 1px solid #ccc;
  position: relative;
  top: 2px;
}

.page-agenda .date_selector .month_name,
.page-agenda .date_selector .year_name {
  font-weight: bold;
  line-height: 20px;
}

.page-agenda .date_selector .prev {
  left: 0;
}

.page-agenda .date_selector .next {
  right: 0;
}

.page-agenda .date_clearer {
  color: #a00;
  padding-left: 3px;
  cursor: pointer;
  font-weight: bold;
  font-family: sans-serif;
  display: none;
}

.page-agenda .date_selector_ieframe {
  position: absolute;
  z-index: 99999;
  display: none;
}

.page-agenda #exalead {
  padding-top: 2em;
}

.page-agenda #exalead .results em {
  color: #053146 ! important;
  background: none repeat scroll 0px 0px #FDB813 ! important;
  font-style: normal;
  padding: 2px 4px;
}

.page-agenda #exalead a em {
  text-decoration: underline;
}

.page-agenda #exalead a:hover em,
.page-agenda #exalead a:focus em {
  text-decoration: underline;
}

.page-agenda .linklist {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.page-agenda .linklist li {
  position: relative;
}

.page-agenda .linklist a {
  display: block;
  font-weight: bold;
}

.page-agenda .linklist p {
  font-size: .8em;
  margin: 10px 0px;
}

.page-agenda .hit {
  margin: 0 0 40px;
}

.page-agenda #resultsContainer .rightCol .contentB {
  padding: 10px;
}

.page-agenda #resultsContainer .rightCol .header h2 {
  color: #00597B;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0px;
  text-transform: none;
}

.page-agenda #exalead fieldset {
  margin-top: 0;
}

.page-agenda #resultsContainer .rightCol .custom fieldset .label {
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 0px;
  padding-top: 6px;
}

.page-agenda #resultsContainer .rightCol .custom fieldset .label:first-child {
  padding-top: 0px;
}

.page-agenda #resultsContainer .rightCol .custom fieldset .formw {
  padding-top: 4px;
}

.page-agenda .dateRange {
  width: 100%;
}

.page-agenda #resultsContainer .rightCol .custom button.exalead {
  font-size: 1em;
}

.page-agenda #exalead .seachFieldBox .field {
  display: inline;
}

.page-agenda #exalead .boxContent,
.page-agenda #exalead .boxContent div {
  display: inline;
}

.page-agenda #exalead .seachFieldBox .error {
  background: none repeat scroll 0% 0% transparent;
  font-size: 0.9em;
  font-weight: bold;
  padding: 0px;
}

.page-agenda #exalead .seachFieldBox .error .searchField {
  border: 2px solid #B90000;
  margin-bottom: 10px;
}

.page-agenda #exalead .seachFieldBox .error strong {
  display: block;
}

.page-agenda .seachFieldBox .searchField {
  color: #393939;
  overflow: hidden;
  padding: 0px;
}

.page-agenda .seachFieldBox button {
  margin-left: 20px;
}

.page-agenda .count {
  color: #4D4D4D;
  font-size: 10px;
  position: absolute;
  right: 4px;
  top: 5px;
}

.page-agenda .seachFieldBox {
  background: #f4f7fc;
  margin: 0px 0px 32px;
  padding: 12px;
}

.page-agenda .seachFieldBox input[type="text"] {
  background: #fff;
  max-width: 450px;
  width: 100%;
}

.page-agenda .button span,
.page-agenda .button strong {
  font-size: inherit;
}

.archives-nav .btngroup {
  margin: 0 0 5px;
}

.archives-nav .btn,
.archives-nav .page-agenda .seachFieldBox button {
  text-align: left;
}

.archives-nav .btn:after,
.archives-nav .page-agenda .seachFieldBox button:after {
  float: right;
}

.archives-category {
  font-size: 1.4rem;
  line-height: 1;
}

.archives-year {
  border-bottom: 1px solid #dddddd;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  margin: 1.6em 0 0.8em;
  padding: 0 1em .5em;
}

.archives-months {
  margin: 0 0 1.6em;
}

.archives-months:before,
.archives-months:after {
  content: '';
  display: table;
}

.archives-months:after {
  clear: both;
}

.archives-months > li {
  float: left;
  width: 33%;
}

.article-image {
  color: #686868;
  display: block;
  font-size: .75em;
  line-height: 2.13333333em;
  margin: 0 0 1.6em;
}

.article-head {
  margin: 0 0 0.8em;
}

.article-kicker {
  color: #686868;
  font: 900 0.75em 'source_sans_pro', Helvetica, Arial, sans-serif;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
}

.page-title .article-kicker {
  margin: 0 0 1.6em;
}

.article-title {
  margin: 0;
}

.article-metas {
  color: #888888;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: .4rem;
}

.article-metas .list--inline li {
  font-size: 1.2rem;
}

.archives .article {
  margin: 0 0 1.6em;
}

.babbler {
  display: block;
}

.babbler--hidden {
  display: none;
}

.babbler-trigger {
  display: block;
  font-size: 1.6rem;
  margin: 0 auto;
}

.toc {
  background: #f0f0f1;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em;
  margin-bottom: 2rem;
}

.toc-title {
  color: #424251;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}

.toc-title::-webkit-details-marker {
  display: none;
}

.toc-title:focus {
  outline: none;
}

.remora.is-active .toc-title::after {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  content: '+';
  padding: 0 2px;
  position: absolute;
  right: 10px;
  text-align: center;
  width: 1em;
}

.remora.is-active[open] .toc-title::after {
  content: '-';
}

.page-main .toc-anchors {
  border-left: 1px solid #722d8d;
  list-style: none;
  margin: 1.2em 0 0 1.5rem;
  padding-left: 0;
}

.page-main .toc-anchors li {
  margin-left: 0;
}

.page-main .toc-anchors li:before {
  display: none;
}

.page-main .toc-anchors li + li {
  margin-top: 0.8em;
}

.toc-anchor {
  display: block;
  color: #666;
  padding-left: 1em;
  position: relative;
}

.toc-anchors .toc-anchor {
  text-decoration: none;
}

.toc-anchors .toc-anchor:hover,
.toc-anchors .toc-anchor:focus {
  text-decoration: underline;
}

.toc-anchors .toc-anchor:visited {
  color: #666;
}

.toc-anchor::before {
  background: #f0f0f1;
  border: 1px solid #9c30c7;
  border-radius: 100px;
  content: '';
  display: inline-block;
  height: 12px;
  left: -8px;
  top: 5px;
  position: absolute;
  -webkit-transition: -webkit-transform 0.1s;
  transition: transform .1s;
  width: 12px;
}

.toc-anchor.is-active {
  color: #9c30c7;
}

.toc-anchor.is-active::before {
  background: #9c30c7;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

@media (max-width: 61.49em) {
  #toc[aria-expanded="false"] .toc-anchors {
    display: none;
  }

  #toc[aria-expanded="true"] .toc-anchors {
    display: block;
  }

  .toc.is-active {
    left: 0;
    right: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    width: auto !important;
    z-index: 10;
  }
}

.book {
  background: #eeeeee;
  margin: 0 0 1.6em;
}

.book-header {
  margin: 0 0 0.8em;
  text-align: center;
}

.book-title {
  font-family: 'roboto', Helvetica, Arial, sans-serif;
  font-size: 1.9rem;
  font-weight: normal;
}

.book-author {
  color: #888888;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.4;
}

.book-author b {
  color: #333333;
  font-style: normal;
}

.book-metas {
  font-family: 'roboto', Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  margin-bottom: 3rem;
}

.book-metas dt,
.book-metas dd {
  display: inline;
}

.book-metas dt:after {
  content: ":";
}

.book-metas dd {
  margin-right: 1rem;
}

.book-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.8em 0 0;
}

.book-actions .book-order {
  padding: 0 .25em 0 0;
}

.book-actions .book-download {
  padding: 0 0 0 .25em;
}

.page-standard-publication .book-order {
  background: #f0f0f1;
  padding: 1rem;
}

.page-standard-publication .book-file .mo-embed {
  max-width: 30%;
}

.book-file p {
  border-top: 4px solid #333333;
  padding-top: 0.8em;
}

.book-file h3 {
  color: #9c30c7;
  font-size: inherit;
  line-height: inherit;
}

.page-standard-publication .book-file {
  margin: 0 0 1.6em;
}

.book-file .meta {
  font-size: 1.2rem;
}

.book-file-details {
  line-height: 1.6;
}

.book-file--main {
  background: #eeeeee;
  padding: 0.8em;
}

.page-search-results.page-publications .page-featured {
  background: #e9cff4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  overflow-x: auto;
  margin: 1.6em -10px;
  padding: 2em 1em;
  position: relative;
}

.page-search-results.page-publications .page-featured h2 {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.page-search-results.page-publications .page-featured .article {
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  margin: 0 1em 0 0;
  max-width: 20em;
}

.page-search-results.page-publications .page-featured .article-title {
  font-size: 1em;
  margin-bottom: 1.6em;
}

.page-search-results.page-publications .page-featured .blocklink {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  background: #dddddd;
  border-radius: 8px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 8rem 0 0;
  position: relative;
  text-align: center;
}

.page-search-results.page-publications .page-featured .blocklink > div {
  background: #fff;
  border-radius: 0 0 8px 8px;
  padding: 2em;
  z-index: 1;
}

.page-search-results.page-publications .page-featured .blocklink img {
  left: 50%;
  position: absolute;
  top: 2em;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: auto;
}

.book-translation h2:first-child {
  margin-top: 3.2rem;
}

.box {
  border: 1px solid #83838f;
  margin: 0 0 1.6em;
  padding: 2rem;
}

.box--left {
  float: left;
  margin-right: 3rem;
  max-width: 35%;
}

.box--right {
  float: right;
  margin-left: 3rem;
  max-width: 35%;
}

.box--center {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.box--left,
.box--right,
.box--center {
  margin-bottom: 1.5rem;
}

.box-title {
  border-bottom: 1px solid #e83851;
  color: #e83851;
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin: 0 0 1em;
  padding-bottom: 1rem;
}

.box-content {
  line-height: 1.4;
}

.box-content :first-child {
  margin-top: 0;
}

.box-content :last-child {
  margin-bottom: 0;
}

.contextbox-left,
.contextbox-right {
  background: #e83851;
  border: none;
  color: #fff;
  line-height: 1.4;
}

.contextbox-left h2,
.contextbox-right h2,
.contextbox-left h3,
.contextbox-right h3,
.contextbox-left h4,
.contextbox-right h4,
.contextbox-left h5,
.contextbox-right h5,
.contextbox-left h6,
.contextbox-right h6 {
  color: #fff;
  margin-bottom: 1.5rem;
}

.box .vcard {
  margin-bottom: 4rem;
}

.box .vcard .vcard-actions a {
  display: block;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  padding-left: 3rem;
  position: relative;
  margin: 0.5rem 0;
}

.box .vcard .vcard-actions a i:before {
  position: absolute;
  left: 0;
  text-align: center;
  width: 3rem;
}

.box .vcard .vcard-actions a .icon-email {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.box .vcard .vcard-actions .newwindow:after {
  display: none;
}

[data-type="term"]:after {
  content: ' [AB]';
  font-size: .5em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.is--defined:link,
.is--defined:focus,
.is--defined:hover,
.is--defined:active {
  background: #9c30c7;
  color: #ffffff;
}

.caterpillar {
  margin: 3.2em;
}

.caterpillar .faq-question {
  display: none;
}

.caterpillar-panel {
  border-top: 1px solid #dddddd;
}

.caterpillar-panel:last-of-type {
  border-bottom: 1px solid #dddddd;
}

.caterpillar-panel.is-expanded {
  padding-bottom: 1.6em;
}

.caterpillar-toggle + .caterpillar-panel {
  margin-top: 1.6em;
}

.caterpillar-toggle {
  margin: 0 auto;
  max-width: 15em;
}

.caterpillar-panel + .caterpillar-toggle {
  margin-top: 1.6em;
}

.caterpillar-tab {
  cursor: pointer;
  font-family: 'source_sans_pro', Helvetica, Arial, sans-serif;
  outline: none;
  padding: 1.6em 5px;
}

.caterpillar-tab::before {
  display: inline-block;
  font-family: 'SkizzIcons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.caterpillar-tab:not(:only-child)::before {
  margin-right: .5em;
}

.caterpillar-tab::before {
  content: '\2c5';
}

.caterpillar-tab::-webkit-details-marker {
  display: none;
}

.caterpillar-tab:before {
  margin-right: 5px;
}

.is-expanded .caterpillar-tab {
  font-weight: bold;
}

.is-expanded .caterpillar-tab::before {
  content: '\2c4';
}

.caterpillar-content {
  display: none;
  padding: 1.6em 5px;
}

.is-expanded .caterpillar-content {
  display: block;
}

.clippy {
  background: #eee;
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  padding: 1em;
  position: absolute;
}

.clippy:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}

.clippy.clippy--center:before {
  left: 50%;
  margin-left: -10px;
}

.clippy.clippy--middle:before {
  top: 50%;
  margin-top: -10px;
}

.clippy.clippy--top {
  margin-bottom: 1em;
  box-shadow: 0 -3px 3px 0 rgba(0, 0, 0, 0.25);
}

.clippy.clippy--top:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ccc;
  bottom: -10px;
}

.clippy.clippy--bottom {
  margin-top: 1em;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
}

.clippy.clippy--bottom:before {
  top: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ccc;
}

.clippy.clippy--left {
  margin-left: -1em;
  box-shadow: -3px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.clippy.clippy--left:before {
  right: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ccc;
}

.clippy.clippy--right {
  margin-left: 1em;
  box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.25);
}

.clippy.clippy--right:before {
  left: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ccc;
}

.clippy-holder {
  display: block;
  position: relative;
}

.clippy--hidden {
  display: none;
}

.cocoon--youtube,
.cocoon--dailymotion,
.cocoon--vimeo {
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}

.cocoon--youtube iframe,
.cocoon--dailymotion iframe,
.cocoon--vimeo iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

.faq > article + article {
  border-top: 1px solid #dddddd;
  margin-top: 1.6em;
  padding-top: 1.6em;
}

.faq-theme {
  margin-bottom: 1.6em;
}

.filters {
  background: #f4f5f5;
}

@media (max-width: 44.99em) {
  .filters {
    margin-bottom: 1.6em;
  }
}

.filters .icon-filter:before {
  display: none;
}

.filters > summary {
  background: #424251;
  color: #fff;
  padding: 10px 30px 10px 10px;
  position: relative;
}

.filters > summary::-webkit-details-marker {
  display: none;
}

.filters > summary::after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: '+';
  line-height: 1;
  padding: 0 0.5rem;
  position: absolute;
  right: 10px;
  text-align: center;
  width: 10px;
}

.filters > summary:hover::after,
.filters > summary:focus::after {
  border-color: #fff;
}

.filters[open] > summary::after {
  content: '-';
}

.filters form {
  background: none;
  padding: 1rem;
}

.filters form fieldset {
  margin-top: 0;
}

.filter {
  border-top: 1px solid #dddddd;
  padding: 0 10px;
  position: relative;
}

.filter[open] {
  padding-bottom: 1.6em;
}

.filter[open] .meta {
  display: none;
}

.filter[open] summary::after {
  content: '\2c4';
}

.filter summary {
  font-size: 1em;
  margin: 0 -5px;
  padding: 0.8em 5px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.filter summary::after {
  content: '\2c5';
}

.filter summary:after {
  font-family: "SkizzIcons";
  position: absolute;
  right: 1rem;
}

.filter summary:focus {
  outline: 1px dotted #000;
}

.filter li {
  margin-bottom: .7em;
}

.filter .filter-content {
  margin-top: 2rem;
  font-size: 1.4rem;
}

.filter *:last-child {
  margin-bottom: 0;
}

.filter-reset {
  position: absolute;
  right: 0;
  top: 0;
  margin: 1em 1em 0 0;
}

.filter-reset,
.filter-reset:visited {
  color: #dddddd;
}

.filter-reset:hover,
.filter-reset:focus {
  color: #888888;
}

.filter-reset i:before {
  margin-right: 0;
}

.filter-reset + .meta {
  margin-right: .5em;
}

.filter--parallel .blocklink,
.filter--orthogonal .blocklink {
  padding-left: 1.5em;
  position: relative;
}

.filter--parallel .blocklink:before,
.filter--parallel .blocklink:after,
.filter--orthogonal .blocklink:before,
.filter--orthogonal .blocklink:after {
  color: #666;
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: .25em;
  width: 1em;
}

.filter--parallel .blocklink:before,
.filter--orthogonal .blocklink:before {
  content: '';
  border: 1px solid #999;
}

.filter--parallel .blocklink:hover:after,
.filter--parallel .blocklink:focus:after,
.filter--parallel .blocklink.is--active:after,
.filter--orthogonal .blocklink:hover:after,
.filter--orthogonal .blocklink:focus:after,
.filter--orthogonal .blocklink.is--active:after {
  content: '\2713';
  line-height: 1;
  text-align: center;
}

.filter--parallel .blocklink.is--active:after,
.filter--orthogonal .blocklink.is--active:after {
  color: #666;
}

.filter--orthogonal .blocklink:before {
  border-radius: 40px;
}

.filter--orthogonal .blocklink:hover:after,
.filter--orthogonal .blocklink:focus:after,
.filter--orthogonal .blocklink.is--active:after {
  content: '\25cf';
}

.filter--drilldown ul {
  padding-left: 5px;
}

.gemini-tabpanel {
  display: none;
  outline: none;
  padding: 1.6em 5px;
}

.gemini-tabpanel--active {
  display: block;
}

#map {
  display: none;
}

#addresses {
  margin: 0 0 3rem;
}

#addresses ul,
#addresses li {
  list-style-type: none;
  margin: 0;
}

#addresses li {
  padding: 1rem;
}

#addresses li:before {
  display: none;
}

#addresses li .vcard {
  background: #f1f1f1;
  padding: 2rem;
}

#addresses .vcard-title {
  font-weight: bold;
  margin-bottom: 2rem;
  min-height: 4.5rem;
  padding-left: 3.5rem;
  position: relative;
}

#addresses .vcard-title:before {
  content: url('http://cdn.public.lu/skizz/img/maps/icon.png');
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}

#addresses [itemprop="address"] {
  margin-bottom: 2rem;
  margin-left: 3.5rem;
}

#addresses .vcard-item {
  margin-left: 3.5rem;
}

#addresses img {
  float: left;
  margin: 0 1rem 1rem 0;
  vertical-align: middle;
}

#addresses img + .vcard-title {
  padding-left: 0;
  position: static;
}

#addresses img + .vcard-title:before {
  display: none;
}

#addresses img + .vcard-title + [itemprop="address"] {
  display: block;
  clear: left;
}

#addresses .vcard-actions {
  margin-top: 2rem;
  margin-left: 3.5rem;
}

#addresses .vcard-actions a {
  border: 1px solid transparent;
  border-radius: 100%;
  display: inline-block;
  margin: 0 0.5rem 1em;
}

#addresses .vcard-actions a:hover,
#addresses .vcard-actions a:focus {
  border-color: #de5e00;
}

#addresses .vcard-actions .newwindow:after {
  display: none;
}

#addresses .vcard-actions .icon-phone,
#addresses .vcard-actions .icon-website,
#addresses .vcard-actions .icon-email,
#addresses .vcard-actions .icon-direction,
#addresses .vcard-actions .icon-more {
  background: url('../img/addresses-icons.png') no-repeat 0 0 transparent;
  display: block;
  height: 33px;
  width: 33px;
}

#addresses .vcard-actions .icon-phone:before,
#addresses .vcard-actions .icon-website:before,
#addresses .vcard-actions .icon-email:before,
#addresses .vcard-actions .icon-direction:before,
#addresses .vcard-actions .icon-more:before {
  display: none;
}

#addresses .vcard-actions .icon-phone {
  background-position: -66px 0;
}

#addresses .vcard-actions .icon-email {
  background-position: -99px 0;
}

#addresses .vcard-actions .icon-direction {
  background-position: -33px 0;
}

#addresses .vcard-actions .icon-more {
  background-position: -132px 0;
}

@media screen and (min-width: 37.5em) {
  #addresses {
    overflow: hidden;
    margin: 0 0rem 3rem -2rem;
  }

  #addresses li {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 1rem 0 1rem 2rem;
  }

  #addresses li:nth-child(2n+1) {
    clear: left;
  }
}

.glossary > section + section {
  border-top: 1px solid #dddddd;
  padding-top: 1.6em;
}

.govbar {
  background: #fff;
  border-bottom: 1px solid #cccaca;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  position: relative;
  overflow: hidden;
  height: 46px;
  width: 100%;
  z-index: 30000;
}

.govbar:before,
.govbar:after {
  content: '';
  display: table;
}

.govbar:after {
  clear: both;
}

.govbar-logo {
  border: 0;
  float: left;
  padding: 3px 8px;
}

.govbar-logo.newwindow:after {
  display: none;
}

.govbar-logo img {
  border: 0;
  display: block;
  height: 40px;
}

.govbar-links {
  float: right;
  line-height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.govbar-links li {
  float: left;
}

@media (max-width: 44.99em) {
  .govbar-links {
    display: none;
  }
}

.govbar-link {
  float: left;
  font-weight: bold;
  padding: 8px;
}

.govbar-link:link,
.govbar-link:visited,
.govbar-link:hover,
.govbar-link:focus,
.govbar-link:active {
  border: 0;
  color: #222 !important;
  text-decoration: none;
}

.govbar-link:hover,
.govbar-link:focus {
  background: #e6e6e6 !important;
}

.govbar-more {
  font-weight: normal;
}

/**
 * Index pages
 */

.index {
  margin: 0;
}

.index-section {
  border-top: 1px solid #d1d3d4;
  margin-top: 0;
  padding-top: 0;
}

.index-section-title {
  font-size: 1.9rem;
  margin: 0;
  padding: 0;
}

.index-section-title a {
  color: #de5e00;
  display: block;
  padding: 1rem 0 1rem 1rem;
  position: relative;
  text-decoration: none;
}

.index-section-title a:visited {
  color: #b2652c;
}

.index-section-title a:hover,
.index-section-title a:focus {
  text-decoration: underline;
}

.index-section-title a:active {
  color: #de5e00;
}

.index-section-title a:hover,
.index-section-title a:focus {
  color: #e83851;
}

.index-section-title a:hover,
.index-section-title a:focus {
  text-decoration: underline;
}

.index-section-title a:hover:before,
.index-section-title a:focus:before {
  text-decoration: none;
}

.index-section-title a:before {
  content: ">";
  font-family: "SkizzIcons";
  position: absolute;
  left: 0;
  line-height: 0.8;
}

.index-article {
  margin: 1.6em 0;
}

.index-article .blocklink {
  background: #f0f0f1;
  padding: 2rem 2rem 2rem 4rem;
}

.index-article .blocklink:hover,
.index-article .blocklink:focus {
  background: #e83851;
  color: #fff;
  text-decoration: underline;
}

.index-article .blocklink:hover .more,
.index-article .blocklink:focus .more {
  color: #fff;
}

.index-article-title {
  color: #722d8d;
  font-size: 2rem;
  font-weight: normal;
  position: relative;
  text-transform: uppercase;
}

.index-article-title:before {
  content: ">>";
  font-family: "SkizzIcons";
  position: absolute;
  left: -1.8rem;
  line-height: 0.8;
}

.blocklink:hover .index-article-title,
.blocklink:focus .index-article-title {
  color: #fff;
  text-decoration: underline;
}

.index-article-summary {
  font-size: 1.5rem;
}

.index {
  padding: 0 1.5%;
}

.index .index-section {
  border-top: 1px solid #d1d3d4;
  padding: 0.6rem 0;
}

.index .index-section:first-child {
  border-top: none;
  padding: 0;
}

.index .index-section .index {
  margin-top: 1rem;
  padding: 0;
}

.index .index-section-title {
  text-transform: uppercase;
  padding: 0;
}

.index .index-section-title a {
  font-size: 1.5rem;
  padding-left: 2rem;
}

.index .index-section-title a:before {
  content: ">>";
  font-family: "SkizzIcons";
  position: absolute;
  left: 0;
  line-height: 0.8;
}

.index-article--img {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}

.index-article--img .blocklink {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.index-article--img .blocklink:before {
  background: rgba(66, 66, 81, 0.4);
  content: " ";
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-out 0s;
  transition: opacity 0.35s ease-out 0s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.index-article--img .blocklink .index-article-title {
  background: #424251;
  background: rgba(66, 66, 81, 0.8);
  border-bottom: 1px solid transparent;
  color: #fff;
  display: block;
  font-weight: normal;
  font-size: 2rem;
  padding: 0.7rem 0.2rem;
  text-align: center;
  text-transform: none;
  -webkit-transition: border-color 0.35s ease-out 0s;
  transition: border-color 0.35s ease-out 0s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.index-article--img .blocklink .index-article-title:before {
  display: none;
}

.index-article--img .blocklink img {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.35s ease-out 0s;
  transition: all 0.35s ease-out 0s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: 20% 20% 0;
  -ms-transform-origin: 20% 20% 0;
  transform-origin: 20% 20% 0;
  width: 100%;
}

.index-article--img .blocklink p {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.index-article--img .blocklink:hover,
.index-article--img .blocklink:focus {
  background: #fff;
}

.index-article--img .blocklink:hover:before,
.index-article--img .blocklink:focus:before {
  opacity: 1;
}

.index-article--img .blocklink:hover .index-article-title,
.index-article--img .blocklink:focus .index-article-title {
  border-bottom-color: #fff;
  text-decoration: none;
}

.index-article--img .blocklink:hover img,
.index-article--img .blocklink:focus img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.intro {
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 0 0 2em;
}

.home-grid {
  padding: 1rem 1.5rem;
}

.page-standard-language-root h1 {
  display: none;
}

.home--news h2,
.home--agenda h2 {
  color: #de5e00;
  font-size: 3rem;
  font-weight: normal;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}

.home--news .article,
.home--agenda .article {
  border-bottom: 1px solid #de5e00;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.home--news .article .article-title,
.home--agenda .article .article-title {
  color: #9c30c7;
  font-size: 1.5rem;
  font-weight: normal;
  text-transform: none;
}

.home--news .article .article-head,
.home--agenda .article .article-head {
  margin: 0;
}

.home--news .mo-embed,
.home--agenda .mo-embed,
.home--news .mo-content p,
.home--agenda .mo-content p {
  display: none;
}

.home--news .mo-content .article-metas,
.home--agenda .mo-content .article-metas {
  display: block;
  margin: 0;
}

.home--news footer a,
.home--agenda footer a {
  color: #de5e00;
}

.home--news footer a::after,
.home--agenda footer a::after {
  display: inline-block;
  font-family: 'SkizzIcons';
  font-style: normal;
  font-weight: normal;
  margin-left: .5em;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.home--news footer a::after,
.home--agenda footer a::after {
  content: '\2192';
}

.home--news footer a:hover:after,
.home--agenda footer a:hover:after,
.home--news footer a:focus:after,
.home--agenda footer a:focus:after,
.home--news footer a:after,
.home--agenda footer a:after {
  text-decoration: none;
}

.home--agenda h2 {
  color: #424251;
}

.home--agenda .article {
  border-bottom: 1px solid #d3d3d7;
}

.home--agenda footer a {
  color: #424251;
}

.home--boxes ul {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.home-boxe {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  list-style-type: none;
  width: 100%;
  padding: 1rem;
}

@media (min-width: 30em) {
  .home-boxe {
    float: left;
    width: 50%;
  }

  .home-boxe:nth-child(2n + 1) {
    clear: left;
  }
}

.home-boxe a {
  color: #fff;
  display: block;
  padding: 2rem;
  position: relative;
  min-height: 126px;
  font-size: 2rem;
  line-height: 1.4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.home-boxe a:hover,
.home-boxe a:focus {
  text-decoration: none;
}

.home-boxe a:visited {
  color: #fff;
}

.home-boxe a:after {
  background: rgba(1, 1, 32, 0.3);
  content: "+";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 1.6;
  text-align: center;
  -webkit-transition: width 200ms ease-in-out, height 200ms ease-in-out;
  transition: width 200ms ease-in-out, height 200ms ease-in-out;
  will-change: width, height;
}

.home-boxe a:hover:after,
.home-boxe a:focus:after {
  color: transparent;
  width: 100%;
  height: 100%;
}

.home-boxe--grey a {
  background: #424251;
}

.home-boxe--red a {
  background: #e83851;
}

.home-boxe--orange a {
  background: #de5e00;
}

.home-boxe--purple a {
  background: #722d8d;
}

.businessCard {
  border: 1px solid #e6cccd;
  box-shadow: inset 0 0 0 1px #fff;
  margin: 0 0 3em;
  padding: 0;
}

.businessCard p {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  margin: 0 0 0 auto;
  padding: .375em 2em;
  position: relative;
  width: 22em;
}

.businessCard p:first-child {
  padding-top: 6em;
}

.businessCard p:last-child {
  padding-bottom: 6em;
}

.contact {
  font-size: .75em;
  line-height: 1.5em;
}

.contact [itemprop="name"] {
  font-size: 1.333em;
  font-weight: bold;
  line-height: 1;
}

.contactForm input[type="text"],
.contactForm textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.contactForm .field {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 .75em;
  width: 50%;
}

.contactForm .field:nth-child(2n+1) {
  clear: left;
}

.contactForm .message {
  clear: left;
  float: none;
  width: auto;
}

.contactForm input[type="submit"] {
  margin: .75em;
}

#sitemap h2 {
  margin-bottom: 0;
}

#sitemap h2 > a {
  color: #333333;
  display: block;
  padding-bottom: .25em;
}

#sitemap h2 > a:hover,
#sitemap h2 > a:focus {
  color: #424251;
}

#sitemap ul {
  font-size: .875em;
  line-height: 1.7143em;
  margin-top: 0;
}

#sitemap ul a {
  border-bottom-width: 0;
}

.lingua {
  background: #fffbcc;
  border: 1px solid #e6db55;
  border-radius: 3px;
  margin: 1.5em auto;
  padding: 1em;
  position: relative;
  text-align: center;
}

.lingua p {
  margin: 0;
}

.lingua-link {
  color: #21759b;
  font-weight: normal;
  text-decoration: none;
}

.mcgyver {
  overflow: hidden;
  margin: 1em 0;
}

.mcgyver-slot {
  display: block;
  float: left;
  padding: 0 5px;
}

.mcgyver-slot + .mcgyver-slot {
  border-left: 1px dotted #eee;
}

.mcgyver-slot:first-child {
  display: none;
}

.btn--mcgyver {
  border: none;
  color: #737373;
  padding: 0.25em 0.75em;
}

.btn--mcgyver,
.btn--mcgyver:hover,
.btn--mcgyver:focus {
  background: none;
}

.btn--mcgyver:focus,
.btn--mcgyver:hover {
  border: none;
  color: #e83851;
}

.btn--mcgyver [class^="icon-"]:not(:only-child):before,
.btn--mcgyver [class*=" icon-"]:not(:only-child):before {
  margin-right: 0;
}

.btn--mcgyver-both i:before {
  margin-right: 5px;
}

.menu {
  background: #fff;
  color: #333333;
  border: 1px solid #eecbd0;
  border-radius: 4px;
  font-weight: normal;
  list-style: none;
  margin: 0;
  min-width: 10em;
  padding: 10px 0;
}

.btngroup .menu {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: none;
  margin: 0;
  min-width: 80%;
  max-width: 100%;
  position: absolute;
  top: 100%;
  z-index: 10000;
}

.btngroup--right .menu {
  right: 0;
}

.is--open .menu {
  display: block;
}

.menu-item {
  cursor: pointer;
  margin: 0;
  padding: 6.66666667px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.menu-item:hover,
.menu-item:focus {
  background-color: #fbf1f2;
  color: inherit;
  text-decoration: none;
}

.menu-item.is-active {
  font-weight: bold;
}

.menu--dropdown {
  box-shadow: 0 8px 15px -4px rgba(0, 0, 0, 0.15);
}

.menu-toggle::before {
  display: inline-block;
  font-family: 'SkizzIcons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.menu-toggle:not(:only-child)::before {
  margin-right: .5em;
}

.menu-toggle::before {
  content: '\2c5';
}

.menu-toggle::before {
  float: right;
  margin-right: -1em !important;
}

.message {
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.message:before,
.message:after {
  content: '';
  display: table;
}

.message:after {
  clear: both;
}

.message-from,
.message-received {
  color: #888888;
  font-family: 'roboto', Helvetica, Arial, sans-serif;
  font-size: .75em;
}

.message-from {
  float: left;
  font-weight: normal;
}

.message-received {
  float: right;
}

.breadcrumb {
  font-size: 1em;
  font-style: normal;
  line-height: 2.13333333em;
  padding: 0.8em 5px 0;
}

.breadcrumb a:first-child:hover,
.breadcrumb a:first-child:focus {
  text-decoration: none;
}

.breadcrumb a:first-child:hover .icon-home:before,
.breadcrumb a:first-child:focus .icon-home:before {
  color: #e83851;
}

.breadcrumb .icon-home:before {
  font-size: 2rem;
  margin: 0;
}

.breadcrumb i {
  color: #888888;
  font-family: "SkizzIcons";
  font-style: normal;
}

.nav-local ul {
  font-size: .9em;
  list-style: none;
  margin: 0;
  padding: 0 0 0 1em;
}

.nav-local .nav--active > a,
.nav-local .nav-activeitem > a {
  font-weight: bold;
}

.nav-support {
  background: #f0f0f1;
  margin: 0 -5px -0.8em;
  padding: 5px;
  text-align: center;
}

.nav-support li,
.nav-support a {
  display: inline-block;
}

/* Related links */

.nav-related {
  border-top: .25em solid #333;
  margin-top: 6em;
  overflow: hidden;
  padding-top: 1.5em;
}

.nav-related a {
  border-bottom-width: 0;
}

.nav-related a:hover,
.nav-related a:focus {
  background: #9c30c7;
  color: #fff;
}

.nav-related h3 {
  color: #000;
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.5em;
  margin-bottom: .5em;
  margin-top: 1em;
  text-transform: uppercase;
}

.nav-related ul {
  font-size: .875em;
  line-height: 1.7143em;
  margin-top: 0;
}

.page-footer .nav-primary li ul,
.page-footer .nav-secondary li ul {
  display: none;
}

.page-footer .page-nav {
  margin: 2rem 0;
}

.page-footer .page-nav a {
  text-decoration: none;
  color: #ffffff;
}

.page-footer .page-nav a:visited {
  color: #ffffff;
}

.page-footer .page-nav a:hover,
.page-footer .page-nav a:focus {
  text-decoration: underline;
}

.page-footer .page-nav a:active {
  color: #c79c30;
}

.page-footer .page-nav a:hover,
.page-footer .page-nav a:focus {
  color: #e83851;
}

.page-footer .nav-secondary a {
  text-decoration: none;
  color: #de5e00;
}

.page-footer .nav-secondary a:visited {
  color: #de5e00;
}

.page-footer .nav-secondary a:hover,
.page-footer .nav-secondary a:focus {
  text-decoration: underline;
}

.page-footer .nav-secondary a:active {
  color: #c79c30;
}

.page-footer .nav-secondary a:hover,
.page-footer .nav-secondary a:focus {
  color: #e83851;
}

.page-footer .nav-support a {
  text-decoration: none;
  color: #424251;
}

.page-footer .nav-support a:visited {
  color: #424251;
}

.page-footer .nav-support a:hover,
.page-footer .nav-support a:focus {
  text-decoration: underline;
}

.page-footer .nav-support a:active {
  color: #c79c30;
}

.page-footer .nav-support a:hover,
.page-footer .nav-support a:focus {
  color: #e83851;
}

.page-footer .page-nav .nav-primary .nav-activeitem a,
.page-footer .page-nav .nav-secondary .nav-activeitem a,
.page-footer .nav-support .nav-activeitem a {
  color: #e83851;
  text-decoration: underline;
}

.page-menu .nav-anchor,
.page-menu .search-anchor {
  text-decoration: none;
  color: #ffffff;
  position: absolute;
  right: 5px;
  top: 7rem;
}

.page-menu .nav-anchor:visited,
.page-menu .search-anchor:visited {
  color: #ffffff;
}

.page-menu .nav-anchor:hover,
.page-menu .search-anchor:hover,
.page-menu .nav-anchor:focus,
.page-menu .search-anchor:focus {
  text-decoration: underline;
}

.page-menu .nav-anchor:active,
.page-menu .search-anchor:active {
  color: #e83851;
}

.page-menu .nav-anchor:hover,
.page-menu .search-anchor:hover,
.page-menu .nav-anchor:focus,
.page-menu .search-anchor:focus {
  color: #e83851;
}

.page-menu .nav-anchor [class^="icon-"] + span {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static !important;
  width: auto;
}

.page-menu .search-anchor {
  right: 10rem;
}

.page-menu .page-nav,
.page-menu .page-search {
  display: none;
}

.page-menu .nav-anchor.anchor--active ~ .page-nav,
.page-menu .search-anchor.anchor--active ~ .page-search,
.page-menu .nav-anchor.anchor--active + .search-anchor + .page-nav,
.page-menu .search-anchor.anchor--active + .page-nav + .page-search {
  display: block;
}

.page-menu .nav-primary li {
  border-top: 1px solid #afafb5;
  display: block;
}

.page-menu .nav-primary li a {
  text-decoration: none;
  color: #ffffff;
}

.page-menu .nav-primary li a:visited {
  color: #ffffff;
}

.page-menu .nav-primary li a:hover,
.page-menu .nav-primary li a:focus {
  text-decoration: underline;
}

.page-menu .nav-primary li a:active {
  color: #e83851;
}

.page-menu .nav-primary li a:hover,
.page-menu .nav-primary li a:focus {
  color: #e83851;
}

.page-menu .nav-primary li ul {
  display: none;
}

.page-menu .nav-primary li.plus {
  display: none;
}

.page-menu .page-search {
  background: none;
  padding: 5px;
  position: relative;
}

.page-menu .page-search input {
  max-width: 100%;
  padding: 5px 13rem 5px 5px;
}

.page-menu .page-search button {
  background: #424251;
  line-height: 1;
  padding: 0.5rem 1rem;
  position: absolute;
  bottom: 5px;
  top: 5px;
  right: 5px;
}

.page-menu .page-search button:hover,
.page-menu .page-search button:active {
  background: #e83851;
}

.no-js .nav-anchor,
.no-js .search-anchor {
  display: none;
}

.no-js .page-nav,
.no-js .page-search {
  display: block;
}

.page-langswitch {
  background: #7a7a85;
  display: block;
  overflow: hidden;
  padding: 0 5px;
  text-align: right;
}

.page-langswitch li {
  display: inline-block;
}

.page-langswitch li span,
.page-langswitch li a {
  display: block;
  text-transform: uppercase;
  padding: 0.75em 1em;
}

.page-langswitch a {
  text-decoration: none;
  color: #ffffff;
}

.page-langswitch a:visited {
  color: #ffffff;
}

.page-langswitch a:hover,
.page-langswitch a:focus {
  text-decoration: underline;
}

.page-langswitch a:active {
  color: #e83851;
}

.page-langswitch a:hover,
.page-langswitch a:focus {
  color: #e83851;
}

.page-langswitch span {
  background: #de5e00;
  color: #fff;
}

.panel {
  background: white;
  border: 1px solid #dddddd;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  position: fixed;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}

.panel--top {
  top: 0;
}

.panel--bottom {
  bottom: 0;
}

.panel--left {
  left: 0;
}

.panel--right {
  right: 0;
}

.panel--top,
.panel--bottom {
  left: 10px;
  right: 10px;
}

.panel--left,
.panel--right {
  bottom: 0;
  width: 80vw;
  top: 0;
}

.panel--hidden.panel--top {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.panel--hidden.panel--bottom {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.panel--hidden.panel--left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.panel--hidden.panel--right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.panel-dismiss {
  float: right;
}

.panel-dismiss:hover,
.panel-dismiss:focus {
  background: none;
}

.remora.is-active {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
}

.russell {
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.russell.is-hidden {
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.russell.is-visible {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.russell.is-detached {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.search {
  background: none;
  padding: 0;
}

.page-main .search {
  margin: 2rem 0;
  position: relative;
  width: 100%;
}

.page-main .search input {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: none;
  padding: 1rem 18rem 1rem 1rem;
}

.page-main .search button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  line-height: 1;
}

.page-main .search button span {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.search-wording {
  font-family: 'roboto', Helvetica, Arial, sans-serif;
  padding: 1em .5em;
}

.search-meta {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  color: #888888;
  font-family: 'roboto', Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  overflow: hidden;
  line-height: 1.6;
  margin: 0 0 3.2em;
}

.form + .search-meta {
  margin-top: 1.6em;
}

.page-main .search-results {
  list-style: none;
  padding-left: 0;
}

.page-main .search-results > li {
  margin: 0 0 1.6em;
}

.page-main .search-results mark {
  background: none;
  color: inherit;
  font-weight: bold;
}

.page-main .search-results .article-head {
  margin-bottom: .6rem;
}

.page-main .search-results .article-title {
  font-size: 1.9rem;
  line-height: 1.2;
}

.page-main .search-results .article-summary {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 0.8em;
}

.page-main .search-results .article-custom {
  border: 1px solid #dddddd;
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 0.8em 5px;
  text-align: right;
}

.page-main .search-results .article-custom > li {
  font-size: 1.2rem;
  margin-bottom: 0.4em;
  overflow: hidden;
}

.page-main .search-results .article-custom span {
  float: left;
}

.page-main .search-results .article-custom--map {
  height: 8em;
}

.page-main .search-results .mo-embed {
  max-width: 96px;
}

.page-main .search-result {
  margin-bottom: 3rem;
  padding-left: 0;
}

.page-main .search-result:before {
  display: none;
}

@media (max-width: 44.99em) {
  .search-meta-page {
    display: block;
  }
}

.page-partenaire .search-result + .search-result {
  border-top: 1px solid #ccc;
  padding-top: 3rem;
}

.slideshow {
  overflow: hidden;
  margin-bottom: 4rem;
}

.js-slideshow-ribbon {
  position: relative;
  margin: 0;
}

.is-slideshow--loaded {
  margin: 0 0 3.2em;
  position: relative;
}

.is-slideshow--loaded .slide {
  display: none;
  width: 100%;
  margin: 0;
}

.is-slideshow--loaded .is-slide--current {
  display: block;
}

.is-slideshow--loaded .slide-image {
  width: 100%;
}

.slideshow-thumbs .btn,
.slideshow-thumbs .page-agenda .seachFieldBox button {
  background: #de5e00;
  border-radius: 100%;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  height: 4rem;
  width: 4rem;
  position: absolute;
  top: 25%;
  z-index: 3;
}

.slideshow-thumbs .btn:active,
.slideshow-thumbs .page-agenda .seachFieldBox button:active {
  top: 25%;
}

.slideshow-thumbs .btn[disabled],
.slideshow-thumbs .page-agenda .seachFieldBox button[disabled] {
  background: #D0D0D0;
  color: #000;
}

.slideshow-thumbs .btn[disabled]:hover,
.slideshow-thumbs .btn[disabled]:focus,
.slideshow-thumbs .page-agenda .seachFieldBox button[disabled]:hover,
.slideshow-thumbs .page-agenda .seachFieldBox button[disabled]:focus {
  background: #d0d0d0;
  top: 25%;
  color: #333333;
}

.slideshow-thumbs .btn:hover,
.slideshow-thumbs .btn:focus,
.slideshow-thumbs .page-agenda .seachFieldBox button:hover,
.slideshow-thumbs .page-agenda .seachFieldBox button:focus {
  background: #fff;
  color: #de5e00;
}

.slideshow-thumbs .btn[data-slide="prev"],
.slideshow-thumbs .page-agenda .seachFieldBox button[data-slide="prev"] {
  left: 2rem;
}

.slideshow-thumbs .btn[data-slide="next"],
.slideshow-thumbs .page-agenda .seachFieldBox button[data-slide="next"] {
  right: 2rem;
}

.slideshow-bookmarks {
  text-align: center;
}

.slideshow-bookmarks li {
  margin: 0 .25em;
}

.slideshow-bookmarks .btn,
.slideshow-bookmarks .page-agenda .seachFieldBox button {
  padding: .25em;
}

.slideshow-bookmarks .is-active i::before {
  content: '\e827';
}

.slide {
  position: relative;
}

.slide:focus {
  outline: none;
}

.slide > img {
  display: block;
}

.slide-image {
  display: block;
}

.slide-content {
  background: #424251;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  padding: 1rem;
}

.slide-content .kicker,
.slide-content .slide-title,
.slide-content .more {
  color: #fff;
}

.page-standard-language-root .slideshow {
  background: #f1f2f2;
  margin: -0.8em -10px 1rem;
  padding: 1rem;
}

.page-standard-language-root .slideshow figure {
  margin: 0 0 1rem;
}

#cft-filters .menu-toggle {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 15em;
}

#cft-filters .btn,
#cft-filters .page-agenda .seachFieldBox button {
  text-align: left;
}

.th-closing {
  width: 6em;
}

.th-program {
  width: 7em;
}

.th-budget,
.td-budget {
  text-align: right;
  width: 7em;
}

.th-contact {
  width: 10em;
}

.th-subject,
.th-name {
  min-width: 20em;
}

/*# sourceMappingURL=palm.css.map */