/* ---------- 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; }

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; }

ul ul {
  list-style-type: circle; }

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; }

/* ---------- Links ---------- */
/* ---------- Headers ---------- */
h1 {
  font-size: 1.8em; }

h2 {
  font-size: 1.6em; }

h3 {
  font-size: 1.4em; }

h1, h2, h3 {
  margin: 1em 0; }

h4, h5, h6 {
  font-size: 1.1em; }

h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold; }

/* ---------- 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 {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word; }

.html-editor.portlet-message-boards blockquote {
  background: #eef0f2 url(../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(../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(../images/progress_bar/loading_animation.gif) no-repeat top center;
  margin-top: 10px;
  padding-top: 40px;
  text-align: left; }

/* ---------- Separator ---------- */
hr, .separator {
  border-top: 1px dotted #BFBFBF; }

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

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

/* ---------- RTL ---------- */
.rtl caption, .rtl th {
  text-align: right; }
.rtl .portal-add-content {
  text-align: right; }

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

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

.aui-state-active {
  background: #ebebeb url(../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(../images/application/subheader_bg.png) 0 0 repeat-x;
    border: 1px solid #ccc; }
    .results-header th.sort-column {
      background: #ebebeb url(../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(../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(../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; }
.results-row.hover td {
  background: #D3E8F1;
  border-bottom-color: #D7D7D7;
  border-left-color: transparent;
  border-right-color: transparent; }

.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 .portlet {
    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(../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 {
  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;
  font-weight: bold;
  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(../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(../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(../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(../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 0 0 #FFF; }

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

.aui-toolbar-separator {
  background: url(../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(../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; }

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

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

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

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

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

.aui-paginator-next-link {
  background-image: url(../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; }

.taglib-page-iterator .search-pages .page-links {
  padding: 0; }

/* ---------- 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(../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(../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; }
.ie7 .aui-paginator-link {
  color: transparent;
  font-size: 0;
  overflow: hidden;
  text-indent: 0;
  vertical-align: middle; }
.ie7 .aui-paginator-page-link {
  color: #1F1E1E;
  font-size: 1em;
  height: auto;
  line-height: 1.4;
  overflow: visible;
  text-indent: 0; }
.ie7 .aui-paginator-current-page {
  color: #FFF; }

.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; }
.ie6 .results-row.hover td, .ie7 .results-row.hover td {
  border-color: #D3E8F1; }

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

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

.portlet-column-content {
  padding: 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 ---------- */
.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(../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(../images/dockbar/dockbar_bg.png) repeat-x 0 0;
  border-bottom: 1px solid #636364;
  font-size: 13px;
  padding: 1px 5px;
  position: relative;
  z-index: 300; }

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

.ie.rtl .dockbar .menu-button span {
  background-position-x: -25px; }

.ie7 .dockbar {
  zoom: 1; }

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

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

.dockbar .menu-button-active {
  background: #5c94da url(../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: 3.45em; }

.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(../images/dockbar/pin.png) no-repeat 0 0;
  height: 27px;
  vertical-align: middle;
  width: 27px; }

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

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

.dockbar .user-portrait img {
  text-decoration: none;
  vertical-align: middle;
  width: 25px; }

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

.dockbar .impersonating-user {
  background: url(../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 .approximate-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(../images/staging_bar/staging.png); }

.live-view .staging-details {
  background-image: url(../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 .admin-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(../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(../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 {
  zoom: 1; }

.ie6 .aui-menu-scroll {
  height: 300px;
  overflow-y: auto; }

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

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

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

.dockbar .menu-button {
  background: url(../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(../images/common/add.png); }

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

.dockbar .my-sites .menu-button span {
  background-image: url(../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(../images/navigation/add_page.png) no-repeat 3px 50%;
  padding-left: 25px; }

.add-content-menu .add-application a {
  background: url(../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(../images/dock/page_settings.png); }

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

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

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

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

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

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

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

.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; }

.page-customization-bar .reset-prototype {
  display: inline;
  padding-left: 1em; }

/* ---------- RTL ---------- */
.rtl .dockbar .admin-toolbar {
  float: right; }
.rtl .dockbar .user-toolbar {
  float: left; }
.rtl .dockbar .menu-button {
  background-position: 7%;
  padding-left: 0;
  padding-right: 5px; }
  .rtl .dockbar .menu-button span {
    background-position: right;
    padding-right: 20px; }
.rtl .my-sites-menu .site-name {
  float: right; }
.rtl .my-sites-menu .site-type {
  float: left;
  margin-right: 10px; }
.rtl .my-sites-menu .control-panel a {
  background-position: right;
  margin-right: 3px;
  padding-right: 25px; }

/* ---------- Add/remove page ---------- */
.modify-pages li {
  position: relative; }
.modify-pages .delete-tab {
  background: #333333 url(../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(../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(../images/application/button_bg_over.png); }

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

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

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

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

body.portlet {
  border: none; }

.portlet-topper {
  position: relative; }

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

.portlet-title-editable {
  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(../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 black;
  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 {
    min-height: 20px;
    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(../images/portlet/close_borderless.png); }
  .portlet-borderless-bar .portlet-options li.lfr-trigger strong a {
    background-image: url(../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(../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-help, .lfr-message-help, .portlet-msg-progress, .lfr-message-progress, .lfr-message-info, .portlet-msg-error, .lfr-message-error, .portlet-msg-alert, .lfr-message-alert, .portlet-msg-success, .lfr-message-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, .portlet-msg-help, .lfr-message-help, .portlet-msg-progress, .lfr-message-progress, .lfr-message-info {
  background-color: #DFF4FF;
  background-image: url(../images/messages/info.png);
  border-color: #A7CEDF; }

.portlet-msg-help, .lfr-message-help {
  background-image: url(../images/portlet/help.png); }

.portlet-msg-progress, .lfr-message-progress {
  background-image: url(../images/aui/loading_indicator.gif); }

/* ---------- Error messages ---------- */
.portlet-msg-error, .lfr-message-error {
  background-color: #FDD;
  background-image: url(../images/messages/error.png);
  border-color: #F00; }

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

/* ---------- Success messages ---------- */
.portlet-msg-success, .lfr-message-success {
  background-color: #F4FDEF;
  background-image: url(../images/messages/success.png);
  border-color: #ACDFA7;
  color: #384F34; }

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

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

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

.portlet-msg-info-label, .portlet-msg-help-label, .portlet-msg-progress-label {
  background-image: url(../images/messages/info.png);
  color: #34404F; }

.portlet-msg-help-label {
  background-image: url(../images/portlet/help.png); }

.portlet-msg-progress-label {
  background-image: url(../images/aui/loading_indicator.gif); }

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

/* ---------- Liferay Messages ---------- */
.lfr-message-content, .lfr-message-info, .lfr-message-help, .lfr-message-error, .lfr-message-alert, .lfr-message-success {
  border-left-width: 0;
  border-right-width: 0; }

.lfr-message {
  position: relative; }
  .lfr-message .lfr-message-control {
    background-color: #333;
    display: inline-block; }
  .lfr-message .lfr-message-controls {
    display: none;
    left: 3px;
    margin: -8px 8px 0 3px;
    position: absolute;
    top: 50%;
    z-index: 10; }
  .lfr-message .lfr-message-close {
    background-image: url(../images/portlet/close_borderless.png);
    background-position: 0 0;
    background-repeat: no-repeat; }
  .lfr-message .lfr-message-close-all {
    color: #FFF;
    display: none;
    font-size: 0.8em;
    margin-left: 10px;
    padding: 1px 10px;
    text-shadow: 1px 1px 0 #000;
    vertical-align: top; }
    .lfr-message .lfr-message-close-all a {
      color: #FFF; }
  .lfr-message .lfr-message-controls-hover .lfr-message-close-all {
    display: inline-block; }
  .lfr-message.pending {
    background-image: url(../images/common/time.png); }

.lfr-message-dismissible.lfr-message-hover .lfr-message-content {
  background-image: none; }
.lfr-message-dismissible.lfr-message-hover .lfr-message-controls {
  display: block; }

.lfr-message-trigger, .lfr-message-close {
  cursor: pointer; }

/* ---------- 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(../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(../images/common/guest_icon.png); }
.results-row.lfr-role-regular .col-1, .results-row.hover.lfr-role-regular .col-1 {
  background-image: url(../images/common/user_icon.png); }
.results-row.lfr-role-site .col-1, .results-row.hover.lfr-role-site .col-1 {
  background-image: url(../images/common/site_icon.png); }
.results-row.lfr-role-organization .col-1, .results-row.hover.lfr-role-organization .col-1 {
  background-image: url(../images/common/organization_icon.png); }
.results-row.lfr-role-team .col-1, .results-row.hover.lfr-role-team .col-1 {
  background-image: url(../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(../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(../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(../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; }

/* ---------- 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; }

/* ---------- RTL ---------- */
.rtl .breadcrumbs-horizontal li {
  float: right; }
.rtl .portlet-msg, .rtl .portlet-msg-info, .rtl .portlet-msg-help, .rtl .lfr-message-help, .rtl .portlet-msg-progress, .rtl .lfr-message-progress, .rtl .lfr-message-info, .rtl .portlet-msg-error, .rtl .lfr-message-error, .rtl .portlet-msg-alert, .rtl .lfr-message-alert, .rtl .portlet-msg-success, .rtl .lfr-message-success {
  background-position: right;
  padding-left: 6px;
  padding-right: 24px;
  text-align: right; }
.rtl .portlet-topper-toolbar {
  left: 3px;
  right: auto;
  text-align: left; }
  .rtl .portlet-topper-toolbar .nobr {
    float: right; }
.rtl .lfr-actions.portlet-options {
  float: right; }
  .rtl .lfr-actions.portlet-options .lfr-trigger strong a {
    padding: 0; }
.rtl .lfr-message .lfr-message-controls {
  left: auto;
  margin-left: -4px;
  margin-right: 3px;
  right: 3px; }
.rtl .results-row, .rtl .results-row.hover {
  padding-right: 5px; }
  .rtl .results-row.lfr-role .col-1, .rtl .results-row.hover.lfr-role .col-1 {
    background-position: right;
    padding-right: 30px; }

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, .aui-field-input-text {
  background-image: url(../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(../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(../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(../images/application/state_active_bg.png) repeat-x 0 0;
    border-color: #555; }

input.focus, textarea.focus {
  background: #FFC none;
  border-color: #FC0; }

.lfr-actions.lfr-extended, .lfr-actions.lfr-extended ul {
  background: #d4d4d4 url(../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(../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(../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(../images/application/state_hover_bg.png) repeat-x 0 0;
  border-color: #627782;
  color: #369; }
.lfr-actions.lfr-extended span {
  cursor: pointer; }

.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(../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(../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(../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(../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-color: #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, .portlet-search .search-facet .facet-value, .lfr-api-results {
  -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-message .lfr-message-control {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }

.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; }

.lfr-action-label {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

.lfr-api-service-search .aui-field-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* ---------- Breadcrumbs ---------- */
.breadcrumbs-horizontal {
  margin-bottom: 1.5em; }

.breadcrumbs-horizontal li {
  background: url(/apicil-theme/images/arrows/05_right.png) no-repeat 100% 50%;
  margin-right: 5px;
  max-width: 50%;
  padding-right: 15px; }

.breadcrumbs-vertical li {
  background: url(/apicil-theme/images/arrows/07_down.png) no-repeat 50% 100%;
  padding: 0 0 9px;
  max-width: auto; }

.breadcrumbs a {
  display: block; }

.breadcrumbs-vertical a {
  text-align: center;
  text-decoration: none; }

.breadcrumbs .last {
  background-image: none; }

.breadcrumbs-horizontal .last {
  margin-top: 0.2em; }

.breadcrumbs-vertical .last {
  font-weight: bold; }

.breadcrumbs-horizontal .last a, .aui-tree-node-selected a {
  color: #555; }

/* ---------- Hidden Accessible ---------- */
#skip-to-content, #banner h2, #banner h3, #navigation h1, .site-breadcrumbs h1 {
  clip: rect(0 0 0 0);
  position: absolute; }

.opens-new-window-accessible {
  background: url(/apicil-theme/images/common/open_window.png) no-repeat 0 50%;
  display: inline-block;
  font-size: 0;
  height: 11px;
  margin-left: 2px;
  overflow: hidden;
  text-indent: -9999px;
  vertical-align: top;
  width: 11px; }

/* ---------- Extras ---------- */
.lfr-title-scope-selector {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.lfr-title-scope-selector {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.logo .current-site, #navigation, #navigation a, .portlet, .portlet-topper, .site-breadcrumbs ul, .aui-form-validator-message {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.green .logo .current-site {
  background-color: #AFBFA7; }

.green .aui-state-hover {
  background-color: #CFDABA;
  background-image: url(/apicil-theme/images/color_schemes/green/application/state_hover_bg.png);
  border-color: #778362; }

.green .aui-icon {
  background-image: url(/apicil-theme/images/color_schemes/green/aui/icon_sprite.png); }

/* ---------- Links ---------- */
.green a {
  color: #677D5B; }

.green a:hover {
  color: #66CD00; }

/* ---------- Application styling ---------- */
.green .results-header {
  background-color: #D7DDD2; }

.green .results-row.alt td {
  background-color: #E2E7DE; }

.green .results-row.hover td {
  background-color: #C4CDBD; }

.green .drop-area {
  background-color: #DBDED4; }

.green .aui-resizable-proxy {
  border-color: #909683; }

.green .aui-sortable-proxy {
  background-color: #7C8272; }

.green .aui-menugroup-content h4 {
  background-color: #D7DFD3;
  color: #677D5B; }

.green .aui-menu-content li a, .green .lfr-menu-list ul li a {
  color: #2F342C; }

.green .my-sites-menu .current-site {
  border-color: #42811D; }

.green .my-sites-menu .current-site a {
  background-color: #68BB30;
  color: #FFF; }

.green .aui-menu-content li a.aui-focus, .green .lfr-menu-list ul a.aui-focus, .green .lfr-menu-expanded li a:focus {
  background-color: #677D5B;
  color: #FFF;
  text-shadow: -1px -1px #2f342c; }

.green .aui-tab {
  background: none; }

.green .aui-tab-active {
  background-color: #333; }

.green .aui-tab-active, .green .aui-tab-active a {
  color: #FFF; }

.green .portlet-communities .lfr-current-theme, .green .portlet-enterprise-admin .lfr-current-theme {
  background-color: #F6F8F1;
  border-color: #909683; }

.green .portlet-communities .theme-entry, .green .portlet-communities .lfr-current-theme .theme-screenshot, .green .portlet-enterprise-admin .theme-entry, .green .portlet-enterprise-admin .lfr-current-theme .theme-screenshot {
  border-color: #B9BDAF; }

.green .portlet-communities .theme-entry .theme-title, .green .portlet-enterprise-admin .theme-entry .theme-title {
  background-color: #909488;
  border-color: #909683; }

.green .portlet-communities .lfr-theme-list h3, .green .portlet-enterprise-admin .lfr-theme-list h3 {
  background-color: #DBDED4; }

.green .portlet-communities .selected-color-scheme .theme-entry, .green .portlet-enterprise-admin .selected-color-scheme .theme-entry {
  border-color: #669A33; }

.green .portlet-communities .lfr-theme-list .theme-entry:hover, .green .portlet-enterprise-admin .lfr-theme-list .theme-entry:hover {
  background-color: #F5FFE0;
  border-color: #CFE0A8;
  color: #BBC99F; }

.green .portlet-communities .theme-entry:hover .theme-thumbnail, .green .portlet-enterprise-admin .theme-entry:hover .theme-thumbnail {
  border-color: #CFE0A8; }

.green .portlet-document-library .detail-column-last {
  background-color: #F2FFD8; }

.green .portlet-document-library .detail-column-last .detail-column-content {
  border-color: #C6DA89; }

.green .dockbar {
  background-color: #A2AF98;
  background-image: url(/apicil-theme/images/color_schemes/green/dockbar/dockbar_bg.png); }

.green .dockbar .menu-button-active {
  background-color: #95DB5C;
  background-image: url(/apicil-theme/images/color_schemes/green/dockbar/button_active_bg.png); }

.green .dockbar .menu-button-active a {
  color: #FFF; }

.green .aui-portal-layout-drag-indicator {
  background-color: #57B63C; }

.green .aui-autocomplete-results-content {
  border-color: #C1F599; }

.green .aui-autocomplete-selected {
  background-color: #E9F7E0;
  border-color: #BBEAA4; }

.green .aui-textboxlistentry {
  background-color: #D9F4CB;
  border-color: #BBEAA4; }

.green .aui-textboxlistentry-focused {
  background-color: #57B63C;
  border-color: #404F34; }

.green .aui-textboxlistentry-close-hover {
  background-color: #BBEAA4; }

/* ---------- Portlet wrapper and icons ---------- */
.green .portlet {
  border-color: #909683; }

.green .portlet-topper {
  background-color: #D9DDD3;
  border-bottom-color: #B7BCAE; }

.green .panel-page .portlet-topper {
  border-bottom-color: #909683; }

.green .portlet-section-selected, .green .portlet-section-selected a {
  background-color: #909683; }

.green .portlet-section-selected a:hover, .green .portlet-section-selected a:focus {
  background-color: #909683; }

/* ---------- Calendar portlet ---------- */
.green .portlet-calendar .calendar-day .day-text {
  background-color: #909683; }

.green .taglib-calendar tr td a {
  background-color: #EFF3EA; }

.green .taglib-calendar tr td a:hover {
  background-color: #909683; }

.green .taglib-calendar .calendar-current-day a {
  border-color: #909683;
  color: #5F9930; }

.green .portlet-calendar .taglib-calendar tr td.calendar-current-day a:hover, .green .portlet-calendar .taglib-calendar tr td.calendar-current-day a:focus {
  background-color: #F2FFDF;
  border-color: #B7BCAE;
  color: #5BCC00; }

.green .taglib-calendar .calendar-current-day, .green .taglib-calendar .calendar-current-day a {
  background-color: #FFF; }

.green .taglib-calendar tr td.calendar-inactive {
  color: #BEC4B5; }

/* ---------- Miscellaneous portlet styles ---------- */
.green .journal-template-error .scroll-pane pre span {
  background-color: #BEC4B5; }

.green .restricted * {
  color: #909683; }

.green .lfr-actions .lfr-trigger li a:hover {
  background-color: #909683; }

.green .lfr-tag-selector-popup .aui-textfield-content {
  background-color: #DBDED4;
  border-color: #B9BDAF; }

/* This CSS sets the default styles for forms. */
.green input[type="submit"], .green input[type="button"], .green input[type="reset"], .green button, .green .lfr-actions, .green .lfr-actions ul {
  color: #404F34; }

.green input[type="submit"]:hover, .green input[type="button"]:hover, .green input[type="reset"]:hover, .green button:hover, .green .lfr-actions:hover, .green .lfr-actions:hover ul {
  background-color: #CFDABA;
  background-image: url(/apicil-theme/images/color_schemes/green/application/state_hover_bg.png);
  border-color: #778362;
  color: #669A33; }

.green input[type="submit"]:focus, .green input[type="button"]:focus, .green input[type="reset"]:focus, .green button:focus, .green .lfr-actions:focus, .green .lfr-actions:focus ul {
  background-color: #ECECEC;
  background-image: url(/apicil-theme/images/application/state_active_bg.png); }

/* ---------- IE6 chokes on attribute selectors in a chain, so we separate them into their own rule ---------- */
.ie6 .green input.submit, .ie6 .green input.button, .ie6 .green button, .ie6 .green .aui-button-disabled input.submit, .ie6 .green .aui-button-disabled input.button, .ie6 .green .aui-button-disabled button {
  color: #404F34; }

/* ---------- Site breadcrumbs ---------- */
.green .site-breadcrumbs li.first a {
  color: #669A33; }

.green .site-breadcrumbs li.last a {
  color: #55674B; }

.green .lfr-hudcrumbs .breadcrumbs li a, .green .lfr-hudcrumbs .breadcrumbs li span {
  color: #FFF; }

.orange .logo .current-site {
  background-color: #BFB8A7; }

.orange .aui-state-hover {
  background-color: #DAC8BA;
  background-image: url(/apicil-theme/images/color_schemes/orange/application/state_hover_bg.png);
  border-color: #837062; }

.orange .aui-icon {
  background-image: url(/apicil-theme/images/color_schemes/orange/aui/icon_sprite.png); }

/* ---------- Links ---------- */
.orange a {
  color: #7D745B; }

.orange a:hover {
  color: #CD7700; }

/* ---------- Application styling ---------- */
.orange .results-header {
  background-color: #DDD9D2; }

.orange .results-row.alt td {
  background-color: #E7E4DE; }

.orange .results-row.hover td {
  background-color: #CDC7BD; }

.orange .drop-area {
  background-color: #DED8D4; }

.orange .aui-resizable-proxy {
  border-color: #968A83; }

.orange .aui-sortable-proxy {
  background-color: #827972; }

.orange .aui-menugroup-content h4 {
  background-color: #DFDCD3;
  color: #7D745B; }

.orange .aui-menu-content li a, .orange .lfr-menu-list ul li a {
  color: #34322C; }

.orange .my-sites-menu .current-site {
  border-color: #81641D; }

.orange .my-sites-menu .current-site a {
  background-color: #BB8F30;
  color: #FFF; }

.orange .aui-menu-content li a.aui-focus, .orange .lfr-menu-list ul a.aui-focus, .orange .lfr-menu-expanded li a:focus {
  background-color: #7D745B;
  color: #FFF;
  text-shadow: -1px -1px #34322c; }

.orange .aui-tab {
  background: none; }

.orange .aui-tab-active {
  background-color: #333; }

.orange .aui-tab-active, .orange .aui-tab-active a {
  color: #FFF; }

.orange .portlet-communities .lfr-current-theme, .orange .portlet-enterprise-admin .lfr-current-theme {
  background-color: #F8F4F1;
  border-color: #968A83; }

.orange .portlet-communities .theme-entry, .orange .portlet-communities .lfr-current-theme .theme-screenshot, .orange .portlet-enterprise-admin .theme-entry, .orange .portlet-enterprise-admin .lfr-current-theme .theme-screenshot {
  border-color: #BDB4AF; }

.orange .portlet-communities .theme-entry .theme-title, .orange .portlet-enterprise-admin .theme-entry .theme-title {
  background-color: #948D88;
  border-color: #968A83; }

.orange .portlet-communities .lfr-theme-list h3, .orange .portlet-enterprise-admin .lfr-theme-list h3 {
  background-color: #DED8D4; }

.orange .portlet-communities .selected-color-scheme .theme-entry, .orange .portlet-enterprise-admin .selected-color-scheme .theme-entry {
  border-color: #9A6F33; }

.orange .portlet-communities .lfr-theme-list .theme-entry:hover, .orange .portlet-enterprise-admin .lfr-theme-list .theme-entry:hover {
  background-color: #FFEEE0;
  border-color: #E0BDA8;
  color: #C9B09F; }

.orange .portlet-communities .theme-entry:hover .theme-thumbnail, .orange .portlet-enterprise-admin .theme-entry:hover .theme-thumbnail {
  border-color: #E0BDA8; }

.orange .portlet-document-library .detail-column-last {
  background-color: #FFE9D8; }

.orange .portlet-document-library .detail-column-last .detail-column-content {
  border-color: #DAA489; }

.orange .dockbar {
  background-color: #AFA798;
  background-image: url(/apicil-theme/images/color_schemes/orange/dockbar/dockbar_bg.png); }

.orange .dockbar .menu-button-active {
  background-color: #DBAC5C;
  background-image: url(/apicil-theme/images/color_schemes/orange/dockbar/button_active_bg.png); }

.orange .dockbar .menu-button-active a {
  color: #FFF; }

.orange .aui-portal-layout-drag-indicator {
  background-color: #B6A63C; }

.orange .aui-autocomplete-results-content {
  border-color: #F5D599; }

.orange .aui-autocomplete-selected {
  background-color: #F7F0E0;
  border-color: #EAD8A4; }

.orange .aui-textboxlistentry {
  background-color: #F4EACB;
  border-color: #EAD8A4; }

.orange .aui-textboxlistentry-focused {
  background-color: #B6A63C;
  border-color: #4F4534; }

.orange .aui-textboxlistentry-close-hover {
  background-color: #EAD8A4; }

/* ---------- Portlet wrapper and icons ---------- */
.orange .portlet {
  border-color: #968A83; }

.orange .portlet-topper {
  background-color: #D9DDD3;
  border-bottom-color: #B7BCAE; }

.orange .panel-page .portlet-topper {
  border-bottom-color: #968A83; }

.orange .portlet-section-selected, .orange .portlet-section-selected a {
  background-color: #968A83; }

.orange .portlet-section-selected a:hover, .orange .portlet-section-selected a:focus {
  background-color: #968A83; }

/* ---------- Calendar portlet ---------- */
.orange .portlet-calendar .calendar-day .day-text {
  background-color: #968A83; }

.orange .taglib-calendar tr td a {
  background-color: #EFF3EA; }

.orange .taglib-calendar tr td a:hover {
  background-color: #968A83; }

.orange .taglib-calendar .calendar-current-day a {
  border-color: #968A83;
  color: #5F9930; }

.orange .portlet-calendar .taglib-calendar tr td.calendar-current-day a:hover, .orange .portlet-calendar .taglib-calendar tr td.calendar-current-day a:focus {
  background-color: #F2FFDF;
  border-color: #B7BCAE;
  color: #5BCC00; }

.orange .taglib-calendar .calendar-current-day, .orange .taglib-calendar .calendar-current-day a {
  background-color: #FFF; }

.orange .taglib-calendar tr td.calendar-inactive {
  color: #BEC4B5; }

/* ---------- Miscellaneous portlet styles ---------- */
.orange .journal-template-error .scroll-pane pre span {
  background-color: #BEC4B5; }

.orange .restricted * {
  color: #968A83; }

.orange .lfr-actions .lfr-trigger li a:hover {
  background-color: #968A83; }

.orange .lfr-tag-selector-popup .aui-textfield-content {
  background-color: #DED8D4;
  border-color: #BDB4AF; }

/* This CSS sets the default styles for forms. */
.orange input[type="submit"], .orange input[type="button"], .orange input[type="reset"], .orange button, .orange .lfr-actions, .orange .lfr-actions ul {
  color: #4F4534; }

.orange input[type="submit"]:hover, .orange input[type="button"]:hover, .orange input[type="reset"]:hover, .orange button:hover, .orange .lfr-actions:hover, .orange .lfr-actions:hover ul {
  background-color: #DAC8BA;
  background-image: url(/apicil-theme/images/color_schemes/orange/application/state_hover_bg.png);
  border-color: #837062;
  color: #9A6F33; }

.orange input[type="submit"]:focus, .orange input[type="button"]:focus, .orange input[type="reset"]:focus, .orange button:focus, .orange .lfr-actions:focus, .orange .lfr-actions:focus ul {
  background-color: #ECECEC;
  background-image: url(/apicil-theme/images/application/state_active_bg.png); }

/* ---------- IE6 chokes on attribute selectors in a chain, so we separate them into their own rule ---------- */
.ie6 .orange input.submit, .ie6 .orange input.button, .ie6 .orange button, .ie6 .orange .aui-button-disabled input.submit, .ie6 .orange .aui-button-disabled input.button, .ie6 .orange .aui-button-disabled button {
  color: #4F4534; }

/* ---------- Site breadcrumbs ---------- */
.orange .site-breadcrumbs li.first a {
  color: #9A6F33; }

.orange .site-breadcrumbs li.last a {
  color: #67604B; }

.orange .lfr-hudcrumbs .breadcrumbs li a, .orange .lfr-hudcrumbs .breadcrumbs li span {
  color: #FFF; }

/* ---------- Base styles ---------- */
body {
  background: #EEF0F2;
  font-size: 11px; }

a {
  color: #5B677D;
  text-decoration: underline; }

a:hover {
  color: #06C;
  text-decoration: none; }

hr, .separator {
  border-color: #BFBFBF transparent #FFF;
  border-style: solid;
  border-width: 1px 0; }

#wrapper {
  background: none;
  margin: 0 auto;
  max-width: 90%;
  min-width: 960px;
  position: relative; }

.ie6 #wrapper {
  width: 90%; }

#banner {
  background: none;
  height: auto;
  margin-top: 1.4em;
  position: relative;
  z-index: 210; }

.site-title .site-name {
  background: #555555 url(../images/common/site_icon.png) no-repeat 15px 50%;
  color: #FFF;
  display: block;
  float: right;
  font-size: 1em;
  font-weight: bold;
  margin: 15px 0 0 20px;
  padding: 7px 17px 7px 40px;
  position: relative;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5); }

.page-template .site-title .site-name {
  background-image: url(../images/common/page_template.png); }

.site-template .site-title .site-name {
  background-image: url(../images/common/site_template.png); }

.company-site .site-title .site-name {
  background-image: url(../images/common/folder.png); }

.organization-site .site-title .site-name {
  background-image: url(../images/common/organization_icon_white.png); }

.user-site .site-title .site-name {
  background-image: url(../images/common/user_icon_white.png); }

.private-page .site-title .site-name:after {
  background-image: url(../images/common/key_small.png);
  content: '';
  display: block;
  height: 10px;
  left: 24px;
  position: absolute;
  top: 50%;
  width: 10px; }

#skip-to-content:focus {
  clip: rect(auto auto auto auto);
  margin-top: 35px;
  right: 5px;
  z-index: 200; }

#sign-in {
  background: url(/apicil-theme/images/common/key.png) no-repeat 3px 50%;
  font-weight: bold;
  padding: 5px 5px 5px 25px;
  position: absolute;
  right: 0;
  top: -1.2em; }

.ie7 #banner {
  z-index: 2; }

.ie7 .portlet-message-boards .thread-body {
  word-wrap: break-word; }

.ie6 #banner {
  height: 1%; }

.ie6 #banner h1.logo {
  height: 1%; }

/* ---------- Main navigation ---------- */
#navigation {
  background: #414445 url(/apicil-theme/images/navigation/bg.png) repeat-x 0 0;
  clear: both;
  margin: 0 auto 5px;
  min-height: 2.2em;
  padding: 0 5px;
  position: relative;
  z-index: 210; }

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

.ie7 #navigation ul {
  padding: 2px; }

#navigation li, #navigation a {
  display: inline-block; }

.ie6 #navigation li, .ie7 #navigation li, .ie6 #navigation a, .ie7 #navigation a {
  display: inline;
  zoom: 1;
  z-index: 200; }

#navigation li {
  position: relative;
  vertical-align: top; }

#navigation a {
  color: #FFF;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 1px;
  padding: 3px 15px;
  text-decoration: none; }

.touch #navigation a {
  padding: 10px 20px; }

.ie6 #navigation a, .ie7 #navigation a {
  padding: 4px 15px; }

#navigation .yui3-dd-drop a {
  cursor: move; }

#navigation .selected a, #navigation li.hover a, #navigation a:hover, #navigation a:focus, #navigation .child-menu li a, #navigation .yui3-dd-dragging, .lfr-navigation-proxy {
  background: #313334;
  color: #FFF;
  outline: 0;
  text-shadow: -1px -1px black; }

#navigation li.hover .child-menu {
  background: #1E2529;
  display: block;
  position: absolute;
  width: 200px;
  z-index: 250; }

.ie6 #navigation ul.child-menu-visible, .ie6 #navigation li.hover .child-menu, .ie7 #navigation ul.child-menu-visible, .ie7 #navigation li.hover ul.child-menu {
  left: 0;
  top: 25px; }

#navigation .child-menu {
  display: none; }

#navigation .child-menu li {
  border-width: 0 0 1px;
  display: block;
  float: none;
  margin: 0; }

#navigation .child-menu li a {
  cursor: pointer !important; }

.ie7 #navigation .child-menu li a {
  zoom: 1; }

#navigation .child-menu li a:hover, #navigation li a.active {
  background-color: #020509; }

#navigation .child-menu .selected a {
  background: #020509 url(/apicil-theme/images/navigation/bullet_selected.png) no-repeat 5px 50%; }

.nav-menu-style-arrows ul {
  list-style-image: url(/apicil-theme/images/navigation/bullet_selected.png); }

/* ---------- Portlet wrapper and icons ---------- */
.portlet {
  background-color: #EEF0F2;
  border: 1px solid #C8C9CA;
  margin: 0 0 10px;
  padding: 3px;
  text-align: left; }

.portlet-topper {
  background: #d4d4d4 url(/apicil-theme/images/portlet/header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  font-size: 1.1em; }

.portlet-title {
  float: none;
  font-weight: bold;
  min-width: 50%;
  padding: 5px;
  text-shadow: 1px 1px #FFF; }

.signed-in.controls-visible .portlet-title {
  padding-right: 80px; }

.lfr-portlet-title-editable {
  margin-top: -4px;
  z-index: 9999; }

.ie .lfr-portlet-title-editable {
  margin-top: -6px; }

.lfr-portlet-title-editable-content {
  padding: 0; }

.ie .lfr-portlet-title-editable-content {
  margin-top: 4px; }

.portlet-asset-publisher .asset-content, .portlet-asset-publisher .asset-summary, .portlet-asset-publisher .asset-title, .portlet-asset-publisher .header-title, .portlet-asset-publisher li.title-list, .portlet-asset-publisher .results-row, .portlet-blogs .entry-body, .portlet-blogs .entry-title, .portlet-blogs .header-title, .portlet-journal-content .journal-content-article, .portlet-message-boards .header-title, .portlet-message-boards .thread-body, .portlet-search .results-row {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

.portlet-icons {
  float: none; }

.portlet-icons .portlet-close-icon {
  border-width: 0; }

.page-maximized .portlet-icons {
  font-size: 11px; }

.ie .portlet-title {
  padding-bottom: 5px; }

.ie6 .portlet-topper {
  zoom: 1; }

/* ---------- Footer ---------- */
#footer {
  text-align: right; }

/* ---------- Site breadcrumbs ---------- */
.site-breadcrumbs {
  margin: 0 0 5px;
  width: auto; }

.site-breadcrumbs ul {
  background-color: #FFF;
  border: 1px solid #DEDEDE;
  border-color: #C0C2C5;
  margin: 0; }

.site-breadcrumbs li {
  background-image: none;
  margin-right: 0;
  padding-left: 0.75em;
  padding-right: 0; }

.site-breadcrumbs li span {
  background: url(/apicil-theme/images/common/breadcrumbs.png) no-repeat 100% 50%;
  display: block;
  padding: 0.5em 15px 0.5em 0; }

.site-breadcrumbs li span a {
  text-decoration: none; }

.site-breadcrumbs li.first a, .site-breadcrumbs li.only a {
  color: #369;
  font-weight: bold; }

.site-breadcrumbs li.last a {
  color: #4B5567;
  font-size: 1.3em; }

.site-breadcrumbs .last {
  font-size: 1em;
  margin-top: 0;
  padding-right: 0; }

.site-breadcrumbs .last span {
  background-image: none;
  padding: 0; }

/* ---------- Hudcrumbs ---------- */
.lfr-hudcrumbs {
  position: fixed;
  top: 0;
  z-index: 440; }

.lfr-hudcrumbs ul {
  background: #414445;
  background: rgba(0, 0, 0, 0.8); }

.lfr-hudcrumbs .breadcrumbs li a, .lfr-hudcrumbs .breadcrumbs li span {
  color: #FFF; }

.lfr-hudcrumbs li span {
  background-image: url(/apicil-theme/images/common/breadcrumbs_hud.png); }

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

.aui-combobox .aui-field-input {
  padding: 4px 3px 3px;
  font-size: 11px;
  height: 15px; }

.aui-combobox .aui-field {
  float: left;
  line-height: 0; }

.lfr-portlet-title-editable-content .aui-field {
  float: none;
  display: inline; }

/* ---------- Extras ---------- */
#banner .site-name {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8), 1px 1px 1px white;
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8), 1px 1px 1px white;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8), 1px 1px 1px white; }

.portlet-borderless-bar {
  -moz-border-radius: 20px;
  -moz-box-shadow: inset 0 1px 3px #000;
  -webkit-border-radius: 20px;
  -webkit-box-shadow: inset 0 1px 3px #000;
  border-radius: 20px;
  box-shadow: inset 0 1px 3px #000; }

.portlet-topper {
  -moz-box-shadow: 1px 1px 0 #FFF;
  -webkit-box-shadow: 1px 1px 0 #FFF;
  box-shadow: 1px 1px 0 #FFF; }

#banner .site-name {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8), 1px 1px 1px white;
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8), 1px 1px 1px white;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8), 1px 1px 1px white; }

#navigation li.selected a {
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.8); }

.aui-combobox .aui-toolbar-first {
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* ---------- RTL ---------- */
.rtl .portlet {
  text-align: right; }
.rtl .signed-in.controls-visible .portlet-title {
  padding-left: 80px;
  padding-right: 5px; }
.rtl .site-breadcrumbs li span {
  background-image: url(/apicil-theme/images/common/breadcrumbs_rtl.png);
  background-position: 0 50%;
  padding-left: 15px;
  padding-right: 2px; }
.rtl .site-breadcrumbs .last span {
  background-image: none; }

/*
 * Very simple jQuery Color Picker
 * https://github.com/tkrotoff/jquery-simplecolorpicker
 *
 * Copyright (C) 2012-2013 Tanguy Krotoff <tkrotoff@gmail.com>
 *
 * Licensed under the MIT license
 */
/**
 * Inspired by Bootstrap Twitter.
 * See https://github.com/twbs/bootstrap/blob/master/less/navbar.less
 * See https://github.com/twbs/bootstrap/blob/master/less/dropdowns.less
 */
.simplecolorpicker.picker {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1051;
  /* Above Bootstrap modal (@zindex-modal = 1050) */
  display: none;
  float: left;
  /*min-width: 170px;
  max-width: 170px;  @popover-max-width = 276px + 7 */
  padding: 5px 0px 0 5px;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  /* @dropdown-bg */
  border: 1px solid #ccc;
  /* @dropdown-fallback-border */
  border: 1px solid rgba(0, 0, 0, 0.15);
  /* @dropdown-border */
  -webkit-border-radius: 4px;
  /* @border-radius-base */
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.simplecolorpicker.inline {
  display: inline-block;
  padding: 6px 0; }

.simplecolorpicker span {
  margin: 0 3px 3px 0; }

.simplecolorpicker.icon,
.simplecolorpicker span.color {
  display: inline-block;
  cursor: pointer;
  /*border: 1px solid transparent;*/
  border: 1px solid #200;
  width: 20px;
  height: 20px; }

.simplecolorpicker.icon:after,
.simplecolorpicker span.color:after {
  content: '\00a0\00a0\00a0\00a0';
  /* Spaces */ }

.simplecolorpicker span.color[data-disabled]:hover {
  cursor: not-allowed;
  border: 1px solid transparent; }

.simplecolorpicker span.color:hover,
.simplecolorpicker span.color[data-selected],
.simplecolorpicker span.color[data-selected]:hover {
  border: 1px solid #222;
  /* @gray-dark */
  border: 1px solid #fff;
  /* @gray-dark */ }

/* Vertical separator, replaces optgroup. */
.simplecolorpicker span.vr {
  border-left: 1px solid #222;
  /* @gray-dark */ }

.simplecolorpicker.regularfont span.color[data-selected] {
  background-image: url("/apicil-theme/images/common/tick-white.png");
  background-repeat: no-repeat;
  background-position-x: 2px;
  background-position-y: 1.5px; }

/* normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: .67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  color: #000;
  background: #ff0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: '\201C' '\201D' '\2018' '\2019'; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #c0c0c0; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  /* 1 */
  padding: 0;
  border: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  /* 2 */
  cursor: pointer;
  -webkit-appearance: button;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type='search'] {
  /* 1 */
  /* 2 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-spacing: 0;
  border-collapse: collapse; }

/*mixin font-size($font-size, $line-height:false) {
    font-size: $font-size;
    font-size: ($font-size / $base-font-size)*$base-font-multiplicator;
    @if $line-height==true {
        line-height: ceil($font-size / $base-line-height) * ($base-line-height / $font-size);
    }
    @else {
        line-height: 1;
    }
}*/
.layer--pro .login .aui-fieldset .aui-field .aui-field-element .aui-field-input,
.form input {
  font-size: 1.4rem;
  width: 100%;
  height: 35px;
  padding: 0 1rem;
  border-radius: 2px;
  background: #fff; }

@font-face {
  font-family: 'GothamBold';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Gotham-Bold.eot?") format("eot"), url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold.svg#GothamBold") format("svg"); }

@font-face {
  font-family: 'GothamMed';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Gotham-Medium.eot?") format("eot"), url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium.svg#GothamMed") format("svg"); }

@font-face {
  font-family: 'GothamBook';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Gotham-Book.eot?") format("eot"), url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg#GothamBook") format("svg"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/poppins-latin-regular.eot);
  /* IE9 Compat Modes */
  src: local("Poppins"), local("Poppins-Regular"), url(../fonts/poppins-latin-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/poppins-latin-regular.woff2) format("woff2"), url(../fonts/poppins-latin-regular.woff) format("woff"), url(../fonts/poppins-latin-regular.ttf) format("truetype"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/poppins-latin-500.eot);
  /* IE9 Compat Modes */
  src: local("Poppins"), local("Poppins-500"), url(../fonts/poppins-latin-500.eot?#iefix) format("embedded-opentype"), url(../fonts/poppins-latin-500.woff2) format("woff2"), url(../fonts/poppins-latin-500.woff) format("woff"), url(../fonts/poppins-latin-500.ttf) format("truetype"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/poppins-latin-600.eot);
  /* IE9 Compat Modes */
  src: local("Poppins"), local("Poppins-600"), url(../fonts/poppins-latin-600.eot?#iefix) format("embedded-opentype"), url(../fonts/poppins-latin-600.woff2) format("woff2"), url(../fonts/poppins-latin-600.woff) format("woff"), url(../fonts/poppins-latin-600.ttf) format("truetype"); }

/* ==========================================================================
   COLORS
   ========================================================================== */
/* ==========================================================================
   BREAKPOINTS
   ========================================================================== */
/* ==========================================================================
   HOME
   ========================================================================== */
.container {
  max-width: 1130px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px; }

.container:after {
  display: block;
  clear: both;
  content: ' '; }

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

.container:after {
  clear: both; }

@media (min-width: 768px) {
  .valeur {
    float: left;
    width: 32.20339%;
    margin-right: 1.69492%; }

  .valeur:last-child {
    float: right;
    margin-right: 0; } }
/*.produit {
    @include breakpoint(900px) {
        @include span(3);
        &:last-child {
            @include last;
        }
    }
}*/
.nous {
  /*  &__illus {      
      @include breakpoint($tablet) {
          @include span(5);
      }
  }
   &__desc {
      @include breakpoint($tablet) {
          @include span(7 last);
      }
  }*/ }

.actualite {
  /*   &__illus {
      @include breakpoint($tablet) {
          @include span(4);
      }
  }
  &__desc {
      @include breakpoint($tablet) {
          @include span(8 last);
      }
  }*/ }

@media (min-width: 768px) {
  .contact__coord {
    float: left;
    width: 40.67797%;
    margin-right: 1.69492%; }

  .contact__form {
    float: right;
    width: 57.62712%;
    margin-right: 0; } }
/* -------------------------------- 

Primary style

-------------------------------- */
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.6rem;
  color: #383838;
  background-color: #f8f8f8; }

a {
  text-decoration: none;
  color: #8b1d52; }

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-horizontal-timeline {
  margin: 2em auto;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  opacity: 0; }

.cd-horizontal-timeline::before {
  display: none;
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile'; }

.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1; }

.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  margin: 0 auto; }

.cd-horizontal-timeline .events-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  margin: 0 40px; }

.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 20px;
  height: 100%;
  /* these are used to create a shadow effect at the sides of the timeline */
  content: ''; }

.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(white), to(rgba(248, 248, 248, 0)));
  background-image: linear-gradient(to right, #ffffff, rgba(248, 248, 248, 0)); }

.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(white), to(rgba(248, 248, 248, 0)));
  background-image: linear-gradient(to left, #ffffff, rgba(248, 248, 248, 0)); }

.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  top: 49px;
  left: 0;
  height: 2px;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  /* width will be set using JavaScript */
  background: #dfdfdf; }

.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  background-color: #8b1d52; }

.cd-horizontal-timeline .events a {
  font-size: 1.3rem;
  position: absolute;
  z-index: 2;
  bottom: 0;
  padding-bottom: 15px;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  text-align: center;
  color: #383838; }

.cd-horizontal-timeline .events a::after {
  position: absolute;
  right: auto;
  bottom: -5px;
  left: 50%;
  width: 12px;
  height: 12px;
  /* this is used to create the event spot */
  content: '';
  -webkit-transition: background-color .3s, border-color .3s;
  transition: background-color .3s, border-color .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 2px solid #dfdfdf;
  border-radius: 50%;
  background-color: #f8f8f8; }

.no-touch .cd-horizontal-timeline .events a:hover::after {
  border-color: #8b1d52;
  background-color: #8b1d52; }

.cd-horizontal-timeline .events a.selected {
  pointer-events: none; }

.cd-horizontal-timeline .events a.selected::after {
  border-color: #8b1d52;
  background-color: #8b1d52; }

.cd-horizontal-timeline .events a.older-event::after {
  border-color: #8b1d52; }

/*
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 6em auto;
  }
  .cd-horizontal-timeline::before {
  
    content: 'desktop';
  }
}
*/
.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  /* replace text with an icon */
  overflow: hidden;
  width: 34px;
  height: 34px;
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: nowrap;
  text-indent: 100%;
  color: transparent; }

.cd-timeline-navigation a::after {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 32px;
  height: 32px;
  /* arrow icon */
  content: '';
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(/cosy-responsive-theme/images/int/cd-arrow.svg) no-repeat 0 0; }

.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); }

.cd-timeline-navigation a.next {
  right: 0; }

.no-touch .cd-timeline-navigation a:hover {
  border-color: #8b1d52; }

.cd-timeline-navigation a.inactive {
  cursor: not-allowed; }

.cd-timeline-navigation a.inactive::after {
  background-position: 0 -32px; }

.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf; }

.cd-horizontal-timeline .events-content {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-transition: height .4s;
  transition: height .4s; }

.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 5%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  opacity: 0; }

.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1; }

.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  animation-name: cd-enter-right; }

.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  animation-name: cd-enter-left; }

.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  animation-direction: reverse; }

.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto; }

.cd-horizontal-timeline .events-content em {
  font-style: italic;
  display: block;
  margin: 10px auto; }

.cd-horizontal-timeline .events-content em::before {
  content: '- '; }

.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: #959595; }

.cd-horizontal-timeline .events-content em,
.cd-horizontal-timeline .events-content p {
  line-height: 1.6; }

.cd-horizontal-timeline .events-content h2 {
  font-size: 7rem; }

.cd-horizontal-timeline .events-content em {
  font-size: 2rem; }

.cd-horizontal-timeline .events-content p {
  font-style: italic;
  padding-bottom: 2rem; }

@-webkit-keyframes cd-enter-right {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0; }

  100% {
    -webkit-transform: translateX(0%);
    opacity: 1; } }

@keyframes cd-enter-right {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; } }

@-webkit-keyframes cd-enter-left {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0; }

  100% {
    -webkit-transform: translateX(0%);
    opacity: 1; } }

@keyframes cd-enter-left {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; } }

html {
  font-size: 62.5%;
  color: #666; }

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

body {
  font: 1.4rem/1.8rem GothamBook, Helvetica, Helvetica Neue, Arial;
  text-align: justify;
  color: #666;
  background: #fff;
  /* &::after {
      z-index: 8;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(#47374e, .8);
      visibility: hidden;
      @include opacity(0);
      transition: opacity .5s 0s, visibility 0s .3s;
  }
  &.overlay-layer::after {
      visibility: visible;
      @include opacity(1);
      transition: opacity .3s 0s, visibility 0s 0s;
  }*/ }

body.qui-sommes-nous section {
  padding-bottom: 3rem; }

@media (min-width: 768px) {
  body.qui-sommes-nous section .container {
    width: 917px; } }
body #cookieChoiceInfo {
  font-size: 13px;
  position: absolute;
  z-index: 999;
  width: 100%;
  margin: 0;
  padding: 10px;
  padding-right: 0;
  padding-left: 0;
  color: #fff;
  border: medium none;
  border-radius: 0;
  background-color: #333; }

body #cookieChoiceInfo a {
  font-size: 13px;
  line-height: 19px;
  padding: 4px 8px;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background-color: #cb6262; }

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

.portlet-borderless-container {
  min-height: 0; }

#dockbar {
  z-index: 99999; }

p {
  margin-top: 0; }

p a {
  text-decoration: underline; }

blockquote {
  margin: 0; }

fieldset {
  border: 0; }

img,
iframe {
  display: block;
  max-width: 100%;
  height: auto; }

strong {
  color: #8b1d52; }

h2 {
  font-family: GothamMed;
  font-size: 2.4rem;
  line-height: 4rem;
  margin: 2.5rem 0;
  text-align: center;
  text-transform: uppercase;
  color: #000; }
  h2.contatti {
    margin-top: 0;
    text-align: left; }

@media (min-width: 768px) {
  h2 {
    font-size: 4rem; } }
h2 span {
  font-size: 1.4rem;
  line-height: 2.4rem;
  display: block;
  color: #8b1d52; }

@media (min-width: 768px) {
  h2 span {
    line-height: 4rem; } }
h3 {
  font-family: GothamMed;
  font-size: 2rem;
  font-weight: normal;
  margin: 0 0 1.5rem;
  padding: 0 0 .5rem 0;
  color: #000;
  border-bottom: 1px solid #ccc; }

h4 {
  font-family: GothamMed;
  margin: 2rem 0;
  text-transform: uppercase;
  color: #000; }

blockquote {
  font-size: 2rem;
  font-style: italic; }

dl,
dt,
dd,
ol,
ul,
li {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0; }

input[type='text'],
input[type='password'],
input[type='file'],
input[type='submit'],
input[type='button'],
input[type='reset'],
select,
textarea,
.textarea,
button,
.aui-field-input-text {
  border: 0;
  background: #fff;
  text-shadow: none; }

dl dt {
  text-transform: uppercase; }

dl dd {
  margin: 0 0 .5rem 0; }

li {
  list-style: none; }

.icon {
  position: relative;
  top: 1px; }

.header {
  height: 7.2rem; }

.header__nav {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 7.2rem;
  background: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45); }

.header__nav .container {
  padding: 0; }

.header__cover {
  height: 27rem;
  background: url(/cosy-responsive-theme/images/int/tagline_mobile.jpg) center 7.2rem no-repeat fixed; }

@media (min-width: 768px) {
  .header__cover {
    height: 67rem;
    background: #666666 url(/cosy-responsive-theme/images/int/tagline.jpg) center 7.2rem no-repeat fixed; } }
.header__cover h2 {
  font-family: GothamBook;
  font-size: 1.7rem;
  font-weight: normal;
  margin: 0;
  padding-top: 2.5rem; }

@media (min-width: 768px) {
  .header__cover h2 {
    font-size: 3.5rem;
    padding-top: 5rem; } }
.header__cover h2 strong {
  font-family: GothamMed; }

.header .logo,
.header .navContainer {
  display: inline-block; }

.header .logo {
  margin: .5rem  0 .5rem .5rem; }
  .lps .header .logo {
    width: 20%; }

@media (min-width: 1100px) {
  .header .logo {
    float: left;
    width: 15.25424%;
    margin: 0;
    margin-right: 1.69492%; }

  .lps .header .logo {
    width: 12.5%; } }
.header .navContainer {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: .5rem; }

@media (min-width: 1100px) {
  .header .navContainer {
    padding-top: 1.5rem; } }
.header .navContainer #nav-trigger {
  position: absolute;
  top: 3rem;
  right: 2rem;
  width: 3.5rem;
  height: 20px;
  border: 0;
  background: transparent;
  z-index: 1; }

@media (min-width: 1100px) {
  .header .navContainer #nav-trigger {
    display: none; } }
.header .navContainer #nav-trigger div,
.header .navContainer #nav-trigger div:after,
.header .navContainer #nav-trigger div:before {
  width: 100%;
  height: 4px;
  background: #666;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.header .navContainer #nav-trigger div:after,
.header .navContainer #nav-trigger div:before {
  position: absolute;
  top: -0.8rem;
  left: 0;
  content: ''; }

.header .navContainer #nav-trigger div {
  position: relative;
  display: block;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: .1s;
  transition-duration: .1s; }

.header .navContainer #nav-trigger div::after {
  top: .8rem; }

.header .navContainer #nav-trigger div:before {
  -webkit-transition: top .1s .14s ease, opacity .1s ease;
  transition: top .1s .14s ease, opacity .1s ease; }

.header .navContainer #nav-trigger div:after {
  -webkit-transition: top 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.header .navContainer #nav-trigger.active div.inner {
  -webkit-transition-delay: .14s;
  transition-delay: .14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.header .navContainer #nav-trigger.active div.inner::before {
  top: 0;
  -webkit-transition: top .1s ease, opacity .1s .14s ease;
  transition: top .1s ease, opacity .1s .14s ease;
  opacity: 0;
  filter: alpha(opacity=0); }

.header .navContainer #nav-trigger.active div.inner::after {
  top: 0;
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.header .navContainer__mainNav {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  background: #333; }

@media (min-width: 1100px) {
  .header .navContainer__mainNav {
    display: block;
    float: left;
    float: right;
    width: 83.05085%;
    margin-right: 1.69492%;
    margin-right: 0;
    background: none; } }
.header .navContainer__mainNav.expanded .container > ul {
  padding-top: 10rem; }

.header .navContainer__mainNav.expanded .container > ul.connect {
  position: absolute;
  top: 2rem;
  padding: 0; }

.header .navContainer__mainNav.expanded .container > ul.connect li {
  padding: .5rem 0; }

.header .navContainer__mainNav.expanded .container > ul.connect li a {
  color: #aaa184;
  background: none; }

.header .navContainer__mainNav ul {
  font-size: 1.4rem;
  margin: 0;
  padding: 1rem 1rem 3rem; }

@media (min-width: 1100px) {
  .header .navContainer__mainNav ul {
    display: inline-block;
    float: left;
    /*
    width: 66.10169%;
    margin-right: 1.69492%;
    
    */
    width: 80%;
    margin-right: 0;
    padding: 1rem 0 0; } }
.header .navContainer__mainNav ul li {
  display: block;
  width: 100%;
  padding: .5rem 0;
  text-transform: uppercase; }

@media (min-width: 1100px) {
  .header .navContainer__mainNav ul li {
    font-size: 1.3rem;
    display: inline-block;
    width: auto;
    margin: 0;
    /*
    padding-right: 2rem;
    */
    padding-right: 1rem;
    text-transform: uppercase; }

  .header .navContainer__mainNav ul li:last-child {
    /*padding-right: 0;*/ } }
.header .navContainer__mainNav ul li ul {
  margin: 0 -1rem;
  padding: 1rem 0; }

@media (min-width: 1100px) {
  .header .navContainer__mainNav ul li ul {
    display: none; } }
.header .navContainer__mainNav ul li ul li {
  margin: 0 0 .1rem 0;
  padding: .5rem 0 .5rem 2.5rem;
  background: #3d3d3d; }

.header .navContainer__mainNav ul li a {
  display: block;
  text-decoration: none;
  color: #fff; }

@media (min-width: 1100px) {
  .header .navContainer__mainNav ul li a {
    display: inline;
    color: #666; } }
.header .navContainer__mainNav ul li a:hover {
  font-weight: bold; }

.header .navContainer__mainNav ul.connect {
  float: left;
  /*
  width: 19.49153%;
   margin-right: 1.69492%;
  */
  width: 19%;
  margin-top: -0.5rem;
  margin-right: 0; }

@media (min-width: 768px) {
  .header .navContainer__mainNav ul.connect {
    display: inline-block;
    padding: 0; } }
.header .navContainer__mainNav ul.connect li {
  font-size: 1.2rem;
  display: block;
  padding: 0 0 .5rem; }

.header .navContainer__mainNav ul.connect li a {
  display: block;
  padding: .2rem .5rem;
  white-space: nowrap;
  color: #fff;
  background: #aaa184; }

.header .navContainer__mainNav ul.connect li a:hover {
  background: #8b1d52; }

.header .navContainer__mainNav ul.connect li a::before {
  font-family: custom;
  font-size: 2.5rem;
  float: left;
  content: '\E00A'; }

.header .navContainer__mainNav ul.connect li a.connected {
  padding: 1rem .5rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-radius: .3rem;
  background: #8b1d52; }

.header .navContainer__mainNav ul.connect li a.connected:hover {
  cursor: pointer;
  border-color: #531131;
  background: #761946; }

.header .navContainer__mainNav ul.connect li a.connected::before {
  content: ''; }

.header .navContainer__mainNav ul.social {
  display: none; }

@media (min-width: 768px) {
  .header .navContainer__mainNav ul.social {
    display: inline-block;
    float: right;
    width: 11.01695%;
    margin-right: 0; }

  .header .navContainer__mainNav ul.social li {
    font-size: 5rem;
    display: inline-block;
    width: 32.20339%;
    padding: 0; } }
.layer {
  position: fixed;
  z-index: 9999;
  top: 0;
  visibility: hidden;
  overflow-y: auto;
  width: 100%;
  height: 0;
  -webkit-transition: .2s;
  transition: .2s;
  opacity: 0;
  background: #333;
  filter: alpha(opacity=0); }

.layer--is-visible {
  visibility: visible;
  height: 100%;
  -webkit-transition: .2s;
  transition: .2s;
  opacity: 1;
  filter: alpha(opacity=100); }

@media (min-width: 768px) {
  .layer {
    z-index: 9;
    padding-top: 7.2rem; } }
.layer .illus a {
  position: relative;
  display: block; }

.layer .illus a div {
  visibility: hidden;
  opacity: 0; }

@media (min-width: 768px) {
  .layer .illus a div {
    position: absolute;
    visibility: visible;
    width: 100%;
    height: 100%;
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.15); } }
@media (min-width: 768px) {
  .layer .illus a:hover div {
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 0; } }
@media (min-width: 768px) {
  .layer--pro .container {
    width: 49.15254%;
    margin: 0 auto; } }
.layer--pro p.desc {
  display: none; }

.layer--pro .login .aui-fieldset {
  padding: 0 0 2rem 0; }

.layer--pro .login .aui-fieldset a {
  display: none; }

@media (min-width: 768px) {
  .layer--pro .login .aui-fieldset a {
    display: block;
    color: #fff; } }
.layer--pro .login .aui-fieldset .aui-field {
  display: block;
  margin-bottom: 1rem; }

.layer--pro .login .aui-fieldset .aui-field:nth-child(2) {
  margin-bottom: 2rem; }

.layer--pro .login .aui-fieldset .aui-field .aui-field-label {
  display: block;
  margin: 0 0 .2rem;
  text-transform: uppercase;
  color: #666; }

.layer--pro .login .aui-fieldset .aui-field .aui-field-element {
  font-size: 0;
  line-height: .1rem; }

.layer--pro .login .aui-fieldset .aui-field .aui-field-element .aui-field-input {
  border: 1px solid #e5e5e5; }

.layer--pro .login .aui-fieldset .aui-button-input-submit {
  float: right;
  width: 100%;
  margin-right: 0;
  padding: 1rem .5rem;
  text-align: center;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #fff;
  color: #fff;
  border: 0;
  border-radius: .3rem;
  background: #cb6262;
  text-shadow: none; }

.layer--pro .login .aui-fieldset .aui-button-input-submit:hover {
  cursor: pointer;
  border-color: #7a3b3b;
  background: #ad5353; }

@media (min-width: 768px) {
  .layer--pro .login .aui-fieldset .aui-button-input-submit {
    width: 40.67797%; } }
.layer--pro .login .aui-form-validator-error-container .aui-field-element {
  display: block; }

.layer--pro .login .navigation {
  display: none; }

@media (min-width: 768px) {
  .layer--client .container,
  .layer--inter .container {
    width: 83.05085%; } }
.layer--client .ChoixProduit,
.layer--inter .ChoixProduit {
  width: 83.05085%;
  margin: 0 auto 2.5rem; }

@media (min-width: 768px) {
  .layer--client .ChoixProduit,
  .layer--inter .ChoixProduit {
    float: left;
    width: 32.20339%;
    margin-right: 1.69492%; }

  .layer--client .ChoixProduit:last-child,
  .layer--inter .ChoixProduit:last-child {
    float: right;
    margin-right: 0; } }
.layer--client .ChoixProduit h3,
.layer--inter .ChoixProduit h3 {
  font-size: 1.4rem;
  margin: 0 0 1rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: 0; }

@media (min-width: 768px) and (max-width: 992px) {
  .layer--client .ChoixProduit h3,
  .layer--inter .ChoixProduit h3 {
    min-height: 40px; } }
.layer--client .ChoixProduit a,
.layer--inter .ChoixProduit a {
  text-decoration: none;
  color: #fff; }

.layer--client .ChoixProduit a:hover,
.layer--inter .ChoixProduit a:hover {
  background: #8b1d52; }

.layer--client .ChoixProduit a.btn,
.layer--inter .ChoixProduit a.btn {
  display: block;
  margin: .5rem 0;
  padding: 1rem .5rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-radius: .3rem;
  background: #8b1d52; }

.layer--client .ChoixProduit a.btn:hover,
.layer--inter .ChoixProduit a.btn:hover {
  cursor: pointer;
  border-color: #531131;
  background: #761946; }

.layer--client .ChoixProduit ul,
.layer--inter .ChoixProduit ul {
  padding: .5rem 0 0 0; }

.layer--client .ChoixProduit ul li,
.layer--inter .ChoixProduit ul li {
  margin: 0 0 .2rem 0;
  color: #ccc; }

.layer .container {
  position: relative; }

@media (min-width: 768px) {
  .layer .container {
    margin: 0 auto; } }
.layer .container .close {
  position: absolute;
  top: 2rem;
  right: 1rem;
  overflow: hidden;
  width: 3.1rem;
  height: 3rem;
  cursor: pointer;
  text-indent: 100%; }

.layer .container .close::before,
.layer .container .close::after {
  /* close icon in css */
  position: absolute;
  top: 10px;
  left: 7px;
  display: inline-block;
  width: 26px;
  height: 2px;
  background: #e5e5e5; }

.layer .container .close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.layer .container .close::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.layer .container h2 {
  margin-top: 5rem;
  color: #ccc; }

.layer .container h2 span {
  color: #fc6; }

.layer .container .desc {
  color: #ccc; }

.layer .container .desc strong {
  display: block;
  color: #fff; }

.footer__corporate {
  display: none; }

@media (min-width: 768px) {
  .footer__corporate {
    font-size: 1rem;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 1rem 0;
    color: #fff;
    background: #666; }

  .footer__corporate ul {
    padding: .5rem 0; }

  .footer__corporate ul li {
    line-height: 1.5rem;
    position: relative;
    display: inline-block;
    width: 18.91892%;
    text-align: left;
    vertical-align: top; }

  .footer__corporate ul li:first-child {
    padding: 0 2rem 0 0; }
    .lps .footer__corporate ul li:first-child {
      width: 230px; }

    /*.footer__corporate ul li:first-child span
    {
        padding: 2rem 0 0 0; 

        border-top: 1px solid;
    }*/
  .footer__corporate ul li strong {
    font-size: 1.2rem;
    display: block;
    color: #fff; }

  .footer__corporate ul li .icon {
    font-size: 6rem;
    top: 1.5rem;
    /*font-size: 8rem;
            position: absolute;
            top: .5rem;
            left: -2rem;*/
    float: left;
    height: 5rem; } }
.footer__alt {
  font-size: 1.2rem;
  overflow: hidden;
  padding: 1.5rem 0;
  color: #fff;
  background: #333; }

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

.footer__alt ul li a, .footer__alt ul li button {
  color: #fff; }
.footer__alt ul li a {
  text-decoration: none; }
.footer__alt ul li button {
  background: none;
  text-shadow: none;
  font-weight: inherit;
  border: none;
  padding: 0;
  font-family: inherit;
  outline: none; }

.footer__alt .links {
  float: left;
  width: 74.57627%;
  margin-right: 1.69492%; }

@media (min-width: 768px) {
  .footer__alt .links {
    float: left;
    width: 49.15254%;
    margin-right: 1.69492%; } }
.footer__alt .links li {
  display: inline-block;
  margin: 0 .5rem 0 0; }

.footer__alt .links li::after {
  content: ' / '; }

.footer__alt .links li:last-child::after {
  content: ''; }

.footer__alt .social {
  float: right;
  width: 23.72881%;
  margin-right: 0; }

@media (min-width: 768px) {
  .footer__alt .social {
    float: right;
    width: 49.15254%;
    margin-right: 0; } }
.footer__alt .social p,
.footer__alt .social ul {
  float: right; }

.footer__alt .social p {
  display: none;
  margin: 0;
  vertical-align: top; }

@media (min-width: 768px) {
  .footer__alt .social p {
    display: inline-block; } }
.footer__alt .social ul {
  display: inline-block; }

.footer__alt .social ul li {
  display: inline-block;
  width: 40.67797%; }

@media (min-width: 768px) {
  .footer__alt .social ul li {
    width: 32.20339%; } }
.footer__alt .social ul li::after {
  content: ''; }

.footer__alt .social ul li .icon {
  font-size: 5rem; }

.footer__alt .mdp {
  clear: both;
  text-align: right;
  padding-right: 3rem; }

.footer__alt .mdp a {
  background: #666;
  padding: 5px 10px;
  border-radius: 3px;
  display: inline-block;
  color: #fff; }

.footer__alt .mdp a:hover {
  background: #8b8b8b; }

.section {
  padding: 0 0 6rem 0; }

.section__desc {
  margin-bottom: 3rem;
  color: #666; }

@media (min-width: 768px) {
  .section__desc {
    width: 57.62712%;
    margin: 0 auto 3rem; }
    .lps .section__desc {
      width: 75%; } }
.section--valeurs {
  background: #ccc; }

.section--produits {
  background: #e3dad5; }
  .section--produits .illus_container {
    text-align: center; }

.section--partenaires {
  background: #8ea4b2; }

.section--partenaires .section__desc {
  color: #fff; }

.section--contact {
  background: #e3dad5; }

.section--timeline {
  padding: 0 1rem; }

.section--timeline > .container {
  border: 1px solid #e5e5e5; }

.nous__illus img {
  margin: 0 auto 2rem; }

@media (min-width: 768px) {
  .nous__liens {
    width: 57.62712%;
    margin: 0 auto; } }
.nous__liens a {
  float: left;
  width: 49.15254%;
  margin-right: 1.69492%;
  margin-bottom: 1rem;
  padding: .8rem;
  -webkit-transition: .15s;
  transition: .15s;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background: #8b1d52; }

@media (min-width: 1px) and (max-width: 768px) {
  .nous__liens a:nth-child(even) {
    float: right;
    margin-right: 0; } }
@media (min-width: 768px) {
  .nous__liens a {
    float: left;
    width: 23.72881%;
    margin-right: 1.69492%;
    margin-bottom: 0; }

  .nous__liens a:nth-child(4) {
    float: right;
    margin-right: 0; } }
.nous__liens a:hover {
  background: #cb6262; }

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

.produit:after {
  clear: both; }

@media (min-width: 768px) {
  .produit {
    float: left;
    width: 32.20339%;
    margin-right: 1.69492%; }
    .lps .produit {
      float: none;
      display: inline-block;
      width: 33%;
      margin-right: 0; }

  .produit.last {
    float: right;
    margin-right: 0; } }
.produit__figure {
  cursor: pointer; }

.produit__overlay {
  position: relative;
  visibility: hidden;
  max-height: 1px;
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 0;
  filter: alpha(opacity=0); }

.produit__overlay__info {
  visibility: hidden;
  -webkit-transition: .2s;
  transition: .2s;
  opacity: 0;
  filter: alpha(opacity=0); }

.produit__overlay.is-visible {
  visibility: visible;
  max-height: 2500px;
  margin: 3rem auto;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  opacity: 1;
  filter: alpha(opacity=100); }

.produit__overlay.is-visible .produit__overlay__info {
  visibility: visible;
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 1;
  filter: alpha(opacity=100); }

@media (min-width: 768px) {
  .produit__overlay.is-visible .produit__overlay__info .col {
    float: left;
    width: 49.15254%;
    margin-right: 1.69492%; }

  .produit__overlay.is-visible .produit__overlay__info .col:last-child {
    float: right;
    margin-right: 0; }

  .produit__overlay.is-visible .produit__overlay__info blockquote {
    width: 83.05085%; } }
.produit__overlay.is-visible .produit__overlay__info blockquote {
  margin: 2rem auto 0; }

.produit__overlay.is-visible .produit__overlay__info .container {
  padding: 0; }

.produit__overlay.is-visible .produit__overlay__info .produit__illus {
  width: 100%; }

.produit__overlay.is-visible .produit__overlay__info ul {
  padding: 0; }

.produit__overlay.is-visible .produit__overlay__info ul li {
  font-family: gothamMed;
  line-height: 1.3rem;
  list-style-type: none;
  text-align: left;
  text-transform: uppercase;
  color: #8b1d52; }

.produit__overlay.is-visible .produit__overlay__info ul li::before {
  content: '- '; }

.produit__overlay.is-visible .produit__overlay__info .col dl {
  margin-bottom: 1rem;
  padding-left: 6rem;
  min-height: 5.5rem; }

.produit__overlay.is-visible .produit__overlay__info .col dl:nth-of-type(1) {
  background: url(/cosy-responsive-theme/images/int/modale2_picto1.png) 0 0 no-repeat; }

.produit__overlay.is-visible .produit__overlay__info .col dl:nth-of-type(2) {
  background: url(/cosy-responsive-theme/images/int/modale2_picto2.png) 0 0 no-repeat; }

.produit__overlay.is-visible .produit__overlay__info .col dl:nth-of-type(3) {
  background: url(/cosy-responsive-theme/images/int/modale2_picto3.png) 0 0 no-repeat; }

.produit__overlay.is-visible .produit__overlay__info .col:last-child dl {
  margin-bottom: 1rem;
  padding-left: 6rem; }

.produit__overlay.is-visible .produit__overlay__info .col:last-child dl:nth-of-type(1) {
  background: url(/cosy-responsive-theme/images/int/modale2_picto4.png) 0 0 no-repeat; }

.produit__overlay.is-visible .produit__overlay__info .col:last-child dl:nth-of-type(2) {
  background: url(/cosy-responsive-theme/images/int/modale2_picto5.png) 0 0 no-repeat; }

.produit__overlay.is-visible .produit__overlay--close {
  display: block; }

.produit__overlay h2 {
  font-size: 1.5rem;
  font-weight: normal;
  padding: .5rem 0 0;
  text-align: left;
  text-transform: none;
  color: #000;
  border-bottom: 1px solid #ccc; }

@media (min-width: 768px) {
  .produit__overlay h2 {
    font-size: 2.4rem; } }
.produit__overlay--close {
  position: absolute;
  top: 1.3rem;
  right: 0;
  overflow: hidden;
  width: 3.1rem;
  height: 3rem;
  /*
          display: none;
          position: absolute;
          top: .5rem;
          right: 0;
          width: 3.1rem;
          height: 3rem;
          overflow: hidden;
          text-indent: 100%;
          &::before,
          &::after {
              position: absolute;
              top: 1.2rem;
              left: .5rem;
              display: inline-block;
              height: .3rem;
              width: 3rem;
              background: $text;
          }
          &::before {
              @include rotate(45);
          }
          &::after {
              @include rotate(135);
          }*/
  cursor: pointer;
  text-indent: 100%; }

.produit__overlay--close::before,
.produit__overlay--close::after {
  /* close icon in css */
  position: absolute;
  top: 1.2rem;
  left: .5rem;
  display: inline-block;
  width: 3rem;
  height: .3rem;
  background: #666; }

.produit__overlay--close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.produit__overlay--close::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.produit__illus {
  position: relative;
  overflow: hidden;
  width: 83.05085%;
  margin: 0 auto 2.5rem; }

.produit__illus .mask {
  position: absolute;
  visibility: visible;
  width: 100%;
  height: 100%;
  padding: 1rem;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5); }

.produit__illus .mask:hover,
.produit__illus .mask.layerOpened {
  visibility: hidden;
  opacity: 0; }

.produit__illus .mask span {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff; }

.produit__figcaption {
  text-align: center; }

.produit__figcaption__title {
  font-size: 1.5rem;
  text-transform: uppercase;
  border: 0;
  /* &--desc {
              display: block;
              text-transform: none;
              color: $text;
              font-weight: normal;
              font-family: GothamBook;
          }*/ }

.produit__detail {
  display: none; }

.video h4 {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  color: #666; }

.video h4:hover {
  cursor: pointer; }

.video .moreVideos a {
  text-decoration: none;
  text-transform: uppercase;
  color: #cb6262; }

.video__main h3 {
  margin: 1rem 0;
  border: 0; }

@media (min-width: 768px) {
  .video__main {
    float: left;
    width: 57.62712%;
    margin-right: 1.69492%; }

  .video__main iframe {
    height: 40rem; } }
@media (min-width: 768px) {
  .video__list {
    float: left;
    float: right;
    width: 40.67797%;
    margin-right: 1.69492%;
    margin-right: 0; } }
.video__list ul {
  margin: 0 0 2rem;
  padding-left: 0;
  border-bottom: 1px solid #ccc; }

.video__list ul .video {
  margin: 0 0 1.5rem;
  padding: 0; }
  .video__list ul .video > .video-wrapper {
    position: relative;
    padding-bottom: 37%;
    height: 0;
    overflow: hidden;
    float: left;
    width: 54%; }
    @media screen and (min-width: 768px) {
      .video__list ul .video > .video-wrapper {
        width: 100%; } }
    @media screen and (min-width: 1100px) {
      .video__list ul .video > .video-wrapper {
        width: 48.8%; } }

.video__list ul .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video__list ul .video h4 {
  float: right;
  text-align: left;
  width: 44%; }
  @media screen and (min-width: 768px) {
    .video__list ul .video h4 {
      width: 100%; } }
  @media screen and (min-width: 1100px) {
    .video__list ul .video h4 {
      width: 49%; } }

.video__list ul .video p {
  visibility: hidden; }

.contact__coord {
  margin-bottom: 4rem; }

.contact__form .form-row {
  overflow: hidden; }

.contact__form label {
  display: block;
  text-align: left; }

@media (min-width: 768px) {
  .contact__form label {
    float: left;
    width: 49.15254%;
    margin-right: 1.69492%; } }
@media (min-width: 768px) {
  .contact__form input {
    float: left;
    float: right;
    width: 49.15254%;
    margin-right: 1.69492%;
    margin-right: 0; } }
.contact__form .portlet-msg-error,
.contact__form .lfr-message-error {
  color: #8b1d52;
  border: none;
  background-color: transparent; }

.contact__form textarea {
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-shadow: none;
  box-shadow: none; }

@media (min-width: 1px) and (max-width: 768px) {
  .contact__form table {
    width: 100%; } }
.contact__form table.joinUs-disponibilites td {
  width: 33%; }

.contact__form table.contactUs-disponibilites label {
  margin-bottom: 1rem; }

.contact__form table tr td {
  padding-right: .3rem;
  padding-left: .3rem;
  text-align: left; }

@media (min-width: 1px) and (max-width: 768px) {
  .contact__form table tr td {
    width: 50%; } }
.contact__form table tr td input[type='radio'] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0; }

.contact__form table tr td input[type='radio'] + label {
  padding: 1rem .5rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-radius: .3rem;
  background: #ccc; }

@media (min-width: 768px) {
  .contact__form table tr td input[type='radio'] + label {
    width: 15rem; } }
.contact__form table tr td input[type='radio'] + label:hover {
  cursor: pointer;
  border-color: #7a7a7a;
  background: #adadad; }

.contact__form table tr td input[type='radio']:checked + label {
  padding: 1rem .5rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-radius: .3rem;
  background: #8b1d52; }

.contact__form table tr td input[type='radio']:checked + label:hover {
  cursor: pointer;
  border-color: #531131;
  background: #761946; }

.contact__form table tr td input[type='checkbox'] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0; }

.contact__form table tr td input[type='checkbox'] + label {
  padding: 1rem .5rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-radius: .3rem;
  background: #ccc; }

@media (min-width: 768px) {
  .contact__form table tr td input[type='checkbox'] + label {
    width: 15rem; } }
.contact__form table tr td input[type='checkbox'] + label:hover {
  cursor: pointer;
  border-color: #7a7a7a;
  background: #adadad; }

.contact__form table tr td input[type='checkbox']:checked + label {
  padding: 1rem .5rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-radius: .3rem;
  background: #8b1d52; }

.contact__form table tr td input[type='checkbox']:checked + label:hover {
  cursor: pointer;
  border-color: #531131;
  background: #761946; }

.contact__form .captchaStyle {
  overflow: hidden; }

.contact__form .captchaStyle:after {
  clear: both; }

.contact__form .captchaStyle .taglib-captcha,
.contact__form .captchaStyle .inputCaptcha {
  float: left;
  width: 49.15254%;
  margin-right: 1.69492%;
  margin-bottom: 1rem; }

.contact__form .captchaStyle .inputCaptcha {
  float: right;
  margin-right: 0; }

.contact__form .captchaStyle .taglib-captcha {
  margin-top: 0; }

.contact__form .captchaStyle .apicil_f-btn input {
  width: 100%;
  height: auto;
  padding: 1rem .5rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-radius: .3rem;
  background: #cb6262; }

.contact__form .captchaStyle .apicil_f-btn input:hover {
  cursor: pointer;
  border-color: #7a3b3b;
  background: #ad5353; }

.form .form-group {
  margin-bottom: 1rem; }

.form input {
  border: 1px solid #e5e5e5; }

.form input--area {
  height: 10rem; }

.cd-horizontal-timeline h2 span {
  font-size: 2rem; }

.cd-horizontal-timeline .events-content h2 {
  margin-top: 0; }

@media (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    float: left;
    width: 15.25424%;
    margin-right: 1.69492%; } }
.cd-horizontal-timeline .events-content h2 span {
  font-size: 3rem; }

.cd-horizontal-timeline .events-content p {
  font-size: 2rem;
  text-align: left; }

@media (min-width: 768px) {
  .cd-horizontal-timeline .events-content p {
    font-size: 2.4rem;
    float: left;
    float: right;
    width: 83.05085%;
    margin-right: 1.69492%;
    margin-right: 0; } }
.metier__illus img,
.marque__illus img {
  margin: 0 auto 1rem; }

@media (min-width: 768px) {
  .metier__illus,
  .marque__illus {
    float: left;
    width: 23.72881%;
    margin-right: 1.69492%; } }
@media (min-width: 768px) {
  .metier__desc,
  .marque__desc {
    float: left;
    width: 74.57627%;
    margin-right: 1.69492%; } }
@media (min-width: 768px) {
  .metier__desc {
    float: right;
    margin-right: 0; } }
@media (min-width: 768px) {
  .marque__illus {
    float: right;
    margin-right: 0; } }
.equipe h4 {
  font-family: GothamBold;
  margin: 2rem 0;
  text-transform: uppercase;
  color: #8b1d52;
  border-bottom: 1px solid #e5e5e5; }

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

.equipe .gallery:after {
  clear: both; }

@media (min-width: 768px) {
  .equipe .gallery {
    padding: 0 2rem; } }
.equipe .gallery__item {
  float: left;
  width: 49.15254%;
  height: 32rem;
  margin-right: 1.69492%;
  margin-bottom: 1.69492%; }

@media (min-width: 1px) and (max-width: 768px) {
  .equipe .gallery__item:nth-child(2n+2) {
    float: right;
    margin-right: 0; } }
@media (min-width: 768px) {
  .equipe .gallery__item {
    float: left;
    width: 23.72881%;
    margin-right: 1.69492%; }

  .equipe .gallery__item:nth-child(4n+4) {
    float: right;
    margin-right: 0; } }
.equipe .gallery__item figure {
  padding: 0 2rem;
  text-align: left; }

.equipe .gallery__item figure img {
  max-height: 25rem; }

.equipe .gallery__item figure h5 {
  font-size: 1.4rem;
  margin: .5rem 0 0;
  color: #8b1d52; }

.equipe .gallery__item figure p {
  font-size: 1.2rem;
  line-height: 1.4rem; }

.valeur {
  text-align: center; }

@media (min-width: 768px) {
  .valeur {
    height: 30rem; } }
.valeur__picto {
  font-size: 13rem;
  display: block;
  width: 14.6rem;
  height: 14.6rem;
  margin: 0 auto;
  padding-top: 6.5rem;
  cursor: pointer;
  -webkit-transition: font-size 0s, background .5s;
  transition: font-size 0s, background .5s;
  color: #fff;
  border-radius: 50%;
  background: #8b1d52; }

.valeur__picto:hover {
  font-size: 1.2rem;
  padding-top: 5rem;
  -webkit-transition: font-size 0s, background .5s;
  transition: font-size 0s, background .5s;
  background: #666; }

.valeur__picto:hover:before {
  font-family: GothamMed;
  display: block;
  width: 100px;
  margin: 0 auto;
  content: attr(data-legend); }

.valeur__picto:hover ~ p, .val__lps__wrapper:hover ~ p {
  font-size: 1.2rem;
  line-height: 1.5rem;
  display: block;
  text-align: justify; }

.val__lps {
  float: left;
  text-align: center;
  width: 25%;
  height: 35rem; }
  .val__lps p {
    text-align: center;
    display: none;
    margin: 1rem 0 0 0; }
  .val__lps:nth-child(1) .val__lps__wrapper {
    background: #8a3a53; }
  .val__lps:nth-child(2) .val__lps__wrapper {
    background: #a3705d; }
  .val__lps:nth-child(3) .val__lps__wrapper {
    background: #717276; }
  .val__lps:nth-child(4) .val__lps__wrapper {
    background: #5c606c; }

.val__lps__wrapper {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5.5rem 4rem 0;
  width: 25rem;
  height: 25rem;
  border-radius: 100%; }
  .val__lps__wrapper h3 {
    border-top: 1px solid #fff;
    border-bottom: 0;
    margin: 0 0 1.5rem;
    padding: 0.5rem 0 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.6rem; }
  .val__lps__wrapper img {
    width: 70%;
    height: auto;
    margin: auto; }
  .val__lps__wrapper:hover {
    cursor: pointer; }

.valeur__desc {
  display: none; }

.valeur__desc:hover {
  display: block; }

.partenaire__imageMap {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 373px;
  margin: 0 auto 3.5rem; }

@media (min-width: 768px) {
  .partenaire__imageMap {
    width: 373px; } }
.partenaire__imageMap area {
  outline: none; }

.partenaire__imageMap .fond {
  position: absolute;
  z-index: -2; }

.partenaire__imageMap .backer {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block; }

@media (min-width: 768px) {
  .partenaire__imageMap area:nth-of-type(1):hover ~ span:before {
    content: url(/cosy-responsive-theme/images/int/map1.png); }

  .partenaire__imageMap area:nth-of-type(2):hover ~ span:before {
    content: url(/cosy-responsive-theme/images/int/map2.png); }

  .partenaire__imageMap area:nth-of-type(3):hover ~ span:before {
    content: url(/cosy-responsive-theme/images/int/map3.png); }

  .partenaire__imageMap area:nth-of-type(4):hover ~ span:before {
    content: url(/cosy-responsive-theme/images/int/map4.png); }

  .partenaire__imageMap area:nth-of-type(5):hover ~ span:before {
    content: url(/cosy-responsive-theme/images/int/map5.png); }

  .partenaire__imageMap area:nth-of-type(6):hover ~ span:before {
    content: url(/cosy-responsive-theme/images/int/map6.png); } }
.partenaire .descmap {
  display: none;
  color: #8b1d52; }

@media (min-width: 768px) {
  .partenaire .descmap {
    width: 66.10169%;
    margin: auto;
    text-align: center; } }
/* ==========================================================================
   LANDING
   ========================================================================== */
/**/
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url(https://fonts.gstatic.com/s/opensans/v14/EInbV5DfGHOiMmvb1Xr-hq-j2U0lmluP9RWlSytm3ho.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url(https://fonts.gstatic.com/s/opensans/v14/EInbV5DfGHOiMmvb1Xr-hpX5f-9o1vgP2EXwfjgl7AY.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url(https://fonts.gstatic.com/s/opensans/v14/EInbV5DfGHOiMmvb1Xr-hhWV49_lSm1NYrwo-zkhivY.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url(https://fonts.gstatic.com/s/opensans/v14/EInbV5DfGHOiMmvb1Xr-hqaRobkAwv3vxw3jMhVENGA.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url(https://fonts.gstatic.com/s/opensans/v14/EInbV5DfGHOiMmvb1Xr-hv8zf_FOSsgRmwsS7Aa9k2w.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url(https://fonts.gstatic.com/s/opensans/v14/EInbV5DfGHOiMmvb1Xr-hj0LW-43aMEzIO6XUTLjad8.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url(https://fonts.gstatic.com/s/opensans/v14/EInbV5DfGHOiMmvb1Xr-hugdm0LZdjqr5-oayXSOefg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans reg';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v14/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }

/* cyrillic */
@font-face {
  font-family: 'Open Sans reg';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v14/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Open Sans reg';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v14/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Open Sans reg';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v14/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Open Sans reg';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v14/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Open Sans reg';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v14/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Open Sans reg';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v14/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

.landing .section--contact {
  background: #fff; }

.landing .wrapper h1 {
  font-family: 'Open Sans',sans-serif;
  font-size: 4rem;
  line-height: 4rem;
  padding: 0 0 3rem 0;
  text-align: center;
  text-transform: uppercase;
  color: #918b8c;
  background: url("/cosy-responsive-theme/images/landing/chevron_title.gif") bottom center no-repeat; }

.landing .wrapper h1 span {
  color: #8b1d52; }

.landing h2 {
  font-family: 'Open Sans reg';
  color: #3b393e;
  margin: 1.5rem auto;
  font-size: 2rem; }

.landing h2 strong {
  display: block; }

.landing h2 span {
  color: #3b393e; }

.landing .wrapper, .landing .contact {
  width: 95%;
  margin: 0 auto; }

@media (min-width: 768px) {
  .landing .wrapper, .landing .contact {
    width: 80%;
    margin: 0 auto; } }
.landing .video {
  position: relative;
  height: 0;
  /* 16:9 */
  padding-top: 2.5rem;
  padding-bottom: 56.25%; }

.landing .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.landing .grid {
  font-size: 0;
  display: block;
  /*padding: 50px 0;*/ }

.landing .grid-cell {
  font-size: 1.6rem;
  display: inline-block;
  width: 100%;
  line-height: 0;
  margin: 0;
  text-align: left;
  vertical-align: top; }

.landing .grid-cell:nth-of-type(1) .square {
  background-color: #b03d3f;
  background-image: url("/cosy-responsive-theme/images/landing/bgd_triangle_1.png"); }

.landing .grid-cell:nth-of-type(3) .square {
  background-color: #fdc74f;
  background-image: url("/cosy-responsive-theme/images/landing/bgd_triangle_2.png"); }

.landing .grid-cell:nth-of-type(4) .square {
  background-color: #918b8c;
  background-image: url("/cosy-responsive-theme/images/landing/bgd_triangle_3.png"); }

.landing .grid-cell:nth-of-type(6) .square {
  background-color: #997388;
  background-image: url("/cosy-responsive-theme/images/landing/bgd_triangle_4.png"); }

.landing .grid-cell:nth-of-type(7) .square {
  background-color: #3f3d58;
  background-image: url("/cosy-responsive-theme/images/landing/bgd_triangle_5.png"); }

.landing .grid-cell:nth-of-type(9) .square {
  background-color: #989167;
  background-image: url("/cosy-responsive-theme/images/landing/bgd_triangle_6.png"); }

.landing .grid-cell:nth-of-type(10) .square {
  background-color: #8ea4b3;
  background-image: url("/cosy-responsive-theme/images/landing/bgd_triangle_7.png"); }

.landing .grid-cell:nth-of-type(12) .square {
  background-color: #b46061;
  background-image: url("/cosy-responsive-theme/images/landing/bgd_triangle_8.png"); }

.landing .grid-cell:nth-of-type(14) .square {
  background-color: #9d4569;
  background-image: url("/cosy-responsive-theme/images/landing/bgd_triangle_9.png"); }

.landing .grid-cell:nth-of-type(15) .square {
  background-color: #576573;
  background-image: url("/cosy-responsive-theme/images/landing/bgd_triangle_10.png"); }

.landing .grid-cell:nth-of-type(2) .square {
  background-image: url("/cosy-responsive-theme/images/landing/1.jpg"); }

.landing .grid-cell:nth-of-type(5) .square {
  background-image: url("/cosy-responsive-theme/images/landing/2.jpg"); }

.landing .grid-cell:nth-of-type(8) .square {
  background-image: url("/cosy-responsive-theme/images/landing/3.jpg"); }

.landing .grid-cell:nth-of-type(11) .square {
  background-image: url("/cosy-responsive-theme/images/landing/4.jpg"); }

.landing .grid-cell:nth-of-type(13) .square {
  background-image: url("/cosy-responsive-theme/images/landing/5.jpg"); }

.landing .grid-cell:nth-of-type(16) .square {
  background-image: url("/cosy-responsive-theme/images/landing/6.jpg"); }

.landing .grid-cell .square {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 0;
  line-height: 0;
  vertical-align: top;
  background-color: #eee;
  background-size: cover; }

.landing .grid-cell .square.clickable {
  cursor: pointer; }

.landing .grid-cell .square.active {
  -webkit-transition: background 1.5s ease-out;
  transition: background 1.5s ease-out;
  background-image: none; }

.landing .grid-cell .square-25 {
  width: 25%;
  padding-bottom: 25%; }

.landing .grid-cell .square-33 {
  width: 33.333333%;
  padding-bottom: 33.333333%; }

.landing .grid-cell .square-50 {
  width: 50%;
  padding-bottom: 50%; }

.landing .grid-cell .square-100 {
  width: 100%;
  padding-bottom: 100%; }

.landing .grid-25 {
  width: 100%; }

@media (min-width: 768px) {
  .landing .grid-25 {
    width: 25%; } }
.landing .grid-33 {
  width: 33.333333%; }

.landing .grid-50 {
  width: 50%; }

.landing .active .title {
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  opacity: 0; }

.landing .active .desc {
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  opacity: 1; }

.landing .title {
  font-family: 'Open Sans', sans-serif;
  font-size: 12.5rem;
  position: absolute;
  top: 50%;
  width: 100%;
  margin: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  text-align: center;
  opacity: 1;
  color: #fff; }

.landing .desc {
  position: absolute;
  top: 50%;
  min-width: 100%;
  margin: 0 auto;
  padding: 1rem;
  line-height: 1.6rem;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  color: #fff;
  height: 100%;
  overflow-y: auto; }

.landing .desc h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  color: #fff;
  line-height: 2rem;
  text-align: left; }

.landing .desc h3 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  border: 0;
  padding: 0;
  margin: 1rem 0;
  text-transform: uppercase;
  font-size: 1.6rem; }

.landing .desc p {
  font-size: 1.4rem; }

.landing .desc p strong, .landing .desc p a {
  color: #fff; }

.landing .section--contact .container {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0; }

@media (min-width: 768px) {
  .landing .contact__coord {
    width: 48%;
    margin: 0; }

  .landing .contact__form {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 0 0 5rem; } }
.landing .contact__form .header_form_landing img {
  margin: 0 auto; }

.landing .contact__form .social {
  text-align: center;
  margin: 3rem 0; }

.landing .contact__form .social a {
  display: inline-block;
  width: 4.3rem;
  height: 36px;
  margin: 0 0.5rem;
  text-indent: -99999px; }

.landing .contact__form .social a:nth-child(1) {
  background: url(/cosy-responsive-theme/images/landing/ico_fb.png) 0 0 no-repeat; }

.landing .contact__form .social a:nth-child(2) {
  background: url(/cosy-responsive-theme/images/landing/ico_lin.png) 0 0 no-repeat; }

.landing .contact__form .social a:nth-child(3) {
  background: url(/cosy-responsive-theme/images/landing/ico_twitter.png) 0 0 no-repeat; }

.landing .footer__corporate {
  background: #3b393e; }

.landing .footer__corporate p {
  text-align: center;
  font-family: 'Open Sans reg';
  margin: 1rem 0;
  font-size: 1.4rem;
  letter-spacing: 0.5rem;
  display: none; }

.video-wrapper .tac_webtv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  max-width: 100%; }

.video__main .tac_webtv {
  display: block;
  max-width: 100%; }
  @media screen and (min-width: 768px) {
    .video__main .tac_webtv {
      height: 40rem; } }
  .video__main .tac_webtv .tac_activate {
    min-height: 360px; }

.popup-alert-notice {
  display: none !important; }

/* COSYHUB-23418 */
.cosy3Iframe.qui-sommes-nous .portlet-boundary.portlet-boundary_56_:first-of-type {
  display: none; }

.cosy3Iframe.suivi-des-instances #column-1 {
  display: none; }

.cosy3Iframe.demande-d-avance #column-1 {
  display: none; }

.footer *:before, .footer *:after {
  all: initial; }

.site-footer.footer-selling-points::before {
  border-width: 0;
  border-style: solid;
  border-color: #dae1e7; }

.image-footer-1 svg {
  width: 64px;
  height: 64px; }

.image-footer-2 svg {
  width: 64px;
  height: 64px; }

.image-footer-3 svg {
  width: 64px;
  height: 64px; }

.image-footer-4 svg {
  width: 64px;
  height: 64px; }

.image-money svg {
  width: 82px;
  height: 82px; }

.image-contributors svg {
  width: 82px;
  height: 82px; }

.image-members svg {
  width: 82px;
  height: 82px; }

.image-fuse svg {
  width: 82px;
  height: 82px; }

.icon-facebook svg {
  width: 20px;
  height: 20px; }

.icon-twitter svg {
  width: 20px;
  height: 20px; }

.icon-linkedin svg {
  width: 20px;
  height: 20px; }

.icon-youtube svg {
  width: 20px;
  height: 20px; }

.icon-plus svg {
  width: 24px;
  height: 24px; }

.footer-selling-points {
  color: #404040; }

.footer-selling-points .container {
  flex-wrap: wrap;
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-top-width: 2px;
  border-color: #dae1e7; }

@media (min-width: 768px) {
  .footer-selling-points .container {
    padding-top: 1.25rem; } }
.footer-selling-points .container hr {
  height: 2px;
  width: 100%;
  background-color: #dae1e7;
  margin-top: 1.5rem;
  margin-bottom: 1.25rem; }

@media (min-width: 768px) {
  .footer-selling-points .container hr {
    display: none; } }
.footer-selling-points .container .selling-point {
  width: calc(92% / 2);
  height: 100%;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  align-items: center; }

@media (min-width: 768px) {
  .footer-selling-points .container .selling-point {
    flex-direction: row;
    width: 25%; } }
.footer-selling-points .container .selling-point .selling-point-text {
  text-align: center;
  -js-display: flex;
  display: flex;
  flex-direction: column; }

@media (min-width: 768px) {
  .footer-selling-points .container .selling-point .selling-point-text {
    text-align: left;
    margin: 0 0 0 16px; } }
.footer-selling-points .container .selling-point .selling-point-text * {
  display: inline-block;
  font-size: 1.5rem; }

.footer-selling-points .container .selling-point .selling-point-text strong {
  font-family: poppins,sans-serif;
  color: rgba(0, 0, 0, 0.87);
  font-size: 12px;
  font-weight: 700;
  line-height: 18px; }

.footer-selling-points .container .selling-point .selling-point-text span {
  color: #424242;
  font-size: 11px;
  font-family: poppins,sans-serif;
  font-weight: 400;
  line-height: 16.5px; }

.footer-links {
  color: #404040; }

.footer-links .container {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-top-width: 2px;
  border-color: #dae1e7;
  flex-direction: row; }

@media (min-width: 768px) {
  .footer-links .container {
    padding-top: .25rem;
    padding-bottom: .25rem; } }
.footer-links .container .informational-nav {
  height: 100%; }

.footer-links .container .informational-nav .informational-sections {
  list-style: none;
  padding: 0;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500; }

@media (min-width: 768px) {
  .footer-links .container .informational-nav .informational-sections {
    flex-direction: row; } }
.footer-links .container .informational-nav .informational-sections li {
  width: auto;
  padding: 0;
  text-align: center;
  padding-right: 10.4px; }

.footer-links .container .informational-nav .informational-sections li:not(:first-of-type) {
  margin-top: .25rem; }

@media (min-width: 768px) {
  .footer-links .container .informational-nav .informational-sections li:not(:first-of-type) {
    margin-left: 1rem;
    margin-top: 0; } }
.footer-links .container .informational-nav .informational-sections li > a {
  color: inherit;
  text-decoration: none;
  color: #212121;
  font-size: 11px;
  font-weight: 500;
  font-family: poppins, sans-serif; }

.footer-links .container .informational-nav .informational-sections li > a:hover {
  color: #A21A53; }

.footer-links .container .social-nav {
  margin-top: 1rem;
  margin-bottom: .5rem; }

@media (min-width: 768px) {
  .footer-links .container .social-nav {
    margin-top: 0;
    margin-bottom: 0; } }
.footer-links .container .social-nav .social-links {
  list-style: none;
  padding: 0;
  -js-display: flex;
  display: flex; }

.footer-links .container .social-nav .social-links i {
  -js-display: flex;
  display: flex; }

.footer-links .container .social-nav .social-links li:not(:first-of-type) {
  margin-left: .5rem; }

/*
 * Font Awesome Pro 5.0.3 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }

.fa-ul > li {
  position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-alarm-clock:before {
  content: "\f34e"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-alt-down:before {
  content: "\f354"; }

.fa-arrow-alt-from-bottom:before {
  content: "\f346"; }

.fa-arrow-alt-from-left:before {
  content: "\f347"; }

.fa-arrow-alt-from-right:before {
  content: "\f348"; }

.fa-arrow-alt-from-top:before {
  content: "\f349"; }

.fa-arrow-alt-left:before {
  content: "\f355"; }

.fa-arrow-alt-right:before {
  content: "\f356"; }

.fa-arrow-alt-square-down:before {
  content: "\f350"; }

.fa-arrow-alt-square-left:before {
  content: "\f351"; }

.fa-arrow-alt-square-right:before {
  content: "\f352"; }

.fa-arrow-alt-square-up:before {
  content: "\f353"; }

.fa-arrow-alt-to-bottom:before {
  content: "\f34a"; }

.fa-arrow-alt-to-left:before {
  content: "\f34b"; }

.fa-arrow-alt-to-right:before {
  content: "\f34c"; }

.fa-arrow-alt-to-top:before {
  content: "\f34d"; }

.fa-arrow-alt-up:before {
  content: "\f357"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-from-bottom:before {
  content: "\f342"; }

.fa-arrow-from-left:before {
  content: "\f343"; }

.fa-arrow-from-right:before {
  content: "\f344"; }

.fa-arrow-from-top:before {
  content: "\f345"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-square-down:before {
  content: "\f339"; }

.fa-arrow-square-left:before {
  content: "\f33a"; }

.fa-arrow-square-right:before {
  content: "\f33b"; }

.fa-arrow-square-up:before {
  content: "\f33c"; }

.fa-arrow-to-bottom:before {
  content: "\f33d"; }

.fa-arrow-to-left:before {
  content: "\f33e"; }

.fa-arrow-to-right:before {
  content: "\f340"; }

.fa-arrow-to-top:before {
  content: "\f341"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-badge:before {
  content: "\f335"; }

.fa-badge-check:before {
  content: "\f336"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-bolt:before {
  content: "\f376"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-slash:before {
  content: "\f377"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-browser:before {
  content: "\f37e"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-edit:before {
  content: "\f333"; }

.fa-calendar-exclamation:before {
  content: "\f334"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-alt:before {
  content: "\f332"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-caret-circle-down:before {
  content: "\f32d"; }

.fa-caret-circle-left:before {
  content: "\f32e"; }

.fa-caret-circle-right:before {
  content: "\f330"; }

.fa-caret-circle-up:before {
  content: "\f331"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-double-down:before {
  content: "\f322"; }

.fa-chevron-double-left:before {
  content: "\f323"; }

.fa-chevron-double-right:before {
  content: "\f324"; }

.fa-chevron-double-up:before {
  content: "\f325"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-square-down:before {
  content: "\f329"; }

.fa-chevron-square-left:before {
  content: "\f32a"; }

.fa-chevron-square-right:before {
  content: "\f32b"; }

.fa-chevron-square-up:before {
  content: "\f32c"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-club:before {
  content: "\f327"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-code-commit:before {
  content: "\f386"; }

.fa-code-merge:before {
  content: "\f387"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comments:before {
  content: "\f086"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-wide:before {
  content: "\f326"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-credit-card-blank:before {
  content: "\f389"; }

.fa-credit-card-front:before {
  content: "\f38a"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-desktop-alt:before {
  content: "\f390"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-h-alt:before {
  content: "\f39b"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ellipsis-v-alt:before {
  content: "\f39c"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-square:before {
  content: "\f321"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows:before {
  content: "\f31d"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expand-wide:before {
  content: "\f320"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-check:before {
  content: "\f316"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-edit:before {
  content: "\f31c"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-exclamation:before {
  content: "\f31a"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-minus:before {
  content: "\f318"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-plus:before {
  content: "\f319"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-times:before {
  content: "\f317"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-film:before {
  content: "\f008"; }

.fa-film-alt:before {
  content: "\f3a0"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frown:before {
  content: "\f119"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-h1:before {
  content: "\f313"; }

.fa-h2:before {
  content: "\f314"; }

.fa-h3:before {
  content: "\f315"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-hexagon:before {
  content: "\f312"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-inbox-in:before {
  content: "\f310"; }

.fa-inbox-out:before {
  content: "\f311"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-industry-alt:before {
  content: "\f3b3"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-info-square:before {
  content: "\f30f"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jack-o-lantern:before {
  content: "\f30e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-key:before {
  content: "\f084"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-alt:before {
  content: "\f30d"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-lock-open-alt:before {
  content: "\f3c2"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-male:before {
  content: "\f183"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-hexagon:before {
  content: "\f307"; }

.fa-minus-octagon:before {
  content: "\f308"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-mobile-android:before {
  content: "\f3ce"; }

.fa-mobile-android-alt:before {
  content: "\f3cf"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-moon:before {
  content: "\f186"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octagon:before {
  content: "\f306"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-percent:before {
  content: "\f295"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-alt:before {
  content: "\f3de"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-hexagon:before {
  content: "\f300"; }

.fa-plus-octagon:before {
  content: "\f301"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-print:before {
  content: "\f02f"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-question-square:before {
  content: "\f2fd"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-rectangle-landscape:before {
  content: "\f2fa"; }

.fa-rectangle-portrait:before {
  content: "\f2fb"; }

.fa-rectangle-wide:before {
  content: "\f2fc"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-repeat:before {
  content: "\f363"; }

.fa-repeat-1:before {
  content: "\f365"; }

.fa-repeat-1-alt:before {
  content: "\f366"; }

.fa-repeat-alt:before {
  content: "\f364"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-retweet-alt:before {
  content: "\f361"; }

.fa-road:before {
  content: "\f018"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scrubber:before {
  content: "\f2f8"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-all:before {
  content: "\f367"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield:before {
  content: "\f132"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-check:before {
  content: "\f2f7"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-sliders-h-square:before {
  content: "\f3f0"; }

.fa-sliders-v:before {
  content: "\f3f1"; }

.fa-sliders-v-square:before {
  content: "\f3f2"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-spade:before {
  content: "\f2f4"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spinner-third:before {
  content: "\f3f4"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-exclamation:before {
  content: "\f2f3"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-strava:before {
  content: "\f428"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablet-android:before {
  content: "\f3fb"; }

.fa-tablet-android-alt:before {
  content: "\f3fc"; }

.fa-tachometer:before {
  content: "\f0e4"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-times-hexagon:before {
  content: "\f2ee"; }

.fa-times-octagon:before {
  content: "\f2f0"; }

.fa-times-square:before {
  content: "\f2d3"; }

.fa-tint:before {
  content: "\f043"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-tree-alt:before {
  content: "\f400"; }

.fa-trello:before {
  content: "\f181"; }

.fa-triangle:before {
  content: "\f2ec"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-trophy-alt:before {
  content: "\f2eb"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-tv-retro:before {
  content: "\f401"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-usd-circle:before {
  content: "\f2e8"; }

.fa-usd-square:before {
  content: "\f2e9"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-fork:before {
  content: "\f2e3"; }

.fa-utensil-knife:before {
  content: "\f2e4"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-utensils-alt:before {
  content: "\f2e6"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f2e2"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-watch:before {
  content: "\f2e1"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-window:before {
  content: "\f40e"; }

.fa-window-alt:before {
  content: "\f40f"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/fa-light-300.eot");
  src: url("../fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa-light-300.woff") format("woff"), url("../fonts/fa-light-300.ttf") format("truetype"), url("../fonts/fa-light-300.svg#fontawesome") format("svg"); }

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; }

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; }

/* ==========================================================================
   COLORS
   ========================================================================== */
/* ==========================================================================
   BREAKPOINTS
   ========================================================================== */
/* ==========================================================================
   FONT
   ========================================================================== */
/* ==========================================================================
OFF THE WALL
========================================================================== */
@media (max-width: 767px) {
  .code-securite .portlet-layout,
  .code-securite .portlet-column,
  .consultation-proposition-hors-murs .portlet-layout,
  .consultation-proposition-hors-murs .portlet-column,
  .signature-proposition-operation-hors-murs .portlet-layout,
  .signature-proposition-operation-hors-murs .portlet-column {
    display: inherit;
    margin: 0 auto;
    width: 100%;
    max-width: 100%; } }
.code-securite h1.logo,
.consultation-proposition-hors-murs h1.logo,
.signature-proposition-operation-hors-murs h1.logo {
  margin: auto;
  display: flex;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45);
  padding: 20px; }

.code-securite h1.logo a,
.consultation-proposition-hors-murs h1.logo a,
.signature-proposition-operation-hors-murs h1.logo a {
  margin: auto; }

.code-securite .portlet-layout,
.consultation-proposition-hors-murs .portlet-layout,
.signature-proposition-operation-hors-murs .portlet-layout {
  margin: 0 auto;
  max-width: 1200px; }

@media (max-width: 1200px) {
  .code-securite .portlet-layout,
  .consultation-proposition-hors-murs .portlet-layout,
  .signature-proposition-operation-hors-murs .portlet-layout {
    max-width: 100%; } }
.code-securite .portlet-layout .portlet-column-first,
.consultation-proposition-hors-murs .portlet-layout .portlet-column-first,
.signature-proposition-operation-hors-murs .portlet-layout .portlet-column-first {
  display: none !important;
  visibility: hidden; }

.confirmation-msg-proposition-hors-murs .portlet-layout {
  min-height: 80vh;
  padding: 0 20px;
  font-size: 2.4rem;
  line-height: 2.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

@media (max-width: 767px) {
  .confirmation-msg-proposition-hors-murs .portlet-layout {
    min-height: 90vh; } }
#offthewall {
  font-family: 'Poppins', sans-serif;
  margin: auto;
  padding: 20px;
  text-align: initial;
  max-width: 1200px;
  width: 1200px;
  min-height: 80vh; }

@media (max-width: 1200px) {
  #offthewall {
    max-width: 100%;
    width: 100%;
    padding: 20px 10px; } }
@media (max-width: 767px) {
  #offthewall {
    min-height: 90vh; } }
#offthewall h3.blueTitre {
  color: #8b1d52;
  font-family: 'Poppins', sans-serif;
  font-size: 2.4rem;
  line-height: 2.6rem;
  padding: 20px 0;
  margin-bottom: 40px; }

@media (max-width: 767px) {
  #offthewall h3.blueTitre {
    font-size: 2.2rem; } }
#offthewall form .boldItemLabel {
  font-size: 1.8rem;
  line-height: 2rem; }

#offthewall form .blocCodeSecuriteSignature {
  margin-top: 45px; }

#offthewall form .blocCodeSecuriteSignature .container_security_code {
  display: flex;
  justify-content: center; }

@media (max-width: 767px) {
  #offthewall form .blocCodeSecuriteSignature .container_security_code {
    flex-direction: column; } }
#offthewall form .blocCodeSecuriteSignature .container_security_code input {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400;
  font-size: 2.4rem !important; }

#offthewall form .blocCodeSecuriteSignature .container_security_code input[type="text"] {
  height: 60px;
  padding: 10px;
  border: 1px solid #ccc;
  color: #ccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

#offthewall form .blocCodeSecuriteSignature .container_security_code input[type="text"] ::placeholder,
#offthewall form .blocCodeSecuriteSignature .container_security_code input[type="text"] :-ms-input-placeholder,
#offthewall form .blocCodeSecuriteSignature .container_security_code input[type="text"] ::-ms-input-placeholder {
  color: #ccc !important;
  opacity: 1; }

@media (max-width: 767px) {
  #offthewall form .blocCodeSecuriteSignature .container_security_code input[type="text"] {
    margin-bottom: 15px; } }
#offthewall form .blocCodeSecuriteSignature .container_security_code input[type="button"] {
  background: #8b1d52;
  color: white;
  height: 60px;
  padding: 20px;
  margin-left: 10px;
  line-height: 10px;
  position: relative;
  top: -1px; }

@media (max-width: 767px) {
  #offthewall form .blocCodeSecuriteSignature .container_security_code input[type="button"] {
    margin-left: 0;
    top: 0; } }
#offthewall form .blocCodeSecuriteSignature .reinitialiseCode {
  text-align: center;
  margin-top: 60px;
  text-decoration: underline; }

#offthewall form .blocCodeSecuriteSignature .apicil_erreur_globale {
  display: block;
  padding: 20px 0;
  text-align: center; }

#offthewall .blockDroite {
  display: flex; }

@media (max-width: 767px) {
  #offthewall #MonConseiller,
  #offthewall h3.api_tt-grisbrd {
    display: none;
    visibility: hidden; } }
#offthewall #MonConseiller {
  margin: 20px 0;
  flex-grow: 1; }

#offthewall #MonConseiller .monConseiller h5 {
  margin-bottom: 10px;
  font-size: 1.8rem; }

#offthewall #MonConseiller .monConseiller #infosConseiller .nom_client {
  padding: 10px 0; }

#offthewall #MonConseiller .monConseiller #infosConseiller .tel_conseiller span,
#offthewall #MonConseiller .monConseiller #infosConseiller #tel_conseiller span,
#offthewall #MonConseiller .monConseiller #infosConseiller .tel-fix-client span,
#offthewall #MonConseiller .monConseiller #infosConseiller #email_conseiller span,
#offthewall #MonConseiller .monConseiller #infosConseiller #addresse-client span {
  display: inline-block;
  margin-right: 10px; }

#offthewall #MonConseiller .monConseiller #infosConseiller #tel_conseiller img,
#offthewall #MonConseiller .monConseiller #infosConseiller #email_conseiller img {
  display: inline-block;
  margin-right: 10px; }

#offthewall #MonConseiller #MonConseiller .monConseiller .nom_client {
  padding: 10px 0; }

#offthewall #MonConseiller #MonConseiller .monConseiller .tel_conseiller img,
#offthewall #MonConseiller #MonConseiller .monConseiller .tel_conseiller span {
  display: inline-block; }

#offthewall #MonConseiller #MonConseiller .monConseiller .tel_conseiller img {
  margin-right: 10px; }

#offthewall #MonConseiller #MonConseiller .monConseiller .email_conseiller img,
#offthewall #MonConseiller #MonConseiller .monConseiller .email_conseiller span {
  display: inline-block; }

#offthewall #MonConseiller #MonConseiller .monConseiller .email_conseiller img {
  margin-right: 10px; }

#offthewall .arbitrage-demande-recapitulatif-container {
  margin: 50px 0 100px;
  text-align: center; }

#offthewall .arbitrage-demande-recapitulatif-container .title,
#offthewall .arbitrage-demande-recapitulatif-container .arbitrage-demande-recapitulatif-1 {
  display: inline-block; }

#offthewall .arbitrage-demande-recapitulatif-container .title {
  font-size: 1.8rem; }

#offthewall .arbitrage-demande-recapitulatif-container .arbitrage-demande-recapitulatif-1 {
  font-size: 3rem;
  color: #8b1d52; }

@media (max-width: 359px) {
  #offthewall .arbitrage-demande-recapitulatif-container .arbitrage-demande-recapitulatif-1 {
    line-height: 4rem; } }
#offthewall .container-title-recap {
  position: relative;
  height: 80px; }

#offthewall .container-title-recap h5.titleRecap {
  margin-bottom: 20px;
  text-align: center;
  color: #8b1d52;
  font-size: 1.8rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%); }

#offthewall .container-title-recap h5.titleRecap.arbitrage-demande-recapitulatif-3:before, #offthewall .container-title-recap h5.titleRecap.arbitrage-demande-recapitulatif-4:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 4rem;
  font-weight: lighter;
  color: #8b1d52;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%, -50%); }

#offthewall .container-title-recap h5.titleRecap.arbitrage-demande-recapitulatif-3:before {
  content: " \f218"; }

#offthewall .container-title-recap h5.titleRecap.arbitrage-demande-recapitulatif-4:before {
  content: " \f217"; }

#offthewall .ui-datatable-header.ui-corner-top,
#offthewall .ui-datatable-footer.ui-corner-bottom {
  display: none;
  visibility: hidden; }

#offthewall .ui-widget-content {
  border: none; }

#offthewall .demandeoperation-portlet-versementComplementaire-recapitulatif-5 table,
#offthewall table.versementComplementaire-modification-tableStyle,
#offthewall table.investissementTable {
  font-family: 'Poppins', sans-serif;
  margin-bottom: 60px;
  border: none;
  box-sizing: border-box; }

@media (max-width: 767px) {
  #offthewall .demandeoperation-portlet-versementComplementaire-recapitulatif-5 table,
  #offthewall table.versementComplementaire-modification-tableStyle,
  #offthewall table.investissementTable {
    font-size: 1.2rem; } }
#offthewall .demandeoperation-portlet-versementComplementaire-recapitulatif-5 table thead tr th,
#offthewall table.versementComplementaire-modification-tableStyle thead tr th,
#offthewall table.investissementTable thead tr th {
  color: white;
  background: #3d3d3d !important;
  color: white;
  font-weight: normal;
  padding: 10px;
  box-sizing: border-box; }

@media (max-width: 767px) {
  #offthewall .demandeoperation-portlet-versementComplementaire-recapitulatif-5 table thead tr th,
  #offthewall table.versementComplementaire-modification-tableStyle thead tr th,
  #offthewall table.investissementTable thead tr th {
    padding: 10px 5px; } }
@media (max-width: 767px) {
  #offthewall .demandeoperation-portlet-versementComplementaire-recapitulatif-5 table thead tr th:first-child,
  #offthewall table.versementComplementaire-modification-tableStyle thead tr th:first-child,
  #offthewall table.investissementTable thead tr th:first-child {
    display: none;
    visibility: hidden; } }
@media (max-width: 767px) {
  #offthewall .demandeoperation-portlet-versementComplementaire-recapitulatif-5 table tbody tr td:first-child,
  #offthewall table.versementComplementaire-modification-tableStyle tbody tr td:first-child,
  #offthewall table.investissementTable tbody tr td:first-child {
    display: none;
    visibility: hidden; } }
#offthewall .demandeoperation-portlet-versementComplementaire-recapitulatif-5 table tbody tr td,
#offthewall table.versementComplementaire-modification-tableStyle tbody tr td,
#offthewall table.investissementTable tbody tr td {
  padding: 10px;
  box-sizing: border-box; }

@media (max-width: 767px) {
  #offthewall .demandeoperation-portlet-versementComplementaire-recapitulatif-5 table tbody tr td,
  #offthewall table.versementComplementaire-modification-tableStyle tbody tr td,
  #offthewall table.investissementTable tbody tr td {
    padding: 10px 5px; } }
#offthewall .demandeoperation-portlet-versementComplementaire-recapitulatif-5 table tfoot,
#offthewall table.versementComplementaire-modification-tableStyle tfoot,
#offthewall table.investissementTable tfoot {
  display: none;
  visibility: hidden; }

@media (max-width: 992px) {
  #offthewall .ui-datatable thead th,
  #offthewall .ui-datatable tbody td,
  #offthewall .ui-datatable tfoot td {
    white-space: inherit; } }
#offthewall .divSuivantPrecedent {
  margin: 45px 0;
  text-align: center; }

#offthewall .divSuivantPrecedent .apicil_fleft-btn,
#offthewall .divSuivantPrecedent .apicil_f-btn {
  display: inline-block; }

@media (max-width: 767px) {
  #offthewall .divSuivantPrecedent .apicil_fleft-btn,
  #offthewall .divSuivantPrecedent .apicil_f-btn {
    display: block; } }
#offthewall .divSuivantPrecedent .apicil_fleft-btn input,
#offthewall .divSuivantPrecedent .apicil_f-btn input {
  min-width: 300px;
  padding: 20px;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 400; }

#offthewall .divSuivantPrecedent .apicil_fleft-btn input[type="button"] {
  color: #8b1d52;
  border: 1px solid #8b1d52;
  margin-right: 10px; }

@media (max-width: 767px) {
  #offthewall .divSuivantPrecedent .apicil_fleft-btn input[type="button"] {
    margin-right: 0;
    margin-bottom: 20px; } }
#offthewall .divSuivantPrecedent .apicil_fleft-btn input[type="button"]:hover, #offthewall .divSuivantPrecedent .apicil_fleft-btn input[type="button"]:active, #offthewall .divSuivantPrecedent .apicil_fleft-btn input[type="button"]:focus {
  color: #8b1d52;
  border: 1px solid #8b1d52;
  background: white; }

#offthewall .divSuivantPrecedent .apicil_f-btn input[type="submit"] {
  color: white;
  background: #8b1d52;
  border: 1px solid #8b1d52; }

#offthewall .divSuivantPrecedent .apicil_f-btn input[type="submit"]:hover, #offthewall .divSuivantPrecedent .apicil_f-btn input[type="submit"]:active, #offthewall .divSuivantPrecedent .apicil_f-btn input[type="submit"]:focus {
  color: white;
  background: #8b1d52; }

#offthewall .date_expiration {
  font-size: 1.8rem;
  margin-bottom: 40px; }

@media (max-width: 767px) {
  #offthewall .date_expiration {
    display: none;
    visibility: hidden; } }
@media (max-width: 767px) {
  #offthewall .container_pdf #pdf-visualizer {
    display: none !important;
    visibility: hidden; } }
@media (max-width: 767px) {
  #offthewall .container_pdf #pdf-link {
    display: block !important;
    text-align: center;
    background: #edecec;
    padding: 30px; }

  #offthewall .container_pdf #pdf-link p {
    display: none; }

  #offthewall .container_pdf #pdf-link a {
    color: #fe0006;
    text-transform: uppercase;
    font-size: 1.8rem;
    position: relative; }

  #offthewall .container_pdf #pdf-link a:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 2.5rem;
    font-weight: lighter;
    content: "\f1c1";
    color: #fe0006;
    position: absolute;
    left: -30px; } }
#offthewall .container_sms .intro_sms {
  font-size: 1.8rem;
  margin-bottom: 30px; }

#offthewall .container_sms .container_number {
  display: flex;
  align-items: center;
  margin-bottom: 50px; }

@media (max-width: 767px) {
  #offthewall .container_sms .container_number {
    flex-direction: column; } }
#offthewall .container_sms .container_number .number_sms {
  font-size: 3rem;
  color: #8b1d52;
  display: block;
  margin-right: 20px; }

@media (max-width: 767px) {
  #offthewall .container_sms .container_number .number_sms {
    margin-right: 0;
    margin-bottom: 10px; } }
#offthewall .container_sms .container_number .modify_number {
  font-size: 1.8rem;
  text-decoration: underline; }

#offthewall .container_checkbox {
  text-align: center;
  margin: 40px auto;
  padding: 20px;
  max-width: 100%;
  border: 1px solid grey;
  display: flex;
  justify-content: center; }

@media (max-width: 767px) {
  #offthewall .container_checkbox {
    padding: 20px 10px;
    margin: 40px auto 0; } }
#offthewall .container_checkbox input[type=checkbox] {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer; }

#offthewall .container_checkbox input[type=checkbox]:after {
  content: " ";
  background: white;
  display: inline-block;
  visibility: visible;
  width: 30px;
  height: 30px;
  border: 1px solid grey; }

#offthewall .container_checkbox input[type=checkbox]:checked:after {
  content: "\2714";
  text-align: center;
  position: relative;
  padding-top: 2px;
  font-size: 1.6rem; }

#offthewall .container_checkbox label {
  align-self: center; }

#offthewall .container_signature_code {
  display: flex;
  justify-content: center; }

@media (max-width: 767px) {
  #offthewall .container_signature_code {
    flex-direction: column; } }
#offthewall .container_signature_code input {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400;
  font-size: 1.8rem !important; }

#offthewall .container_signature_code input[type="text"] {
  height: 60px;
  padding: 10px;
  border: 1px solid #ccc;
  color: #ccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

#offthewall .container_signature_code input[type="text"] ::placeholder,
#offthewall .container_signature_code input[type="text"] :-ms-input-placeholder,
#offthewall .container_signature_code input[type="text"] ::-ms-input-placeholder {
  color: #ccc !important;
  opacity: 1; }

@media (max-width: 767px) {
  #offthewall .container_signature_code input[type="text"] {
    margin-bottom: 15px; } }
#offthewall .container_signature_code input[type="button"] {
  background: #8b1d52;
  color: white;
  height: 60px;
  padding: 20px;
  margin-left: 10px;
  line-height: 10px;
  position: relative;
  top: -1px; }

@media (max-width: 767px) {
  #offthewall .container_signature_code input[type="button"] {
    margin-left: 0;
    top: 0; } }
#offthewall .send-code-again {
  margin: 40px 0 20px;
  text-align: center; }

#offthewall .send-code-again a {
  text-decoration: underline; }

#offthewall .bloc_button_previous {
  margin: 45px 0;
  text-align: center; }

#offthewall .bloc_button_previous input {
  font-size: 1.8rem;
  font-weight: 400;
  padding: 10px 20px;
  color: white;
  background: #8b1d52;
  border: 1px solid #8b1d52; }

#offthewall .bloc_button_previous input:hover, #offthewall .bloc_button_previous input:active, #offthewall .bloc_button_previous input:focus {
  color: white;
  background: #8b1d52;
  border: 1px solid #8b1d52; }

@media (max-width: 767px) {
  #offthewall .container_flex {
    display: flex;
    flex-direction: column; }

  #offthewall .container_flex .container_sms {
    order: 1; }

  #offthewall .container_flex .container_pdf {
    order: 2; }

  #offthewall .container_flex .container_checkbox {
    order: 3; } }
#offthewall .ui-dialog {
  box-sizing: border-box; }

#offthewall .ui-dialog .ui-dialog-titlebar {
  display: none;
  visibility: hidden; }

#offthewall .ui-dialog .ui-dialog-content {
  padding: 50px;
  max-width: 80%;
  text-align: left;
  margin: auto; }

@media (max-width: 767px) {
  #offthewall .ui-dialog .ui-dialog-content {
    padding: 50px 20px;
    max-width: 100%; } }
#offthewall .ui-dialog .ui-dialog-content .ui-icon {
  display: none;
  visibility: hidden; }

#offthewall .ui-dialog .ui-dialog-buttonpane {
  text-align: center;
  margin: 0;
  padding: 0 20px 40px 20px; }

#offthewall .ui-dialog .ui-dialog-buttonpane input {
  background: #8b1d52;
  color: white;
  padding: 10px 20px;
  font-size: 1.8rem;
  font-weight: 400; }

#offthewall .ui-dialog .ui-dialog-buttonpane input:hover, #offthewall .ui-dialog .ui-dialog-buttonpane input:active, #offthewall .ui-dialog .ui-dialog-buttonpane input:focus {
  background: #8b1d52;
  color: white; }

#offthewall .ui-dialog .ui-dialog-buttonpane input[type="submit"] {
  margin-left: 10px; }

#offthewall .ui-dialog.modif-num-popup .ui-dialog-content {
  display: none;
  visibility: hidden; }

#offthewall .ui-dialog.modif-num-popup .ui-dialog-buttonpane {
  padding: 70px 50px;
  max-width: 80%;
  text-align: center;
  margin: auto; }

@media (max-width: 767px) {
  #offthewall .ui-dialog.modif-num-popup .ui-dialog-buttonpane {
    max-width: 100%; } }
#offthewall .ui-dialog.modif-num-popup .ui-dialog-buttonpane .container_phone_number {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 40px; }

@media (max-width: 767px) {
  #offthewall .ui-dialog.modif-num-popup .ui-dialog-buttonpane .container_phone_number {
    flex-direction: column; } }
#offthewall .ui-dialog.modif-num-popup .ui-dialog-buttonpane .container_phone_number label {
  margin-right: 10px; }

@media (max-width: 767px) {
  #offthewall .ui-dialog.modif-num-popup .ui-dialog-buttonpane .container_phone_number label {
    margin-right: 0;
    margin-bottom: 10px; } }
#offthewall .ui-dialog.modif-num-popup .ui-dialog-buttonpane .container_phone_number .ui.selection.dropdown {
  height: 30px; }

@media (max-width: 767px) {
  #offthewall .ui-dialog.modif-num-popup .ui-dialog-buttonpane .container_phone_number .ui.selection.dropdown {
    height: 50px;
    padding: 10px;
    width: 240px; } }
#offthewall .ui-dialog.modif-num-popup .ui-dialog-buttonpane .container_phone_number .ui.selection.dropdown > .delete.icon,
#offthewall .ui-dialog.modif-num-popup .ui-dialog-buttonpane .container_phone_number .ui.selection.dropdown > .dropdown.icon,
#offthewall .ui-dialog.modif-num-popup .ui-dialog-buttonpane .container_phone_number .ui.selection.dropdown > .search.icon {
  line-height: 2.214286em; }

@media (max-width: 767px) {
  #offthewall .ui-dialog.modif-num-popup .ui-dialog-buttonpane .container_phone_number .ui.selection.dropdown > .delete.icon,
  #offthewall .ui-dialog.modif-num-popup .ui-dialog-buttonpane .container_phone_number .ui.selection.dropdown > .dropdown.icon,
  #offthewall .ui-dialog.modif-num-popup .ui-dialog-buttonpane .container_phone_number .ui.selection.dropdown > .search.icon {
    line-height: 3.814286em; } }
#offthewall .ui-dialog.modif-num-popup .ui-dialog-buttonpane .container_phone_number .ui.search.dropdown > .text {
  top: 3px; }

@media (max-width: 767px) {
  #offthewall .ui-dialog.modif-num-popup .ui-dialog-buttonpane .container_phone_number .ui.search.dropdown > .text {
    top: 7px; } }
#offthewall .ui-dialog.modif-num-popup .ui-dialog-buttonpane .container_phone_number input {
  background: white;
  height: 30px;
  padding: 10px;
  margin-left: 10px;
  border: 1px solid #ccc;
  color: #4f4f4f; }

@media (max-width: 767px) {
  #offthewall .ui-dialog.modif-num-popup .ui-dialog-buttonpane .container_phone_number input {
    margin-left: 0;
    margin-top: 10px;
    height: 50px; } }
#offthewall .ui-dialog.modif-num-popup .ui-dialog-buttonpane .divBoutons {
  margin-top: 20px; }

#offthewall .ui-dialog.modif-num-popup .ui-dialog-buttonpane .divBoutons input[type="button"] {
  margin-right: 10px;
  color: #8b1d52;
  border: 1px solid #8b1d52;
  background: white !important;
  margin-right: 10px; }

#offthewall .ui-dialog.modif-num-popup .ui-dialog-buttonpane .divBoutons input[type="button"]:hover, #offthewall .ui-dialog.modif-num-popup .ui-dialog-buttonpane .divBoutons input[type="button"]:active, #offthewall .ui-dialog.modif-num-popup .ui-dialog-buttonpane .divBoutons input[type="button"]:focus {
  color: #8b1d52;
  border: 1px solid #8b1d52;
  background: white !important; }

#offthewall .ui-dialog .portlet-msg-error {
  margin-top: 0;
  margin-right: 0; }

#offthewall .consultation-proposition-versement .titre-montant-encoure-orange {
  margin-bottom: 10px; }

#offthewall .consultation-proposition-versement .blockGris {
  margin-top: 10px; }

#offthewall .consultation-proposition-versement .blockGris .demandeoperation-portlet-versementComplementaire-modification-20 {
  margin-right: 10px; }

#offthewall .consultation-proposition-versement .mode-regelement-priviligier .mode-reglement-sans-priviligier {
  margin: 10px 0; }

@font-face {
  font-family: "custom";
  src: url("../fonts/icons/custom.eot");
  src: url("../fonts/icons/custom.eot?#iefix") format("eot"), url("../fonts/icons/custom.woff") format("woff"), url("../fonts/icons/custom.ttf") format("truetype"), url("../fonts/icons/custom.svg#custom") format("svg"); }

.icon:before {
  font-family: "custom";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
  text-decoration: none;
  text-transform: none; }

.icon-contact_geo:before {
  content: "\E001"; }

.icon-contact_mail:before {
  content: "\E002"; }

.icon-contact_phone:before {
  content: "\E003"; }

.icon-fleches_droite:before {
  content: "\E004"; }

.icon-fleches_gauche:before {
  content: "\E005"; }

.icon-footer_assures:before {
  content: "\E006"; }

.icon-footer_collegues:before {
  content: "\E007"; }

.icon-footer_groupe:before {
  content: "\E008"; }

.icon-footer_sociales:before {
  content: "\E009"; }

.icon-lock:before {
  content: "\E00A"; }

.icon-partenaires_banque:before {
  content: "\E00B"; }

.icon-partenaires_conseil:before {
  content: "\E00C"; }

.icon-partenaires_immo:before {
  content: "\E00D"; }

.icon-partenaires_sante:before {
  content: "\E00E"; }

.icon-reseau_linkedin:before {
  content: "\E00F"; }

.icon-reseau_twitter:before {
  content: "\E010"; }

.icon-valeur_Check-01:before {
  content: "\E011"; }

.icon-valeur_paper-clip:before {
  content: "\E012"; }

.icon-valeur_soleil:before {
  content: "\E013"; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

.lps .section.section--val h2 {
  padding: 30px 0;
  margin-top: 0;
  background: #8c3952; }

.lps .section.section--val h2, .section.section--val h2 span {
  color: #fff; }

.lps .label {
  overflow: hidden;
  padding: 0 55px; }

.lps .label .label__item {
  width: 27rem;
  height: 27rem;
  float: left;
  margin: 3.5rem;
  position: relative;
  padding: 15px;
  cursor: pointer; }

.lps .label .label__item strong {
  color: #fff; }

.lps .label .label__item:nth-child(1) {
  background: #8c3952; }

.lps .label .label__item:nth-child(2) {
  background: #a5735a; }

.lps .label .label__item:nth-child(3) {
  background: #5a636b; }

.lps .label .label__item:nth-child(4) {
  background: #5a636b; }

.lps .label .label__item:nth-child(5) {
  background: #737373; }

.lps .label .label__item:nth-child(6) {
  background: #8c3952; }

.lps .label .label__item--front {
  text-align: center;
  transition: opacity 0.3s linear;
  color: #fff; }

.lps .label .label__item--front img {
  margin: 10px auto; }

.lps .label .label__item--front p {
  margin-bottom: 50px; }

.lps .label .label__item--front img.more {
  width: 30px; }

.lps .label .label__item--back {
  position: absolute;
  opacity: 0;
  padding: 15px;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: opacity 0.3s linear; }

.lps .label .label__item--back p {
  border: 1px solid white;
  padding: 80px 20px 0;
  font-size: 15px;
  color: #fff;
  height: 100%; }

.lps .active .label__item--front {
  opacity: 0; }

.lps .active .label__item--back {
  opacity: 1; }

.lps .label__gestion {
  overflow: hidden;
  padding: 55px 25px; }

.lps h2.item {
  margin: 30px auto;
  text-transform: uppercase;
  text-align: center;
  font-size: 32px;
  width: 90%;
  padding-bottom: 20px; }

.lps .label__gestion .label__item {
  background: #e7ded6;
  width: 30%;
  float: left;
  margin: 0 18px;
  height: 350px; }

.lps .label__gestion .label__item:nth-of-type(1) h3 {
  background: #8c3952; }

.lps .label__gestion .label__item:nth-of-type(2) h3 {
  background: #a5735a; }

.lps .label__gestion .label__item:nth-of-type(3) h3 {
  background: #73737b; }

.lps .label__gestion .label__item h3 {
  margin: 0;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  padding: 35px 0;
  text-align: center; }

.lps .label__gestion .label__item img {
  width: 92px;
  margin: -24px auto 0;
  display: block; }

.lps .label__gestion .label__item p {
  padding: 10px 20px;
  color: #000; }

.lps .section--val h2 {
  background: #8a3a53;
  padding: 2.5rem 0;
  color: #fff; }

.lps .section--val h2 span {
  color: #fff; }

.lps .produit__detail__title {
  background: #8a3a53;
  padding: 0 0 30px; }

.lps .produit__detail__title h2 {
  border: 0;
  color: #fff;
  text-align: center; }

.lps .produit__detail__title p {
  border: 1px solid #fff;
  padding: 40px;
  color: #fff; }

.lps .produit__overlay__info {
  background: #fff; }

.lps .produit__overlay h3 {
  width: 40%;
  margin: 2.5rem auto;
  text-align: center; }

.lps .produit__overlay--close {
  right: 20px; }

.lps .produit__overlay--close:before, .lps .produit__overlay--close:after {
  background: #fff; }

.lps .section--produits {
  padding: 0; }

.lps .section--val {
  padding: 0; }

.lps .section--val h2 {
  padding: 50px 0;
  color: #fff; }

.lps .section--val h2 span {
  color: #fff; }

.lps .illus_container {
  padding-bottom: 6rem; }

/*--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.2 - 2015
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1500;
  background-color: #f25648;
  color: #fff; }

#outdated.active {
  -webkit-transition: all .3s;
  visibility: visible;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  opacity: 1;
  display: block; }

* html #outdated {
  position: absolute; }

#outdated h6 {
  font-size: 25px;
  line-height: 25px;
  margin: 30px 0 10px; }

#outdated p {
  font-size: 12px;
  line-height: 12px;
  margin: 0; }

#outdated #btnUpdateBrowser {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 30px auto 0;
  width: 230px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  cursor: pointer; }

#outdated #btnUpdateBrowser:hover {
  color: #f25648;
  background-color: #fff; }

#outdated .last {
  position: absolute;
  top: 10px;
  right: 25px;
  width: 20px;
  height: 20px; }

#outdated #btnCloseUpdateBrowser {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 36px;
  line-height: 36px; }

