@charset "UTF-8";
/**
 * Clay 3.128.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
/**
 * Clay 3.128.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
.quick-access-nav {
  position: fixed;
  z-index: 999;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}

.lfr-asset-column-details .lfr-asset-categories {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  margin: 0.5em auto 2em;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.lfr-asset-column-details .lfr-asset-icon {
  border-right: 1px solid transparent;
  color: #999;
  float: left;
  line-height: 1em;
  margin-right: 10px;
  padding-right: 10px;
}
.lfr-asset-column-details .lfr-asset-icon.last {
  border-width: 0;
}
.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-tags .tag {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-metadata {
  clear: both;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.lfr-asset-column-details .lfr-panel {
  clear: both;
  margin-bottom: 0.2em;
}
.lfr-asset-column-details .lfr-panel.lfr-extended {
  border: 1px solid #ccc;
  margin-bottom: 0;
}
.lfr-asset-column-details .taglib-custom-attributes-list label,
.lfr-asset-column-details .lfr-asset-field label {
  display: block;
}
.lfr-asset-column-details .taglib-custom-attributes-list {
  margin-bottom: 1em;
}

.overlay {
  position: absolute;
}

.overlay-hidden,
.overlaymask-hidden {
  display: none;
}

ul.dropdown-menu.show{

    border-width: 1px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    max-height: 295px;
    overflow: auto;
    position: absolute;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
	
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap;
}

.login-toggle{
    display: none;
    position: relative;
    right: 1.1em;
    transform: translate(89%);
    cursor: pointer;
    font-size: 1.2em;
    color: rgb(85, 85, 85);
    margin-top: -1.8em;
}
	

.lfr-form-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 1px 5px 25px;
  position: relative;
}
.lfr-form-row:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.lfr-form-row:hover {
  border: solid #ccc;
  border-width: 1px 0;
  padding-top: 0;
}
.lfr-form-row.lfr-form-row-inline .form-group {
  margin-right: 5px;
}
.lfr-form-row legend .field-label {
  float: left;
  margin-right: 10px;
}
.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px;
}
.lfr-form-row fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
}

.lfr-autorow-controls {
  bottom: 5px;
  position: absolute;
  right: 5px;
}

.datepicker-popover-content .popover-content {
  padding: 0.75rem 1rem;
}

.dropdown.open > .dropdown-menu, .overlay-content .open > .dropdown-menu {
  display: block;
}

.form-control-inline {
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 700;
}
.form-control-inline:not(:hover) {
  border-color: transparent;
}
.form-control-inline::placeholder {
  color: #a9afb5;
  font-style: italic;
}

.form-search .input-group {
  position: relative;
}
.form-search .input-group.advanced-search .search-query {
  padding-left: 40px;
  z-index: 0;
}
.form-search .input-group.advanced-search .toggle-advanced {
  cursor: pointer;
  left: 0;
  line-height: 1;
  padding: 8px 10px;
  position: absolute;
  top: 0;
}
.form-search .input-group.advanced-search .toggle-advanced .caret {
  margin-top: 7px;
}
.form-search .input-group.advanced-search .toggle-advanced .icon-search {
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .form-search .input-group {
    width: 100%;
  }
  .form-search .input-group .btn {
    clip: rect(0, 0, 0, 0);
    left: -9999px;
    position: absolute;
  }
  .form-search .input-group input.search-query {
    width: 100%;
  }
}

.lfr-table {
  border-collapse: collapse;
  clear: both;
}
.lfr-table > tbody > tr > td,
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > td,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > td,
.lfr-table > tfoot > tr > th {
  padding: 0 5px;
  overflow-wrap: break-all;
  word-wrap: break-all;
}
.lfr-table > tbody > tr > td:first-child, .lfr-table > tbody > tr > td.first-child,
.lfr-table > tbody > tr > th:first-child,
.lfr-table > tbody > tr > th.first-child,
.lfr-table > thead > tr > td:first-child,
.lfr-table > thead > tr > td.first-child,
.lfr-table > thead > tr > th:first-child,
.lfr-table > thead > tr > th.first-child,
.lfr-table > tfoot > tr > td:first-child,
.lfr-table > tfoot > tr > td.first-child,
.lfr-table > tfoot > tr > th:first-child,
.lfr-table > tfoot > tr > th.first-child {
  padding-left: 0;
}
.lfr-table > tbody > tr > td:last-child, .lfr-table > tbody > tr > td.last-child,
.lfr-table > tbody > tr > th:last-child,
.lfr-table > tbody > tr > th.last-child,
.lfr-table > thead > tr > td:last-child,
.lfr-table > thead > tr > td.last-child,
.lfr-table > thead > tr > th:last-child,
.lfr-table > thead > tr > th.last-child,
.lfr-table > tfoot > tr > td:last-child,
.lfr-table > tfoot > tr > td.last-child,
.lfr-table > tfoot > tr > th:last-child,
.lfr-table > tfoot > tr > th.last-child {
  padding-right: 0;
}
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > th {
  font-weight: bold;
}

.lfr-pagination:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.lfr-pagination .dropdown-menu {
  display: none;
}
.lfr-pagination .dropdown-toggle .icon-caret-down {
  margin-left: 5px;
}
.lfr-pagination .lfr-pagination-controls {
  float: left;
}
.lfr-pagination .lfr-pagination-controls .search-results {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  top: 10px;
}
.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  border-width: 0;
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 20px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
.lfr-pagination .lfr-pagination-delta-selector {
  float: left;
}
@media (max-width: 991.98px) {
  .lfr-pagination .lfr-pagination-delta-selector .lfr-icon-menu-text {
    display: none;
  }
}
.lfr-pagination .pagination-content {
  float: right;
}

.lfr-panel.lfr-extended {
  border: 1px solid transparent;
  border-color: #dedede #bfbfbf #bfbfbf #dedede;
}
.lfr-panel.lfr-extended.lfr-collapsible .lfr-panel-button {
  display: block;
}
.lfr-panel.lfr-extended.lfr-collapsed .lfr-panel-titlebar {
  border-bottom-width: 0;
}
.lfr-panel.panel-default .panel-heading {
  border-bottom-width: 0;
}
.lfr-panel .toggler-header {
  cursor: pointer;
}

.sidebar-sm .sheet-subtitle {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.sidebar-sm .form-control[type=file] {
  padding: 0;
}
.sidebar-sm .article-content-description .input-localized.input-localized-editor .input-group-item .wrapper .form-control {
  min-height: auto;
  padding: 0.285rem 0.75rem;
}
.sidebar-sm .list-group-item-flex {
  padding: 0.5rem 0.25rem;
}
.sidebar-sm .list-group-item-flex .autofit-col {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.lfr-translation-manager {
  border-radius: 4px;
  display: inline-block;
  margin-top: 0.5em;
  min-height: 1.8em;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-default-locale {
  display: inline-block;
  width: auto;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu {
  float: none;
  padding: 0.4em 0;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li,
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li strong {
  display: inline;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-translations-message {
  margin: 10px 0;
}
.lfr-translation-manager .lfr-translation-manager-available-translations {
  white-space: normal;
}
.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
  line-height: 1;
}
.lfr-translation-manager .lfr-translation-manager-translation {
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin: 0.2em;
  padding: 0.4em 0.3em 0.4em 0.5em;
  text-decoration: none;
}
.lfr-translation-manager .lfr-translation-manager-translation * {
  vertical-align: middle;
}
.lfr-translation-manager .lfr-translation-manager-translation img {
  margin-right: 0.3em;
}
.lfr-translation-manager .lfr-translation-manager-translation:hover {
  background-color: #d1e5ef;
}
.lfr-translation-manager .lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  background-color: #598bec;
  border-color: #224fa8;
  color: #fff;
}
.lfr-translation-manager .lfr-translation-manager-change-default-locale {
  margin: 0 0.4em;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation {
  display: inline-block;
  padding: 0 2px;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation svg {
  pointer-events: none;
}

.lfr-tree a {
  text-decoration: none;
}
.lfr-tree li {
  margin-bottom: 2px;
  padding-left: 0;
}
.lfr-tree li ul li, .lfr-tree li.tree-item {
  padding-left: 0;
}
.lfr-tree li.tree-item {
  padding-left: 5px;
}
.lfr-tree li.tree-item li {
  padding-left: 20px;
}
.lfr-tree li.tree-item ul {
  margin-left: 0;
  margin-top: 5px;
}

.lfr-upload-container {
  margin-bottom: 1rem;
}
.lfr-upload-container .upload-target {
  border: 3px dashed #e5e7e9;
  margin-bottom: 1rem;
  min-height: 2rem;
  padding: 2rem 0;
  position: relative;
  text-align: center;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  z-index: 100;
}
.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #92e5a5;
  border-color: #69db83;
}
.lfr-upload-container .upload-target .drop-file-text {
  font-weight: normal;
}
.mobile .lfr-upload-container .upload-target .drop-file-text {
  display: none;
}
.lfr-upload-container .upload-target .small {
  display: block;
  margin: 5px 0;
  text-transform: lowercase;
}
.lfr-upload-container .manage-upload-target {
  padding-top: 5px;
  position: relative;
}
.lfr-upload-container .manage-upload-target .select-files {
  float: left;
  line-height: 0;
  margin: 0 1.125rem 1.125rem;
  padding: 0 0 0 5px;
}
.lfr-upload-container .cancel-uploads,
.lfr-upload-container .clear-uploads {
  background-repeat: no-repeat;
  float: right;
}
.lfr-upload-container .cancel-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAnFBMVEX////4YWP/dXjyS07/dXj9bXD6a234YWP4XWD2WVv2VFfsOTzoLzHmKSvkISP2VFf0TE/vREftPT/iHB72WVvvREf0TE//hon/gYX/fYD/e33/dXj/cXP9bXD/a236a23/Zmb4YWP4XWD/Wl32WVv/VVj2VFf3VFb0TE/yS072SUvvREfuQELtPT/sOTzrMzXoLzHnLC/mKSvkISPh2jkWAAAAF3RSTlMAESIiMzMzMzMzMzMzMzNERERERHd3qtw8lzkAAACOSURBVHjaZcjZDsIgEIXhcd+tu5YBKUixttS6vP+7OQKJTfxvTr4D7Tpxu/2w410SjDjwVvLQ805TPiRryfQeKM6OTI68K/BJPHGlJZJjSqSMofEOGXbJecsTgzkds58V5+J8refBU7Jx9yIrmkW0sA6gqbLyuaRjZZWtgXq58rEFan0jf3uTfRuIkf/7AO8DDcVPSSG3AAAAAElFTkSuQmCC);
  margin-right: 0;
}
.lfr-upload-container .clear-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAdVBMVEX///+6QwTEVx65RQPEVx3EWB64RQPDVxq5RAO5RAO5RQPATQ65RQO5RQO5RQPRczjJZCW9TQTLay28QgTdZAHhaAPmdyHqeQXrikDudgDvfxj0nWP1qHL2tY33tY34dgD+za7+1rj/dxH/fxj/hiH/kk3///9TM3sUAAAAFHRSTlMAbXd4eHh6gN3e3+Hi4+T5+/z8/mIsq5IAAABHSURBVBjTY2CgGWDlFuZhRuIz8cspyggxIgQ4ZFWVVCQ4EQLCCmpqalLCCAFeaWV5SVE+hAC7gJi4iCAbkqksXMK8bNRzNADCOQN++eLhCQAAAABJRU5ErkJggg==);
  padding-left: 16px;
}
.lfr-upload-container .upload-file.upload-complete.file-saved {
  padding-left: 25px;
}
.lfr-upload-container .upload-file .file-title {
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
  padding-right: 16px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.lfr-upload-container .upload-file .icon-file {
  font-size: 40px;
}
.lfr-upload-container .upload-list-info {
  margin: 1em 0 0.5em;
}
.lfr-upload-container .upload-list-info .h4,
.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em;
}
.lfr-upload-container .cancel-button {
  color: #6c757d;
  margin-top: 1px;
  position: absolute;
  right: 5px;
  top: 50%;
  white-space: nowrap;
}
.lfr-upload-container .cancel-button .cancel-button-text {
  display: none;
  margin-left: 5px;
}
.lfr-upload-container .cancel-button:hover .cancel-button-text {
  display: inline;
}
.lfr-upload-container .cancel-button .lexicon-icon {
  height: 12px;
}
.lfr-upload-container .delete-button {
  color: #6c757d;
}
.lfr-upload-container .delete-button-col {
  padding-right: 10px;
}
.lfr-upload-container .file-added .success-message {
  float: right;
  font-weight: normal;
}
.lfr-upload-container .upload-error {
  opacity: 1;
  padding-left: 25px;
}
.lfr-upload-container .upload-complete .cancel-button,
.lfr-upload-container .delete-button,
.lfr-upload-container .upload-complete.file-saved .delete-button,
.lfr-upload-container .upload-complete.upload-error .delete-button {
  display: none;
}
.lfr-upload-container .multiple-files .upload-error {
  background: #f5c4c9 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAJPSURBVDjLpZPLS5RhFMYfv9QJlelTQZwRb2OKlKuINuHGLlBEBEOLxAu46oL0F0QQFdWizUCrWnjBaDHgThCMoiKkhUONTqmjmDp2GZ0UnWbmfc/ztrC+GbM2dXbv4ZzfeQ7vefKMMfifyP89IbevNNCYdkN2kawkCZKfSPZTOGTf6Y/m1uflKlC3LvsNTWArr9BT2LAf+W73dn5jHclIBFZyfYWU3or7T4K7AJmbl/yG7EtX1BQXNTVCYgtgbAEAYHlqYHlrsTEVQWr63RZFuqsfDAcdQPrGRR/JF5nKGm9xUxMyr0YBAEXXHgIANq/3ADQobD2J9fAkNiMTMSFb9z8ambMAQER3JC1XttkYGGZXoyZEGyTHRuBuPgBTUu7VSnUAgAUAWutOV2MjZGkehgYUA6O5A0AlkAyRnotiX3MLlFKduYCqAtuGXpyH0XQmOj+TIURt51OzURTYZdBKV2UBSsOIcRp/TVTT4ewK6idECAihtUKOArWcjq/B8tQ6UkUR31+OYXP4sTOdisivrkMyHodWejlXwcC38Fvs8dY5xaIId89VlJy7ACpCNCFCuOp8+BJ6A631gANQSg1mVmOxxGQYRW2nHMha4B5WA3chsv22T5/B13AIicWZmNZ6cMchTXUe81Okzz54pLi0uQWp+TmkZqMwxsBV74Or3od4OISPr0e3SHa3PX0f3HXKofNH/UIG9pZ5PeUth+CyS2EMkEqs4fPEOBJLsyske48/+xD8oxcAYPzs4QaS7RR2kbLTTOTQieczfzfTv8QPldGvTGoF6/8AAAAASUVORK5CYII=) no-repeat 5px 5px;
  border-color: #bd2130;
  color: #bd2130;
  font-weight: normal;
  margin-bottom: 16px;
  padding: 8px 8px 8px 24px;
}
.lfr-upload-container .multiple-files .upload-error .error-message {
  display: block;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .card-body,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .card-body {
  padding-left: 1rem;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .custom-control-label,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .custom-control-label {
  display: none;
}
.lfr-upload-container .single-file .upload-error {
  list-style: none;
  margin-top: 1em;
}
.lfr-upload-container .single-file .upload-error .upload-error-message {
  margin-bottom: 0.5em;
}
.lfr-upload-container .upload-complete {
  padding-left: 5px;
}
.lfr-upload-container .upload-complete .error-message,
.lfr-upload-container .upload-complete .success-message {
  font-weight: bold;
  margin-left: 1em;
}
.lfr-upload-container .upload-complete .delete-button {
  display: inline-block;
}
.lfr-upload-container .upload-complete .select-file:disabled + .custom-control-label {
  display: none;
}
.lfr-upload-container .progress {
  display: none;
  margin-top: 0.5rem;
}
.lfr-upload-container .file-uploading .progress {
  display: flex;
}

.lfr-alert-container {
  left: 0;
  position: absolute;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 430;
}
.lfr-alert-container.inline-alert-container {
  position: relative;
}
.lfr-alert-container.inline-alert-container .lfr-alert-wrapper {
  padding: 0;
}
.lfr-alert-container .lfr-alert-wrapper {
  margin-bottom: 5px;
  overflow: hidden;
}

.lfr-search-container td .overlay.entry-action {
  position: static;
}
.lfr-search-container td .overlay.entry-action .btn a {
  display: block;
  padding: 4px 12px;
}
.onhover
 {
    clip-path: inset(50%);
    position: absolute;
}
	    img.onhovericon:hover ~ .onhover{
	clip-path: none;
    color: #fff;
    text-align: center;
    background-color: #0e191d;
    word-wrap: break-word;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 1em;
    position: absolute;
    z-index: 1070;
    /* display: block; */
    max-width: 230px;
    padding: 3px 8px;
    border-radius: 4px;
	}
.contextual-sidebar {
  height: calc(
          100vh - var(--control-menu-container-height) - 49px
  );
  pointer-events: none;
  position: fixed;
  right: 0;
  top: calc(var(--control-menu-container-height) + 49px);
  transform: translateX(100%);
  transition: transform ease 0.5s;
  visibility: hidden;
  width: 320px;
  will-change: transform;
}
.contextual-sidebar.contextual-sidebar-visible {
  pointer-events: auto;
  transform: translateX(0);
  visibility: visible;
}

@media (min-width: 768px) {
  .contextual-sidebar {
    height: calc(
            100vh - var(--control-menu-container-height) - 64px
    );
    top: calc(
            var(--control-menu-container-height) + 64px
    );
  }
  .contextual-sidebar-content {
    transition: padding ease 0.5s;
    will-change: padding;
  }
  .contextual-sidebar-visible .contextual-sidebar-content,
  .contextual-sidebar-visible + .contextual-sidebar-content {
    padding-right: 320px;
  }
}
.taglib-diff-html div.diff-removed-image {
  background: #fdc6c6 url(../images/diff/minus.png);
}
.taglib-diff-html div.diff-added-image {
  background: #cfc url(../images/diff/plus.png) no-repeat;
}
.taglib-diff-html div.diff-removed-image, .taglib-diff-html div.diff-added-image {
  height: 300px;
  margin: 2px;
  opacity: 0.55;
  position: absolute;
  width: 200px;
}
.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em;
}
.taglib-diff-html span.diff-html-added img {
  border: 2px solid #cfc;
}
.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x;
}
.taglib-diff-html span.diff-html-changed img {
  border: 2px dotted #009;
}
.taglib-diff-html span.diff-html-removed {
  background-color: #fdc6c6;
  font-size: 1em;
  text-decoration: line-through;
}
.taglib-diff-html span.diff-html-removed img {
  border: 2px solid #fdc6c6;
}

.taglib-discussion {
  font-size: 0.875rem;
  margin-top: 1rem;
}
.taglib-discussion .actions-menu .component-action {
  display: inline-flex;
}
.taglib-discussion .button-holder {
  margin: 1rem 0;
}
.taglib-discussion .comment-container {
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
  border-left-color: #dbdde1;
}
.taglib-discussion .lfr-discussion-body {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-body {
    padding-left: 3.5rem;
  }
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-details .taglib-user-display {
    word-wrap: break-word;
  }
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name {
  font-weight: bold;
  text-decoration: none;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name:hover {
  text-decoration: underline;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-profile-image .avatar {
  background-size: 50px;
}
.taglib-discussion .lfr-discussion-container {
  border-bottom: 1px solid #e7e7ed;
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:first-of-type {
  border-top: 1px solid #e7e7ed;
  padding-top: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:last-of-type {
  border-bottom: 0;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion {
  padding-left: 1rem;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion .lfr-discussion .lfr-discussion .lfr-discussion {
  padding-left: 0;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-container .lfr-discussion {
    padding-left: 3.5rem;
  }
}
.taglib-discussion .lfr-discussion-parent-link {
  color: #67678c;
  font-weight: 600;
  margin-left: 1em;
}
@media (max-width: 767.98px) {
  .taglib-discussion .lfr-discussion-parent-link {
    display: block;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.taglib-discussion .lfr-discussion-controls .autofit-col:first-of-type > .btn-outline-borderless {
  margin-left: -0.75rem;
}
.taglib-discussion .lfr-discussion-more-comments {
  border-top: 1px solid #e7e7ed;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  text-align: center;
}
.taglib-discussion .username {
  color: #272833;
  font-weight: 600;
}
.taglib-discussion .taglib-workflow-status {
  margin-left: 0.5rem;
}
.taglib-discussion .workflow-value {
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .taglib-discussion .actions-menu {
    display: none;
  }
  .taglib-discussion .comment-container:hover .actions-menu,
  .taglib-discussion .actions-menu:focus,
  .taglib-discussion .actions-menu.open {
    display: inline-block;
  }
}

.drop-zone {
  min-height: 80px;
  padding: 20px;
  text-align: center;
}
.drop-zone.drop-enabled {
  outline: 2px dashed transparent;
}
.drop-zone.drop-enabled:not(.no-border) {
  outline-color: rgba(176, 180, 187, 0.5);
}
.drop-zone p {
  margin: 10px auto 0;
  max-width: 75%;
}

.drop-here-info {
  font-size: 25px;
  height: 100%;
  left: 0;
  min-height: 100px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info {
    transition: none;
  }
}
.drop-here-info {
  transition: none;
}

.drop-here-info .drop-here-indicator {
  height: 115px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.drop-here-info .drop-icons {
  display: inline-block;
  position: relative;
  width: 160px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons {
    transition: none;
  }
}
.drop-here-info .drop-icons {
  transition: none;
}

.drop-here-info .drop-icons span {
  border-radius: 3px;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons span {
    transition: none;
  }
}
.drop-here-info .drop-icons span {
  transition: none;
}

.drop-here-info .drop-icons span:nth-of-type(1) {
  box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  top: 10px;
  transform: rotate(25deg);
  width: 60px;
}
.drop-here-info .drop-icons span:nth-of-type(2) {
  background: #00c2ff;
  color: #fff;
  height: 80px;
  left: 40px;
  line-height: 80px;
  width: 80px;
  z-index: 2;
}
.drop-here-info .drop-icons span:nth-of-type(3) {
  box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
  display: block;
  font-size: 45px;
  height: 70px;
  left: 90px;
  line-height: 70px;
  opacity: 0;
  position: relative;
  top: 8px;
  transform: rotate(-25deg);
  width: 70px;
  z-index: 1;
}
.drop-here-info .drop-icons span:nth-of-type(1), .drop-here-info .drop-icons span:nth-of-type(3) {
  background: #e8e6e8;
  color: #a5a6ac;
}
.drop-here-info .drop-text {
  color: #fff;
  display: block;
  font-size: 20px;
  margin-left: 0;
  margin-top: 20px;
}
.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.drop-active .drop-here-info .drop-icons span:nth-of-type(1), .drop-active .drop-here-info .drop-icons span:nth-of-type(3) {
  opacity: 1;
}
.drop-active .drop-here-info span:nth-of-type(1) {
  transform: rotate(-20deg);
}
.drop-active .drop-here-info span:nth-of-type(2) {
  transform: scale(1);
}
.drop-active .drop-here-info span:nth-of-type(3) {
  transform: rotate(15deg);
}

.taglib-empty-result-message.sheet {
  margin-bottom: 24px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  color: #6c757d;
  margin-top: 8px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  max-width: 200px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(../images/states/empty_state.svg);
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-result-message-header,
  .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
    background-image: url(../images/states/empty_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header,
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(../images/states/empty_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(../images/states/search_state.svg);
  max-width: 210px;
  padding-top: 232px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-search-result-message-header {
    background-image: url(../images/states/search_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(../images/states/search_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-state {
  background-image: url(../images/states/empty_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-state {
    background-image: url(../images/states/empty_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-state {
  background-image: url(../images/states/empty_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-success-state {
  background-image: url(../images/states/success_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-success-state {
    background-image: url(../images/states/success_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-success-state {
  background-image: url(../images/states/success_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-search-state {
  background-image: url(../images/states/search_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-search-state {
    background-image: url(../images/states/search_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-search-state {
  background-image: url(../images/states/search_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-result-message-title {
  font-size: 1rem;
  margin-top: 48px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  font-size: 0.875rem;
}
.taglib-empty-result-message .taglib-empty-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-search-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-success-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-search-state + .taglib-empty-result-message-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-description, .taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-actions {
  font-size: 1rem;
  text-align: center;
}

.field-wrapper.form-inline .control-label {
  display: inline-block;
}

.field-wrapper-html .input-localized .input-group-item {
  flex-wrap: nowrap;
}

.taglib-header {
  border-bottom: 1px solid #c8c9ca;
  color: #555;
  margin-bottom: 1em;
  padding-bottom: 10px;
}
.taglib-header .header-title {
  display: inline-block;
  margin: 0.1em;
  max-width: 100%;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
}
.taglib-header .header-back-to {
  display: inline-block;
  vertical-align: middle;
}
.taglib-header .header-back-to a {
  display: block;
  font-weight: bold;
  padding: 0 0.3em 0 0;
  text-decoration: none;
}

.taglib-icon {
  text-decoration: none;
}
.taglib-icon:not(.btn):hover .taglib-text, .taglib-icon:not(.btn):focus .taglib-text {
  text-decoration: underline;
}
.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px;
}

.taglib-icon-help {
  color: #6c757d !important;
}
.taglib-icon-help:hover, .taglib-icon-help:active {
  color: #343a40 !important;
}

.icon-monospaced {
  color: inherit;
  display: inline-block;
  height: 2rem;
  line-height: 34px;
  text-align: center;
  width: 2rem;
}
.icon-monospaced.lexicon-icon {
  padding: 8px;
}

.taglib-icon-list li {
  float: left;
  margin-right: 1em;
}
.taglib-icon-list:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.lfr-icon-menu .lfr-icon-menu-icon {
  max-width: none;
}
@media (max-width: 767.98px) {
  .table-cell.last .lfr-icon-menu .dropdown-toggle {
    text-align: center;
  }
  .table-cell.last .lfr-icon-menu .dropdown-toggle > img,
  .table-cell.last .lfr-icon-menu .dropdown-toggle .lfr-icon-menu-text {
    display: none;
  }
}

.lfr-menu-list {
  float: none;
  overflow-y: auto;
  position: relative;
}
.lfr-menu-list.direction-right {
  margin: 0 2px;
}
.lfr-menu-list.dropdown-menu {
  float: none;
  position: relative;
}
@media (max-width: 991.98px) {
  .lfr-menu-list.dropdown-menu > li > a {
    font-size: 22px;
    line-height: 40px;
    white-space: normal;
  }
  .lfr-menu-list.dropdown-menu > li > a img {
    margin-bottom: 3px;
  }
}
.lfr-menu-list.dropdown-menu .search-panel {
  margin-bottom: 0;
}
.lfr-menu-list.dropdown-menu .search-panel .form-group {
  margin: 0 16px;
}
.lfr-menu-list.dropdown-menu .search-panel .menu-item-filter {
  width: auto;
}
body > .lfr-menu-list ul {
  border-radius: 4px;
}

.lfr-icon-menu-open:after {
  clear: both;
  content: "";
  display: table;
}
.lfr-icon-menu-open .dropdown-menu {
  position: static;
}

.input-localized.input-localized-editor .form-control {
  border-width: 0;
  height: 100%;
  padding: 0;
}
.input-localized .input-group-item {
  flex-direction: column;
}
.input-localized .input-localized-content {
  margin-left: 6px;
}
.input-group .input-localized .input-localized-content {
  margin-top: 3px;
}
.input-localized .lfr-input-localized .lfr-input-localized-state {
  background-color: #ddd;
}
.input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
  background-color: #ff0047;
}
.input-localized .lfr-input-localized-default a {
  margin-right: 14px;
}
.input-localized .lfr-input-localized-state {
  height: 4px;
  margin: 3px 5px;
  width: 4px;
}
.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5;
}
.input-localized .palette-item,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent;
}
.input-localized .palette-item-inner {
  border-color: #666;
  display: block;
  height: 16px;
  width: 16px;
}
.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27c1f2;
}

.input-localized-palette-container .palette-items-container {
  font-size: 0;
  margin: 0;
  white-space: normal;
}
.input-localized-palette-container .palette-item {
  border-width: 0;
  padding: 0.5rem 1.25rem;
}
.input-localized-palette-container .palette-item-inner {
  border: 1px solid;
  margin-right: 4px;
  width: 16px;
}
.input-localized-palette-container .palette-item-inner img {
  display: block;
}

.taglib-move-boxes {
  margin-bottom: 1em;
}
.taglib-move-boxes label {
  border-bottom: 1px solid transparent;
  display: block;
  margin-bottom: 5px;
  padding: 5px;
}
.taglib-move-boxes .toolbar {
  text-align: center;
}
.taglib-move-boxes .arrow-button img {
  border-width: 0;
  height: 16px;
  width: 16px;
}
.taglib-move-boxes .choice-selector {
  width: 100%;
}
.taglib-move-boxes .choice-selector label {
  background: #ebf1f9;
  border-bottom-color: #8db2f3;
}
.taglib-move-boxes .field-content {
  margin-bottom: 0;
}
.taglib-move-boxes .move-arrow-buttons {
  margin-top: 5em;
}
.taglib-move-boxes .move-arrow-buttons .arrow-button {
  display: block;
}
.taglib-move-boxes .sortable-container {
  margin-top: 10px;
}
.taglib-move-boxes .sortable-container .btn.edit-selection {
  margin-bottom: 10px;
}
.taglib-move-boxes .sortable-container .move-option {
  background-color: transparent;
  border-top: 1px solid #ddd;
  display: none;
  margin: 2px 0;
  padding: 2px;
  position: relative;
}
.taglib-move-boxes .sortable-container .move-option.selected {
  display: block;
}
.taglib-move-boxes .sortable-container .move-option.move-option-dragging {
  background-color: #fafafa;
}
.taglib-move-boxes .sortable-container .move-option .checkbox,
.taglib-move-boxes .sortable-container .move-option .handle {
  position: absolute;
}
.taglib-move-boxes .sortable-container .move-option .checkbox {
  display: none;
  margin: 7px 0 0 5px;
}
.taglib-move-boxes .sortable-container .move-option .handle {
  color: #999;
  cursor: pointer;
  font-size: 1.5em;
  padding: 6px;
}
.taglib-move-boxes .sortable-container .move-option .title {
  font-size: 1.2em;
  margin: 1px 0 1px 30px;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option {
  display: block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .checkbox {
  display: inline-block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .handle {
  display: none;
}
.mobile .taglib-move-boxes .selector-container {
  display: none;
}

.item-selector .card-row > .autofit-col-expand {
  padding-top: 4px;
}
.item-selector .drop-zone {
  background-color: #f1f2f5;
  margin-top: 1rem;
}
.item-selector .input-file {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}
.item-selector .input-file + label {
  position: relative;
}
.item-selector .input-file + label::before {
  border-radius: 4px;
  bottom: -2px;
  content: "";
  display: block;
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: box-shadow 0.15s ease-in-out;
}
.item-selector .input-file:focus + label::before {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #75b8ff;
}
.item-selector .item-selector-list-row:hover {
  background-color: #e5f2ff;
  cursor: pointer;
}

.lfr-map {
  border: 1px solid #ccc;
  min-height: 400px;
  width: 100%;
}
.lfr-map .home-button {
  margin: 5px;
}
@media (max-width: 575.98px) {
  .lfr-map .home-button {
    height: 35px;
    width: 45px;
  }
}
.lfr-map .search-controls {
  font-size: 15px;
  margin-top: 5px;
  width: 100%;
}
@media (min-width: 576px) {
  .lfr-map .search-controls {
    width: 50%;
  }
}
.lfr-map .search-controls .search-input {
  width: 100%;
}

.navbar .navbar-collapse {
  max-height: none;
}
.navbar .navbar-collapse:after, .navbar .navbar-collapse:before {
  display: inline;
}
@media (max-width: 767.98px) {
  .navbar .navbar-search {
    background-color: #f3f3f3;
    border-top-width: 0;
    width: 100%;
  }
}
.navbar .navbar-search .form-search {
  margin: 8px 0;
}
@media (min-width: 768px) {
  .navbar .navbar-search .form-search {
    float: right;
    max-width: 275px;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-search .form-search .input-group {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar .container .navbar-btn,
  .navbar .container-fluid .navbar-btn {
    margin-bottom: 5px;
    width: 45px;
  }
  .navbar .container .navbar-collapse.open,
  .navbar .container-fluid .navbar-collapse.open {
    border-width: 0;
    display: block;
    height: auto;
    overflow: visible;
  }
}

.taglib-portlet-preview.show-borders {
  border: 1px solid #828f95;
  margin-bottom: 1em;
  padding: 3px 3px 1em;
}
.taglib-portlet-preview.show-borders .title {
  background-color: #d3dadd;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.5em;
}
.taglib-portlet-preview .preview {
  margin: 1em;
  min-height: 90px;
}

.lfr-search-container .entry-action {
  width: 1px;
}
.lfr-search-container .entry-action .taglib-icon {
  white-space: nowrap;
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
    margin-left: 375px;
    width: auto;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
  position: static;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
  left: 12px;
  position: fixed;
  right: 12px;
  top: -1px;
  z-index: 1020;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th {
  display: block;
  padding: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
  overflow-x: hidden;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
    margin-left: 375px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table {
  border-collapse: collapse;
  width: 100%;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table th {
  border-radius: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  width: auto;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
    background-color: #fff;
    left: 0;
    position: absolute;
    right: 15px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  height: auto;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link) {
  color: #495057;
  font-weight: 500;
  text-decoration: underline;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):focus, .lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):hover {
  color: #000;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: #6c757d;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
  color: #343a40;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6c757d;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
  background-color: #f7f8f9;
  border-radius: 4px;
  color: #343a40;
}
.lfr-search-container-wrapper .lfr-search-container-list .list-group:last-child .list-group-item:nth-last-child(2) {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.lfr-search-container-wrapper .lfr-search-container-list + .taglib-search-iterator-page-iterator-bottom {
  margin-top: 20px;
}
.lfr-search-container-wrapper .list-group {
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group + .list-group .list-group-header:first-child,
.lfr-search-container-wrapper .list-group + .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item .h4,
.lfr-search-container-wrapper .list-group .list-group-item h4 {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item .h5,
.lfr-search-container-wrapper .list-group .list-group-item .h6,
.lfr-search-container-wrapper .list-group .list-group-item h5,
.lfr-search-container-wrapper .list-group .list-group-item h6 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .list-group .list-group-item .h6 + .h5,
.lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-left-radius: 0.25rem;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  border-bottom-right-radius: 0.25rem;
}

.user-info {
  display: flex;
}
.user-info .sticker {
  align-self: center;
}
.user-info .user-details {
  margin-left: 1rem;
}
.user-info .user-name {
  color: #343a40;
  font-weight: 600;
}
.user-info .date-info {
  color: #6c757d;
}

.user-status-tooltip .user-status-avatar {
  float: left;
  margin-right: 5px;
}
.user-status-tooltip .user-status-avatar .user-status-avatar-image {
  width: 27px;
}
.user-status-tooltip .user-status-info {
  display: inline-block;
  overflow: hidden;
}
.user-status-tooltip .user-status-info .user-status-date {
  font-size: 11px;
}

.lfr-search-container {
  margin-top: 1.5em;
  overflow: auto;
}
@media (max-width: 767.98px) {
  .lfr-search-container .selector-button {
    width: auto;
  }
}
.touch .lfr-search-container {
  -webkit-overflow-scrolling: touch;
}
.touch .lfr-search-container .searchcontainer-content .table {
  max-width: none;
}

.taglib-page-iterator {
  clear: both;
  height: auto;
  width: auto;
}
.taglib-page-iterator .lfr-pagination-buttons {
  float: right;
  margin: 0;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    width: 100%;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    float: none;
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons > li {
    display: inline-block;
    width: 50%;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li.first, .taglib-page-iterator .lfr-pagination-buttons > li.last {
    display: none;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li > a {
    line-height: 20px;
    padding: 11px 19px;
  }
}
.taglib-page-iterator .lfr-pagination-config {
  float: left;
  line-height: 46px;
}
@media (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-config {
    float: none;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu {
    display: block;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu .btn {
    display: block;
  }
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector,
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector {
  display: inline;
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
  float: none;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
    display: none;
  }
}
.taglib-page-iterator .search-results {
  float: left;
  line-height: 46px;
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .search-results {
    display: none;
  }
}

@media (max-width: 991.98px) {
  ul.pagination ul.inline-scroller {
    max-height: inherit;
  }
}
.taglib-search-toggle .form-search {
  position: relative;
}
.taglib-search-toggle .form-search .input-group-btn {
  position: absolute;
}
@media (min-width: 992px) {
  .taglib-search-toggle .form-search .input-group-btn {
    position: static;
  }
}
.taglib-search-toggle .toggle-advanced {
  color: inherit;
  margin-left: 10px;
  position: absolute;
  top: 8px;
}
.taglib-search-toggle .toggle-advanced, .taglib-search-toggle .toggle-advanced:hover, .taglib-search-toggle .toggle-advanced:focus {
  text-decoration: none;
}

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  background-color: #fcfcfc;
  border: solid #ddd;
  border-width: 0 1px 1px;
  margin-top: 0;
  padding: 15px 15px 0;
}
.navbar-search .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  border-width: 1px 0 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content {
  position: relative;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields {
  margin-bottom: 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields-legend {
  color: #999;
  font-size: 13px;
}
.taglib-search-toggle-advanced-wrapper .btn.close {
  margin-right: 5px;
  position: relative;
  z-index: 1;
}

.taglib-user-display {
  padding: 0.5em;
}
.taglib-user-display .avatar {
  background: no-repeat center;
  background-size: 60px;
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 60px;
}
.taglib-user-display .avatar.author:after {
  background: rgba(50, 168, 230, 0.5);
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.taglib-user-display .user-details {
  margin-top: 1em;
}
.taglib-user-display .user-name {
  font-size: 1.1em;
  font-weight: bold;
}
.taglib-user-display a .user-name {
  text-decoration: underline;
}
.taglib-user-display.display-style-1 .user-profile-image {
  float: left;
  margin-right: 24px;
}
.taglib-user-display.display-style-1 .user-name {
  display: inline-block;
  margin-top: 10px;
}
.taglib-user-display.display-style-1 .user-details {
  margin-top: 0;
}
.taglib-user-display.display-style-2 .user-profile-image,
.taglib-user-display.display-style-2 .user-name {
  clear: both;
  display: block;
  min-height: 20px;
  text-align: center;
}
.taglib-user-display.display-style-3 {
  padding: 0;
}
.taglib-user-display.display-style-3 .user-profile-image {
  display: inline-block;
  vertical-align: middle;
}

.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
  color: #999;
}
.table-cell .taglib-workflow-status {
  margin: 0;
}
.table-cell .taglib-workflow-status .workflow-status {
  padding-left: 0;
}

.lfr-autocomplete-input-list .yui3-aclist-list {
  margin: 0;
}

.portal-popup .sheet > .lfr-nav {
  margin-top: -24px;
}
.portal-popup .contacts-portlet .portlet-configuration-container .form {
  position: static;
}
.portal-popup .lfr-form-content {
  padding: 24px 12px;
}
.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout {
  height: 100%;
}
.portal-popup .portlet-column {
  position: static;
}
.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .dialog-body .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view {
  padding-top: 20px;
}
.portal-popup .dialog-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .dialog-body .container-view .nav-tabs-underline,
.portal-popup .export-dialog-tree > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .export-dialog-tree .container-view .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
.portal-popup .lfr-form-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-form-content .container-view .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
.portal-popup .process-list > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .process-list .container-view .nav-tabs-underline,
.portal-popup .roles-selector-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .roles-selector-body .container-view .nav-tabs-underline {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -20px;
}
.portal-popup .dialog-body > .lfr-nav + .container-fluid-max-xl,
.portal-popup .export-dialog-tree > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-form-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .process-list > .lfr-nav + .container-fluid-max-xl,
.portal-popup .roles-selector-body > .lfr-nav + .container-fluid-max-xl {
  padding-top: 0;
}
.portal-popup .login-container {
  padding: 1rem;
}
.portal-popup .navbar ~ .portlet-configuration-setup,
.portal-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative;
}
@media (min-width: 576px) {
  .portal-popup .navbar ~ .portlet-configuration-setup,
  .portal-popup .portlet-export-import-container {
    height: calc(100% - 48px);
  }
}
.portal-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
}
.portal-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0;
}
.portal-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.portal-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px;
}
@media (min-width: 576px) {
  .portal-popup .portlet-configuration-setup .lfr-nav {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.portal-popup .lfr-dynamic-uploader,
.portal-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 576px) {
  .portal-popup .lfr-dynamic-uploader,
  .portal-popup .process-list {
    top: 48px;
  }
}
.portal-popup .portlet-export-import-publish-processes {
  top: 0;
}
.portal-popup .dialog-footer {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
  z-index: 1020;
}
@media (min-width: 768px) {
  .portal-popup .dialog-footer {
    position: fixed;
  }
}
.portal-popup .dialog-footer .btn {
  margin-left: 1rem;
  margin-right: 0;
}
.portal-popup .dialog-footer.dialog-footer-not-reverse {
  flex-direction: initial;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .portal-popup .dialog-body:not(:last-child),
  .portal-popup .lfr-dynamic-uploader:not(:last-child),
  .portal-popup .lfr-form-content:not(:last-child),
  .portal-popup .portlet-configuration-body-content:not(:last-child),
  .portal-popup .roles-selector-body:not(:last-child) {
    padding-bottom: 60px;
  }
}
.portal-popup .lfr-dynamic-uploader {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
  display: none;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
  flex-grow: 1;
  max-width: none;
  overflow: auto;
}
.portal-popup .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0;
}
.portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}
@media print {
  .portal-popup:not(.article-preview) #main-content,
  .portal-popup:not(.article-preview) #wrapper {
    position: initial;
  }
}
.portal-popup .columns-max > .portlet-layout.row {
  margin-left: 0;
  margin-right: 0;
}
.portal-popup .columns-max > .portlet-layout.row > .portlet-column {
  padding-left: 0;
  padding-right: 0;
}

html:not(#__):not(#___) .portlet-layout.dragging {
  border-collapse: separate;
}
html:not(#__):not(#___) .drop-area {
  background-color: #d3dadd;
}
html:not(#__):not(#___) .active-area {
  background: #ffc;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}
html:not(#__):not(#___) .sortable-layout-proxy {
  opacity: 1;
}
html:not(#__):not(#___) .sortable-layout-proxy .portlet-topper {
  background-image: none;
}
html:not(#__):not(#___) .proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
html:not(#__):not(#___) .proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
html:not(#__):not(#___) .proxy.generic-portlet .portlet-title {
  padding: 10px;
}
html:not(#__):not(#___) .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;
}
html:not(#__):not(#___) .resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}
html:not(#__):not(#___) .sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}
html:not(#__):not(#___) .sortable-layout-drag-target-indicator {
  margin: 2px 0;
}
html:not(#__):not(#___) .yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-layout.dragging {
  border-collapse: separate;
}

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

.active-area {
  background: #ffc;
}

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .portlet-boundary.yui3-dd-dragging {
    transition: none;
  }
}
.c-prefers-reduced-motion .portlet-boundary.yui3-dd-dragging {
  transition: none;
}
.portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}

.sortable-layout-proxy {
  opacity: 1;
}
.sortable-layout-proxy .portlet-topper {
  background-image: none;
}

.proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
.proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
.proxy.generic-portlet .portlet-title {
  padding: 10px;
}
.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;
}

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

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

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

.yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-column-content.empty {
  padding: 50px;
}

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content {
  padding: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .field-input {
  margin-bottom: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .textfield-label {
  display: none;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
  display: inline-block;
  vertical-align: bottom;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
  margin-top: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn {
  display: inline-block;
  float: none;
  margin-top: 0;
  width: auto;
}

.lfr-source-editor {
  border: solid 0 #ccc;
  border-bottom-width: 2px;
  position: relative;
}
.lfr-source-editor .ace_editor {
  height: 100%;
}
.lfr-source-editor .lfr-source-editor-toolbar li > .btn {
  background-color: #fff;
  border: transparent;
  color: #717383;
  outline: 0;
}
.lfr-source-editor .lfr-source-editor-code {
  background-color: #fff;
  color: #2b4259;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter {
  background-color: #ededef;
  color: #868896;
  overflow: hidden;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
  font-family: fontawesome-alloy;
  text-align: center;
  vertical-align: middle;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before {
  content: "▾";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
  content: "▸";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
  color: #fff;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #717383;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
  border-right: solid 1px #ccc;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #ededef;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
  color: #34adab;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
  color: #1d5ec7;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
  color: #ff6c58;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
  color: #f00;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code {
  background-color: #47474f;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
  background: #54555e;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #009aed;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #11394e;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
  color: #4d91ff;
}

.lfr-fullscreen-source-editor {
  height: 100%;
  overflow: hidden;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-header {
  height: 40px;
  margin-right: 4px;
  margin-top: 4px;
  min-height: 40px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content {
  height: 95%;
  position: relative;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .panel-splitter {
  border: 1px solid #ccc;
  position: absolute;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .preview-panel {
  display: inline-block;
  overflow-y: auto;
  padding-left: 20px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .source-panel {
  display: inline-block;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .preview-panel {
  height: 100%;
  width: 50%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .panel-splitter {
  height: 100%;
  left: 50%;
  top: 0;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .preview-panel {
  height: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .panel-splitter {
  top: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .panel-splitter,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .preview-panel {
  display: none;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .source-panel {
  height: 100%;
  width: 100%;
}

.lfr-fulscreen-source-editor-dialog .modal-footer {
  text-align: left;
}

.file-icon-color-0 {
  background-color: #fff;
  color: #6c757d;
}

.file-icon-color-1 {
  background-color: #fff;
  color: #6c757d;
}

.file-icon-color-2 {
  background-color: #fff;
  color: #24a892;
}

.file-icon-color-3 {
  background-color: #fff;
  color: #ff4d4d;
}

.file-icon-color-4 {
  background-color: #fff;
  color: #ff6200;
}

.file-icon-color-5 {
  background-color: #fff;
  color: #bf66ff;
}

.file-icon-color-6 {
  background-color: #fff;
  color: #0099e6;
}

.file-icon-color-7 {
  background-color: #fff;
  color: #ff4db2;
}

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3;
}
.lfr-item-viewer.uploading > .progress-container {
  visibility: visible;
}
.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}
.lfr-item-viewer .image-viewer-base-image-list {
  padding-top: 35px;
}
.lfr-item-viewer .item-preview:hover {
  cursor: pointer;
}
.lfr-item-viewer .progress-container {
  background-color: #fff;
  left: 0;
  margin: 0 auto;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 80%;
  z-index: 1000;
}
.lfr-item-viewer .progress-container a {
  position: absolute;
  right: 30px;
}
.lfr-item-viewer .progress-container .progress {
  margin-top: 10px;
}
.lfr-item-viewer .search-info {
  background-color: #d3e8f1;
}
.lfr-item-viewer .search-info .keywords {
  font-size: 1.4em;
  font-weight: bold;
}
.lfr-item-viewer .search-info .change-search-folder {
  font-size: 0.8em;
  font-weight: normal;
}
.lfr-item-viewer .upload-view {
  display: table;
  height: 400px;
  margin-top: 20px;
  width: 100%;
}
.lfr-item-viewer .upload-view > div {
  display: table-cell;
  vertical-align: middle;
}
.lfr-item-viewer .yui3-widget-bd {
  position: relative;
}

.lfr-menu-expanded li a:focus {
  background-color: #5b677d;
  color: #fff;
  text-shadow: -1px -1px #2c2f34;
}

.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all;
}

.lfr-page-layouts {
  padding: 0;
}
.lfr-page-layouts input[type=radio] {
  opacity: 0;
  position: absolute;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal {
  cursor: default;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  bottom: -0.0625rem;
  content: "";
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  transition: none;
}

.lfr-page-layouts .card-horizontal {
  cursor: pointer;
  outline: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal {
  transition: none;
}

.lfr-page-layouts .card-horizontal::after {
  border-radius: 0 0 0.25rem 0.25rem;
  bottom: -0.0625rem;
  content: "";
  height: 0;
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal::after {
  transition: none;
}

.modal-body.dialog-iframe-bd {
  overflow: hidden;
  padding: 0;
}

.modal-dialog:not(.dialog-iframe-modal):not(.modal-full-screen) {
  position: relative;
}
.modal-dialog.dialog-iframe-modal {
  max-width: none;
}
.modal-dialog.modal-dialog-sm {
  max-width: 500px;
}
.modal-dialog .yui3-resize-handles-wrapper {
  pointer-events: all;
}
.modal-dialog .yui3-resize-handles-wrapper .yui3-resize-handle-inner-br {
  bottom: 0;
  right: 0;
}

.modal-open .modal {
  display: block;
}

.sheet > .panel-group .sheet-footer {
  margin-bottom: 0;
}

.sheet-footer .btn {
  margin-right: 0.5rem;
}
.sheet-footer .btn:last-child {
  margin-right: 0;
}

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em;
  white-space: normal;
}
.tag-items li {
  display: inline-block;
  margin: 0 1em 0 0;
  max-width: 100%;
}

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

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

.lfr-portal-tooltip {
  display: inline-flex;
}
.lfr-portal-tooltip,
.lfr-portal-tooltip a {
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.tree-node .icon-check {
  padding-right: 2px;
}
.tree-node .tree-node-checked .icon-check {
  padding-right: 0;
}
.tree-node [class^=icon-] {
  margin-right: 5px;
}
.tree-node .tree-node-checkbox-container {
  margin-right: 0;
}
.tree-node .tree-node-selected .tree-label {
  background: none;
}

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px;
}
.tree-node-content .tree-label {
  margin-left: 3px;
}
.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden;
}

.tree-node-selected .tree-label {
  background-color: transparent;
}

.tree-view li.tree-node .tree-node-content svg.lexicon-icon {
  pointer-events: none;
}

.user-icon-color-0 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #6c757d;
}

.user-icon-color-1 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #66abff;
}

.user-icon-color-2 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ff6200;
}

.user-icon-color-3 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ff4d4d;
}

.user-icon-color-4 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #24a892;
}

.user-icon-color-5 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ff4db2;
}

.user-icon-color-6 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #53a117;
}

.user-icon-color-7 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #bf66ff;
}

.user-icon-color-8 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #b38900;
}

.user-icon-color-9 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #0099e6;
}

.collapse.open {
  display: block;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-top'%20d='M480%2064H32C14.336%2064%200%2049.664%200%2032S14.336%200%2032%200h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-middle'%20d='M480%20288H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-bottom'%20d='M480%20512H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3C/svg%3E");
  height: 1em;
  width: 1em;
}

.navbar-nav .nav-item.hover:after {
  bottom: -0.125rem;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.navbar .navbar-toggler .c-inner {
  max-width: none;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  position: relative;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
html:not(#__):not(#___) .cadmin .component-action.portlet-options {
  color: white;
}

body.portlet {
  border-width: 0;
}

.portlet-icon-back {
  margin-top: -2px;
}
.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}

.portlet-options-dropdown {
  z-index: 1035;
}

.portlet-topper {
  position: relative;
}
.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
.portlet-draggable .portlet-topper {
  cursor: move;
}

.portlet-title-editable {
  cursor: pointer;
}

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
.panel-page-body .portlet-title-text, .panel-page-content .portlet-title-text {
  cursor: auto;
}

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

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

.portlet-layout .portlet-header {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .portlet .visible-interaction {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none;
  }
}
.portlet:hover .visible-interaction, .portlet.open .visible-interaction, .portlet.focus .visible-interaction {
  display: block;
}

.controls-hidden .lfr-meta-actions,
.controls-hidden .lfr-configurator-visibility {
  display: none;
}
.controls-hidden .portlet-title-editable {
  pointer-events: none;
}
.controls-hidden .portlet-topper {
  display: none !important;
}
.controls-hidden .portlet-topper-toolbar {
  display: none !important;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  height: 28px;
  padding: 3px 12px 3px 24px;
  position: relative;
}
html:not(#__):not(#___) .cadmin.portlet-topper .lexicon-icon {
  height: 12px;
  width: 12px;
}
html:not(#__):not(#___) .cadmin.portlet-topper .lexicon-icon.lexicon-icon-drag {
  height: 16px;
  width: 16px;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transform: translateY(-97%);
    transition: opacity 0.15s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    transition: none;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .c-prefers-reduced-motion .cadmin.portlet-topper {
    transition: none;
  }
}
html:not(#__):not(#___) .cadmin .portlet-actions {
  float: right;
}
html:not(#__):not(#___) .cadmin .portlet-options {
  display: inline-block;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu {
  flex: 0 1 auto;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > span > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:focus, html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-name-text {
  font-size: 12px;
  font-weight: 600;
  margin-left: 4px;
}
html:not(#__):not(#___) .cadmin .portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 576px) {
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet:hover .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.focus .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.open > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: #e7e7e7;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.focus > .cadmin.portlet-topper {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper {
    transition-duration: 0ms;
  }
}
@media (max-width: 767.98px) {
  html:not(#__):not(#___) .controls-visible .cadmin.portlet-topper {
    align-items: center;
    display: box;
    display: flex;
  }
}
html:not(#__):not(#___) .controls-visible .cadmin .portlet-topper-toolbar {
  display: block;
}

.portlet {
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-content-editable, .controls-visible .portlet.open > .portlet-content-editable, .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: #e7e7e7;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-topper, .controls-visible .portlet.open > .portlet-topper, .controls-visible .portlet.focus > .portlet-topper {
    opacity: 1;
  }
}
@media (min-width: 576px) {
  .lfr-configurator-visibility .portlet:hover .portlet-topper, .lfr-configurator-visibility .portlet.focus .portlet-topper, .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}

.portlet-content-editable {
  border-color: #e7e7e7;
  border-radius: 0 0 4px 4px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 10px;
}
.portlet-actions {
  float: right; }

.portlet-options {
  display: inline-block; }

.portlet-title-default {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2; }

.portlet-title-text {
  display: none; }

.portlet-title-menu {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
.portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none; }

.portlet-topper {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
  border-radius: 4px 4px 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: #777;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  position: relative; }

.portlet-topper-toolbar {
  margin-bottom: 0;
  margin-right: -10px;
  margin-top: 0;
  padding-left: 0; }
.portlet-topper-toolbar > a, .portlet-topper-toolbar > span > a, .portlet-topper-toolbar .lfr-icon-menu > a {
  color: #777; }
.portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
  text-decoration: none;}
  .portlet > .portlet-content-editable {

  border-color: transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-content-editable {
    border-color: #e7e7e7;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.portlet-options {
  display: inline-block;
}

.portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portlet-title-menu {
  flex: 0 1 auto;
}
.portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}

/*.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}*/
.portlet > .portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.15s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-topper {
    display: box;
    display: flex;
  }
}

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
.portlet-topper-toolbar > a,
.portlet-topper-toolbar > span > a,
.portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
.portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
.controls-visible .portlet-topper-toolbar {
  display: block;
}

.lfr-panel-page .portlet-title {
  font-size: 13px;
}

.portlet-borderless .portlet-content {
  padding: 1rem;
}
.portlet-decorate .portlet-content {
  background: #fff;
  border-color: transparent;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  padding: 1rem;
  word-wrap: break-word;
}
.portlet-barebone .portlet-content {
  padding: 0;
}

.portlet-dynamic-data-lists-display .lfr-ddm-field-group,
.portlet-dynamic-data-lists .lfr-ddm-field-group {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 28px 24px;
}

.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center;
}
.breadcrumb.breadcrumb-vertical li {
  display: block;
}
.breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
  background: none;
}
.breadcrumb.breadcrumb-vertical .divider {
  background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
  display: block;
  height: 10px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.navbar form {
  margin: 0;
}

:not(.inline-item) > .loading-animation {
  margin-bottom: 20px;
  margin-top: 20px;
}
.product-menu .loading-animation {
  margin-top: 160px;
}

@keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    transform: scale(1.1);
  }
  75% {
    background-color: #ddedde;
    border-color: #7d7;
  }
  100% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
}
.lfr-upload-container .progress-bar,
.lfr-upload-container .progress {
  border-radius: 10px;
}
.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target {
  border-radius: 5px;
}
.upload-drop-active .lfr-upload-container .upload-target {
  animation: none;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  animation: lfr-drop-active 1s ease 0.2s infinite;
}

.select-files {
  border-radius: 5px;
}

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  box-shadow: none;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
  box-shadow: 0 0 5px 0 #333;
  transition-duration: 0.25s;
  transition-property: box-shadow;
  transition-timing-function: ease-out;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
  border-radius: 50%;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.lfr-progress-active .progress-bar-status,
.lfr-upload-container .file-uploading .progress-bar .progress {
  animation: progress-bar-stripes 0.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-size: 40px 40px;
  transition: width, 0.5s, ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-progress-active .progress-bar-status,
  .lfr-upload-container .file-uploading .progress-bar .progress {
    transition: none;
  }
}
.c-prefers-reduced-motion .lfr-progress-active .progress-bar-status,
.c-prefers-reduced-motion .lfr-upload-container .file-uploading .progress-bar .progress {
  transition: none;
}

@keyframes highlight-animation {
  from {
    background-color: #ffc;
  }
  to {
    background-color: transparent;
  }
}
.highlight-animation {
  animation: highlight-animation 0.7s;
}

.portlet-options.btn-group .dropdown-toggle, .portlet-options.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.form-group.form-inline.input-boolean-wrapper label, .form-group.form-inline.input-checkbox-wrapper label {
  gap: 0.3125rem;
}

/* inject:imports */
/* endinject */
.row [class*=span] {
  min-height: 0;
}

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

.search .portlet-borderless-bar {
  margin-top: -10px;
  z-index: 1000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.search .portlet-borderless-bar .portlet-actions {
  line-height: 20px;
}

.portlet-borderless-bar .portlet-options a.dropdown-toggle, .portlet-borderless-bar .portlet-options.open .dropdown-toggle {
  background-image: url(../images/portlet/options_borderless.png) !important;
}

.portlet-borderless-bar {
  margin-top: -25px;
  z-index: 1000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

form {
  margin: 0;
}

.container {
  max-width: 900px;
}

.dockbar .navbar-inner .container {
  max-width: 100%;
}

.ios input, .ios input.input-large, .ios textarea, .ios .uneditable-input {
  max-width: 100% !important;
}

/* Chosen v1.1.0 | (c) 2011-2013 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/master/picto/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/master/picto/chosen-sprite.png) no-repeat 0 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: #fff url(../images/master/picto/chosen-sprite.png) no-repeat 100% -20px;
  background: url(../images/master/picto/chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
  background-image: -o-linear-gradient(#eee 1%, #fff 15%);
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/master/picto/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
  background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
  background-image: -o-linear-gradient(#eee 20%, #fff 80%);
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: 0;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #111 !important;
}

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: 0;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: #fff url(../images/master/picto/chosen-sprite.png) no-repeat -30px -20px;
  background: url(../images/master/picto/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(chosen-sprite-retina.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.24
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline; /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50); /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100); /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline; /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px 2px;
  filter: Alpha(Opacity=50); /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100); /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

.primary-title.corporate,
.secondary-title.corporate {
  color: #009058;
}
.primary-title.business,
.secondary-title.business {
  color: #339BBE;
}

.primary-title {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.786em;
  font-weight: 400;
  line-height: 1.2em;
}

.secondary-title {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.571em;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0 0 20px;
}
.secondary-title.with-arrow {
  position: relative;
  padding: 0 100px 15px 30px;
}
.secondary-title.with-arrow i {
  position: absolute;
  left: 0;
  top: 10px;
}
.secondary-title.tab {
  padding-left: 36px;
}
.secondary-title.bullet-title {
  position: relative;
}
.secondary-title.bullet-title:before {
  content: "•";
  position: absolute;
  top: 1px;
  left: -20px;
  font-size: 30px;
}

.border-title {
  display: inline-block !important;
}
.border-title:after {
  content: "";
  display: block;
  margin-top: 18px;
  border-style: solid;
  border-color: #3E3D3C;
  height: 1px;
  width: 100%;
}

.border-title-center:after {
  margin-left: auto;
  margin-right: auto;
}

.header-title {
  display: none;
}

@media (min-width: 980px) {
  .border-title:after {
    border-width: 0 0 2px 0;
  }
}
@media (max-width: 979px) {
  .border-title:after {
    border-width: 0 0 1px 0;
  }
}
@media (max-width: 768px) {
.v-slot-rich-breadcrumb .rich-breadcrumb > .v-slot .v-panel{
    margin-top: -10px;
    margin-left: -6px;
}

/*.v-slot-rich-breadcrumb .rich-breadcrumb > .v-slot{
   width: 85px;
}*/
}
@media (max-width: 767px) {
  .secondary-title {
    font-size: 1em;
    text-align: center;
  }
  .secondary-title.with-arrow {
    padding: 0 0 15px;
  }
  .secondary-title.with-arrow i {
    display: none;
  }
  .secondary-title.tab {
    padding-left: 0;
  }
  .accordion .secondary-title {
    text-align: left;
  }
}
.reset-list, .footer-contact .contact-means, .footer-about .about-links, .navbar-bt div.dropdown-menu, .accordion, .about-box .about-social-list, .about-box .about-data, .rich-breadcrumb, .languages-list, .navbar-nav, .navbar-collapse .nav, .step-list, .float-list-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.styled-list, .number-list, .square-list, .bullet-list {
  margin: 0 0 15px;
  padding: 0 0 0 30px;
}
.styled-list > li, .number-list > li, .square-list > li, .bullet-list > li {
  margin-bottom: 7px;
  line-height: 20px;
}

.float-list-items:before, .footer-about .about-links:before, .about-box .about-social-list:before, .about-box .about-data:before, .float-list-items:after, .footer-about .about-links:after, .about-box .about-social-list:after, .about-box .about-data:after {
  content: " ";
  display: table;
}
.float-list-items:after, .footer-about .about-links:after, .about-box .about-social-list:after, .about-box .about-data:after {
  clear: both;
}
.float-list-items > li, .footer-about .about-links > li, .about-box .about-social-list > li, .about-box .about-data > li {
  float: left;
  display: block;
}

.bullet-list {
  list-style-type: disc;
}

.square-list {
  list-style-type: square;
}

.number-list {
  list-style-type: decimal;
}
.number-list.bold-number {
  font-family: "bnpp-square-bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.number-list.bold-number .txt-list {
  font-weight: normal;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.step-list .step {
  margin-bottom: 30px;
}
.step-list .step.step-border {
  border-bottom: 1px solid #C5C4C4;
}
.step-list .step > i[class^=iconbt-] {
  display: inline-block;
  margin-right: 18px;
  vertical-align: top;
}
.step-list .step-title {
  margin-bottom: 0;
  display: inline-block;
  font-size: 1.286em;
  line-height: 1.278em;
  text-transform: uppercase;
}
.step-list .step-content {
  margin-top: 25px;
  padding-bottom: 15px;
}
.step-list .step-content.tab {
  padding-left: 48px;
}
.step-list .step-content .row-fluid:last-child {
  margin-bottom: 0;
}

.corporate-list {
  color: #009058;
}
.corporate-list .txt-list {
  color: #3E3D3C;
}

.business-list {
  color: #339BBE;
}
.business-list .txt-list {
  color: #3E3D3C;
}

.documents-list .document-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #C5C4C4;
}
.documents-list .document-item:before, .documents-list .document-item:after {
  content: " ";
  display: table;
}
.documents-list .document-item:after {
  clear: both;
}
.documents-list .document-item .iconbt-doc {
  margin-right: 10px;
  float: left;
}
.documents-list .document-details {
  float: left;
}
.documents-list .document-name {
  display: block;
  margin-top: 5px;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 16px;
}
.documents-list .delete-document {
  margin-top: 5px;
  display: inline-block;
  text-decoration: underline;
}
.documents-list .delete-document, .documents-list .delete-document:hover, .documents-list .delete-document:visited {
  color: #3E3D3C;
}
.documents-list .delete-document i {
  margin-right: 3px;
}

@media (max-width: 767px) {
  .documents-list .document-details {
    width: 80%;
  }
}
.lfr-add-panel .add-content-menu .lfr-content-item {
  display: list-item;
  line-height: 27px;
  color: #339BBE;
}

.lfr-add-panel .add-content-menu .lfr-content-item:hover {
  background-color: #cce8f1;
}

.lfr-add-panel .add-content-menu li.tab > a {
  box-shadow: none;
  color: #339BBE;
  background-color: none;
  height: auto;
  padding: 8px 12px 8px 12px;
}

.lfr-add-panel .add-content-menu li.tab > a:hover {
  box-shadow: none;
  background-color: #eeeeee;
}

.lfr-add-panel .add-content-menu li.tab.active > a {
  box-shadow: none;
  color: white;
  background-color: #339BBE;
}

.lfr-add-panel.lfr-admin-panel h1, .lfr-device-preview-panel.lfr-admin-panel h1, .lfr-edit-layout-panel.lfr-admin-panel h1 {
  color: #339BBE;
  font-size: 26px;
  font-weight: normal;
  line-height: 26px;
}

.lfr-add-panel .add-content-menu .accordion-heading.toggler-header.toggler-header-expanded {
  background-color: #339BBE;
  color: white;
}

.has-control-menu .control-menu {
  position: relative;
}

.page-center,
.portlet-nested-portlets {
  margin: 0 auto;
}

.aside-block, .accordion .panel-header {
  display: block;
}
.aside-block:before, .accordion .panel-header:before, .aside-block:after, .accordion .panel-header:after {
  content: " ";
  display: table;
}
.aside-block:after, .accordion .panel-header:after {
  clear: both;
}
.aside-block .label, .accordion .panel-header .label {
  margin-left: 0 !important;
}

.aside,
.aside-block .aside,
.accordion .panel-header .aside {
  float: right;
  text-align: right;
}
.aside .label,
.aside-block .aside .label {
  float: left;
}

.aside-left .aside {
  float: left;
  text-align: left;
}

.fakebg {
  background-color: whitesmoke;
  height: 280px;
  position: absolute;
  top: 40px;
  width: 100%;
}

@media (min-width: 980px) {
  .page-center,
  .portlet-nested-portlets {
    width: auto;
    max-width: 980px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .page-center {
    width: auto;
    max-width: 720px;
  }
  .page-center.narrow {
    padding: 0 20px;
  }
  .portlet-nested-portlets {
    width: auto;
    max-width: 720px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }
  .page-center {
    width: auto;
  }
  .page-center.narrow {
    padding: 0 15px;
  }
  .portlet-nested-portlets {
    width: auto;
    padding: 0 15px;
  }
}
@font-face {
  font-family: "bnpp-square-condensed";
  src: url("./fonts/bnpp-condensed-regular/bnpp_sans_cond_v2-webfont.eot");
  src: url("./fonts/bnpp-condensed-regular/bnpp_sans_cond_v2-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/bnpp-condensed-regular/bnpp_sans_cond_v2-webfont.woff") format("woff"), url("./fonts/bnpp-condensed-regular/bnpp_sans_cond_v2-webfont.ttf") format("truetype"), url("./fonts/bnpp-condensed-regular/bnpp_sans_cond_v2-webfont.svg#bnpp_sans_cond_v2-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bnpp-square-light";
  src: url("./fonts/bnpp-square-light/bnpp_square_light-webfont.eot");
  src: url("./fonts/bnpp-square-light/bnpp_square_light-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/bnpp-square-light/bnpp_square_light-webfont.woff") format("woff"), url("./fonts/bnpp-square-light/bnpp_square_light-webfont.ttf") format("truetype"), url("./fonts/bnpp-square-light/bnpp_square_light-webfont.svg#bnpp-square-light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bnpp-square-regular";
  src: url("./fonts/bnpp-square-regular/bnpp_square_regular-webfont.eot");
  src: url("./fonts/bnpp-square-regular/bnpp_square_regular-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/bnpp-square-regular/bnpp_square_regular-webfont.woff") format("woff"), url("./fonts/bnpp-square-regular/bnpp_square_regular-webfont.ttf") format("truetype"), url("./fonts/bnpp-square-regular/bnpp_square_regular-webfont.svg#bnpp-square-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bnpp-square-bold";
  src: url("./fonts/bnpp-square-bold/bnpp_square_bold-webfont.eot");
  src: url("./fonts/bnpp-square-bold/bnpp_square_bold-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/bnpp-square-bold/bnpp_square_bold-webfont.woff") format("woff"), url("./fonts/bnpp-square-bold/bnpp_square_bold-webfont.ttf") format("truetype"), url("./fonts/bnpp-square-bold/bnpp_square_bold-webfont.svg#bnpp-square-bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("./fonts/font-awesome/fontawesome-webfont.eot?v=4.6.3");
  src: url("./fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("./fonts/font-awesome/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("./fonts/font-awesome/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("./fonts/font-awesome/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("./fonts/font-awesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

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

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

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

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

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

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.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(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-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);
  -ms-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 {
  filter: none;
}

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

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

.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-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

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

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

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

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

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

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

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

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

input[type=file] {
  display: none;
}

::-webkit-file-upload-button {
  cursor: pointer;
}

.input-text,
input[type=email],
input[type=password],
input[type=text] {
  display: block !important;
  height: 38px !important;
  padding: 3px 11px;
  font-size: 14px;
  margin: 0 !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

input[type=text],
input[type=email],
input[type=password],
.input-text,
textarea,
select {
  line-height: 16px;
  font-size: 14px;
  color: #3E3D3C;
  border: 1px solid #B2B2B2;
}

select {
  height: 38px;
}

textarea {
  resize: vertical;
  padding: 3px 11px;
}

.placeholder {
  color: #787776;
}

.radio,
.checkbox {
  margin-top: 2px;
  margin-right: 3px;
  vertical-align: top;
}

.radio:checked + label,
.checkbox:checked + label {
  color: #339BBE;
}

.disabled .radio:checked + label,
.disabled .checkbox:checked + label {
  color: #9e9d9c;
}

.btn {
  display: inline-block;
  text-align: center !important;
  vertical-align: top;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  background: white;
  text-decoration: none;
  text-shadow: none;
  color: #3E3D3C;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.btn:visited {
  color: #3E3D3C;
}
.btn:hover {
  color: #339BBE;
  text-decoration: none;
  background: #FFF;
}
.btn.btn-business {
  color: #EBEBEB;
  background: #339BBE;
  text-decoration: none;
}
.btn.btn-business:visited {
  color: #EBEBEB;
}
.btn.btn-business:hover {
  background: #2e8baa;
  text-decoration: none;
}
.btn.btn-corporate {
  color: white;
  background: #009058;
  text-decoration: none;
}
.btn.btn-corporate:visited {
  color: #EBEBEB;
}
.btn.btn-corporate:hover {
  background: #007748;
  text-decoration: none;
}
.btn.btn-secondary {
  text-decoration: none;
  color: #31302f;
  background: #5bc0de;
}
.btn.btn-secondary:hover {
  background: #46b8da;
  text-decoration: none;
}
.btn.btn-secondary:hover {
  text-decoration: none;
  color: #31302f;
}
.btn.browse-file {
  padding: 10px 20px;
}

.claim-steps .btn {
  padding: 7px 28px;
}

label {
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
  vertical-align: top;
  font-weight: bold;
}

.brand-form.horizontal-form .row-fluid {
  margin-bottom: 30px;
}
.brand-form label, .brand-form .label {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.brand-form .radio-ctner label,
.brand-form .checkbox-ctner-ctner label {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

form input[readonly] {
  cursor: pointer;
}
form .default-value {
  color: #787776;
}
form .focused {
  border: 1px solid #999999;
}
form .input-text.disabled,
form textarea.disabled {
  cursor: default;
  pointer-events: none;
  background: #f8f8f8;
}
form .disabled label {
  color: #9e9d9c;
  cursor: default;
  pointer-events: none;
}

.boxshadow input[type=text],
.boxshadow input[type=email],
.boxshadow input[type=password],
.boxshadow .input-text,
.boxshadow textarea {
  -webkit-box-shadow: inset 1px 1px 2px 1px rgba(243, 241, 238, 0.71);
  box-shadow: inset 1px 1px 2px 1px rgba(243, 241, 238, 0.71);
}
.boxshadow input[type=text]:focus,
.boxshadow input[type=email]:focus,
.boxshadow input[type=password]:focus,
.boxshadow .input-text:focus,
.boxshadow textarea:focus {
  border: 1px solid #999999;
}

.no-boxshadow input[type=text],
.no-boxshadow input[type=email],
.no-boxshadow input[type=password],
.no-boxshadow .input-text,
.no-boxshadow textarea {
  border: 1px solid #B2B2B2;
}

.boxshadow .input-text:-webkit-autofill,
.boxshadow textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset;
  -webkit-text-fill-color: #3E3D3C;
}

.no-boxshadow .btn {
  border-width: 0 4px 4px 0;
  border-style: solid;
  border-color: grey04;
}
.no-boxshadow .btn.btn-business {
  border-color: #8E1855;
}
.no-boxshadow .btn.btn-secondary {
  border-color: grey04;
}

.boxshadow .btn {
  -webkit-box-shadow: 4px 4px 0 rgba(193, 182, 188, 0.82);
  box-shadow: 4px 4px 0 rgba(193, 182, 188, 0.82);
  border: none;
}
.boxshadow .btn.btn-business {
  border: none;
  -webkit-box-shadow: 4px 4px 0 #287a96;
  box-shadow: 4px 4px 0 #287a96;
}
.boxshadow .btn.btn-corporate {
  border: none;
  -webkit-box-shadow: 4px 4px 0 #066b49;
  box-shadow: 4px 4px 0 #066b49;
}
.boxshadow .btn.btn-secondary {
  border: none;
  -webkit-box-shadow: 4px 4px 0 rgba(166, 164, 160, 0.76);
  box-shadow: 4px 4px 0 rgba(166, 164, 160, 0.76);
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .btn {
    padding: 7px 28px;
    font-size: 1em;
    line-height: 1.857em;
  }
  .btn-medium {
    padding: 7px;
    font-size: 1.071em;
    line-height: 0.938em;
  }
}
@media (min-width: 980px) {
  input[type=text],
  .input-text,
  textarea {
    padding: 3px 11px;
  }
}
@media (max-width: 767px) {
  .btn {
    width: auto;
    padding: 12px 10px;
    font-size: 0.93em;
    line-height: 1em;
  }
  .btn.browse-file {
    padding: 14px 20px;
  }
}
.inline-form .radio-ctner,
.inline-form .checkbox-ctner {
  margin-right: 10px;
}
.inline-form .input-text {
  display: inline-block;
}
.inline-form .label,
.inline-form .radio-ctner,
.inline-form .checkbox-ctner {
  margin-right: 5px;
  display: inline-block;
  padding: 8px 15px;
}
.inline-form .label {
  padding-left: 0;
}

@media (min-width: 768px) {
  .horizontal-form .inline-form label {
    float: left;
    line-height: 28px;
  }
}
@media (min-width: 980px) {
  .inline-form .btn {
    padding: 16px 15px 14px;
    line-height: 0;
  }
  .inline-form .chosen-container-single .chosen-single {
    height: 29px;
    line-height: 29px;
  }
  .inline-form .chosen-container-single .chosen-single div b {
    background-position: 0 -4px;
  }
}
.no-boxshadow .inline-form .btn {
  border-width: 0 2px 2px 0;
}

.boxshadow .inline-form .btn {
  -webkit-box-shadow: 2px 2px 0 rgba(193, 182, 188, 0.82);
  box-shadow: 2px 2px 0 rgba(193, 182, 188, 0.82);
}
.boxshadow .inline-form .btn-business {
  -webkit-box-shadow: 2px 2px 0 #287a96;
  box-shadow: 2px 2px 0 #287a96;
}
.boxshadow .inline-form .btn-secondary {
  -webkit-box-shadow: 2px 2px 0 rgba(166, 164, 160, 0.76);
  box-shadow: 2px 2px 0 rgba(166, 164, 160, 0.76);
}

.lt-ie9 .inline-form .input-text {
  line-height: 28px;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .inline-form .btn {
    line-height: 0.4em;
  }
}
@media (max-width: 767px) {
  .inline-form .btn {
    line-height: 1.65em;
  }
}
.horizontal-form .row-fluid {
  margin-bottom: 15px;
}
.horizontal-form .row-fluid:before, .horizontal-form .row-fluid:after {
  content: " ";
  display: table;
}
.horizontal-form .row-fluid:after {
  clear: both;
}
.horizontal-form .row-fluid .input-text,
.horizontal-form .row-fluid select,
.horizontal-form .row-fluid textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.horizontal-form .radio-ctner,
.horizontal-form .checkbox-ctner {
  margin-right: 20px;
}
.horizontal-form .radio-ctner label,
.horizontal-form .checkbox-ctner label {
  display: inline-block;
}
.horizontal-form label,
.horizontal-form .label {
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.lt-ie9 .horizontal-form .input-text {
  line-height: 28px;
}

#quick-search-form {
  position: relative;
}

@media (min-width: 980px) {
  #quick-search-form i.iconbt-quick-search {
    position: absolute;
    top: 3px;
    left: 3px;
  }
  .search-wrapper {
    height: 50px;
    padding: 10px;
    background-color: white;
    border-radius: 0 5px 0 0;
    padding: 10px 10px;
  }
  .active .search-wrapper {
    background: #EBEBEB;
  }
  #quick-search {
    margin-bottom: 0;
    /*padding-left: 35px;*/
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }
}
@media (max-width: 979px) {
  #quick-search-form i.iconbt-quick-search {
    display: none;
  }
  .search-wrapper {
    background-color: white;
    padding: 10px 10px;
  }
  #quick-search {
    margin: 0;
    display: block;
    height: 32px;
    width: 100%;
    border: none;
    padding: 3px 11px 3px 16px;
    line-height: 32px;
    box-shadow: none;
    color: #3E3D3C;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .search-wrapper {
    padding: 0;
  }
  #quick-search {
    font-size: 14px;
  }
}
.fileUpload {
  margin: 0 10px;
  padding: 10px 30px;
  position: relative;
  line-height: 16px;
  text-shadow: none;
  overflow: hidden;
}
.fileUpload.btn-business {
  border-radius: 0;
  background-color: #339BBE;
  background-image: none;
  box-shadow: 4px 4px 0 #287a96;
}
.fileUpload input.uploadBtn {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  font-size: 20px;
  cursor: pointer;
  filter: alpha(opacity=0);
  display: block;
  opacity: 0;
}

.custom-radio-ctner .radio {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  width: 20px;
  height: 18px;
  margin: 0;
  outline: none;
}
.custom-radio-ctner .custom-radio {
  display: inline-block;
  vertical-align: middle;
}
.custom-radio-ctner .radio:checked ~ label {
  color: #339BBE;
}
.custom-radio-ctner.disabled .radio:checked + .custom-radio + label {
  color: #9e9d9c;
}

.borderradius .custom-radio-ctner .radio {
  -webkit-box-shadow: 0 0 0 1px #B2B2B2;
  box-shadow: 0 0 0 1px #B2B2B2;
}
.borderradius .custom-radio-ctner .custom-radio {
  width: 8px;
  height: 8px;
  margin: 0 3px 3px -22px;
  border: 3px solid white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-color: white;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 0 1px #B2B2B2;
  box-shadow: 0 0 0 1px #B2B2B2;
}
.borderradius .custom-radio-ctner .radio:checked + .custom-radio {
  background-color: #3E3D3C;
  -webkit-box-shadow: 0 0 0 2px #339BBE;
  box-shadow: 0 0 0 2px #339BBE;
}
.borderradius .custom-radio-ctner.disabled .radio:checked + .custom-radio {
  background-color: #9e9d9c;
  -webkit-box-shadow: 0 0 0 2px #9e9d9c;
  box-shadow: 0 0 0 2px #9e9d9c;
}

/* no-borderradius => sprite */
.no-borderradius .custom-radio-ctner .custom-radio {
  margin: 0 0 3px -22px;
  height: 22px;
  width: 22px;
  overflow: hidden;
  background: url("../images/master/picto/ie8-custom-radio.png") no-repeat -3px -52px;
}
.no-borderradius .custom-radio-ctner .radio:checked + .custom-radio {
  background-position: -3px -3px;
}
.no-borderradius .custom-radio-ctner.disabled .custom-radio {
  background-position: -3px -52px;
}
.no-borderradius .custom-radio-ctner.disabled .radio:checked + .custom-radio {
  background-position: -3px -27px;
}

.custom-checkbox-ctner input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  width: 25px;
  height: 24px;
  margin: 0;
  position: relative;
  z-index: 10;
  outline: none;
}
.custom-checkbox-ctner .custom-checkbox {
  margin-left: -25px;
  display: inline-block;
  width: 25px;
  height: 24px;
  background: url("../images/master/picto/sprite-blue.png") no-repeat -25px -640px;
}
.custom-checkbox-ctner .custom-checkbox + label {
  margin-top: 5px;
  line-height: 1em;
}
.custom-checkbox-ctner input:checked + .custom-checkbox:after {
  display: inline-block;
  content: "";
  width: 25px;
  height: 24px;
  background: url("../images/master/picto/sprite-blue.png") no-repeat 0 -640px;
}
.custom-checkbox-ctner .checkbox:checked ~ label {
  color: #339BBE;
}
.custom-checkbox-ctner.disabled {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.custom-checkbox-ctner.disabled .checkbox:checked + .custom-checkbox + label {
  color: #9e9d9c;
}

select {
  width: 100%;
}

.chosen-container {
  max-width: 100%;
}

.chosen-container-single .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-color: #B2B2B2;
  background: white;
  font-size: 14px;
  color: #3E3D3C;
  height: 36px;
  line-height: 36px;
  -webkit-box-shadow: inset 0px -3px 0px 0px rgba(243, 241, 238, 0.71);
  box-shadow: inset 0px -3px 0px 0px rgba(243, 241, 238, 0.71);
}
.chosen-container-single .chosen-single:hover,
.chosen-container-active.chosen-with-drop .chosen-single:hover {
  color: #3E3D3C;
  text-decoration: none;
}

.chosen-container-single .chosen-single div,
.chosen-container-active.chosen-with-drop .chosen-single div {
  width: 34px;
  border-left: 1px solid #B2B2B2;
}

.chosen-container-single .chosen-single div b {
  background-position: 0 -1px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -35px -1px;
}

.chosen-container-single .chosen-single span {
  margin-right: 35px;
}

.chosen-container-single .chosen-drop {
  margin-top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.chosen-container .chosen-results {
  padding: 0;
  margin: 0;
}

.chosen-container .chosen-results li {
  line-height: 24px;
}

.chosen-container .chosen-results li.highlighted {
  background: #f3f1ee;
  color: #3E3D3C;
}

.chosen-container-single .chosen-search input[type=text] {
  background-position: 100% -28px;
  color: #3E3D3C;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /*.chosen-container-single .chosen-single div b {

  	background-position: 15px 3px;
  }*/
  .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -6px 3px;
  }
  .chosen-container-single .chosen-search input[type=text] {
    background-position: 95% -20px;
  }
}
.slider-container {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 10px 0;
}
.slider-container .legend {
  margin: 0 2.5% 18px;
  padding: 0;
  position: relative;
  height: 26px;
}
.slider-container .legend:before, .slider-container .legend:after {
  content: " ";
  display: table;
}
.slider-container .legend:after {
  clear: both;
}
.slider-container .legend li {
  position: absolute;
  top: 0;
  list-style: none;
  text-align: center;
  cursor: pointer;
  width: 120px;
  margin-left: -60px;
  line-height: 16px;
}
.slider-container .legend li span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  color: #3E3D3C;
  padding: 5px 10px;
  position: relative;
  border: 1px solid transparent;
}
.slider-container .legend li span:after {
  content: "";
  position: absolute;
  top: 44px;
  width: 2px;
  height: 13px;
  left: 50%;
  margin-left: -1px;
  z-index: 20;
  background-color: #FBFBFB;
  background-image: -webkit-linear-gradient(top, #E6E6E6, #FBFBFB);
  background-image: -moz-linear-gradient(top, #E6E6E6, #FBFBFB);
  background-image: -o-linear-gradient(top, #E6E6E6, #FBFBFB);
  background-image: linear-gradient(to bottom, #E6E6E6, #FBFBFB);
}
.slider-container .legend li.active ~ li span:after {
  background-color: #BABABA;
  background-image: -webkit-linear-gradient(top, #A3A3A3, #BABABA);
  background-image: -moz-linear-gradient(top, #A3A3A3, #BABABA);
  background-image: -o-linear-gradient(top, #A3A3A3, #BABABA);
  background-image: linear-gradient(to bottom, #A3A3A3, #BABABA);
}
.slider-container .legend li.active span {
  position: relative;
  color: #339BBE;
  border: 1px solid #339BBE;
  background-color: white;
}
.slider-container .legend li.active span:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #339BBE transparent transparent transparent;
  background: none;
}
.slider-container .legend li.active span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: auto;
  bottom: -6px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: white transparent transparent transparent;
  background: none;
}
.slider-container .legend li:first-child {
  text-align: left;
  left: -20px;
  margin-left: 0;
}
.slider-container .legend li:first-child.active span:before {
  left: 20px;
}
.slider-container .legend li:first-child.active span:after {
  left: 20px;
}
.slider-container .legend li:last-child {
  text-align: right;
  left: auto;
  right: -20px;
  margin-left: 0;
}
.slider-container .legend li:last-child.active span:before {
  left: auto;
  right: 13px;
}
.slider-container .legend li:last-child.active span:after {
  left: auto;
  right: 13px;
}
.slider-container .legend.three-elements li:nth-child(2) {
  left: 50%;
}
.slider-container .legend.four-elements li:nth-child(2) {
  left: 33.3333333333%;
}
.slider-container .legend.four-elements li:nth-child(3) {
  left: 66.6666666667%;
}
.slider-container .legend.five-elements li:nth-child(2) {
  left: 25%;
}
.slider-container .legend.five-elements li:nth-child(3) {
  left: 50%;
}
.slider-container .legend.five-elements li:nth-child(4) {
  left: 75%;
}
.slider-container .legend.six-elements li:nth-child(2) {
  left: 20%;
}
.slider-container .legend.six-elements li:nth-child(3) {
  left: 40%;
}
.slider-container .legend.six-elements li:nth-child(4) {
  left: 60%;
}
.slider-container .legend.six-elements li:nth-child(5) {
  left: 80%;
}
.slider-container .legend.seven-elements li:nth-child(2) {
  left: 16.6666666667%;
}
.slider-container .legend.seven-elements li:nth-child(3) {
  left: 33.3333333333%;
}
.slider-container .legend.seven-elements li:nth-child(4) {
  left: 50%;
}
.slider-container .legend.seven-elements li:nth-child(5) {
  left: 66.6666666667%;
}
.slider-container .legend.seven-elements li:nth-child(6) {
  left: 83.3333333333%;
}
.slider-container .legend.eight-elements li:nth-child(2) {
  left: 14.2857142857%;
}
.slider-container .legend.eight-elements li:nth-child(3) {
  left: 28.5714285714%;
}
.slider-container .legend.eight-elements li:nth-child(4) {
  left: 42.8571428571%;
}
.slider-container .legend.eight-elements li:nth-child(5) {
  left: 57.1428571429%;
}
.slider-container .legend.eight-elements li:nth-child(6) {
  left: 71.4285714286%;
}
.slider-container .legend.eight-elements li:nth-child(7) {
  left: 85.7142857143%;
}
.slider-container .slider {
  width: 95%;
  margin: 0 2.5%;
}
.slider-container .slider.ui-slider-horizontal {
  height: 13px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  background-color: white;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
  -webkit-box-shadow: inset 2px 2px 0px 0px #999999;
  box-shadow: inset 2px 2px 0px 0px #999999;
}
.slider-container .slider.ui-widget-content .ui-state-default {
  width: 14px;
  height: 28px;
  margin-left: -8px;
  top: -6px;
  border: none;
  outline: none;
  background: url("../images/master/plugins/slider.png") left top no-repeat;
}
.slider-container .slider.ui-widget-content .ui-widget-header {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  background-image: none;
  background-color: #c2c2c2;
  background-color: #C2C2C2;
  background-image: -webkit-linear-gradient(top, #B6B6B6, #C2C2C2);
  background-image: -moz-linear-gradient(top, #B6B6B6, #C2C2C2);
  background-image: -o-linear-gradient(top, #B6B6B6, #C2C2C2);
  background-image: linear-gradient(to bottom, #B6B6B6, #C2C2C2);
  -webkit-box-shadow: inset 2px 2px 0px 0px #999999;
  box-shadow: inset 2px 2px 0px 0px #999999;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25) {
  .custom-checkbox-ctner .custom-checkbox {
    background-image: url("../images/master/picto/sprite-blue@2x.png");
    background-size: 760px 667px;
  }
  .custom-checkbox-ctner input:checked + .custom-checkbox:after {
    background-image: url("../images/master/picto/sprite-blue@2x.png");
    background-size: 760px 667px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (-o-min-device-pixel-ratio: 2.25), only screen and (min--moz-device-pixel-ratio: 2.25), only screen and (min-device-pixel-ratio: 2.25) {
  .custom-checkbox-ctner .custom-checkbox {
    background-image: url("../images/master/picto/sprite-blue@3x.png");
    background-size: 760px 667px;
  }
  .custom-checkbox-ctner input:checked + .custom-checkbox:after {
    background-image: url("../images/master/picto/sprite-blue@3x.png");
    background-size: 760px 667px;
  }
}
@media (max-width: 767px) {
  .fileUpload {
    margin: 10px auto;
    display: block;
    width: 50%;
  }
  .slider-container .legend li {
    width: 70px;
    margin-left: -35px;
  }
  .slider-container .legend li:first-child, .slider-container .legend li:last-child {
    margin-left: 0;
  }
  .slider-container .legend li.active span:after {
    top: 0;
  }
  .slider-container .legend li span {
    padding: 5px;
  }
  .slider-container .slider.ui-slider-horizontal,
  .slider-container .legend li span:after {
    height: 20px;
  }
  .slider-container .slider.ui-widget-content .ui-state-default {
    width: 16px;
    height: 28px;
    margin-left: -8px;
    top: -4px;
    background: url("../images/master/plugins/slider-mobile.png") left top no-repeat;
  }
}
.form-error {
  display: block;
  color: #FFF;
  padding: 12px 15px;
  margin: 12px 0 0;
  background-color: #FF0000;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.input-text.valid + i,
textarea.valid + i {
  position: absolute;
  left: -40px;
  top: 4px;
}
.input-text.error,
textarea.error {
  position: relative;
  border: 1px solid #FF0000;
  background-color: #fff2f2;
}
.input-text.error + i,
textarea.error + i {
  position: absolute;
  left: -40px;
  top: 3px;
}
.input-text.error + i + label.error,
textarea.error + i + label.error {
  position: relative;
  display: block;
  color: #FFF;
  padding: 12px 15px;
  margin: 12px 0 0;
  background-color: #FF0000;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input-text.error + i + label.error:after,
textarea.error + i + label.error:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #ff0000 transparent;
}

select.valid + i {
  position: absolute;
  left: -40px;
  top: 4px;
}
select.error + i {
  position: absolute;
  left: -40px;
  top: 3px;
}
select.error + i + .chosen-container-single .chosen-single,
select .chosen-container-active.chosen-with-drop .chosen-single {
  position: relative;
  border: 1px solid #FF0000;
  background-color: #fff2f2;
}
select.error + i + .chosen-container + label.error,
select ~ .error {
  position: relative;
  display: block;
  color: #FFF;
  padding: 12px 15px;
  margin: 12px 0 0;
  background-color: #FF0000;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
select.error + i + .chosen-container + label.error:after,
select ~ .error:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #ff0000 transparent;
}

.with-box-infos + .box-infos {
  display: none;
  margin-top: 30px;
  padding: 10px 15px;
  line-height: 1.5em;
  background-color: white;
}
.with-box-infos + .box-infos i {
  display: none;
}
.with-box-infos + .box-infos > * {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.with-box-infos + .box-infos span {
  display: block;
  font-size: 1.286em;
}
.with-box-infos + .box-infos.valid {
  display: block;
}
.with-box-infos + .box-infos.valid .iconbt-valid {
  display: inline-block;
}
.with-box-infos + .box-infos.error {
  display: block;
}
.with-box-infos + .box-infos.error .iconbt-error {
  display: inline-block;
}

.label-required {
  display: none;
}

.control-group.success input, .control-group.success select, .control-group.success textarea, .control-group.success .checkbox, .control-group.success .radio {
  color: #3E3D3C;
}
.control-group.success .control-label:before {
  content: "";
  background: url("../images/master/picto/sprite-blue.png") -162px -443px no-repeat;
  position: absolute;
  height: 32px;
  width: 32px;
  left: -36px;
  top: 2px;
}
.control-group.error .help-inline {
  color: #FFFFFF;
  display: block;
  background-color: #FF0000;
  margin: 12px 0 0;
  padding: 12px 15px;
  position: relative;
}
.control-group.error .help-inline:after {
  content: "";
  position: absolute;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FF0000;
  border-width: 0 8px 10px;
  border-style: solid;
  left: 30px;
  top: -10px;
  height: 0;
  width: 0;
}
.control-group.error .help-inline:before {
  content: "";
  background: url("../images/master/picto/sprite-blue.png") -205px -445px no-repeat;
  position: absolute;
  height: 32px;
  width: 32px;
  left: -36px;
  top: -48px;
}

label.error {
  color: #FFFFFF;
  display: block;
  background-color: #FF0000;
  margin: 12px 0 0;
  padding: 12px 15px;
  position: relative;
}
label.error:before {
  content: "";
  background: url("../images/master/picto/sprite-blue.png") -205px -445px no-repeat;
  position: absolute;
  height: 32px;
  width: 32px;
  left: -36px;
  top: -45px;
}
label.error:after {
  content: "";
  position: absolute;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FF0000;
  border-width: 0 8px 10px;
  border-style: solid;
  left: 30px;
  top: -10px;
  height: 0;
  width: 0;
}

.upload-label + .span6 {
  margin-left: 0;
}

.valid-upload:before {
  content: "";
  background: url("../images/master/picto/sprite-blue.png") -162px -443px no-repeat;
  position: absolute;
  height: 32px;
  width: 32px;
  left: -36px;
  top: 32px;
}

input.error-field {
  border: 1px solid #FF0000;
}

input.success-field {
  border: 1px solid #488F06;
}

.checkout-box .row-fluid .span3 + .span3 .control-group.success .control-label:before,
.checkout-box .row-fluid .span4 + .span5 .control-group.success .control-label:before {
  display: none;
}
.checkout-box .row-fluid .span3 + .span3 .control-group.error .help-inline:before,
.checkout-box .row-fluid .span4 + .span5 .control-group.error .help-inline:before {
  display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25) {
  .control-group.success .control-label:before {
    background-image: url("../images/master/picto/sprite-blue@2x.png");
    background-size: 760px 667px;
  }
  .control-group.error .help-inline:before {
    background-image: url("../images/master/picto/sprite-blue@2x.png");
    background-size: 760px 667px;
  }
  label.error:before {
    background-image: url("../images/master/picto/sprite-blue@2x.png");
    background-size: 760px 667px;
  }
  .valid-upload:before {
    background-image: url("../images/master/picto/sprite-blue@2x.png");
    background-size: 760px 667px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (-o-min-device-pixel-ratio: 2.25), only screen and (min--moz-device-pixel-ratio: 2.25), only screen and (min-device-pixel-ratio: 2.25) {
  .control-group.success .control-label:before {
    background-image: url("../images/master/picto/sprite-blue@3x.png");
    background-size: 760px 667px;
  }
  .control-group.error .help-inline:before {
    background-image: url("../images/master/picto/sprite-blue@3x.png");
    background-size: 760px 667px;
  }
  label.error:before {
    background-image: url("../images/master/picto/sprite-blue@3x.png");
    background-size: 760px 667px;
  }
  .valid-upload:before {
    background-image: url("../images/master/picto/sprite-blue@3x.png");
    background-size: 760px 667px;
  }
}
@media (max-width: 767px) {
  select.error + .chosen-container + label.error,
  .input-text.error + label.error {
    font-size: 0.9em;
  }
  select.error + i,
  select.valid + i,
  .input-text.error + i,
  .input-text.valid + i {
    left: -43px;
  }
  .with-box-infos + .box-infos > div {
    margin: 0;
    width: 64%;
    font-size: 13px;
  }
}
.checkout .tooltip-help .tooltip-content {
  color: white;
  background: #939598;
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.checkout .tooltip-help .tooltip-arrow {
  border-top-color: #939598;
}
.checkout .checkout-box .control-group {
  position: relative;
}
.checkout .checkout-box .control-group .taglib-icon-help {
  top: 5px;
  right: -35px;
  position: absolute;
  background: url("../images/master/picto/sprite-blue.png") -208px -486px no-repeat;
  height: 25px;
  width: 25px;
}
.checkout .checkout-box .control-group .taglib-icon-help img {
  opacity: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25) {
  .checkout .checkout-box .control-group {
    position: relative;
  }
  .checkout .checkout-box .control-group .taglib-icon-help {
    background-image: url("../images/master/picto/sprite-blue@2x.png");
    background-size: 760px 667px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (-o-min-device-pixel-ratio: 2.25), only screen and (min--moz-device-pixel-ratio: 2.25), only screen and (min-device-pixel-ratio: 2.25) {
  .checkout .checkout-box .control-group {
    position: relative;
  }
  .checkout .checkout-box .control-group .taglib-icon-help {
    background-image: url("../images/master/picto/sprite-blue@3x.png");
    background-size: 760px 667px;
  }
}
.v-app {
  background: none !important;
}

.v-slot-rich-breadcrumb {
  display: table !important;
  width: 100%;
  overflow: hidden;
  margin-top: -35px;
}
.v-slot-rich-breadcrumb .rich-breadcrumb {
  display: table-row;
}
.v-slot-rich-breadcrumb .rich-breadcrumb > .v-spacing {
  display: none;
}
.v-slot-rich-breadcrumb .rich-breadcrumb > .v-slot {
  display: table-cell;
  background: #b0b2b2;
  height: 70px;
  vertical-align: center;
  position: relative;
  padding-left: 25px;
}
.v-slot-rich-breadcrumb .rich-breadcrumb > .v-slot:after {
  content: "";
  display: block;
  position: absolute;
  right: -15px;
  top: -45px;
  width: 0;
  height: 0;
  border-top: 80px solid transparent;
  border-bottom: 80px solid transparent;
  border-left: 30px solid #b0b2b2;
  z-index: 10;
}
.v-slot-rich-breadcrumb .rich-breadcrumb > .v-slot:before {
  content: "";
  display: block;
  position: absolute;
  left: -14px;
  top: -45px;
  width: 0;
  height: 0;
  border-top: 80px solid transparent;
  border-bottom: 80px solid transparent;
  border-left: 30px solid #848686;
  z-index: 8;
}
.v-slot-rich-breadcrumb .rich-breadcrumb > .v-slot:first-child {
  padding-left: 10px;
}
.v-slot-rich-breadcrumb .rich-breadcrumb > .v-slot:first-child:before {
  content: "";
  border: none;
}
.v-slot-rich-breadcrumb .rich-breadcrumb > .v-slot:last-child {
  padding-right: 10px;
}
.v-slot-rich-breadcrumb .rich-breadcrumb > .v-slot:last-child:after {
  content: "";
  border: none;
}
.v-slot-rich-breadcrumb .rich-breadcrumb > .v-slot.v-slot-selected {
  background: #339BBE;
}
.v-slot-rich-breadcrumb .rich-breadcrumb > .v-slot.v-slot-selected:after {
  border-left: 30px solid #339BBE;
  right: -16px;
}
.v-slot-rich-breadcrumb .rich-breadcrumb > .v-slot.v-slot-completed {
  background: #3e3d3c;
}
.v-slot-rich-breadcrumb .rich-breadcrumb > .v-slot.v-slot-completed:after {
  border-left: 30px solid #3e3d3c;
  right: -16px;
}
.v-slot-rich-breadcrumb .rich-breadcrumb > .v-slot .v-panel {
  border-radius: 0;
  border: none;
  background: none;
  color: white;
  box-shadow: none;
}
.v-slot-rich-breadcrumb .rich-breadcrumb > .v-slot .v-panel .v-panel-captionwrap {
  padding: 0 !important;
  position: relative;
  z-index: 20;
}
.v-slot-rich-breadcrumb .rich-breadcrumb > .v-slot .v-panel .v-panel-captionwrap .v-panel-caption {
  color: white;
  box-shadow: none;
  border: none;
  line-height: 70px;
  font-family: "bnpp-square-light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 300;
  border-radius: 0;
  background: none;
  margin: 0 !important;
  padding: 0 !important;
}
.v-slot-rich-breadcrumb .rich-breadcrumb > .v-slot .v-panel .v-panel-captionwrap .v-panel-caption span i {
  float: left;
  margin: 19px 5px 0 -5px;
  transform: scale(0.9);
}

.v-filterselect-suggestpopup {
  margin-top: -1px !important;
}
.v-filterselect-suggestpopup .v-filterselect-suggestmenu {
  border-radius: 0 !important;
  border: solid 1px #aaaaaa;
  box-shadow: none !important;
  padding: 0 !important;
}
.v-filterselect-suggestpopup .v-filterselect-suggestmenu .gwt-MenuItem {
  font-size: 14px;
  border-radius: 0;
}
.v-filterselect-suggestpopup .v-filterselect-suggestmenu .gwt-MenuItem.gwt-MenuItem-selected {
  border-radius: 0;
  background: #f4f0ed;
  color: #3e3d3c;
  text-shadow: none;
}

.boxform {
  margin-top: 30px;
}
.boxform .v-label .secondary-title {
  margin: 0 0 20px 0 !important;
  font-size: 22px !important;
}
.boxform .v-button {
  border-radius: 0 !important;
  border: 0 !important;
  background: #fff;
  font-size: 15px;
  font-weight: 400;
  height: 40px !important;
  line-height: 40px;
  padding: 0 20px !important;
  box-shadow: 3px 3px 0 #a4a39f !important;
  color: #3E3D3C;
  margin: 30px 15px 30px 0;
  outline: none !important;
}
.boxform .v-button:focus, .boxform .v-button:active, .boxform .v-button:hover {
  outline: none !important;
}
.boxform .v-button.v-button-next {
  background: #339BBE !important;
  box-shadow: 3px 3px 0 #12617c !important;
  color: white;
}
.boxform input.v-textfield, .boxform input.v-datefield-textfield {
  font-family: Arial, sans-serif;
  border-radius: 0;
  border: solid 1px #B2B2B0;
  box-shadow: 3px 3px 0 #f4f0ed inset;
  font-size: 14px;
  color: #3e3d3C;
  height: 37px;
  max-width: 500px;
}
.boxform .v-filterselect {
  max-width: 500px;
}
.boxform .v-filterselect input.v-filterselect-input {
  font-family: Arial, sans-serif;
  border-radius: 0;
  border: solid 1px #B2B2B0;
  box-shadow: 3px 3px 0 #f4f0ed inset;
  font-size: 14px;
  color: #3e3d3C;
  height: 37px;
  max-width: 500px;
}
.boxform .v-caption {
  margin-top: 25px;
  padding-bottom: 6px;
}
.boxform .v-slot-field-error {
  position: relative;
  display: block;
  margin: 4px 0 0;
  background-color: #FF0000;
  max-width: 500px;
}
.boxform .v-slot-field-error .field-error {
  font-size: 14px;
  color: white;
  text-shadow: none;
  padding: 10px 15px;
}
.boxform .v-slot-field-error:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #ff0000 transparent;
}

.fragebogen .v-filterselect-suggestpopup {
  margin-top: -1px !important;
}
.fragebogen .v-scrollable {
  overflow: visible;
}
.fragebogen .v-scrollable > .v-verticallayout {
  padding: 0;
  overflow: visible;
}
.fragebogen .v-scrollable > .v-verticallayout .box-gray {
  padding: 20px !important;
}

table tr.alternate td, table tr.alternate th {
  background-color: #E2E2E2;
}

table.table {
  width: 100%;
  padding: 0;
  color: #3E3D3C;
  border: 1px solid #eaeaea;
  border-collapse: separate;
  margin-bottom: 0;
}
table.table th, table.table td {
  text-align: left;
  padding: 10px 8px 9px;
  border-bottom: 1px solid #eaeaea;
}
table.table th + th,
table.table th + td,
table.table td + td {
  border-left: 1px solid #eaeaea;
}
table.table th {
  font-weight: bold;
  vertical-align: middle;
  background: #9E9E9D;
  color: white;
}
table.table tr.done td {
  color: #787776;
}

.swap {
  display: none;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  background-color: #D0D0D0;
  margin: 25px 0;
}
.swap:before, .swap:after {
  content: " ";
  display: table;
}
.swap:after {
  clear: both;
}
.swap .icon {
  float: left;
  width: 30%;
  padding: 20px 0;
  text-align: center;
  background-color: #E2E2E2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.swap strong {
  float: left;
  width: 70%;
  height: 73px;
  padding: 0 20px;
  margin-top: 15px;
  text-transform: uppercase;
  line-height: 1.3em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.swap strong span {
  display: table-cell;
  vertical-align: middle;
  height: 73px;
}

#offers {
  width: 100%;
}
#offers td, #offers th {
  height: 36px;
  line-height: 1.2em;
}
#offers td {
  text-align: center;
}
#offers tfoot .empty,
#offers .reco .empty,
#offers .list-offers .empty {
  border: none;
  background: transparent;
}
#offers thead .reco .active {
  font-family: "bnpp-square-bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.857em;
  color: white;
  text-transform: uppercase;
  background-color: #287a96;
  border: 1px solid #287a96;
}
#offers thead .list-offers td {
  font-size: 0.857em;
  color: #339BBE;
  line-height: 1.7em;
  padding: 15px 10px;
  border: 1px solid #C1C1C1;
  background-color: #FAFAFA;
}
#offers thead .list-offers td strong {
  color: #3E3D3C;
  font-weight: 700;
  font-size: 1.167em;
}
#offers thead .list-offers td span {
  font-family: "bnpp-square-condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.833em;
}
#offers thead .list-offers td span span {
  font-size: 0.818em;
}
#offers tbody th {
  cursor: pointer;
  width: 24%;
  padding: 0 30px 0 10px;
  font-family: "bnpp-square-bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: left;
}
#offers tbody th i[class^=iconbt-collapse] {
  background-position: -54px -364px;
  position: absolute;
  float: right;
  margin-top: 2px;
  width: 13px;
  height: 13px;
  right: 10px;
  top: 26%;
}
#offers tbody td {
  width: 19%;
  font-size: 0.857em;
}
#offers tbody td, #offers tbody th {
  border: 1px solid #C1C1C1;
  background-color: #FAFAFA;
  position: relative;
}
#offers tbody tr.alternate td, #offers tbody tr.alternate th {
  border: 1px solid #C1C1C1;
  background-color: #E2E2E2;
}
#offers tbody tr.title th {
  cursor: default;
  text-align: left;
  color: white;
  border-top: 1px solid #999999;
  background-color: #999999;
}
#offers tbody tr.details {
  display: none;
}
#offers tbody tr.details td {
  height: auto;
  padding: 10px;
  text-align: left;
  border: 1px solid #999999;
  border-top: none;
  background-color: #F5F5F5;
}
#offers tbody tr.active td, #offers tbody tr.active th {
  border-top-color: #999999;
  border-bottom: none;
}
#offers tbody tr.active td:first-child, #offers tbody tr.active th:first-child {
  border-left-color: #999999;
}
#offers tbody tr.active td:last-child, #offers tbody tr.active th:last-child {
  border-right-color: #999999;
}
#offers tbody tr.active td i[class^=iconbt-collapse], #offers tbody tr.active th i[class^=iconbt-collapse] {
  background-position: -54px -384px;
}
#offers tbody tr.active + tr.details {
  display: table-row;
}
#offers tfoot td {
  height: 50px;
  border: 1px solid #F5F5F5;
  background-color: #339BBE;
  vertical-align: middle;
  text-align: left;
}
#offers tfoot td label {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  width: 59%;
  margin: 0;
  padding-bottom: 3px;
  color: white;
  vertical-align: middle;
  text-align: right;
}
#offers tfoot td label span.active {
  display: inline;
}
#offers tfoot td label span.notActive {
  display: none;
}
#offers tfoot td .custom-radio-ctner .radio {
  margin-left: 10px;
  height: 30px;
}
#offers tfoot td .radio:checked + .custom-radio + label span.active {
  display: none;
}
#offers tfoot td .radio:checked + .custom-radio + label span.notActive {
  display: inline;
}
#offers tfoot td.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #339BBE;
  box-shadow: inset 0px 0px 0px 2px #339BBE;
  background-color: white;
}
#offers tfoot .custom-radio-ctner label {
  display: inline-block;
}
#offers .custom-radio-ctner .radio:checked + .custom-radio + label {
  color: #3E3D3C;
}

@media (max-width: 979px) {
  #offers tfoot td {
    text-align: center;
  }
  #offers tfoot td .radio-ctner {
    margin-right: 0;
  }
  #offers tfoot td .radio-ctner.custom-radio-ctner .radio {
    height: 20px;
  }
  #offers tfoot td .radio-ctner.custom-radio-ctner .custom-radio {
    margin-top: 10px;
  }
  #offers tfoot td .radio-ctner label {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #offers .feature {
    float: left;
    font-size: 12px;
    width: 80%;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .swap {
    display: block;
  }
  .swap + div {
    position: relative;
  }
  .swap + div .shadow {
    content: "";
    z-index: 10;
    top: 0;
    right: 0;
    width: 15%;
    height: 100%;
    position: absolute;
    background: -moz-linear-gradient(left, rgba(229, 229, 229, 0) 0%, rgb(170, 170, 170) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(229, 229, 229, 0)), color-stop(100%, rgb(170, 170, 170)));
    background: -webkit-linear-gradient(left, rgba(229, 229, 229, 0) 0%, rgb(170, 170, 170) 100%);
    background: -o-linear-gradient(left, rgba(229, 229, 229, 0) 0%, rgb(170, 170, 170) 100%);
    background: -ms-linear-gradient(left, rgba(229, 229, 229, 0) 0%, rgb(170, 170, 170) 100%);
    background: linear-gradient(to right, rgba(229, 229, 229, 0) 0%, rgb(170, 170, 170) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00e5e5e5", endColorstr="#aaaaaa",GradientType=1 );
  }
  .swap + div .shadow + div {
    overflow: auto;
  }
  .swap + div #offers {
    width: 155% !important;
  }
  .swap + div #offers .reco {
    display: none;
  }
  .swap + div #offers tbody th {
    width: 40%;
  }
  .swap + div #offers tbody td {
    width: 20%;
  }
}
i[class^=iconbt-],
span[class^=iconbt-],
div[class^=iconbt-] {
  background: url("../images/master/picto/sprite-blue.png") 0 0 no-repeat;
  display: inline-block;
  font-style: normal;
}

i.iconbt-lock-bigger-white {
  height: 24px;
  width: 24px;
  background-position: -208px -8px;
}

i.iconbt-cross-white {
  height: 28px;
  width: 28px;
  background-position: -246px -485px;
}

i.iconbt-lock-small-grey {
  height: 16px;
  width: 12px;
  background-position: -254px -13px;
}

i.iconbt-collapse-open-black {
  height: 13px;
  width: 13px;
  background-position: -54px -364px;
}

i.iconbt-mobile {
  background-position: 0 -241px;
  height: 38px;
  width: 39px;
}

i.iconbt-contactform {
  background-position: -40px -241px;
  height: 38px;
  width: 39px;
}

i.iconbt-callback {
  background-position: -80px -241px;
  height: 38px;
  width: 39px;
}

i.iconbt-livechat {
  background-position: -121px -241px;
  height: 38px;
  width: 39px;
}

i.iconbt-claim {
  background-position: -161px -241px;
  height: 38px;
  width: 39px;
}

i.iconbt-faq {
  background-position: -201px -241px;
  height: 38px;
  width: 39px;
}

i.iconbt-mail {
  background-position: -362px -240px;
  height: 38px;
  width: 39px;
}

i.iconbt-postmail {
  background-position: -361px -242px;
  height: 38px;
  width: 39px;
}

i.iconbt-chrono {
  background-position: -441px -242px;
  height: 38px;
  width: 39px;
}

i.iconbt-print-white {
  height: 37px;
  width: 37px;
  background-position: -162px -522px;
}

i.iconbt-close {
  background-position: -93px -10px;
  height: 15px;
  width: 15px;
}

i.iconbt-desktop {
  background-position: -242px -241px;
  height: 38px;
  width: 39px;
}

i.iconbt-infos {
  background-position: -481px -481px;
  height: 37px;
  width: 37px;
}

i.iconbt-home {
  height: 28px;
  width: 28px;
  background-position: -6px -43px;
}

a:hover i.iconbt-home,
.current i.iconbt-home {
  background-position: -46px -43px;
}

i.iconbt-search {
  height: 28px;
  width: 28px;
  background-position: -87px -46px;
}

i.iconbt-lock {
  height: 15px;
  width: 15px;
  background-position: -8px -10px;
}

i.iconbt-lock-bigger {
  height: 24px;
  width: 24px;
  background-position: -47px -5px;
}

i.iconbt-quick-search {
  height: 28px;
  width: 28px;
  background-position: -125px -43px;
}

i.iconbt-collapse-black {
  height: 28px;
  width: 28px;
  background-position: -127px -324px;
}

.active i.iconbt-collapse-black {
  background-position: -87px -324px;
}

.title-time i.iconbt-clock-tall {
  float: left;
  margin: 5px 10px 0 0;
}

i.iconbt-checked {
  height: 15px;
  width: 19px;
  background-position: -96px -444px;
}

i.iconbt-life-business {
  height: 40px;
  width: 40px;
  background-position: -1px -200px;
}

i.iconbt-health-business {
  height: 40px;
  width: 40px;
  background-position: -41px -200px;
}

i.iconbt-eLife-business {
  height: 40px;
  width: 40px;
  background-position: -161px -201px;
}

i.iconbt-retirement-business {
  height: 40px;
  width: 40px;
  background-position: -201px -201px;
}

i.iconbt-pet-business {
  height: 40px;
  width: 40px;
  background-position: -281px -201px;
}

i.iconbt-car-business {
  height: 40px;
  width: 40px;
  background-position: -81px -200px;
}

i.iconbt-facebook {
  height: 28px;
  width: 28px;
  background-position: -7px -286px;
}

i.iconbt-twitter {
  height: 28px;
  width: 28px;
  background-position: -87px -286px;
}

i.iconbt-vkontakte {
  height: 28px;
  width: 28px;
  background-position: -47px -286px;
}

i.iconbt-weibo {
  height: 28px;
  width: 28px;
  background-position: -127px -286px;
}

i.iconbt-mobile-white {
  height: 38px;
  width: 39px;
  background-position: -281px -241px;
}

i.iconbt-callback-white {
  height: 38px;
  width: 39px;
  background-position: -321px -241px;
}

i.iconbt-list-promo {
  height: 20px;
  width: 18px;
  background-position: -94px -458px;
}

i.iconbt-star-full {
  height: 19px;
  width: 19px;
  background-position: -93px -490px;
}

i.iconbt-star-empty {
  height: 19px;
  width: 19px;
  background-position: -132px -489px;
}

i.iconbt-01-white {
  height: 32px;
  width: 32px;
  background-position: -4px -565px;
}

i.iconbt-02-white {
  height: 32px;
  width: 32px;
  background-position: -43px -565px;
}

i.iconbt-03-white {
  height: 32px;
  width: 32px;
  background-position: -82px -565px;
}

i.iconbt-04-white {
  height: 32px;
  width: 32px;
  background-position: -123px -565px;
}

i.iconbt-05-white {
  height: 32px;
  width: 32px;
  background-position: -163px -565px;
}

i.iconbt-01-black {
  height: 23px;
  width: 23px;
  background-position: -9px -609px;
}

i.iconbt-02-black {
  height: 23px;
  width: 23px;
  background-position: -49px -608px;
}

i.iconbt-03-black {
  height: 23px;
  width: 23px;
  background-position: -88px -608px;
}

i.iconbt-04-black {
  height: 23px;
  width: 23px;
  background-position: -129px -608px;
}

i.iconbt-05-black {
  height: 23px;
  width: 23px;
  background-position: -170px -607px;
}

i.iconbt-clock-tall {
  height: 53px;
  width: 53px;
  background-position: -337px -492px;
}

i.iconbt-save {
  background-position: -82px -522px;
  height: 37px;
  width: 37px;
}

i.iconbt-send-mail {
  background-position: -122px -522px;
  height: 37px;
  width: 37px;
}

i.iconbt-send-mail-02 {
  height: 39px;
  width: 38px;
  background-position: -362px -241px;
}

i.iconbt-prev-circle {
  height: 60px;
  width: 60px;
  background-position: -610px -330px;
}

i.iconbt-next-circle {
  height: 60px;
  width: 60px;
  background-position: -690px -330px;
}

i.iconbt-next {
  height: 12px;
  width: 9px;
  background-position: -44px -403px;
}

i.iconbt-prev {
  height: 12px;
  width: 9px;
  background-position: -64px -403px;
}

i.iconbt-prev-double {
  height: 13px;
  width: 13px;
  background-position: -104px -424px;
}

i.iconbt-next-double {
  height: 13px;
  width: 13px;
  background-position: -83px -424px;
}

i.iconbt-documents-business {
  height: 46px;
  width: 36px;
  background-position: -23px -498px;
}

i.iconbt-pdf {
  height: 25px;
  width: 25px;
  background-position: -446px -448px;
}

i.iconbt-list-corpo {
  height: 20px;
  width: 18px;
  background-position: -94px -442px;
}

i.iconbt-breadcrumb-corpo {
  height: 29px;
  width: 29px;
  background-position: -246px -445px;
}

i.iconbt-swap-mobil {
  height: 59px;
  width: 59px;
  background-position: -412px -491px;
}

i.iconbt-valid {
  height: 32px;
  width: 32px;
  background-position: -162px -443px;
}

i.iconbt-error {
  height: 32px;
  width: 32px;
  background-position: -205px -445px;
}

i.iconbt-arrows-right-business {
  height: 12px;
  width: 14px;
  background-position: -135px -427px;
}

i.iconbt-valid-tall {
  height: 44px;
  width: 44px;
  background-position: -340px -433px;
}

i.iconbt-valid-small {
  height: 18px;
  width: 18px;
  background-position: -411px -442px;
}

i.iconbt-chat-active {
  height: 13px;
  width: 13px;
  background-position: -14px -444px;
}

i.iconbt-print02 {
  height: 37px;
  width: 37px;
  background-position: -247px -522px;
}

i.iconbt-download {
  height: 20px;
  width: 25px;
  background-position: -285px -531px;
}

i.iconbt-ask-black {
  height: 25px;
  width: 25px;
  background-position: -208px -486px;
}

.accordion i.iconbt-collapse {
  height: 28px;
  width: 28px;
  background-position: -47px -324px;
}
.accordion .active i.iconbt-collapse {
  background-position: -5px -324px;
}
.accordion i.iconbt-collapse-black {
  height: 28px;
  width: 28px;
  background-position: -127px -324px;
}
.accordion .active i.iconbt-collapse-black {
  background-position: -87px -324px;
}
.accordion .iconbt-collapse-black-small {
  height: 10px;
  width: 10px;
  background-position: -165px -334px;
}
.accordion .iconbt-collapse-white-small {
  height: 10px;
  width: 10px;
  background-position: -184px -334px;
}
.accordion .iconbt-collapse-open-business {
  height: 13px;
  width: 13px;
  background-position: -14px -364px;
}
.accordion .iconbt-collapse-closed-business {
  height: 13px;
  width: 13px;
  background-position: -14px -390px;
}
.accordion .iconbt-collapse-open-black {
  height: 13px;
  width: 13px;
  background-position: -54px -364px;
}
.accordion .iconbt-collapse-closed-black {
  height: 13px;
  width: 13px;
  background-position: -54px -390px;
}
.accordion .iconbt-collapse-open-white {
  height: 15px;
  width: 15px;
  background-position: -93px -362px;
}
.accordion .iconbt-collapse-closed-white {
  height: 15px;
  width: 15px;
  background-position: -93px -383px;
}
.accordion .iconbt-collapse-open-circle-white {
  height: 32px;
  width: 32px;
  background-position: -124px -365px;
}
.accordion .iconbt-collapse-open-circle-grey {
  height: 28px;
  width: 28px;
  background-position: -208px -367px;
}
.accordion .iconbt-collapse-closed-circle-grey {
  height: 28px;
  width: 28px;
  background-position: -246px -367px;
}
.accordion .iconbt-collapse-open-circle-darker {
  height: 31px;
  width: 30px;
  background-position: -210px -322px;
}
.accordion .active .iconbt-collapse-open-circle-darker,
.accordion .iconbt-collapse-closed-circle-darker {
  height: 30px;
  width: 30px;
  background-position: -241px -323px;
}
.accordion .iconbt-collapse-open-circle-white-tall {
  height: 62px;
  width: 62px;
  background-position: -292px -329px;
}
.accordion .iconbt-collapse-closed-circle-white-tall {
  height: 62px;
  width: 62px;
  background-position: -372px -329px;
}
.accordion .iconbt-collapse-open-circle-grey-tall {
  height: 62px;
  width: 62px;
  background-position: -453px -329px;
}
.accordion .iconbt-collapse-closed-circle-grey-tall {
  height: 62px;
  width: 62px;
  background-position: -532px -329px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25) {
  i[class^=iconbt-],
  span[class^=iconbt-],
  div[class^=iconbt-] {
    background-image: url("../images/master/picto/sprite-blue@2x.png");
    background-size: 760px 667px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (-o-min-device-pixel-ratio: 2.25), only screen and (min--moz-device-pixel-ratio: 2.25), only screen and (min-device-pixel-ratio: 2.25) {
  i[class^=iconbt-],
  span[class^=iconbt-],
  div[class^=iconbt-] {
    background-image: url("../images/master/picto/sprite-blue@3x.png");
    background-size: 760px 667px;
  }
}
@media (min-width: 980px) {
  i.iconbt-logout {
    height: 24px;
    width: 24px;
    vertical-align: middle;
    background-position: -128px -10px;
  }
  .cart-container i.iconbt-collapse-open-circle-grey {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  i.iconbt-logout {
    height: 32px;
    width: 32px;
    vertical-align: middle;
    background-position: -165px -4px;
  }
  .navbar-toggle i.iconbt-collapse {
    height: 52px;
    width: 52px;
    background-position: -12px -94px;
  }
  .cart-container i.iconbt-collapse-open-circle-grey {
    display: block;
  }
}
@media (max-width: 767px) {
  i.iconbt-logout {
    height: 32px;
    width: 32px;
    vertical-align: middle;
    background-position: -165px -8px;
  }
  .navbar-toggle i.iconbt-collapse {
    height: 36px;
    width: 36px;
    background-position: -83px -83px;
  }
  .cart-container i.iconbt-collapse-open-circle-grey {
    display: block;
  }
}
.cookie-banner {
  background-color: #F5F5F5;
  color: #787776;
  padding: 20px 0;
}
.cookie-banner .cookie-text {
  text-align: center;
}
.cookie-banner .cookie-close a {
  color: #787776;
  font-weight: bold;
  text-transform: uppercase;
}

@media screen and (max-width: 979px) {
  .cookie-banner {
    display: none;
  }
}
.lang-banner {
  background-color: #3E3D3C;
  color: #B0B0B0;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.857em;
  padding: 7px 0;
}
.lang-banner .portlet {
  margin-bottom: 0px;
}
.lang-banner .banner-text {
  text-align: center;
}
.lang-banner .banner-text h1 {
  font-size: inherit;
  font-weight: normal;
  line-height: 16px;
  margin: 0;
}
.lang-banner .banner-links {
  font-family: "bnpp-square-light", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.lang-banner .banner-links :first-child:before {
  content: " ";
}
.lang-banner .banner-links a, .lang-banner .banner-links span {
  border: 0;
  color: white;
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  position: relative;
}
.lang-banner .banner-links a span, .lang-banner .banner-links span span {
  text-decoration: none;
  color: #B0B0B0;
  font-weight: normal;
  position: absolute;
  left: -9px;
}
.lang-banner .banner-links a span.caret, .lang-banner .banner-links span span.caret {
  left: 0px;
  position: relative;
}
.lang-banner .banner-links .dropdown a span,
.lang-banner .banner-links .dropdown span span {
  display: none;
}
.lang-banner .banner-links a:hover {
  text-decoration: underline;
}
.lang-banner .banner-links span {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}

.lang-banner .span10,
.lang-banner .span2 {
  min-height: 5px;
}

@media screen and (max-width: 979px) {
  .lang-banner {
    display: none;
  }
}
.brand-logo {
  display: block;
  width: 220px;
  padding: 12px 0;
  text-indent: -9999px;
}
.brand-logo img {
  margin: auto;
  display: block;
  max-width: 100%;
}

.top-header {
  width: 100%;
  position: absolute;
  z-index: 10;
}

.navbar-collapse .navbar-nav {
  display: table;
  width: 100%;
}

.navbar-bt .aside-links {
  text-align: right;
  margin: 19px 0;
}
.navbar-bt .aside-links .aside-link {
  display: inline-block;
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}

.navbar-bt .navbar-brand {
  float: left;
  margin-right: 10px;
  padding: 0;
}

.navbar-bt .aside {
  float: right;
  text-align: right;
}

.nav > li:hover,
.nav > li > a:hover {
  text-decoration: none;
}

.nav > li > a:hover {
  color: #339BBE;
}

.navbar-collapse {
  width: 100%;
  display: table;
  margin: 0 auto;
  padding: 0;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse .nav {
  position: relative;
  z-index: 10;
}
.navbar-collapse .nav > li > a {
  display: block;
}
.navbar-collapse .nav a,
.navbar-collapse .nav a:visited {
  color: #3E3D3C;
}
.navbar-collapse .nav a:hover {
  color: #339BBE;
}
.navbar-collapse .nav > li > a {
  background-color: #FFFFFF;
  background-image: none;
}
.navbar-collapse .nav li.about a,
.navbar-collapse .nav li.about a:visited {
  font-weight: bold;
  color: #009058;
}
.navbar-collapse .nav li.about a:hover,
.navbar-collapse .nav li.about a:hover .nav-label {
  color: #939598;
}
.navbar-collapse .nav li.category strong {
  text-transform: uppercase;
}

.navbar-nav:before, .navbar-nav:after {
  content: " ";
  display: table;
}
.navbar-nav:after {
  clear: both;
}

.logged .account-link a, .logged .account-link a:visited {
  color: #339BBE;
}
.logged .account-link .iconbt-logout {
  margin-right: 0;
}

.lt-ie9 .navbar-collapse {
  background-color: #FFFFFF;
}

.pushy-active .pushy {
  position: fixed;
  height: 100%;
  top: 0;
  right: -400px;
  z-index: 9;
  overflow: auto;
}

.pushy-open {
  -webkit-transform: translate3d(-400px, 0, 0);
  -moz-transform: translate3d(-400px, 0, 0);
  -ms-transform: translate3d(-400px, 0, 0);
  -o-transform: translate3d(-400px, 0, 0);
  transform: translate3d(-400px, 0, 0);
}

.pushy-open.navbar-collapse .nav > li.category {
  border-color: #339BBE;
  border-style: solid;
  border-width: 1px 0 1px 0;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#339BBE), to(#339BBE)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#339BBE, #339BBE) 1 100%;
  -moz-border-image: -moz-linear-gradient(#339BBE, #339BBE) 1 100%;
  -o-border-image: -o-linear-gradient(#339BBE, #339BBE) 1 100%;
  border-image: linear-gradient(to bottom, #339BBE, #339BBE) 1 100%;
}

.pushy-open.navbar-collapse .nav > li.languages a {
  background-color: white;
  color: #3E3D3C;
}

@media (max-width: 979px) {
  dl {
    margin: 0;
  }
  .navbar-bt div.dropdown-menu {
    position: static;
    box-shadow: none;
    background: white;
    float: none;
  }
}
@media (min-width: 980px) {
  .header .navbar-header {
    padding: 0;
  }
  .header .navbar-bt .navbar-brand {
    max-width: 220px;
  }
  .header .navbar-bt .navbar-header .aside {
    padding: 0;
  }
  .header .navbar-bt .aside-links {
    max-width: 680px;
    font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
  .header .navbar-bt .aside-links strong {
    font-weight: normal;
    font-family: "bnpp-square-bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
  .header .navbar-bt .aside-links li, .header .navbar-bt .aside-links a {
    font-size: 1em;
    line-height: 1.857em;
  }
  .header .navbar-bt .aside-links li.sep {
    margin: 0 17px;
  }
  .header .navbar-bt .aside-links a, .header .navbar-bt .aside-links:visited {
    color: #3E3D3C;
  }
  .header .navbar-bt .aside-links .account-link a, .header .navbar-bt .aside-links .account-link:visited {
    color: #339BBE;
  }
  .header .navbar-bt .aside-link {
    margin-left: 30px;
  }
  .header .navbar-bt .aside-link i[class^=iconbt-] {
    margin-right: 5px;
  }
  .header .navbar-bt .aside-link:first-child {
    margin-left: 0;
  }
  .header .navbar-toggle {
    display: none;
  }
  .header .navbar-collapse:before, .header .navbar-collapse:after {
    content: " ";
    display: table;
  }
  .header .navbar-collapse:after {
    clear: both;
  }
  .header .navbar-collapse > ul > li {
    -webkit-box-shadow: 3px 3px 0px rgb(216, 216, 216);
    box-shadow: 3px 3px 0px rgb(216, 216, 216);
  }
  .header .navbar-nav > li {
    height: 50px;
    line-height: 30px;
    text-align: center;
    border-color: #d8d8d8;
    border-width: 1px;
    border-style: solid;
    border-width: 0 1px 0 0;
    float: none;
  }
  .header .navbar-nav > li:last-child {
    border-right: none;
  }
  .header .navbar-nav > li:first-child,
  .header .navbar-nav > li:first-child a {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
  }
  .header .navbar-nav .home .nav-label {
    display: none;
  }
  .header .navbar-nav > li.border-item,
  .header .navbar-nav > li.border-item a {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    position: relative;
  }
  .header .journal-article-wrapper .nav > li {
    display: list-item;
  }
  .header .nav > li {
    display: table-cell;
    vertical-align: top;
  }
  .header .nav > li.current > a {
    background-color: #EBEBEB;
    background-image: none;
  }
  .header .nav > li.current > a, .header .nav > li.current > a:visited {
    color: #339BBE;
  }
  .header .nav > li.about > a, .header .nav > li.search > a {
    background-color: #FFFFFF;
    background-image: none;
  }
  .header .nav .search {
    text-align: left;
  }
  .header .nav .home,
  .header .nav .search {
    width: 50px;
  }
  .header .nav .home i[class^=iconbt-],
  .header .nav .search i[class^=iconbt-] {
    text-indent: -9999px;
  }
  .header .nav > li > a {
    vertical-align: middle;
    height: 50px;
    padding: 10px;
    line-height: 1.071em;
    font-size: 1em;
  }
  .header .nav > li > a strong {
    display: block;
    font-size: 1.143em;
    line-height: 1.143em;
  }
  .header .bt_my .nav > li.current > a {
    color: #339BBE;
  }
  .header .bt_my .nav > li > a strong {
    line-height: 30px;
  }
  .header .nav li.active > a {
    color: #339BBE;
    background-color: #EBEBEB;
    background-image: none;
    -webkit-box-shadow: 0px 2px 0px rgba(170, 170, 170, 0.8);
    box-shadow: 0px 2px 0px rgba(170, 170, 170, 0.8);
  }
  .header .nav li.about a {
    line-height: 30px;
    position: relative;
    text-transform: uppercase;
  }
  .header .navbar-nav .secondary-link,
  .header .navbar-nav .languages {
    display: none;
  }
  .header .navbar-nav .user {
    display: none;
  }
  .header li.border-item {
    border: none;
  }
  .header .accordion li.search .aside {
    display: block;
  }
  .header .allInOne .nav > li > a {
    font-family: "bnpp-square-bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 16px;
  }
}
@media (max-width: 979px) {
  .brand-logo {
    width: 180px;
    height: 60px;
    background-size: 100% auto;
  }
  .nav > li > a,
  .nav .input-text,
  .nav .nav-label {
    font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
  .navbar-bt .aside-links {
    display: none;
  }
  .navbar-toggle {
    padding: 0;
    background: none;
    border: none;
    position: relative;
    z-index: 999;
  }
  .pushy {
    overflow: visible;
    display: none;
    position: absolute;
    top: 0;
    z-index: 1000;
    background-color: #D8D8D8;
  }
  .site-overlay {
    display: none;
    width: 100%;
  }
  .pushy-active {
    overflow: hidden;
  }
  .pushy-active #main {
    left: -47%;
    position: relative;
    width: 147%;
  }
  .pushy-active .navbar-bt .aside {
    position: fixed;
    right: 49%;
    z-index: 9999;
  }
  .pushy-active .pushy {
    display: block;
  }
  .pushy-active .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.25);
  }
  .pushy-open.navbar-collapse .nav > li {
    border-image: none;
  }
  .navbar-nav > li {
    border-color: #d8d8d8;
    border-width: 2px;
    border-style: solid;
    line-height: 16px;
    border-width: 0 0 2px 0;
  }
  .navbar-nav > li:last-child {
    border-bottom: none;
  }
  .navbar-nav > li.no-border {
    border-bottom: none;
  }
  .navbar-nav > li.home i[class^=iconbt-] {
    display: none;
  }
  .navbar-nav li > a,
  .navbar-nav .active .sub-category-title,
  .navbar-nav .active .sub-category-item {
    display: block;
  }
  .navbar-collapse .nav > li.category {
    border-color: #D8D8D8;
  }
  .navbar-collapse .nav > li.category > a {
    color: white;
    background: #339BBE;
  }
  .bt_my .nav > li.current > a {
    color: #339BBE;
  }
  .navbar-nav .secondary-link > a {
    display: block;
  }
  .navbar-nav .secondary-link > a strong {
    font-weight: normal;
  }
  .navbar-nav li.contact a {
    background: #787776;
  }
  .navbar-nav .my-account a,
  .navbar-nav .search a {
    position: relative;
    padding-left: 50px;
  }
  .navbar-nav .account-link {
    position: relative;
  }
  .navbar-nav .account-link > a {
    padding-right: 50px;
  }
  .navbar-nav .account-link .logout {
    position: absolute;
    right: 10px;
    z-index: 2;
    padding: 0;
  }
  .navbar-nav .search div.dropdown-menu {
    display: inline-block;
    float: none;
    width: 98%;
  }
  .navbar-nav .search i.iconbt-search {
    margin-left: 0px;
    height: 0px;
    width: 0px;
    vertical-align: middle;
    display: none;
  }
  .languages-list {
    margin: 0;
  }
  .languages-list .language {
    position: relative;
    padding: 15px 40px 15px 25px;
    background: #EBEBEB;
    border-color: #d8d8d8;
    border-width: 2px;
    border-style: solid;
    border-width: 0 0 2px 0;
  }
  .languages-list .language label {
    font-size: 18px;
    display: inline;
    line-height: 2.143em;
    text-transform: capitalize;
  }
  .languages-list i.iconbt-checked {
    position: absolute;
    right: 12px;
    top: 17px;
    background-position: -92px -442px;
    height: 18px;
    width: 22px;
  }
  .languages-list .radio,
  .languages-list .checkbox {
    vertical-align: middle;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .navbar-bt {
    max-width: 768px;
    margin: 0 auto;
  }
  .navbar-bt .navbar-brand {
    max-width: 220px;
    padding: 20px 0 0 20px;
  }
  .navbar-toggle {
    margin: 30px 30px 0 0;
  }
  .navbar-nav li > a,
  .navbar-nav .active .sub-category-title,
  .navbar-nav .active .sub-category-item,
  .navbar-nav .text-menu {
    display: block;
    padding: 20px 30px;
  }
  .navbar-nav li .panel-header {
    display: block;
    padding: 9px 50px 8px 30px;
  }
  .navbar-nav li .panel-header i[class^=iconbt-collapse] {
    right: 15px;
    top: 15px;
  }
  .navbar-nav li.home a {
    padding-top: 9px;
    padding-bottom: 8px;
  }
  .accordion .nav-label {
    line-height: 2.143em;
  }
  .navbar-nav .account-link .logout {
    top: 11px;
  }
  .navbar-nav li > a,
  .navbar-nav li .panel-header,
  .navbar-nav .active .sub-category-title,
  .navbar-nav .active .sub-category-item,
  .navbar-nav .language {
    font-size: 1.286em;
  }
  .navbar-nav .my-account a {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 29px;
  }
  .navbar-nav .my-account-logged a {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 29px;
  }
  .navbar-nav .my-account a i[class^=iconbt-],
  .navbar-nav .search a i[class^=iconbt-] {
    position: absolute;
    top: 14px;
    left: 17px;
  }
  .navbar-nav .my-account-logged a i[class^=iconbt-] {
    right: 15px;
    top: 15px;
    float: right;
  }
  .navbar-nav .search a {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .navbar-nav .search a i[class^=iconbt-] {
    top: 16px;
  }
  .navbar-nav .input-text {
    font-size: inherit;
  }
  i.iconbt-checked {
    top: 15px;
    right: 15px;
  }
  .pushy {
    right: -47%;
    width: 47%;
  }
  .pushy-active {
    overflow: hidden;
  }
  .pushy-active #main {
    left: -47%;
    position: relative;
    width: 147%;
  }
  .pushy-active .navbar-bt .aside {
    position: fixed;
    right: 49%;
    z-index: 9999;
  }
  .pushy-active .pushy {
    display: block;
  }
  .pushy-active .site-overlay {
    right: 47%;
  }
}
@media (max-width: 767px) {
  .navbar-bt {
    width: auto;
    margin: 0 auto;
  }
  .navbar-bt .navbar-brand {
    max-width: 220px;
    padding: 10px 0 0 10px;
  }
  .navbar-toggle {
    margin: 10px -5px 0 0;
  }
  .navbar-nav li > a,
  .navbar-nav .sub-category-title,
  .navbar-nav .sub-category-item,
  .navbar-nav .text-menu,
  .navbar-nav .languages .panel-header,
  .navbar-nav .language {
    padding: 14px 25px;
  }
  .navbar-nav li > a,
  .navbar-nav .sub-category-title,
  .navbar-nav .sub-category-item,
  .navbar-nav .languages {
    font-size: 0.857em;
  }
  .navbar-nav .panel-header {
    display: block;
    padding: 14px 40px 14px 30px;
  }
  .navbar-nav .panel-header i[class^=iconbt-collapse] {
    top: 7px;
    right: 8px;
  }
  .navbar-nav .languages a {
    font-size: 1em;
  }
  .pushy {
    right: -83%;
    width: 83%;
  }
  .navbar-nav .account-link .logout {
    top: 7px;
  }
  .navbar-nav .my-account a {
    padding-top: 8px;
    padding-bottom: 7px;
    line-height: 29px;
  }
  .navbar-nav .my-account-logged a {
    padding-top: 8px;
    padding-bottom: 7px;
    line-height: 29px;
  }
  .navbar-nav .my-account a i[class^=iconbt-],
  .navbar-nav .search a i[class^=iconbt-] {
    position: absolute;
    top: 9px;
    left: 17px;
  }
  .navbar-nav .my-account-logged a i[class^=iconbt-] {
    float: right;
    top: 9px;
    left: 17px;
  }
  .navbar-nav .search a {
    padding-top: 5px;
    padding-bottom: 4px;
  }
  .navbar-nav .search a i[class^=iconbt-] {
    top: 9px;
  }
  i.iconbt-checked {
    top: 8px;
    right: 8px;
  }
  .navbar-bt .navbar-brand {
    max-width: 180px;
    position: relative;
    left: -25px;
    padding-right: 0;
    margin-right: 0;
  }
  .languages-list .language label {
    font-size: 10px;
    text-transform: capitalize;
  }
  .pushy-active {
    overflow: hidden;
  }
  .pushy-active #main {
    left: -83%;
    position: relative;
    width: 183%;
  }
  .pushy-active .navbar-bt .aside {
    position: fixed;
    right: 87%;
    z-index: 9999;
  }
  .pushy-active .pushy {
    display: block;
  }
  .pushy-active .site-overlay {
    right: 83%;
  }
  .pushy-open.navbar-collapse .nav > li {
    border-color: #d8d8d8;
    border-style: solid;
    border-width: 0 0 2px 0;
  }
  .pushy-open.navbar-collapse .nav > li > a {
    background: #fff;
    color: #3E3D3C;
  }
  .pushy-open.navbar-collapse .nav > li.category {
    border-color: #CA7CA4;
    border-style: solid;
    border-width: 1px 0 1px 0;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#CA7CA4), to(#CA7CA4)) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(#CA7CA4, #CA7CA4) 1 100%;
    -moz-border-image: -moz-linear-gradient(#CA7CA4, #CA7CA4) 1 100%;
    -o-border-image: -o-linear-gradient(#CA7CA4, #CA7CA4) 1 100%;
    border-image: linear-gradient(to bottom, #CA7CA4, #CA7CA4) 1 100%;
  }
  .pushy-open.navbar-collapse .nav > li.category > a {
    color: white;
    background: #339BBE;
  }
  .pushy-open.navbar-collapse .nav > li.contact a {
    background: #787776;
  }
  .pushy-open.navbar-collapse .nav > li.home, .pushy-open.navbar-collapse .nav > li.no-border {
    border-bottom: none;
    border-width: 1px 0 0 0;
  }
  .pushy-open.navbar-collapse .nav > li.languages a {
    background-color: #fff;
    color: #3E3D3C;
  }
  .oldMobile.pushy-active .pushy {
    position: absolute;
    width: 83%;
    height: auto;
    right: auto;
    left: 17% !important;
  }
  .oldMobile {
    overflow: auto !important;
    height: auto !important;
  }
  .oldMobile #main {
    height: auto !important;
  }
  .oldMobile.pushy-active #main {
    left: 0;
    position: relative;
    width: 100%;
    padding-left: 0;
  }
  .oldMobile.pushy-active .site-overlay {
    right: 0;
    z-index: 8;
    height: 100%;
  }
  .oldMobile .pushy-open {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.logged .page-title-content {
  height: 365px;
}
.logged .page-title-content .title-ctner {
  height: 365px;
}
.logged .page-title-content .title-ctner .page-center .title {
  height: 365px;
}
.logged .page-title-content .title-ctner .page-center .title .visual-ctner {
  right: -20px;
}
.logged .page-title-content .title-ctner .page-center .title .visual-ctner img {
  height: 245px;
  width: 360px;
}
.logged .page-title-content .title-ctner .page-center .title .description {
  left: 0;
}
.logged .page-title-content .title-ctner .page-center .title .description .description-title {
  margin: 45px 0 0 0;
  font-size: 2.8em;
  line-height: 1em;
}

.top-header {
  width: 100%;
  position: absolute;
  z-index: 201; /* high value for the case of .pushed-layer and to be on top of the assistance bar */
}

.owl-carousel .owl-controls {
  margin: 0 auto;
  width: 200px;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-pagination {
  display: inline-block;
  padding: 4px 8px 2px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.25);
}

.page-title-container {
  position: relative;
}

.page-title-container .portlet {
  margin-bottom: 0px;
}

.page-title-container .title-ctner {
  overflow: hidden;
  background-repeat: repeat;
  background-position: 50% 0;
}

.page-title-container .title {
  position: relative;
}

.page-title-content {
  position: relative;
}
.page-title-content .visual {
  display: block;
}
.page-title-content .description {
  display: block;
}
.page-title-content .description:hover {
  text-decoration: none;
}
.page-title-content .description .product-name {
  display: inline-block;
}
.page-title-content .description-title {
  margin: 0 0 10px 0;
  font-family: "bnpp-square-light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #3E3D3C;
}
.page-title-content .description-title strong {
  color: #339BBE;
}
.page-title-content .description-title-2 {
  margin: 0 0 10px 0;
  font-family: "bnpp-square-light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #3E3D3C;
}
.page-title-content .description-subtitle {
  font-family: "bnpp-square-light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.286em;
  line-height: 1.45em;
  color: #3E3D3C;
  -webkit-text-shadow: 1px 1px 1px #EBEBEB;
  text-shadow: 1px 1px 1px #EBEBEB;
}
.page-title-content .cta-box {
  padding: 22px 20px 20px;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: white;
  background: #339BBE;
}
.page-title-content .cta-box:before, .page-title-content .cta-box:after {
  content: " ";
  display: table;
}
.page-title-content .cta-box:after {
  clear: both;
}
.page-title-content .price {
  font-family: "bnpp-square-condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.page-title-content .currency {
  text-transform: uppercase;
}

.form-in-header {
  left: 20px;
  top: 260px;
  position: absolute;
  width: 250px;
  padding: 10px 25px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.form-in-header .form-submit {
  text-align: center;
}
.form-in-header .form-submit .btn {
  padding: 10px 20px;
}

.lt-ie9 .page-title-container .cta-box .cta-box-title {
  width: 38%;
}

.page-title-container .complex-banner {
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.page-title-container .complex-banner .visual-ctner {
  display: block;
}
.page-title-container .complex-banner .description {
  width: 60%;
  left: 0;
  top: 150px;
}
.page-title-container .complex-banner input {
  margin-bottom: 0px;
}
.page-title-container .complex-banner .form-submit {
  margin-bottom: 5px;
}
.page-title-container .complex-banner .form-submit .btn {
  border-radius: 0;
  background-color: #339BBE;
  background-image: none;
  box-shadow: 4px 4px 0 #287a96;
  font-size: 15px;
}

@media (min-width: 980px) {
  .header {
    height: 420px;
    overflow: visible;
  }
  .top-header {
    top: 0;
  }
  .owl-carousel .owl-controls {
    bottom: 70px;
  }
  .page-title-container .title-ctner,
  .page-title-container .title {
    height: 390px;
  }
  .page-title-container .visual {
    height: 360px;
    width: 648px;
  }
  .page-title-content {
    height: 320px;
  }
  .page-title-content .description {
    width: 70%;
    left: 0;
    top: 174px;
  }
  .page-title-content .description-title,
  .page-title-content .description-title-2,
  .page-title-content .description-subtitle {
    padding-left: 11px;
    padding-right: 15px;
  }
  .page-title-content .cta-box-titles {
    width: 65%;
  }
  .page-title-content .cta-box-title {
    margin-top: 15px;
  }
  .page-title-content .price {
    margin-top: 15px;
  }
  .lt-ie9 .page-title-content .description-title {
    display: block;
    white-space: normal;
    position: relative;
    zoom: 1;
  }
  .lt-ie9 .page-title-content .description-title .product-name {
    display: block;
    float: left;
    white-space: normal;
    position: relative;
    zoom: 1;
  }
  .lt-ie9 .page-title-content .description-subtitle {
    clear: both;
  }
}
@media (min-width: 768px) {
  .page-title-content .description {
    margin: 0;
  }
  .page-title-content .description-title {
    font-size: 2.8em;
    line-height: 1.2em;
  }
  .page-title-content .description-title .bigger {
    font-size: 1.4em;
  }
  .page-title-content .description-title-2 {
    font-size: 2em;
    line-height: 1.2em;
  }
  .page-title-content .description-subtitle {
    margin: 0 0 15px 0;
  }
  .page-title-content .visual-ctner,
  .page-title-content .description {
    position: absolute;
  }
  .page-title-content .visual-ctner {
    bottom: 0;
    right: -20px;
  }
  .page-title-container .cta-box .btn, .page-title-container .cta-box .cta-box-titles {
    vertical-align: middle;
  }
  .page-title-container .cta-box .btn {
    font-size: 1.429em;
    display: inline-block;
    float: right;
    box-shadow: 4px 4px 0 rgba(193, 182, 188, 0.82);
    border: none;
    background: #FFF;
    border-radius: 0;
    color: #3E3D3C;
  }
  .page-title-container .cta-box .btn:hover {
    color: #339BBE;
  }
  .page-title-container .cta-box .cta-box-title,
  .page-title-container .cta-box .cta-box-subtitle {
    float: left;
  }
  .page-title-container .cta-box .cta-box-title {
    width: 36%;
    font-size: 1em;
    line-height: 1.3em;
    display: block;
  }
  .page-title-container .cta-box .cta-box-subtitle {
    width: 60%;
    text-align: center;
    font-family: "bnpp-square-condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
  .page-title-container .cta-box .cta-box-subtitle .price {
    margin: 25px 0 0;
    font-size: 5em;
  }
  .page-title-container .cta-box .cta-box-subtitle .payment-frequency {
    font-size: 0.314em;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .page-title-content .visual-ctner {
    right: -120px;
  }
  .page-title-container .visual {
    height: 280px;
    float: right;
  }
  #carousel-ctner .owl-controls {
    bottom: 70px;
  }
  .page-title-container .title-ctner, .page-title-container .title {
    height: 290px;
  }
  .page-title-content {
    height: 290px;
  }
  .page-title-content .complex-banner .description {
    top: 90px;
    width: 90%;
  }
  .page-title-content .description {
    left: 30px;
    top: 120px;
    width: 90%;
  }
  .page-title-content .cta-box-titles {
    width: 55%;
  }
  .page-title-content .description-title,
  .page-title-content .description-subtitle {
    width: 75%;
  }
  .page-title-container .description-title,
  .page-title-container .description-title-2,
  .page-title-container .description-subtitle {
    line-height: 1.1em;
    padding-left: 0;
    width: 75%;
  }
  .page-title-content .description-title {
    font-size: 2.4em;
  }
  .page-title-content .description-title .bigger {
    font-size: 1.4em;
  }
  .page-title-container .description-title-2 {
    font-size: 1.6em;
  }
  .page-title-container .cta-box .cta-box-title {
    margin-top: 0;
  }
}
@media (max-width: 979px) {
  .top-header {
    top: 0;
  }
  .form-in-header {
    top: 195px;
    left: 50px;
  }
}
@media (max-width: 767px) {
  .header {
    height: 290px;
    overflow: visible;
  }
  .form-in-header {
    top: 70px;
    left: 50%;
    margin-left: -140px;
    padding: 15px 15px 5px;
  }
  .owl-carousel .owl-controls {
    bottom: 0px;
  }
  .page-title-container .title-ctner, .page-title-container .title {
    height: 360px;
  }
  .page-title-container .specialWhiteLabel {
    height: 410px;
  }
  .page-title-container .specialWhiteLabel.owl-carousel .title-ctner {
    height: 410px;
  }
  .page-title-content {
    height: 360px;
    padding-bottom: 30px;
  }
  .page-title-content.specialComplexBanner {
    height: 410px;
  }
  .page-title-content .visual-ctner,
  .page-title-content .description-subtitle {
    display: none;
  }
  .page-title-content .complex-banner {
    background-image: none;
    background-color: #EBEBEB;
  }
  .page-title-content .complex-banner .title .visual-ctner {
    display: none;
  }
  .page-title-content .complex-banner .description {
    margin: 55px auto 0;
    width: 93%;
    text-align: center;
  }
  .page-title-content .description {
    margin: 95px auto 0;
    width: 93%;
    text-align: center;
  }
  .page-title-content .description-title {
    height: 70px;
    overflow: hidden;
    margin-bottom: 5px;
    font-size: 2.2em;
    line-height: 1.3em;
  }
  .page-title-content .cta-box {
    padding: 12px 8px;
  }
  .page-title-content .cta-box .btn {
    width: auto;
    margin-top: 0;
  }
  .page-title-content .cta-box-title {
    margin: 0;
    padding-bottom: 9px;
    font-size: 1em;
    line-height: 1.2em;
    border-bottom: 1px solid #3fa8cb;
  }
  .page-title-content .price {
    margin: 0;
    line-height: 1.4em;
    font-size: 2.857em;
  }
  .page-title-content .payment-frequency {
    font-size: 0.625em;
  }
}
.rich-breadcrumb {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #3E3D3C;
  overflow: hidden;
}
.rich-breadcrumb li {
  float: left;
}
.rich-breadcrumb .reinsurance-content {
  position: relative;
  display: block;
  float: left;
  text-decoration: none;
  background: #787776;
}
.rich-breadcrumb .title .reinsurance-content {
  text-transform: uppercase;
  background: #C5C4C4;
}
.rich-breadcrumb .title .reinsurance-content:after {
  border-left-color: #C5C4C4;
}
.rich-breadcrumb li.last .reinsurance-content {
  padding-right: 15px;
}
.rich-breadcrumb li.last .reinsurance-content:before,
.rich-breadcrumb li.last .reinsurance-content:after {
  border-left: none;
}
.rich-breadcrumb li.first .reinsurance-content {
  padding-left: 10px;
}
.rich-breadcrumb.two-items li {
  width: 35%;
}
.rich-breadcrumb.two-items li .reinsurance-content {
  width: 100%;
}
.rich-breadcrumb.two-items li .reinsurance-content .text {
  width: 125px;
}
.rich-breadcrumb.two-items li.title {
  width: auto;
}
.rich-breadcrumb.two-items li.title .reinsurance-content {
  width: auto;
}
.rich-breadcrumb.two-items.marketing-breadcrumb li .reinsurance-content .text {
  width: 120px;
}

.allInOne .rich-breadcrumb {
  color: white;
}
.allInOne .rich-breadcrumb .reinsurance-content {
  background-color: #009058;
}
.allInOne .rich-breadcrumb .title .reinsurance-content {
  background-color: #EBEBEB;
}
.allInOne .rich-breadcrumb .title .reinsurance-content:after {
  border-left-color: #EBEBEB;
}

@media (min-width: 980px) {
  .rich-breadcrumb li {
    height: 47px;
  }
  .rich-breadcrumb .reinsurance-content {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 37px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .rich-breadcrumb li {
    height: 47px;
  }
  .rich-breadcrumb .reinsurance-content {
    font-size: 0.929em;
    line-height: 1.357em;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 47px;
  }
  .rich-breadcrumb.two-items.marketing-breadcrumb li .reinsurance-content .text {
    width: 110px;
  }
}
.marketing-breadcrumb {
  position: relative;
  margin-top: -30px;
}

.lt-ie9 .marketing-breadcrumb .first + li .reinsurance-content {
  margin-left: 30px;
}

@media (min-width: 768px) {
  .marketing-breadcrumb {
    cursor: default;
    background: #787776;
  }
  .marketing-breadcrumb li {
    text-align: center;
    background: #787776;
  }
  .marketing-breadcrumb .reinsurance-content {
    padding-top: 0;
    padding-bottom: 0;
    background-image: url("../images/master/borders/reinsurance.png");
    background-repeat: repeat-y;
    background-position: 100% 50%;
  }
  .marketing-breadcrumb li.last .reinsurance-content {
    background-image: none;
  }
  .marketing-breadcrumb .title {
    background: #C5C4C4;
  }
  .marketing-breadcrumb .title .reinsurance-content {
    margin: 0;
    color: #3E3D3C;
    background: #C5C4C4;
  }
  .marketing-breadcrumb .title .reinsurance-content:after, .marketing-breadcrumb .title .reinsurance-content:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
  }
  .marketing-breadcrumb .title .reinsurance-content:after {
    border-left: 30px solid #C5C4C4;
    z-index: 2;
  }
  .marketing-breadcrumb .title .reinsurance-content:before {
    border-left: 30px solid #fff;
    margin-left: 1px;
    z-index: 1;
  }
  .marketing-breadcrumb .text {
    display: inline-block;
    width: 60%;
    text-align: left;
  }
  .marketing-breadcrumb .number {
    text-align: right;
    color: #009058;
    font-family: "bnpp-square-condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 2.571em;
    vertical-align: baseline;
  }
  .allInOne .marketing-breadcrumb {
    background-color: #009058;
  }
  .allInOne .marketing-breadcrumb li {
    background-color: #009058;
  }
  .allInOne .marketing-breadcrumb .title {
    background-color: #EBEBEB;
  }
  .allInOne .marketing-breadcrumb .title .reinsurance-content {
    color: #009058;
    background-color: #EBEBEB;
  }
  .allInOne .marketing-breadcrumb .title .reinsurance-content:after {
    border-left: 30px solid #EBEBEB;
  }
  .allInOne .marketing-breadcrumb .number {
    color: white;
  }
}
@media (min-width: 980px) {
  .marketing-breadcrumb .title .reinsurance-content {
    line-height: 37px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 45px;
    margin-top: 0;
  }
  .marketing-breadcrumb .reinsurance-content {
    margin: 5px 0 5px 42px;
  }
  .marketing-breadcrumb .text {
    line-height: 1.2em;
  }
  .marketing-breadcrumb .number {
    margin-right: 5px;
    line-height: 20px;
  }
  .marketing-breadcrumb.two-facts li {
    width: 40%;
  }
  .marketing-breadcrumb.two-facts li > span {
    display: block;
    float: none;
    text-align: left;
  }
  .marketing-breadcrumb.two-facts li + li {
    width: 30%;
  }
  .marketing-breadcrumb.two-facts li + li > span {
    text-align: center;
  }
  .marketing-breadcrumb.two-facts li + li .text {
    max-width: 45%;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .rich-breadcrumb.two-items li.title {
    width: 16%;
  }
  .rich-breadcrumb.two-items .title + li .reinsurance-content {
    margin-left: 0px;
  }
  .marketing-breadcrumb {
    height: 67px;
    margin-left: auto;
    margin-right: auto;
  }
  .marketing-breadcrumb li {
    height: 67px;
    width: 28%;
  }
  .marketing-breadcrumb .title {
    line-height: 1.429em;
    width: 16%;
    padding-bottom: 10px;
  }
  .marketing-breadcrumb .title > span {
    padding-top: 15px;
    height: 32px;
    font-size: 0.8em;
  }
  .marketing-breadcrumb .title .reinsurance-content:after,
  .marketing-breadcrumb .title .reinsurance-content:before {
    margin-top: -40px;
  }
  .marketing-breadcrumb .title + li .reinsurance-content {
    margin-left: 40px;
    padding-left: 0;
  }
  .marketing-breadcrumb .reinsurance-content {
    padding-left: 10px;
    margin: 15px 0 5px;
  }
  .marketing-breadcrumb .text {
    line-height: 1.429em;
  }
  .marketing-breadcrumb .number {
    margin-right: 8px;
    line-height: 1.3em;
    vertical-align: top;
  }
}
@media (max-width: 767px) {
  .marketing-breadcrumb {
    display: none;
  }
}
.steps-breadcrumb {
  overflow: hidden;
  font-size: 1.429em;
}
.steps-breadcrumb .reinsurance-content {
  height: 30px;
  padding: 20px 0;
  width: 100%;
  text-align: center;
}
.steps-breadcrumb .reinsurance-content:after, .steps-breadcrumb .reinsurance-content:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 99%;
  border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
}
.steps-breadcrumb .reinsurance-content:after {
  border-left: 15px solid #787776;
  z-index: 2;
}
.steps-breadcrumb .reinsurance-content:before {
  border-left: 15px solid #c4c4c4;
  margin-left: 1px;
  z-index: 1;
}
.steps-breadcrumb li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  height: 70px;
}
.steps-breadcrumb li.first .reinsurance-content {
  padding-left: 0;
}
.steps-breadcrumb.five-steps li {
  width: 20%;
}
.steps-breadcrumb .number {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.steps-breadcrumb .text {
  display: inline-block;
  vertical-align: middle;
  font-family: "bnpp-square-light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 30px;
}
.steps-breadcrumb .text.two-lines {
  margin-top: -5px;
  line-height: 1.4em;
}
.steps-breadcrumb .current .reinsurance-content {
  color: white;
  background-color: #339BBE;
}
.steps-breadcrumb .current .reinsurance-content:after {
  border-left-color: #339BBE;
}
.steps-breadcrumb .current .reinsurance-content:hover:after {
  border-left-color: #339BBE !important;
}
.steps-breadcrumb .current .reinsurance-content:before {
  border-left-color: #287a96;
}
.steps-breadcrumb .current .reinsurance-content:hover:before {
  border-left-color: #287a96 !important;
}
.steps-breadcrumb .done .reinsurance-content {
  color: #EBEBEB;
  background-color: #3E3D3C;
}
.steps-breadcrumb .done .reinsurance-content:after {
  border-left-color: #3E3D3C;
}
.steps-breadcrumb .done .reinsurance-content:hover:after {
  border-left-color: #3E3D3C !important;
}
.steps-breadcrumb .done .reinsurance-content:before {
  border-left-color: #339BBE;
}
.steps-breadcrumb .done + .done .reinsurance-content:before {
  border-left-color: #5a5958;
  left: 0;
}
.steps-breadcrumb .text {
  display: inline-block;
  font-family: "bnpp-square-light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 30px;
  vertical-align: middle;
}

@media (min-width: 980px) {
  .steps-breadcrumb.four-steps, .steps-breadcrumb.five-steps {
    font-size: 1em;
  }
  .steps-breadcrumb.four-steps .number, .steps-breadcrumb.five-steps .number {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .steps-breadcrumb.four-steps, .steps-breadcrumb.five-steps {
    font-size: 1.2em;
  }
  .steps-breadcrumb.four-steps .number, .steps-breadcrumb.five-steps .number {
    display: none;
  }
}
@media (max-width: 767px) {
  .steps-breadcrumb li {
    height: 90px;
  }
  .steps-breadcrumb li .reinsurance-content {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 70px;
  }
  .steps-breadcrumb li .reinsurance-content .number,
  .steps-breadcrumb li .reinsurance-content .text {
    display: block;
    text-align: center;
    position: relative;
    left: 5px;
    line-height: 1em;
    font-size: 0.6em;
    padding: 0 10px;
    margin-right: 0;
  }
  .steps-breadcrumb li .reinsurance-content .text {
    margin-top: 10px;
  }
  .steps-breadcrumb.four-steps li .text, .steps-breadcrumb.five-steps li .text {
    display: none;
  }
  .steps-breadcrumb.four-steps li .number, .steps-breadcrumb.five-steps li .number {
    top: 20px;
    left: 10px;
  }
}
.mono-breadcrumb .portlet-breadcrumb .portlet-body {
  position: absolute;
  z-index: 10;
  top: 80px;
}

.portlet-breadcrumb {
  max-width: 980px;
  margin: 0 auto;
}
.portlet-breadcrumb .portlet-body {
  position: absolute;
  z-index: 10;
  top: 150px;
}
.portlet-breadcrumb .breadcrumb {
  margin: -11px 0 0 15px;
  padding: 0;
  background-color: transparent;
}
.portlet-breadcrumb .breadcrumb li {
  text-shadow: none;
}
.portlet-breadcrumb .breadcrumb li a {
  font-size: 0.857em;
  line-height: 1.429em;
  color: #3E3D3C;
  text-decoration: underline;
}
.portlet-breadcrumb .breadcrumb li a:hover {
  color: #339BBE;
}
.portlet-breadcrumb .breadcrumb li .divider {
  color: #3E3D3C;
  padding: 0 10px;
}
.portlet-breadcrumb .breadcrumb li.active a {
  text-decoration: none;
}
.portlet-breadcrumb .breadcrumb li.active a:hover {
  color: #3E3D3C;
  cursor: default;
}
.portlet-breadcrumb .breadcrumb li.last .divider {
  display: none;
}

@media (max-width: 979px) {
  .portlet-breadcrumb {
    display: none;
  }
}
/*5554*/
.box-business {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: white;
  padding: 10px 25px;
  background-color: #339BBE;
  /*5560*/
  /*5565*/
  /*5569*/
}
.box-business h3 {
  font-size: 1.786em;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 25px;
}
.box-business p {
  padding-top: 5px;
  line-height: 1.5em;
}
.box-business .btn {
  font-size: 1.143em;
  padding: 10px 35px;
}

@media (max-width: 979px) {
  .box-business {
    margin-top: 0;
    font-size: 0.9em;
  }
  .box-business .btn {
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .box-business {
    text-align: center;
  }
  .box-business h3 {
    font-size: 1.3em;
  }
}
.box-corporate {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  background-color: #009058;
  padding: 25px;
  color: white;
}
.box-corporate .box-notice .notice {
  float: none;
  color: #3E3D3C;
  margin-bottom: 0;
}
.box-corporate h3 {
  font-size: 1.786em;
  font-weight: 400;
  margin-bottom: 10px;
}
.box-corporate .price {
  font-size: 2.143em;
  margin-top: -15px;
}
.box-corporate p {
  padding-top: 5px;
  line-height: 1.5em;
}
.box-corporate .btn {
  font-size: 1.143em;
  padding: 10px 35px;
}
.box-corporate .border-title {
  width: 100%;
  text-align: center;
  font-family: "bnpp-square-light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 50px;
  font-size: 28px;
  margin-top: 30px;
}
.box-corporate .border-title:after {
  border-color: #FFF;
}
.box-corporate .figures {
  width: 50%;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
}
.box-corporate .figures .number {
  display: block;
  font-size: 48px;
  font-family: "bnpp-square-condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 15px;
}
.box-corporate .figures .text {
  font-size: 20px;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

@media (min-width: 980px) {
  .box-corporate .chosen-container {
    float: right;
  }
}
@media (max-width: 979px) {
  .box-corporate {
    font-size: 0.9em;
  }
  .box-corporate .btn {
    padding: 10px 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .box-corporate .figures {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .box-corporate {
    text-align: center;
  }
  .box-corporate h3 {
    font-size: 1.3em;
  }
  .box-corporate .aside-block, .box-corporate .accordion .panel-header, .accordion .box-corporate .panel-header {
    position: relative;
    padding-bottom: 40px;
  }
  .box-corporate .aside-block .aside, .box-corporate .accordion .panel-header .aside, .accordion .box-corporate .panel-header .aside {
    float: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  .box-corporate .border-title {
    font-size: 35px;
  }
  .box-corporate .figures {
    margin-bottom: 0;
  }
  .box-corporate .figures .span4, .box-corporate .figures .span6 {
    margin-bottom: 40px;
  }
  .box-corporate .figures .span4 .number, .box-corporate .figures .span6 .number {
    font-size: 60px;
  }
  .box-corporate .figures .span4 .text, .box-corporate .figures .span6 .text {
    font-size: 25px;
  }
}
.box-notice .notice {
  margin-top: -68px;
  padding: 30px 40px;
  float: left;
}
.box-notice .notice .title {
  font-size: 1.285em;
  margin: 0;
}

.notice {
  padding: 20px 15px;
  position: relative;
  border-style: solid;
  border-color: #EBEBEB;
  background-color: white;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.571em;
}
.notice.notice-error {
  border-color: red;
}
.notice.notice-valid {
  border-color: green;
}
.notice .iconbt-left {
  position: absolute;
}
.notice .notice-title {
  text-transform: uppercase;
}
.notice .notice-title.no-uppercase {
  text-transform: none;
}
.notice .notice-title .info {
  color: #339BBE;
}
.notice .default {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.notice p {
  margin-bottom: 10px;
}
.notice a {
  color: #3E3D3C;
  text-decoration: underline;
}
.notice ul:last-child {
  margin-bottom: 0 !important;
}
.notice .cta {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .notice {
    margin-bottom: 30px;
    border-width: 6px;
  }
  .notice.notice-icon {
    padding-left: 80px;
  }
  .notice.notice-error, .notice.notice-valid {
    border-width: 2px;
  }
  .notice .iconbt-left {
    top: 15px;
    left: 20px;
  }
  .notice .notice-title {
    font-size: 1.286em;
  }
}
@media (max-width: 979px) {
  .box-notice .notice {
    width: auto;
  }
}
@media (max-width: 767px) {
  .notice {
    margin-bottom: 20px;
    border-width: 3px;
  }
  .notice.notice-icon {
    padding-left: 70px;
  }
  .notice.notice-error, .notice.notice-valid {
    border-width: 1px;
  }
  .notice .iconbt-left {
    top: 20px;
    left: 15px;
  }
  .notice .notice-title {
    font-size: 1em;
  }
  .notice p, .notice ul, .notice ol {
    font-size: 0.857em;
  }
}
.about-box-ctner {
  width: 100%;
}

.about-box {
  background: #009058;
  color: #EBEBEB;
}
.about-box a, .about-box a:hover, .about-box a:visited {
  color: #EBEBEB;
}
.about-box .about-title-ctner,
.about-box .about-content-ctner,
.about-box .about-social {
  position: relative;
  z-index: 3;
}
.about-box .about-title.border-title:after {
  border-bottom-color: #EBEBEB;
}
.about-box .about-title-ctner, .about-box .about-social {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.about-box .about-content-ctner {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.about-box .about-social-list {
  text-transform: uppercase;
}
.about-box .about-social-list i[class^=iconbt-] {
  vertical-align: middle;
}
.about-box .about-more {
  display: inline-block;
  font-size: 1em;
  line-height: 1.071em;
  font-weight: bold;
  padding-top: 1em;
  text-decoration: underline;
}
.about-box .network a {
  display: block;
}

@media (min-width: 980px) {
  .about-box .about-title-ctner {
    width: 28%;
  }
  .about-box .about-social {
    width: 30%;
  }
}
@media (min-width: 768px) {
  .about-box {
    display: table;
    margin-bottom: 35px;
    padding: 20px;
  }
  .about-box .about-title-ctner,
  .about-box .about-content-ctner,
  .about-box .about-social {
    display: table-cell;
    vertical-align: top;
  }
  .about-box .about-title {
    margin: 0;
    font-size: 2.143em;
    line-height: 1.133em;
  }
  .about-box .about-data {
    display: none;
  }
  .about-box .about-content-ctner {
    padding: 0 25px;
  }
  .about-box .about-content {
    font-size: 1.143em;
    line-height: 1.5em;
  }
  .about-box .about-content p {
    margin: 0;
    max-height: 145px;
    overflow: hidden;
  }
  .about-box .about-more {
    font-weight: bold;
    text-decoration: underline;
  }
  .about-box .about-social-title {
    margin: 4px 0 12px;
    font-size: 1.071em;
    line-height: 1.143em;
    font-weight: bold;
  }
  .about-box .network {
    margin: 0 5px 10px 0;
    min-width: 125px;
  }
  .about-box .network i[class^=iconbt-] {
    margin-right: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .about-box .about-title-ctner {
    width: 30%;
  }
  .about-box .about-social {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .about-box-ctner .page-center {
    padding: 0;
  }
  .about-box {
    padding: 15px;
    text-align: center;
  }
  .about-box .about-title {
    width: 100%;
    margin: 0 0 25px;
    font-size: 1.429em;
    line-height: 0.9em;
  }
  .about-box .about-title:after {
    margin-left: auto;
    margin-right: auto;
  }
  .about-box .about-data {
    text-align: center;
  }
  .about-box .data-ctner {
    width: 32%;
    text-align: center;
  }
  .about-box .data-ctner .number {
    display: block;
    margin-bottom: 5px;
    font-size: 2.5em;
    line-height: 0.813em;
  }
  .about-box .data-ctner .label {
    font-size: 1.071em;
    line-height: 0.875em;
    /* AUI Override */
    padding: 0;
    font-weight: normal;
    color: #EBEBEB;
    background-color: transparent;
    white-space: normal;
    text-shadow: none;
  }
  .about-box .about-content-ctner {
    margin: 20px 0 34px;
  }
  .about-box .about-content {
    margin-bottom: 20px;
    font-size: 0.857em;
    line-height: 1.333em;
  }
  .about-box .about-content p {
    margin: 0;
  }
  .about-box .about-more {
    font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 0.929em;
    line-height: 1.154em;
    font-weight: normal;
  }
  .about-box .about-social-title {
    margin: 0 0 15px;
    font-size: 0.857em;
    line-height: 0.571em;
  }
  .about-box .about-social-list {
    padding: 0;
  }
  .about-box .network {
    width: 43%;
    margin-bottom: 15px;
    padding: 0 10px;
    text-align: right;
  }
  .about-box .network a {
    display: inline-block;
    position: relative;
    width: 80px;
    min-height: 28px;
    line-height: 1.786em;
    padding-left: 35px;
    text-align: left;
  }
  .about-box .network i[class^=iconbt-] {
    position: absolute;
    left: 0;
    top: 0;
  }
  .about-box .network:nth-child(2n) {
    text-align: left;
  }
  .about-box i[class^=iconbt-] {
    margin-right: 6px;
  }
}
.twitter-feed {
  margin-bottom: 35px;
}
.twitter-feed .border-title {
  font-size: 30px;
  line-height: 30px;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 25px;
  font-weight: normal;
  display: block;
}
.twitter-feed .timeline {
  padding: 10px;
  border: 1px solid #EAEAEA;
}
.twitter-feed .timeline .timeline-Header {
  border-bottom: 1px solid #EAEAEA;
}

.news-teaser {
  margin-bottom: 35px;
  color: #3E3D3C;
}
.news-teaser .border-title {
  font-size: 30px;
  line-height: 30px;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 25px;
  font-weight: normal;
  display: block;
}
.news-teaser p {
  margin: 20px 0;
}
.news-teaser a {
  font-weight: bold;
  color: #3E3D3C;
  text-decoration: underline;
}

.job-offer {
  margin-bottom: 20px;
  border-top: 1px solid #BEBDBD;
}
.job-offer h3 {
  font-size: 20px;
  padding-left: 20px;
  position: relative;
}
.job-offer h3:before {
  left: 0;
  font-size: 15px;
  content: "\f054";
  font-family: "FontAwesome";
  color: #339BBE;
  position: absolute;
}

.follow-us {
  padding: 30px;
  margin-bottom: 35px;
  background: #009058;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-top: 20px;
}
.follow-us .border-title {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 40px;
  font-weight: normal;
  display: block;
  color: white;
}
.follow-us .border-title:after {
  border-color: white;
}
.follow-us a {
  width: 45%;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
  color: white;
}
.follow-us a:before {
  display: block;
  font-size: 25px;
  line-height: 45px;
  color: #009058;
  font-family: "FontAwesome";
  border-radius: 25px;
  margin: 10px auto;
  background: white;
  height: 45px;
  width: 45px;
}
.follow-us a.linkedin:before {
  content: "\f0e1";
}
.follow-us a.facebook:before {
  content: "\f09a";
}
.follow-us a.youtube:before {
  content: "\f167";
}
.follow-us a.twitter:before {
  content: "\f099";
}
.follow-us a:nth-child(odd) {
  margin-left: 7%;
}
.follow-us a:hover, .follow-us a:focus {
  color: white;
  text-decoration: none;
}

.share-this {
  padding: 25px;
  margin: 25px 0;
  background: #009058;
}
.share-this .border-title {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 30px;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  display: block;
  color: white;
}
.share-this .border-title:after {
  border-color: white;
}
.share-this a {
  width: 45px;
  height: 45px;
  text-align: center;
  display: inline-block;
  margin: 0 0 15px 15px;
  border-radius: 25px;
  background: white;
}
.share-this a:before {
  display: block;
  font-size: 25px;
  line-height: 45px;
  font-family: "FontAwesome";
  color: #009058;
}
.share-this a.linkedin:before {
  content: "\f0e1";
}
.share-this a.facebook:before {
  content: "\f09a";
}
.share-this a.youtube:before {
  content: "\f167";
}
.share-this a.twitter:before {
  content: "\f099";
}
.share-this a:hover, .share-this a:focus {
  text-decoration: none;
}

@media screen and (max-width: 979px) {
  .share-this a {
    margin: 0 0 25px 25px;
  }
}
.job-offers-home {
  color: white;
  padding: 20px;
  font-size: 30px;
  line-height: 35px;
  background: #009058;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 30px;
}
.job-offers-home a {
  color: white;
  font-size: 22px;
  margin-left: 25px;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .job-offers-home a {
    display: block;
    margin-left: 0;
  }
}
.product-promo i[class^=iconbt-] {
  float: left;
}

.box-price .text {
  color: white;
}

.more-products .more i, .more-products .less i {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
}
.more-products .more i {
  font-size: 1.286em;
}
.more-products .less i {
  font-size: 1.929em;
}
.more-products .more {
  display: none;
}
.more-products.more-to-show .more {
  display: block;
}
.more-products.more-to-show .less {
  display: none;
}

.product-promo-text .panel-header h3:hover,
.product-promo-text .panel-header h3:visited {
  color: black;
}
.product-promo-text .link {
  color: #787776;
  text-decoration: underline;
}
.product-promo-text .link:visited {
  color: #787776;
}
.product-promo-text .link:hover {
  color: #339BBE;
}

.product-promo-ctner .more-products:visited {
  color: black;
}
.product-promo-ctner .more-products:hover {
  color: #339BBE;
}

.accordion .active .iconbt-collapse-open-circle-grey {
  background-position: -246px -367px;
}

.product-promo .box-price {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: white;
}
.product-promo .price .num, .product-promo .price .current {
  font-size: 4.071em;
}
.product-promo .price .payment-frequency, .product-promo del {
  font-size: 1.714em;
}
.product-promo .price-tools {
  height: 52px;
}
.product-promo .price-tools .price {
  display: table-cell;
  vertical-align: bottom;
  font-family: "bnpp-square-condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.product-promo .btn-container {
  position: absolute;
  bottom: 10px;
  display: table-cell;
  vertical-align: bottom;
}
.product-promo .btn-container .btn {
  border-radius: 0;
  background-color: white;
  background-image: none;
  box-shadow: 4px 4px 0 rgba(193, 182, 188, 0.82);
  font-size: 15px;
  line-height: 1.625em;
  border: none;
}
.product-promo .center .btn-container {
  display: block;
  left: 10px;
  right: auto;
  width: 93%;
  text-align: center;
}

.product-promo .product.hidden {
  display: none;
}

.product-promo:before, .product-promo:after {
  content: " ";
  display: table;
}
.product-promo:after {
  clear: both;
}

.product-promo .panel-header h3 {
  color: #3E3D3C;
}
.product-promo .panel-header {
  text-decoration: none;
}
.product-promo .panel-header i {
  margin-right: 10px;
}
.product-promo .product {
  overflow: hidden;
  display: inline-block;
}
.product-promo .product h3 {
  padding-top: 12px;
  font-size: 1.286em;
  text-transform: uppercase;
  line-height: 16px;
  margin: 0;
}
.product-promo .product-promo-visual {
  position: relative;
}
.product-promo .headband-title span {
  font-weight: bold;
}
.product-promo .product-promo-text {
  height: 85px;
  padding: 10px;
  overflow: hidden;
  color: #787776;
  line-height: 1.375em;
}
.product-promo .product-promo-text p {
  margin: 0;
  min-height: 60px;
}
.product-promo .box-price {
  background-color: #339BBE;
}
.product-promo .box-price {
  padding: 10px;
  text-align: center;
  position: relative;
}
.product-promo .box-price .text {
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  margin: 0;
}
.product-promo .box-price .text span {
  font-weight: bold;
}

@media (min-width: 980px) {
  .product-row {
    padding-bottom: 20px;
  }
  .product-promo .product {
    width: 31%;
    margin: 0 9px 25px;
  }
  .product-promo .product:last-child {
    margin-right: 0;
  }
  .product-promo-ctner .product-promo {
    padding: 20px 0;
  }
}
@media (min-width: 768px) {
  .product-promo {
    border-bottom: 1px solid #C5C4C4;
  }
  .product-promo .product .iconbt-collapse-open-circle-grey {
    display: none;
  }
  .product-promo .product {
    vertical-align: top;
    border-top: none;
  }
  .product-promo .product-promo-title {
    height: 54px;
  }
  .product-promo .product-promo-title {
    text-align: left;
  }
  .product-promo .headband-title {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 53px;
    padding: 7px 0px;
    margin: 0;
    background-color: #287a96;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
  }
  .product-promo .price-tools {
    display: table;
  }
  .product-promo .btn-container {
    right: 10px;
  }
  .product-promo-ctner .more-products {
    height: 20px;
    width: 220px;
    text-align: center;
    display: table;
    margin: -1px auto 40px;
    padding: 7px;
    background-color: white;
    color: #787776;
    text-decoration: none;
    border: 1px solid #C5C4C4;
    border-top: 2px solid white;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .touch .more-products:hover {
    color: #339BBE;
  }
  .product-promo-ctner .more-products:visited {
    color: black;
  }
  .product-promo {
    padding: 20px 0 0;
  }
  .product-promo .product {
    margin: 0 7px 20px;
    width: 47%;
  }
  .product-promo .product .product-promo-visual img {
    width: 100%;
  }
  .product-promo .product-promo-text {
    padding: 10px 10px 15px;
  }
  .product-promo .btn-container .btn {
    font-size: 0.9em;
  }
  .product-promo .price .num, .product-promo .price .current {
    font-size: 2.8em;
  }
}
@media (max-width: 767px) {
  .more-products .more i,
  .more-products .less i {
    vertical-align: bottom;
  }
  .product-promo {
    padding: 0 0 32px 0;
  }
  .product-promo .product:first-child {
    border-top: none;
  }
  .product-promo .product {
    padding-bottom: 15px;
    border-bottom: 1px solid #C5C4C4;
  }
  .product-promo .product-promo-title {
    margin: 15px 0 0;
  }
  .product-promo .product, .product-promo .product .product-promo-visual img {
    width: 100%;
  }
  .product-promo .product-promo-visual img {
    display: none;
  }
  .product-promo .product-promo-text {
    text-align: center;
    padding: 10px;
  }
  .product-promo .product-promo-text p {
    min-height: 40px;
  }
  .product-promo .product-promo-title {
    text-align: center;
  }
  .product-promo .headband-title {
    z-index: 1;
    width: 100%;
    top: 53px;
    padding: 7px 0px;
    margin: 0;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #287a96;
  }
  .product-promo .product-promo-title i[class^=iconbt-] {
    float: none;
  }
  .product-promo .product .box-price {
    height: 145px;
    margin-bottom: 18px;
  }
  .product-promo .product .no-price {
    height: 75px;
  }
  .product-promo .product .no-price .center .btn-container {
    bottom: -6px;
  }
  .product-promo .price-tools {
    display: inline-table;
    margin-bottom: 5px;
  }
  .product-promo .price-tools:before, .product-promo .price-tools:after {
    content: " ";
    display: table;
  }
  .product-promo .price-tools:after {
    clear: both;
  }
  .product-promo .price-tools .price {
    display: block;
    position: relative;
    top: -5px;
    line-height: normal;
    margin: 0;
  }
  .product-promo .btn-container {
    display: block;
    position: relative;
    bottom: 20px;
  }
  .product-promo-ctner .more-products {
    display: table;
    margin: 0 auto 20px;
    padding: 10px;
    background-color: #EBEBEB;
    color: black;
    text-decoration: none;
    width: auto;
  }
}
.any-questions {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 20px 25px 25px;
  margin-top: 10px;
  background-color: #EBEBEB;
}
.any-questions h2 {
  margin: 0;
  text-align: center;
  padding-bottom: 30px;
  line-height: 16px;
  font-size: 1.786em;
  font-weight: 400;
}
.any-questions > div {
  display: flex;
  align-items: center;
}
.any-questions div + div {
  margin-top: 10px;
}
.any-questions div i {
  margin-right: 10px;
}
.any-questions div i.iconbt-callback, .any-questions div i.iconbt-callback-white {
  vertical-align: middle;
}
.any-questions div > div {
  display: inline-block;
  vertical-align: middle;
}
.any-questions div p {
  margin: 0;
  font-size: 1.714em;
  color: #339BBE;
  text-decoration: none;
}
.any-questions div em {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.any-questions div a {
  color: #339BBE;
  text-decoration: underline;
}
.any-questions div .phone-number {
  text-decoration: none;
}

@media (max-width: 979px) {
  .any-questions {
    display: none;
    padding: 20px 10px 25px;
    text-align: center;
  }
  .any-questions > div {
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .any-questions > div {
    display: inline-block;
    width: 47%;
    vertical-align: top;
    text-align: center;
  }
  .any-questions > div > div {
    vertical-align: top;
    text-align: center;
  }
  .any-questions > div + div {
    margin: 0 0 0 3.5%;
  }
}
@media (max-width: 767px) {
  .any-questions > div {
    display: inline-block;
    width: 250px;
  }
}
.step-blocks {
  margin-bottom: 30px;
}

.step-block .step-block-title {
  color: white;
  background: #c4c4c4;
}
.step-block .step-block-title .text {
  margin-bottom: 0;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
}
.step-block.active .step-block-title {
  background: #848484;
}

.step-block-content {
  background: #F5F5F5;
}

.step-blocks-light .step-block-content {
  background: white;
}

.step-block-content-title .text {
  font-weight: normal;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
}

.step-blocks .info:before, .step-blocks .info:after {
  content: " ";
  display: table;
}
.step-blocks .info:after {
  clear: both;
}
.step-blocks .info .bloc-info-left {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.step-blocks .info + .info {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #EBEBEB;
}

@media (min-width: 980px) {
  .step-block {
    margin-bottom: 30px;
  }
  .step-block .bloc-info-left {
    font-size: 1.286em;
  }
  .step-block .bloc-info-right {
    line-height: 1.5em;
  }
  .step-block-content {
    padding: 50px 35px 30px;
  }
}
@media (min-width: 768px) {
  .step-blocks .bloc-info-left {
    float: left;
    width: 45%;
  }
  .step-blocks .bloc-info-right {
    float: left;
    width: 55%;
  }
  .step-block-title {
    padding: 18px 15px;
  }
  .step-block-title .text {
    font-size: 1.714em;
    line-height: 1.714em;
  }
  .step-block-content-title {
    font-size: 1.286em;
    line-height: 1.375em;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .step-block {
    margin-bottom: 20px;
  }
  .step-block .bloc-info-left {
    font-size: 1em;
  }
  .step-block .bloc-info-right {
    font-size: 0.857em;
  }
  .step-block-content {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .step-blocks .step-block-title .text {
    line-height: 2.5em;
    font-size: 1.072em;
  }
  .step-blocks .info .bloc-info-left {
    margin-bottom: 5px;
  }
  .step-blocks .info .bloc-info-right {
    font-size: 0.857em;
    width: revert;
  }
  .step-block {
    margin-bottom: 15px;
  }
  .step-block-title {
    text-align: center;
    padding: 18px 15px;
  }
  .step-block-title .text {
    font-size: 1.286em;
    line-height: 1.125em;
  }
  .step-block-content {
    padding: 24px 15px;
  }
  .step-block-content-title {
    font-size: 1.143em;
    line-height: 1.429em;
  }
  .step-blocks-light .step-block-title.aside-block, .step-blocks-light .accordion .step-block-title.panel-header, .accordion .step-blocks-light .step-block-title.panel-header,
  .logged .step-block-title.aside-block,
  .logged .accordion .step-block-title.panel-header,
  .accordion .logged .step-block-title.panel-header {
    border-bottom-color: white;
  }
  .step-blocks .full-display .step-block-title {
    border-bottom-width: 0 !important;
  }
}
.box-light {
  margin-bottom: 20px;
  background: white;
}
.box-light.box-light-icon .box-light-title {
  position: relative;
}
.box-light.box-light-icon .box-light-title .iconbt-left {
  position: absolute;
  top: 2px;
}
.box-light .box-light-title {
  color: #3E3D3C;
}
.box-light .box-light-title.brand-light {
  font-family: "bnpp-square-light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
.box-light .box-light-title .info {
  color: #339BBE;
}
.box-light .box-light-title .box-subtitle {
  display: block;
}
.box-light.box-light-contract {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 20px 25px;
}
.box-light.box-light-contract + .box-light-contract {
  margin-top: 20px;
}
.box-light.box-light-contract .box-light-contract-title {
  font-size: 2em;
  line-height: 1.3em;
  font-weight: 400;
  margin: 0;
}
.box-light.box-light-contract .box-light-contract-title small {
  color: #3E3D3C;
  text-transform: uppercase;
  font-size: 0.5em;
  line-height: 3em;
}
.box-light.box-light-contract .box-light-contract-title small span {
  font-family: "bnpp-square-light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #339BBE;
}
.box-light.box-light-contract > a {
  text-decoration: none;
  color: #3E3D3C;
}
.box-light.box-light-contract .box-light-contract-subtitle {
  font-family: "bnpp-square-light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.286em;
  text-transform: uppercase;
  display: block;
}
.box-light.box-light-contract .box-light-contract-renew,
.box-light.box-light-contract .box-light-contract-follow {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #C5C4C4;
}
.box-light.box-light-contract .box-light-contract-renew:before, .box-light.box-light-contract .box-light-contract-renew:after,
.box-light.box-light-contract .box-light-contract-follow:before,
.box-light.box-light-contract .box-light-contract-follow:after {
  content: " ";
  display: table;
}
.box-light.box-light-contract .box-light-contract-renew:after,
.box-light.box-light-contract .box-light-contract-follow:after {
  clear: both;
}
.box-light.box-light-contract .box-light-contract-renew .btn,
.box-light.box-light-contract .box-light-contract-follow .btn {
  float: right;
  width: 33%;
  padding: 10px 0;
  margin-left: 20px;
  font-size: 1.143em;
}
.box-light.box-light-contract .box-light-contract-renew > div,
.box-light.box-light-contract .box-light-contract-follow > div {
  margin-top: 8px;
  line-height: 1.3em;
}
.box-light.box-light-contract .box-light-contract-follow {
  margin-top: 18px;
}
.box-light.box-light-contract .box-light-contract-follow span {
  color: #009058;
}
.box-light.box-light-contract .box-light-contract-follow span i {
  vertical-align: middle;
}
.box-light .sum-up-list {
  margin-bottom: 15px;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.box-light .label {
  background-color: white;
  text-shadow: none;
  font-weight: normal;
}
.box-light .dwl i {
  margin-right: 6px;
  vertical-align: middle;
}
.box-light .dwl, .box-light .dwl:hover, .box-light .dwl:active, .box-light .dwl:visited {
  color: #3E3D3C;
}

@media (min-width: 768px) {
  .box-light {
    padding: 15px 20px;
  }
  .box-light.box-light-icon {
    padding-left: 65px;
  }
  .box-light .box-light-title .iconbt-left {
    left: -50px;
  }
  .box-light .box-light-title.brand-light {
    font-size: 1.714em;
    line-height: 1.75em;
  }
  .box-light .box-light-title.brand-light .box-subtitle {
    margin-bottom: 20px;
    font-size: 0.583em;
    line-height: 1.4em;
  }
  .box-light .sum-up-item {
    margin-bottom: 8px;
  }
  .box-light .box-light-footer .label {
    padding-top: 15px;
    font-size: 0.929em;
  }
}
@media (max-width: 979px) {
  .box-light.box-light-contract .box-light-contract-renew .btn,
  .box-light.box-light-contract .box-light-contract-follow .btn {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .box-light {
    padding: 15px;
  }
  .box-light.box-light-icon .box-light-title {
    line-height: 20px;
    padding-left: 50px;
    margin: 0;
  }
  .box-light .box-light-title .iconbt-left {
    left: 0;
  }
  .box-light .box-light-title.brand-light {
    font-size: 1em;
  }
  .box-light .box-light-title.brand-light .box-subtitle {
    margin: 5px 0 15px;
    font-size: 11px;
  }
  .box-light .sum-up-list .sum-up-item {
    font-size: 0.857em;
    margin-bottom: 4px;
    line-height: 16px;
  }
  .box-light.box-light-contract > a {
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    display: block;
  }
  .box-light.box-light-contract > a .box-light-contract-title small {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 1em;
  }
  .box-light.box-light-contract .box-light-contract-renew,
  .box-light.box-light-contract .box-light-contract-follow {
    text-align: center;
    padding-bottom: 40px;
    position: relative;
  }
  .box-light.box-light-contract .box-light-contract-renew .btn,
  .box-light.box-light-contract .box-light-contract-follow .btn {
    float: none;
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 80%;
    margin-left: 0;
  }
  .box-light-footer .dwl {
    font-size: 12px;
  }
  .box-light-footer.aside-block, .accordion .box-light-footer.panel-header {
    position: relative;
    padding-bottom: 60px;
  }
  .box-light-footer.aside-block .aside, .accordion .box-light-footer.panel-header .aside {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
  }
  .box-light-footer.aside-block .btn, .accordion .box-light-footer.panel-header .btn {
    padding: 12px 14px;
  }
  .box-light-footer .aside,
  .box-light-footer .label {
    float: none;
  }
}
#cart, .product #main-product #bloc-get-quote {
  line-height: 16px;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: white;
  background-color: #339BBE;
  overflow: hidden;
  margin-top: 10px;
}
#cart h2, .product #main-product #bloc-get-quote h2 {
  font-size: 1.786em;
  font-weight: 400;
  text-align: center;
  padding: 20px 0 15px;
  margin: 0;
  line-height: 16px;
  position: relative;
}
#cart h2 a, .product #main-product #bloc-get-quote h2 a {
  color: #f4fafc;
  text-decoration: underline;
  font-size: 0.55em;
  display: inline-block;
  margin: 5px 50px 0;
}
#cart h2 span, .product #main-product #bloc-get-quote h2 span {
  display: block;
}
#cart h2 .triangle-down, .product #main-product #bloc-get-quote h2 .triangle-down {
  position: absolute;
  width: 50%;
  bottom: -10px;
  left: 0;
  height: 0;
  padding-left: 50%;
  padding-top: 10px;
  overflow: hidden;
}
#cart h2 .triangle-down div, .product #main-product #bloc-get-quote h2 .triangle-down div {
  width: 0;
  height: 0;
  margin-left: -600px;
  margin-top: -40px;
  border-left: 600px solid transparent;
  border-right: 600px solid transparent;
  border-top: 40px solid #339BBE;
}
#cart .details-price, .product #main-product #bloc-get-quote .details-price {
  padding: 25px 15px 15px;
  background-color: #53b1d1;
}
#cart .details-price p, .product #main-product #bloc-get-quote .details-price p {
  clear: both;
  line-height: 1.3em;
  margin: 0;
}
#cart .details-price p > span, .product #main-product #bloc-get-quote .details-price p > span {
  float: right;
  font-size: 1.286em;
}
#cart .details-price p > span span, .product #main-product #bloc-get-quote .details-price p > span span {
  font-size: 0.778em;
  text-transform: none;
}
#cart .details-price .sub-total, .product #main-product #bloc-get-quote .details-price .sub-total {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #339BBE;
}
#cart .details-price .sub-total p, .product #main-product #bloc-get-quote .details-price .sub-total p {
  text-transform: uppercase;
}
#cart .details-price .sub-total #discount-line, .product #main-product #bloc-get-quote .details-price .sub-total #discount-line {
  display: none;
}
#cart .details-price .coupon, .product #main-product #bloc-get-quote .details-price .coupon {
  margin-top: 15px;
  position: relative;
}
#cart .details-price .coupon .control-group, .product #main-product #bloc-get-quote .details-price .coupon .control-group {
  margin-bottom: 0;
}
#cart .details-price .coupon .control-group .control-label, .product #main-product #bloc-get-quote .details-price .coupon .control-group .control-label {
  display: none;
}
#cart .details-price .coupon input, .product #main-product #bloc-get-quote .details-price .coupon input {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  width: 100%;
  padding: 0 15% 0 2%;
  height: 28px;
  border: none;
  background-color: #287a96;
  outline: none;
  color: white;
  -webkit-box-shadow: -2px -2px 0px 0px #787776;
  box-shadow: -2px -2px 0px 0px #787776;
}
#cart .details-price .coupon input::-webkit-input-placeholder, .product #main-product #bloc-get-quote .details-price .coupon input::-webkit-input-placeholder {
  color: white;
}
#cart .details-price .coupon input:-moz-placeholder, .product #main-product #bloc-get-quote .details-price .coupon input:-moz-placeholder {
  color: white;
}
#cart .details-price .coupon input::-moz-placeholder, .product #main-product #bloc-get-quote .details-price .coupon input::-moz-placeholder {
  color: white;
}
#cart .details-price .coupon input:-ms-input-placeholder, .product #main-product #bloc-get-quote .details-price .coupon input:-ms-input-placeholder {
  color: white;
}
#cart .details-price .coupon button, .product #main-product #bloc-get-quote .details-price .coupon button {
  position: absolute;
  top: 4px;
  right: 6px;
  border: none;
  background: transparent;
}
#cart .details-price .coupon button i, .product #main-product #bloc-get-quote .details-price .coupon button i {
  height: 15px;
  width: 15px;
  background: url("../images/master/picto/sprite-blue.png") -93px -362px;
}
#cart .details-price .coupon .error, .product #main-product #bloc-get-quote .details-price .coupon .error,
#cart .details-price .coupon .success,
.product #main-product #bloc-get-quote .details-price .coupon .success {
  display: none;
  line-height: 32px;
  margin-top: 5px;
  padding: 5px 15px;
  color: white;
}
#cart .details-price .coupon .error i, .product #main-product #bloc-get-quote .details-price .coupon .error i,
#cart .details-price .coupon .success i,
.product #main-product #bloc-get-quote .details-price .coupon .success i {
  margin-right: 15px;
  vertical-align: middle;
}
#cart button.btn, .product #main-product #bloc-get-quote button.btn {
  width: 100%;
  display: block;
  font-size: 1.333em;
  padding: 15px 10px;
  border-radius: 0;
  background-color: white;
  background-image: none;
  box-shadow: 4px 4px 0 rgba(193, 182, 188, 0.82);
}
#cart .cart-bottom, .product #main-product #bloc-get-quote .cart-bottom {
  padding: 15px 20px;
}
#cart .cart-bottom p.total, .product #main-product #bloc-get-quote .cart-bottom p.total {
  margin: 0;
  padding-top: 5px;
  font-family: "bnpp-square-bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  clear: both;
  font-size: 1.429em;
  line-height: 1.3em;
  text-transform: uppercase;
}
#cart .cart-bottom p.total > span, .product #main-product #bloc-get-quote .cart-bottom p.total > span {
  float: right;
  font-size: 2em;
  font-family: "bnpp-square-condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#cart .cart-bottom p.total > span span, .product #main-product #bloc-get-quote .cart-bottom p.total > span span {
  font-size: 0.625em;
  text-transform: none;
}
#cart .cart-bottom .conditions, .product #main-product #bloc-get-quote .cart-bottom .conditions {
  padding: 25px 0 10px;
  position: relative;
}
#cart .cart-bottom .conditions a, .product #main-product #bloc-get-quote .cart-bottom .conditions a {
  text-decoration: underline;
  color: white;
}
#cart .cart-bottom .conditions .control-group, .product #main-product #bloc-get-quote .cart-bottom .conditions .control-group {
  margin: 0;
}
#cart .cart-bottom .conditions .control-group label, .product #main-product #bloc-get-quote .cart-bottom .conditions .control-group label {
  padding: 0;
}
#cart .cart-bottom .conditions .control-group label:before, .product #main-product #bloc-get-quote .cart-bottom .conditions .control-group label:before {
  background: none;
}
#cart .cart-bottom .conditions .control-group label input[type=checkbox], .product #main-product #bloc-get-quote .cart-bottom .conditions .control-group label input[type=checkbox] {
  margin: 0;
}
#cart .cart-bottom .conditions .control-group.error .help-inline, .product #main-product #bloc-get-quote .cart-bottom .conditions .control-group.error .help-inline {
  display: none;
  margin: 0;
  position: relative;
  top: auto;
  float: left;
  bottom: 6px;
  margin-right: 17px;
  margin-left: 15px;
  padding: 5px 5px;
}
#cart .cart-bottom .conditions .control-group.error .help-inline:after, .product #main-product #bloc-get-quote .cart-bottom .conditions .control-group.error .help-inline:after {
  left: 151px;
  top: 5px;
  border-width: 8px 10px 10px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) red;
}
#cart .cart-bottom .conditions .control-group.error .help-inline:before, .product #main-product #bloc-get-quote .cart-bottom .conditions .control-group.error .help-inline:before {
  content: "";
  background: url("../images/master/picto/sprite-blue.png") -205px -445px no-repeat;
  position: absolute;
  height: 32px;
  width: 32px;
  left: -34px;
  top: -3px;
}
#cart .cart-bottom .conditions.error, .product #main-product #bloc-get-quote .cart-bottom .conditions.error {
  display: none;
  vertical-align: top;
  margin-right: 5px;
  cursor: pointer;
  margin-bottom: 10px;
  line-height: 1.3em;
  position: relative;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 10px 15px 10px 50px;
  color: white;
}
#cart .cart-bottom .conditions.error:before, .product #main-product #bloc-get-quote .cart-bottom .conditions.error:before {
  content: "";
  background: url("../images/master/picto/sprite-blue.png") -205px -445px no-repeat;
  position: absolute;
  height: 32px;
  width: 32px;
  left: 8px;
  top: 2px;
}
#cart .cart-bottom .conditions input:checked + label:before, .product #main-product #bloc-get-quote .cart-bottom .conditions input:checked + label:before, #cart .cart-bottom .conditions input:checked + i + label:before, .product #main-product #bloc-get-quote .cart-bottom .conditions input:checked + i + label:before {
  top: -1px;
  background-position: 0 -640px;
}
#cart .cart-bottom .conditions label, .product #main-product #bloc-get-quote .cart-bottom .conditions label {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.3em;
  padding-left: 30px;
  position: relative;
}
#cart .cart-bottom .conditions label:before, .product #main-product #bloc-get-quote .cart-bottom .conditions label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 24px;
  background: url("../images/master/picto/sprite-blue.png") no-repeat -25px -640px;
}
#cart .cart-bottom .conditions label.error, .product #main-product #bloc-get-quote .cart-bottom .conditions label.error {
  padding: 10px 15px 10px 50px;
  color: white;
}
#cart .cart-bottom .conditions label.error:before, .product #main-product #bloc-get-quote .cart-bottom .conditions label.error:before {
  display: none;
}
#cart .cart-bottom .conditions .iconbt-valid, .product #main-product #bloc-get-quote .cart-bottom .conditions .iconbt-valid {
  display: none;
}
#cart .cart-bottom .conditions .iconbt-error, .product #main-product #bloc-get-quote .cart-bottom .conditions .iconbt-error {
  position: absolute;
  bottom: 23px;
  left: 10px;
  z-index: 20;
}
#cart .cart-bottom .or, .product #main-product #bloc-get-quote .cart-bottom .or {
  padding: 20px 0 0;
  margin-bottom: 25px;
  text-align: center;
  font-size: 1.286em;
  height: 10px;
  border-bottom: 1px solid #53b1d1;
}
#cart .cart-bottom .or span, .product #main-product #bloc-get-quote .cart-bottom .or span {
  padding: 0 10px;
  text-decoration: none;
  background-color: #339BBE;
}
#cart .cart-bottom .btns, .product #main-product #bloc-get-quote .cart-bottom .btns {
  padding: 0 20px;
}
#cart .cart-bottom .btns .btn-medium, .product #main-product #bloc-get-quote .cart-bottom .btns .btn-medium {
  display: block;
  padding: 15px 10px;
  margin-top: 13px;
  border-radius: 0;
  background-color: white;
  background-image: none;
  box-shadow: 4px 4px 0 rgba(193, 182, 188, 0.82);
}
#cart .cart-bottom .btns .btn-medium#by-phone, .product #main-product #bloc-get-quote .cart-bottom .btns .btn-medium#by-phone {
  margin-top: 0;
}
#cart .cart-bottom .btns .btn-medium#by-phone + em, .product #main-product #bloc-get-quote .cart-bottom .btns .btn-medium#by-phone + em {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.8em;
  text-align: center;
  color: #f4fafc;
  line-height: normal;
  display: block;
  padding-top: 10px;
}
#cart .cart-bottom .btns .btn-medium small, .product #main-product #bloc-get-quote .cart-bottom .btns .btn-medium small {
  display: block;
}
#cart .cart-bottom .btns #by-phone-content, .product #main-product #bloc-get-quote .cart-bottom .btns #by-phone-content {
  display: none;
  text-align: center;
  font-size: 1.071em;
  line-height: 1.3em;
}
#cart .cart-bottom .btns #by-phone-content p, .product #main-product #bloc-get-quote .cart-bottom .btns #by-phone-content p {
  font-size: 1.2em;
}
#cart .cart-bottom .btns #by-phone-content em, .product #main-product #bloc-get-quote .cart-bottom .btns #by-phone-content em {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.933em;
  color: #f4fafc;
  line-height: normal;
  display: block;
  padding-top: 3px;
}
#cart .cart-bottom .btns #by-phone-content.open, .product #main-product #bloc-get-quote .cart-bottom .btns #by-phone-content.open {
  display: block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25) {
  #cart .details-price .coupon button i, .product #main-product #bloc-get-quote .details-price .coupon button i {
    background-image: url("../images/master/picto/sprite-blue@2x.png");
    background-size: 760px 667px;
  }
  #cart .cart-bottom .conditions label:before, .product #main-product #bloc-get-quote .cart-bottom .conditions label:before {
    background-image: url("../images/master/picto/sprite-blue@2x.png");
    background-size: 760px 667px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (-o-min-device-pixel-ratio: 2.25), only screen and (min--moz-device-pixel-ratio: 2.25), only screen and (min-device-pixel-ratio: 2.25) {
  #cart .details-price .coupon button i, .product #main-product #bloc-get-quote .details-price .coupon button i {
    background-image: url("../images/master/picto/sprite-blue@3x.png");
    background-size: 760px 667px;
  }
  #cart .cart-bottom .conditions label:before, .product #main-product #bloc-get-quote .cart-bottom .conditions label:before {
    background-image: url("../images/master/picto/sprite-blue@3x.png");
    background-size: 760px 667px;
  }
}
@media (min-width: 768px) {
  #cart .cart-bottom .btns .btn-medium#by-phone + em, .product #main-product #bloc-get-quote .cart-bottom .btns .btn-medium#by-phone + em {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  #cart .details-price .coupon input, .product #main-product #bloc-get-quote .details-price .coupon input {
    height: 34px;
  }
  #cart .details-price .coupon button, .product #main-product #bloc-get-quote .details-price .coupon button {
    top: 7px;
  }
  #cart .details-price p, .product #main-product #bloc-get-quote .details-price p {
    font-size: 0.9em;
  }
  #cart .details-price p span, .product #main-product #bloc-get-quote .details-price p span {
    font-size: 1.2em;
  }
  #cart .cart-bottom p.total, .product #main-product #bloc-get-quote .cart-bottom p.total {
    font-size: 1.3em;
  }
  #cart .cart-bottom button.btn, .product #main-product #bloc-get-quote .cart-bottom button.btn {
    font-size: 1.2em;
  }
}
.accordion:before, .accordion:after {
  content: " ";
  display: table;
}
.accordion:after {
  clear: both;
}
.accordion .panel-header {
  position: relative;
}
.accordion .panel-header:before, .accordion .panel-header:after {
  content: " ";
  display: table;
}
.accordion .panel-header:after {
  clear: both;
}
.accordion .panel-collapse {
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion i[class^=iconbt-collapse] {
  position: absolute;
  right: 0;
  top: 0;
}
.accordion i.iconbt-collapse {
  height: 28px;
  width: 28px;
  background-position: -47px -324px;
}
.accordion i.iconbt-collapse-black {
  height: 28px;
  width: 28px;
  background-position: -127px -324px;
}
.accordion.aside-left i[class^=iconbt-collapse] {
  left: 0;
  right: auto;
}
.accordion.aside-left .panel-header {
  padding-left: 30px;
  padding-right: 0;
}
.accordion .active i.iconbt-collapse {
  background-position: -5px -324px;
}
.accordion .active i.iconbt-collapse-black {
  background-position: -87px -324px;
}
.accordion .active .panel-collapse {
  display: block;
  opacity: 100;
}

@media (min-width: 980px) {
  .navbar-collapse .accordion .label {
    float: none;
  }
  .navbar-collapse .accordion .aside {
    display: none;
  }
  .accordion.only-mobile .panel-header,
  .accordion.no-desktop .panel-header {
    pointer-events: none;
  }
}
@media (max-width: 979px) {
  .navbar-nav .accordion {
    margin-bottom: 0;
  }
  .navbar-nav .accordion .panel-header {
    padding-right: 60px;
  }
  .navbar-nav .accordion .panel-header .aside {
    position: absolute;
    right: 20px;
    top: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .accordion.only-mobile .panel-header {
    pointer-events: none;
  }
  .accordion .panel-header .secondary-title {
    font-size: 1.143em;
  }
  .accordion .panel-collapse {
    line-height: 1.4em;
  }
}
@media (max-width: 767px) {
  .accordion .panel-collapse {
    font-size: 0.857em;
  }
  .accordion-2.product-promo .product-promo-title,
  .accordion-2.product-promo .headband-title,
  .accordion-2.product-promo .product-promo-text {
    text-align: left;
  }
  .accordion-2.product-promo .headband-title {
    color: #339BBE;
  }
  .accordion-2.product-promo .product-promo-title,
  .accordion-2.product-promo .panel-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }
  .accordion-2.product-promo .product.active .panel-collapse {
    padding-bottom: 15px;
    background: #EBEBEB;
  }
  .accordion-2.product-promo .panel-collapse {
    margin-top: 10px;
  }
  .accordion-2 .panel-header i:first-child {
    display: none;
  }
}
.navbar-bt div.dropdown-menu {
  display: none;
  width: 100%;
  background: #FFFFFF;
  border: #FFFFFF;
}
.navbar-bt div.dropdown-menu:before, .navbar-bt div.dropdown-menu:after {
  content: " ";
  display: table;
}
.navbar-bt div.dropdown-menu:after {
  clear: both;
}

.navbar-nav div.dropdown-menu {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.navbar-nav div.dropdown-menu .sub-category-title {
  color: #339BBE;
  text-transform: uppercase;
  font-weight: normal;
}
.navbar-nav div.dropdown-menu p {
  margin-bottom: 15px;
  font-family: "bnpp-square-light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.langBox.dropdown {
  position: relative;
}
.langBox.dropdown > div.dropdown-menu {
  z-index: 2000;
  display: none;
}
.langBox.dropdown .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid white;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.langBox.open > div.dropdown-menu {
  display: block;
  background-color: rgba(255, 255, 255, 0.95);
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -mox-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0;
}
.langBox.open > div.dropdown-menu a {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 980px) {
  .nav li.active div.dropdown-menu {
    display: block;
  }
  .navbar-collapse i.iconbt-collapse {
    display: none;
  }
  .navbar-nav div.dropdown-menu {
    max-height: 290px;
    position: absolute;
    top: 50px;
    left: 0;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
  }
  .navbar-nav div.dropdown-menu > .row {
    padding: 25px 15px 20px;
  }
  .navbar-nav div.dropdown-menu .visual-ctner {
    margin: 0 0 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    min-height: 80px;
    height: 185px;
    text-align: right;
    overflow: hidden;
  }
  .navbar-nav div.dropdown-menu .visual-ctner .visual {
    display: block;
    width: auto;
    height: auto;
  }
  .navbar-nav div.dropdown-menu .sub-category {
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .navbar-nav div.dropdown-menu .sub-category-title {
    margin-bottom: 15px;
    font-size: 1.143em;
    line-height: 1.286em;
  }
  .navbar-nav div.dropdown-menu .sub-category-item {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.214em;
  }
  .navbar-nav .search.active {
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    -ms-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .search.active a {
    background-image: none;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    -ms-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
  }
  .navbar-nav .search div.dropdown-menu {
    height: auto;
    right: 0;
    left: auto;
    background: #EBEBEB;
    padding: 12px 14px;
    width: 460px;
  }
}
@media (max-width: 979px) {
  .navbar-nav div.dropdown-menu {
    padding: 0;
  }
  .navbar-nav div.dropdown-menu .visual {
    display: none;
  }
  .navbar-nav div.dropdown-menu .visual-ctner {
    margin: 0;
  }
  .sub-category-title {
    background: white;
  }
  .sub-category-title,
  .sub-category-item {
    margin: 0;
    padding-left: 60px;
    border-bottom: 1px solid #E1E1E1;
  }
  .navbar-nav div.dropdown-menu {
    background-color: white;
  }
  .navbar-nav div.dropdown-menu a, .navbar-nav div.dropdown-menu a:visited {
    color: #3E3D3C;
  }
  .navbar-nav div.dropdown-menu .sub-category-title {
    color: #339BBE;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .navbar-nav div.dropdown-menu .row {
    margin-left: 0;
  }
  .navbar-nav div.dropdown-menu .row .span3, .navbar-nav div.dropdown-menu .row .span4,
  .navbar-nav div.dropdown-menu .row .span6, .navbar-nav div.dropdown-menu .row .span8, .navbar-nav div.dropdown-menu .row .span9 {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .navbar-nav .search div.dropdown-menu {
    width: 80%;
  }
}
.testimonial-ctner {
  overflow: hidden;
  margin-bottom: 30px;
}
.testimonial-ctner .owl-controls {
  bottom: 40px;
}
.testimonial-ctner .owl-pagination {
  height: 24px;
}
.testimonial-ctner .owl-page {
  vertical-align: top;
}

.testimonial-ctner .owl-wrapper-outer {
  overflow: visible !important;
}

.testimonial-ctner .title {
  position: relative;
}

.testimonial-ctner {
  color: #3E3D3C;
}
.testimonial-ctner .testimonial .page-center {
  overflow-y: hidden;
}
.testimonial-ctner .active .testimonial .page-center {
  overflow-y: visible;
}
.testimonial-ctner .testimonial-content {
  position: relative;
}
.testimonial-ctner .visual {
  position: absolute;
  overflow: hidden;
}
.testimonial-ctner .description {
  position: absolute;
  z-index: 3;
}
.testimonial-ctner .description p {
  font-family: "bnpp-square-light", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.testimonial-ctner .description .cta {
  margin-top: 10px;
}
.testimonial-ctner .description .cta .btn {
  border: none;
  color: #3E3D3C;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 15px 20px;
  font-size: 1em;
  line-height: 1.857;
  display: inline-block;
  border-radius: 0;
  background-color: white;
  background-image: none;
  box-shadow: 4px 4px 0 rgba(193, 182, 188, 0.82);
}
.testimonial-ctner .description .cta .btn:hover {
  color: #339BBE;
}
.testimonial-ctner .quote {
  margin: 0;
  padding: 0;
  border-left: none;
}
.testimonial-ctner .author {
  margin-top: 10px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.all-testimonial-link {
  display: none;
}

@media (min-width: 980px) {
  .testimonial-ctner .visual {
    left: -120px;
    height: 410px;
    bottom: 0;
  }
  .testimonial-ctner .description {
    width: 50%;
    text-align: center;
  }
  .testimonial-ctner .description p {
    font-size: 2.143em;
    line-height: 1.5em;
  }
}
@media (min-width: 768px) {
  .testimonial-ctner .testimonial-content {
    padding-top: 70px;
    height: 330px;
  }
  .testimonial-ctner .description {
    padding-left: 45%;
  }
  .testimonial-ctner .description:before, .testimonial-ctner .description:after {
    position: absolute;
    content: "";
    display: block;
    height: 18px;
    width: 23px;
    background: url("../images/master/picto/testimonial.png") no-repeat 0 0;
  }
  .testimonial-ctner .description:before {
    top: -1%;
    left: 42%;
  }
  .testimonial-ctner .description:after {
    right: -4%;
    bottom: 5%;
    background-position: -27px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .testimonial-ctner .visual {
    left: -120px;
    height: 410px;
    bottom: 0;
  }
  .testimonial-ctner .description {
    width: 50%;
    text-align: center;
  }
  .testimonial-ctner .description p {
    font-size: 1.786em;
    line-height: 1.5em;
  }
}
@media (max-width: 767px) {
  .testimonial-ctner .testimonial-content {
    padding-top: 20px;
    height: 250px;
  }
  .testimonial-ctner .visual {
    left: -90px;
    height: 240px;
    bottom: 0;
  }
  .testimonial-ctner .description {
    padding-left: 46%;
    width: 55%;
  }
  .testimonial-ctner .description p {
    font-size: 1.143em;
    line-height: 1.25em;
  }
  .testimonial-ctner .author {
    font-size: 0.786em;
    line-height: 0.75em;
  }
}
#vertical-tabs .page-center {
  height: 100%;
  position: relative;
  padding-top: 25px;
}
#vertical-tabs .vertical-tab-link > a {
  position: relative;
  display: block;
  color: #3E3D3C;
  border-top: 1px solid #D8D8D8;
  text-transform: uppercase;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 60px;
  height: 60px;
  padding-right: 20px;
}
#vertical-tabs .vertical-tab-link > a.active {
  font-family: "bnpp-square-bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #339BBE;
}
#vertical-tabs .vertical-tab-link > a:hover {
  font-family: "bnpp-square-bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#vertical-tabs .vertical-tab-link > a:nth-of-type(n+2) {
  border-top: 1px solid #D8D8D8;
}
#vertical-tabs .vertical-tab-link > a span {
  vertical-align: middle;
  display: inline-block;
  line-height: 1em;
  max-width: 100%;
}
#vertical-tabs .vertical-tab-link + a {
  margin: 10px;
  text-align: center;
  display: block;
}
#vertical-tabs .vertical-tab-link + a img {
  position: relative;
}
#vertical-tabs .vertical-tab-link .add-on {
  border-color: #d8d8d8;
  border-width: 1px;
  border-style: solid;
  padding-top: 20px;
  border-width: 1px 0 0 0;
  text-align: center;
}
#vertical-tabs .vertical-tab-link .add-on img {
  max-width: 100%;
  margin: 0 auto;
}
#vertical-tabs .vertical-tab-content {
  display: none;
}
#vertical-tabs .vertical-tab-content.open {
  display: block;
}
#vertical-tabs .vertical-tab-content .horizontal-nav {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  height: 20px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #BEBDBD;
  position: relative;
  z-index: 200;
}
#vertical-tabs .vertical-tab-content .horizontal-nav a {
  color: #3E3D3C;
  float: left;
  text-decoration: none;
}
#vertical-tabs .vertical-tab-content .horizontal-nav a.link-next {
  float: right;
}
#vertical-tabs .vertical-tab-content .horizontal-nav a i, #vertical-tabs .vertical-tab-content .horizontal-nav a span {
  display: inline-block;
  vertical-align: middle;
}
#vertical-tabs .vertical-tab-content .horizontal-nav a span {
  position: relative;
  top: -1px;
}

@media (min-width: 768px) {
  #vertical-tabs .left-col {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #FFF;
  }
  #vertical-tabs .vertical-tab-link {
    padding: 0 20px;
  }
  #vertical-tabs .span3 + .vertical-tab .vertical-tab-link > a {
    border: none;
  }
  #vertical-tabs .vertical-tab-content {
    float: right;
    padding: 40px 0 50px 2%;
    min-height: 500px;
  }
  #vertical-tabs .vertical-tab-content.open {
    top: 0;
    right: 0;
    position: absolute;
  }
}
@media (min-width: 980px) {
  #vertical-tabs .vertical-tab-link > a.active:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
    width: 9px;
    height: 12px;
    background-image: url("../images/master/picto/sprite-blue.png");
    background-repeat: no-repeat;
    background-position: -45px -404px;
  }
  #vertical-tabs .vertical-tab-link > a + div {
    display: none !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25) {
  #vertical-tabs .vertical-tab-link > a.active:after {
    background-image: url("../images/master/picto/sprite-blue@2x.png");
    background-size: 760px 667px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (-o-min-device-pixel-ratio: 2.25), only screen and (min--moz-device-pixel-ratio: 2.25), only screen and (min-device-pixel-ratio: 2.25) {
  #vertical-tabs .vertical-tab-link > a.active:after {
    background-image: url("../images/master/picto/sprite-blue@3x.png");
    background-size: 760px 667px;
  }
}
@media (max-width: 979px) {
  #vertical-tabs .vertical-tab-content .horizontal-nav {
    display: none;
  }
  #account-menu a:nth-of-type(n+3):after {
    content: ">";
    font-size: 30px;
    font-family: Georgia;
    font-weight: 700;
    margin-top: -30px;
    background: none;
  }
}
@media (max-width: 767px) {
  #vertical-tabs {
    border-top: 1px solid #D8D8D8;
  }
  #vertical-tabs .vertical-tab-link {
    background: #FFF;
  }
  #vertical-tabs .vertical-tab-link > a {
    font-size: 1.2em;
    padding: 0 20px;
    padding-right: 45px;
    border-color: #d8d8d8;
    border-width: 1px;
    border-style: solid;
    border-width: 0 0 1px 0;
  }
  #vertical-tabs .vertical-tab-link > a:nth-of-type(n+2) {
    border-top: none;
  }
  #vertical-tabs .vertical-tab-link > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -12px;
    width: 28px;
    height: 28px;
    background-image: url("../images/master/picto/sprite-blue.png");
    background-repeat: no-repeat;
    background-position: -208px -366px;
  }
  #vertical-tabs .vertical-tab-link > a.active {
    border-bottom: none;
  }
  #vertical-tabs .vertical-tab-link > a.active:after {
    background-position: -247px -366px;
  }
  #vertical-tabs .vertical-tab-link > a span {
    margin-right: 15px;
  }
  #vertical-tabs .vertical-tab-content {
    padding: 20px 15px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25) {
  #vertical-tabs .vertical-tab-link > a:after {
    background-image: url("../images/master/picto/sprite-blue@2x.png");
    background-size: 760px 667px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (-o-min-device-pixel-ratio: 2.25), only screen and (min--moz-device-pixel-ratio: 2.25), only screen and (min-device-pixel-ratio: 2.25) {
  #vertical-tabs .vertical-tab-link > a:after {
    background-image: url("../images/master/picto/sprite-blue@3x.png");
    background-size: 760px 667px;
  }
}
.password-box .ctn-digit {
  display: inline-block;
}
.password-box .ctn-digit .btn {
  display: inline-block;
  padding: 0;
  background-color: #787776;
  line-height: 3;
}
.password-box .password-script {
  display: inline-block;
  height: 79px;
  margin-right: 20px;
  background-color: #A6A4A0;
}
.password-box .password-script .text {
  margin-bottom: 12px;
  color: #C5C4C4;
}
.password-box .password-script .stars {
  display: inline-block;
  font-size: 35px;
  color: white;
  margin-right: 5px;
}
.password-box .password-script .stars:after {
  content: "";
  display: block;
  height: 2px;
  width: 15px;
  background-color: #C5C4C4;
}

@media (min-width: 980px) {
  .password-box {
    position: relative;
    display: inline-block;
    padding: 33px 33px 31px 45px;
  }
  .password-box .ctn-digit {
    float: left;
  }
  .password-box .btn {
    margin: 0 13px 10px 0;
    width: 47px;
    height: 47px;
  }
  .password-box .password-output {
    float: left;
    position: relative;
  }
  .password-box .password-script {
    height: 79px;
    padding-top: 26px;
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .password-box {
    padding: 33px 10px 31px 45px;
  }
  .password-script {
    width: 121px;
    text-align: center;
  }
  .password-script .text {
    margin-bottom: 12px;
  }
}
@media (max-width: 979px) {
  .password-box .btn {
    margin: 0 10px 10px 0;
    width: 40px;
    height: 40px;
  }
  .password-box .digit-line .btn:last-child {
    margin-right: 0;
  }
  .password-box .password-output {
    margin-top: 5px;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .password-box .password-script {
    padding-top: 10px;
    height: 63px;
  }
  .password-box .password-script .text {
    margin-top: 8px;
  }
  .password-box .iconbt-cross-white {
    top: 20px;
  }
}
@media (max-width: 767px) {
  .customer-account .login .password-box .password-script {
    height: 35px;
    margin-right: 5px;
    float: left;
  }
  .customer-account .login .password-box .password-script .text {
    margin-top: 11px;
    vertical-align: middle;
  }
  .customer-account .login .password-box .password-script .stars {
    font-size: 1.429em;
    text-align: center;
  }
  .customer-account .login .password-box i[class^=iconbt-] {
    vertical-align: bottom;
    margin-top: 4px;
  }
  .password-box {
    padding: 33px 0px 31px 37px;
  }
  .password-box .password-script {
    position: none;
  }
  .password-box .btn {
    width: 32px;
    height: 32px;
  }
  .password-box .iconbt-cross-white {
    right: 3px;
  }
  .password-script {
    width: 190px;
  }
  .password-script .text {
    display: inline-block;
    margin: 13px 12px 0 5px;
    vertical-align: super;
  }
}
.free-content,
.customer-centric {
  font-size: 16px;
  overflow: hidden;
  color: #3E3D3C;
}
.free-content h1, .free-content h2, .free-content h3, .free-content h4,
.customer-centric h1,
.customer-centric h2,
.customer-centric h3,
.customer-centric h4 {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
}
.free-content a,
.customer-centric a {
  color: #3E3D3C;
  text-decoration: underline;
}

.free-content {
  height: 300px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 50px;
}

.customer-centric {
  height: 180px;
  background-color: #EBEBEB;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 40px;
  padding: 20px 60px;
}
.customer-centric em {
  font-size: 14px;
  color: #787776;
}
.customer-centric a:hover {
  color: #339BBE;
}

.ask {
  position: relative;
}
.ask i {
  cursor: pointer;
}
.ask > div {
  position: absolute;
  top: 5em;
  right: 1em;
  height: auto;
  width: 200px;
  padding: 15px;
  color: white;
  background-color: #939598;
  display: none;
  z-index: 30;
}
.ask > div:before {
  content: "";
  position: absolute;
  right: -9px;
  top: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent #939598;
}
.ask > div.active {
  display: block;
}

td .ask i {
  vertical-align: middle;
}

@media (max-width: 767px) {
  .ask > div {
    width: 230px;
  }
}
.companion {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 50px;
  line-height: 50px;
  overflow: hidden;
  background-color: #3E3D3C;
  z-index: 200;
}
.companion h2 {
  float: left;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.429em;
  font-weight: 400;
  color: white;
  padding: 0;
  margin: 0;
  line-height: 50px;
}
.companion h2 small {
  display: none;
  float: right;
  font-family: "bnpp-square-light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.6em;
  margin-right: 40px;
}
.companion ul {
  float: right;
  max-width: 85%;
  padding: 0;
  margin: 0;
  text-align: right;
  height: 50px;
  line-height: 48px;
  overflow: hidden;
}
.companion ul li {
  display: inline-block;
  list-style: none;
  padding: 0 15px;
  border-right: 1px solid #848484;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.companion ul li i {
  vertical-align: middle;
}
.companion ul li a strong {
  color: white;
}
.companion ul li a {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: white;
}
.companion ul li a > i {
  margin-right: 15px;
}
.companion ul li a:hover {
  text-decoration: none;
}
.companion ul li a:hover .label {
  text-decoration: underline;
}
.companion ul li .label {
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  font-size: 14px;
  font-weight: normal;
  line-height: 48px;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .logged .companion .row {
    margin-left: auto;
  }
  .companion {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .companion.open {
    max-height: 400px;
  }
  .companion .page-center.narrow {
    padding: 0;
  }
  .companion h2 {
    padding-left: 15px;
    font-size: 1.3em;
    position: relative;
    width: 92%;
    padding: 0 4%;
  }
  .companion h2:after {
    content: "";
    position: absolute;
    right: 4%;
    top: 50%;
    margin-top: -16px;
    height: 31px;
    width: 30px;
    background: url("../images/master/picto/sprite-blue.png") no-repeat -210px -322px;
  }
  .companion.open h2:after {
    background-position: -241px -322px;
  }
  .companion ul {
    height: auto;
    width: 92%;
    padding: 0 4%;
    text-align: left;
    background-color: #3E3D3C;
  }
  .companion ul li {
    display: block;
    width: 100%;
    border-right: none;
    padding: 10px 0;
  }
  .companion ul li + li {
    position: relative;
    border-top: 1px solid #848484;
  }
  .companion ul li + li .iconbt-chat-active {
    margin-top: -3px;
    margin-left: 7px;
  }
}
@media (max-width: 767px) {
  .companion {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .companion.open {
    max-height: 400px;
  }
  .companion .page-center.narrow {
    padding: 0;
  }
  .companion h2 {
    position: relative;
    width: 92%;
    padding: 0 4%;
    font-size: 1.3em;
    cursor: pointer;
    border-bottom: 2px solid black;
  }
  .companion h2 small {
    display: none;
    line-height: 50px;
  }
  .companion h2:after {
    content: "";
    position: absolute;
    right: 4%;
    top: 50%;
    margin-top: -16px;
    height: 31px;
    width: 30px;
    background: url("../images/master/picto/sprite-blue.png") no-repeat -210px -322px;
  }
  .companion.open h2:after {
    background-position: -241px -322px;
  }
  .companion ul {
    height: auto;
    width: 92%;
    padding: 0 4%;
    text-align: left;
    background-color: #3E3D3C;
  }
  .companion ul li {
    display: block;
    width: 100%;
    border-right: none;
    padding: 10px 0;
  }
  .companion ul li + li {
    position: relative;
    border-top: 1px solid #848484;
  }
  .companion ul li + li .iconbt-chat-active {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25) {
  .companion h2:after {
    background-image: url("../images/master/picto/sprite-blue@2x.png");
    background-size: 760px 667px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (-o-min-device-pixel-ratio: 2.25), only screen and (min--moz-device-pixel-ratio: 2.25), only screen and (min-device-pixel-ratio: 2.25) {
  .companion h2:after {
    background-image: url("../images/master/picto/sprite-blue@3x.png");
    background-size: 760px 667px;
  }
}
.footer {
  background: #3E3D3C;
  color: #fff;
}

.footer-about:before, .footer-about:after {
  content: " ";
  display: table;
}
.footer-about:after {
  clear: both;
}
.footer-about .footer-about-title {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.footer-about .footer-about-title, .footer-about .footer-about-title:hover, .footer-about .footer-about-title:visited {
  color: #fff;
}
.footer-about .footer-about-title .border-title {
  display: inline-block;
}
.footer-about .footer-about-title .border-title:after {
  border-color: #fff;
}
.footer-about .about-link a, .footer-about .about-link a:hover, .footer-about .about-link a:visited {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
}

.footer-links-banner {
  height: 65px;
  padding-top: 20px;
  border-bottom: 1px solid white;
  background: white;
}
.footer-links-banner .brandflag {
  float: left;
  min-width: 600px;
}
.footer-links-banner .brandflag img {
  float: left;
  margin-right: 30px;
}
.footer-links-banner .brandflag p {
  font-size: 22px;
  font-weight: bold;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding-top: 15px;
  color: black;
}
.footer-links-banner ul {
  list-style: none;
  text-align: right;
  padding-top: 15px;
  margin-left: 0;
}
.footer-links-banner ul li {
  display: inline-block;
  color: #3E3D3C;
}
.footer-links-banner ul li a {
  font-size: 12px;
  color: #3E3D3C;
}
.footer-links-banner ul li + li:before {
  content: "-";
}

.footer-misc {
  background-color: #848484;
}
.footer-misc .text {
  color: #C5C4C4;
  font-size: 0.857em;
  line-height: 16px;
}
.footer-misc .text img {
  display: none;
}
.footer-misc .text .link {
  color: #C5C4C4;
  text-decoration: underline;
}
.footer-misc .text .link:hover {
  color: white;
}

@media (min-width: 768px) {
  .footer-about {
    padding: 35px 20px;
  }
  .footer-about:before, .footer-about:after {
    content: " ";
    display: table;
  }
  .footer-about:after {
    clear: both;
  }
  .footer-about .footer-about-title {
    font-size: 2.143em;
    line-height: 1.667em;
  }
  .footer-about i[class^=iconbt-collapse] {
    display: none;
  }
  .footer-about .about-links {
    font-size: 1.143em;
    line-height: 1.75em;
  }
  .footer-about .about-link {
    padding: 10px 0;
  }
  .footer-links-banner ul li + li:before {
    padding: 0 10px;
  }
}
@media (max-width: 979px) {
  .footer-links-banner {
    height: auto;
  }
  .footer-links-banner .brandflag {
    float: none;
    text-align: center;
    min-width: 0;
  }
  .footer-links-banner .brandflag img {
    float: none;
    margin-right: 0;
  }
  .footer-links-banner ul {
    text-align: center;
  }
}
@media (min-width: 980px) {
  .footer-about {
    padding: 50px 20px;
  }
  .footer-about .footer-about-title {
    margin: 0;
    margin-right: 20px;
    width: 31%;
    float: left;
    cursor: default;
  }
  .footer-about .panel-collapse {
    width: 66%;
    float: right;
  }
  .footer-about .panel-collapse ul {
    width: 100%;
  }
  .footer-about .about-link {
    width: 29%;
    padding-left: 6px;
    padding-right: 6px;
  }
  .footer-misc {
    padding: 22px 25px 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .footer-about .footer-about-title {
    margin: 0 0 25px;
  }
  .footer-about .about-link {
    width: 30%;
    padding-left: 6px;
    padding-right: 6px;
  }
  .footer-misc {
    padding: 20px 42px;
  }
}
@media (max-width: 767px) {
  .footer-about {
    padding: 20px 0;
    text-align: center;
  }
  .footer-about .footer-about-title {
    padding: 0 5px;
    margin: 0 0 30px;
    font-size: 1.429em;
    line-height: 1.563em;
  }
  .footer-about .border-title {
    width: 100%;
  }
  .footer-about .border-title:after {
    margin-left: auto;
    margin-right: auto;
  }
  .footer-about .active i[class^=iconbt-collapse] {
    background-position: -241px -323px;
  }
  .footer-about .about-links .about-link {
    margin-bottom: 15px;
    float: none;
    font-size: 0.857em;
    line-height: 2.188em;
  }
  .footer-about .about-link a {
    text-decoration: underline;
  }
  .footer-links-banner .page-center {
    padding: 0;
  }
  .footer-links-banner ul li + li:before {
    padding: 0 7px;
  }
  .footer-misc {
    padding: 18px 16px 21px;
    text-align: center;
  }
}
.footer-contact {
  color: #3E3D3C;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: #EBEBEB;
  position: relative;
  top: -10px;
  margin-bottom: -10px;
}
.footer-contact a, .footer-contact a:hover, .footer-contact a:visited {
  color: #3E3D3C;
}
.footer-contact .title-block h4 {
  font-size: 18px;
  line-height: 24px;
  font-family: "bnpp-square-light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #3E3D3C;
  font-weight: normal;
  margin-top: 20px;
}
.footer-contact .contact-mean {
  display: inline-block;
  border-width: 0 2px 2px 0;
  border-style: dotted;
  border-color: #d2d2d2;
}
.footer-contact .contact-mean.last-row {
  border-bottom: 0;
}
.footer-contact .contact-mean i[class^=iconbt-] {
  display: inline-block;
  vertical-align: middle;
}
.footer-contact .contact-mean i[class^=iconbt-chat] {
  float: none;
  margin-left: 3px;
}
.footer-contact .contact-mean .footer-label {
  display: inline-block;
  line-height: 1.188em;
  vertical-align: middle;
}
.footer-contact .contact-mean a {
  display: block;
  width: 100%;
}
.footer-contact .contact-mean a:focus, .footer-contact .contact-mean a:hover {
  text-decoration: none;
}
.footer-contact .contact-mean .hours {
  display: block;
}
.footer-contact .phone-number {
  display: block;
}
.footer-contact .phone-number a {
  min-height: 10px;
}

@media (min-width: 980px) {
  .footer-contact .title-block {
    max-width: 200px;
  }
  .footer-contact .title-block h2.footer-contact-title.border-title {
    font-size: 2.143em;
    line-height: 1.667em;
    font-weight: normal;
  }
  .footer-contact .contact-means {
    width: 68%;
  }
  .footer-contact .contact-mean {
    width: 29%;
  }
  .footer-contact .four-means .contact-mean {
    width: 39%;
  }
  .footer-contact .four-means .contact-mean .footer-label {
    height: 50px;
    vertical-align: top;
  }
  .footer-contact .single_row .contact-mean {
    border-bottom: 0;
  }
  .footer-contact .last-row-d {
    padding-top: 20px;
    border-bottom: 0;
  }
  .footer-contact .far-right-d {
    border-right: 0;
  }
}
@media (min-width: 768px) {
  .footer-contact {
    padding: 35px 20px;
  }
  .footer-contact:before, .footer-contact:after {
    content: " ";
    display: table;
  }
  .footer-contact:after {
    clear: both;
  }
  .footer-contact .contact-means {
    float: right;
  }
  .footer-contact .title-block {
    float: left;
  }
  .footer-contact .title-block h2.footer-contact-title.border-title {
    margin: 0;
    margin-right: 10px;
    font-weight: normal;
  }
  .footer-contact .contact-mean {
    padding: 20px 6px;
  }
  .footer-contact .contact-mean i[class^=iconbt-] {
    margin-right: 15px;
  }
  .footer-contact .contact-mean a:hover .footer-label {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .footer-contact .title-block {
    max-width: 150px;
  }
  .footer-contact .title-block h2.footer-contact-title.border-title {
    margin-top: 20px;
    font-size: 1.429em;
    line-height: 1.667em;
    font-weight: normal;
  }
  .footer-contact .contact-means {
    width: 75%;
  }
  .footer-contact .contact-mean {
    width: 47%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (max-width: 979px) {
  .footer-contact .far-right-t-m {
    border-right: 0;
  }
  .footer-contact .phone-number {
    font-size: 0.9em;
  }
  .quotation .footer-contact h2.border-title {
    font-size: 1.3em;
    white-space: nowrap;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .footer-contact {
    padding: 20px 0 13px;
    text-align: center;
  }
  .footer-contact .title-block {
    margin-bottom: 30px;
  }
  .footer-contact .title-block h2.footer-contact-title.border-title {
    margin: 0;
    padding: 0 5px;
    font-weight: normal;
  }
  .footer-contact .title-block h2.footer-contact-title.border-title:after {
    margin-left: auto;
    margin-right: auto;
  }
  .footer-contact .contact-mean {
    text-align: left;
    padding: 14px 5px;
    width: 45%;
    font-size: 0.786em;
  }
  .footer-contact .contact-means .contact-mean:first-child .footer-label {
    line-height: 1;
  }
  .footer-contact i[class^=iconbt-] {
    margin-right: 10px;
  }
  .footer-contact .footer-label {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 59%;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer-contact .phone-number {
    margin-top: 8px;
    font-size: 0.8em;
  }
}
.footer-subscribe {
  padding: 15px 20px;
  color: white;
  background: #339BBE;
}
.footer-subscribe form > * {
  vertical-align: baseline;
}
.footer-subscribe label {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  vertical-align: top;
}
.footer-subscribe label.error, .footer-subscribe label.valid {
  display: block;
  max-width: 310px;
  font-size: 1em;
  color: white;
  vertical-align: middle;
  padding: 4px 15px 4px 45px;
  margin: 15px 0 0;
  text-align: left;
}
.footer-subscribe .padder {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 65%;
}
.footer-subscribe .input-text {
  margin: 0;
  margin-right: 5px;
  height: 28px;
  width: 70%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.footer-subscribe .input-text.error + i {
  left: 0;
  top: 58px;
}
.footer-subscribe .input-text.valid + i {
  display: none;
  left: 0;
  top: 58px;
}
.footer-subscribe .inline-form .btn {
  vertical-align: baseline;
  line-height: inherit;
  border-radius: 0;
  background-color: white;
  background-image: none;
  box-shadow: 4px 4px 0 rgba(193, 182, 188, 0.82);
}

.boxshadow .footer-subscribe .input-text {
  -webkit-box-shadow: -2px -2px 0px 0px #961958;
  box-shadow: -2px -2px 0px 0px #961958;
}

@media (min-width: 980px) {
  .footer-subscribe .inline-form .btn {
    padding: 9px 15px;
  }
}
@media (min-width: 768px) {
  .footer-subscribe label {
    margin-right: 15px;
    font-size: 1.429em;
    line-height: 1.429em;
    display: inline-block;
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .footer-subscribe .inline-form .btn {
    vertical-align: baseline;
    padding: 10px 15px;
  }
  .footer-subscribe .padder {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .footer-subscribe {
    text-align: center;
  }
  .footer-subscribe label {
    font-size: 1em;
    line-height: 16px;
    margin-bottom: 20px;
    display: block;
  }
  .footer-subscribe .input-text {
    height: 38px;
    width: 70%;
  }
  .footer-subscribe .padder {
    width: 100%;
  }
  .footer-subscribe .input-text.error + i {
    top: 50px;
  }
}
a, a:active, a:hover, a:focus, .btn, .btn:focus {
  outline: none;
}

.mycardif_login .cardif-placeholder-labels .control-label {
  left: 40px;
}
.mycardif_login .cardif-placeholder-labels .form-group {
  position: relative;
  margin-bottom: 0;
}
.mycardif_login .cardif-placeholder-labels .form-group .form-control {
  margin-left: 32px;
  width: 92%;
}
.mycardif_login .cardif-placeholder-labels .form-group .form-control.label-inside {
  height: 50px;
}
.mycardif_login .cardif-placeholder-labels .form-group.success .control-label:before {
  content: "";
  background: none;
  height: 1px;
  width: 1px;
}
.mycardif_login .cardif-placeholder-labels .form-group.error .control-label:before {
  content: "";
  background: none;
  height: 1px;
  width: 1px;
}
.mycardif_login .cardif-placeholder-labels .help-inline {
  width: 87%;
  margin-left: 32px !important;
}
.mycardif_login .cardif-placeholder-labels .help-inline:before {
  top: -54px;
}

.cardif-placeholder-labels .login-form-group {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.cardif-placeholder-labels label.control-label {
  position: absolute;
  font-size: 12px;
  text-transform: none;
  font-weight: 300;
  color: #999 !important;
  background: #fff;
  padding: 0 3px;
  top: -10px;
  left: 10px;
  white-space: nowrap;
  z-index: 100;
  display: none;
}
.cardif-placeholder-labels label.control-label.active {
  display: inline-block;
}
.cardif-placeholder-labels label.inside {
  display: inline-block;
  font-weight: 700;
  max-width: 100%;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.cardif-placeholder-labels label.inside.inside {
  display: inline-block;
  position: relative;
  width: 100%;
}
.cardif-placeholder-labels label.inside.inside.active:after {
  display: inline-block;
  color: #888;
  content: attr(data-placeholder);
  left: 40px;
  bottom: -30px;
  position: absolute;
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #fff;
  font-weight: normal;
  padding-left: 5px;
  padding-right: 5px;
  text-transform: none;
}
.cardif-placeholder-labels label.inside .icon-count1 {
  display: inline-block;
  background: url("../images/master/picto/sprite-blue.png") no-repeat;
  background-position: -9px -609px;
  float: left;
  height: 24px;
  width: 24px;
  margin-right: 7px;
  margin-top: -1px;
}
.cardif-placeholder-labels label.inside .icon-count2 {
  display: inline-block;
  background: url("../images/master/picto/sprite-blue.png") no-repeat;
  background-position: -48px -607px;
  float: left;
  height: 24px;
  width: 24px;
  margin-right: 7px;
  margin-top: -1px;
}
.cardif-placeholder-labels .form-group .form-control.active {
  color: #333;
  border: solid 1px #339BBE;
  box-shadow: 0;
  box-shadow: none;
}
.cardif-placeholder-labels .form-group .form-control.active::-webkit-input-placeholder {
  color: #fff;
}
.cardif-placeholder-labels .form-group .form-control.active:-moz-placeholder {
  color: #fff;
}
.cardif-placeholder-labels .form-group .form-control.active::-moz-placeholder {
  color: #fff;
}
.cardif-placeholder-labels .form-group .form-control.active:-ms-input-placeholder {
  color: #fff;
}
.cardif-placeholder-labels .form-group.error .form-control.active::-webkit-input-placeholder {
  color: #fff;
}
.cardif-placeholder-labels .form-group.error .form-control.active:-moz-placeholder {
  color: #fff;
}
.cardif-placeholder-labels .form-group.error .form-control.active::-moz-placeholder {
  color: #fff;
}
.cardif-placeholder-labels .form-group.error .form-control.active:-ms-input-placeholder {
  color: #fff;
}

.myCardif .content_main .progress-bar-container, .myCardif .footer .progress-bar-container {
  width: 100%;
  margin-top: -35px;
  display: table;
  position: relative;
  z-index: 3;
  overflow: hidden;
  margin-bottom: 40px;
}
.myCardif .content_main .progress-bar, .myCardif .footer .progress-bar {
  color: #3e3d3c;
  overflow: hidden;
  display: table-row;
  float: none;
  list-style: none;
  font-size: 20px;
}
.myCardif .content_main .progress-bar li, .myCardif .footer .progress-bar li {
  display: table-cell;
  box-sizing: border-box;
  height: 70px;
  vertical-align: middle;
  text-align: center;
  padding: 0;
}
.myCardif .content_main .progress-bar li .content_container, .myCardif .footer .progress-bar li .content_container {
  display: inline-block;
  position: relative;
  padding: 0;
  text-align: center;
  width: 100%;
  height: 70px;
  line-height: 65px;
  background: #b0b2b2;
}
.myCardif .content_main .progress-bar li .content_container:after, .myCardif .footer .progress-bar li .content_container:after {
  content: "";
  display: block;
  position: absolute;
  right: -15px;
  top: -45px;
  width: 0;
  height: 0;
  border-top: 80px solid transparent;
  border-bottom: 80px solid transparent;
  border-left: 30px solid #b0b2b2;
  z-index: 10;
  box-sizing: border-box;
}
.myCardif .content_main .progress-bar li .content_container:before, .myCardif .footer .progress-bar li .content_container:before {
  content: "";
  display: block;
  position: absolute;
  left: -14px;
  top: -45px;
  width: 0;
  height: 0;
  border-top: 80px solid transparent;
  border-bottom: 80px solid transparent;
  border-left: 30px solid #848686;
  z-index: 8;
  box-sizing: border-box;
}
.myCardif .content_main .progress-bar li.current .content_container, .myCardif .footer .progress-bar li.current .content_container {
  background: #339BBE;
}
.myCardif .content_main .progress-bar li.current .content_container:after, .myCardif .footer .progress-bar li.current .content_container:after {
  border-left: 30px solid #339BBE;
  right: -16px;
}
.myCardif .content_main .progress-bar li.done .content_container, .myCardif .footer .progress-bar li.done .content_container {
  background: #3e3d3c;
}
.myCardif .content_main .progress-bar li.done .content_container:after, .myCardif .footer .progress-bar li.done .content_container:after {
  border-left: 30px solid #3e3d3c;
  right: -16px;
}
.myCardif .content_main .progress-bar li.done .content_container:before, .myCardif .footer .progress-bar li.done .content_container:before {
  border-left: 30px solid #b0b2b2;
  left: -13px;
}
.myCardif .content_main .progress-bar li.done .content_container .fa, .myCardif .footer .progress-bar li.done .content_container .fa {
  color: #009058;
}
.myCardif .content_main .progress-bar li.first .content_container, .myCardif .footer .progress-bar li.first .content_container {
  padding-left: 0;
}
.myCardif .content_main .progress-bar li.first .content_container:before, .myCardif .footer .progress-bar li.first .content_container:before {
  border: none;
}
.myCardif .content_main .progress-bar li.last .content_container:after, .myCardif .footer .progress-bar li.last .content_container:after {
  border: none;
}
.myCardif .content_main .progress-bar li .progress-label, .myCardif .footer .progress-bar li .progress-label {
  padding: 0;
  font-size: 17px;
  line-height: 30px;
  font-weight: 200;
  position: relative;
  z-index: 50;
  color: #fff;
}
.myCardif .content_main .progress-bar li .fa, .myCardif .footer .progress-bar li .fa {
  display: inline-block;
  height: 34px;
  width: 30px;
  line-height: 34px;
  border-radius: 50%;
  background: #fff;
  margin-right: 4px;
  padding-left: 4px;
  vertical-align: middle;
  margin-top: -2px;
}
.myCardif .content_main .portlet-column-content.empty, .myCardif .footer .portlet-column-content.empty {
  padding: 2px;
}
.myCardif .content_main .pagination, .myCardif .footer .pagination {
  margin: 0;
  border-radius: 0;
  display: inline-block;
  width: auto;
  list-style: none;
  padding: 5px 0;
}
.myCardif .content_main .pagination li, .myCardif .footer .pagination li {
  border-radius: 0;
  border: none;
  float: left;
}
.myCardif .content_main .pagination li a, .myCardif .content_main .pagination li span, .myCardif .footer .pagination li a, .myCardif .footer .pagination li span {
  border-radius: 0 !important;
  border: none;
  color: #3e3d3c;
  background: #fff;
  margin-left: 4px;
  padding: 6px 12px;
}
.myCardif .content_main .pagination li a.fa, .myCardif .content_main .pagination li span.fa, .myCardif .footer .pagination li a.fa, .myCardif .footer .pagination li span.fa {
  background: none;
  padding: 6px 3px;
}
.myCardif .content_main .pagination li.previous a, .myCardif .footer .pagination li.previous a {
  padding-left: 0;
  background: none;
}
.myCardif .content_main .pagination li.next a, .myCardif .footer .pagination li.next a {
  padding-right: 0;
  background: none;
}
.myCardif .content_main .inbox, .myCardif .footer .inbox {
  margin: 30px 0 15px;
  padding: 0 10px;
}
.myCardif .content_main .inbox .row-fluid, .myCardif .footer .inbox .row-fluid {
  line-height: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.myCardif .content_main .inbox .row-fluid > div, .myCardif .footer .inbox .row-fluid > div {
  min-height: 1px;
}
.myCardif .content_main .inbox .table_header, .myCardif .footer .inbox .table_header {
  font-weight: normal;
  background: #9E9D9D;
  color: #fff;
}
.myCardif .content_main .inbox .table_header .fa, .myCardif .footer .inbox .table_header .fa {
  float: right;
  font-size: 15px;
  line-height: 39px;
  background: transparent;
  margin-top: -8px;
}
.myCardif .content_main .inbox .table_header .fa:hover, .myCardif .footer .inbox .table_header .fa:hover {
  background: transparent;
  cursor: pointer;
}
.myCardif .content_main .inbox .table_header a, .myCardif .footer .inbox .table_header a {
  color: #fff;
}
.myCardif .content_main .inbox .span5, .myCardif .footer .inbox .span5 {
  padding-left: 10px;
}
.myCardif .content_main .inbox .even, .myCardif .footer .inbox .even {
  background: #EBEBEB;
}
.myCardif .content_main .inbox .even a, .myCardif .footer .inbox .even a {
  color: #333;
}
.myCardif .content_main .inbox .even:hover, .myCardif .footer .inbox .even:hover {
  background: #f3f3f3;
}
.myCardif .content_main .inbox .odd, .myCardif .footer .inbox .odd {
  background: #FFF;
}
.myCardif .content_main .inbox .odd a, .myCardif .footer .inbox .odd a {
  color: #333;
}
.myCardif .content_main .inbox .odd:hover, .myCardif .footer .inbox .odd:hover {
  background: #f3f3f3;
}
.myCardif .content_main .inbox .fa, .myCardif .footer .inbox .fa {
  display: inline-block;
  background: #929496;
  color: #fff;
  height: 32px;
  width: 28px;
  padding-left: 4px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-top: 5px;
  font-size: 17px;
  float: left;
  margin-right: 8px;
}
.myCardif .content_main .inbox .fa:hover, .myCardif .footer .inbox .fa:hover {
  background: #339BBE;
}
.myCardif .content_main .notice, .myCardif .footer .notice {
  background-color: #fff;
  border: 6px solid #dbdbdb;
  margin-bottom: 30px;
  padding: 20px 15px 20px 65px;
  position: relative;
}
.myCardif .content_main .notice a, .myCardif .footer .notice a {
  color: #339BBE;
}
.myCardif .content_main .notice i.icon-alert, .myCardif .footer .notice i.icon-alert {
  background: url("../images/master/picto/sprite-blue.png") no-repeat;
  background-position: -204px -445px;
  float: left;
  height: 32px;
  left: 20px;
  margin-right: 10px;
  position: absolute;
  top: 24px;
  width: 32px;
}
.myCardif .content_main .panel-group .panel, .myCardif .footer .panel-group .panel {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 15px;
}
.myCardif .content_main .panel-group .panel a:hover .panel-heading:after, .myCardif .footer .panel-group .panel a:hover .panel-heading:after {
  text-decoration: none;
}
.myCardif .content_main .panel-group .panel .panel-heading, .myCardif .footer .panel-group .panel .panel-heading {
  background: #ebebeb;
  border-radius: 0;
  height: 65px;
  padding: 0 20px;
  position: relative;
}
.myCardif .content_main .panel-group .panel .panel-heading:after, .myCardif .footer .panel-group .panel .panel-heading:after {
  color: #c5c5c5;
  content: "\f055";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 28px;
  position: absolute;
  right: 30px;
  top: 22px;
  text-decoration: none;
}
.myCardif .content_main .panel-group .panel .panel-heading.active:after, .myCardif .footer .panel-group .panel .panel-heading.active:after {
  content: "\f056";
}
.myCardif .content_main .panel-group .panel .panel-heading h4, .myCardif .footer .panel-group .panel .panel-heading h4 {
  color: #3e3d3c;
  font-size: 24px;
  line-height: 65px;
  font-weight: 400;
}
.myCardif .content_main .panel-group .panel .panel-heading h4 a, .myCardif .footer .panel-group .panel .panel-heading h4 a {
  color: #3e3d3c;
}
.myCardif .content_main .panel-group .panel .panel-collapse, .myCardif .footer .panel-group .panel .panel-collapse {
  border: medium none;
}
.myCardif .content_main .panel-group .panel .panel-body, .myCardif .footer .panel-group .panel .panel-body {
  background: #ebebeb;
  border-top: none;
  padding: 0 20px 35px;
}
.myCardif .content_main .panel-group .panel .panel-body .top, .myCardif .footer .panel-group .panel .panel-body .top {
  border: none;
  border-top: solid 1px #b2b1b1;
  margin-bottom: 25px;
  margin-top: 0;
}
.myCardif .content_main .footer-misc, .myCardif .footer .footer-misc {
  background: #fff;
  text-align: center;
}
.myCardif .content_main .footer-misc .journal-content-article ul, .myCardif .footer .footer-misc .journal-content-article ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.myCardif .content_main .footer-misc .journal-content-article ul li, .myCardif .footer .footer-misc .journal-content-article ul li {
  float: left;
  font-size: 12px;
}
.myCardif .content_main .footer-misc .journal-content-article ul li:before, .myCardif .footer .footer-misc .journal-content-article ul li:before {
  content: "-";
  padding: 0 15px;
}
.myCardif .content_main .footer-misc .journal-content-article ul li:first-child:before, .myCardif .footer .footer-misc .journal-content-article ul li:first-child:before {
  content: "";
  padding: 0;
}
.myCardif .content_main .footer-misc .journal-content-article ul a, .myCardif .footer .footer-misc .journal-content-article ul a {
  color: #787776;
}
.myCardif .content_main .content_main .btn-group.dropdown-nav, .myCardif .footer .content_main .btn-group.dropdown-nav {
  width: 100%;
}
.myCardif .content_main .content_main .btn-group.dropdown-nav .btn, .myCardif .footer .content_main .btn-group.dropdown-nav .btn {
  border-radius: 0;
  box-shadow: none;
  height: 65px;
  line-height: 65px;
  margin-top: -30px;
  padding-bottom: 0;
  padding-top: 0;
  text-align: left;
  text-transform: uppercase;
  white-space: normal;
  width: 100%;
  z-index: 5;
}
.myCardif .content_main .content_main .btn-group.dropdown-nav .btn:hover, .myCardif .content_main .content_main .btn-group.dropdown-nav .btn:focus, .myCardif .footer .content_main .btn-group.dropdown-nav .btn:hover, .myCardif .footer .content_main .btn-group.dropdown-nav .btn:focus {
  background: #f5f5f5 none repeat scroll 0 0;
  border-color: #d8d8d8;
  box-shadow: none;
}
.myCardif .content_main .content_main .btn-group.dropdown-nav .btn span, .myCardif .footer .content_main .btn-group.dropdown-nav .btn span {
  background: url("../images/master/picto/sprite-blue.png") no-repeat;
  background-position: -208px -367px;
  display: inline-block;
  float: right;
  height: 26px;
  margin: 19px 4px 0 6px;
  width: 26px;
}
.myCardif .content_main .content_main .btn-group.dropdown-nav.open .dropdown-toggle, .myCardif .footer .content_main .btn-group.dropdown-nav.open .dropdown-toggle {
  background: #f5f5f5;
  border-color: #d8d8d8;
  box-shadow: none;
}
.myCardif .content_main .content_main .btn-group.dropdown-nav.open .btn span, .myCardif .footer .content_main .btn-group.dropdown-nav.open .btn span {
  background-position: -248px -367px;
}
.myCardif .content_main .content_main .btn-group.dropdown-nav div.dropdown-menu, .myCardif .footer .content_main .btn-group.dropdown-nav div.dropdown-menu {
  border-radius: 0;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  width: 100%;
}
.myCardif .content_main .content_main .btn-group.dropdown-nav div.dropdown-menu li, .myCardif .footer .content_main .btn-group.dropdown-nav div.dropdown-menu li {
  display: table;
  padding: 0;
  width: 100%;
}
.myCardif .content_main .content_main .btn-group.dropdown-nav div.dropdown-menu li a, .myCardif .footer .content_main .btn-group.dropdown-nav div.dropdown-menu li a {
  border-bottom: 1px solid #C5C4C4;
  color: #3E3D3C;
  display: table-cell;
  height: 65px;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: normal;
  width: 100%;
}
.myCardif .content_main .content_main .btn-group.dropdown-nav div.dropdown-menu li a .fa, .myCardif .footer .content_main .btn-group.dropdown-nav div.dropdown-menu li a .fa {
  color: #9E9E9D;
  float: right;
  font-size: 19px;
  padding-right: 3px;
}
.myCardif .content_main .content_main .btn-group.dropdown-nav div.dropdown-menu li a .fa.small, .myCardif .footer .content_main .btn-group.dropdown-nav div.dropdown-menu li a .fa.small {
  font-size: 16px;
}
.myCardif .content_main .content_main .btn-group.dropdown-nav div.dropdown-menu li a .count:before, .myCardif .footer .content_main .btn-group.dropdown-nav div.dropdown-menu li a .count:before {
  content: "3";
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 21px;
  text-align: center;
  border-radius: 50%;
  background: #339BBE;
}
.myCardif .content_main .content_main .btn-group.dropdown-nav div.dropdown-menu li a:hover, .myCardif .footer .content_main .btn-group.dropdown-nav div.dropdown-menu li a:hover {
  background: #f5f5f5;
  color: #339BBE;
}
.myCardif .content_main .content_main .btn-group.dropdown-nav div.dropdown-menu li a:hover .fa, .myCardif .footer .content_main .btn-group.dropdown-nav div.dropdown-menu li a:hover .fa {
  color: #339BBE;
}

.aside .user strong {
  color: #339BBE;
}
.aside .user .icon-close {
  float: right;
  height: 19px;
  width: 19px;
  margin: 4px 0 0 6px;
  background: url("../images/master/picto/sprite-blue.png") no-repeat;
  background-position: -132px -11px;
}

.navbar-collapse .nav .user_mobile a {
  color: #339BBE;
}
.navbar-collapse .nav .user_mobile .icon-close {
  float: right;
  height: 19px;
  width: 19px;
  margin: 4px 0 0 6px;
  background: url("../images/master/picto/sprite-blue.png") no-repeat;
  background-position: -132px -11px;
}

.content_main {
  position: relative;
  padding-bottom: 60px;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: #f5f5f5;
}
.content_main .content_top_back {
  background: #ebebeb;
  height: 250px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.content_main.light {
  background: #ffffff;
}
.content_main.light .content_top_back {
  background: #f5f5f5;
}
.content_main .page-center {
  position: relative;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.content_main .indent-top {
  margin-top: -60px;
}
.content_main .indent-top-35 {
  margin-top: 35px;
}
.content_main .padder-0-15 {
  padding: 0 15px;
}
.content_main .btn-primary i {
  display: inline-block;
  float: left;
  background: url("../images/master/picto/sprite-blue.png") no-repeat;
  background-position: -211px -8px;
  height: 24px;
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.content_main h2.border-title {
  display: block;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  margin: 35px 0 25px;
}
.content_main h3.header_business {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  width: 100%;
  margin: 0;
  background: #339BBE;
  font-weight: 500;
}
.content_main h3.header_gray {
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  width: 100%;
  margin: 0;
  background: #656463;
  font-weight: 500;
}
.content_main h3.header_gray.indent-top-35 {
  margin-top: 35px;
}
.content_main h3.header_gray .padder-0-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.content_main .box-white {
  background: #fff;
  padding: 30px;
}
.content_main .box-white.inbox {
  padding: 0;
}
.content_main .box-gray {
  background: #EBEBEB;
  padding: 20px;
}
.content_main .box.padder-20 {
  padding: 20px;
}
.content_main .box h4.box-title {
  font-size: 17px;
  margin: 0 0 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}
.content_main .box h4.box-title.business {
  color: #339BBE;
}
.content_main .box ul {
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}
.content_main .box ul li {
  margin: 8px 0 0;
  padding-left: 10px;
  text-indent: -10px;
}
.content_main .box ul li:before {
  content: "•";
  color: #339BBE;
  padding-right: 5px;
}
.content_main .box ul.linklist {
  margin-bottom: 0;
}
.content_main .box ul.linklist li {
  margin: 5px 0 0;
  padding: 0 0 7px;
  padding-left: 10px;
  text-indent: -10px;
  border-bottom: solid 1px #d2d2d2;
}
.content_main .box ul.linklist li a {
  color: #3e3d3c;
}
.content_main .box ul.linklist li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.content_main .box ul.linklist li:before {
  font-family: "FontAwesome";
  content: "\f0da";
  color: #339BBE;
  padding-right: 5px;
}
.content_main .infobox .btn {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.content_main .sidebar_nav_container {
  padding-top: 35px;
}
.content_main .sidebar_nav_container .header_sidenav {
  color: #fff;
  font-size: 16px;
  line-height: 60px;
  padding: 0 5%;
  background: #339BBE;
  margin: 0;
}
.content_main .sidebar_nav_container .sidebar_nav {
  width: 100%;
  background: #fff;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 2;
  margin: 0;
}
.content_main .sidebar_nav_container .sidebar_nav li {
  display: table;
  padding: 0 5%;
  width: 100%;
}
.content_main .sidebar_nav_container .sidebar_nav li:last-child {
  padding-bottom: 0;
}
.content_main .sidebar_nav_container .sidebar_nav li:last-child a {
  border-bottom: none;
}
.content_main .sidebar_nav_container .sidebar_nav li a {
  display: table-cell;
  width: 100%;
  height: 65px;
  vertical-align: middle;
  color: #3E3D3C;
  text-transform: uppercase;
  border-bottom: solid 1px #C5C4C4;
  white-space: normal;
}
.content_main .sidebar_nav_container .sidebar_nav li a .fa {
  color: #9E9E9D;
  float: right;
  font-size: 19px;
  padding-right: 3px;
}
.content_main .sidebar_nav_container .sidebar_nav li a .fa.small {
  font-size: 16px;
}
.content_main .sidebar_nav_container .sidebar_nav li a .count:before {
  content: "3";
  display: inline-block;
  font-family: Arial, sans-serif;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 21px;
  text-align: center;
  border-radius: 50%;
  background: #339BBE;
}
.content_main .sidebar_nav_container .sidebar_nav li a:hover {
  color: #339BBE;
  text-decoration: none;
}
.content_main .sidebar_nav_container .sidebar_nav li a:hover .fa {
  color: #339BBE;
}
.content_main .portlet-login .navigation {
  padding: 0;
  background: none;
  border: none;
  display: inlineblock;
  float: right;
  margin-top: -35px;
  margin-right: 18px;
}
.content_main .portlet-login .navigation .taglib-icon-list li {
  display: none;
}
.content_main .portlet-login .navigation .taglib-icon-list li:last-child {
  display: inline-block;
}
.content_main .portlet-login .navigation .taglib-icon-list li:last-child img {
  display: none;
}

@media (max-width: 767px) {
  .myCardif .hidden-xs {
    display: none;
  }
  .myCardif .content_main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .myCardif .infobox {
    margin-top: 30px;
  }
  .myCardif .infobox .btn {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .myCardif .contact-mean {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    border-right: none;
  }
  .myCardif .pagin {
    text-align: center;
  }
  .myCardif .pagination {
    padding: 20px 0 0;
  }
  .myCardif .inbox {
    padding: 0 15px;
    border-top: solid 1px #C5C4C4;
  }
  .myCardif .inbox .row-fluid {
    border-bottom: solid 1px #C5C4C4;
    line-height: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .myCardif .inbox .row-fluid .titel {
    width: 65%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
  }
  .myCardif .inbox .row-fluid .bezug {
    /** width: 65%; **/
    float: left;
    padding-left: 10px;
  }
  .myCardif .inbox .row-fluid .bezug label {
    font-weight: bold;
    padding-top: 2px;
  }
  .myCardif .inbox .row-fluid .date {
    float: right;
    width: 35%;
    text-align: right;
    padding-right: 10px;
  }
  .myCardif .inbox .row-fluid .functions {
    text-align: right;
    float: right;
    padding-right: 10px;
  }
  .myCardif .inbox .row-fluid .functions .fa {
    /*float: none;*/
    font-size: 14px;
    height: 28px;
    width: 26px;
    padding-left: 2px;
    line-height: 28px;
    margin-right: 0;
    margin-left: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .myCardif .inbox .even {
    background: #fff;
  }
  .myCardif .inbox .even:hover, .myCardif .inbox .odd:hover {
    background: #f9f9f9;
  }
}
@media (max-width: 979px) {
  .myCardif .navbar-collapse.pushy strong {
    font-weight: 400;
    text-transform: none;
  }
  .myCardif .notice {
    margin-left: 0;
    margin-right: 0;
  }
  .myCardif .bt-sidebar-left .page-center .row-fluid > .span3, .myCardif .bt-dashboard .page-center .row-fluid > .span3, .myCardif .bt-full .page-center .row-fluid > .span3 {
    width: 100%;
  }
  .myCardif .bt-sidebar-left .page-center .row-fluid > .span3.functions, .myCardif .bt-dashboard .page-center .row-fluid > .span3.functions, .myCardif .bt-full .page-center .row-fluid > .span3.functions {
    width: 22.5%;
  }
  .myCardif .bt-sidebar-left .page-center .row-fluid > .span9, .myCardif .bt-dashboard .page-center .row-fluid > .span9, .myCardif .bt-full .page-center .row-fluid > .span9 {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .myCardif .hidden-sm {
    display: none;
  }
  .myCardif .page-title-container .description-title {
    width: 100%;
  }
}
@media (min-width: 980px) {
  .myCardif .hidden-lg {
    display: none;
  }
  .myCardif .navbar-collapse.pushy strong {
    font-weight: 700;
    text-transform: uppercase;
  }
}
.product .fancybox img {
  cursor: pointer;
}
.product .page-title-content .description {
  left: 0;
}
.product .page-title-content .description .description-title {
  font-size: 4.286em;
  -webkit-text-shadow: none;
  text-shadow: none;
}
.product .page-title-content .description .description-title strong {
  font-weight: 300;
}
.product #main-product {
  position: relative;
  padding: 25px 20px 30px;
  background-color: white;
  margin-top: -40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product #main-product .h1, .product #main-product h2 {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.143em;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1em;
}
.product #main-product h1 {
  color: #3E3D3C;
}
.product #main-product h2 {
  font-size: 1.286em;
  line-height: 1.3em;
}
.product #main-product .infos-product > p {
  line-height: 1.5em;
  margin-bottom: 30px;
}
.product #main-product .infos-product > p.h1 {
  color: #3E3D3C;
  margin-bottom: 20px;
  line-height: 1em;
}
.product #main-product p.checked {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #339BBE;
  line-height: 1.5em;
  margin: 5px 0 20px;
  clear: both;
}
.product #main-product p.checked i {
  position: relative;
  margin: 0 5px 30px 0;
  float: left;
}
.product #main-product .rating {
  position: relative;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: -20px;
  padding-top: 10px;
  clear: both;
}
.product #main-product .rating > * {
  display: inline-block;
}
.product #main-product .rating .stars {
  margin-right: 10px;
}
.product #main-product .rating i {
  position: relative;
  top: 2px;
}
.product #main-product .rating span {
  color: #339BBE;
  font-size: 1.429em;
}
.product #main-product .rating a {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-left: 10px;
  color: #3E3D3C;
  text-decoration: underline;
}
.product #main-product #bloc-get-quote {
  color: white;
  background-color: #339BBE;
  margin-top: -66px;
}
.product #main-product #bloc-get-quote.no-promo {
  margin-top: -25px;
}
.product #main-product #bloc-get-quote.no-promo h2 {
  display: none;
}
.product #main-product #bloc-get-quote h2 {
  line-height: 20px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.143em;
  text-transform: uppercase;
  padding: 10px 0;
  background-color: #287a96;
  text-align: center;
  margin: 0;
}
.product #main-product #bloc-get-quote .inside {
  padding: 10px 25px 30px;
}
.product #main-product #bloc-get-quote .inside > p {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 16px;
  text-align: center;
}
.product #main-product #bloc-get-quote .inside > p strong {
  font-family: "bnpp-square-bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.product #main-product #bloc-get-quote .price {
  text-align: center;
  margin: 10px 0 20px;
  padding: 15px 0 20px;
  font-family: "bnpp-square-condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
  border-top: 1px solid #287a96;
  border-bottom: 1px solid #287a96;
}
.product #main-product #bloc-get-quote .price > span,
.product #main-product #bloc-get-quote .price > strong {
  display: inline-block;
  vertical-align: baseline;
}
.product #main-product #bloc-get-quote .price > span {
  margin-right: 10px;
  font-size: 1.714em;
  line-height: normal;
  text-decoration: line-through;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.product #main-product #bloc-get-quote .price > strong {
  line-height: 1em;
  font-weight: 400;
  font-size: 5em;
}
.product #main-product #bloc-get-quote .price > strong span {
  font-size: 0.5em;
}
.product #main-product #bloc-get-quote .price .btn {
  width: 100%;
  display: block;
  font-size: 1.333em;
  padding: 15px 10px;
  font-size: 19px;
  border-radius: 0;
  background-color: white;
  background-image: none;
  box-shadow: 4px 4px 0 rgba(193, 182, 188, 0.82);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product #main-product #bloc-get-quote .any-questions {
  padding: 0;
  margin: 0;
  background-color: transparent;
  line-height: 16px;
}
.product #main-product #bloc-get-quote .any-questions div p,
.product #main-product #bloc-get-quote .any-questions div a {
  color: white;
}
.product #main-product #bloc-get-quote .any-questions div em {
  color: #f4fafc;
}
.product h2.border-title {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.143em;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0 0 35px;
}
.product #vertical-tabs h2.border-title {
  color: #3E3D3C;
}
.product #vertical-tabs h2.border-title:after {
  border-color: #3E3D3C;
}
.product .free-content h2.border-title {
  color: #3E3D3C;
}
.product .free-content h2.border-title:after {
  border-color: #3E3D3C;
}
.product .free-content h3 {
  color: #3E3D3C;
  margin-bottom: 15px;
  padding-left: 5px;
}
.product .centered h2.border-title {
  display: block;
  text-align: center;
  margin-top: 25px;
}
.product h3.secondary-title {
  text-transform: uppercase;
  font-size: 1.286em;
  margin: 20px 0;
}
.product #faq h3.secondary-title {
  margin: 2px 0;
}
.product #vertical-tabs {
  background-color: #F5F5F5;
  overflow: hidden;
}
.product #vertical-tabs .pdf {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 15px 0 10px;
  color: #3E3D3C;
}
.product #vertical-tabs .pdf a {
  color: #3E3D3C;
  font-family: "bnpp-square-bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: underline;
}
.product #vertical-tabs .pdf i {
  vertical-align: middle;
}
.product #vertical-tabs .get-quote {
  min-height: 47px;
}
.product #vertical-tabs .get-quote .btn {
  float: right;
  font-size: 1.071em;
  padding: 10px 20px;
  text-shadow: none;
  position: relative;
  font-size: 15px;
  z-index: 20;
  border-radius: 0;
  background-color: #339BBE;
  background-image: none;
  box-shadow: 4px 4px 0 #287a96;
}
.product #vertical-tabs .get-quote .btn:hover {
  background-image: none;
  background-color: #287a96;
}
.product #vertical-tabs .get-quote small {
  float: left;
  font-size: 0.786em;
  color: #787776;
  padding-top: 5px;
}
.product #vertical-tabs #faq .panel {
  background-color: white;
  margin: 0;
  padding: 20px;
}
.product #vertical-tabs #faq .panel + .panel {
  margin: 2px 0 0;
}
.product #vertical-tabs #faq .panel i[class^=iconbt-collapse] {
  top: 5px;
}
.product #vertical-tabs #faq .panel.active i[class^=iconbt-collapse] {
  top: 10px;
  background-position: -14px -390px;
}
.product #vertical-tabs #faq .panel-header {
  color: #3E3D3C;
  text-decoration: none;
}
.product #vertical-tabs #faq .panel-collapse {
  margin-top: 25px;
  padding-left: 30px;
}
.product #vertical-tabs #claims-informations {
  padding: 0 20px;
}
.product #vertical-tabs #claims-informations h3.secondary-title {
  margin-bottom: 25px;
}
.product #vertical-tabs #claims-informations ul + h3.secondary-title {
  margin-top: 35px;
}
.product #vertical-tabs #claims-informations .how-claim {
  margin-top: 15px;
  position: relative;
}
.product #vertical-tabs #claims-informations .how-claim .bloc-claims {
  background-color: white;
  padding: 20px 32px;
  margin-bottom: 45px;
}
.product #vertical-tabs #claims-informations .how-claim .bloc-claims > * {
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}
.product #vertical-tabs #claims-informations .how-claim .bloc-claims > div {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.429em;
}
.product #vertical-tabs #claims-informations .how-claim .bloc-claims strong {
  font-family: "bnpp-square-bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.product #vertical-tabs #claims-informations .how-claim .bloc-claims small {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.8em;
  display: block;
  margin-top: 10px;
  line-height: 1em;
}
.product #vertical-tabs #claims-informations .how-claim .bloc-claims .btn {
  padding: 10px 20px;
}
.product #vertical-tabs #claims-informations .how-claim .bloc-claims .big-tel {
  font-family: "bnpp-square-condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 3.571em;
  line-height: 1em;
  padding-top: 5px;
}
.product #vertical-tabs #claims-informations .how-claim .bloc-claims .big-tel a {
  text-decoration: none;
  color: #3E3D3C;
}
.product #vertical-tabs #documentation .grid-doc {
  margin: 0 -4.8%;
}
.product #vertical-tabs #documentation .grid-doc:before, .product #vertical-tabs #documentation .grid-doc:after {
  content: " ";
  display: table;
}
.product #vertical-tabs #documentation .grid-doc:after {
  clear: both;
}
.product #vertical-tabs #documentation .grid-doc .bloc-doc {
  float: left;
  width: 41%;
  padding: 20px 25px;
  margin: 0 4.5% 20px;
  background-color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product #vertical-tabs #documentation .grid-doc .bloc-doc h3 {
  line-height: 16px;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.286em;
  font-weight: 400;
}
.product #vertical-tabs #documentation .grid-doc .bloc-doc h3 > * {
  display: inline-block;
  vertical-align: middle;
}
.product #vertical-tabs #documentation .grid-doc .bloc-doc h3 i {
  margin-right: 20px;
}
.product #vertical-tabs #documentation .grid-doc .bloc-doc p {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  padding: 10px 0;
  margin: 10px 0;
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
}
.product #vertical-tabs #documentation .grid-doc .bloc-doc .dwl {
  color: #3E3D3C;
  text-decoration: none;
}
.product #vertical-tabs #documentation .grid-doc .bloc-doc i.iconbt-pdf {
  vertical-align: middle;
}
.product #vertical-tabs .stats:before, .product #vertical-tabs .stats:after {
  content: " ";
  display: table;
}
.product #vertical-tabs .stats:after {
  clear: both;
}
.product #vertical-tabs .stats .bloc-stats {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product #vertical-tabs .stats .bloc-stats + .bloc-stats {
  border-left: 1px solid #BEBDBD;
}
.product #vertical-tabs .stats .bloc-stats + .bloc-stats .inside-stats {
  margin-right: 0;
  margin-left: 10%;
}
.product #vertical-tabs .stats .bloc-stats .inside-stats {
  padding: 5px 15px;
  margin-right: 10%;
  background-color: white;
}
.product #vertical-tabs .stats .bloc-stats .inside-stats:before, .product #vertical-tabs .stats .bloc-stats .inside-stats:after {
  content: " ";
  display: table;
}
.product #vertical-tabs .stats .bloc-stats .inside-stats:after {
  clear: both;
}
.product #vertical-tabs .stats .bloc-stats .inside-stats > div {
  display: inline-block;
  vertical-align: bottom;
}
.product #vertical-tabs .stats .bloc-stats .inside-stats .big-number {
  font-family: "bnpp-square-condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 5em;
  color: #339BBE;
  margin-right: 15px;
  line-height: 1em;
  position: relative;
  top: 10px;
}
.product #vertical-tabs .stats .bloc-stats .inside-stats .big-number .small {
  font-size: 0.5em;
}
.product #vertical-tabs .stats .bloc-stats .inside-stats .wording {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding-bottom: 15px;
}
.product #vertical-tabs .stats .bloc-stats .inside-stats .wording span {
  color: #339BBE;
}
.product #vertical-tabs .reviews {
  position: relative;
  margin: 20px 0;
  padding: 20px;
  background-color: white;
}
.product #vertical-tabs .reviews:before, .product #vertical-tabs .reviews:after {
  content: " ";
  display: table;
}
.product #vertical-tabs .reviews:after {
  clear: both;
}
.product #vertical-tabs .reviews .side {
  float: left;
  width: 25%;
}
.product #vertical-tabs .reviews .side .nb {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.289em;
  text-transform: uppercase;
}
.product #vertical-tabs .reviews .side img {
  max-width: 100%;
}
.product #vertical-tabs .reviews .side strong {
  display: block;
  font-family: "bnpp-square-bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 10px 0;
}
.product #vertical-tabs .reviews .side.profil {
  padding-top: 31px;
}
.product #vertical-tabs .reviews .content {
  position: relative;
  float: left;
  width: 72%;
  margin-left: 3%;
}
.product #vertical-tabs .reviews .content.review {
  padding: 15px 0;
  margin: 15px 0 15px 3%;
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
}
.product #vertical-tabs .reviews .content.review h3 {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.289em;
  margin-bottom: 25px;
  line-height: 1.3em;
}
.product #vertical-tabs .reviews .content.review h3 .quote {
  font-family: Georgia;
  font-size: 2.778em;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 10px;
}
.product #vertical-tabs .reviews .content.review p {
  margin-bottom: 0;
}
.product #vertical-tabs .reviews .content.review p + p {
  margin-top: 25px;
}
.product #vertical-tabs .reviews .content.review p .quote {
  float: right;
  margin-left: 10px;
  font-family: Georgia;
  font-size: 3.571em;
  position: relative;
  top: 15px;
  font-weight: 700;
}
.product #vertical-tabs .reviews .content .prev-review,
.product #vertical-tabs .reviews .content .next-review {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #3E3D3C;
  float: left;
  text-decoration: none;
  display: none;
}
.product #vertical-tabs .reviews .content .prev-review i, .product #vertical-tabs .reviews .content .prev-review span,
.product #vertical-tabs .reviews .content .next-review i,
.product #vertical-tabs .reviews .content .next-review span {
  display: inline-block;
  vertical-align: middle;
}
.product #vertical-tabs .reviews .content .prev-review span,
.product #vertical-tabs .reviews .content .next-review span {
  position: relative;
  top: -1px;
}
.product #vertical-tabs .reviews .content .next-review {
  float: right;
  display: block;
}
.product #vertical-tabs .reviews .currentPage {
  display: none;
  position: absolute;
  width: 30px;
  text-align: center;
  left: 50%;
  top: 0;
  margin-left: -10px;
  padding: 5px 0 6px;
  color: #339BBE;
  cursor: pointer;
  background-color: #EBEBEB;
}
.product #vertical-tabs .reviews .currentPage:after {
  content: "";
  position: absolute;
  top: 9px;
  right: -15px;
  font-size: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #3E3D3C transparent transparent transparent;
}
.product #vertical-tabs .reviews .pagination-review {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: none;
  position: absolute;
  top: -3px;
  left: 90px;
  right: 60px;
  text-align: center;
}
.product #vertical-tabs .reviews .pagination-review ul {
  margin: 0;
  padding: 0;
}
.product #vertical-tabs .reviews .pagination-review ul li {
  margin: 0;
  display: inline-block;
}
.product #vertical-tabs .reviews .pagination-review ul li a,
.product #vertical-tabs .reviews .pagination-review ul li span {
  display: inline-block;
  padding: 0 8px 2px;
  color: #3E3D3C;
  text-decoration: underline;
}
.product #vertical-tabs .reviews .pagination-review ul li.active span {
  color: #339BBE;
  text-decoration: none;
  background-color: #EBEBEB;
}
.product #vertical-tabs .reviews .pagination-review ul li.disabled span {
  text-decoration: none;
}
.product #vertical-tabs .reviews .all-reviews {
  clear: both;
}
.product #vertical-tabs .reviews .all-reviews .review-single:nth-child(n+2) {
  display: none;
}
.product .vertical-tab-content p {
  line-height: 1.5em;
  margin-bottom: 30px;
}
.product .vertical-tab-content ul {
  margin-bottom: 30px;
}
.product .vertical-tab-content ul li {
  line-height: 1.5em;
  margin-bottom: 10px;
}

.mono-product .testimonial-ctner .testimonial-content .description p {
  font-size: 1.714em;
}
.mono-product .page-title-content .description .description-title {
  font-size: 3em;
  margin-top: 0;
}
.mono-product .marketing-breadcrumb {
  margin-top: 0px;
  margin-bottom: 30px;
}
.mono-product #main-product .h1 {
  color: #3E3D3C;
}
.mono-product .free-content {
  margin-top: 30px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .product #vertical-tabs .stats .bloc-stats .inside-stats .big-number {
    top: 0;
  }
}
@media (min-width: 768px) {
  .product .how-claim .or {
    position: absolute;
    left: 10px;
    top: 68px;
    width: 80px;
    height: 80px;
    line-height: 75px;
    font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 2.357em;
    text-transform: uppercase;
    text-align: center;
    background-color: #F5F5F5;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
  }
}
@media (min-width: 980px) {
  .product #main-product .infos-product .span4 {
    width: 48%;
  }
  .product #main-product .infos-product .span4:first-child {
    margin: 0;
  }
  .product #vertical-tabs .get-quote small {
    max-width: 75%;
  }
}
@media (max-width: 979px) {
  .product .page-title-content .description {
    left: 25px;
  }
  .product .page-title-content .description .description-title {
    margin-top: 0;
    font-size: 3.86em;
    line-height: 1em;
  }
  .product #vertical-tabs .page-center.narrow {
    padding: 0;
  }
  .product #vertical-tabs .get-quote {
    position: relative;
  }
  .product #vertical-tabs .get-quote:before, .product #vertical-tabs .get-quote:after {
    content: " ";
    display: table;
  }
  .product #vertical-tabs .get-quote:after {
    clear: both;
  }
  .product #vertical-tabs .get-quote:before {
    content: "";
    position: absolute;
    bottom: 20px;
    width: 100%;
    height: 0;
    border-top: 1px solid #BEBDBD;
  }
  .product #vertical-tabs .get-quote .small {
    float: none;
  }
  .product #vertical-tabs .get-quote .small + a {
    margin-top: 40px;
  }
  .product .testimonial-simple {
    padding-top: 50px;
  }
  .product .testimonial-simple .testimonial-ctner .testimonial-content {
    padding-top: 20px;
  }
  .product .testimonial-simple .description p {
    font-size: 1.4em;
  }
  .product h2.border-title {
    font-size: 1.8em;
  }
  .product #main-product .span4 {
    position: relative;
    z-index: 2;
  }
  .product #main-product .span4.video {
    z-index: 3;
  }
  .product #main-product .rating {
    clear: none;
    z-index: 1;
  }
  .mono-product .testimonial-ctner .testimonial-content .description p {
    font-size: 1.4em;
  }
  .mono-product .page-title-content .description .description-title {
    font-size: 2.8em;
  }
  .mono-product .marketing-breadcrumb {
    margin: 0 10px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .product #main-product > .row-fluid .rating {
    top: 20px;
    margin-right: 2%;
    left: 2%;
  }
  .product #main-product > .row-fluid .rating span + div {
    display: block;
  }
  .product #main-product > .row-fluid .rating span + div + a {
    margin-left: 0;
  }
  .product #main-product .span8 .span4 {
    position: relative;
    width: 100%;
    margin: 0;
  }
  .product #main-product .span8 .span4 + .span4 {
    margin-bottom: 200px;
  }
  .product #main-product .span8 .span4 img {
    position: absolute;
    top: 130px;
  }
  .product #main-product #bloc-get-quote {
    margin-top: -65px;
  }
  .product #main-product #bloc-get-quote h2 {
    font-size: 1.1em;
  }
  .product #main-product #bloc-get-quote .inside {
    padding: 10px 15px 20px;
  }
  .product #main-product #bloc-get-quote .price > strong {
    font-size: 3.5em;
  }
  .product #vertical-tabs #claims-informations .how-claim .bloc-claims > * {
    margin-right: 15px;
  }
  .product #vertical-tabs #claims-informations .how-claim .bloc-claims div {
    font-size: 1.2em;
  }
  .product #vertical-tabs #claims-informations .how-claim .bloc-claims .btn {
    margin-right: 0;
    padding: 10px;
  }
  .product #vertical-tabs #claims-informations .how-claim .bloc-claims .big-tel {
    font-size: 2.8em;
  }
  .product #vertical-tabs #documentation .grid-doc .bloc-doc {
    padding: 3%;
  }
  .product #vertical-tabs #documentation .grid-doc .bloc-doc h3 {
    font-size: 1.1em;
    margin: 10px 0 0 0;
  }
  .product #vertical-tabs #documentation .grid-doc .bloc-doc h3 i {
    margin-right: 10px;
  }
  .product #vertical-tabs #documentation .grid-doc .bloc-doc h3 span:first-child {
    margin-bottom: 10px;
  }
  .product #vertical-tabs #documentation .grid-doc .bloc-doc p, .product #vertical-tabs #documentation .grid-doc .bloc-doc .dwl {
    font-size: 0.9em;
  }
  .product #vertical-tabs .stats .bloc-stats .inside-stats > div {
    float: left;
  }
  .product #vertical-tabs .stats .bloc-stats .inside-stats .big-number {
    width: 40%;
    margin: 0;
  }
  .product #vertical-tabs .stats .bloc-stats .inside-stats .wording {
    width: 60%;
    padding-top: 10px;
  }
  .product .any-questions {
    text-align: center;
    display: block;
  }
  .product .any-questions > div {
    width: 100%;
  }
  .product .any-questions > div i {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .product .any-questions > div p {
    font-size: 1.4em;
  }
  .product .any-questions > div + div {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .product .page-title-content .description .description-title {
    font-size: 2.2em;
    line-height: 1.3em;
    height: auto;
  }
  .product h2.border-title {
    font-size: 1.5em;
  }
  .product h3.secondary-title {
    text-align: left;
    font-size: 1.1em;
  }
  .product #vertical-tabs {
    height: auto !important;
    margin: 0 0 60px;
  }
  .product #vertical-tabs ul {
    padding-left: 25px;
  }
  .product #vertical-tabs ul.accordion {
    padding-left: 0;
  }
  .product #vertical-tabs p, .product #vertical-tabs ul li {
    font-size: 0.9em;
  }
  .product #vertical-tabs .get-quote {
    text-align: center;
    padding-top: 10px;
  }
  .product #vertical-tabs .get-quote .btn {
    float: none;
  }
  .product #vertical-tabs .get-quote:before {
    display: none;
  }
  .product #vertical-tabs #documentation .grid-doc .bloc-doc {
    width: 94%;
    margin: 0 3% 20px;
  }
  .product #vertical-tabs #documentation .grid-doc .bloc-doc h3 {
    font-size: 1.1em;
  }
  .product #vertical-tabs #documentation .grid-doc .bloc-doc h3 i {
    margin-right: 10px;
  }
  .product #vertical-tabs #documentation .grid-doc .bloc-doc p, .product #vertical-tabs #documentation .grid-doc .bloc-doc .dwl {
    font-size: 0.9em;
  }
  .product #vertical-tabs #claims-informations .secondary-title.bullet-title {
    margin-left: 15px;
  }
  .product #vertical-tabs #claims-informations .bloc-claims:first-child {
    position: relative;
    margin-bottom: 0;
  }
  .product #vertical-tabs #claims-informations .bloc-claims:first-child:after {
    content: "";
    margin-top: 50px;
    display: block;
    height: 1px;
    background: #C5C4C4;
  }
  .product #vertical-tabs #claims-informations .how-claim .or {
    line-height: 30px;
    height: 30px;
    width: 30px;
    margin-top: -36px;
    margin-left: 45%;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 0.929em;
    background: white;
  }
  .product #vertical-tabs #claims-informations .how-claim .bloc-claims {
    text-align: center;
  }
  .product #vertical-tabs #claims-informations .how-claim .bloc-claims > * {
    margin-right: 15px;
    margin: 5px auto;
    display: block;
  }
  .product #vertical-tabs #claims-informations .how-claim .bloc-claims div {
    margin: 10px auto;
    font-size: 1.2em;
    height: 60px;
  }
  .product #vertical-tabs #claims-informations .how-claim .bloc-claims .btn {
    margin-right: 0;
    padding: 10px;
  }
  .product #vertical-tabs #claims-informations .how-claim .bloc-claims .big-tel {
    font-size: 2.3em;
    height: auto;
  }
  .product #vertical-tabs #claims-informations {
    padding: 0;
  }
  .product #vertical-tabs .stats .bloc-stats {
    width: 100%;
  }
  .product #vertical-tabs .stats .bloc-stats .inside-stats {
    margin-right: 0;
  }
  .product #vertical-tabs .stats .bloc-stats .inside-stats > div {
    float: left;
  }
  .product #vertical-tabs .stats .bloc-stats .inside-stats .big-number {
    width: 40%;
    margin: 0;
  }
  .product #vertical-tabs .stats .bloc-stats .inside-stats .wording {
    width: 60%;
    padding-top: 10px;
  }
  .product #vertical-tabs .stats .bloc-stats + .bloc-stats {
    border-left: 0;
    margin-top: 10px;
  }
  .product #vertical-tabs .stats .bloc-stats + .bloc-stats .inside-stats {
    margin-left: 0;
  }
  .product #vertical-tabs .reviews .side,
  .product #vertical-tabs .reviews .content {
    float: none;
    width: 100%;
    min-height: 28px;
    margin-left: 0;
  }
  .product #vertical-tabs .reviews .side .nb,
  .product #vertical-tabs .reviews .content .nb {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #D0D0D0;
  }
  .product #vertical-tabs .reviews .side img,
  .product #vertical-tabs .reviews .content img {
    width: 50%;
    float: left;
    margin-right: 20px;
  }
  .product #vertical-tabs .reviews .side img + strong,
  .product #vertical-tabs .reviews .content img + strong {
    padding-top: 0;
  }
  .product #vertical-tabs .reviews .all-reviews {
    border-top: 1px solid #D0D0D0;
  }
  .product #vertical-tabs .reviews .all-reviews + .side {
    display: none;
  }
  .product #vertical-tabs .reviews .content.review {
    clear: both;
    padding: 20px 0;
    border-top: none;
    margin-left: 0;
  }
  .product #vertical-tabs .reviews .currentPage {
    display: block;
  }
  .product #vertical-tabs .reviews .prev-review,
  .product #vertical-tabs .reviews .next-review {
    padding: 5px 10px;
    background-color: #EBEBEB;
    margin-bottom: 10px;
  }
  .product #vertical-tabs .reviews .pagination-review {
    background-color: #fff;
    top: 27px;
    width: 30px;
    left: 50%;
    margin-left: -10px;
    right: auto;
    z-index: 400;
    max-height: 0;
    overflow: hidden;
    padding-right: 10px;
  }
  .product #vertical-tabs .reviews .pagination-review ul li {
    display: block;
  }
  .product #vertical-tabs .reviews .pagination-review.open {
    max-height: 200px;
  }
  .product #main-product {
    text-align: center;
  }
  .product #main-product h1 {
    font-size: 1.4em;
  }
  .product #main-product h2 {
    font-size: 1.1em;
  }
  .product #main-product .infos-product > p {
    font-size: 0.9em;
  }
  .product #main-product .span8 {
    text-align: center;
    margin-top: 15px;
  }
  .product #main-product .span8 .span4 {
    text-align: left;
    position: relative;
    width: 100%;
    margin: 0;
  }
  .product #main-product .span8 .span4 + .span4 {
    height: 350px;
  }
  .product #main-product .span8 .span4 img {
    position: absolute;
    top: 160px;
    max-width: 100%;
  }
  .product #main-product > .row-fluid {
    position: relative;
    padding-top: 380px;
  }
  .product #main-product > .row-fluid > .span4 {
    position: absolute;
    top: -4px;
    left: 0;
  }
  .product #main-product #bloc-get-quote {
    text-align: left;
    margin-top: -62px;
  }
  .product #main-product #bloc-get-quote.no-promo {
    margin-top: -21px;
  }
  .product #main-product #bloc-get-quote .price > strong {
    width: 80%;
    font-size: 4em;
  }
  .product #main-product .any-questions {
    display: block;
  }
  .product #main-product .any-questions > div {
    display: flex;
    width: 210px;
    margin: 0 auto;
  }
  .product #main-product .any-questions > div > div {
    width: 155px;
  }
  .product #main-product .any-questions > div p {
    font-size: 1.6em;
  }
  .product #main-product .any-questions > div em {
    font-size: 0.9em;
  }
  .product #main-product .rating > span + div {
    font-size: 0.8em;
  }
  .product #main-product .rating > span + div + a {
    font-size: 0.9em;
  }
  .product .testimonial-simple {
    padding-top: 0;
  }
  .product .testimonial-simple .description p {
    font-size: 1.2em;
  }
  .product .swap {
    margin-top: 0;
    font-size: 0.9em;
  }
  .mono-product .page-title-content .description .description-title {
    font-size: 2.2em;
  }
  .product #faq h2,
  .product #claims-informations h2 {
    display: none;
  }
}
@media screen and (max-width: 700px) and (min-width: 600px) {
  .product #main-product .span8 .span4 + .span4 {
    margin-bottom: 220px;
  }
  .product #main-product #bloc-get-quote .price > span {
    font-size: 1.8em;
  }
  .product #main-product #bloc-get-quote .price > strong {
    font-size: 3em;
  }
}
.page-contact #main-content {
  position: relative;
}
.page-contact .page-center {
  position: relative;
}
.page-contact .page-title-content .description {
  left: 0;
}
.page-contact .notice .title {
  margin: 0;
}
.page-contact .box-contact-us {
  margin: 0 0 40px;
  padding-bottom: 50px;
  font-family: "bnpp-square-light", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.page-contact .box-contact-us .page-center {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-contact .box-contact-us .page-center.box-notice {
  font-size: 14px;
  margin-bottom: 40px;
}
.page-contact .box-contact-us p {
  margin: 0;
  display: inline-block;
}
.page-contact .box-contact-us .select {
  color: #3E3D3C;
}
.page-contact .box-contact-us .select select {
  background: #fff;
}
.page-contact .box-contact-us .choose {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.page-contact .content-accordion .panel {
  margin-bottom: 20px;
  padding: 20px;
  background: #C5C4C4;
}
.page-contact .content-accordion .panel .panel-header {
  padding-right: 30px;
  color: #3E3D3C;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.page-contact .content-accordion .panel .panel-header:focus,
.page-contact .content-accordion .panel .panel-header:hover {
  text-decoration: none;
}
.page-contact .content-accordion i.iconbt-collapse-black {
  background-position: -208px -367px;
}
.page-contact .content-accordion .active i.iconbt-collapse-black {
  background-position: -246px -367px;
}
.page-contact .content-accordion .panel-collapse {
  margin-top: 20px;
}
.page-contact .cols {
  width: 100%;
}
.page-contact .cols:before, .page-contact .cols:after {
  content: " ";
  display: table;
}
.page-contact .cols:after {
  clear: both;
}
.page-contact .contact-blocs {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
  background: #fff;
}
.page-contact .contact-blocs.bloc-claim {
  padding-bottom: 30px;
}
.page-contact .contact-blocs .contactBlocsIcon {
  position: absolute;
}
.page-contact .contact-blocs .title {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.714em;
  line-height: 1;
}
.page-contact .contact-blocs .desc-big {
  font-family: "bnpp-square-light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1;
}
.page-contact .contact-blocs .desc-medium {
  line-height: 1;
}
.page-contact .contact-blocs .desc-small {
  font-style: italic;
  line-height: 1;
}
.page-contact .contact-blocs .btn-medium {
  margin-bottom: 15px;
  padding: 12px 20px;
}
.page-contact .contact-blocs .online-status {
  position: absolute;
  display: block;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #00a66e;
  text-transform: uppercase;
}
.page-contact .contact-blocs .online-status .iconbt-chat-active {
  position: relative;
  top: 5px;
  margin-left: 5px;
}
.page-contact #main-content .border-title {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.page-contact .grey-bloc {
  margin-bottom: 50px;
  background: whitesmoke;
}
.page-contact .bloc-faq a {
  color: #3E3D3C;
  text-decoration: underline;
}
.page-contact .bloc-complaint {
  padding-bottom: 20px;
}
.page-contact .bloc-complaint .title {
  margin-bottom: 25px;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.286em;
}
.page-contact .bloc-complaint .desc {
  line-height: 22px;
}
.page-contact .bloc-complaint .step-list li {
  background: #fff;
}
.page-contact .bloc-complaint .step-list .step-title {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1;
}
.page-contact .bloc-complaint .step-list .step-content.tab {
  padding-left: 0;
}
.page-contact .bloc-complaint a {
  color: #3E3D3C;
  text-decoration: underline;
}
.page-contact .bloc-complaint .link-pdf {
  padding-left: 0;
}
.page-contact .bloc-complaint .link-pdf .iconbt-pdf {
  position: relative;
  top: -2px;
  margin-right: 4px;
}
.page-contact .box-engagement {
  padding: 30px 23px 25px;
}
.page-contact .box-engagement .col {
  margin: 0;
  padding: 0;
}
.page-contact .box-engagement .title {
  padding: 0;
  line-height: 1;
}
.page-contact .box-engagement li {
  margin-bottom: 12px;
  list-style-type: none;
}

@media (min-width: 768px) {
  .page-contact .page-title-content .description-title {
    font-size: 3.57em;
  }
  .page-contact .notice .title {
    font-size: 1.285em;
  }
  .page-contact .box-contact-us {
    font-size: 2em;
  }
  .page-contact .box-contact-us .select {
    min-width: 300px;
  }
  .page-contact .content-accordion .panel .panel-header {
    font-size: 2.143em;
  }
  .page-contact .content-accordion .panel-collapse {
    padding-top: 34px;
    border-top: 1px solid #BEBDBD;
  }
  .page-contact .contact-blocs .contactBlocsIcon {
    top: 25px;
    left: 25px;
  }
  .page-contact .contact-blocs .online-status {
    right: 30px;
    top: 38px;
  }
  .page-contact .contact-blocs .title {
    margin-bottom: 13px;
  }
  .page-contact .contact-blocs .desc-big {
    margin-bottom: 18px;
    font-size: 1.714em;
  }
  .page-contact .contact-blocs .desc-medium {
    margin-bottom: 18px;
    font-size: 1.143em;
  }
  .page-contact #main-content .border-title {
    font-size: 2.143em;
    margin-bottom: 22px;
    line-height: 16px;
  }
  .page-contact #main-content .border-title:after {
    margin-top: 25px;
  }
  .page-contact .grey-bloc {
    padding: 30px 60px 40px;
  }
  .page-contact .bloc-faq p {
    font-size: 1.143em;
    line-height: 28px;
  }
  .page-contact .bloc-complaint .desc {
    margin-bottom: 40px;
  }
  .page-contact .bloc-complaint .step-list li {
    margin-bottom: 12px;
    padding: 20px;
  }
  .page-contact .bloc-complaint .step-list .step-title {
    font-size: 1.714em;
  }
  .page-contact .box-engagement .title {
    font-size: 2.143em;
  }
  .page-contact .box-engagement .col-left {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .page-contact .box-engagement .col-right {
    float: right;
    width: 49%;
  }
}
@media (min-width: 980px) {
  .page-contact .page-title-content {
    height: 382px;
  }
  .page-contact .page-title-container .title-ctner,
  .page-contact .page-title-container .title {
    height: 382px;
  }
  .page-contact .page-title-content .description {
    top: 200px;
  }
  .page-contact .box-contact-us .select {
    position: relative;
    top: 10px;
    float: right;
  }
  .page-contact .content-accordion {
    margin-bottom: 80px;
  }
  .page-contact .content-accordion i.iconbt-collapse-black {
    top: -3px;
  }
  .page-contact .col-left {
    float: left;
    width: 50%;
  }
  .page-contact .col-right {
    float: right;
    width: 50%;
  }
  .page-contact .contact-blocs {
    min-height: 160px;
    padding: 30px 5px 5px 75px;
  }
  .page-contact .col-left .contact-blocs {
    margin-right: 10px;
  }
  .page-contact .col-right .contact-blocs {
    margin-left: 10px;
  }
}
@media (max-width: 979px) {
  .notice {
    max-width: 94%;
    margin: 0 3%;
  }
  .page-center.box-notice {
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .page-contact .page-title-content {
    height: 290px;
  }
  .page-contact .page-title-container .title-ctner,
  .page-contact .page-title-container .title {
    height: 290px;
  }
  .page-contact .page-title-content .description {
    top: 130px;
  }
  .page-contact .box-contact-us .page-center {
    padding: 0 3%;
  }
  .page-contact .box-contact-us .select {
    margin-top: 10px;
  }
  .page-contact .contact-blocs {
    padding: 30px 5px 17px 75px;
  }
  .page-contact .content-accordion {
    margin-bottom: 50px;
  }
  .page-contact .accordion .label {
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .mobile-hide {
    display: none;
  }
  .page-contact .navbar-toggle {
    margin: 17px 15px 0 0;
  }
  .page-contact .page-title-content {
    height: 195px;
    padding-bottom: 0;
  }
  .page-contact .page-title-container .title-ctner,
  .page-contact .page-title-container .title {
    height: 195px;
  }
  .page-contact .page-title-content .description {
    top: 100px;
  }
  .page-contact .page-title-content .description-title {
    font-size: 2.143em;
  }
  .page-contact .notice .title {
    font-size: 0.929em;
  }
  .page-contact .notice .text {
    font-size: 0.714em;
    line-height: 1;
  }
  .page-contact .box-contact-us {
    font-size: 1.214em;
    line-height: 1;
  }
  .page-contact .box-contact-us .select {
    margin-top: 15px;
  }
  .page-contact .content-accordion .panel .panel-header {
    padding-right: 25px;
    font-size: 1.429em;
    line-height: 25px;
  }
  .page-contact .contact-blocs {
    padding: 20px 5px 17px 58px;
  }
  .page-contact .contact-blocs .contactBlocsIcon {
    top: 14px;
    left: 9px;
  }
  .page-contact .contact-blocs .online-status {
    right: 25px;
    top: 25px;
  }
  .page-contact .contact-blocs .title {
    margin-bottom: 5px;
  }
  .page-contact .contact-blocs .desc-big {
    margin-bottom: 9px;
    font-size: 1.143em;
  }
  .page-contact .contact-blocs .desc-medium {
    margin-bottom: 10px;
    font-size: 0.857em;
  }
  .page-contact #main-content .border-title {
    display: block;
    margin-bottom: 15px;
    font-size: 1.429em;
    line-height: 1;
    text-align: center;
  }
  .page-contact #main-content .border-title:after {
    margin: 10px auto 0;
  }
  .page-contact .grey-bloc {
    padding: 15px 20px 20px;
  }
  .page-contact .bloc-faq p {
    margin: 0;
    text-align: center;
    font-size: 0.857em;
    line-height: 15px;
  }
  .page-contact .bloc-faq a {
    display: block;
    margin-top: 15px;
  }
  .page-contact .bloc-complaint .desc {
    margin-bottom: 25px;
  }
  .page-contact .bloc-complaint .desc {
    text-align: center;
  }
  .page-contact .bloc-complaint .step-list li {
    position: relative;
    padding: 20px 10px 20px 50px;
  }
  .page-contact .step-list .step > i[class^=iconbt-] {
    position: absolute;
    top: 17px;
    left: 12px;
  }
  .page-contact .bloc-complaint {
    margin-bottom: 30px;
    padding-top: 30px;
  }
  .page-contact .bloc-complaint .title {
    text-align: center;
  }
  .page-contact .bloc-complaint .step-list li {
    margin-bottom: 10px;
  }
  .page-contact .bloc-complaint .step-list .step-title {
    font-size: 1em;
  }
  .page-contact .bloc-complaint .step-list .step-content {
    margin-top: 15px;
    padding: 0;
  }
  .page-contact .bloc-complaint .step-list .step-content.tab {
    font-size: 0.857em;
  }
  .page-contact .bloc-complaint .contact-way {
    display: block;
  }
  .page-contact .box-engagement {
    margin: 10px 0 0;
    padding-top: 17px;
  }
  .page-contact .box-engagement .title {
    margin-bottom: 17px;
    font-size: 1.429em;
  }
  .page-contact .box-engagement .title:after {
    border-color: #fff;
    border-style: solid;
    border-width: 0 0 1px;
    content: "";
    display: block;
    margin-right: auto;
    margin-left: auto;
    height: 1px;
    margin-top: 11px;
    width: 35px;
  }
  .page-contact .box-engagement li {
    text-align: left;
  }
}
.page-corporate .testimonial-ctner {
  margin-bottom: 0;
}
.page-corporate .page-title-content .description .description-title {
  margin-top: 0;
}
.page-corporate h2.border-title {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.143em;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0 0 35px;
}
.page-corporate #vertical-tabs h2.border-title {
  color: #3E3D3C;
}
.page-corporate #vertical-tabs h2.border-title:after {
  border-color: #3E3D3C;
}
.page-corporate h3.secondary-title {
  text-transform: uppercase;
  font-size: 1.286em;
  margin: 20px 0;
}
.page-corporate #faq h3.secondary-title {
  margin: 2px 0;
}
.page-corporate #vertical-tabs {
  overflow: hidden;
  background-color: #F5F5F5;
}
.page-corporate #vertical-tabs .get-quote {
  min-height: 47px;
}
.page-corporate #vertical-tabs .get-quote .btn {
  float: right;
  font-size: 1.071em;
  padding: 10px 20px;
  text-shadow: none;
  position: relative;
  font-size: 15px;
  z-index: 20;
  border-radius: 0;
  background-color: #339BBE;
  background-image: none;
  box-shadow: 4px 4px 0 #287a96;
}
.page-corporate #vertical-tabs .get-quote .btn:hover {
  background-image: none;
  background-color: #287a96;
}
.page-corporate #vertical-tabs .get-quote small {
  float: left;
  font-size: 0.786em;
  color: #787776;
  padding-top: 5px;
}
.page-corporate #vertical-tabs #faq .panel {
  background-color: white;
  margin: 0;
  padding: 20px;
}
.page-corporate #vertical-tabs #faq .panel + .panel {
  margin: 2px 0 0;
}
.page-corporate #vertical-tabs #faq .panel i[class^=iconbt-collapse],
.page-corporate #vertical-tabs #faq .panel span[class^=iconbt-collapse] {
  top: 5px;
}
.page-corporate #vertical-tabs #faq .panel.active i[class^=iconbt-collapse], .page-corporate #vertical-tabs #faq .panel.active span[class^=iconbt-collapse] {
  top: 10px;
  background-position: -14px -390px;
}
.page-corporate #vertical-tabs #faq .panel-header {
  color: #3E3D3C;
  text-decoration: none;
}
.page-corporate #vertical-tabs #faq .panel-collapse {
  margin-top: 25px;
  padding-left: 30px;
}
.page-corporate #vertical-tabs .vertical-tab-content p {
  line-height: 1.5em;
  margin-bottom: 30px;
}
.page-corporate #vertical-tabs .vertical-tab-content ul {
  margin-bottom: 30px;
}
.page-corporate #vertical-tabs .vertical-tab-content ul li {
  line-height: 1.5em;
  margin-bottom: 10px;
}

.span9.col-md-9.bezug.firstcolumn{
  display:unset;
}
@media (min-width: 980px) {
  .page-corporate .page-title-content {
    height: 400px;
  }
  .page-corporate .page-title-container .title-ctner,
  .page-corporate .page-title-container .title {
    height: 400px;
  }
  .page-corporate .page-title-content .description {
    top: 200px;
  }
  .page-corporate #vertical-tabs .get-quote small {
    max-width: 75%;
  }
}
@media (max-width: 979px) {
  .page-corporate #vertical-tabs .page-center.narrow {
    padding: 0;
  }
  .page-corporate #vertical-tabs .get-quote {
    position: relative;
  }
  .page-corporate #vertical-tabs .get-quote:before, .page-corporate #vertical-tabs .get-quote:after {
    content: " ";
    display: table;
  }
  .page-corporate #vertical-tabs .get-quote:after {
    clear: both;
  }
  .page-corporate #vertical-tabs .get-quote:before {
    content: "";
    position: absolute;
    bottom: 20px;
    width: 100%;
    height: 0;
    border-top: 1px solid #BEBDBD;
  }
  .page-corporate #vertical-tabs .get-quote .small {
    float: none;
  }
  .page-corporate #vertical-tabs .get-quote .small + a {
    margin-top: 40px;
  }
  .page-corporate h2.border-title {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .page-corporate .page-title-content {
    height: 290px;
  }
  .page-corporate .page-title-container .title-ctner,
  .page-corporate .page-title-container .title {
    height: 290px;
  }
  .page-corporate .page-title-content .description {
    top: 130px;
  }
}
@media (max-width: 767px) {
  .page-corporate .page-title-content {
    height: 300px;
    padding-bottom: 0;
  }
  .page-corporate .page-title-container .title-ctner,
  .page-corporate .page-title-container .title {
    height: 300px;
  }
  .page-corporate .page-title-content .description {
    top: 100px;
  }
  .page-corporate .page-title-content .description .description-title {
    font-size: 3.2em;
    line-height: 1.6em;
    height: auto;
  }
  .page-corporate h2.border-title {
    font-size: 1.5em;
  }
  .page-corporate h3.secondary-title {
    text-align: left;
    font-size: 1.1em;
  }
  .page-corporate #vertical-tabs {
    height: auto !important;
    margin: 0 0 60px;
  }
  .page-corporate #vertical-tabs ul {
    padding-left: 25px;
  }
  .page-corporate #vertical-tabs ul.accordion {
    padding-left: 0;
  }
  .page-corporate #vertical-tabs p, .page-corporate #vertical-tabs ul li {
    font-size: 0.9em;
  }
  .page-corporate #vertical-tabs .get-quote {
    text-align: center;
    padding-top: 10px;
  }
  .page-corporate #vertical-tabs .get-quote .btn {
    float: none;
  }
  .page-corporate #vertical-tabs .get-quote:before {
    display: none;
  }
  .page-corporate #faq h2 {
    display: none;
  }
}
.landing {
  color: #41403f;
}
.landing .control-group {
  max-width: 100%;
}
.landing .horizontal-form .row-fluid select {
  width: 100%;
  height: 38px;
}
.landing .span1, .landing .span2, .landing .span3, .landing .span4, .landing .span5, .landing .span6, .landing .span7, .landing .span8, .landing .span9, .landing .span10, .landing .span11, .landing .span12 {
  float: left;
  margin-left: 0;
}
.landing .chosen-container {
  width: 100%;
}
.landing select {
  margin-bottom: 0px;
}
.landing input, .landing select .chosen-container {
  color: #3E3D3C !important;
}
.landing .lang-banner {
  margin-bottom: 20px;
}
.landing #call-us {
  float: right;
  padding-top: 5px;
  padding-right: 15px;
  background-image: url(../images/master/visual/landing-page/pictoCall.gif);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 1em;
  padding-left: 35px;
  text-align: left;
  margin-top: 5px;
  padding-top: 13px;
}
.landing #call-us .num {
  font-size: 1.35em;
  text-decoration: none;
  color: #41403F;
}
.landing #call-us p:first-child {
  margin-bottom: 0px;
}
.landing #call-us p:last-child {
  font-size: 0.55em;
  color: #919191;
  font-family: arial, helvetica;
  font-style: italic;
}
.landing #title {
  display: none;
}
.landing #title_chosen {
  width: auto !important;
}
.landing .brand-square-light {
  font-family: "bnpp-square-light", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.landing .brand-square-regular {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.landing .brand-square-bold {
  font-family: "bnpp-square-bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.landing .brand-square-cond {
  font-family: "bnpp-square-condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.landing .clearfix:after {
  content: "";
  display: table;
}
.landing .clearfix:after {
  clear: both;
}
.landing .black {
  position: fixed;
  width: 100%;
  height: 200%;
  z-index: 99;
  background-color: black;
  opacity: 0.8;
}
.landing .footer-content {
  background-color: #3e3d3c;
  margin-top: -25px;
}
.landing #pre-header {
  background-color: #3E3D3C;
  background-position: center top;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.6em;
  color: #b0b0b0;
  text-align: center;
}
.landing #link-fin-footer {
  bottom: 0;
  width: 95%;
  max-width: 1100px;
  margin: auto;
  overflow: auto;
}
.landing #link-fin-footer div {
  background-color: #ffffff;
  background-image: url(../images/master/visual/landing-page/btnBottom.jpg);
  background-repeat: no-repeat;
  background-position: 13px center;
  font-size: 1em;
  color: #3e3d3c;
  text-decoration: none;
  display: block;
  width: 190px;
  text-align: center;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 35px;
  float: right;
  cursor: pointer;
  cursor: hand;
}
.landing #conteneur {
  width: 95%;
  max-width: 975px;
  margin: auto;
}
.landing #conteneur .header {
  margin-top: 20px;
}
.landing #conteneur .header .navbar-brand {
  float: left;
  margin-left: -10px;
}
.landing #conteneur .conteneur-formulaire {
  position: relative;
  margin-top: 85px;
  height: 600px;
}
.landing #conteneur .conteneur-formulaire #image {
  position: absolute;
  left: 0;
  z-index: 1;
  background-color: #c8d5d5;
  width: 65%;
  max-width: 635px;
  margin-top: 25px;
}
.landing #conteneur .conteneur-formulaire #image h1 {
  text-align: left;
  padding-left: 25px;
  padding-top: 15px;
  padding-bottom: 25px;
  font-size: 2.5em;
  line-height: 100%;
}
.landing #conteneur .conteneur-formulaire #image h1 span {
  color: #339BBE;
}
.landing #conteneur .conteneur-formulaire #image img {
  position: absolute;
  right: 13%;
  top: 30px;
}
.landing #conteneur .conteneur-formulaire #image #plv {
  background-image: url("../images/master/visual/landing-page/plv.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center bottom;
  width: 100%;
  height: 440px;
}
.landing #conteneur .conteneur-formulaire #formulaire {
  width: 362px;
  position: absolute;
  right: 0;
  z-index: 99;
  background-color: #5bc0de;
}
.landing #conteneur .conteneur-formulaire #formulaire .titre.clearfix.brand-square-cond {
  display: flex;
  width: 101%;
  margin-left: -1px;
}
.landing #conteneur .conteneur-formulaire #formulaire .titre h2 {
  display: inline-block;
  color: white;
  text-align: center;
  vertical-align: top;
  padding-bottom: 3%;
}
.landing #conteneur .conteneur-formulaire #formulaire .titre h2:first-child {
  background-color: #339BBE;
  width: 38%;
  font-size: 1.85em;
  padding-top: 50px;
  height: 37px;
  line-height: 18px;
  margin: 0px;
}
.landing #conteneur .conteneur-formulaire #formulaire .titre h2:first-child span {
  font-size: 3.2em;
}
.landing #conteneur .conteneur-formulaire #formulaire .titre h2:last-child {
  background-color: #287a96;
  width: 61%;
  font-size: 0.92em;
  padding-top: 30px;
  height: 57px;
  line-height: 16px;
}
.landing #conteneur .conteneur-formulaire #formulaire .titre h2:last-child span {
  display: block;
  font-size: 2em;
  margin-top: 10px;
}
.landing #conteneur .conteneur-formulaire #formulaire h3 {
  text-align: center;
  font-size: 1.5em;
  line-height: 110%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0 25px;
}
.landing #conteneur .conteneur-formulaire #formulaire .row-fluid {
  margin-left: 55px;
  margin-bottom: 10px;
  position: relative;
}
.landing #conteneur .conteneur-formulaire #formulaire .row-fluid input {
  width: 100%;
  color: #3e3d3c;
}
.landing #conteneur .conteneur-formulaire #formulaire .row-fluid .chosen-single {
  width: 100%;
  color: #3E3D3C;
}
.landing #conteneur .conteneur-formulaire #formulaire .row-fluid .chosen-single div b {
  max-width: 35px;
  float: right;
}
.landing #conteneur .conteneur-formulaire #formulaire .btn {
  display: block;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.4em;
}
.landing #conteneur #advantages h2 {
  font-size: 1.6em;
  margin-top: 45px;
  line-height: 16px;
  margin-bottom: 10px;
  text-align: center;
}
.landing #conteneur #advantages #ligne {
  display: block;
  width: 30px;
  height: 1px;
  border-bottom: 1px solid #3e3d3c;
  margin: auto;
  margin-bottom: 25px;
}
.landing #conteneur #advantages ul {
  padding: 0;
  margin: 0;
  width: 95%;
  max-width: 975px;
  margin: auto;
  margin-bottom: 60px;
}
.landing #conteneur #advantages ul li {
  list-style-type: none;
  display: inline-block;
  width: 30%;
  margin-right: 4%;
  vertical-align: top;
}
.landing #conteneur #advantages ul li:last-child {
  margin-right: 0px;
}
.landing #conteneur #advantages ul li p {
  font-size: 1.22em;
  padding: 15px;
  color: #787776;
  line-height: 110%;
}
.landing #conteneur #advantages ul li img {
  width: 100%;
}
.landing #conteneur #why ul {
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: #e6e6e6;
  margin-top: 50px;
  position: relative;
  z-index: 99;
}

@media (min-width: 980px) {
  .landing .hide-desktop {
    display: none !important;
  }
  .landing #formulaire-base {
    padding-left: 0 !important;
    margin-right: 0 !important;
  }
  .landing #move-lien-left {
    padding-left: 0 !important;
  }
  .landing #conteneur .conteneur-formulaire {
    margin-bottom: 50px;
  }
  .landing #conteneur .conteneur-formulaire #formulaire .titre h2:last-child {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .landing .hide-tablette {
    display: none !important;
  }
  .landing #conteneur #why ul {
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: #e6e6e6;
    margin-top: 50px;
    position: relative;
    z-index: 99;
  }
  .landing #conteneur #why ul li {
    font-size: 0.55em;
  }
  .landing #conteneur #why ul li:first-child {
    font-size: 0.55em;
  }
  .landing #conteneur .conteneur-formulaire {
    height: auto;
  }
  .landing #conteneur .conteneur-formulaire #formulaire {
    position: static;
    width: 96%;
    margin: auto;
    margin-top: -60px;
  }
  .landing #conteneur .conteneur-formulaire #formulaire .titre h2:first-child {
    padding-bottom: 10px;
    padding-top: 25px;
    height: 25px;
    font-size: 1.6em;
    width: 30%;
  }
  .landing #conteneur .conteneur-formulaire #formulaire .titre h2:first-child span {
    font-size: 2.55em;
  }
  .landing #conteneur .conteneur-formulaire #formulaire .titre h2:last-child {
    padding-bottom: 10px;
    padding-top: 20px;
    height: 30px;
    width: 69%;
    margin-top: 0 !important;
  }
  .landing #conteneur .conteneur-formulaire #formulaire .titre h2:last-child span {
    display: inline-block;
    padding-left: 3px;
    white-space: nowrap;
    word-break: keep-all;
    margin-top: 5px;
  }
  .landing #conteneur .conteneur-formulaire #formulaire .titre h2 h3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .landing #conteneur .conteneur-formulaire #formulaire .formulaire-left {
    float: left;
    width: 45%;
  }
  .landing #conteneur .conteneur-formulaire #formulaire .formulaire-right {
    float: left;
    width: 45%;
  }
  .landing #conteneur .conteneur-formulaire #formulaire .row-fluid input {
    width: 75%;
  }
  .landing #conteneur .conteneur-formulaire #formulaire .row-fluid .aui-field-select {
    width: 75%;
  }
  .landing #conteneur .conteneur-formulaire #formulaire .row-fluid div {
    width: 100%;
  }
  .landing #conteneur .conteneur-formulaire #formulaire .btn {
    float: right;
    margin-right: 15%;
  }
  .landing #conteneur .conteneur-formulaire #image {
    position: static;
    width: 100%;
    max-width: 900px;
  }
  .landing #conteneur .conteneur-formulaire #image #plv {
    background-size: auto 113%;
  }
  .landing #conteneur .conteneur-formulaire #image h1 {
    font-size: 2.4em;
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .landing #conteneur .conteneur-formulaire #image img {
    top: 15px;
    right: 4%;
  }
  .landing #conteneur #advantages ul li {
    width: 32%;
    margin-right: 1%;
  }
  .landing #conteneur #advantages ul li p {
    font-size: 1em;
    padding: 10px;
  }
  .landing #formulaire-base {
    padding-left: 0 !important;
    margin-right: 0 !important;
  }
  .landing #move-lien-left {
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  body {
    min-width: 320px;
    overflow-x: hidden;
  }
  #landing {
    margin-top: 20px;
  }
  .landing .top-header {
    top: 75px;
    z-index: 2;
  }
  .landing .hide-mobile {
    display: none !important;
  }
  .landing #title {
    -moz-box-sizing: border-box;
    border: 1px solid #B2B2B2;
    box-shadow: 1px 1px 2px 1px rgba(243, 241, 238, 0.71) inset;
    color: #3E3D3C;
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 16px;
    margin-top: -36px;
    padding: 9px 11px;
    width: 150px;
    background: transparent;
    -webkit-appearance: none;
    background-color: white;
  }
  .landing #title2 {
    -moz-box-sizing: border-box;
    border: 1px solid #B2B2B2;
    box-shadow: 1px 1px 2px 1px rgba(243, 241, 238, 0.71) inset;
    color: #3E3D3C;
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 16px;
    margin-top: -36px;
    padding: 9px 11px;
    width: 150px;
    background: transparent;
    -webkit-appearance: none;
    background-color: white;
  }
  .landing .contenu-formulaire .btn {
    display: block;
    width: 90%;
    margin: auto;
    height: 60px;
    max-width: 300px;
    font-size: 1.4em;
  }
  .landing .contenu-formulaire h4 {
    text-align: center;
    display: block;
    width: 100%;
    border-top: 1px solid #ffffff;
    margin-top: 40px;
  }
  .landing .contenu-formulaire h4 span {
    display: block;
    margin: auto;
    width: 30px;
    height: 25px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #ffffff;
    font-size: 0.85em;
    text-align: center;
    padding-top: 5px;
    margin-top: -15px;
    margin-bottom: 15px;
  }
  .landing .contenu-formulaire h3 {
    text-align: center;
    font-size: 1.4em;
    line-height: 110%;
  }
  .landing .contenu-formulaire h2 {
    color: #FFFFFF;
    text-align: center;
    background-color: #287a96;
    font-size: 1em;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 30px;
    width: 100%;
    line-height: 15px;
  }
  .landing .contenu-formulaire h2 span {
    font-size: 2.15em;
    display: block;
    margin-top: 15px;
  }
  .landing .contenu-formulaire .btn-wish {
    display: block;
    width: 120%;
    margin: auto;
    height: 60px;
    max-width: 300px;
    margin-top: 20px;
    margin-left: -22px;
  }
  .landing #conteneur {
    width: 100%;
    overflow-x: hidden;
  }
  .landing #conteneur .header {
    background-color: #C8D5D5;
    margin: 0;
    position: absolute;
    top: 85px;
    z-index: 9;
    padding-left: 15px;
  }
  .landing #conteneur .conteneur-formulaire {
    margin: 0;
    height: 470px;
  }
  .landing #conteneur .conteneur-formulaire .contenu-formulaire {
    height: 720px;
    position: fixed;
    z-index: 101;
    top: 0;
    padding: 15px;
    padding-top: 80px;
    right: 0;
    width: 80%;
    background-color: #ebebeb;
  }
  .landing #conteneur .conteneur-formulaire #formulaire-base .row-fluid {
    margin-left: 45px;
  }
  .landing #conteneur .conteneur-formulaire #formulaire-base .row-fluid input {
    width: 75%;
  }
  .landing #conteneur .conteneur-formulaire #formulaire-base .row-fluid select {
    width: 75%;
  }
  .landing #conteneur .conteneur-formulaire #image {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  .landing #conteneur .conteneur-formulaire #image h1 {
    padding-top: 153px;
    padding-left: 15px;
    font-size: 1.5em;
  }
  .landing #conteneur .conteneur-formulaire #image h1 .insurance {
    display: block;
  }
  .landing #conteneur .conteneur-formulaire #image img {
    position: absolute;
    left: 40%;
    top: 185px;
    width: 54px;
  }
  .landing #conteneur .conteneur-formulaire #image #plv {
    height: 245px;
    margin-top: 10px;
  }
  .landing #conteneur .conteneur-formulaire #formulaire {
    width: 100%;
  }
  .landing #conteneur .conteneur-formulaire #formulaire #formulaire-base {
    margin-right: 0px;
    right: 0px;
  }
  .landing #conteneur .conteneur-formulaire #formulaire #formulaire-base h3 {
    font-size: 0.9em;
  }
  .landing #conteneur .conteneur-formulaire #formulaire .titre #move-lien-left {
    padding-left: 55px;
  }
  .landing #conteneur .conteneur-formulaire #formulaire .titre h2:last-child {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 102;
    width: 95%;
    padding-top: 14px;
    padding-bottom: 10px;
    height: 51px;
    text-align: left;
    padding-left: 5%;
    line-height: 45px;
    margin-top: 0;
  }
  .landing #conteneur .conteneur-formulaire #formulaire .titre h2:last-child.mobile-move-lien-left {
    line-height: 23px;
  }
  .landing #conteneur .conteneur-formulaire #formulaire .titre h2:last-child span {
    display: inline-block;
    padding-left: 3px;
    margin-top: 0;
  }
  .landing #conteneur .conteneur-formulaire #formulaire .titre h2:last-child .lien-right {
    display: block !important;
    padding: 0;
    margin: 0;
    position: absolute;
    right: -100%;
    top: 0;
    background-image: url(../images/master/visual/landing-page/topMobile.png);
    background-repeat: no-repeat;
    width: 71px;
    height: 73px;
    cursor: pointer;
    cursor: hand;
    z-index: 100;
  }
  .landing #conteneur .conteneur-formulaire #formulaire .titre h2:last-child .lien-left {
    display: block !important;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/master/visual/landing-page/topMobileLeft.png);
    background-repeat: no-repeat;
    width: 45px;
    height: 73px;
    cursor: pointer;
    margin-left: 0;
    z-index: 100;
  }
  .landing #conteneur .conteneur-formulaire #formulaire .titre h2:first-child {
    font-size: 1.1em;
    height: 25px;
    padding: 34px 5px 12px;
    position: absolute;
    right: 0;
    top: 152px;
    width: 20%;
    z-index: 10;
  }
  .landing #conteneur #advantages h2 {
    font-size: 1.5em;
    line-height: 30px;
    margin-top: 70px;
  }
  .landing #conteneur #advantages h2 span {
    display: block;
  }
  .landing #conteneur #advantages ul {
    background-color: #ebebeb;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  .landing #conteneur #advantages ul li {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: auto;
    margin-bottom: 35px;
  }
  .landing #conteneur #advantages ul li:last-child {
    margin: auto;
  }
  .landing #conteneur #advantages ul li p {
    background-color: #FFFFFF;
    margin: -25px auto auto;
    padding: 3%;
    position: relative;
    width: 85%;
    z-index: 12;
  }
  .landing #formulaire-mobile {
    width: 100%;
    background-color: #ebebeb;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .landing #formulaire-mobile .row-fluid {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .landing #formulaire-mobile > div {
    margin: auto;
    max-width: 250px;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .landing #conteneur .conteneur-formulaire #formulaire .titre h2:last-child {
    font-size: 11px;
    line-height: 20px;
  }
  .landing #conteneur .conteneur-formulaire #formulaire .titre h2:last-child span.brand-square-cond {
    display: block !important;
  }
}
.editor-content {
  color: black;
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 50px auto;
}
.editor-content h1, .editor-content h2, .editor-content h3 {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.editor-content h1 {
  color: #339BBE;
}
.editor-content h1, .editor-content h2 {
  font-size: 30px;
  line-height: 35px;
  font-weight: normal;
  margin: 20px 0;
}
.editor-content h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: normal;
  margin: 15px 0;
}
.editor-content h4 {
  margin: 15px 0;
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.editor-content p {
  margin: 0 0 20px 0;
}
.editor-content p a {
  color: #339BBE;
}
.editor-content blockquote {
  padding: 20px;
  border-left: none;
  background: #F4F4F4;
  margin: 0 0 20px 0;
}
.editor-content blockquote p {
  margin: 0;
  line-height: 16px;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
}
.editor-content blockquote p:first-child {
  margin: 0 0 20px 0;
}
.editor-content blockquote p strong {
  font-style: normal;
}
.editor-content ul {
  padding-left: 20px;
  margin: 0 0 20px 0;
  list-style-type: none;
}
.editor-content ul li {
  margin-bottom: 5px;
  position: relative;
}
.editor-content ul li:before {
  top: 0;
  left: -15px;
  content: "•";
  position: absolute;
  color: #339BBE;
  font-size: 25px;
}

.taglib-social-bookmarks {
  background-color: transparent;
}
.taglib-social-bookmarks .unstyled {
  margin: 0;
  padding: 0;
}
.taglib-social-bookmarks .unstyled .taglib-social-bookmark-print a,
.taglib-social-bookmarks .unstyled .taglib-social-bookmark-email a {
  border-radius: 2px;
  background: #DFDEDC;
  color: #3E3D3C;
  font-family: "bnpp-square-bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  line-height: 40px;
  padding: 0 20px;
  font-size: 16px;
}
.taglib-social-bookmarks .unstyled .taglib-social-bookmark-print a:hover,
.taglib-social-bookmarks .unstyled .taglib-social-bookmark-email a:hover {
  color: white;
  background: #999;
}
.taglib-social-bookmarks .unstyled .taglib-social-bookmark-email {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .editor-content {
    padding: 0 10px;
  }
}
.search-block {
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  background: #F4F4F4;
  font-weight: bold;
}
.search-block .select-list {
  width: 25%;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}
.search-block .select-list ul {
  display: none;
  position: absolute;
  margin: -1px 0 0 0;
  padding: 20px 0;
  z-index: 10;
  width: 100%;
  top: 40px;
}
.search-block .select-list ul li {
  padding: 0 20px;
  margin-bottom: 5px;
}
.search-block .select-list ul li a {
  color: black;
}
.search-block .select-list ul li a:hover {
  color: black;
}
.search-block .select-list ul li a:hover, .search-block .select-list ul li a:focus, .search-block .select-list ul li a:active {
  text-decoration: none;
}
.search-block .select-list .toggle-list {
  width: 100%;
  display: block;
  background: white;
  border-radius: 5px;
  border: 1px solid #C7C7C7;
  position: relative;
  line-height: 40px;
  color: black;
}
.search-block .select-list .toggle-list:hover {
  color: black;
}
.search-block .select-list .toggle-list:after {
  top: 0;
  right: 20px;
  content: "\f078";
  position: absolute;
  font-family: "FontAwesome";
  font-size: 10px;
  color: black;
}
.search-block .select-list .toggle-list:hover, .search-block .select-list .toggle-list:focus, .search-block .select-list .toggle-list:active {
  text-decoration: none;
}
.search-block .select-list .toggle-list span {
  display: block;
  margin: 0 50px 0 20px;
  border-right: 1px solid #C7C7C7;
}
.search-block .select-list.open ul {
  display: block;
  background: white;
  list-style: none;
  border: 1px solid #C7C7C7;
  border-width: 0 1px 1px 1px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-block .select-list.open .toggle-list:after {
  content: "";
}
.search-block .select-list.open .toggle-list span {
  border-right: none;
}
.search-block form {
  margin: 0;
}
.search-block form label {
  margin: 0 25px 0 0;
  display: inline-block;
  font-weight: bold;
}
.search-block form label input[type=radio] {
  margin: 0 10px 0 0;
}
.search-block .results {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.search-block .results li {
  display: inline;
  margin-right: 25px;
  padding-left: 30px;
  position: relative;
}
.search-block .results li:before {
  left: 0;
  top: -3px;
  content: "✕";
  position: absolute;
  color: #009058;
  border: 1px solid #808080;
  padding: 0 5px 5px 3px;
  border-radius: 5px;
  text-align: center;
  background: white;
  height: 15px;
  width: 10px;
}

.news-item {
  padding: 30px 0;
  border-bottom: 1px dashed #808080;
  display: block;
  overflow: auto;
}
.news-item:hover, .news-item:focus, .news-item:active {
  text-decoration: none;
}
.news-item img {
  float: left;
  margin-right: 20px;
  max-width: 300px;
}
.news-item h3 {
  margin: 0;
  color: black;
  font-weight: normal;
  font-family: "bnpp-square-condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 25px;
  font-size: 25px;
}
.news-item .date {
  font-size: 18px;
  font-family: "bnpp-square-condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #3E3D3C;
}
.news-item p {
  color: black;
  margin: 20px 0;
}
.news-item .tags {
  color: black;
  font-weight: bold;
}
.news-item .tags span {
  color: #009058;
}

.pagination {
  padding: 20px 0;
  max-width: 950px;
  margin: 0 auto;
}
.pagination ul {
  margin: 0;
  box-shadow: none;
  text-align: center;
  width: 100%;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li a, .pagination ul li span {
  border: none;
  background: none;
  color: #009058;
  font-family: "bnpp-square-condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 30px;
}
.pagination ul li a:hover, .pagination ul li a:focus, .pagination ul li span:hover, .pagination ul li span:focus {
  color: #999;
  background: none;
}
.pagination ul li.active span {
  color: #3E3D3C;
  background-color: transparent;
}
.pagination ul li.disabled a {
  color: #3E3D3C;
}
.pagination ul li.disabled a:hover {
  color: #3E3D3C;
}
.pagination ul li:last-child, .pagination ul li:first-child {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .search-block .select-list {
    width: 45%;
  }
  .search-block form label {
    margin: 0 15px 0 0;
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .search-block {
    margin: 0 10px 10px 10px;
  }
  .search-block .select-list {
    width: 100%;
    margin-right: 0;
  }
  .search-block form label {
    margin: 0 15px 0 0;
    width: 40%;
  }
  .news-item {
    margin: 0 10px;
    padding: 20px 10px;
    text-align: center;
  }
  .news-item img {
    float: none;
    margin: 0 0 20px 0;
  }
  .pagination {
    margin: 0 10px;
  }
}
.checkout #offers tbody i.iconbt-list-corpo {
  height: 15px;
}
.checkout .conditions .help-inline {
  position: absolute;
  top: 80px;
}
.checkout .conditions .help-inline:before {
  display: none;
}
.checkout .option.selected {
  border: 5px solid #53b1d1;
  background-color: #cce8f1;
}
.checkout .option.selected:hover {
  border: 5px solid #53b1d1;
  background-color: #cce8f1;
}
.checkout .option.selected label:before {
  background-position: 0 -640px;
}
.checkout .option.selected label > span {
  color: #339BBE;
  font-size: 0.7em;
  line-height: normal;
  text-transform: none;
  display: inline;
}
.checkout .option {
  margin-bottom: 10px;
  margin-right: 0;
  border: 5px solid whitesmoke;
  background-color: whitesmoke;
}
.checkout .option:hover {
  border: 5px solid #B2B1B1;
  background-color: white;
}
.checkout .option p {
  padding: 0 10px 10px;
  width: 80%;
}
.checkout .option label {
  font-weight: normal;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  float: left;
  position: relative;
  padding-left: 50px;
  line-height: 60px;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.286em;
  text-transform: uppercase;
}
.checkout .option label:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -12px;
  width: 25px;
  height: 24px;
  background-image: url("../images/master/picto/sprite-blue.png");
  background-repeat: no-repeat;
  background-position: -25px -640px;
}
.checkout .steps-breadcrumb {
  margin: -40px 0 10px;
}
.checkout h2.border-title {
  display: block;
  line-height: 16px;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.143em;
  font-weight: 400;
  margin: 35px 0 25px;
}
.checkout h2.border-title .aside {
  font-size: 0.476em;
}
.checkout .checkout-box {
  padding: 35px 50px 30px 25px;
  margin-bottom: 15px;
  background-color: #EBEBEB;
}
.checkout .checkout-box .secondary-title {
  padding-left: 25px;
}
.checkout .checkout-box select,
.checkout .checkout-box input[type=text],
.checkout .checkout-box input[type=email],
.checkout .checkout-box input[type=password] {
  width: 100%;
  margin: 0;
}
.checkout .checkout-box .uploadFile {
  cursor: pointer;
}
.checkout .checkout-box select {
  height: 36px;
  line-height: 36px;
}
.checkout .checkout-box .control-group {
  margin: 0;
}
.checkout .checkout-box .row-fluid > :first-child .radio-ctner,
.checkout .checkout-box .row-fluid > :first-child .checkbox-ctner {
  padding-left: 50px;
}
.checkout .checkout-box .span8 > span {
  margin-left: 50px;
}
.checkout .checkout-box .row-fluid {
  position: relative;
  margin-left: 35px;
}
.checkout .checkout-box .row-fluid.no-margin {
  margin-bottom: 0;
}
.checkout .checkout-box .browse-file {
  padding: 10px;
  margin-left: 25px;
  vertical-align: middle;
}
.checkout .slider-container {
  margin-left: 2.89%;
  width: 65.32%;
}
.checkout .box-infos {
  margin-left: 2.89%;
}
.checkout .radio-fields .radio-ctner,
.checkout .radio-fields .checkbox-ctner {
  margin-left: 25px;
}
.checkout .radio-ctner,
.checkout .checkbox-ctner {
  color: #5f5f5f;
}
.checkout .radio-ctner label,
.checkout .checkbox-ctner label {
  max-width: 80%;
}
.checkout .btn.next {
  padding: 15px 60px;
  margin: 10px 0 30px;
  border-radius: 0;
  background-color: #339BBE;
  background-image: none;
  box-shadow: 4px 4px 0 #287a96;
}
.checkout .btn.next:hover {
  background-image: none;
  background-color: #287a96;
}
.checkout .checkout-step {
  padding-bottom: 15px;
}
.checkout .row-fluid .accordion .panel {
  margin-bottom: 10px;
  background-color: #F5F5F5;
}
.checkout .row-fluid .accordion .panel .iconbt-collapse-open-circle-grey {
  top: 22px;
  right: 15px;
}
.checkout .row-fluid .accordion .panel.active .iconbt-collapse-open-circle-grey {
  background-position: -246px -367px;
}
.checkout .row-fluid .accordion .panel .panel-header {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.143em;
  line-height: normal;
  color: #3E3D3C;
  text-decoration: none;
  padding: 10px 20px 15px;
}
.checkout .row-fluid .accordion .panel .panel-header span {
  display: inline-block;
  margin-bottom: 10px;
}
.checkout .row-fluid .accordion .panel .panel-collapse {
  margin: 0 15px;
  padding-bottom: 25px;
  border-top: 1px solid #B2B1B1;
}
.checkout .row-fluid .accordion .panel .panel-collapse h3 {
  margin: 0;
  padding: 25px;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.286em;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16px;
}
.checkout .row-fluid .accordion .panel .panel-collapse h3 a {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.778em;
  color: #339BBE;
  text-decoration: underline;
  padding-left: 10px;
  text-transform: none;
}
.checkout .row-fluid .accordion .panel .panel-collapse p + h3 {
  margin-top: 25px;
  border-top: 1px solid #B2B1B1;
  line-height: 16px;
}
.checkout .row-fluid .accordion .panel .panel-collapse p {
  line-height: 1.5em;
  padding: 0 50px;
}
.checkout .row-fluid .accordion .panel .panel-collapse .fake-list p {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 10px;
}
.checkout .row-fluid .accordion .panel .panel-collapse .fake-list p span {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: block;
  color: #339BBE;
}
.checkout .row-fluid .accordion .panel .panel-collapse .fake-list ul {
  list-style-type: none;
  margin-top: -10px;
}
.checkout .row-fluid .accordion .panel .panel-collapse .fake-list ul li {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: block;
  color: #339BBE;
  line-height: 1.5em;
  padding: 0 25px;
}
.checkout .row-fluid .accordion .panel .panel-collapse#accordion-content-2 > div {
  margin: 25px 0;
}
.checkout .row-fluid .accordion .panel .panel-collapse#accordion-content-2 > div table {
  width: 100%;
}
.checkout .row-fluid .accordion .panel .panel-collapse#accordion-content-2 > div table tbody th {
  width: 28%;
}
.checkout .row-fluid .accordion .panel .panel-collapse#accordion-content-2 > div table tbody td {
  width: 24%;
}
.checkout .row-fluid .accordion .panel .panel-collapse small {
  font-size: 0.786em;
  color: #787776;
}

#checkout-step-4 .iconbt-error,
#checkout-step-4 .iconbt-valid {
  display: none;
}

.checkout-step {
  position: relative;
}

.quotation {
  position: relative;
}
.quotation .cookies-banner {
  top: -72px;
}
.quotation .fakebg {
  position: absolute;
  width: 100%;
  height: 280px;
  top: 567px;
  background-color: #F5F5F5;
}
.quotation h2.border-title {
  float: left;
}
.quotation .quotation-number {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.286em;
  padding-top: 35px;
}
.quotation .quotation-number span {
  color: #339BBE;
}
.quotation .aside-block + p, .quotation .accordion .panel-header + p, .accordion .quotation .panel-header + p {
  line-height: 1.5em;
  padding-bottom: 40px;
  margin: 0;
}
.quotation .main-price,
.quotation .secondary-price {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.286em;
  text-transform: uppercase;
  background-color: #E2E2E2;
}
.quotation .main-price > span,
.quotation .secondary-price > span {
  float: left;
  line-height: 60px;
  padding-left: 15px;
}
.quotation .main-price > span span,
.quotation .secondary-price > span span {
  color: #339BBE;
  font-size: 0.7em;
  line-height: normal;
  text-transform: none;
  display: none;
}
.quotation .main-price .aside,
.quotation .secondary-price .aside {
  font-family: "bnpp-square-condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #339BBE;
  font-size: 2.222em;
  padding: 15px 15px 0 0;
  line-height: 1em;
}
.quotation .main-price .aside span,
.quotation .secondary-price .aside span {
  font-size: 0.625em;
  color: #3E3D3C;
  text-transform: none;
}
.quotation .secondary-price {
  background-color: transparent;
}
.quotation .intro {
  padding: 10px 15px 20px;
  line-height: 1.5em;
  background-color: #F5F5F5;
}
.quotation .intro p {
  width: 80%;
  padding-bottom: 25px;
  margin: 0;
}
.quotation .intro p.checked {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #339BBE;
  padding-bottom: 0;
  margin: 0;
}
.quotation .intro p.checked:before, .quotation .intro p.checked:after {
  content: " ";
  display: table;
}
.quotation .intro p.checked:after {
  clear: both;
}
.quotation .intro p.checked i {
  position: relative;
  margin: 0 5px 5px 0;
  float: left;
}
.quotation .intro .rating {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-top: 30px;
  line-height: 1.429em;
}
.quotation .intro .rating i {
  position: relative;
  top: 2px;
}
.quotation .intro .rating span {
  color: #339BBE;
  font-size: 1.429em;
}
.quotation .policy-board {
  padding: 15px 0;
  line-height: 16px;
}
.quotation .policy-board a {
  color: #3E3D3C;
  text-decoration: underline;
}
.quotation .options {
  padding-bottom: 10px;
}
.quotation .options input {
  position: absolute;
  left: -9999px;
}
.quotation .options input:checked + label, .quotation .options input:checked + label:hover {
  border: 5px solid #53b1d1;
  background-color: #cce8f1;
}
.quotation .options input:checked + label .secondary-price > span:before, .quotation .options input:checked + label:hover .secondary-price > span:before {
  background-position: 0 -640px;
}
.quotation .options input:checked + label .secondary-price > span span, .quotation .options input:checked + label:hover .secondary-price > span span {
  display: inline;
}
.quotation .options .option-box {
  margin-bottom: 10px;
  margin-right: 0;
  border: 5px solid #F5F5F5;
  background-color: #F5F5F5;
}
.quotation .options .option-box .secondary-price > span {
  position: relative;
  padding-left: 50px;
}
.quotation .options .option-box .secondary-price > span:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -12px;
  width: 25px;
  height: 24px;
  background-image: url("../images/master/picto/sprite-blue.png");
  background-repeat: no-repeat;
  background-position: -25px -640px;
}
.quotation .options .option-box p {
  padding: 0 10px 10px;
  width: 80%;
}
.quotation .options .option-box:hover {
  border: 5px solid #B2B1B1;
  background-color: white;
}
.quotation .actions {
  padding: 10px 0 10px 15px;
  border-top: 1px solid #939598;
  background-color: #E2E2E2;
}
.quotation .actions i {
  float: left;
  margin-right: 10px;
}
.quotation .actions a {
  text-decoration: none;
  color: #3E3D3C;
}
.quotation .actions a strong {
  text-decoration: underline;
}
.quotation .back {
  margin: 35px 0 40px;
  line-height: 13px;
  color: #3E3D3C;
  text-decoration: none;
  display: inline-block;
}
.quotation .back i {
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.subscription {
  position: relative;
}
.subscription.subscription-last-step .navbar-nav {
  display: table;
}
.subscription .breadcrumb,
.subscription .navbar-nav,
.subscription .footer-content > .page-center {
  display: none;
}
.subscription .cookies-banner {
  top: -72px;
}
.subscription .fakebg {
  position: absolute;
  width: 100%;
  height: 230px;
  background-color: #F5F5F5;
}
.subscription .page-title-content .description-title span {
  color: #3E3D3C;
}
.subscription .steps-breadcrumb li {
  width: 33.333%;
}
.subscription .cta {
  padding: 30px 0;
  margin-left: 0;
}
.subscription .cta .btn.btn-business {
  padding: 15px 25px;
  margin-left: 15px;
  font-size: 1.429em;
  border-radius: 0;
  background-color: #339BBE;
  background-image: none;
  box-shadow: 4px 4px 0 #287a96;
}
.subscription .cta .btn.btn-business:hover {
  background-image: none;
  background-color: #287a96;
}
.subscription .cta .back {
  margin: 35px 0 40px;
  line-height: 13px;
  color: #3E3D3C;
  text-decoration: none;
  display: inline-block;
}
.subscription .cta .back i {
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.subscription .cta .span4,
.subscription .cta .span8 {
  vertical-align: middle;
}
.subscription .cta .span8 {
  text-align: right;
}
.subscription .accordion + .cta .span4 .back {
  margin: 0;
}
.subscription .reinsurance {
  width: auto;
  padding: 10px 10px 10px 10px;
  border-top: 1px solid #939598;
  background-color: #e2e2e2;
}
.subscription .reinsurance > div {
  float: left;
  width: 58%;
}
.subscription .reinsurance > div + div {
  width: 42%;
}
.subscription .reinsurance a {
  text-decoration: none;
  color: #3e3d3c;
  line-height: 37px;
}
.subscription .reinsurance a i {
  float: left;
  margin-right: 10px;
}
.subscription .reinsurance a strong {
  text-decoration: underline;
}
.subscription .title-time {
  font-family: "bnpp-square-light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.786em;
  font-weight: 300;
  padding: 40px 0;
  line-height: 1.2em;
}
.subscription .title-time strong {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
}
.subscription .title-time strong span {
  color: #339BBE;
}
.subscription .title-time i {
  float: left;
  margin: 5px 10px 0 0;
}
.subscription .documents ul {
  margin-bottom: 0;
  padding-left: 10px;
}
.subscription .documents ul li {
  list-style-position: inside;
}
.subscription .documents p {
  line-height: 1.5em;
  padding: 5px 0;
}
.subscription .checkout-box .documents-list {
  display: none;
}
.subscription .checkout-box .document-item {
  margin-top: 10px;
  border-bottom: none;
}
.subscription #loginForm {
  padding: 30px 40px;
}

.payment .footer-content > .page-center,
.payment .navbar .navbar-collapse,
.payment .navbar .navbar-toggle {
  display: none;
}
.payment .navbar .aside-links {
  display: block;
}
.payment #accordion-content-1 .checkboxes {
  margin-bottom: 10px;
  margin-left: 9%;
  position: relative;
}
.payment #accordion-content-1 .checkboxes .checked img {
  border: 2px solid #339BBE;
}
.payment #accordion-content-1 .card-detailled-infos {
  margin-left: 3.7%;
  background: transparent;
  padding: 0;
}
.payment #accordion-content-1 .valid-form {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #B2B1B1;
}
.payment #accordion-content-1 .valid-form .btn {
  font-size: 1.4em;
  margin: 0 3.0303%;
  border-radius: 0;
  background-color: #339BBE;
  background-image: none;
  box-shadow: 4px 4px 0 #287a96;
}
.payment #accordion-content-1 .valid-form .btn:hover {
  background-image: none;
  background-color: #287a96;
}
.payment .panel-collapse .custom-radio-ctner {
  position: relative;
  width: 158px;
  margin-right: 13px;
  padding: 0;
}
.payment .panel-collapse .custom-radio-ctner:last-child {
  margin-right: 0;
}
.payment .panel-collapse .custom-radio-ctner .control-group .radio {
  opacity: 1;
  position: absolute;
  box-shadow: none;
}
.payment .panel-collapse .custom-radio-ctner .control-group .radio input {
  opacity: 1;
  box-shadow: none;
  top: 40px;
  left: 20px;
}
.payment .panel-collapse .custom-radio-ctner .custom-radio {
  display: none;
}
.payment .panel-collapse .custom-radio-ctner input {
  z-index: 40;
}
.payment .panel-collapse .custom-radio-ctner label {
  margin-right: 0;
}
.payment .panel-collapse .custom-radio-ctner label img {
  position: relative;
  margin-right: -20px;
  border: 2px solid white;
  max-width: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.payment .panel-collapse .custom-radio-ctner label.error {
  position: absolute;
  top: -65px;
  left: 180px;
  display: block;
  color: #FFF;
  padding: 12px 15px;
  margin: 12px 0 0;
  background-color: #FF0000;
}
.payment .panel-collapse .custom-radio-ctner .radio:checked + i + .custom-radio {
  background-color: #3e3d3c;
  -webkit-box-shadow: 0 0 0 2px #bb1f70;
  box-shadow: 0 0 0 2px #bb1f70;
}
.payment .panel-collapse .custom-radio-ctner .radio:checked + .custom-radio + label img,
.payment .panel-collapse .custom-radio-ctner .radio:checked + i + .custom-radio + label img {
  border: 2px solid #339BBE;
}

.step-5 {
  position: relative;
}
.step-5 .cookies-banner {
  top: -72px;
}
.step-5 .fakebg {
  position: absolute;
  width: 100%;
  height: 280px;
  top: 525px;
  background-color: #F5F5F5;
}
.step-5 .steps-breadcrumb li {
  width: 33.333%;
}

.personal-subscription {
  position: relative;
  padding: 48px 20px 20px;
}
.personal-subscription .name-confirm {
  margin-bottom: 30px;
  font-family: "bnpp-square-light", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.personal-subscription .name-confirm .iconbt-valid-tall {
  display: inline-block;
  margin-right: 33px;
  vertical-align: text-top;
}
.personal-subscription .name-confirm .bold {
  font-weight: bold;
}
.personal-subscription .border-title {
  display: inherit;
  margin-top: 40px;
}
.personal-subscription .confirm .tools {
  color: #3E3D3C;
  font-weight: bold;
  text-decoration: underline;
}
.personal-subscription .confirm .iconbt-print02, .personal-subscription .confirm .iconbt-download {
  display: inline-block;
  vertical-align: middle;
}
.personal-subscription .between-two {
  position: relative;
  display: inline-block;
  width: 100%;
}
.personal-subscription .between-two .iconbt-print02 {
  vertical-align: middle;
  background-position: -247px -522px;
}
.personal-subscription .between-two .btn {
  position: absolute;
  padding: 7px 17px;
  right: 5px;
  border-radius: 0;
  background-color: white;
  background-image: none;
  box-shadow: 4px 4px 0 rgba(193, 182, 188, 0.82);
}
.personal-subscription .step-list .step i {
  float: left;
}
.personal-subscription .step-list .step .step-title {
  display: table-cell;
}
.personal-subscription .user-info {
  font-size: 1.286em;
}
.personal-subscription .user-info .info {
  color: #339BBE;
}
.personal-subscription .checkout-box .step:last-child {
  margin-bottom: 0;
}
.personal-subscription .checkout-box .input-text {
  color: #3E3D3C;
}
.personal-subscription .checkout-box .row-fluid {
  margin: 0;
}
.personal-subscription .checkout-box .span5 {
  margin: 0 2% 0 0;
}
.personal-subscription .checkout-box .user-info {
  margin-bottom: 25px;
}
.personal-subscription .checkout-box .btn {
  border-radius: 0;
  background-color: #339BBE;
  background-image: none;
  box-shadow: 4px 4px 0 #287a96;
}
.personal-subscription .checkout-box .btn:hover {
  background-image: none;
  background-color: #287a96;
}

.fleches-ie {
  display: none;
}

.lt-ie9 .steps-breadcrumb li {
  position: relative;
  height: 70px;
}
.lt-ie9 .steps-breadcrumb li > span,
.lt-ie9 .steps-breadcrumb li > a {
  padding: 20px 0;
}
.lt-ie9 .steps-breadcrumb li .fleches-ie {
  position: absolute;
  display: block;
  right: -17px;
  top: 50%;
  margin-top: -35px;
  z-index: 5;
}
.lt-ie9 .steps-breadcrumb li .fleches-ie img {
  display: block;
}
.lt-ie9 .payment .panel-collapse .custom-radio-ctner .custom-radio,
.lt-ie9 .payment .panel-collapse .custom-radio-ctner input {
  left: 20px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25) {
  .checkout .quotation .option-box .secondary-price > span:before {
    background-image: url("../images/master/picto/sprite-blue@2x.png");
    background-size: 760px 667px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (-o-min-device-pixel-ratio: 2.25), only screen and (min--moz-device-pixel-ratio: 2.25), only screen and (min-device-pixel-ratio: 2.25) {
  .checkout .quotation .option-box .secondary-price > span:before {
    background-image: url("../images/master/picto/sprite-blue@3x.png");
    background-size: 760px 667px;
  }
}
@media (min-width: 768px) {
  .checkout .page-title-content .description-subtitle {
    margin: 45px 0 0;
    font-size: 2.143em;
    -webkit-text-shadow: none;
    text-shadow: none;
  }
  .checkout .page-title-content .description-title {
    font-size: 4.286em;
    color: #339BBE;
    line-height: 1em;
    -webkit-text-shadow: none;
    text-shadow: none;
  }
  .checkout .page-title-content .description-title-2 {
    font-size: 60px;
    color: #339BBE;
    margin-top: 90px;
  }
  .subscription .page-title-content .description-title {
    font-size: 2.857em;
  }
  .subscription #loginForm .span5 + .span5 {
    margin-left: 25px;
  }
  .personal-subscription .between-two {
    height: 106px;
  }
  .personal-subscription .between-two .btn {
    position: absolute;
    padding: 7px 17px;
    right: 5px;
    top: 20px;
    background-color: #F5F5F5;
    line-height: 35px;
  }
  .personal-subscription .checkout-box .btn {
    margin-top: 20px;
  }
}
@media (min-width: 980px) {
  .checkout .page-title-content .description-title {
    margin-top: 90px;
  }
  .checkout .page-title-content .description-subtitle {
    margin-top: -115px;
  }
  .checkout .page-title-content .description {
    left: 0;
  }
  .quotation .stars {
    display: inline-block;
    margin-right: 10px;
  }
  .quotation .stars + span {
    display: inline-block;
  }
  .quotation .stars + span + div {
    display: inline-block;
  }
  .personal-subscription {
    padding-bottom: 70px;
  }
  .personal-subscription .name-confirm {
    font-size: 2em;
  }
  .personal-subscription .name-confirm .iconbt-valid {
    display: none;
  }
  .personal-subscription .name-confirm .iconbt-valid-tall {
    display: inline-block;
  }
  .personal-subscription .checkout-box i {
    left: 85%;
  }
  .subscription .cart-container .iconbt-collapse-open-circle-grey,
  .subscription .cart-container .title-mobile {
    display: none;
  }
}
@media (max-width: 979px) {
  .checkout .checkout-box .row-fluid > *:first-child .radio-ctner,
  .checkout .checkout-box .row-fluid > *:first-child .checkbox-ctner {
    padding-left: 30px;
  }
  .checkout .checkout-box .span8 > span {
    font-size: 0.85em;
    margin-left: 0;
  }
  .steps-breadcrumb .text {
    font-size: 0.75em;
  }
  .quotation .fakebg {
    top: 490px;
  }
  .quotation .top-elements {
    padding-top: 170px;
  }
  .quotation .top-elements .span8 {
    width: 57.5%;
  }
  .quotation .top-elements .span4 {
    width: 39.5%;
  }
  .quotation .bloc-title {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
  .quotation h2.border-title {
    font-size: 1.8em;
  }
  .quotation .quotation-number {
    font-size: 1.2em;
  }
  .quotation #cart, .quotation .product #main-product #bloc-get-quote, .product #main-product .quotation #bloc-get-quote {
    margin-top: 0;
  }
  .quotation .bottom-elements {
    width: 100%;
  }
  .quotation .actions {
    padding: 20px 0 20px 15px;
  }
  .quotation .intro p {
    width: 100%;
  }
  .quotation .intro p.checked + .checked {
    margin-top: 20px;
  }
  .quotation .intro p.checked i {
    margin-bottom: 40px;
  }
  .quotation .stars {
    display: inline-block;
    margin-right: 10px;
  }
  .quotation .stars + span {
    display: inline-block;
  }
  .quotation .main-price {
    font-size: 1.2em;
  }
  .quotation .options .option-box p {
    width: auto;
  }
  .quotation .intro .rating {
    margin-top: 40px;
  }
  .subscription .navbar-toggle {
    display: none;
  }
  .subscription .navbar-bt .aside-links {
    display: block;
  }
  .subscription .navbar-bt .aside-links .iconbt-lock {
    background-position: -13px -10px;
  }
  .subscription.subscription-last-step .navbar-toggle {
    display: block;
  }
  .subscription.subscription-last-step .navbar-bt .aside-links {
    display: none;
  }
  .subscription .row-fluid > .span4,
  .subscription .row-fluid > .span8 {
    width: 100%;
    margin-left: 0;
  }
  .subscription .checkout-box .row-fluid > .span4,
  .subscription .checkout-box .row-fluid > .span8 {
    width: auto;
  }
  .subscription .cta {
    margin: 0;
  }
  .subscription .cta .back {
    margin: 0;
  }
  .subscription .cta .span4,
  .subscription .cta .span8 {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .subscription .cta .span4 .back,
  .subscription .cta .span8 .back {
    margin: 0 0 25px;
  }
  .subscription .cta .span4 img,
  .subscription .cta .span8 img {
    display: block;
    margin: 0 auto 15px;
    max-width: 35%;
  }
  .subscription .cta .span4 .btn.btn-business,
  .subscription .cta .span8 .btn.btn-business {
    font-size: 1.25em;
  }
  .subscription .any-questions {
    display: block;
  }
  .subscription .cart-container {
    position: relative;
    max-height: 68px;
    margin-top: 20px;
    overflow: hidden;
    background-color: #F5F5F5;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .subscription .cart-container .title-mobile {
    float: left;
    padding: 20px;
    font-size: 1.429em;
    line-height: 28px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
  }
  .subscription .cart-container #cart, .subscription .cart-container .product #main-product #bloc-get-quote, .product #main-product .subscription .cart-container #bloc-get-quote {
    width: 300px;
    margin: 0 auto 30px;
    clear: both;
  }
  .subscription .cart-container #cart h2 span, .subscription .cart-container .product #main-product #bloc-get-quote h2 span, .product #main-product .subscription .cart-container #bloc-get-quote h2 span {
    display: none;
  }
  .subscription .cart-container .iconbt-collapse-open-circle-grey {
    float: right;
    margin: 20px;
    height: 28px;
    width: 28px;
    cursor: pointer;
    background-position: -208px -367px;
  }
  .subscription .cart-container.open {
    max-height: 500px;
  }
  .subscription .cart-container.open .iconbt-collapse-open-circle-grey {
    background-position: -246px -367px;
  }
  .subscription .accordion {
    margin-top: 15px;
  }
  .subscription .title-time {
    font-size: 1.6em;
  }
  .step-5 .personal-subscription .span5 {
    width: 75%;
  }
  .step-5 .personal-subscription .span5 + .span5 {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .subscription .page-title-content .description-title {
    margin-top: 90px;
  }
  .subscription .secondary-title.tab {
    padding-left: 15px;
  }
  .quotation .steps-breadcrumb .label {
    max-width: 50%;
    display: inline-block;
    line-height: normal;
  }
  .quotation .stars {
    display: inline-block;
    margin-right: 10px;
  }
  .quotation .stars + span {
    display: inline-block;
  }
  .quotation .stars + span + div {
    display: inline-block;
  }
  .subscription .page-title-content .description-title {
    position: relative;
    top: -15px;
    font-size: 3.25em;
  }
  .subscription .page-title-content .description-title span {
    display: block;
    font-size: 0.75em;
  }
  .personal-subscription {
    padding: 35px 0;
  }
  .personal-subscription .between-two {
    height: 164px;
  }
  .personal-subscription .between-two .btn {
    position: absolute;
    padding: 3px 32px;
    left: 50%;
    width: 170px;
    margin-left: -100px;
    top: 20px;
    background-color: #F5F5F5;
    line-height: 40px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .personal-subscription .between-two .border-title {
    font-size: 1.4em;
    text-align: center;
    width: 100%;
    line-height: 1.1em;
    margin-top: 104px;
  }
  .personal-subscription .between-two .border-title:after {
    margin-left: auto;
    margin-right: auto;
  }
  .personal-subscription .name-confirm {
    text-align: center;
    font-size: 1.426em;
  }
  .personal-subscription .name-confirm .iconbt-valid {
    display: none;
  }
  .personal-subscription .name-confirm .iconbt-valid-tall {
    display: block;
    margin: 0 auto 20px;
  }
  .personal-subscription .name-confirm .bold {
    display: inherit;
    font-size: 1.5em;
    line-height: 1.25em;
  }
  .personal-subscription .confirm .iconbt-print02 {
    height: 27px;
    background-position: -248px -528px;
  }
  .personal-subscription .btn {
    top: 151px;
    margin-top: 5px;
  }
  .personal-subscription .row-fluid {
    padding-bottom: 20px;
  }
  .personal-subscription .span5 {
    position: relative;
  }
  .personal-subscription .span5 i {
    left: 103%;
  }
  .payment .panel-collapse .custom-radio-ctner {
    max-width: 31%;
    display: inline-block;
  }
  .payment .panel-collapse .custom-radio-ctner label {
    max-width: 85%;
  }
  .payment .panel-collapse .custom-radio-ctner img {
    max-width: 100%;
  }
  .payment .panel-collapse .custom-radio-ctner .custom-radio,
  .payment .panel-collapse .custom-radio-ctner input {
    top: 23px;
    left: 40px;
  }
}
@media (max-width: 767px) {
  .checkout form .border-title {
    margin: 0;
  }
  .checkout .page-title-content .description {
    margin: 125px auto 0;
    font-size: 2em;
  }
  .checkout .page-title-content .description .description-subtitle {
    display: block;
    -webkit-text-shadow: none;
    text-shadow: none;
  }
  .checkout .page-title-content .description .description-title {
    height: auto;
    color: #339BBE;
    -webkit-text-shadow: none;
    text-shadow: none;
  }
  .checkout .page-title-content .description-title-2 {
    font-size: 48px;
    line-height: 60px;
    color: #339BBE;
  }
  .checkout .slider-container {
    width: 100%;
    margin: 0;
  }
  .checkout h2.border-title {
    font-size: 1.4em;
    text-align: center;
    width: 100%;
    line-height: 1.1em;
    margin: 35px 0 25px;
  }
  .checkout h2.border-title:after {
    margin-left: auto;
    margin-right: auto;
  }
  .checkout .checkout-box {
    padding: 30px 40px;
  }
  .checkout .checkout-box .row-fluid > *:first-child .radio-ctner,
  .checkout .checkout-box .row-fluid > *:first-child .checkbox-ctner {
    padding-left: 0;
  }
  .checkout .checkout-box .row-fluid + .row-fluid {
    margin-top: 0;
  }
  .checkout .checkout-box .row-fluid + .row-fluid .span8,
  .checkout .checkout-box .row-fluid + .row-fluid .span8 + .span4 {
    margin-top: 15px;
  }
  .checkout .checkout-box .row-fluid {
    margin: 0;
  }
  .checkout .checkout-box .row-fluid .secondary-title.tab {
    margin-top: 40px;
  }
  .checkout .checkout-box .span8 + .span4 {
    padding-top: 25px;
  }
  .checkout .aside-block, .checkout .accordion .panel-header, .accordion .checkout .panel-header {
    text-align: center;
  }
  .checkout .aside-block .btn.aside, .checkout .accordion .panel-header .btn.aside, .accordion .checkout .panel-header .btn.aside {
    float: none;
  }
  .checkout .row-fluid .accordion .panel .panel-header {
    text-align: left;
    font-size: 1.3em;
    line-height: 1.8em;
  }
  .checkout .row-fluid .accordion .panel .iconbt-collapse-open-circle-grey {
    top: 16px;
  }
  .checkout .row-fluid .accordion .panel .panel-collapse {
    font-size: 0.9em;
  }
  .checkout .row-fluid .accordion .panel .panel-collapse h3 {
    font-size: 1.2em;
    padding: 15px;
  }
  .checkout .row-fluid .accordion .panel .panel-collapse h3 a {
    padding-left: 0;
    margin-right: 50px;
  }
  .checkout .row-fluid .accordion .panel .panel-collapse p {
    padding: 0 25px;
  }
  .checkout .row-fluid .accordion .panel .panel-collapse .fake-list ul li {
    padding: 0;
  }
  .quotation .fakebg {
    top: 370px;
  }
  .quotation .top-elements .span8,
  .quotation .top-elements .span4 {
    width: 100%;
  }
  .quotation h2.border-title {
    margin-top: 15px;
  }
  .quotation .bloc-title .aside {
    float: none;
    display: block;
    margin: 0 auto 5px;
    text-align: center;
  }
  .quotation .aside-block + p, .quotation .accordion .panel-header + p, .accordion .quotation .panel-header + p {
    text-align: center;
    line-height: 1.3em;
    font-size: 0.9em;
  }
  .quotation .main-price {
    font-size: 1em;
  }
  .quotation .policy-board,
  .quotation .secondary-price {
    text-align: center;
    font-size: 0.9em;
  }
  .quotation .intro p {
    text-align: center;
  }
  .quotation .intro p.checked {
    text-align: left;
  }
  .quotation .intro .rating {
    font-size: 0.9em;
  }
  .quotation .options .option-box p {
    text-align: left;
  }
  .quotation .actions {
    margin-top: 15px;
    text-align: center;
  }
  .quotation .actions .span4 {
    width: 32%;
    margin: 0;
    float: left;
    font-size: 0.9em;
  }
  .quotation .actions .span4 strong {
    display: block;
  }
  .quotation .actions .span4.nobreak br {
    display: none;
  }
  .quotation .actions .span4 i {
    float: none;
    display: block;
    margin: 0 auto 5px;
  }
  .quotation .span8 .span3,
  .quotation .span8 .span2 {
    width: 32%;
    margin-left: 1.33%;
    text-align: center;
    font-size: 0.9em;
  }
  .quotation .span8 .span3 strong,
  .quotation .span8 .span2 strong {
    display: block;
  }
  .quotation .span8 .span2 br {
    display: none;
  }
  .quotation .back {
    margin: 0;
    display: block;
    padding: 20px 0;
    text-align: center;
  }
  .payment #accordion-content-1 .checkboxes {
    margin-left: 3.0303%;
  }
  .payment #accordion-content-1 .card-detailled-infos .row-fluid {
    margin-left: 0;
  }
  .payment #accordion-content-1 .card-detailled-infos .row-fluid .span2 {
    width: 51%;
  }
  .payment #accordion-content-1 .card-detailled-infos .span2 + .span2 {
    margin-left: 0;
  }
  .subscription .navbar-bt .aside-links {
    margin-top: 35px;
  }
  .subscription .navbar-bt .aside-links li strong {
    font-size: 0.8em;
  }
  .subscription .notice {
    width: auto;
    text-align: left;
  }
  .subscription .checkout-box .row-fluid .span6 select {
    width: 75%;
  }
  .subscription .checkout-box .row-fluid .span6.big-select select {
    width: 100%;
  }
  .subscription .cart-container .title-mobile {
    font-size: 1.25em;
  }
  .subscription .cart-container #cart, .subscription .cart-container .product #main-product #bloc-get-quote, .product #main-product .subscription .cart-container #bloc-get-quote {
    width: 240px;
  }
  .subscription h2.border-title.aside-block, .subscription .accordion h2.border-title.panel-header, .accordion .subscription h2.border-title.panel-header {
    padding-bottom: 40px;
    position: relative;
  }
  .subscription h2.border-title.aside-block .aside, .subscription .accordion h2.border-title.panel-header .aside, .accordion .subscription h2.border-title.panel-header .aside {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50px;
    margin-bottom: 10px;
  }
  .subscription .row-fluid .span2 {
    width: 50%;
  }
  .subscription .row-fluid .span2 + .span4 {
    margin-top: 15px;
    width: 74.24242%;
  }
  .subscription .upload {
    width: 120%;
    margin-left: -10%;
    text-align: center;
  }
  .subscription .upload span {
    display: block;
    font-size: 0.9em;
    margin-bottom: 15px;
  }
  .subscription .upload .browse-file {
    margin: 0;
  }
  .subscription .reinsurance {
    text-align: center;
    font-size: 0.9em;
  }
  .subscription .reinsurance > div {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .subscription .reinsurance a {
    line-height: 1.2em;
  }
  .subscription .reinsurance a i {
    float: none;
    display: block;
    margin: 0 auto 10px;
  }
  .subscription .reinsurance a strong {
    display: block;
  }
  .payment .accordion + .cta .span4 {
    position: static;
  }
  .step-5 .fakebg {
    top: 361px;
  }
  .personal-subscription {
    padding: 20px 0px;
  }
  .personal-subscription .name-confirm {
    font-size: 1.0713em;
    line-height: 1.25em;
  }
  .personal-subscription .name-confirm .iconbt-valid-tall {
    display: none;
  }
  .personal-subscription .name-confirm .iconbt-valid {
    display: inline-block;
    float: left;
    margin: 0 25px 20px 19px;
    margin-right: 25px;
  }
  .personal-subscription .confirm .user-info {
    text-align: center;
    line-height: 25px;
    margin-bottom: 17px;
  }
  .personal-subscription .confirm p {
    line-height: 24px;
    text-align: center;
  }
  .personal-subscription .between-two {
    height: 164px;
  }
  .personal-subscription .between-two .btn {
    position: absolute;
    padding: 3px 32px;
    left: 50%;
    width: 170px;
    margin-left: -100px;
    top: 20px;
    background-color: #F5F5F5;
    line-height: 40px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .personal-subscription .between-two .border-title {
    margin-top: 104px;
  }
  .personal-subscription .checkout-box {
    padding: 16px 10px;
  }
  .personal-subscription .checkout-box .row-fluid {
    margin: 0 0 10px 0;
  }
  .personal-subscription .checkout-box .row-fluid .span5 {
    float: none;
    width: 100%;
  }
  .personal-subscription .checkout-box .user-info {
    margin-bottom: 20px;
  }
  .personal-subscription .mail .btn {
    display: table;
    padding: 15px 25px;
    margin: 0 auto;
  }
  .personal-subscription .span5 {
    position: relative;
  }
  .personal-subscription .span5 i {
    left: 92%;
  }
  .payment #accordion-content-1 .span5 {
    width: 85%;
  }
  .payment #accordion-content-1 .span3 {
    width: 65%;
  }
  .payment #accordion-content-1 .custom-radio-ctner {
    display: block;
    margin-right: 0;
  }
  .payment #accordion-content-1 .custom-radio-ctner .control-group .radio input {
    top: 25px;
  }
  .payment #accordion-content-1 .span2 + .span2 {
    margin-top: 10px;
  }
  .checkout h2.border-title .aside {
    font-size: 0.7em;
  }
  .payment #accordion-content-1 .valid-form .btn {
    padding: 15px 10px;
    font-size: 1.2em;
    vertical-align: middle;
  }
  .payment #accordion-content-1 .valid-form .btn + img {
    max-width: 30%;
    vertical-align: middle;
  }
  .payment .panel-collapse .custom-radio-ctner label.error {
    top: 95px;
  }
  .payment .navbar .aside {
    margin-right: -20px;
    font-size: 0.8em;
  }
  .payment .navbar .aside .aside-links {
    padding-left: 0;
  }
  .payment .navbar .aside .aside-link {
    position: relative;
    top: 23px;
    left: -15px;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .subscription .title-time {
    font-size: 1.1em;
  }
}
.hidden {
    display: none !important
}
.claim {
  background-color: white;
}
.claim.account {
  background-color: white;
}
.claim #private-claim #account-content h1 {
  height: 100px;
}
.claim .step-block .step-block-content {
  background: whitesmoke;
}
.claim.logged .page-title-content .title-ctner .page-center .title .description .description-title {
  font-size: 2.143em;
}
.claim .page-title-content {
  height: 365px;
}
.claim .page-title-content .title-ctner {
  height: 365px;
}
.claim .page-title-content .title-ctner .page-center .title {
  height: 365px;
}
.claim .page-title-content .title-ctner .page-center .title .visual-ctner {
  right: -20px;
}
.claim .page-title-content .title-ctner .page-center .title .visual-ctner img {
  height: 245px;
  width: 360px;
}
.claim .page-title-content .title-ctner .page-center .title .description {
  left: 0;
}
.claim .page-title-content .title-ctner .page-center .title .description .description-title {
  margin: 45px 0 0 0;
  font-size: 4.286em;
  line-height: 1em;
  width: 636px;
}
.claim .control-group.error textarea + .help-inline:before {
  top: -102px;
}
.claim .tooltip-help .tooltip-content {
  color: white;
  background: #939598;
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.claim .taglib-icon-help {
  top: 5px;
  right: -45px;
  position: absolute;
  background: url("../images/master/picto/sprite-blue.png") -208px -486px no-repeat;
  height: 25px;
  width: 25px;
  float: left;
}
.claim .taglib-icon-help img {
  opacity: 0;
  width: 25px;
  height: 25px;
}
.claim .welcome-claim {
  padding-top: 35px;
  padding-bottom: 100px;
  background: #848484;
}
.claim .welcome-claim .welcome-claim-title {
  font-family: "bnpp-square-light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.375em;
  font-size: 1.786em;
  margin-bottom: 20px;
}
.claim .welcome-claim .welcome-claim-text {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.571em;
}
.claim .welcome-claim .welcome-claim-text p {
  margin: 0;
}
.claim .welcome-claim + form {
  margin-top: -80px;
}
.claim .claim-steps {
  margin-bottom: 30px;
}
.claim .claim-steps .step-block {
  margin-bottom: 30px;
}
.claim .claim-steps .step-block .step-block-title {
  background: #C5C4C4;
  color: white;
  padding: 18px 15px;
}
.claim .claim-steps .step-block .step-block-title .label {
  font-size: 1.714em;
  line-height: 1.714em;
  font-weight: normal;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  white-space: normal;
  margin-bottom: 0;
  background: #C5C4C4;
  position: inherit;
}
.claim .claim-steps .step-block.active .step-block-title {
  background: #848484;
}
.claim .claim-steps .step-block.active .step-block-title .label {
  background: #848484;
}
.claim .claim-steps .step-block .step-block-content {
  padding: 50px 35px 30px;
}
.claim .claim-steps .step-block:first-child .control-group.success .control-label:before {
  top: 30px;
}
.claim .claim-mean {
  position: relative;
  background: white;
  padding: 20px 20px 30px 45px;
  min-height: 200px;
  float: left;
  width: 41%;
}
.claim .claim-mean .control-group.success .control-label:before {
  position: absolute;
}
.claim .claim-mean:first-child {
  margin-right: 17px;
  padding-bottom: 12px;
}
.claim .claim-mean .row-fluid .control-group:first-child {
  margin-bottom: 0px;
}
.claim .claim-mean .claim-mean-title {
  font-weight: bold;
}
.claim .claim-mean .span8 {
  margin-left: 65px;
}
.claim .claim-mean .span8 .control-group {
  margin-bottom: 0px;
}
.claim .claim-mean .cta {
  margin-left: 35px;
}
.claim .claim-mean .cta .btn {
  padding: 10px 30px;
}
.claim .call-us {
  margin-bottom: 10px;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-left: 30px;
  font-size: 1.286em;
  line-height: 1.375em;
}
.claim .call-us .phone-number {
  display: block;
  color: #339BBE;
  font-size: 1.667em;
  line-height: 1.4em;
}
.claim .call-us .phone-number:hover {
  text-decoration: none;
}
.claim .call-us-info {
  font-style: italic;
  color: #787776;
  margin-left: 30px;
  font-size: 1.143em;
  line-height: 1.375em;
}
.claim .call-us-info li {
  margin-bottom: 3px;
}
.claim .step-block-content-title {
  margin-bottom: 20px;
  margin-left: 30px;
  font-size: 1.286em;
  line-height: 1.375;
}
.claim .step-block-content-title i {
  position: absolute;
  top: 15px;
  left: 15px;
}
.claim .number-list {
  font-weight: bold;
}
.claim .number-list li {
  margin-bottom: 20px;
}
.claim .number-list li .number-list-content {
  font-weight: normal;
}
.claim .claim-advice .step-block-content-title {
  margin-left: 0px;
}
.claim .chooseContract-details .step-block-content .label {
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  vertical-align: inherit;
  white-space: inherit;
  text-shadow: inherit;
  background-color: inherit;
}
.claim .claim-steps-page .welcome-claim,
.claim .chooseContract-details .welcome-claim {
  padding: 30px 0 60px;
}
.claim .claim-steps-page .welcome-claim .claim-step-title,
.claim .chooseContract-details .welcome-claim .claim-step-title {
  font-size: 2.857em;
  font-weight: bold;
}
.claim .claim-steps-page .claim-steps-ctner,
.claim .chooseContract-details .claim-steps-ctner {
  padding-bottom: 58px;
}
.claim .claim-steps-page .steps-breadcrumb,
.claim .chooseContract-details .steps-breadcrumb {
  margin-top: -40px;
  margin-bottom: 35px;
}
.claim .claim-steps-page .steps-breadcrumb li,
.claim .chooseContract-details .steps-breadcrumb li {
  width: 33.33%;
}
.claim .claim-steps-page .notice p,
.claim .chooseContract-details .notice p {
  margin-bottom: 10px;
}
.claim .claim-steps-page .claim-steps,
.claim .chooseContract-details .claim-steps {
  margin-top: 0px;
}
.claim .claim-steps-page .claim-steps .row-fluid,
.claim .chooseContract-details .claim-steps .row-fluid {
  margin-left: 35px;
  width: auto;
}
.claim .claim-steps-page .claim-steps #datepicker,
.claim .chooseContract-details .claim-steps #datepicker {
  width: 150px;
  margin-left: 20px;
}
.claim .claim-steps-page .claim-steps textarea,
.claim .chooseContract-details .claim-steps textarea {
  height: 80px !important;
}
.claim .claim-steps-page .claim-steps select,
.claim .claim-steps-page .claim-steps textarea,
.claim .claim-steps-page .claim-steps .control-group,
.claim .chooseContract-details .claim-steps select,
.claim .chooseContract-details .claim-steps textarea,
.claim .chooseContract-details .claim-steps .control-group {
  margin: 0;
}
.claim .claim-steps-page .expense-detail .expense-detail-title,
.claim .chooseContract-details .expense-detail .expense-detail-title {
  margin: 0 0 20px 35px;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.claim .claim-steps-page .expense-detail .row-fluid,
.claim .chooseContract-details .expense-detail .row-fluid {
  margin-bottom: 15px;
}
.claim .claim-steps-page .expense-detail .row-fluid .span8 label,
.claim .chooseContract-details .expense-detail .row-fluid .span8 label {
  width: 40%;
}
.claim .claim-steps-page .expense-detail .row-fluid .span8 input,
.claim .chooseContract-details .expense-detail .row-fluid .span8 input {
  width: 58%;
}
.claim .claim-steps-page .expense-detail .row-fluid .span8 #datepicker,
.claim .chooseContract-details .expense-detail .row-fluid .span8 #datepicker {
  margin-left: 0px;
}
.claim .claim-steps-page .expense-detail .row-fluid .span4 label,
.claim .chooseContract-details .expense-detail .row-fluid .span4 label {
  width: 45%;
}
.claim .claim-steps-page .expense-detail .row-fluid .span4 input,
.claim .chooseContract-details .expense-detail .row-fluid .span4 input {
  width: 53%;
}
.claim .claim-steps-page .expense-detail .row-fluid .span4 label,
.claim .chooseContract-details .expense-detail .row-fluid .span4 label {
  display: none;
}
.claim .claim-steps-page .add-expense-detail-ctner,
.claim .chooseContract-details .add-expense-detail-ctner {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #848484;
}
.claim .claim-steps-page .add-expense-detail-ctner a,
.claim .chooseContract-details .add-expense-detail-ctner a {
  text-decoration: underline;
  font-family: "bnpp-square-bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #3E3D3C;
}
.claim .claim-steps-page .add-expense-detail-ctner a i,
.claim .chooseContract-details .add-expense-detail-ctner a i {
  margin-right: 10px;
}
.claim .claim-steps-page .taglib-icon-help,
.claim .chooseContract-details .taglib-icon-help {
  background-position: -208px -487px;
  height: 25px;
  width: 25px;
  right: 0px;
  float: none;
  position: relative;
  display: inline-block;
  top: inherit;
  left: inherit;
  margin-left: 8px;
}
.claim .main-cta .btn {
  padding: 15px 40px;
}
.claim .claim-identification-details {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #C5C4C4;
}
.claim .claim-identification-details .claim-identification-detail .detail-title {
  float: none;
  display: inline-block;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.286em;
  line-height: 2.143em;
  width: 32%;
}
.claim .sumUp .secondary-title {
  color: #339BBE;
  text-transform: uppercase;
  font-size: 1.286em;
  line-height: 1.571em;
}
.claim .sumUp .details-ctner {
  padding-left: 30px;
  margin-bottom: 40px;
}
.claim .sumUp .claim-identification-title {
  margin-bottom: 10px;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.143em;
  line-height: 1.375em;
}
.claim .sumUp .claim-identification-txt {
  line-height: 2em;
  margin-bottom: 20px;
  color: #848484;
}
.claim .sumUp .agree-statement {
  display: inline-block;
  margin-right: 20px;
  padding: 20px 10px;
}
.claim .confirmation .notice p span {
  white-space: nowrap;
}
.claim .name-confirm {
  margin-bottom: 30px;
  font-size: 2em;
  font-family: "bnpp-square-light", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.claim .name-confirm .iconbt-valid {
  display: none;
}
.claim .name-confirm .iconbt-valid-tall {
  display: inline-block;
  margin-right: 10px;
  vertical-align: text-top;
}
.claim .confirm .tools {
  color: #3E3D3C;
  font-weight: bold;
  text-decoration: underline;
}
.claim .between-two {
  position: relative;
  display: inline-block;
  width: 100%;
}
.claim .between-two .btn {
  position: absolute;
  padding: 7px 17px;
  right: 5px;
  top: -10px;
  line-height: 35px;
  background-color: #F5F5F5;
}
.claim .between-two .btn .iconbt-print02 {
  vertical-align: middle;
}
.claim .notice i {
  vertical-align: middle;
}
.claim .checkout-box {
  padding: 35px 25px 20px 25px;
  background-color: #EBEBEB;
}
.claim #make-a-claim .four-steps {
  margin-bottom: 50px;
}
.claim #make-a-claim > .notice {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .claim .confirmation .border-title {
    font-size: 1.5em;
    margin: 30px 0;
    line-height: 16px;
  }
}
@media (max-width: 979px) {
  .claim.logged .chooseContract-details .tablig-icon-help {
    right: inherit;
  }
  .claim.logged #account-menu > a {
    display: none;
  }
  .claim.logged #account-menu #private-claim {
    overflow: hidden;
  }
  .claim.logged #account-menu #private-claim .claim-steps {
    margin-top: 45px;
  }
  .claim.logged #account-menu #private-claim #account-content h1 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 1.8em;
    height: auto;
  }
  .claim .notice.notice-icon {
    margin-bottom: 30px;
  }
  .claim .page-title-content .title-ctner .page-center .title .visual-ctner {
    right: -125px;
  }
  .claim .page-title-content .title-ctner .page-center .title .description .description-title {
    margin: 60px 0 0 0;
    font-size: 3.571em;
  }
  .claim .claim-mean {
    float: none;
    width: auto;
    margin-bottom: 30px;
  }
  .claim .claim-mean:first-child {
    margin-right: 0px;
  }
  .claim .claim-mean .span8 {
    margin-left: 55px;
  }
  .claim .step-block-content-title {
    margin-left: 30px;
  }
  .claim .main-cta .aside {
    float: none;
  }
  .claim .main-cta .btn {
    padding: 15px 40px;
  }
  .claim .sumUp .claim-identification-details .claim-identification-detail .detail-title {
    width: 40%;
  }
  .claim .between-two .btn {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .claim .confirmation .name-confirm {
    line-height: 30px;
    text-align: center;
  }
  .claim .confirmation .name-confirm .iconbt-valid-tall {
    display: block;
    margin: 0 auto 20px;
  }
}
@media (max-width: 767px) {
  .claim .welcome-claim .welcome-claim-title {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 1.429em;
    line-height: 1.3em;
  }
  .claim .welcome-claim .welcome-claim-text {
    font-size: 0.857em;
    line-height: 1.25em;
  }
  .claim .claim-steps .step-block .step-block-title .label {
    font-size: 1.072em;
    line-height: 2.5em;
  }
  .claim .call-us,
  .claim .call-us-info {
    font-size: 0.857em;
  }
  .claim .page-title-content .title-ctner .page-center .title .description .description-title {
    margin: 0 0 5px 0;
    font-size: 1.7em;
    width: auto;
  }
  .claim .page-title-content,
  .claim .page-title-content .title-ctner,
  .claim .page-title-content .title-ctner .page-center .title {
    height: 195px;
  }
  .claim .page-title-content {
    padding-bottom: 0px;
  }
  .claim .claim-mean .span8 {
    width: 65.95745%;
    margin-left: 35px;
  }
  .claim .span5 {
    width: 100%;
  }
  .claim .claim-steps-page .step-block .step-block-title,
  .claim .chooseContract-details .step-block .step-block-title,
  .claim #make-a-claim .step-block .step-block-title {
    text-align: center;
  }
  .claim .claim-steps-page .step-block .step-block-title .label,
  .claim .chooseContract-details .step-block .step-block-title .label,
  .claim #make-a-claim .step-block .step-block-title .label {
    line-height: 2.5em;
    font-size: 1.072em;
  }
  .claim .claim-steps-page .welcome-claim .claim-step-title,
  .claim .chooseContract-details .welcome-claim .claim-step-title,
  .claim #make-a-claim .welcome-claim .claim-step-title {
    margin-bottom: 15px;
    font-size: 1.429em;
    line-height: 1.3em;
  }
  .claim .claim-steps-page .claim-steps #datepicker,
  .claim .chooseContract-details .claim-steps #datepicker,
  .claim #make-a-claim .claim-steps #datepicker {
    margin-left: 0px;
  }
  .claim .claim-steps-page .claim-steps .expense-detail .row-fluid .span8,
  .claim .chooseContract-details .claim-steps .expense-detail .row-fluid .span8,
  .claim #make-a-claim .claim-steps .expense-detail .row-fluid .span8 {
    display: inline-block;
    width: 55%;
  }
  .claim .claim-steps-page .claim-steps .expense-detail .row-fluid .span8 input,
  .claim .claim-steps-page .claim-steps .expense-detail .row-fluid .span8 label,
  .claim .chooseContract-details .claim-steps .expense-detail .row-fluid .span8 input,
  .claim .chooseContract-details .claim-steps .expense-detail .row-fluid .span8 label,
  .claim #make-a-claim .claim-steps .expense-detail .row-fluid .span8 input,
  .claim #make-a-claim .claim-steps .expense-detail .row-fluid .span8 label {
    width: 100%;
  }
  .claim .claim-steps-page .claim-steps .expense-detail .row-fluid .span4,
  .claim .chooseContract-details .claim-steps .expense-detail .row-fluid .span4,
  .claim #make-a-claim .claim-steps .expense-detail .row-fluid .span4 {
    display: inline-block;
    width: 35%;
  }
  .claim .secondary-title {
    text-align: left;
  }
  .claim .main-cta {
    text-align: center;
  }
  .claim .sumUp .secondary-title {
    color: #339BBE;
    text-transform: uppercase;
    font-size: 1.071em;
    line-height: 1.2em;
  }
  .claim .sumUp .step-block-title.aside-block, .claim .sumUp .accordion .step-block-title.panel-header, .accordion .claim .sumUp .step-block-title.panel-header {
    position: relative;
  }
  .claim .sumUp .step-block-title.aside-block .aside, .claim .sumUp .accordion .step-block-title.panel-header .aside, .accordion .claim .sumUp .step-block-title.panel-header .aside {
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: -50px;
    left: 0;
  }
  .claim .sumUp .step-block-title.aside-block .aside .btn, .claim .sumUp .accordion .step-block-title.panel-header .aside .btn, .accordion .claim .sumUp .step-block-title.panel-header .aside .btn {
    margin: 0 auto;
  }
  .claim .sumUp .claim-steps .step-block .step-block-content {
    padding: 75px 15px 24px 15px;
  }
  .claim .sumUp .claim-identification-details .claim-identification-detail {
    margin-bottom: 5px;
  }
  .claim .sumUp .claim-identification-details .claim-identification-detail .detail-title {
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    margin-left: 0;
    padding-right: 10px;
    width: 47%;
  }
  .claim .sumUp .claim-identification-details .claim-identification-detail .detail-content {
    line-height: 1.286em;
  }
  .claim .sumUp .details-ctner {
    padding-left: 10px;
  }
  .claim .sumUp .claim-identification-title,
  .claim .sumUp .claim-identification-txt {
    font-size: 0.857em;
    line-height: 1.4em;
  }
  .claim .sumUp .swap strong {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
  .claim .sumUp .main-cta .aside {
    text-align: center;
  }
  .claim .sumUp .agree-statement {
    text-align: center;
    display: block;
    margin: 0 0 20px 0;
    padding: 0 50px;
  }
  .claim .confirmation .notice {
    text-align: center;
  }
  .claim .between-two {
    height: 164px;
  }
  .claim .between-two .btn {
    padding: 3px 32px;
    left: 50%;
    width: 170px;
    margin-left: -115px;
    top: 10px;
    line-height: 40px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .claim .between-two .border-title {
    font-size: 1.4em;
    text-align: center;
    width: 100%;
    line-height: 1.1em;
    margin-top: 104px;
  }
  .claim .between-two .border-title:after {
    margin-left: auto;
    margin-right: auto;
  }
  .claim .name-confirm {
    font-size: 1.0713em;
    line-height: 1.25em;
  }
  .claim .name-confirm .iconbt-valid {
    display: inline-block;
    float: left;
    margin: 0 25px 20px 0;
  }
  .claim .name-confirm .iconbt-valid-tall {
    display: none;
  }
}
.public-follow-claim {
  background-color: whitesmoke;
}
.public-follow-claim .page-title-content .title-ctner .page-center .title .description .description-title {
  font-size: 4.286em;
}
.public-follow-claim .head-contract {
  position: relative;
  margin-bottom: 30px;
  background-color: #dedede;
}
.public-follow-claim .head-contract h1 {
  font-weight: 400;
  margin-bottom: 10px;
}
.public-follow-claim .head-contract .contract-subtitle {
  line-height: 16px;
  font-family: "bnpp-square-light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.714em;
  margin-bottom: 15px;
  display: block;
}
.public-follow-claim .head-contract small {
  line-height: 16px;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1em;
}
.public-follow-claim .head-contract small span {
  font-family: "bnpp-square-light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #339BBE;
}
.public-follow-claim #follow-details .head-contract {
  margin-bottom: 20px;
}
.public-follow-claim #follow-details .head-contract h1 {
  margin: 0 0 20px 0;
}
.public-follow-claim #follow-details .steps-breadcrumb .text {
  padding-left: 15px;
}
.public-follow-claim #follow-details .notice p {
  margin-bottom: 5px;
  line-height: 20px;
}
.public-follow-claim #follow-details .notice p.file-upload {
  margin-top: 15px;
}
.public-follow-claim #follow-details .notice p.file-upload > input {
  float: none;
  display: inline-block;
}
.public-follow-claim #account h1 {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.857em;
  line-height: 1em;
  margin: 0 0 20px 0;
}
.public-follow-claim #account .notice p {
  margin-bottom: 5px;
  line-height: 20px;
}
.public-follow-claim #account-content h1 {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.857em;
  line-height: 1em;
}
.public-follow-claim .primary-title.corporate {
  margin-bottom: 40px;
  margin-top: 50px;
}
.public-follow-claim .main-content .accordion .panel {
  background-color: whitesmoke;
  margin: 0;
  padding: 20px;
}
.public-follow-claim .main-content .accordion .panel i[class^=iconbt-collapse] {
  top: 5px;
}
.public-follow-claim .main-content .accordion .panel.active i[class^=iconbt-collapse] {
  top: 10px;
  background-position: -14px -390px;
}
.public-follow-claim .main-content .accordion .panel + .panel {
  margin: 2px 0 0;
}
.public-follow-claim .main-content .accordion .panel-header {
  color: #3e3d3c;
  text-decoration: none;
}
.public-follow-claim .main-content .accordion .secondary-title {
  margin-bottom: 0;
  text-transform: uppercase;
}
.public-follow-claim .main-content .accordion .panel-collapse {
  margin-top: 25px;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .public-follow-claim .follow-claim {
    margin: 0 4% 0 4%;
  }
}
@media (max-width: 767px) {
  .public-follow-claim follow-details {
    margin-top: 150px;
  }
  .public-follow-claim .head-contract {
    background-color: whitesmoke;
  }
}
.login-page .page-title-container .title {
  height: 365px;
}
.login-page .page-title-container .visual-ctner {
  right: 6px;
}
.login-page .page-title-container .visual {
  height: 245px;
  width: 360px;
}
.login-page .header:after {
  content: "";
  height: 180px;
  width: 100%;
  background-color: whitesmoke;
  position: absolute;
  display: block;
}
.login-page #main-content {
  max-width: 980px;
  margin: 0 auto;
}
.login-page #main-content .portlet-nested-portlets {
  margin-top: -50px;
}
.login-page .page-title-content {
  height: 365px;
}
.login-page .login {
  background-color: white;
  padding: 20px;
}
.login-page .login .primary-title {
  margin-bottom: 47px;
}
.login-page .login .step-list .step-title {
  padding-left: 40px;
  position: relative;
}
.login-page .login .step-list .step-title i[class^=iconbt-] {
  position: absolute;
  left: 0;
  top: 0;
}
.login-page .login .row-fluid {
  margin-bottom: 0;
}
.login-page .login .custom-checkbox-ctner label {
  margin-top: 10px;
}
.login-page .login .custom-checkbox-ctner input[type=checkbox] {
  opacity: 1;
  position: relative;
  bottom: 4px;
}
.login-page .login .title-password {
  color: #3E3D3C;
  text-decoration: underline;
  margin-left: 44px;
}
.login-page .login .title-password:hover {
  color: #339BBE;
}
.login-page .login .password-box {
  padding: 33px 10px 31px 45px;
  position: relative;
  display: inline-block;
}
.login-page .login .password-box .ctn-digit {
  float: left;
  display: inline-block;
}
.login-page .login .password-box .ctn-digit .btn {
  padding: 0;
  display: inline-block;
  background-color: #5bc0de;
  line-height: 3;
  margin: 0 13px 10px 0;
  width: 47px;
  height: 47px;
}
.login-page .login .password-box .password-output {
  float: left;
  position: relative;
}
.login-page .login .password-box .password-output .delete-password {
  position: relative;
  bottom: 15px;
}
.login-page .login .password-box .password-output .password-script {
  height: 79px;
  padding-top: 26px;
  margin-left: 10px;
  display: inline-block;
  margin-right: 20px;
  background-color: #A6A4A0;
  width: 121px;
  text-align: center;
}
.login-page .login .password-box .password-output .password-script .text {
  margin-bottom: 12px;
  color: #C5C4C4;
}
.login-page .login .password-box .password-output .password-script .stars {
  display: inline-block;
  font-size: 35px;
  color: white;
  margin-right: 5px;
}
.login-page .login .password-box .password-output .password-script .stars:after {
  content: "";
  display: block;
  background-color: #C5C4C4;
  height: 2px;
  width: 15px;
}
.login-page .login .securely {
  padding-left: 45px;
}
.login-page .login .securely .btn {
  padding: 15px 62px;
  margin: 0 15px 30px 0;
  font-size: 1.429em;
  margin-right: 2%;
}
.login-page .login .securely i {
  margin-right: 5px;
}
.login-page .login .securely .text {
  text-align: center;
}
.login-page .login .securely .text span {
  font-weight: 700;
}
.login-page .login .phone-number {
  color: #3E3D3C;
}

@media (max-width: 979px) {
  .login-page #main-content {
    padding: 0 15px;
  }
  .login-page #main-content .portlet-nested-portlets {
    margin-top: -40px;
  }
  .login-page .login {
    bottom: 40px;
  }
  .login-page .login .row-fluid .span8 {
    width: 100%;
  }
  .login-page .login .row-fluid .span8 .control-label {
    margin: 0;
  }
  .login-page .login .title-password {
    display: block;
    margin-top: 5px;
  }
  .login-page .login .password-output {
    margin-top: 5px;
  }
  .login-page .login .password-output .password-script {
    padding-top: 10px;
    height: 63px;
    margin-left: 0px;
  }
  .login-page .login .securely {
    padding-left: 10px;
  }
  .login-page .login .securely .btn {
    padding: 15px 15px 15px 40px;
    font-size: 1.143em;
  }
  .login-page .login .securely img {
    width: 90px;
    margin-top: 5px;
  }
  .login-page .login .securely .text {
    line-height: 1.4em;
  }
  .login-page .login .securely .text .phone-number {
    display: block;
  }
}
@media (max-width: 767px) {
  .login-page .header .page-title-content {
    height: 195px;
    padding-bottom: 0;
  }
  .login-page .header:after {
    background-color: white;
  }
  .login-page .accordion.new-customer h2 {
    text-align: left;
    cursor: pointer;
  }
  .login-page .accordion.new-customer i {
    top: 30px;
    right: 11px;
  }
  .login-page .login {
    padding: 0;
    bottom: 70px;
  }
  .login-page .login .primary-title {
    margin-bottom: 0px;
    padding: 20px 0 16px;
    font-size: 1.241em;
    text-align: center;
    background-color: #E2E2E2;
  }
  .login-page .login .step-list .step-title {
    font-size: 1em;
  }
  .login-page .login form {
    background-color: #F5F5F5;
    padding: 18px 13px 0;
  }
  .login-page .login form .custom-checkbox-ctner input[type=checkbox] {
    margin-left: 0px;
  }
  .login-page .login .password-box .ctn-digit .btn {
    width: 32px;
    height: 32px;
  }
  .login-page .login .password-box .password-output {
    float: none;
  }
  .login-page .login .password-box .password-output .delete-password {
    bottom: 0;
  }
  .login-page .login .password-box .password-output .password-script {
    height: 35px;
    margin-right: 5px;
    float: left;
    width: 190px;
    padding-top: 0px;
    margin-left: 0px;
    margin-top: 10px;
  }
  .login-page .login .password-box .password-output .password-script .text {
    vertical-align: middle;
    display: inline-block;
    margin: 0px 12px 0 5px;
  }
  .login-page .login .password-box .password-output .password-script .stars {
    font-size: 1.429em;
    text-align: center;
    margin-top: 5px;
  }
  .login-page .login .password-box .password-output i {
    margin-top: 13px;
  }
  .login-page .login .securely {
    text-align: center;
    font-size: 1.071em;
    padding: 7px;
    margin: 0;
  }
  .login-page .login .securely .btn {
    width: 100%;
    padding: 15px 0;
    font-size: 1.429em;
  }
  .login-page .login .securely img {
    margin-bottom: 10px;
    margin-top: 0px;
    width: auto;
  }
}
.profile .step-blocks {
  padding-top: 19px;
}
.profile .step-blocks .step-block-title {
  padding: 10px 20px 13px;
  height: 39px;
}
.profile .step-blocks .step-block-title .btn {
  padding: 5px 20px;
  font-size: 1.143em;
}
.profile .step-blocks .step-block-title p {
  margin-bottom: 0;
}
.profile .step-blocks .step-block-content {
  padding: 20px;
  background-color: white;
}
.profile .step-blocks .step-block-content .secondary-title.tab {
  padding-left: 0;
}
.profile .step-blocks .step-block-content .notice .default {
  font-family: Arial, Helvetica, sans-serif;
}
.profile .step-blocks .step-block-content .row-fluid {
  margin-bottom: 0;
}
.profile .step-blocks .step-block-content .row-fluid input[type=text] {
  width: 100%;
}
.profile .step-blocks .special {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 20px;
  margin: 0;
}
.profile .step-blocks form .btn-business {
  padding: 8px 20px;
  font-size: 1.143em;
}
.profile .step-blocks form .btn-business + a {
  margin: 15px 0 0 25px;
  text-decoration: underline;
  color: #3E3D3C;
  display: inline-block;
}
.profile .step-blocks .password-box {
  padding: 15px 0 0 0;
}
.profile .step-blocks .steps-breadcrumb {
  font-size: 1em;
  margin-bottom: 20px;
}
.profile .step-blocks .steps-breadcrumb li {
  width: 33%;
  height: 50px;
}
.profile .step-blocks .steps-breadcrumb li .reinsurance-content {
  height: 20px;
  padding: 15px 0;
}
.profile .step-blocks .steps-breadcrumb li .text {
  line-height: 20px;
  margin-bottom: 10px;
}
.profile .step-blocks .steps-breadcrumb li a i,
.profile .step-blocks .steps-breadcrumb li span i {
  display: none;
}
.profile .step-blocks .steps-breadcrumb li span.number i {
  display: inline-block;
  position: relative;
  top: -5px;
}
.profile .step-blocks .box-error {
  padding: 10px;
  color: white;
  background-color: red;
  margin: 20px 35px 10px 0;
}
.profile .step-blocks .box-error i {
  float: left;
  margin-right: 10px;
}
.profile #profile h1 {
  margin-bottom: 40px;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.857em;
  line-height: 1em;
}
.profile .password-block .step-block-content {
  display: none;
}
.profile .password-block.full-display .step-block-content {
  display: block;
}

.toShow {
  display: none;
}
.toShow .chosen-container {
  width: 100% !important;
}

@media (max-width: 979px) {
  .account.profile .step-blocks .step-block-title {
    font-size: 0.9em;
  }
  .account.profile .step-blocks .password-box .ctn-digit {
    float: left;
  }
  .account.profile .step-blocks .password-box .password-output {
    float: left;
    position: relative;
    margin-top: 0;
  }
  .account.profile .step-blocks .password-box .password-script {
    height: 79px;
    padding-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .account.profile .step-blocks .chosen-container {
    width: 100% !important;
  }
  .account.profile .step-blocks .steps-breadcrumb .text {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .account.profile .step-blocks .step-block-title {
    height: auto;
  }
  .account.profile .step-blocks .step-block-title.aside-block, .account.profile .step-blocks .accordion .step-block-title.panel-header, .accordion .account.profile .step-blocks .step-block-title.panel-header {
    border-bottom: 50px solid white;
  }
  .account.profile .step-blocks .step-block-title .btn {
    padding: 10px 20px;
  }
  .account.profile .step-blocks .special {
    text-align: center;
  }
  .account.profile .step-blocks .info .bloc-info-left {
    font-size: 1.2em;
  }
  .account.profile .step-blocks .notice .iconbt-left {
    bottom: auto;
    top: 50%;
    margin-top: -18px;
  }
  .account.profile .step-blocks .password-box .password-script {
    margin: 0 auto;
    padding: 0;
  }
  .account.profile .step-blocks .password-box .password-script .text {
    display: block;
  }
  .account.profile .step-blocks .password-box .ctn-digit,
  .account.profile .step-blocks .password-box .password-output {
    display: inline-block;
    float: none;
    width: 100%;
    text-align: center;
  }
  .account.profile .step-blocks .password-box .password-output {
    padding-left: 15px;
  }
  .account.profile .step-blocks .password-box .btn {
    margin-right: 5px;
  }
  .account.profile .step-blocks .horizontal-form.form-validation .row-fluid {
    margin-left: 10px;
  }
  .account.profile .step-blocks #account-login,
  .account.profile .step-blocks #profile-edit,
  .account.profile .step-blocks #offers-edit {
    text-align: center;
  }
  .account.profile .step-blocks form .btn-business + a {
    margin-left: 0;
    display: block;
  }
  .account.profile .step-blocks .box-error {
    margin-right: 0;
    text-align: left;
  }
  .account.profile .step-blocks .steps-breadcrumb li .text {
    display: none;
  }
  .account.profile .step-blocks .steps-breadcrumb li i {
    display: inline-block;
    margin-top: -5px;
    margin-left: 15px;
  }
  .account.profile .step-blocks .steps-breadcrumb li .number {
    top: 4px;
    position: relative;
  }
  .account.profile .step-blocks .steps-breadcrumb li .number + .text + i {
    display: none;
  }
  .account.profile .demi .bloc-demi {
    width: 100%;
    float: none;
  }
  .account.profile .demi .bloc-demi + .bloc-demi {
    margin-top: 20px;
  }
  .account.profile .demi .bloc-demi + .bloc-demi .inside-demi {
    margin-left: 0;
  }
  .account.profile .demi .bloc-demi .inside-demi {
    margin-right: 0;
  }
  .account.profile .demi .bloc-demi .inside-demi h3 .wording {
    font-size: 1.5em;
  }
  .account.profile .demi .bloc-demi .inside-demi h3 .wording-important {
    color: #3E3D3C;
    padding-top: 2px;
  }
  #account-menu #profile h1 {
    display: none;
  }
  #account-menu #profile .row-fluid {
    margin-left: 0;
  }
  #account-menu #profile .row-fluid:last-child {
    text-align: center;
  }
  #account-menu #profile .box-error {
    margin-right: 0;
  }
}
.account #account #account-menu .contact-advisor {
  margin: 30px -30px;
  padding: 20px;
  text-align: center;
  background-color: #EBEBEB;
}
.account #account #account-menu .contact-advisor h3 {
  font-size: 1.286em;
  font-weight: 400;
  padding: 0 10px;
  line-height: 1.2em;
}
.account #account #account-menu .contact-advisor .contact-bloc {
  display: block;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.143em;
  line-height: 1.2em;
  color: #3E3D3C;
  text-decoration: none;
  margin-top: 25px;
}
.account #account #account-menu .contact-advisor .contact-bloc i {
  display: block;
  margin: 0 auto 10px;
}
.account #account #account-menu .contact-advisor .contact-bloc span {
  color: #339BBE;
  text-decoration: underline;
}
.account #account #account-menu .contact-advisor .contact-bloc span .number {
  text-decoration: none;
}
.account #account #account-menu .contact-advisor .contact-bloc em {
  display: block;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #6C6A68;
}
.account #account #account-menu .contact-advisor a {
  color: #339BBE;
  display: block;
}
.account #account #account-menu > a + div.contact-advisor {
  display: block !important;
}
.account #account h1 {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.857em;
  line-height: 1em;
  margin: 0 0 20px 0;
}
.account #account .notice p {
  margin-bottom: 5px;
  line-height: 20px;
}
.account #account .box-light-contract:hover {
  outline: 5px solid #BBBBBB;
}
.account #account .box-business {
  margin-top: 40px;
}
.account.contracts .notice .icon-left {
  top: auto;
  bottom: 30px;
}
.account .demi {
  margin-top: 25px;
}
.account .demi:before, .account .demi:after {
  content: " ";
  display: table;
}
.account .demi:after {
  clear: both;
}
.account .demi .bloc-demi .inside-demi {
  padding: 20px;
  margin-right: 13px;
  background-color: white;
}
.account .demi .bloc-demi .inside-demi h3 {
  font-family: "bnpp-square-light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  color: #009058;
  padding-bottom: 13px;
  margin-bottom: 10px;
  border-bottom: 1px solid #C5C4C4;
}
.account .demi .bloc-demi .inside-demi h3 .big-number {
  float: left;
  margin-right: 10px;
  font-family: "bnpp-square-condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 5em;
  line-height: 1em;
}
.account .demi .bloc-demi .inside-demi h3 .big-number small {
  font-size: 0.743em;
}
.account .demi .bloc-demi .inside-demi h3 .wording {
  display: block;
  font-size: 1.514em;
  line-height: 1.1em;
  letter-spacing: -0.06em;
}
.account .demi .bloc-demi .inside-demi h3 .wording-important {
  color: #3E3D3C;
  padding-top: 12px;
}
.account .demi .bloc-demi .inside-demi p {
  margin-bottom: 20px;
  line-height: 17px;
}
.account .demi .bloc-demi .inside-demi p strong {
  display: block;
}
.account .demi .bloc-demi .inside-demi time {
  font-family: "bnpp-square-condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 45px;
  font-size: 1.571em;
}
.account .demi .bloc-demi .inside-demi .btn {
  padding: 8px 12px;
  font-size: 1.143em;
}
.account .demi .bloc-demi .inside-demi img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.account .demi .bloc-demi + .bloc-demi .inside-demi {
  padding: 0;
  margin-right: 0;
  margin-left: 13px;
  background-color: transparent;
}
.account .d-only {
  display: block;
}
.account .m-only {
  display: none;
}

@media (min-width: 980px) {
  .account .demi .bloc-demi .btn {
    float: right;
  }
}
@media (min-width: 768px) {
  .account .demi .bloc-demi {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .account .demi .bloc-demi time {
    display: block;
  }
}
@media (max-width: 979px) {
  .account #account {
    margin-top: 0;
    height: auto !important;
  }
  .account #account #account-menu {
    margin-bottom: 30px;
  }
  .account #account #account-menu > a + div.contact-advisor,
  .account #account #account-menu > a + div + div.contact-advisor {
    display: none !important;
  }
  .account #account h1 {
    display: none;
  }
  .account .bloc-demi .inside-demi {
    text-align: center;
  }
  .account .bloc-demi .inside-demi h3, .account .bloc-demi .inside-demi p {
    text-align: left;
  }
  .account .demi .bloc-demi .inside-demi {
    font-size: 0.9em;
  }
  .account .demi .bloc-demi .inside-demi:before, .account .demi .bloc-demi .inside-demi:after {
    content: " ";
    display: table;
  }
  .account .demi .bloc-demi .inside-demi:after {
    clear: both;
  }
  .account .demi .bloc-demi .inside-demi h3 .big-number {
    font-size: 4em;
  }
  .account .demi .bloc-demi .inside-demi h3 .wording {
    font-size: 1.2em;
  }
  .account .demi .bloc-demi .inside-demi p {
    margin-bottom: 10px;
    line-height: 15px;
  }
  .account .d-only {
    display: none;
  }
  .account .m-only {
    display: block;
  }
  .account .m-only .demi {
    margin-bottom: 40px;
  }
  .account .contracts-details #account h1,
  .account .contracts-details #follow-details h1,
  .account .follow-claim #account h1,
  .account .follow-claim #follow-details h1 {
    display: block;
    font-size: 2.6em;
    margin-bottom: 10px;
    margin-top: -25px;
  }
}
@media (max-width: 767px) {
  .account.contracts .notice .iconbt-left {
    bottom: auto;
    top: 50%;
    margin-top: -18px;
  }
  .account.contracts-details #account h1,
  .account.contracts-details #follow-details h1,
  .account.follow-claim #account h1,
  .account.follow-claim #follow-details h1 {
    margin-top: 0;
  }
}
.account #quotations {
  margin-bottom: 25px;
}
.account #quotations h1 {
  margin-bottom: 20px;
}

@media screen and (max-width: 979px) {
  .account {
    /*.account .bloc-demi .inside-demi {
    text-align: center;
    }
    .account .bloc-demi .inside-demi h3, .account .bloc-demi .inside-demi p {
    text-align: left;
    }
    .account .demi .bloc-demi .inside-demi {
    font-size: .9em;
    }
    .account .demi .bloc-demi .inside-demi:before, .account .demi .bloc-demi .inside-demi:after {
    content: " ";
    display: table;
    }
    .account .demi .bloc-demi .inside-demi:after {
    clear: both;
    }
    .account .demi .bloc-demi .inside-demi h3 .big-number {
    font-size: 4em;
    }
    .account .demi .bloc-demi .inside-demi h3 .wording {
    font-size: 1.2em;
    }
    .account .demi .bloc-demi .inside-demi p {
    margin-bottom: 10px;
    line-height: 15px;
    }
    .account .d-only {
    display: none;
    }
    .account .m-only {
    display: block;
    }
    .account .m-only .demi {
    margin-bottom: 40px;
    }*/
  }
  .account #account-content #quotations h1 {
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  .account #account-content #quotations {
    margin-bottom: 0;
  }
  .account #account-content #quotations h1 {
    text-align: center;
    visibility: visible;
    font-size: 1.8em;
  }
}
.account #contracts-details #contact-info + form .row-fluid {
  margin: 0;
}
.account #contracts-details .flap-contract-info {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 10px 20px 15px;
  background-color: white;
}
.account #contracts-details .flap-contract-info .contract-renew:before, .account #contracts-details .flap-contract-info .contract-renew:after,
.account #contracts-details .flap-contract-info .contract-follow:before,
.account #contracts-details .flap-contract-info .contract-follow:after {
  content: " ";
  display: table;
}
.account #contracts-details .flap-contract-info .contract-renew:after,
.account #contracts-details .flap-contract-info .contract-follow:after {
  clear: both;
}
.account #contracts-details .flap-contract-info .contract-renew > div,
.account #contracts-details .flap-contract-info .contract-follow > div {
  margin-top: 17px;
  line-height: 1.3em;
}
.account #contracts-details .flap-contract-info .btn {
  font-size: 1.143em;
  text-align: center;
}
.account #contracts-details .flap-contract-info .contract-follow {
  padding-top: 15px;
  margin-top: 18px;
  border-top: 1px solid #C5C4C4;
}
.account #contracts-details .flap-contract-info .contract-follow > div {
  margin-top: 8px;
}
.account #contracts-details .flap-contract-info .contract-follow span {
  color: #009058;
}
.account #contracts-details .flap-contract-info .contract-follow span i {
  vertical-align: middle;
}
.account #contracts-details .step-blocks {
  margin-top: 30px;
}
.account #contracts-details .step-blocks .step-block-title {
  padding: 10px 20px 13px;
  height: 39px;
}
.account #contracts-details .step-blocks .step-block-title .btn {
  padding: 5px 20px;
  font-size: 1.143em;
}
.account #contracts-details .step-blocks .step-block-title p {
  margin-bottom: 0;
}
.account #contracts-details .step-blocks .step-block-content {
  padding: 20px;
  background-color: white;
}
.account #contracts-details .step-blocks .step-block-content .notice .iconbt-left {
  top: 50%;
  margin-top: -18px;
}
.account #contracts-details .step-blocks .step-block-content .notice a {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.286em;
  color: #339BBE;
}
.account #contracts-details .step-blocks .documents-list .document-item:last-child {
  border-bottom: none;
}
.account #contracts-details .step-blocks form .btn-business {
  padding: 8px 20px;
  font-size: 1.143em;
}
.account #contracts-details .step-blocks form .btn-business + a {
  margin: 15px 0 0 25px;
  text-decoration: underline;
  color: #3E3D3C;
  display: inline-block;
}

.contracts-details .box-corporate {
  margin-top: 25px;
}
.contracts-details .box-corporate h3 {
  font-size: 1.286em;
  text-transform: uppercase;
}
.contracts-details .box-business h3 {
  font-size: 1.286em;
  text-transform: uppercase;
}

@media (min-width: 980px) {
  .account #contracts-details .flap-contract-info .aside {
    margin-left: 20px;
    width: 40%;
  }
}
@media (min-width: 768px) {
  .account #contracts-details .flap-contract-info .btn {
    float: right;
  }
  .account #contracts-details .document-details {
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .account #contracts-details .head-contract h1 {
    display: block;
    margin: 0 0 10px 0;
    font-size: 2.6em;
  }
  .account #contracts-details .flap-contract-info .aside {
    width: 40%;
  }
  .account #contracts-details #bank-edit .span5 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .account #contracts-details .head-contract h1 {
    display: block;
    margin: 0 0 10px 0;
    font-size: 2.6em;
  }
  .account #contracts-details .flap-contract-info .aside-block, .account #contracts-details .flap-contract-info .accordion .panel-header, .accordion .account #contracts-details .flap-contract-info .panel-header {
    position: relative;
    padding-bottom: 50px;
  }
}
.account {
  background-color: #C5C4C4;
}
.account .fakebg {
  top: 0px;
}
.account .description-title strong {
  font-weight: 400;
}
.account .welcome-account {
  text-align: right;
}
.account .welcome-account .secured-area {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.account .welcome-account .secured-area i {
  margin-right: 10px;
}
.account #account-content h1 {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.857em;
  line-height: 1em;
}
.account #follow-details .head-contract {
  margin-bottom: 20px;
}
.account #follow-details .head-contract h1 {
  margin: 0 0 20px 0;
}
.account .head-contract {
  position: relative;
  margin-bottom: 30px;
}
.account .head-contract h1 {
  font-weight: 400;
  margin-bottom: 10px;
}
.account .head-contract .contract-subtitle {
  line-height: 16px;
  font-family: "bnpp-square-light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.714em;
  margin-bottom: 15px;
  display: block;
}
.account .head-contract small {
  line-height: 16px;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1em;
}
.account .head-contract small span {
  font-family: "bnpp-square-light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #339BBE;
}
.account .head-contract .btn {
  position: absolute;
  right: 20px;
  bottom: 0;
  padding: 12px 40px;
  font-size: 1.143em;
}
.account .back-menu-nav {
  text-align: right;
}
.account .back-menu-nav .back-menu {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
  color: #3E3D3C;
  margin-top: -25px;
}
.account .back-menu-nav .back-menu i {
  position: relative;
  top: 2px;
}
.account .back-menu-nav.bottom {
  margin: 25px 0;
}
.account .contracts-details #account-content,
.account .follow-claim #account-content {
  margin-top: -180px;
}
.account .steps-breadcrumb {
  margin-bottom: 40px;
}
.account .primary-title.corporate {
  margin-bottom: 40px;
}
.account .main-content .accordion .secondary-title {
  margin-bottom: 0;
  text-transform: uppercase;
}
.account .main-content .accordion .panel {
  background-color: #C5C4C4;
  margin: 0;
  padding: 20px;
}
.account .main-content .accordion .panel + .panel {
  margin: 2px 0 0;
}
.account .main-content .accordion .panel i[class^=iconbt-collapse] {
  top: 5px;
}
.account .main-content .accordion .panel.active i[class^=iconbt-collapse] {
  top: 10px;
  background-position: -14px -390px;
}
.account .main-content .accordion .panel-header {
  color: #3E3D3C;
  text-decoration: none;
}
.account .main-content .accordion .panel-collapse {
  margin-top: 25px;
  padding-left: 30px;
}

@media (min-width: 980px) {
  .account .page-title-content .description {
    left: 0;
  }
  .account .page-title-content,
  .account .page-title-container .title-ctner,
  .account .page-title-container .title {
    height: 365px;
  }
  .account .page-title-content .visual-ctner {
    right: -20px;
  }
  .account .page-title-container .visual {
    height: 245px;
    width: 360px;
  }
  .account .description-title {
    margin: 45px 0 0 0;
    line-height: 1em;
  }
  .account .welcome-claim {
    padding-top: 35px;
  }
  .account .welcome-claim-title {
    margin-bottom: 20px;
    font-size: 1.786em;
    line-height: 1.375em;
  }
  .account .welcome-claim-text {
    line-height: 1.571em;
  }
}
@media (min-width: 768px) {
  .account .welcome-account {
    padding-bottom: 120px;
    background: #848484;
  }
  .account .welcome-claim-title {
    font-weight: normal;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .account .details-page .back-menu.top-back {
    margin-right: 20px;
    margin-top: 0;
  }
}
@media (max-width: 979px) {
  .account .page-title-content,
  .account .page-title-container .title-ctner,
  .account .page-title-container .title {
    height: 320px;
  }
  .account .page-title-content .visual-ctner {
    right: -125px;
  }
  .account .description-title {
    margin: 60px 0 0 0;
    line-height: 1em;
  }
  .account .welcome-account {
    text-align: left;
    padding: 15px 0;
  }
  .account .welcome-account .secured-area {
    float: right;
    margin-bottom: 0;
  }
  .account #account-content {
    margin: 0 !important;
    height: auto !important;
    padding: 15px;
  }
  .account #account-content .notice {
    margin-bottom: 25px;
  }
  .account .details-page #account-menu,
  .account .makeaclaim #account-menu,
  .account .quotations #account-menu {
    background: none;
  }
  .account .details-page #account-menu > a,
  .account .makeaclaim #account-menu > a,
  .account .quotations #account-menu > a {
    display: none;
  }
  .account .details-page #account-menu > a + div,
  .account .makeaclaim #account-menu > a + div,
  .account .quotations #account-menu > a + div {
    top: 60px;
    background: none;
    position: relative;
  }
  #follow-details .step-block-content {
    background: white;
  }
}
@media (max-width: 767px) {
  .account #contracts-details .head-contract {
    padding-bottom: 60px;
  }
  .account .head-contract,
  .account .flap-contract-info {
    text-align: center;
  }
  .account .head-contract .aside,
  .account .flap-contract-info .aside {
    position: absolute;
    left: 0;
    bottom: 0;
    float: none;
    width: 100%;
    text-align: center;
  }
  .account .head-contract .btn,
  .account .flap-contract-info .btn {
    position: static;
  }
  .account .page-title-content,
  .account .page-title-container .title-ctner,
  .account .page-title-container .title {
    height: 195px;
  }
  .account .description-title {
    margin: 60px 0 0 0;
    font-size: 2.143em;
    line-height: 1em;
  }
  .account .welcome-account {
    text-align: center;
  }
  .account .welcome-account .secured-area {
    float: none;
  }
  .account .details-page #account-menu > a + div {
    padding-top: 30px;
  }
  .account .details-page .back-menu {
    text-align: center;
    display: block;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .account .details-page .back-menu.top-back {
    width: auto;
    margin: 5px 0 20px 0;
    background: white;
    padding: 10px 0;
  }
  .account .details-page .back-menu-nav.bottom {
    margin-bottom: 0;
  }
  .account .notice .phone-number {
    display: block;
  }
}
.account #follow-details .steps-breadcrumb .text {
  padding-left: 15px;
}
.account #follow-details .notice p {
  line-height: 20px;
  margin-bottom: 5px;
}
.account #follow-details .notice p.file-upload {
  margin-top: 15px;
}
.account #follow-details .notice p.file-upload > input {
  float: none;
  display: inline-block;
}
.account #follow-details .notice .control-group {
  display: none;
}

@media (max-width: 767px) {
  .account .follow-claim .welcome-account {
    padding-bottom: 160px;
  }
  .account .follow-claim .secured-area,
  .account .follow-claim .last-connexion {
    display: none;
  }
  .account .follow-claim #follow-details .notice .file-upload > input {
    width: 100%;
    display: block;
  }
  .account .follow-claim .documents-list {
    margin-top: 15px;
  }
}
.logged #main-content {
  max-width: 980px;
  margin: 0 auto;
}
.logged #account-content {
  margin-top: -150px;
}
.logged .welcome-account {
  text-align: right;
  padding-top: 40px;
  background: #848484;
  padding-bottom: 105px;
  line-height: 16px;
}
.logged .welcome-account .page-center {
  max-width: 980px;
  padding-right: 10px;
}
.logged .welcome-account .secured-area {
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.logged .welcome-account .secured-area i {
  margin-right: 10px;
}
.logged .portlet-nested-portlets .portlet-boundary {
  clear: both;
}
.logged .portlet-nested-portlets > .portlet-borderless-container > .portlet-body > .columns-2 > .portlet-layout > .span4 {
  width: 23.5%;
}
.logged .portlet-nested-portlets > .portlet-borderless-container > .portlet-body > .columns-2 > .portlet-layout > .span8 {
  width: 73.5%;
}
.logged .claim {
  width: 100%;
  position: relative;
  padding: 0 0 50px 2%;
  min-height: 400px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.logged #account-menu {
  padding: 25px 20px;
  background-color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  bottom: 230px;
}
.logged #account-menu > a {
  position: relative;
  display: block;
  color: #3E3D3C;
  text-transform: uppercase;
  height: 60px;
  line-height: 60px;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.logged #account-menu > a.active {
  font-family: "bnpp-square-bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #339BBE;
}
.logged #account-menu > a.active:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
  width: 9px;
  height: 12px;
  background: url("../images/master/picto/sprite-blue.png") no-repeat -45px -404px;
}
.logged #account-menu > a:hover {
  font-family: "bnpp-square-bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.logged #account-menu > a:nth-of-type(n+2) {
  border-top: 1px solid #D8D8D8;
}
.logged #account-menu > a span {
  vertical-align: middle;
  display: inline-block;
  line-height: 1em;
  max-width: 100%;
}
.logged .contact-advisor {
  margin: 30px -10px;
  padding: 20px;
  text-align: center;
  background-color: #EBEBEB;
  position: relative;
  bottom: 230px;
}
.logged .contact-advisor h3 {
  font-size: 1.286em;
  font-weight: 400;
  padding: 0 10px;
  line-height: 1.2em;
}
.logged .contact-advisor a {
  color: #339BBE;
  display: block;
}
.logged .contact-advisor em {
  display: block;
}
.logged .contact-advisor .contact-bloc {
  display: block;
  font-family: "bnpp-square-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.143em;
  line-height: 1.2em;
  color: #3E3D3C;
  text-decoration: none;
}
.logged .contact-advisor .contact-bloc span {
  color: #339BBE;
  text-decoration: underline;
}
.logged .contact-advisor .contact-bloc em {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #6c6a68;
}
.logged .contact-advisor .contact-bloc i {
  display: block;
  margin: 0 auto 10px;
}
.logged .contact-advisor > i.iconbt-callback,
.logged .contact-advisor > i.iconbt-mobile {
  margin-top: 25px;
}
.logged .contact-advisor > i.iconbt-contactform {
  margin-top: 20px;
}

@media (max-width: 979px) {
  .logged .welcome-account {
    text-align: left;
    padding: 15px 0;
  }
  .logged .welcome-account .secured-area {
    float: right;
    margin-bottom: 0;
  }
  .logged #main-content {
    max-width: 940px;
    margin: 0 auto;
  }
  .logged .portlet-nested-portlets .portlet-boundary {
    clear: both;
  }
  .logged .portlet-nested-portlets > .portlet-borderless-container > .portlet-body > .columns-2 > .portlet-layout > .span4 {
    width: 100%;
  }
  .logged .portlet-nested-portlets > .portlet-borderless-container > .portlet-body > .columns-2 > .portlet-layout > .span8 {
    width: 100%;
  }
  .logged .portlet-site-map .portlet-body {
    margin-top: 0;
    height: auto !important;
    position: relative;
    padding: 0;
    margin: 0 auto;
    width: auto;
    max-width: 720px;
  }
  .logged #account-menu {
    bottom: 0px;
    height: auto !important;
    margin: 0px 0px 30px 0px;
    padding: 0;
    background-color: transparent;
    border-color: #D8D8D8;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-top: none;
  }
  .logged #account-menu > a {
    font-size: 1.2em;
    padding: 0 20px;
    background-color: white;
    border-color: #D8D8D8;
    border-style: solid;
    border-width: 0 0 1px 0;
    height: 65px;
  }
  .logged #account-menu > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    width: 9px;
    height: 12px;
    background-image: url("../images/master/picto/sprite-blue.png");
    background-repeat: no-repeat;
    background-position: -45px -404px;
  }
  .logged #account-menu > a.active {
    border-bottom: none;
  }
  .logged #account-menu > a.active:after {
    right: 20px;
  }
  .logged #account-menu > a:nth-of-type(n+2) {
    border-top: none;
  }
  .logged.hideMobileNav #account-menu > a {
    display: none;
  }
  .logged .contact-advisor {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .logged.hideWelcomeBar .welcome-account {
    padding-bottom: 160px;
  }
  .logged.hideWelcomeBar #account-content {
    margin-top: -180px !important;
  }
  .claim.logged #account-menu #private-claim .claim-steps {
    margin-top: 60px;
  }
  .claim.logged #account-menu #private-claim #account-content h1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .logged .page-title-content .title-ctner .page-center .title .description .description-title {
    margin: 0 0 5px 0;
    font-size: 1.7em;
  }
  .logged .page-title-content,
  .logged .page-title-content .title-ctner,
  .logged .page-title-content .title-ctner .page-center .title {
    height: 195px;
  }
  .logged .page-title-content {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .logged .welcome-account {
    text-align: center;
  }
  .logged .welcome-account .secured-area {
    float: none;
  }
  .logged.hideWelcomeBar .welcome-account {
    display: none;
  }
}
span.iconbt-list-corpo {
  height: 20px;
  width: 18px;
  background-position: -94px -442px;
}

span.iconbt-pdf {
  height: 25px;
  width: 25px;
  background-position: -446px -448px;
}

span.iconbt-desktop {
  height: 38px;
  width: 38px;
  background-position: -242px -241px;
}

span.iconbt-mobile {
  height: 38px;
  width: 38px;
  background-position: 0px -241px;
}

span.iconbt-swap-mobil {
  height: 59px;
  width: 59px;
  background-position: -412px -491px;
}

span.iconbt-documents-business {
  height: 46px;
  width: 36px;
  background-position: -23px -498px;
}

#offers tbody th span[class^=iconbt-collapse] {
  background-position: -54px -364px;
  position: absolute;
  float: right;
  margin-top: 2px;
  width: 13px;
  height: 13px;
  right: 10px;
  top: 26%;
}

#offers tbody tr.active th span[class^=iconbt-collapse] {
  background-position: -54px -385px;
}

.product #vertical-tabs .pdf span,
.product #vertical-tabs #documentation .grid-doc .bloc-doc span.iconbt-pdf {
  vertical-align: middle;
}

.product #vertical-tabs #documentation .grid-doc .bloc-doc h3 span {
  margin-right: 20px;
}

.product #vertical-tabs #faq .panel span[class^=iconbt-collapse] {
  top: 5px;
}

.product #vertical-tabs #faq .panel.active span[class^=iconbt-collapse] {
  top: 10px;
  background-position: -14px -390px;
}

.panel-group.aside-left span[class^=iconbt-collapse] {
  left: 0;
  right: auto;
}

.panel-group span[class^=iconbt-collapse] {
  position: absolute;
  right: 0;
  top: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 12px !important;
    text-align: left !important;
    width: 100% !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@media print {
  #cookie-banner,
  .lang-banner,
  .page-title-content,
  .basic-breadcrumb,
  .steps-breadcrumb,
  .footer-about,
  .footer-subscribe,
  .footer-links-banner,
  .footer-contact,
  .form-validator-stack {
    display: none !important;
  }
  span.contact-phone {
    display: block !important;
  }
  span.contact-phone a[href]:after {
    content: "" !important;
  }
  .name-confirm {
    text-align: center !important;
  }
  .name-confirm i {
    display: none;
  }
  .personal-subscription {
    padding-bottom: 0px !important;
  }
  .personal-subscription > h2,
  .personal-subscription > form {
    display: none !important;
  }
  .border-title {
    width: 100% !important;
  }
  .border-title:after {
    display: none !important;
    height: 0;
  }
  .between-two {
    height: 20px !important;
    margin-bottom: 50px !important;
  }
  .checkout-box {
    margin: 0 !important;
    padding: 0 !important;
    float: left !important;
  }
  .notice {
    padding: 2px !important;
    border: 1px solid light-grey !important;
    margin: 0px 0px 20px 0px !important;
    width: 660px !important;
  }
  .notice i {
    display: none !important;
  }
  .border-title {
    margin-top: 10px !important;
  }
  .print-btn {
    display: none !important;
  }
  .step-content.tab {
    margin: 0 !important;
    padding-left: 0 !important;
    width: 660px !important;
  }
  .step-list .step {
    margin-bottom: 10px !important;
  }
  .step-list .step > i[class^=iconbt-] {
    display: none !important;
  }
  .no-print {
    display: none !important;
  }
  .span5 {
    width: 40% !important;
    display: inline-block !important;
    margin: 0 2% 0 0 !important;
  }
  .row-fluid .btn {
    margin-top: 0px !important;
    padding: 0 !important;
  }
  .top-elements .span8 {
    width: 65% !important;
    float: left !important;
  }
  .top-elements .span4 {
    width: 35% !important;
    float: right !important;
    position: absolute !important;
    right: 0px !important;
    top: 0px !important;
    margin-left: 2.5% !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
  }
  .bloc-title {
    width: 60% !important;
    float: left !important;
  }
  .bloc-title .border-title {
    width: 55% !important;
  }
  .aside {
    padding-top: 20px !important;
    text-align: right !important;
  }
  .bloc-title p {
    padding-bottom: 20px !important;
  }
  .main-price {
    width: 60% !important;
    float: left !important;
  }
  .main-price:before {
    display: none !important;
    height: 0 !important;
  }
  .main-price span {
    padding-left: 0px !important;
    width: 53% !important;
  }
  .main-price .aside {
    padding-top: 0px !important;
    text-align: right !important;
    position: relative !important;
    bottom: 35px !important;
    left: 150px !important;
  }
  .intro {
    clear: both;
    padding: 0px !important;
    width: 75% !important;
  }
  .intro .checked {
    padding-left: 20px !important;
    margin: 0 !important;
  }
  .intro .checked i {
    display: none !important;
  }
  .intro .stars {
    display: none !important;
  }
  .policy-board {
    width: 90% !important;
  }
  .option {
    border: 5px solid lightgrey !important;
    margin-bottom: 15px !important;
  }
  .option label {
    position: relative !important;
    top: 20px !important;
    padding-left: 0px !important;
    width: 53% !important;
  }
  .option .secondary-price {
    padding-top: 0px !important;
    text-align: right !important;
    position: relative !important;
    bottom: 25px !important;
    right: 0px !important;
  }
  .option p {
    padding: 0px 10px 10px 10px !important;
  }
  .bottom-elements.span8 {
    width: 65% !important;
  }
  .bottom-elements i {
    display: none !important;
  }
  .bottom-elements .span4 {
    width: 32% !important;
  }
  .bottom-elements .span4 strong {
    display: inline !important;
  }
  .panel-header {
    border: 1px solid black !important;
  }
  .panel-collapse h3 {
    border-top: 1px solid black !important;
  }
  #cart h2 .triangle-down div, .product #main-product #bloc-get-quote h2 .triangle-down div {
    width: 0 !important;
  }
  #cart h2, .product #main-product #bloc-get-quote h2 {
    text-align: center !important;
  }
  #cart h2 .triangle-down div, .product #main-product #bloc-get-quote h2 .triangle-down div {
    width: 0 !important;
  }
  #cart .details-price p, .product #main-product #bloc-get-quote .details-price p {
    width: 100% !important;
  }
  #cart .details-price p span, .product #main-product #bloc-get-quote .details-price p span {
    text-align: right !important;
    padding-right: 15px !important;
    position: relative !important;
    bottom: 15px !important;
  }
  #cart .details-price p span span, .product #main-product #bloc-get-quote .details-price p span span {
    position: relative !important;
    top: 0px !important;
  }
  #cart .details-price .sub-total, .product #main-product #bloc-get-quote .details-price .sub-total {
    border-width: 2px !important;
  }
  #cart input, .product #main-product #bloc-get-quote input {
    background-color: white !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
  #cart .cart-bottom .total, .product #main-product #bloc-get-quote .cart-bottom .total {
    width: 100% !important;
  }
  #cart .cart-bottom .total span, .product #main-product #bloc-get-quote .cart-bottom .total span {
    text-align: right !important;
    padding-right: 15px !important;
    position: relative !important;
    bottom: 15px !important;
  }
  #cart .cart-bottom .total span span, .product #main-product #bloc-get-quote .cart-bottom .total span span {
    position: relative !important;
    top: 0px !important;
  }
  #cart .cart-bottom > button, .product #main-product #bloc-get-quote .cart-bottom > button {
    text-align: center !important;
  }
  #cart .cart-bottom .or, .product #main-product #bloc-get-quote .cart-bottom .or {
    text-align: center !important;
  }
  #cart .conditions, .product #main-product #bloc-get-quote .conditions {
    padding: 10px !important;
    width: 80% !important;
    text-align: center !important;
    margin-bottom: 20px !important;
  }
  #cart .conditions input[type=checkbox], .product #main-product #bloc-get-quote .conditions input[type=checkbox] {
    display: none !important;
  }
  #cart .btns, .product #main-product #bloc-get-quote .btns {
    padding: 0 !important;
  }
  #cart .btns a, .product #main-product #bloc-get-quote .btns a {
    margin-bottom: 40px !important;
    text-align: center !important;
    padding: 0 !important;
  }
  #cart .btns a small, .product #main-product #bloc-get-quote .btns a small {
    display: inline !important;
  }
  .any-questions {
    display: block !important;
  }
  .any-questions h2 {
    text-align: center !important;
  }
  .any-questions i {
    display: none !important;
  }
  .any-questions .speak {
    text-align: center !important;
  }
  .companion {
    display: none !important;
  }
  .navbar-brand a:after {
    content: "" !important;
  }
  .quotation {
    margin-top: 70px !important;
  }
  label.checkbox:before {
    display: none !important;
  }
  .bottom-elements .actions,
  .bottom-elements .back {
    display: none !important;
  }
  span.numbers {
    display: block !important;
    float: left !important;
    margin-right: 18px !important;
    font-size: 1.286em !important;
    line-height: 1.278em !important;
    text-transform: uppercase !important;
  }
  .step-title {
    display: none !important;
  }
  .welcome-claim-title {
    display: none !important;
  }
  .footer-misc #p_p_id_56_INSTANCE_footerCobrandingCardifLogo_ .journal-content-article {
    float: right !important;
    clear: none !important;
    width: 230px !important;
    height: 70px !important;
  }
  .footer-misc #p_p_id_56_INSTANCE_footerCobrandingCardifLogo_ .journal-content-article img {
    display: block !important;
    float: right !important;
    text-align: right !important;
    width: 230px !important;
    height: 70px !important;
  }
  .footer-misc #p_p_id_56_INSTANCE_footerLegalContent_ {
    display: none !important;
  }
}

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