/**
 * Clay 3.105.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.105.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;
}

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

.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;
  width: 320px;
  will-change: transform;
}
.contextual-sidebar.contextual-sidebar-visible {
  pointer-events: auto;
  transform: translateX(0);
}

@media (min-width: 576px) {
  .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(/o/corporate-gie-theme/images/states/empty_state.gif);
}
@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(/o/corporate-gie-theme/images/states/empty_state_reduced_motion.gif);
  }
}
.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(/o/corporate-gie-theme/images/states/empty_state_reduced_motion.gif);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(/o/corporate-gie-theme/images/states/search_state.gif);
  max-width: 210px;
  padding-top: 232px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-search-result-message-header {
    background-image: url(/o/corporate-gie-theme/images/states/search_state_reduced_motion.gif);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(/o/corporate-gie-theme/images/states/search_state_reduced_motion.gif);
}
.taglib-empty-result-message .taglib-empty-state {
  background-image: url(/o/corporate-gie-theme/images/states/empty_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-state {
    background-image: url(/o/corporate-gie-theme/images/states/empty_state_reduced_motion.gif);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-state {
  background-image: url(/o/corporate-gie-theme/images/states/empty_state_reduced_motion.gif);
}
.taglib-empty-result-message .taglib-success-state {
  background-image: url(/o/corporate-gie-theme/images/states/success_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-success-state {
    background-image: url(/o/corporate-gie-theme/images/states/success_state_reduced_motion.gif);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-success-state {
  background-image: url(/o/corporate-gie-theme/images/states/success_state_reduced_motion.gif);
}
.taglib-empty-result-message .taglib-search-state {
  background-image: url(/o/corporate-gie-theme/images/states/search_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-search-state {
    background-image: url(/o/corporate-gie-theme/images/states/search_state_reduced_motion.gif);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-search-state {
  background-image: url(/o/corporate-gie-theme/images/states/search_state_reduced_motion.gif);
}
.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 {
    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 {
  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 {
  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;
  }
}

.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: #6b6c7e;
}

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

.file-icon-color-2 {
  background-color: #fff;
  color: #50d2a0;
}

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

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

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

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

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

.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: #6b6c7e;
}

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

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

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

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

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

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

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

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

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

.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;
  padding: 3px 12px 3px 24px;
  position: relative;
}
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;
    transition: opacity 0.25s, transform 0.25s;
    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: 14px;
  font-weight: 600;
}
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: transparent;
    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;
    transform: translateY(-97%);
  }
}
@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 {
    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: transparent;
    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;
    transform: translateY(-97%);
  }
}
@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: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}
.portlet > .portlet-content-editable {
  border-color: transparent;
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.portlet-name-text {
  font-size: 0.875rem;
  font-weight: 600;
}

.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.25s, transform 0.25s;
    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: 1px 1px 1px 1px;
  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;
}

/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */
/* inject:imports */
/* endinject */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
#page, #senna_surface1 {
  padding: 0;
  /* Traitement des régles CSS modifiées au changement de version */
  /* Positionnement des cases à cocher et du label */
  /* Affichage des étiquettes sur les notes de blogs (Actualite) */
  /* Adaptation Migration 7.4.3.105 */
  /* Position des notifications sur l'icone utilisateur */
}
#page .radio,
#page .checkbox, #senna_surface1 .radio,
#senna_surface1 .checkbox {
  margin-bottom: 10px;
  margin-top: 10px;
}
#page .radio label, #page .checkbox label, #senna_surface1 .radio label, #senna_surface1 .checkbox label {
  padding-left: 20px;
}
#page .radio input[type=radio], #page .checkbox input[type=checkbox], #senna_surface1 .radio input[type=radio], #senna_surface1 .checkbox input[type=checkbox] {
  margin-left: -20px;
  position: absolute;
}
#page .radio + .radio,
#page .checkbox + .checkbox, #senna_surface1 .radio + .radio,
#senna_surface1 .checkbox + .checkbox {
  margin-top: -5px;
}
#page .portlet-blogs .label.label-lg.label-secondary.text-uppercase,
#page .portlet-blogs .taglib-categorization-filter .label-item, #senna_surface1 .portlet-blogs .label.label-lg.label-secondary.text-uppercase,
#senna_surface1 .portlet-blogs .taglib-categorization-filter .label-item {
  text-transform: capitalize !important;
}
#page .cadmin, #senna_surface1 .cadmin {
  /* Couleur grise sur les 3 petits points d'une banderole d'application */
  /* Enlever padding dans les configuration d'une portlet */
  /* Couleur de survol des boutons du menu de gauche */
}
#page .cadmin .component-action.portlet-options, #senna_surface1 .cadmin .component-action.portlet-options {
  color: inherit !important;
}
#page .cadmin .container-form-lg, #senna_surface1 .cadmin .container-form-lg {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
#page .cadmin .product-menu .list-group-item .list-group-heading:hover, #senna_surface1 .cadmin .product-menu .list-group-item .list-group-heading:hover {
  color: white !important;
}
#page .cadmin .product-menu .list-group-item .nav-item a:hover, #senna_surface1 .cadmin .product-menu .list-group-item .nav-item a:hover {
  color: #aeaeae !important;
}
#page .cadmin input[type=radio], #page .cadmin input[type=checkbox], #senna_surface1 .cadmin input[type=radio], #senna_surface1 .cadmin input[type=checkbox] {
  position: relative !important;
}
#page .user-avatar-link, #senna_surface1 .user-avatar-link {
  position: relative;
}
#page .user-avatar-link .panel-notifications-count, #senna_surface1 .user-avatar-link .panel-notifications-count {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
}
#page .accueilaccroche, #senna_surface1 .accueilaccroche {
  position: relative;
  width: 100%;
  margin: 0;
}
#page .accueilaccroche a, #senna_surface1 .accueilaccroche a {
  cursor: pointer;
  text-decoration: none;
  border: none;
}
#page .accueilaccroche a .slogangie, #senna_surface1 .accueilaccroche a .slogangie {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  color: #0063ac;
  background-color: rgba(236, 237, 237, 0.7);
  padding: 1.5rem;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}
#page .accueilaccroche .accroche, #senna_surface1 .accueilaccroche .accroche {
  display: block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  border-top: 1px solid #366384;
  border-bottom: 1px solid #366384;
  border-left: 1px solid #366384;
  border-right: 1px solid #366384;
  text-decoration: none;
  min-height: 370px;
  /* img {
  	height: 400px;
    		max-width: none;

    		@media (max-width: $screen-tablet-landscape-max) {
    			height: 420px;
    		}

    		@media (max-width: $screen-phone-landscape-max) {
    			height: 320px;
    		}

    		@media (max-width: $screen-phone-portrait-max) {
    			height: 200px;
    		}
  } */
}
@media (max-width: 991px) {
  #page .accueilaccroche .accroche, #senna_surface1 .accueilaccroche .accroche {
    min-height: 0;
  }
}
#page .accueilaccroche .actus-block, #senna_surface1 .accueilaccroche .actus-block {
  background-color: white;
  padding: 10px;
  padding-left: 15px;
  padding-top: 15px;
  vertical-align: top;
  border-top: 1px solid #366384;
  border-bottom: 1px solid #366384;
  border-left: 1px solid #366384;
  border-right: 1px solid #366384;
  min-height: 370px;
}
#page .accueilaccroche .actus-block .title, #senna_surface1 .accueilaccroche .actus-block .title {
  color: #0063ac;
  width: 100%;
  font-size: 18px;
  line-height: 18px;
  text-align: left;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
#page .accueilaccroche .actus-block .title a, #senna_surface1 .accueilaccroche .actus-block .title a {
  color: #0063ac;
  font-weight: bold;
  border-bottom: 1px solid #eceded !important;
}
#page .accueilaccroche .actus-block .liste-actus, #page .accueilaccroche .actus-block .social-bar, #senna_surface1 .accueilaccroche .actus-block .liste-actus, #senna_surface1 .accueilaccroche .actus-block .social-bar {
  list-style: none;
  margin-top: 14px;
  margin-left: 1rem;
  margin-bottom: 10px;
  padding-inline-start: 0;
  padding-left: 0;
}
#page .accueilaccroche .actus-block .liste-actus .actu, #senna_surface1 .accueilaccroche .actus-block .liste-actus .actu {
  padding-top: 0;
}
#page .accueilaccroche .actus-block .liste-actus .actu:hover, #page .accueilaccroche .actus-block .liste-actus .actu:focus, #senna_surface1 .accueilaccroche .actus-block .liste-actus .actu:hover, #senna_surface1 .accueilaccroche .actus-block .liste-actus .actu:focus {
  background-color: #eceded;
  transform: scale(1.02);
  cursor: pointer;
}
#page .accueilaccroche .actus-block .liste-actus .actu .text, #senna_surface1 .accueilaccroche .actus-block .liste-actus .actu .text {
  border-left: 3px solid #0063ac;
  color: #0063ac;
  font-size: 16px;
  text-align: left;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
#page .accueilaccroche .actus-block .liste-actus .actu .text p, #senna_surface1 .accueilaccroche .actus-block .liste-actus .actu .text p {
  padding-left: 10px;
  margin-bottom: 5px;
}
#page .accueilaccroche .actus-block .liste-actus .actu .date, #senna_surface1 .accueilaccroche .actus-block .liste-actus .actu .date {
  color: #8baed8;
  font-size: 14px;
  text-align: left;
  font-weight: normal;
  border-radius: 5px;
  padding: 0;
  margin-top: 20px;
}
#page .accueilaccroche .actus-block .liste-actus a:hover, #page .accueilaccroche .actus-block .liste-actus a:focus, #senna_surface1 .accueilaccroche .actus-block .liste-actus a:hover, #senna_surface1 .accueilaccroche .actus-block .liste-actus a:focus {
  text-decoration: none;
}
#page .accueilaccroche .actus-block .social-bar, #senna_surface1 .accueilaccroche .actus-block .social-bar {
  display: block;
  text-align: right;
  margin-right: 10px;
}
#page .accueilaccroche .actus-block .social-bar li, #senna_surface1 .accueilaccroche .actus-block .social-bar li {
  display: inline-block;
}
#page .accueilaccroche .actus-block .social-bar li a img, #senna_surface1 .accueilaccroche .actus-block .social-bar li a img {
  height: 20px;
}
#page .accueilaccroche .actus-block .social-bar li + li, #senna_surface1 .accueilaccroche .actus-block .social-bar li + li {
  margin-left: 0.3rem;
}
#page .portlet-blogs, #senna_surface1 .portlet-blogs {
  padding: 30px 40px;
}
@media (max-width: 767px) {
  #page .portlet-blogs, #senna_surface1 .portlet-blogs {
    padding: 15px;
  }
}
#page .portlet-blogs .subscribe, #senna_surface1 .portlet-blogs .subscribe {
  display: none;
}
#page .portlet-blogs .entry, #senna_surface1 .portlet-blogs .entry {
  background-color: white;
  webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
#page .portlet-blogs .entry .entry-title, #senna_surface1 .portlet-blogs .entry .entry-title {
  font-weight: 600;
  color: #0063ac;
}
#page .portlet-blogs .entry .entry-title a, #senna_surface1 .portlet-blogs .entry .entry-title a {
  color: #0063ac;
}
#page .portlet-blogs .entry .entry-date, #senna_surface1 .portlet-blogs .entry .entry-date {
  font-weight: normal;
  background: transparent;
  padding-left: 0;
}
#page .portlet-blogs .entry .entry-body, #senna_surface1 .portlet-blogs .entry .entry-body {
  padding: 25px 0 10px 0;
  margin-bottom: 0;
}
#page .portlet-blogs .entry .entry-body .entry-picture img, #senna_surface1 .portlet-blogs .entry .entry-body .entry-picture img {
  width: 100%;
}
#page .portlet-blogs .entry .entry-tags, #senna_surface1 .portlet-blogs .entry .entry-tags {
  display: block;
}
#page .portlet-blogs .entry .entry-tags .taglib-asset-tags-summary, #senna_surface1 .portlet-blogs .entry .entry-tags .taglib-asset-tags-summary {
  border: none;
  padding-left: 0;
}
#page .portlet-blogs .entry .entry-tags .taglib-asset-tags-summary .label, #senna_surface1 .portlet-blogs .entry .entry-tags .taglib-asset-tags-summary .label {
  background: transparent;
  background-color: #5093c4;
  padding: 0 5px;
  line-height: 28px;
  color: white;
  border-radius: 4px;
  font-weight: 400;
  font-style: normal;
  border: none;
}
#page .portlet-blogs .entry .entry-tags .taglib-asset-tags-summary .label:hover, #page .portlet-blogs .entry .entry-tags .taglib-asset-tags-summary .label:focus, #senna_surface1 .portlet-blogs .entry .entry-tags .taglib-asset-tags-summary .label:hover, #senna_surface1 .portlet-blogs .entry .entry-tags .taglib-asset-tags-summary .label:focus {
  text-decoration: none;
  background-color: #5093c4;
}
#page .portlet-blogs .entry.list, #senna_surface1 .portlet-blogs .entry.list {
  background-color: #ffffff;
  padding: 10px 30px 30px 30px;
  margin-top: 15px;
}
#page .portlet-blogs .entry.list .entry-title h2, #senna_surface1 .portlet-blogs .entry.list .entry-title h2 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}
#page .portlet-blogs .entry.list .entry-body, #senna_surface1 .portlet-blogs .entry.list .entry-body {
  padding: 5px 0 5px 0;
}
@media (max-width: 767px) {
  #page .portlet-blogs .entry.list .entry-description, #senna_surface1 .portlet-blogs .entry.list .entry-description {
    margin-top: 10px;
  }
}
#page .portlet-blogs .entry.list .entry-tags, #senna_surface1 .portlet-blogs .entry.list .entry-tags {
  margin-top: 15px;
}
#page .portlet-blogs .entry.list .entry-date, #senna_surface1 .portlet-blogs .entry.list .entry-date {
  color: #999;
}
#page .portlet-blogs .entry.list + .entry.list, #senna_surface1 .portlet-blogs .entry.list + .entry.list {
  margin-top: 0px;
}
@media (max-width: 767px) {
  #page .portlet-blogs .entry.list + .entry.list, #senna_surface1 .portlet-blogs .entry.list + .entry.list {
    margin-top: 20px;
  }
}
#page .portlet-blogs .input-container > .widget-mode-detail, #senna_surface1 .portlet-blogs .input-container > .widget-mode-detail {
  /* .inline-item-before, .username {
  	display:none;
  } */
}
#page .portlet-blogs .input-container > .widget-mode-detail, #senna_surface1 .portlet-blogs .input-container > .widget-mode-detail {
  background-color: white;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
  border-radius: 8px;
}
#page .portlet-blogs .input-container > .widget-mode-detail .entry-tags, #senna_surface1 .portlet-blogs .input-container > .widget-mode-detail .entry-tags {
  display: block;
}
#page .portlet-blogs .input-container > .widget-mode-detail .entry-tags .taglib-asset-tags-summary, #senna_surface1 .portlet-blogs .input-container > .widget-mode-detail .entry-tags .taglib-asset-tags-summary {
  border: none;
  padding-left: 0;
}
#page .portlet-blogs .input-container > .widget-mode-detail .entry-tags .taglib-asset-tags-summary .label, #senna_surface1 .portlet-blogs .input-container > .widget-mode-detail .entry-tags .taglib-asset-tags-summary .label {
  background: transparent;
  background-color: #5093c4;
  padding: 0 5px;
  line-height: 28px;
  color: white;
  border-radius: 4px;
  font-weight: 400;
  font-style: normal;
  border: none;
}
#page .portlet-blogs .input-container > .widget-mode-detail .entry-tags .taglib-asset-tags-summary .label:hover, #page .portlet-blogs .input-container > .widget-mode-detail .entry-tags .taglib-asset-tags-summary .label:focus, #senna_surface1 .portlet-blogs .input-container > .widget-mode-detail .entry-tags .taglib-asset-tags-summary .label:hover, #senna_surface1 .portlet-blogs .input-container > .widget-mode-detail .entry-tags .taglib-asset-tags-summary .label:focus {
  text-decoration: none;
  background-color: #5093c4;
}
#page .portlet-blogs .input-container > .widget-mode-detail .title, #senna_surface1 .portlet-blogs .input-container > .widget-mode-detail .title {
  display: inline-block;
  font-size: 31.5px;
  line-height: 40px;
  font-weight: 600;
  color: #0063ac;
}
#page .portlet-blogs .input-container > .widget-mode-detail .title h3, #senna_surface1 .portlet-blogs .input-container > .widget-mode-detail .title h3 {
  float: left;
}
@media (max-width: 479px) {
  #page .portlet-blogs .input-container > .widget-mode-detail .title h3, #senna_surface1 .portlet-blogs .input-container > .widget-mode-detail .title h3 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 0;
    margin-inline-start: 0px;
    margin-left: 0px;
  }
}
#page .portlet-blogs .input-container > .widget-mode-detail .title .edit-actions, #senna_surface1 .portlet-blogs .input-container > .widget-mode-detail .title .edit-actions {
  float: left;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
  box-shadow: none;
}
@media (max-width: 479px) {
  #page .portlet-blogs .input-container > .widget-mode-detail .title .edit-actions, #senna_surface1 .portlet-blogs .input-container > .widget-mode-detail .title .edit-actions {
    padding-top: 0;
  }
}
#page .portlet-blogs .input-container > .widget-mode-detail .title .edit-actions li, #senna_surface1 .portlet-blogs .input-container > .widget-mode-detail .title .edit-actions li {
  float: left;
}
#page .portlet-blogs .input-container > .widget-mode-detail .title .edit-actions li a .taglib-text, #senna_surface1 .portlet-blogs .input-container > .widget-mode-detail .title .edit-actions li a .taglib-text {
  display: none;
}
#page .portlet-blogs .input-container > .widget-mode-detail .title .edit-actions li + li, #senna_surface1 .portlet-blogs .input-container > .widget-mode-detail .title .edit-actions li + li {
  margin-left: 10px;
}
#page .portlet-blogs .input-container > .widget-mode-detail .widget-metadata, #senna_surface1 .portlet-blogs .input-container > .widget-mode-detail .widget-metadata {
  color: #999;
}
#page .portlet-blogs .input-container > .widget-mode-detail .widget-mode-detail-text, #senna_surface1 .portlet-blogs .input-container > .widget-mode-detail .widget-mode-detail-text {
  margin-top: 0;
}
#page .portlet-blogs .input-container > .widget-mode-detail .widget-mode-detail-text img, #senna_surface1 .portlet-blogs .input-container > .widget-mode-detail .widget-mode-detail-text img {
  margin: 0 10px 0 0 !important;
  width: 40% !important;
  float: left !important;
}
#page .portlet-blogs .input-container > .widget-mode-detail .widget-mode-detail-text p, #senna_surface1 .portlet-blogs .input-container > .widget-mode-detail .widget-mode-detail-text p {
  font-size: 14px;
  line-height: 1.2;
  color: #333;
}
#page .portlet-blogs .input-container > .widget-mode-detail div.col-md-8.mx-auto.widget-mode-detail, #senna_surface1 .portlet-blogs .input-container > .widget-mode-detail div.col-md-8.mx-auto.widget-mode-detail {
  margin-bottom: 10px;
  padding-top: 0;
}
@media (max-width: 479px) {
  #page .portlet-blogs .input-container > .widget-mode-detail, #senna_surface1 .portlet-blogs .input-container > .widget-mode-detail {
    padding: 15px;
  }
}
#page .portlet-blogs .taglib-categorization-filter, #senna_surface1 .portlet-blogs .taglib-categorization-filter {
  font-weight: 900;
}
#page .portlet-blogs .taglib-categorization-filter .asset-entry, #senna_surface1 .portlet-blogs .taglib-categorization-filter .asset-entry {
  background-color: #5093c4;
  padding: 5px 20px;
  color: white;
  border-radius: 4px;
  font-weight: 400;
  font-style: normal;
  border: none;
  margin-left: 10px;
  font-size: 0.95em;
}
#page .portlet-blogs .taglib-categorization-filter .asset-entry:hover .icon-remove, #page .portlet-blogs .taglib-categorization-filter .asset-entry:focus .icon-remove, #senna_surface1 .portlet-blogs .taglib-categorization-filter .asset-entry:hover .icon-remove, #senna_surface1 .portlet-blogs .taglib-categorization-filter .asset-entry:focus .icon-remove {
  background-color: #5093c4;
}
#page .portlet-blogs .taglib-categorization-filter .asset-entry .textboxlistentry-remove, #senna_surface1 .portlet-blogs .taglib-categorization-filter .asset-entry .textboxlistentry-remove {
  color: #ffffff;
  font-size: 0.9em;
  font-weight: 900;
}
#page .portlet-blogs .taglib-categorization-filter .asset-entry a:hover, #page .portlet-blogs .taglib-categorization-filter .asset-entry a:focus, #senna_surface1 .portlet-blogs .taglib-categorization-filter .asset-entry a:hover, #senna_surface1 .portlet-blogs .taglib-categorization-filter .asset-entry a:focus {
  text-decoration: none;
}
@media (max-width: 991px) {
  #page .portlet-blogs .navbar, #senna_surface1 .portlet-blogs .navbar {
    display: none;
  }
}
#page .portlet-blogs .navbar .navbar-inner, #senna_surface1 .portlet-blogs .navbar .navbar-inner {
  padding: 10px 50px;
}
#page .portlet-blogs .navbar .navbar-inner .navbar-search button[type=submit], #senna_surface1 .portlet-blogs .navbar .navbar-inner .navbar-search button[type=submit] {
  background-color: #5093c4;
  background-image: none;
  color: #ffffff;
  border-top: none;
  border-right: none;
  text-shadow: none;
  border-bottom: 2px solid #5093c4;
  outline: none;
}
#page #back-to-top, #senna_surface1 #back-to-top {
  position: fixed;
  padding: 0;
  bottom: 11rem;
  right: 1rem;
  background-color: transparent;
  outline: none;
  border: none;
  z-index: 5;
  cursor: pointer;
}
@media (max-width: 991px) {
  #page #back-to-top, #senna_surface1 #back-to-top {
    bottom: 16rem;
  }
}
#page .card.card-2colors, #senna_surface1 .card.card-2colors {
  width: 280px;
  min-height: 190px;
  position: relative;
  text-align: center;
  border: 1px solid #ededed;
}
#page .card.card-2colors .link, #senna_surface1 .card.card-2colors .link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #ffffff;
}
#page .card.card-2colors .link img, #senna_surface1 .card.card-2colors .link img {
  height: 80px;
  margin-top: 5px;
  display: inline-block;
}
#page .card.card-2colors .link .text, #senna_surface1 .card.card-2colors .link .text {
  position: absolute;
  bottom: 0;
  top: 100px;
  right: 0;
  left: 0;
  background-color: #5093c4;
  color: #ffffff;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
#page .card.card-actu, #senna_surface1 .card.card-actu {
  position: relative;
  width: 250px;
  height: 230px;
  background-color: #ffffff;
}
@media (max-width: 479px) {
  #page .card.card-actu, #senna_surface1 .card.card-actu {
    width: 100%;
  }
}
#page .card.card-actu .thumbnail, #senna_surface1 .card.card-actu .thumbnail {
  max-width: 100%;
  margin-bottom: 10px;
}
#page .card.card-actu .link, #senna_surface1 .card.card-actu .link {
  color: #000000;
}
#page .card.card-actu .text, #senna_surface1 .card.card-actu .text {
  padding: 10px;
}
#page .card.card-actu .icon-plus-sign, #senna_surface1 .card.card-actu .icon-plus-sign {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #5093c4;
}
#page .card.card-hexa, #senna_surface1 .card.card-hexa {
  position: relative;
  display: block;
  width: 100px;
  height: 160px;
  border: 0;
  background-color: transparent;
}
@media (max-width: 767px) {
  #page .card.card-hexa, #senna_surface1 .card.card-hexa {
    width: 100%;
    height: auto;
  }
}
#page .card.card-hexa:hover, #page .card.card-hexa:focus, #senna_surface1 .card.card-hexa:hover, #senna_surface1 .card.card-hexa:focus {
  transform: none;
  cursor: default;
}
@media (min-width: 768px) {
  #page .card.card-hexa:hover, #page .card.card-hexa:focus, #senna_surface1 .card.card-hexa:hover, #senna_surface1 .card.card-hexa:focus {
    cursor: pointer;
  }
  #page .card.card-hexa:hover .title, #page .card.card-hexa:focus .title, #senna_surface1 .card.card-hexa:hover .title, #senna_surface1 .card.card-hexa:focus .title {
    transform: scale(1.02);
  }
  #page .card.card-hexa:hover:before, #page .card.card-hexa:focus:before, #senna_surface1 .card.card-hexa:hover:before, #senna_surface1 .card.card-hexa:focus:before {
    transform: scale(1.02) rotate(22.5deg);
  }
  #page .card.card-hexa:hover:after, #page .card.card-hexa:focus:after, #senna_surface1 .card.card-hexa:hover:after, #senna_surface1 .card.card-hexa:focus:after {
    transform: scale(1.02) rotate(-22.5deg);
  }
}
@media (min-width: 768px) {
  #page .card.card-hexa:nth-child(odd) .title, #senna_surface1 .card.card-hexa:nth-child(odd) .title {
    background-color: #8baed8;
  }
  #page .card.card-hexa:nth-child(odd):before, #page .card.card-hexa:nth-child(odd):after, #senna_surface1 .card.card-hexa:nth-child(odd):before, #senna_surface1 .card.card-hexa:nth-child(odd):after {
    background-color: #8baed8;
  }
}
@media (min-width: 768px) {
  #page .card.card-hexa:nth-child(4) .title, #senna_surface1 .card.card-hexa:nth-child(4) .title {
    background-color: #0063ac;
  }
  #page .card.card-hexa:nth-child(4):before, #page .card.card-hexa:nth-child(4):after, #senna_surface1 .card.card-hexa:nth-child(4):before, #senna_surface1 .card.card-hexa:nth-child(4):after {
    background-color: #0063ac;
  }
}
@media (min-width: 768px) {
  #page .card.card-hexa .title, #senna_surface1 .card.card-hexa .title {
    font-size: 14px;
    color: #ffffff;
    background-color: #5093c4;
    width: 111px;
    height: 111px;
    padding: 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 20px;
    position: absolute;
    top: 17px;
    left: -25px;
    z-index: 2;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  #page .card.card-hexa .title, #senna_surface1 .card.card-hexa .title {
    background-color: #5093c4;
    color: #ffffff;
    padding: 15px;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
#page .card.card-hexa .description, #senna_surface1 .card.card-hexa .description {
  display: none;
}
@media (max-width: 767px) {
  #page .card.card-hexa .description, #senna_surface1 .card.card-hexa .description {
    display: block;
    width: 100%;
    background-color: #ffffff;
    padding: 15px;
  }
}
#page .card.card-hexa:before, #page .card.card-hexa:after, #senna_surface1 .card.card-hexa:before, #senna_surface1 .card.card-hexa:after {
  content: " ";
  width: 60px;
  height: 145px;
  background-color: #5093c4;
  display: block;
  position: absolute;
  z-index: 1;
}
@media (max-width: 767px) {
  #page .card.card-hexa:before, #page .card.card-hexa:after, #senna_surface1 .card.card-hexa:before, #senna_surface1 .card.card-hexa:after {
    content: none;
  }
}
#page .card.card-hexa:before, #senna_surface1 .card.card-hexa:before {
  transform: rotate(-22.5deg);
}
#page .card.card-hexa:after, #senna_surface1 .card.card-hexa:after {
  transform: rotate(22.5deg);
}
#page .card.card-linkedin, #senna_surface1 .card.card-linkedin {
  position: relative;
  width: 280px;
  min-height: 185px;
  background-color: #ffffff;
}
#page .card.card-linkedin a, #senna_surface1 .card.card-linkedin a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  padding-top: 5px;
}
#page .card.card-linkedin img, #senna_surface1 .card.card-linkedin img {
  width: 80px;
}
#page .card.card-linkedin .description, #senna_surface1 .card.card-linkedin .description {
  position: absolute;
  bottom: 0;
  top: 85px;
  right: 0;
  left: 0;
  background-color: #5093c4;
  padding: 10px 10px 0 10px;
}
#page .card.card-linkedin .description .name, #senna_surface1 .card.card-linkedin .description .name {
  color: #ffffff;
  font-size: 15px;
}
#page .card.card-linkedin .description .job, #senna_surface1 .card.card-linkedin .description .job {
  color: #000000;
  font-size: 12px;
}
#page .card.card-linkedin .description .icon-linkedin, #senna_surface1 .card.card-linkedin .description .icon-linkedin {
  content: " ";
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-image: url("/o/corporate-gie-theme/images/linkedin-blanc.png");
  background-size: auto 15px;
}
#page .card.card-linkedin .description .icon-linkedin:before, #senna_surface1 .card.card-linkedin .description .icon-linkedin:before {
  display: none;
  content: none;
}
#page .card.card-logo, #senna_surface1 .card.card-logo {
  min-height: 150px;
  position: relative;
  display: inline-table;
}
#page .card.card-logo:hover, #page .card.card-logo:focus, #senna_surface1 .card.card-logo:hover, #senna_surface1 .card.card-logo:focus {
  transform: scale(1.05);
}
#page .card.card-logo .link, #senna_surface1 .card.card-logo .link {
  display: contents;
}
#page .card.card-logo .circle-img, #senna_surface1 .card.card-logo .circle-img {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: white;
  width: 82px;
  height: 82px;
  padding: 6px;
  border-radius: 40px;
  z-index: 2;
}
#page .card.card-logo .circle-img img, #senna_surface1 .card.card-logo .circle-img img {
  position: relative;
  border: 1px solid #0063ac;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  z-index: 2;
}
#page .card.card-logo .text, #senna_surface1 .card.card-logo .text {
  background-color: white;
  color: #0063ac;
  min-height: 100px;
  padding: 5px;
  line-height: 20px;
  padding-top: 35px;
  margin-top: -35px;
  text-align: center;
  width: 130px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  box-shadow: 2px 2px 2px #666666;
}
#page .card.card-logo .text.border-blue, #senna_surface1 .card.card-logo .text.border-blue {
  border: 1px solid #0063ac;
}
#page .card.card-logo .text a, #senna_surface1 .card.card-logo .text a {
  color: #0063ac;
}
#page .card.card-light-blue, #senna_surface1 .card.card-light-blue {
  max-width: 250px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #5093c4;
  color: #ffffff;
}
@media (max-width: 767px) {
  #page .card.card-light-blue, #senna_surface1 .card.card-light-blue {
    width: 98%;
    max-width: initial;
  }
}
#page .card.card-light-blue .link, #senna_surface1 .card.card-light-blue .link {
  color: #ffffff;
}
#page .card.card-light-blue .title, #senna_surface1 .card.card-light-blue .title {
  font-size: 1.1rem;
  font-weight: 700;
}
#page .card.card-blue, #senna_surface1 .card.card-blue {
  width: 170px;
  min-height: 170px;
  background-color: #366384;
  text-align: center;
  position: relative;
}
#page .card.card-blue img, #senna_surface1 .card.card-blue img {
  width: 70px;
}
#page .card.card-blue .link, #senna_surface1 .card.card-blue .link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: #ffffff;
  display: block;
}
#page .card.card-blue .link .content-wrapper, #senna_surface1 .card.card-blue .link .content-wrapper {
  display: block;
  position: relative;
  padding: 0px 15px 15px 15px;
  top: 50%;
  transform: translateY(-50%);
}
#page .card.card-blue:last-child, #senna_surface1 .card.card-blue:last-child {
  background-color: #5093c4;
}
#page .card.card-lg, #senna_surface1 .card.card-lg {
  width: 300px;
}
#page .card.card-lg .link .text, #senna_surface1 .card.card-lg .link .text {
  width: 280px;
}
#page .card.card-no-link:hover, #page .card.card-no-link:focus, #senna_surface1 .card.card-no-link:hover, #senna_surface1 .card.card-no-link:focus {
  transform: none;
  cursor: default;
}
#page .card, #senna_surface1 .card {
  border: 0;
  background-color: transparent;
}
#page .card:hover, #page .card:focus, #senna_surface1 .card:hover, #senna_surface1 .card:focus {
  transform: scale(1.02);
  cursor: pointer;
}
#page .card .link:hover, #page .card .link:focus, #senna_surface1 .card .link:hover, #senna_surface1 .card .link:focus {
  text-decoration: none;
}
#page .card.card-chiffres, #senna_surface1 .card.card-chiffres {
  display: inline-table;
  vertical-align: middle;
  margin-bottom: 15px !important;
  margin-right: 0;
  min-width: 280px;
  height: 165px;
}
@media (max-width: 479px) {
  #page .card.card-chiffres, #senna_surface1 .card.card-chiffres {
    display: block;
    margin: 0;
  }
}
#page .card.card-chiffres img, #senna_surface1 .card.card-chiffres img {
  width: 80px;
  display: inline-block;
  margin-top: 10px;
}
#page .card.card-chiffres .cardinf, #senna_surface1 .card.card-chiffres .cardinf {
  background-color: #5093c4;
  color: #fff;
  padding: 15px 5px;
  height: 60px;
  text-align: center;
}
#page .card.card-chiffres .cardinf p, #senna_surface1 .card.card-chiffres .cardinf p {
  font-size: 1.2em;
}
#page .card.card-chiffres .cardsup, #senna_surface1 .card.card-chiffres .cardsup {
  background-color: #fff;
  display: inline-block;
  margin: auto;
  text-align: center;
  height: 105px;
  width: 100%;
}
#page .card.card-chiffres .cardsup p, #senna_surface1 .card.card-chiffres .cardsup p {
  font-size: 3em;
  color: #0063ac;
  display: inline-block;
  padding: 0 6px;
  font-weight: 700;
  margin: 0;
  vertical-align: middle;
}
#page a.card:hover, #page a.card:focus, #senna_surface1 a.card:hover, #senna_surface1 a.card:focus {
  text-decoration: none;
}
#page .card-deck.card-deck-actu, #senna_surface1 .card-deck.card-deck-actu {
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 991px) {
  #page .card-deck.card-deck-actu, #senna_surface1 .card-deck.card-deck-actu {
    display: table;
  }
}
#page .card-deck.card-deck-actu li, #senna_surface1 .card-deck.card-deck-actu li {
  display: inline-table;
  table-layout: fixed;
  margin-inline-start: 0px;
  margin-left: 0;
}
#page .card-deck.card-deck-job, #senna_surface1 .card-deck.card-deck-job {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  #page .card-deck.card-deck-job, #senna_surface1 .card-deck.card-deck-job {
    display: table;
    justify-content: unset;
  }
}
#page .card-deck, #senna_surface1 .card-deck {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  display: table;
  width: 100%;
  text-align: center;
  padding-inline-start: 0;
  padding-left: 0;
}
#page .card-deck li, #senna_surface1 .card-deck li {
  display: inline-block;
  margin-top: 15px;
  margin-right: 7.5px;
  margin-left: 7.5px;
}
#page .card-deck li.card-logo, #senna_surface1 .card-deck li.card-logo {
  display: inline-table;
}
#page #cookies_directive_container, #senna_surface1 #cookies_directive_container {
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #aaaaaa;
  background-color: #ffffff;
  z-index: 5;
}
#page #cookies_directive_container .btn-accept-cookies, #senna_surface1 #cookies_directive_container .btn-accept-cookies {
  background-color: #5093c4;
  background-image: none;
  color: white;
  border: none;
  text-shadow: none;
}
#page #cookies_accept, #senna_surface1 #cookies_accept {
  padding: 3rem 2rem;
}
#page #footer, #senna_surface1 #footer {
  display: flex;
  justify-content: space-around;
  width: 100%;
  background-color: #5093c4;
  padding: 0;
  min-height: 100px;
  padding-top: 30px;
  color: white;
  flex-wrap: wrap;
  min-height: unset;
  padding-top: 20px;
  position: relative;
}
#page #footer .links, #senna_surface1 #footer .links {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin-left: 0;
  /* margin-right: 50px; */
}
@media (max-width: 767px) {
  #page #footer .links, #senna_surface1 #footer .links {
    padding: 0 15px 15px 15px;
    margin: 0;
  }
}
#page #footer .links li, #senna_surface1 #footer .links li {
  display: inline-block;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  #page #footer .links li, #senna_surface1 #footer .links li {
    width: 100%;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }
}
#page #footer .links li:first-child, #senna_surface1 #footer .links li:first-child {
  border-left: 1px solid #ffffff;
}
#page #footer .links li + li, #senna_surface1 #footer .links li + li {
  border-left: 1px solid #ffffff;
}
#page #footer .links li:last-child, #senna_surface1 #footer .links li:last-child {
  border-right: 1px solid #ffffff;
}
#page #footer .links li a, #senna_surface1 #footer .links li a {
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}
#page #footer .links li a:hover, #page #footer .links li a:focus, #senna_surface1 #footer .links li a:hover, #senna_surface1 #footer .links li a:focus {
  text-decoration: underline;
}
#page #footer .column-social, #senna_surface1 #footer .column-social {
  display: flex;
  align-items: center;
  justify-content: right;
}
#page #footer .column-social .container-social, #senna_surface1 #footer .column-social .container-social {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 15px;
  padding-bottom: 10px;
}
#page #footer .column-social .container-social .social-bar, #senna_surface1 #footer .column-social .container-social .social-bar {
  /*margin-left: 0;
  margin-bottom: 0;
  padding: 0 0 10px 0;
  text-align: right; */
  margin: 0;
  padding: 0;
}
#page #footer .copyright, #senna_surface1 #footer .copyright {
  /* float: right; */
  display: block;
  text-align: right;
  /* margin-right: 15px; */
  padding-bottom: 20px;
}
#page .imgbleuinfo, #senna_surface1 .imgbleuinfo {
  margin-right: 0;
  margin-left: 0;
  line-height: 20px;
}
#page .imgbleuinfo a:hover, #page .imgbleuinfo a:focus, #senna_surface1 .imgbleuinfo a:hover, #senna_surface1 .imgbleuinfo a:focus {
  text-decoration: none;
}
#page .imgbleuinfo a.infolink, #senna_surface1 .imgbleuinfo a.infolink {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
#page .imgbleuinfo a.infolink:hover, #page .imgbleuinfo a.infolink:focus, #senna_surface1 .imgbleuinfo a.infolink:hover, #senna_surface1 .imgbleuinfo a.infolink:focus {
  transform: scale(1.02);
}
@media (max-width: 991px) {
  #page .imgbleuinfo a.infolink, #senna_surface1 .imgbleuinfo a.infolink {
    border: none;
  }
}
#page .imgbleuinfo .img-wrapper, #senna_surface1 .imgbleuinfo .img-wrapper {
  border: 1px solid #366384;
  padding: 0;
}
#page .imgbleuinfo .img-wrapper img, #senna_surface1 .imgbleuinfo .img-wrapper img {
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 991px) {
  #page .imgbleuinfo .img-wrapper img, #senna_surface1 .imgbleuinfo .img-wrapper img {
    width: 100%;
    position: relative;
  }
}
#page .imgbleuinfo .moninfo, #senna_surface1 .imgbleuinfo .moninfo {
  color: #ffffff;
  background-color: #5093c4;
  padding: 0.8rem 1.75rem;
}
#page .imgbleuinfo .moninfo p, #senna_surface1 .imgbleuinfo .moninfo p {
  margin: 0 0 10px;
}
#page .imgbleuinfo .moninfo .icon, #senna_surface1 .imgbleuinfo .moninfo .icon {
  font-size: 2rem;
}
#page .imgbleuinfo .plusdinfo, #senna_surface1 .imgbleuinfo .plusdinfo {
  padding: 1rem 1.5rem;
  color: #646567;
  overflow-y: auto;
  padding: 14px 21px;
}
#page .imgbleuinfo .h-127px, #senna_surface1 .imgbleuinfo .h-127px {
  height: 127px;
}
#page .imgbleuinfo .h-262px, #senna_surface1 .imgbleuinfo .h-262px {
  height: 262px;
}
#page .imgbleuinfo .h-350px, #senna_surface1 .imgbleuinfo .h-350px {
  height: 350px;
}
@media (max-width: 991px) {
  #page .imgbleuinfo .h-127px, #page .imgbleuinfo .h-262px, #page .imgbleuinfo .h-350px, #senna_surface1 .imgbleuinfo .h-127px, #senna_surface1 .imgbleuinfo .h-262px, #senna_surface1 .imgbleuinfo .h-350px {
    height: auto;
  }
}
#page #navmenu, #senna_surface1 #navmenu {
  background-color: #5093c4;
  background-image: none;
  border: none;
  margin: 0 0 1.75rem 0;
  min-height: 60px;
  border-radius: 0;
  /*test*/
  /*FIN test*/
}
#page #navmenu .navbar-brand, #senna_surface1 #navmenu .navbar-brand {
  padding-left: 0;
  padding-right: 70px;
}
#page #navmenu .navbar-brand:hover, #page #navmenu .navbar-brand:focus, #senna_surface1 #navmenu .navbar-brand:hover, #senna_surface1 #navmenu .navbar-brand:focus {
  text-decoration: none;
}
#page #navmenu .navbar-brand img, #senna_surface1 #navmenu .navbar-brand img {
  height: 60px;
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  #page #navmenu .navbar-brand img, #senna_surface1 #navmenu .navbar-brand img {
    height: 100%;
  }
}
#page #navmenu #navbar, #senna_surface1 #navmenu #navbar {
  border-color: #ffffff;
}
@media (min-width: 768px) {
  #page #navmenu #navbar, #senna_surface1 #navmenu #navbar {
    display: table-cell;
    float: left;
  }
}
#page #navmenu #navbar .navbar-nav li .dropdown-menu, #senna_surface1 #navmenu #navbar .navbar-nav li .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#page #navmenu #navbar .navbar-nav .portlet-content-editable, #senna_surface1 #navmenu #navbar .navbar-nav .portlet-content-editable {
  border: none !important;
}
#page #navmenu #navbar .navbar-nav .portlet, #senna_surface1 #navmenu #navbar .navbar-nav .portlet {
  margin: 0 !important;
}
#page #navmenu #navbar .cadmin, #senna_surface1 #navmenu #navbar .cadmin {
  z-index: 1049;
}
#page #navmenu .nav li a, #senna_surface1 #navmenu .nav li a {
  word-break: normal;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #page #navmenu .nav > li, #senna_surface1 #navmenu .nav > li {
    float: none;
  }
}
#page #navmenu .nav > li > a, #senna_surface1 #navmenu .nav > li > a {
  padding: 25px 15px;
  color: #ffffff;
  display: block;
}
@media (max-width: 767px) {
  #page #navmenu .nav > li > a, #senna_surface1 #navmenu .nav > li > a {
    padding: 10px 0px;
  }
}
#page #navmenu .nav > li.active > a, #page #navmenu .nav > li.open > a, #page #navmenu .nav > li:hover > a, #page #navmenu .nav > li:focus > a, #senna_surface1 #navmenu .nav > li.active > a, #senna_surface1 #navmenu .nav > li.open > a, #senna_surface1 #navmenu .nav > li:hover > a, #senna_surface1 #navmenu .nav > li:focus > a {
  background-color: transparent;
  background-image: none;
  text-decoration: underline;
  box-shadow: none;
}
@media (min-width: 768px) {
  #page #navmenu .nav > li.active > a, #page #navmenu .nav > li.open > a, #page #navmenu .nav > li:hover > a, #page #navmenu .nav > li:focus > a, #senna_surface1 #navmenu .nav > li.active > a, #senna_surface1 #navmenu .nav > li.open > a, #senna_surface1 #navmenu .nav > li:hover > a, #senna_surface1 #navmenu .nav > li:focus > a {
    background-color: #ffffff;
    color: #5093c4;
    text-shadow: none;
    text-decoration: none;
  }
}
#page #navmenu .dropdown:hover > .dropdown-menu, #page #navmenu .dropdown:focus > .dropdown-menu, #senna_surface1 #navmenu .dropdown:hover > .dropdown-menu, #senna_surface1 #navmenu .dropdown:focus > .dropdown-menu {
  border-top: none;
}
@media (min-width: 768px) {
  #page #navmenu .dropdown:hover > .dropdown-menu, #page #navmenu .dropdown:focus > .dropdown-menu, #senna_surface1 #navmenu .dropdown:hover > .dropdown-menu, #senna_surface1 #navmenu .dropdown:focus > .dropdown-menu {
    display: block;
  }
}
#page #navmenu .dropdown > .dropdown-menu, #senna_surface1 #navmenu .dropdown > .dropdown-menu {
  font-size: inherit;
}
#page #navmenu .dropdown > .dropdown-menu:before, #page #navmenu .dropdown > .dropdown-menu:after, #senna_surface1 #navmenu .dropdown > .dropdown-menu:before, #senna_surface1 #navmenu .dropdown > .dropdown-menu:after {
  display: none;
}
@media (max-width: 991px) {
  #page #navmenu .dropdown > .dropdown-menu, #senna_surface1 #navmenu .dropdown > .dropdown-menu {
    display: none;
  }
}
@media (max-width: 991px) {
  #page #navmenu .dropdown.nous-rejoindre.open > .dropdown-menu, #senna_surface1 #navmenu .dropdown.nous-rejoindre.open > .dropdown-menu {
    display: inherit;
  }
  #page #navmenu .dropdown.nous-rejoindre.open > .dropdown-menu .dropdown-submenu .dropdown-toggle:after, #senna_surface1 #navmenu .dropdown.nous-rejoindre.open > .dropdown-menu .dropdown-submenu .dropdown-toggle:after {
    display: none;
  }
  #page #navmenu .dropdown.nous-rejoindre.open > .dropdown-menu .dropdown-submenu .dropdown-menu, #senna_surface1 #navmenu .dropdown.nous-rejoindre.open > .dropdown-menu .dropdown-submenu .dropdown-menu {
    display: none;
  }
}
#page #navmenu .dropdown-menu, #senna_surface1 #navmenu .dropdown-menu {
  top: 69px;
  min-width: 200px;
  max-width: 300px;
  max-height: 1000px;
  overflow: visible !important; /*unset*/
}
#page #navmenu .dropdown-menu > li:hover > a, #page #navmenu .dropdown-menu > li:focus > #page #navmenu .dropdown-menu > a, li > #page #navmenu .dropdown-menu > a:hover, #page #navmenu .dropdown-menu > li > a:focus, #senna_surface1 #navmenu .dropdown-menu > li:hover > a, #page #navmenu .dropdown-menu > li:focus > #senna_surface1 #navmenu .dropdown-menu > a, li > #senna_surface1 #navmenu .dropdown-menu > a:hover, #senna_surface1 #navmenu .dropdown-menu > li > a:focus, #senna_surface1 #navmenu .dropdown-menu > li:focus > #page #navmenu .dropdown-menu > a, #senna_surface1 #navmenu .dropdown-menu > li:focus > #senna_surface1 #navmenu .dropdown-menu > a {
  background-color: #eceded;
  background-image: none;
  color: #0063ac;
}
#page #navmenu .dropdown-menu > li a, #senna_surface1 #navmenu .dropdown-menu > li a {
  color: #333333;
  padding: 3px 17px 0 5px;
  display: block;
}
#page #navmenu .dropdown-menu > li a:hover, #page #navmenu .dropdown-menu > li a:focus, #senna_surface1 #navmenu .dropdown-menu > li a:hover, #senna_surface1 #navmenu .dropdown-menu > li a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  #page #navmenu .dropdown-menu > li a, #senna_surface1 #navmenu .dropdown-menu > li a {
    padding: 5px 10px;
  }
}
#page #navmenu .dropdown-submenu, #senna_surface1 #navmenu .dropdown-submenu {
  position: relative;
}
#page #navmenu .dropdown-submenu > .dropdown-menu, #senna_surface1 #navmenu .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -7px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
#page #navmenu .dropdown-submenu:hover > .dropdown-menu, #senna_surface1 #navmenu .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
#page #navmenu .dropdown-submenu > a:after, #senna_surface1 #navmenu .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
#page #navmenu .dropdown-submenu:hover > a:after, #senna_surface1 #navmenu .dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
#page #navmenu .dropdown-submenu.pull-left, #senna_surface1 #navmenu .dropdown-submenu.pull-left {
  float: none;
}
#page #navmenu .dropdown-submenu.pull-left > .dropdown-menu, #senna_surface1 #navmenu .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
#page #navmenu .dropdown-submenu .group .group-title, #senna_surface1 #navmenu .dropdown-submenu .group .group-title {
  margin-left: 5px;
  font-weight: 700;
  color: #0063ac;
}
@media (max-width: 991px) {
  #page #navmenu .dropdown-submenu .group .group-title, #senna_surface1 #navmenu .dropdown-submenu .group .group-title {
    font-weight: 400;
  }
}
#page #navmenu .dropdown-submenu .group .group-list, #senna_surface1 #navmenu .dropdown-submenu .group .group-list {
  list-style: none;
  margin-left: 0;
  padding-inline-start: 6px;
  padding-left: 6px;
}
#page #navmenu .dropdown-submenu .group .group-list > li > a, #senna_surface1 #navmenu .dropdown-submenu .group .group-list > li > a {
  white-space: normal;
}
#page #navmenu .dropdown-submenu .group .group-list > li > a:hover, #page #navmenu .dropdown-submenu .group .group-list > li > a:focus, #senna_surface1 #navmenu .dropdown-submenu .group .group-list > li > a:hover, #senna_surface1 #navmenu .dropdown-submenu .group .group-list > li > a:focus {
  text-decoration: underline;
}
#page #navmenu .private-spaces .dropdown-menu, #senna_surface1 #navmenu .private-spaces .dropdown-menu {
  left: -143px;
}
#page .page-section, #senna_surface1 .page-section {
  margin-top: 1rem;
  background-color: transparent;
  padding-bottom: 2rem;
}
#page .page-section > .title, #senna_surface1 .page-section > .title {
  color: #0063ac;
  font-weight: normal;
  font-size: 2em;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
}
#page .page-section > .title.title-blue, #senna_surface1 .page-section > .title.title-blue {
  margin-top: 0;
  padding: 10px;
  background-color: #5093c4;
  color: #ffffff;
  font-size: 1.8em;
  font-weight: bold;
}
#page .page-section.section-white, #senna_surface1 .page-section.section-white {
  background-color: #ffffff;
  padding-bottom: 2rem;
}
#page .page-section.section-blue, #senna_surface1 .page-section.section-blue {
  background-color: #5093c4;
  color: #ffffff;
}
#page .page-section.section-blue .card, #senna_surface1 .page-section.section-blue .card {
  background-color: transparent;
  border: 0;
}
#page .page-section.section-blue .card h4, #senna_surface1 .page-section.section-blue .card h4 {
  font-weight: 700;
  font-size: 1.1rem;
}
#page .page-section.section-blue .title, #senna_surface1 .page-section.section-blue .title {
  color: #ffffff;
}
#page .page-section.section-blue a, #senna_surface1 .page-section.section-blue a {
  color: #ffffff;
}
#page .page-section.section-bg-image .bg-image, #senna_surface1 .page-section.section-bg-image .bg-image {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
#page .page-section.section-border-blue, #senna_surface1 .page-section.section-border-blue {
  border-top: 1px solid #366384;
  border-bottom: 1px solid #366384;
  border-left: 1px solid #366384;
  border-right: 1px solid #366384;
}
#page .section-2-columns .card-logo, #senna_surface1 .section-2-columns .card-logo {
  position: absolute;
  top: 15px;
  left: 15px;
  display: block;
  z-index: 2;
}
@media (max-width: 767px) {
  #page .section-2-columns .card-logo, #senna_surface1 .section-2-columns .card-logo {
    position: static;
  }
}
#page .section-2-columns .block-left, #senna_surface1 .section-2-columns .block-left {
  background-color: #5093c4;
  color: #ffffff;
  padding: 20px 15px 15px 80px;
  margin-left: 65px;
}
@media (max-width: 767px) {
  #page .section-2-columns .block-left, #senna_surface1 .section-2-columns .block-left {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
    padding: 15px 20px;
  }
}
#page .section-2-columns .block-left a, #senna_surface1 .section-2-columns .block-left a {
  color: #ffffff;
}
#page .section-2-columns .block-right, #senna_surface1 .section-2-columns .block-right {
  border: 1px solid #0063ac;
  padding: 15px;
}
#page .section-service, #senna_surface1 .section-service {
  padding-bottom: 0 !important;
  background-color: #ffffff;
}
#page .section-service .zone-wrapper, #senna_surface1 .section-service .zone-wrapper {
  display: table;
  width: 100%;
}
@media (max-width: 767px) {
  #page .section-service .zone-wrapper, #senna_surface1 .section-service .zone-wrapper {
    display: block;
  }
}
#page .section-service .zone-left, #page .section-service .zone-right, #senna_surface1 .section-service .zone-left, #senna_surface1 .section-service .zone-right {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  padding: 30px;
}
@media (max-width: 767px) {
  #page .section-service .zone-left, #page .section-service .zone-right, #senna_surface1 .section-service .zone-left, #senna_surface1 .section-service .zone-right {
    display: block;
    width: 100%;
  }
}
#page .section-service .zone-left, #senna_surface1 .section-service .zone-left {
  text-align: center;
}
#page .section-service .zone-left .title, #senna_surface1 .section-service .zone-left .title {
  display: inline-block;
  width: 70%;
  margin: 0;
  float: left;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 40px;
}
@media (max-width: 767px) {
  #page .section-service .zone-left .title, #senna_surface1 .section-service .zone-left .title {
    width: 100%;
  }
}
#page .section-service .zone-left .title em, #senna_surface1 .section-service .zone-left .title em {
  font-size: 0.65em;
}
#page .section-service .zone-left .logo, #senna_surface1 .section-service .zone-left .logo {
  width: 120px;
  display: inline-block;
  margin: auto;
}
#page .section-service .zone-right, #senna_surface1 .section-service .zone-right {
  color: #0063ac;
}
#page .section-service .tree .tree-title, #senna_surface1 .section-service .tree .tree-title {
  margin: 0;
  padding: 0;
  font-size: 1.5em;
  line-height: 1em;
  padding-bottom: 10px;
  font-weight: 700;
}
#page .section-service .tree .tree-list, #senna_surface1 .section-service .tree .tree-list {
  list-style: none;
  border-left: 1px solid #0063ac;
  padding-left: 0;
  margin-left: 10px;
}
#page .section-service .tree .tree-list .item, #senna_surface1 .section-service .tree .tree-list .item {
  position: relative;
  padding-left: 15px;
}
#page .section-service .tree .tree-list .item:before, #senna_surface1 .section-service .tree .tree-list .item:before {
  position: absolute;
  top: -3px;
  left: 0;
  content: "__";
}
#page .section-rh, #senna_surface1 .section-rh {
  padding: 30px;
  text-align: center;
}
#page .section-rhaccroche, #senna_surface1 .section-rhaccroche {
  padding-bottom: 0;
}
#page .section-rhaccroche .zone-wrapper, #senna_surface1 .section-rhaccroche .zone-wrapper {
  display: table;
  width: 100%;
}
@media (max-width: 767px) {
  #page .section-rhaccroche .zone-wrapper, #senna_surface1 .section-rhaccroche .zone-wrapper {
    display: block;
  }
}
#page .section-rhaccroche .zone-left, #page .section-rhaccroche .zone-right, #senna_surface1 .section-rhaccroche .zone-left, #senna_surface1 .section-rhaccroche .zone-right {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #page .section-rhaccroche .zone-left, #page .section-rhaccroche .zone-right, #senna_surface1 .section-rhaccroche .zone-left, #senna_surface1 .section-rhaccroche .zone-right {
    display: block;
    width: 100%;
  }
}
#page .section-rhaccroche .zone-left, #senna_surface1 .section-rhaccroche .zone-left {
  padding: 0;
}
#page .section-rhaccroche .zone-left .zone-body, #senna_surface1 .section-rhaccroche .zone-left .zone-body {
  overflow: hidden;
  max-width: 100%;
  background-color: #a5027d;
}
#page .section-rhaccroche .zone-left .zone-body .picture, #senna_surface1 .section-rhaccroche .zone-left .zone-body .picture {
  max-width: unset;
  height: 280px;
}
@media (min-width: 1200px) {
  #page .section-rhaccroche .zone-left .zone-body .picture, #senna_surface1 .section-rhaccroche .zone-left .zone-body .picture {
    margin-left: -50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page .section-rhaccroche .zone-left .zone-body .picture, #senna_surface1 .section-rhaccroche .zone-left .zone-body .picture {
    margin-left: -150px;
    height: 320px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #page .section-rhaccroche .zone-left .zone-body .picture, #senna_surface1 .section-rhaccroche .zone-left .zone-body .picture {
    margin-left: -250px;
    height: 320px;
  }
}
@media (max-width: 767px) {
  #page .section-rhaccroche .zone-left .zone-body .picture, #senna_surface1 .section-rhaccroche .zone-left .zone-body .picture {
    width: 100%;
    height: auto;
  }
}
#page .section-rhaccroche .zone-right, #senna_surface1 .section-rhaccroche .zone-right {
  background-color: #a5027d;
  color: #ffffff;
}
@media (max-width: 767px) {
  #page .section-rhaccroche .zone-right, #senna_surface1 .section-rhaccroche .zone-right {
    padding: 15px;
  }
}
#page .section-rhaccroche .zone-right .page-title, #senna_surface1 .section-rhaccroche .zone-right .page-title {
  font-size: 1.8rem;
  padding-bottom: 2rem;
  line-height: 2rem;
}
@media (max-width: 767px) {
  #page .section-rhaccroche .zone-right .page-title, #senna_surface1 .section-rhaccroche .zone-right .page-title {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
#page .section-rhaccroche .zone-right .btn-apply, #senna_surface1 .section-rhaccroche .zone-right .btn-apply {
  display: inline-block;
  width: unset;
  background-color: #ffffff;
  color: #0063ac;
  background-image: none;
  font-weight: 500;
  border: none;
  text-shadow: none;
  font-size: 1.8rem;
  padding: 15px 50px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  #page .section-rhaccroche .zone-right .btn-apply, #senna_surface1 .section-rhaccroche .zone-right .btn-apply {
    padding: 11px 30px;
  }
}
#page .section-rhaccroche .zone-right .btn-apply:hover, #page .section-rhaccroche .zone-right .btn-apply:focus, #senna_surface1 .section-rhaccroche .zone-right .btn-apply:hover, #senna_surface1 .section-rhaccroche .zone-right .btn-apply:focus {
  background-color: #5093c4;
  color: #ffffff;
}
#page .section-rhaccroche .zone-right .social-bar, #senna_surface1 .section-rhaccroche .zone-right .social-bar {
  padding-top: 2rem;
}
#page .section-carreer .bg-image, #senna_surface1 .section-carreer .bg-image {
  width: 100%;
  min-height: 600px;
}
@media (max-width: 1199px) {
  #page .section-carreer .bg-image, #senna_surface1 .section-carreer .bg-image {
    min-height: 800px;
  }
}
@media (max-width: 799px) {
  #page .section-carreer .bg-image, #senna_surface1 .section-carreer .bg-image {
    min-height: 840px;
  }
}
@media (max-width: 767px) {
  #page .section-carreer .bg-image, #senna_surface1 .section-carreer .bg-image {
    background-image: none !important;
  }
}
#page .section-carreer .hexa-deck, #senna_surface1 .section-carreer .hexa-deck {
  position: relative;
  width: 100%;
  max-width: 450px;
  float: left;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 30px 45px;
  margin: 25px;
}
@media (max-width: 767px) {
  #page .section-carreer .hexa-deck, #senna_surface1 .section-carreer .hexa-deck {
    background-color: transparent;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (min-width: 768px) {
  #page .section-carreer .hexa-deck, #senna_surface1 .section-carreer .hexa-deck {
    max-width: 460px;
  }
}
@supports (-ms-ime-align: auto) {
  #page .section-carreer .hexa-deck, #senna_surface1 .section-carreer .hexa-deck {
    max-width: 460px;
  }
}
@supports (-moz-appearance: none) {
  #page .section-carreer .hexa-deck, #senna_surface1 .section-carreer .hexa-deck {
    max-width: 460px;
  }
}
@media (max-width: 1199px) {
  #page .section-carreer .hexa-deck, #senna_surface1 .section-carreer .hexa-deck {
    max-width: unset;
    width: 340px;
  }
}
@media (max-width: 767px) {
  #page .section-carreer .hexa-deck, #senna_surface1 .section-carreer .hexa-deck {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
#page .section-carreer .hexa-deck li, #senna_surface1 .section-carreer .hexa-deck li {
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px;
  height: 140px;
  display: inline-block;
}
@media (max-width: 991px) {
  #page .section-carreer .hexa-deck li, #senna_surface1 .section-carreer .hexa-deck li {
    height: 160px;
  }
}
@media (max-width: 767px) {
  #page .section-carreer .hexa-deck li, #senna_surface1 .section-carreer .hexa-deck li {
    display: inline-table;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
#page .section-carreer .hexa-deck li:first-child, #senna_surface1 .section-carreer .hexa-deck li:first-child {
  margin-left: 17px;
}
@media (max-width: 767px) {
  #page .section-carreer .hexa-deck li:first-child, #senna_surface1 .section-carreer .hexa-deck li:first-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #page .section-carreer .hexa-deck li + li, #senna_surface1 .section-carreer .hexa-deck li + li {
    margin-top: 15px;
  }
}
#page .section-carreer .hexa-displayer, #senna_surface1 .section-carreer .hexa-displayer {
  width: 50%;
  background-color: #ffffff;
  padding: 0;
  float: left;
  margin-top: 30px;
  z-index: 10;
}
@media (max-width: 767px) {
  #page .section-carreer .hexa-displayer, #senna_surface1 .section-carreer .hexa-displayer {
    display: none;
  }
}
#page .section-carreer .hexa-displayer .displayer-title, #senna_surface1 .section-carreer .hexa-displayer .displayer-title {
  background-color: #5093c4;
  color: #ffffff;
  padding: 11px 15px;
  font-size: 18px;
  line-height: 20px;
}
#page .section-carreer .hexa-displayer .displayer-description, #senna_surface1 .section-carreer .hexa-displayer .displayer-description {
  padding: 23px 15px;
}
#page .section-carreer .hexa-displayer .displayer-description ul, #senna_surface1 .section-carreer .hexa-displayer .displayer-description ul {
  padding-inline-start: 25px;
  padding-left: 25px;
  margin-bottom: 0.6rem;
}
#page .section-carreer .hexa-displayer .displayer-description p, #senna_surface1 .section-carreer .hexa-displayer .displayer-description p {
  margin-bottom: 0.62rem;
  line-height: 20px;
}
@media (max-width: 1199px) {
  #page .section-carreer .hexa-displayer, #senna_surface1 .section-carreer .hexa-displayer {
    width: 45%;
  }
}
@media (max-width: 767px) {
  #page .section-carreer .hexa-displayer, #senna_surface1 .section-carreer .hexa-displayer {
    width: 55%;
  }
}
@media (max-width: 479px) {
  #page .section-carreer .hexa-displayer, #senna_surface1 .section-carreer .hexa-displayer {
    width: 160px;
    position: absolute;
    left: 180px;
  }
}
@media (max-width: 991px) {
  #page .quick-access .zone1, #senna_surface1 .quick-access .zone1 {
    text-align: center;
  }
}
#page .quick-access .zone2, #senna_surface1 .quick-access .zone2 {
  padding-left: 11px;
  padding-right: 11px;
}
#page .quick-access .zone2 .shortcuts, #senna_surface1 .quick-access .zone2 .shortcuts {
  list-style: none;
  margin-left: 0;
  text-align: center;
  padding-inline-start: 0;
  padding-left: 0;
}
@media (max-width: 991px) {
  #page .quick-access .zone2 .shortcuts, #senna_surface1 .quick-access .zone2 .shortcuts {
    margin-top: 1.5rem;
  }
}
#page .quick-access .zone2 .shortcuts li, #senna_surface1 .quick-access .zone2 .shortcuts li {
  display: inline-table;
  width: 250px;
  min-height: 180px;
  margin-bottom: 1.5rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(187, 189, 190);
  padding-left: 10px;
  padding-right: 10px;
}
#page .quick-access .zone2 .shortcuts li:nth-of-type(even), #senna_surface1 .quick-access .zone2 .shortcuts li:nth-of-type(even) {
  margin-left: 1.5rem;
}
@media (max-width: 767px) {
  #page .quick-access .zone2 .shortcuts li:nth-of-type(even), #senna_surface1 .quick-access .zone2 .shortcuts li:nth-of-type(even) {
    margin-left: 0;
  }
}
#page .quick-access .zone2 .shortcuts li:hover, #page .quick-access .zone2 .shortcuts li:focus, #senna_surface1 .quick-access .zone2 .shortcuts li:hover, #senna_surface1 .quick-access .zone2 .shortcuts li:focus {
  cursor: pointer;
  text-decoration: none;
  color: #5093c4;
  background-color: #eceded;
  transform: scale(1.05);
}
#page .quick-access .zone2 a, #senna_surface1 .quick-access .zone2 a {
  text-decoration: none;
  color: #0063ac;
  transition: all 0.2s ease-in-out;
}
#page .rondsdeuxzones .zone, #senna_surface1 .rondsdeuxzones .zone {
  border-bottom: 1px solid #366384;
  border-left: 1px solid #366384;
  border-right: 1px solid #366384;
}
#page .rondsdeuxzones .zone .title, #senna_surface1 .rondsdeuxzones .zone .title {
  display: block;
  color: white;
  background-color: #a5027d;
  font-size: 1.2em;
  text-align: center;
  font-weight: 100;
  margin: 0;
}
#page .rondsdeuxzones .zone .zone-body, #senna_surface1 .rondsdeuxzones .zone .zone-body {
  padding: 1rem;
  padding-bottom: 2rem;
  text-align: center;
}
#page .rondsdeuxzones .zone .zone-body ul, #senna_surface1 .rondsdeuxzones .zone .zone-body ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
#page .rondsdeuxzones .zone .zone-body ul li, #senna_surface1 .rondsdeuxzones .zone .zone-body ul li {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (max-width: 991px) {
  #page .rondsdeuxzones .zone .zone-body ul li, #senna_surface1 .rondsdeuxzones .zone .zone-body ul li {
    margin-top: 1.5rem;
  }
}
#page .rondsdeuxzones .zoneun, #senna_surface1 .rondsdeuxzones .zoneun {
  background-color: #5093c4;
}
#page .rondsdeuxzones .zonedeux, #senna_surface1 .rondsdeuxzones .zonedeux {
  background-color: #366384;
}
@media (max-width: 991px) {
  #page .rondsdeuxzones .zonedeux, #senna_surface1 .rondsdeuxzones .zonedeux {
    margin-top: 1.5rem;
  }
}
#page .rondsdeuxzones .card, #senna_surface1 .rondsdeuxzones .card {
  background-color: transparent;
  border: 0;
}
#page .rondsdeuxzones h2, #senna_surface1 .rondsdeuxzones h2 {
  line-height: 40px;
}
#page .rondslien ul, #senna_surface1 .rondslien ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  text-align: center;
}
@media (max-width: 767px) {
  #page .rondslien ul li, #senna_surface1 .rondslien ul li {
    width: 100%;
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #page .rondslien ul li, #senna_surface1 .rondslien ul li {
    margin-top: 1.5rem;
  }
}
#page .rondslien ul li + li, #senna_surface1 .rondslien ul li + li {
  margin-left: 2rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  #page .rondslien ul li + li, #senna_surface1 .rondslien ul li + li {
    margin-left: 1rem;
  }
}
@media (max-width: 767px) {
  #page .rondslien ul li + li, #senna_surface1 .rondslien ul li + li {
    margin-left: 0;
  }
}
#page .social-bar, #senna_surface1 .social-bar {
  text-align: center;
  margin-left: 0;
}
#page .social-bar li, #senna_surface1 .social-bar li {
  display: inline-block;
}
#page .social-bar li img, #senna_surface1 .social-bar li img {
  height: 25px;
  margin-left: 8px;
}
#page .IN-widget, #senna_surface1 .IN-widget {
  display: inline-block;
}
#page .twitter-share-button, #senna_surface1 .twitter-share-button {
  background-color: #00aaff;
  color: #ffffff;
  padding: 0px 5px 0px 3px;
  border-radius: 3px;
  font-size: 11px;
  display: inline-block;
}
#page .twitter-share-button:hover, #page .twitter-share-button:focus, #senna_surface1 .twitter-share-button:hover, #senna_surface1 .twitter-share-button:focus {
  text-decoration: none;
  color: #ffffff;
}
#page .twitter-share-button .twitter-icon-wrapper, #senna_surface1 .twitter-share-button .twitter-icon-wrapper {
  float: left;
  padding-top: 0px;
  padding-right: 0px;
  margin-right: 4px;
  border-right: 1px solid #aaa;
}
#page .twitter-share-button .twitter-icon-wrapper svg, #senna_surface1 .twitter-share-button .twitter-icon-wrapper svg {
  fill: currentColor;
}
#page .twitter-share-button .title, #senna_surface1 .twitter-share-button .title {
  float: left;
}
#page .gie-time-line, #senna_surface1 .gie-time-line {
  list-style: none;
  margin-left: 0;
  text-align: center;
  padding-inline-start: 0;
  padding-left: 0;
}
#page .gie-time-line li, #senna_surface1 .gie-time-line li {
  position: relative;
  display: inline-block;
  margin-top: 3px;
}
#page .gie-time-line li .year, #senna_surface1 .gie-time-line li .year {
  background-color: #5093c4;
  color: #ffffff;
  border: none;
  padding: 15px;
}
#page .gie-time-line li .description, #senna_surface1 .gie-time-line li .description {
  display: none;
}
#page .gie-time-line li:hover .description, #page .gie-time-line li:focus .description, #senna_surface1 .gie-time-line li:hover .description, #senna_surface1 .gie-time-line li:focus .description {
  position: absolute;
  display: block;
  padding: 5px;
  top: 50px;
  right: 0;
  left: -80px;
  width: 250px;
  height: min-content;
  background-color: #ffffff;
  z-index: 2;
  border: 1px solid #0063ac;
}
#page .gie-article, #senna_surface1 .gie-article {
  position: relative;
}
#page .gie-article + .gie-article, #senna_surface1 .gie-article + .gie-article {
  margin-top: 3rem;
}
#page .gie-article h3, #senna_surface1 .gie-article h3 {
  font-size: 1.5rem;
  font-weight: 700;
}
#page .gie-article h4, #senna_surface1 .gie-article h4 {
  font-size: 1.06rem;
  font-weight: 700;
}
#page .gie-article ul, #senna_surface1 .gie-article ul {
  padding-inline-start: 0;
  padding-left: 0;
  margin: 0 0 10px 25px;
}
#page .gie-article .circle-title, #senna_surface1 .gie-article .circle-title {
  float: left;
  border-radius: 75px;
  padding: 7px;
  color: #0063ac;
  background-color: #ffffff;
  box-shadow: 2px 2px 2px #646567;
}
@media (max-width: 991px) {
  #page .gie-article .circle-title, #senna_surface1 .gie-article .circle-title {
    display: block;
    float: none;
    border-radius: unset;
    background-color: transparent;
    box-shadow: none;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
  }
}
#page .gie-article .circle-title .title, #senna_surface1 .gie-article .circle-title .title {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 136px;
  height: 136px;
  border-radius: 68px;
  border: 1px solid #0063ac;
}
#page .gie-article .circle-title .title img, #senna_surface1 .gie-article .circle-title .title img {
  max-width: 100px;
}
@media (max-width: 991px) {
  #page .gie-article .circle-title .title, #senna_surface1 .gie-article .circle-title .title {
    display: inline-table;
    border: none;
    width: 100%;
    height: auto;
    font-weight: 600;
  }
}
#page .gie-article .description-container, #senna_surface1 .gie-article .description-container {
  width: 93.5%;
  margin-left: 75px;
  padding-top: 75px;
}
@media (max-width: 991px) {
  #page .gie-article .description-container, #senna_surface1 .gie-article .description-container {
    width: 100%;
    padding-top: 0px;
    margin-left: 0;
  }
}
#page .gie-article .description-container .description, #senna_surface1 .gie-article .description-container .description {
  color: #0063ac;
  padding: 15px 15px 15px 90px;
  background-color: #ffffff;
  border: 1px solid #0063ac;
}
@media (max-width: 991px) {
  #page .gie-article .description-container .description, #senna_surface1 .gie-article .description-container .description {
    padding: 15px;
  }
}
#page .gie-article .link-list, #senna_surface1 .gie-article .link-list {
  list-style: none;
  width: 93.5%;
  margin-left: 75px;
  padding-top: 75px;
}
@media (max-width: 991px) {
  #page .gie-article .link-list, #senna_surface1 .gie-article .link-list {
    width: 100%;
    padding-top: 10px;
    margin-left: 0;
    padding-inline-start: 0;
    padding-left: 0;
  }
}
#page .gie-article .link-list li, #senna_surface1 .gie-article .link-list li {
  background-color: #ffffff;
  border-left: 1px solid #0063ac;
  border-right: 1px solid #0063ac;
}
#page .gie-article .link-list li a, #senna_surface1 .gie-article .link-list li a {
  padding: 15px 15px 15px 150px;
  display: block;
  color: #0063ac;
}
@media (max-width: 991px) {
  #page .gie-article .link-list li a, #senna_surface1 .gie-article .link-list li a {
    padding: 15px;
    text-align: center;
  }
}
#page .gie-article .link-list li a:hover, #page .gie-article .link-list li a:focus, #senna_surface1 .gie-article .link-list li a:hover, #senna_surface1 .gie-article .link-list li a:focus {
  background-color: #5093c4;
  color: #ffffff;
  text-decoration: none;
}
#page .gie-article .link-list li:first-child, #senna_surface1 .gie-article .link-list li:first-child {
  border-top: 1px solid #0063ac;
}
#page .gie-article .link-list li + li, #senna_surface1 .gie-article .link-list li + li {
  border-top: 1px solid #0063ac;
}
#page .gie-article .link-list li:last-child, #senna_surface1 .gie-article .link-list li:last-child {
  border-bottom: 1px solid #0063ac;
}
#page .gie-faq, #senna_surface1 .gie-faq {
  position: relative;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  #page .gie-faq, #senna_surface1 .gie-faq {
    margin-top: 0rem;
  }
}
#page .gie-faq .card-logo, #senna_surface1 .gie-faq .card-logo {
  position: absolute;
  top: 0;
  left: 15px;
  display: block;
  z-index: 2;
}
@media (max-width: 991px) {
  #page .gie-faq .card-logo, #senna_surface1 .gie-faq .card-logo {
    position: static;
  }
}
#page .gie-faq .faq, #senna_surface1 .gie-faq .faq {
  margin-top: -15px;
  margin-left: 65px;
  list-style: none;
  z-index: 1;
  padding-inline-start: 0;
  padding-left: 0;
}
@media (max-width: 991px) {
  #page .gie-faq .faq, #senna_surface1 .gie-faq .faq {
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
  }
}
#page .gie-faq .faq .item, #senna_surface1 .gie-faq .faq .item {
  position: relative;
  width: 640px;
  display: flex;
}
@media (max-width: 991px) {
  #page .gie-faq .faq .item, #senna_surface1 .gie-faq .faq .item {
    width: 100%;
    display: block;
  }
}
#page .gie-faq .faq .item .question, #senna_surface1 .gie-faq .faq .item .question {
  float: left;
  width: 600px;
  padding: 15px 15px 15px 80px;
  background-color: #5093c4;
  color: #ffffff;
  text-align: right;
  border: 1px solid #5093c4;
}
@media (max-width: 991px) {
  #page .gie-faq .faq .item .question, #senna_surface1 .gie-faq .faq .item .question {
    width: 100%;
    text-align: left;
    padding: 15px;
  }
}
#page .gie-faq .faq .item .toggle-answer, #senna_surface1 .gie-faq .faq .item .toggle-answer {
  padding: 15px;
  float: left;
  width: 40px;
  border: 1px solid #0063ac;
}
#page .gie-faq .faq .item .toggle-answer:hover, #page .gie-faq .faq .item .toggle-answer:focus, #senna_surface1 .gie-faq .faq .item .toggle-answer:hover, #senna_surface1 .gie-faq .faq .item .toggle-answer:focus {
  cursor: pointer;
}
@media (max-width: 991px) {
  #page .gie-faq .faq .item .toggle-answer, #senna_surface1 .gie-faq .faq .item .toggle-answer {
    display: none;
  }
}
#page .gie-faq .faq .item .answer, #senna_surface1 .gie-faq .faq .item .answer {
  display: none;
  width: 400px;
  position: absolute;
  top: 0;
  left: 100%;
  padding: 15px;
  background-color: #eceded;
  color: #0063ac;
  z-index: 2;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page .gie-faq .faq .item .answer, #senna_surface1 .gie-faq .faq .item .answer {
    width: 38%;
  }
}
@media (max-width: 991px) {
  #page .gie-faq .faq .item .answer, #senna_surface1 .gie-faq .faq .item .answer {
    position: static;
    width: 100%;
    display: inline-block;
  }
}
#page .gie-faq .faq .item .answer .see-more:hover, #page .gie-faq .faq .item .answer .see-more:focus, #senna_surface1 .gie-faq .faq .item .answer .see-more:hover, #senna_surface1 .gie-faq .faq .item .answer .see-more:focus {
  text-decoration: none;
}
#page .gie-faq-without-title, #senna_surface1 .gie-faq-without-title {
  margin-top: 4rem;
}
@media (max-width: 991px) {
  #page .gie-faq-without-title, #senna_surface1 .gie-faq-without-title {
    margin-top: 0rem;
  }
}
#page .plrdeux, #senna_surface1 .plrdeux {
  padding-left: 2rem;
  padding-right: 2rem;
}
#page .ptbTrente, #senna_surface1 .ptbTrente {
  padding-top: 30px;
  padding-bottom: 30px;
}
#page .page-section .container-blue, #senna_surface1 .page-section .container-blue {
  background-color: #366384;
  color: white;
  padding-right: 0px;
}
#page .iframeVideo, #senna_surface1 .iframeVideo {
  height: 315px;
  padding-right: 0px;
}
@media (max-width: 1199px) {
  #page .plrdeux, #senna_surface1 .plrdeux {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  #page .ptbTrente, #senna_surface1 .ptbTrente {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
  }
  #page .page-section .container-blue, #senna_surface1 .page-section .container-blue {
    padding: 1%;
  }
  #page .iframeVideo, #senna_surface1 .iframeVideo {
    height: auto;
    padding: 1%;
  }
  #page .textAlignCenter, #senna_surface1 .textAlignCenter {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 0px;
  }
  #page .textAlignCenter li, #senna_surface1 .textAlignCenter li {
    display: block;
  }
}
#page .dockbar .collapse, #senna_surface1 .dockbar .collapse {
  visibility: unset;
  display: block;
}
#page .dockbar [id$=navSiteNavigationNavbarBtn], #senna_surface1 .dockbar [id$=navSiteNavigationNavbarBtn] {
  display: none;
}
#page .offrerh, #senna_surface1 .offrerh {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  padding-bottom: 5px;
}
#page .offrerh .imageposte, #senna_surface1 .offrerh .imageposte {
  display: inline-block;
  width: 22%;
  margin-left: 13.75%;
  vertical-align: top;
  text-align: right;
}
@media (max-width: 767px) {
  #page .offrerh .imageposte, #senna_surface1 .offrerh .imageposte {
    display: none;
  }
}
#page .offrerh .offrebloc, #senna_surface1 .offrerh .offrebloc {
  display: inline-block;
  width: 59.5%;
  margin-top: 10px;
  margin-left: -50px;
  vertical-align: top;
}
@media (max-width: 767px) {
  #page .offrerh .offrebloc, #senna_surface1 .offrerh .offrebloc {
    width: 100%;
    margin-left: 10%;
    margin-left: 0px;
    vertical-align: auto;
    border: 15px solid #efefef;
  }
}
#page .offrerh .offrebloc h2, #page .offrerh .offrebloc h3, #senna_surface1 .offrerh .offrebloc h2, #senna_surface1 .offrerh .offrebloc h3 {
  line-height: 40px;
}
@media (max-width: 767px) {
  #page .offrerh .offrebloc h2, #page .offrerh .offrebloc h3, #senna_surface1 .offrerh .offrebloc h2, #senna_surface1 .offrerh .offrebloc h3 {
    padding-bottom: 15px;
  }
}
#page .offrerh a, #senna_surface1 .offrerh a {
  color: #0063ac;
}
#page .offrerh .offretitre, #senna_surface1 .offrerh .offretitre {
  font-size: 2.5em;
  color: #60aac8;
  text-align: center;
  margin-top: 5px;
}
#page .offrerh .offreposte, #senna_surface1 .offrerh .offreposte {
  width: 90%;
  padding: 15px;
  background-color: white;
  color: black;
}
@media (max-width: 767px) {
  #page .offrerh .offreposte, #senna_surface1 .offrerh .offreposte {
    width: 80%;
    margin-left: 10%;
  }
}
#page .offrerh .offreposte h3, #senna_surface1 .offrerh .offreposte h3 {
  font-size: 1.5em;
  color: #60aac8;
  margin-top: 0px;
}
#page .offrerh .rhencadre, #senna_surface1 .offrerh .rhencadre {
  display: block;
  width: 95%;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  #page .offrerh .rhencadre, #senna_surface1 .offrerh .rhencadre {
    width: 100%;
  }
}
#page .offrerh .rhvidept, #senna_surface1 .offrerh .rhvidept {
  display: inline-block;
  width: 20px;
  height: 20px;
}
#page .offrerh .rhvidegd, #senna_surface1 .offrerh .rhvidegd {
  display: inline-block;
  width: 80%;
  height: 20px;
}
#page .offrerh .rhcarbleu, #senna_surface1 .offrerh .rhcarbleu {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #60aac8;
}
#page .offrerh .rhpresgie, #senna_surface1 .offrerh .rhpresgie {
  display: block;
  width: 71%;
  background-color: white;
  color: black;
  padding: 15px;
  border: 30px solid #efefef;
  margin: auto;
}
@media (max-width: 1199px) {
  #page .offrerh .rhpresgie, #senna_surface1 .offrerh .rhpresgie {
    width: 90%;
  }
}
@media (max-width: 767px) {
  #page .offrerh .rhpresgie, #senna_surface1 .offrerh .rhpresgie {
    width: 100%;
    border: 15px solid #efefef;
  }
}
#page .offrerh .rhpresgie h3, #senna_surface1 .offrerh .rhpresgie h3 {
  font-size: 1.5em;
  color: #60aac8;
}
#page .offrerh .rhpresposte, #senna_surface1 .offrerh .rhpresposte {
  display: block;
  width: 71%;
  background-color: white;
  color: black;
  padding: 15px;
  border: 30px solid #efefef;
  margin: auto;
}
@media (max-width: 1199px) {
  #page .offrerh .rhpresposte, #senna_surface1 .offrerh .rhpresposte {
    width: 90%;
  }
}
@media (max-width: 767px) {
  #page .offrerh .rhpresposte, #senna_surface1 .offrerh .rhpresposte {
    width: 100%;
    border: 15px solid #efefef;
  }
}
#page .offrerh .rhpresposte h3, #senna_surface1 .offrerh .rhpresposte h3 {
  font-size: 1.5em;
  color: #60aac8;
}
#page .offrerh .matchebloc, #senna_surface1 .offrerh .matchebloc {
  display: inline-block;
  width: 53.5%;
  margin-left: 13.75%;
  margin-top: 15px;
  vertical-align: top;
  background-color: white;
  padding: 15px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  #page .offrerh .matchebloc, #senna_surface1 .offrerh .matchebloc {
    width: auto;
  }
}
@media (max-width: 767px) {
  #page .offrerh .matchebloc, #senna_surface1 .offrerh .matchebloc {
    width: 80%;
    margin-left: 10%;
    margin-top: 0px;
  }
}
#page .offrerh .matchebloc h3, #senna_surface1 .offrerh .matchebloc h3 {
  font-size: 1.5em;
  color: #60aac8;
  margin-top: 0px;
}
#page .offrerh .imagematche, #senna_surface1 .offrerh .imagematche {
  display: inline-block;
  width: 20%;
  text-align: left;
  margin-left: -50px;
  vertical-align: top;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  #page .offrerh .imagematche, #senna_surface1 .offrerh .imagematche {
    display: none;
    /*margin-top: -20px;
    z-index: 2;*/
  }
}
@media (max-width: 480px) {
  #page .offrerh .imagematche, #senna_surface1 .offrerh .imagematche {
    display: none;
    /*margin-top: -20px;
    z-index: 2;*/
  }
}
#page .list-group-item.active, #senna_surface1 .list-group-item.active {
  z-index: 0;
}
#page .rondschiffres, #senna_surface1 .rondschiffres {
  /*hexagone*/
}
#page .rondschiffres .divhexa, #senna_surface1 .rondschiffres .divhexa {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10px;
}
#page .rondschiffres .divhexa > div, #senna_surface1 .rondschiffres .divhexa > div {
  max-width: 200px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
#page .rondschiffres .divhexa img, #senna_surface1 .rondschiffres .divhexa img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  cursor: pointer;
}
#page .rondschiffres .cercle, #senna_surface1 .rondschiffres .cercle {
  margin: auto;
  vertical-align: middle;
  margin-bottom: 15px;
}
#page .rondschiffres .cercle p, #senna_surface1 .rondschiffres .cercle p {
  padding-top: 16px;
}
#page .rondschiffres .description, #senna_surface1 .rondschiffres .description {
  padding: 15px 15px 15px 15px !important;
}
#page .rondschiffres .tableau, #senna_surface1 .rondschiffres .tableau {
  display: none;
  color: #a5027d;
  width: 95%;
  vertical-align: middle;
  text-align: center;
  margin: auto;
  padding: 25px;
  box-shadow: 2px 4px 10px 4px rgba(0, 0, 0, 0.26);
  background-color: #eceded;
}
#page .rondschiffres .tableau h4, #senna_surface1 .rondschiffres .tableau h4 {
  color: #0063ac;
  padding-bottom: 10px;
  word-break: break-word;
}
#page .rondschiffres .hexagon, #senna_surface1 .rondschiffres .hexagon {
  width: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  height: 70px;
  display: inline-block;
  transform: rotate(120deg);
  overflow: hidden;
  visibility: hidden;
  margin-bottom: 5px;
  position: relative;
  border-radius: 40%;
}
#page .rondschiffres .hexagon .hex-inner, #senna_surface1 .rondschiffres .hexagon .hex-inner {
  width: 100%;
  height: 100%;
  transform: rotate(-60deg);
  overflow: hidden;
  position: relative;
  border-radius: 40%;
}
#page .rondschiffres .hexagon .hex-img, #senna_surface1 .rondschiffres .hexagon .hex-img {
  width: 100%;
  height: 100%;
  transform: rotate(-60deg);
  visibility: visible;
  box-shadow: 1px 0px 0px 0px;
  background-color: #0063ac;
  vertical-align: middle;
  border-radius: 40%;
}
#page .rondschiffres .hexagon .hex-img:after, #senna_surface1 .rondschiffres .hexagon .hex-img:after {
  position: absolute;
  width: 100%;
  content: "";
  z-index: 1;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#page .rondschiffres .hexagon .text, #senna_surface1 .rondschiffres .hexagon .text {
  color: white;
  position: relative;
  z-index: 10;
  width: 100%;
  text-align: center;
  height: 100%;
  padding: 15px 10px 0 10px;
  font-weight: 700;
}

#wrapper {
  font-size: 0.875em; /*14px*/
}
#wrapper .autofit-section {
  z-index: 500;
}
#wrapper #content {
  min-height: 700px;
  word-break: break-word;
}
#wrapper .container {
  max-width: 1250px;
}
@media (max-width: 991px) {
  #wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
#wrapper .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  #wrapper .container-fluid {
    padding: 15px;
  }
}

/* Technical debt*/
.site, .organization-site {
  /************/
  /*Menu et Logo*/
  /************/
  /* Hide the link that should open and close the topnav on small screens */
  /*Fen�tre du sous-menu*/
  /**Hauteur menu**/
  /*D�coupe fen�tre sous-sous-menu*/
  /*Couleurs de liens des sous-menus*/
  /*Couleurs de liens des sous-sous-menus*/
  /*#navigation ul li:hover ul ul li a{
  	color:#366384;
  	font-weight:normal;


  }*/
  /*Couleurs de liens des sous-sous-sous-menus*/
  /*#navigation ul li:hover ul ul ul li a{
  	color:#5093c4;
  	font-weight:normal;
  	font-style:italic;

  }*/
  /*D�callage � gauche du sous-sous-sous-menu*/
  /*#navigation ul li:hover ul ul ul li{	
  	padding-left:9%;
  	width:85%;
  }*/
  /*Modification pour Nous connaitre*/
  /*Modification pour Nos convictions&Objectifs*/
  /*Modification pour PS*/
  /*#navigation ul:nth-child(1)>li:nth-child(3):hover>ul{
  	margin-left:-200%;
  }

  #navigation ul:nth-child(1)>li:nth-child(3):hover>ul>li>a{
  	font-weight:bold;
  }*/
  /*Modification pour Industriels*/
  /*#navigation ul:nth-child(1)>li:nth-child(4):hover>ul{
  	width:900%;
  	margin-left:-400%;
  }

  #navigation ul:nth-child(1)>li:nth-child(4):hover>ul>li{
  	width:14%;
  }

  #navigation ul:nth-child(1)>li:nth-child(4):hover>ul>li>a{
  	font-weight:bold;
  }*/
  /*Modification pour Carri�res*/
  /*Modification pour Contacts*/
  /*Modification pour Espace priv�s*/
  /**/
  /*Ecriture à gauche du sous-sous-menu*/
  /*********************/
  /* PS sous-sous-menu */
  /*********************/
  /******************************/
  /* Industriels sous-sous-menu */
  /******************************/
  /*************/
  /*Breadcrumbs*/
  /*************/
  /************/
  /*Rechercher*/
  /************/
  /************/
  /*Zone Portlets*/
  /************/
  /*************/
  /*wg-ronds-texte*/
  /*************/
  /*************/
  /*accroche*/
  /*************/
  /*************/
  /*rh-encart-bleu*/
  /*************/
  /*************/
  /*rh-bloc-video*/
  /*************/
  /*************/
  /*rh-processus*/
  /*************/
  /*************/
  /*rh-processus*/
  /*************/
  /*************/
  /*rh-affichage-grand-ecran*/
  /*************/
  /*************/
  /*wg-poste-travail*/
  /*************/
  /*************/
  /*wg-gie-sv-bref*/
  /*************/
  /*************/
  /*wg-bloc-chiffre*/
  /*************/
  /*************/
  /*blocinfo*/
  /*************/
  /********/
  /*FLECHE*/
  /********/
  /************/
  /*BREADCRUMB*/
  /************/
  /*************/
  /*les styles possibles*/
  /*************/
  /*************/
  /*media gallery carousel*/
  /*************/
  /*************/
  /*details blogues*/
  /*************/
  /***************************************/
  /*            APPLICATIONS             */
  /***************************************/
  /***************************************/
  /*catalogue produits + centres payeurs */
  /***************************************/
  /************************************************************/
  /*chiffres : Parts de télétransmission + PS en facturation */
  /***********************************************************/
  /***************************************/
  /*     FIN    APPLICATIONS             */
  /***************************************/
}
.site .page, .organization-site .page {
  width: 100%;
  width: 100%;
  position: relative;
  font-family: "Roboto", sans-serif;
  background-color: #efefef;
  margin: 0;
  padding: 0;
  padding: 0;
  padding: 0;
}
.site .bleu, .organization-site .bleu {
  color: #0063ac;
}
.site h4, .organization-site h4 {
  font-size: 1.1rem;
  font-weight: 700;
}
.site h3, .organization-site h3 {
  font-size: 1.55rem;
  font-weight: 700;
}
.site a.bleu, .organization-site a.bleu {
  color: #0063ac;
  border-bottom: 1px solid #bbbdbe;
}
.site a.bleu:hover, .organization-site a.bleu:hover {
  background-color: #eceded;
  /* display:inline-block; */
  transform: scale(1.04);
  cursor: pointer;
}
.site div#wrapper, .organization-site div#wrapper {
  padding: 0;
}
.site #heading, .organization-site #heading {
  position: relative;
  display: block;
  width: 100%;
  background-color: #5093c4;
  padding: 0;
  min-height: 80px;
}
.site h1.site-title, .organization-site h1.site-title {
  display: inline-block;
  width: 13%;
  margin: 0;
  vertical-align: top;
}
.site a.logo_class, .organization-site a.logo_class {
  display: inline-block;
  width: 160px;
}
.site .topnav .monicon, .organization-site .topnav .monicon {
  display: none;
}
.site #myTopnav, .organization-site #myTopnav {
  position: relative;
  z-index: 15;
  display: inline-block;
  width: 85%;
  font-size: 0.95em;
  vertical-align: top;
  /*margin-top:5px;*/
}
.site #navigation, .organization-site #navigation {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
}
.site #navigation ul, .organization-site #navigation ul {
  margin: 0;
}
.site #navigation ul li a, .organization-site #navigation ul li a {
  color: white;
  text-decoration: none;
}
.site #navigation .delete-tab, .organization-site #navigation .delete-tab {
  display: none;
}
.site #navigation > ul > li, .organization-site #navigation > ul > li {
  display: inline-block;
  width: 9%;
  text-align: center;
  padding: 0.5%;
  vertical-align: top;
}
.site #navigation ul[role=menubar] > li, .organization-site #navigation ul[role=menubar] > li {
  padding: 10px;
  min-height: 20px;
  margin-top: 5px;
}
.site #navigation ul li ul, .organization-site #navigation ul li ul {
  display: none;
}
.site .fleche:hover, .organization-site .fleche:hover {
  border-radius: 5px 5px 0px 0px;
}
.site #navigation ul:nth-child(1) > li:hover > ul, .organization-site #navigation ul:nth-child(1) > li:hover > ul {
  float: left;
  clear: both;
  width: 500%;
  margin-left: -11px;
  display: block;
  position: absolute;
  background-color: white;
  border-radius: 0px 5px 5px 5px;
  border: 1px solid #5093c4;
  z-index: 10;
  top: 65px;
}
.site #navigation > ul:nth-child(1) > li:hover, .organization-site #navigation > ul:nth-child(1) > li:hover {
  min-height: 50px;
}
.site #navigation ul:nth-child(1) > li:hover > ul > li, .organization-site #navigation ul:nth-child(1) > li:hover > ul > li {
  float: left;
  width: 29%;
  position: relative;
  border-left: 10px solid #E2EDED; /*#D5EAFF ou #C2D5E8*/
  margin-bottom: 5px;
}
.site #navigation ul > li:hover > ul > li > a, .organization-site #navigation ul > li:hover > ul > li > a {
  /*color:#0063ac;*/
  color: #366384;
  text-decoration: none;
  /*font-weight:bold;*/
}
.site #navigation ul > li:hover > ul > li > a, .organization-site #navigation ul > li:hover > ul > li > a {
  display: block;
  width: 98%;
}
.site #navigation ul:nth-child(1) > li:nth-child(1):hover > ul, .organization-site #navigation ul:nth-child(1) > li:nth-child(1):hover > ul {
  width: 160%;
  border-left: 10px solid #E2EDED;
}
.site #navigation ul:nth-child(1) > li:nth-child(1):hover > ul > li, .organization-site #navigation ul:nth-child(1) > li:nth-child(1):hover > ul > li {
  width: 95%;
  border-left: none; /*#D5EAFF ou #C2D5E8*/
  padding-left: 4%;
  font-weight: normal;
  margin-bottom: 0px;
}
.site #navigation ul:nth-child(1) > li:nth-child(1):hover > ul > li a, .organization-site #navigation ul:nth-child(1) > li:nth-child(1):hover > ul > li a {
  font-weight: normal;
}
.site #navigation ul:nth-child(1) > li:nth-child(2):hover > ul, .organization-site #navigation ul:nth-child(1) > li:nth-child(2):hover > ul {
  width: 160%;
  border-left: 10px solid #E2EDED;
}
.site #navigation ul:nth-child(1) > li:nth-child(2):hover > ul > li, .organization-site #navigation ul:nth-child(1) > li:nth-child(2):hover > ul > li {
  width: 95%;
  border-left: none; /*#D5EAFF ou #C2D5E8*/
  padding-left: 4%;
  font-weight: normal;
  margin-bottom: 0px;
}
.site #navigation ul:nth-child(1) > li:nth-child(2):hover > ul > li a, .organization-site #navigation ul:nth-child(1) > li:nth-child(2):hover > ul > li a {
  font-weight: normal;
}
.site #navigation ul:nth-child(1) > li:nth-child(3):hover > ul, .organization-site #navigation ul:nth-child(1) > li:nth-child(3):hover > ul {
  width: 160%;
  border-left: 10px solid #E2EDED;
}
.site #navigation ul:nth-child(1) > li:nth-child(3):hover > ul > li, .organization-site #navigation ul:nth-child(1) > li:nth-child(3):hover > ul > li {
  width: 95%;
  border-left: none; /*#D5EAFF ou #C2D5E8*/
  padding-left: 4%;
  font-weight: normal;
  margin-bottom: 0px;
  /*padding-top:1%;*/
}
.site #navigation ul:nth-child(1) > li:nth-child(3):hover > ul > li a, .organization-site #navigation ul:nth-child(1) > li:nth-child(3):hover > ul > li a {
  font-weight: normal;
}
.site #navigation ul:nth-child(1) > li:nth-child(4):hover > ul, .organization-site #navigation ul:nth-child(1) > li:nth-child(4):hover > ul {
  width: 160%;
  border-left: 10px solid #E2EDED;
}
.site #navigation ul:nth-child(1) > li:nth-child(4):hover > ul > li, .organization-site #navigation ul:nth-child(1) > li:nth-child(4):hover > ul > li {
  width: 95%;
  border-left: none; /*#D5EAFF ou #C2D5E8*/
  padding-left: 4%;
  font-weight: normal;
  margin-bottom: 0px;
}
.site #navigation ul:nth-child(1) > li:nth-child(4):hover > ul > li a, .organization-site #navigation ul:nth-child(1) > li:nth-child(4):hover > ul > li a {
  font-weight: normal;
}
.site #navigation ul:nth-child(1) > li:nth-child(5):hover > ul, .organization-site #navigation ul:nth-child(1) > li:nth-child(5):hover > ul {
  width: 160%;
  border-left: 10px solid #E2EDED;
}
.site #navigation ul:nth-child(1) > li:nth-child(5):hover > ul > li, .organization-site #navigation ul:nth-child(1) > li:nth-child(5):hover > ul > li {
  width: 95%;
  border-left: none; /*#D5EAFF ou #C2D5E8*/
  padding-left: 4%;
  font-weight: normal;
  margin-bottom: 0px;
}
.site #navigation ul:nth-child(1) > li:nth-child(5):hover > ul > li a, .organization-site #navigation ul:nth-child(1) > li:nth-child(5):hover > ul > li a {
  font-weight: normal;
}
.site #navigation ul:nth-child(1) > li:nth-child(6):hover > ul, .organization-site #navigation ul:nth-child(1) > li:nth-child(6):hover > ul {
  width: 160%;
  border-left: 10px solid #E2EDED;
}
.site #navigation ul:nth-child(1) > li:nth-child(6):hover > ul > li, .organization-site #navigation ul:nth-child(1) > li:nth-child(6):hover > ul > li {
  width: 95%;
  border-left: none; /*#D5EAFF ou #C2D5E8*/
  padding-left: 4%;
  font-weight: normal;
  margin-bottom: 0px;
}
.site #navigation ul:nth-child(1) > li:last-child:hover > ul, .organization-site #navigation ul:nth-child(1) > li:last-child:hover > ul {
  width: 160%;
  border-left: 10px solid #E2EDED;
}
.site #navigation ul:nth-child(1) > li:last-child:hover > ul > li, .organization-site #navigation ul:nth-child(1) > li:last-child:hover > ul > li {
  width: 95%;
  border-left: none; /*#D5EAFF ou #C2D5E8*/
  padding-left: 4%;
  font-weight: normal;
  margin-bottom: 0px;
}
.site #navigation ul:nth-child(1) > li:hover, .organization-site #navigation ul:nth-child(1) > li:hover {
  background-color: white;
  border-radius: 5px;
}
.site #navigation ul li:hover a, .organization-site #navigation ul li:hover a {
  color: #0063ac;
}
.site #navigation > ul > li > ul > li[aria-selected=true]:before, .organization-site #navigation > ul > li > ul > li[aria-selected=true]:before {
  content: "> ";
  float: left;
  margin-right: 5px;
}
.site #navigation ul:first-child > li[aria-selected=true]:before, .organization-site #navigation ul:first-child > li[aria-selected=true]:before {
  content: "";
}
.site #navigation ul:first-child > li[aria-selected=true], .organization-site #navigation ul:first-child > li[aria-selected=true] {
  border-bottom: 5px solid #366384;
  height: 50px;
}
.site #navigation ul li:hover ul li, .organization-site #navigation ul li:hover ul li {
  display: block;
  text-align: left;
  border-bottom: none;
}
.site #navigation ul li ul li a:hover, .organization-site #navigation ul li ul li a:hover {
  background-color: #eceded;
  color: #0063ac;
}
.site #navigation ul li a i, .organization-site #navigation ul li a i {
  font-size: 1.7em;
}
.site #navigation ul:nth-child(1) > li:nth-child(3) > ul > li:hover, .organization-site #navigation ul:nth-child(1) > li:nth-child(3) > ul > li:hover {
  background-color: #eceded;
}
.site #navigation ul:nth-child(1) > li:nth-child(3) > ul > li:hover:after, .organization-site #navigation ul:nth-child(1) > li:nth-child(3) > ul > li:hover:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #eceded;
  left: 101%;
  top: 0;
  float: right;
  position: absolute;
  z-index: 100;
}
.site #navigation ul:nth-child(1) > li:nth-child(3) > ul > li:hover > ul.grand-menu, .organization-site #navigation ul:nth-child(1) > li:nth-child(3) > ul > li:hover > ul.grand-menu {
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  margin-top: -5%;
  width: 113%;
  background-color: white;
  border-radius: 0px 5px 5px 5px;
  border: 1px solid #5093c4;
  z-index: 10;
}
.site #navigation ul:nth-child(1) > li:nth-child(3) > ul > li:hover > ul.grand-menu ul, .organization-site #navigation ul:nth-child(1) > li:nth-child(3) > ul > li:hover > ul.grand-menu ul {
  display: block;
}
.site #navigation ul:nth-child(1) > li:nth-child(3) > ul > li:hover > ul.grand-menu li, .organization-site #navigation ul:nth-child(1) > li:nth-child(3) > ul > li:hover > ul.grand-menu li {
  display: block;
  padding-left: 6%;
  padding-right: 6%;
}
.site #navigation ul:nth-child(1) > li:nth-child(4) > ul > li:hover, .organization-site #navigation ul:nth-child(1) > li:nth-child(4) > ul > li:hover {
  background-color: #eceded;
}
.site #navigation ul:nth-child(1) > li:nth-child(4) > ul > li:nth-child(1):hover:after, .organization-site #navigation ul:nth-child(1) > li:nth-child(4) > ul > li:nth-child(1):hover:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #eceded;
  left: 101%;
  top: 0;
  float: right;
  position: absolute;
  z-index: 100;
}
.site #navigation ul:nth-child(1) > li:nth-child(4) > ul > li:nth-child(2):hover:after, .organization-site #navigation ul:nth-child(1) > li:nth-child(4) > ul > li:nth-child(2):hover:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #eceded;
  left: 101%;
  top: 0;
  float: right;
  position: absolute;
  z-index: 100;
}
.site #navigation ul:nth-child(1) > li:nth-child(4) > ul > li:nth-child(3):hover:after, .organization-site #navigation ul:nth-child(1) > li:nth-child(4) > ul > li:nth-child(3):hover:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #eceded;
  left: 101%;
  top: 0;
  float: right;
  position: absolute;
  z-index: 100;
}
.site #navigation ul:nth-child(1) > li:nth-child(4) > ul > li:hover > ul.grand-menu, .organization-site #navigation ul:nth-child(1) > li:nth-child(4) > ul > li:hover > ul.grand-menu {
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  margin-top: -5%;
  width: 113%;
  background-color: white;
  border-radius: 0px 5px 5px 5px;
  border: 1px solid #5093c4;
  z-index: 10;
}
.site #navigation ul:nth-child(1) > li:nth-child(4) > ul > li:hover > ul.grand-menu ul, .organization-site #navigation ul:nth-child(1) > li:nth-child(4) > ul > li:hover > ul.grand-menu ul {
  display: block;
}
.site #navigation ul:nth-child(1) > li:nth-child(4) > ul > li:hover > ul.grand-menu li, .organization-site #navigation ul:nth-child(1) > li:nth-child(4) > ul > li:hover > ul.grand-menu li {
  display: block;
  padding-left: 6%;
  padding-right: 6%;
}
.site #mamiette, .organization-site #mamiette {
  display: block;
}
.site #mamiette a, .organization-site #mamiette a {
  color: #0063ac;
}
.site #infomiette, .site #breadcrumbs, .organization-site #infomiette, .organization-site #breadcrumbs {
  display: none;
}
.site .p-rechercher-portlet, .organization-site .p-rechercher-portlet {
  padding: 2.5%;
}
.site .p-rechercher-portlet::before, .organization-site .p-rechercher-portlet::before {
  content: "Recherche";
  display: block;
  margin-left: -20%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  color: #5093c4;
  font-weight: bold;
  font-size: 2.2em;
  width: 50%;
}
.site .portlet-topper #portlet-topper-toolbar_3.portlet-topper-toolbar, .organization-site .portlet-topper #portlet-topper-toolbar_3.portlet-topper-toolbar {
  z-index: 1;
}
.site .portlet-topper #portlet-topper-toolbar_3.portlet-topper-toolbar a, .organization-site .portlet-topper #portlet-topper-toolbar_3.portlet-topper-toolbar a {
  color: #0063ac;
}
.site #content, .organization-site #content {
  min-height: 450px;
}
.site .rondstexte, .organization-site .rondstexte {
  position: relative;
  width: 94.5%;
  margin: 1%;
  margin-top: 10px;
  background-color: #5093c4;
  border-top: 1px solid #366384;
  border-bottom: 1px solid #366384;
  border-left: 1px solid #366384;
  border-right: 1px solid #366384;
  padding: 1%;
  padding-top: 0;
  z-index: 1;
}
.site .rondstexte h2, .organization-site .rondstexte h2 {
  color: white;
  font-weight: normal;
  font-size: 1.5em;
  text-align: center;
  line-height: 1em;
}
.site .rondstexte .precision-rencontre, .organization-site .rondstexte .precision-rencontre {
  text-align: center;
  width: 100%;
}
.site .rondstexte .rondslienzone, .organization-site .rondstexte .rondslienzone {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-left: 2.5%;
  margin-right: 2.5%;
}
.site .rondstexte .nombloc, .organization-site .rondstexte .nombloc {
  min-height: 190px;
  width: 185px;
  padding-left: 15px;
  padding-right: 15px;
}
.site .rondstexte .rondblanc, .organization-site .rondstexte .rondblanc {
  margin-left: 75px;
}
.site .rondstexte .nombloc h3, .organization-site .rondstexte .nombloc h3 {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  line-height: 1.3em;
  padding-bottom: 5px;
}
.site .rondstexte .nombloc p, .organization-site .rondstexte .nombloc p {
  text-align: left;
}
.site .rondstexte .nombloc a, .organization-site .rondstexte .nombloc a {
  display: inline-block;
  padding: 2px;
}
.site .rondstexte .nombloc a:hover, .organization-site .rondstexte .nombloc a:hover {
  background-color: #eceded;
  transform: scale(1.05);
  text-decoration: none;
  cursor: pointer;
}
.site .accroche, .organization-site .accroche {
  width: 100%;
  margin: 0;
  /*margin-top:10px;*/
  padding: 0;
}
.site .bandeau, .organization-site .bandeau {
  width: 100%;
  min-height: 100px;
  /*background-color:#92B4CE;*/
  /*background-color:#366384;*/
  background-color: #a5027d;
}
.site .limage, .organization-site .limage {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  background-position: center center;
  min-height: 120px;
  vertical-align: top;
}
.site .nompage, .organization-site .nompage {
  display: inline-block;
  width: 40%;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  padding-left: 6%;
  padding-top: 35px;
  vertical-align: top;
  color: white;
}
.site .lesrecsoc, .organization-site .lesrecsoc {
  text-align: center;
  margin-top: 25px;
}
.site .lesrecsoc a, .organization-site .lesrecsoc a {
  text-decoration: none;
  cursor: pointer;
}
.site .lesrecsoc img, .organization-site .lesrecsoc img {
  height: 20px;
  padding: 1px;
}
.site .nompage::before, .organization-site .nompage::before {
  content: "   ";
  float: left;
  margin-right: 10px;
  margin-top: -5px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ffffff;
}
.site .rhencartbleu, .organization-site .rhencartbleu {
  width: 100%;
  margin: 0;
  margin-top: 25px;
  padding: 0;
  position: relative;
  background-color: white;
  height: auto;
  overflow: hidden;
}
.site .rhencartbleu h3, .organization-site .rhencartbleu h3 {
  font-size: 1.6em;
}
.site .rhpartbleu, .organization-site .rhpartbleu {
  background-color: #5093c4;
  display: inline-block;
  width: 22%;
  height: 295px;
  color: white;
  z-index: 3;
  position: relative;
  text-align: left;
  vertical-align: top;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .site .rhpartbleu, .organization-site .rhpartbleu {
    height: auto;
  }
}
.site .rhpartgris::before, .organization-site .rhpartgris::before {
  content: "";
  float: left;
  border-left: 115px solid transparent;
  border-right: 115px solid transparent;
  border-bottom: 295px solid #5093c4;
  width: 0px;
  height: 0px;
  position: relative;
  top: 0px;
  right: 0px;
  z-index: 2;
  margin-left: -118px;
}
.site .rhpartgris, .organization-site .rhpartgris {
  display: inline-block;
  width: 75%;
  position: relative;
  vertical-align: top;
}
.site .lacitation, .organization-site .lacitation {
  padding: 2%;
  width: 100%;
}
.site .lacitation:before, .organization-site .lacitation:before {
  float: left;
  content: url(/o/corporate-gie-theme/images/parent-ouv.png);
  padding-right: 3%;
}
.site .lacitation:after, .organization-site .lacitation:after {
  float: right;
  content: url(/o/corporate-gie-theme/images/parent-ferm.png);
  padding-left: 3%;
}
.site .rhpartbleu p, .organization-site .rhpartbleu p {
  font-size: 0.9em;
}
.site .rhblocvideo, .organization-site .rhblocvideo {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: white;
  padding-bottom: 2%;
}
.site .rhblocvideo h2, .organization-site .rhblocvideo h2 {
  color: #0063ac;
  font-size: 1.6em;
  padding-left: 30px;
  padding-top: 15px;
  margin: 0;
}
.site .rhpartexpli, .organization-site .rhpartexpli {
  display: inline-block;
  width: 45%;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 2%;
  padding-bottom: 2%;
  text-align: left;
  vertical-align: top;
  margin: 0;
}
.site .rhpartvideo, .organization-site .rhpartvideo {
  display: inline-block;
  width: 50.5%;
  height: 315px;
  text-align: right;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
.site .rhpartvideo p, .organization-site .rhpartvideo p {
  padding-left: 2%;
  padding-right: 2%;
  text-align: left;
}
.site .rhprocessus, .organization-site .rhprocessus {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  padding-bottom: 2%;
}
.site .rhprocessus h2, .organization-site .rhprocessus h2 {
  color: #0063ac;
  font-size: 1.6em;
  padding-left: 30px;
  padding-top: 15px;
  margin: 0;
}
.site .blocprocessus .detailprocessus, .organization-site .blocprocessus .detailprocessus {
  color: #0063ac;
  font-size: 1.2em;
  display: inline-block;
  vertical-align: top;
  width: 85%;
}
.site .blocprocessus ol, .organization-site .blocprocessus ol {
  width: 84%;
  padding: 2%;
  margin-left: 30px;
  margin-top: 30px;
  margin-right: 30px;
  counter-reset: processus; /* on initialise et nomme un compteur */
}
.site .blocprocessus li, .organization-site .blocprocessus li {
  list-style-type: none;
  counter-increment: processus; /* on incr�mente le compteur � chaque nouveau li */
  margin-bottom: 10px;
  display: inline-block;
  width: 95%;
}
.site .blocprocessus li:before, .organization-site .blocprocessus li:before {
  content: counter(processus); /* on affiche le compteur */
  display: inline-block;
  padding: 0 20px 6px;
  margin-right: 8px;
  vertical-align: top;
  background: #0063ac;
  -moz-border-radius: 60px;
  border-radius: 60px;
  font-weight: bold;
  font-size: 1.2em;
  color: white;
}
.site .blocprocessus li:nth-child(odd):before, .organization-site .blocprocessus li:nth-child(odd):before {
  background: #8baed8;
}
.site .blocprocessus .detailprocessus a, .organization-site .blocprocessus .detailprocessus a {
  color: #5093c4;
  font-size: 1.1em;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}
.site .blocprocessus .detailprocessus a:hover, .organization-site .blocprocessus .detailprocessus a:hover {
  color: #366384;
}
.site .rhinterlocuteurvoirplus, .organization-site .rhinterlocuteurvoirplus {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  padding-bottom: 2%;
  background-color: white;
}
.site .rhinterlocuteurvoirplus h2, .organization-site .rhinterlocuteurvoirplus h2 {
  color: #0063ac;
  font-size: 1.6em;
  padding-left: 30px;
  padding-top: 15px;
  margin: 0;
}
.site .blocrhvoirplus, .organization-site .blocrhvoirplus {
  padding-right: 30px;
  margin-left: 30px;
  margin-top: 15px;
  position: relative;
}
.site .imginterlocuteur, .organization-site .imginterlocuteur {
  display: inline-block;
  width: 72%;
  height: 350px; /*280px*/
  background-repeat: no-repeat;
  background-position: left 10%;
  background-size: cover; /*cover*/
  position: relative;
  z-index: 0;
  vertical-align: top;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.site .paroleinterlocuteur, .organization-site .paroleinterlocuteur {
  display: inline-block;
  position: relative;
  z-index: 0;
  width: 200px;
  margin-left: -100px;
  margin-top: 0px;
  margin-top: 70px; /*35px*/
  height: 170px;
  background-color: #eceded;
  padding: 15px;
  overflow: hidden;
  vertical-align: top;
  color: #0063ac;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.site .paroleinterlocuteur p, .organization-site .paroleinterlocuteur p {
  display: none;
}
.site .paroleinterlocuteur p:nth-child(2), .organization-site .paroleinterlocuteur p:nth-child(2) {
  display: block;
}
.site .trait, .organization-site .trait {
  border-top: 3px solid #f6a800;
  display: inline-block;
  width: 60%;
  margin-left: 18%;
  height: 5px;
}
.site .blocrhvoirplus:hover .imginterlocuteur, .organization-site .blocrhvoirplus:hover .imginterlocuteur {
  width: 30%;
  background-position: center center;
}
.site .blocrhvoirplus:hover .paroleinterlocuteur, .organization-site .blocrhvoirplus:hover .paroleinterlocuteur {
  width: 69%;
  margin-top: 0;
  margin-left: 0;
  height: 350px; /*250px*/
}
.site .blocrhvoirplus:hover .paroleinterlocuteur p, .organization-site .blocrhvoirplus:hover .paroleinterlocuteur p {
  display: block;
}
.site .blocrhvoirplus:hover .paroleinterlocuteur p:nth-child(3):after, .organization-site .blocrhvoirplus:hover .paroleinterlocuteur p:nth-child(3):after {
  display: none;
}
.site .rhaffichagegrandecran, .organization-site .rhaffichagegrandecran {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  padding-bottom: 2%;
}
.site .rhaffichagegrandecran h2, .organization-site .rhaffichagegrandecran h2 {
  color: #0063ac;
  font-size: 1.6em;
  padding-left: 30px;
  padding-top: 15px;
  margin: 0;
}
.site .blocrhaffichage, .organization-site .blocrhaffichage {
  width: 90%;
  margin: 2%;
  color: #0063ac;
  font-size: 12px;
}
.site .blocrhaffichage a img, .organization-site .blocrhaffichage a img {
  border: none;
}
.site .blocrhaffichage a:hover, .organization-site .blocrhaffichage a:hover {
  cursor: pointer;
}
.site .postetravail, .organization-site .postetravail {
  position: relative;
  width: 96.5%;
  margin: 1%;
  background-color: white;
  border-top: 1px solid #366384;
  border-bottom: 1px solid #366384;
  border-left: 1px solid #366384;
  border-right: 1px solid #366384;
}
.site .gaucheposte p, .site .gaucheposte ul, .site .ecran p, .site .ecran ul, .site .infounitecentrale p, .site .infounitecentrale ul, .site .ladroite p, .site .ladroite ul, .organization-site .gaucheposte p, .organization-site .gaucheposte ul, .organization-site .ecran p, .organization-site .ecran ul, .organization-site .infounitecentrale p, .organization-site .infounitecentrale ul, .organization-site .ladroite p, .organization-site .ladroite ul {
  display: none;
}
.site .postetravail h3, .organization-site .postetravail h3 {
  font-weight: 700;
  line-height: 2.2;
  margin-top: 10px;
}
.site .postetravail h4, .organization-site .postetravail h4 {
  font-weight: normal;
  font-size: 1em;
}
.site .postetravail h3:hover, .organization-site .postetravail h3:hover {
  background-color: #0063ac;
}
.site .leposte, .organization-site .leposte {
  margin: 1%;
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.site .gaucheposte, .organization-site .gaucheposte {
  margin: 1%;
  width: 21%;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.site .droiteposte, .organization-site .droiteposte {
  margin: 1%;
  width: 21%;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.site .posteecran, .organization-site .posteecran {
  display: block;
  width: 70%;
  margin-left: 15%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.site .ecran, .organization-site .ecran {
  display: block;
  padding-right: 5%;
  padding-left: 5%;
  padding-top: 5%;
  padding-bottom: 7%;
  min-height: 320px;
}
.site .infounitecentrale, .organization-site .infounitecentrale {
  min-height: 250px;
}
.site .ecran h3, .site .infounitecentrale h3, .organization-site .ecran h3, .organization-site .infounitecentrale h3 {
  background-color: #5093c4;
  border-radius: 5px;
  font-size: 1.2em;
  text-align: center;
  color: white;
  cursor: pointer;
}
.site .ladroite h3, .site .gaucheposte h3, .organization-site .ladroite h3, .organization-site .gaucheposte h3 {
  background-color: #366384;
  border-radius: 5px;
  font-size: 1.2em;
  text-align: center;
  color: white;
  cursor: pointer;
  padding: 4px;
}
.site .lecteurs, .organization-site .lecteurs {
  width: 100%;
  display: block;
  height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
}
.site .clavier, .organization-site .clavier {
  width: 100%;
  display: block;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: -5px;
  padding-top: 0;
}
.site .giesvbref, .organization-site .giesvbref {
  position: relative;
  width: 96.5%;
  margin: 1%;
}
.site .giesvtitre, .organization-site .giesvtitre {
  color: #0063ac;
  font-size: 1.6em;
  padding-left: 30px;
  padding-top: 15px;
  margin: 0;
}
.site .infogiesvbref, .organization-site .infogiesvbref {
  padding-left: 30px;
  width: 90%;
  text-align: justify;
}
.site .blocaclic, .organization-site .blocaclic {
  padding-left: 20px;
  padding-bottom: 20px;
}
.site .leclic:hover, .organization-site .leclic:hover {
  cursor: pointer;
}
.site .leclic .zoneimgclic:hover, .organization-site .leclic .zoneimgclic:hover {
  background-color: #366384;
}
.site .leclic .zoneimgclic:hover .imgclic, .organization-site .leclic .zoneimgclic:hover .imgclic {
  background-color: #eceded;
}
.site .zoneimgclic, .organization-site .zoneimgclic {
  position: relative;
  width: 100%;
  background-color: #5093c4;
}
.site .leclic, .organization-site .leclic {
  margin: 20px;
  width: 75%;
}
.site .imgclic, .organization-site .imgclic {
  display: inline-block;
  background-color: white;
  vertical-align: top;
}
.site .titreclic, .organization-site .titreclic {
  width: 78%;
  height: 100px;
  display: inline-block;
  color: white;
  vertical-align: top;
  font-weight: bold;
  font-size: 1.2em;
  text-align: left;
  padding-left: 7%;
  margin-left: -5px;
}
.site .titreclic p, .organization-site .titreclic p {
  display: inline-block;
  position: relative;
  top: 32px;
}
.site .imgclic img, .organization-site .imgclic img {
  width: 100px;
  height: 100px;
  border-right: 1px solid #366384;
}
.site .detailclic, .organization-site .detailclic {
  position: relative;
  width: 83%;
  padding: 1%;
  padding-left: 101px;
  z-index: 10;
  display: none;
}
.site .leclic, .organization-site .leclic {
  margin-left: 80px;
  background-color: white;
  border: 1px solid #366384;
}
.site .leclic:first-child .imgclic, .organization-site .leclic:first-child .imgclic {
  display: none;
}
.site .leclic:first-child .imgclic, .organization-site .leclic:first-child .imgclic {
  display: none;
}
.site .leclic:first-child .detailclic, .organization-site .leclic:first-child .detailclic {
  width: 87%;
  margin-left: 0;
}
.site .leclic:first-child .zoneimgclic, .organization-site .leclic:first-child .zoneimgclic {
  background-color: #366384;
}
.site .leclic:first-child .zoneimgclic:hover, .organization-site .leclic:first-child .zoneimgclic:hover {
  background-color: #5093c4;
}
.site .leclic:first-child .titreclic, .organization-site .leclic:first-child .titreclic {
  width: 69.25%;
  margin-left: 0;
}
.site .chiffrebloc, .organization-site .chiffrebloc {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  padding-bottom: 2%;
}
.site .chiffrebloc h3.chiffretitre, .organization-site .chiffrebloc h3.chiffretitre {
  color: #0063ac;
  font-size: 2em;
  padding-top: 15px;
  padding-bottom: 20px;
  margin: 0;
  text-align: center;
  width: 100%;
  font-weight: normal;
}
.site .chiffrebleuclair, .organization-site .chiffrebleuclair {
  border: 1px solid #366384;
  background-color: #5093c4;
  margin: 1% 0px;
  width: 65.65%;
  padding: 1%;
  color: white;
  font-size: 0.9em;
  display: inline-block;
  vertical-align: top;
  min-height: 230px;
}
@media (max-width: 1199px) {
  .site .chiffrebleuclair, .organization-site .chiffrebleuclair {
    width: 69.45%;
    min-height: 250px;
  }
}
.site .chiffrebleufonce, .organization-site .chiffrebleufonce {
  background-color: #366384;
  border: 1px solid #929395;
  margin: 1%;
  margin-right: 0px;
  width: 33%;
  padding: 1%;
  color: white;
  font-size: 0.9em;
  display: inline-block;
  vertical-align: top;
  min-height: 230px;
}
@media (max-width: 1199px) {
  .site .chiffrebleufonce, .organization-site .chiffrebleufonce {
    width: 29%;
    min-height: 250px;
  }
}
.site .blocinfo, .organization-site .blocinfo {
  width: 96.5%;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 1%;
  min-height: 160px;
  background-color: white;
  border-top: 1px solid #366384; /*#366384*/
  border-bottom: 1px solid #366384;
  border-left: 1px solid #366384;
  border-right: 1px solid #366384;
  padding-bottom: 10px;
  position: relative;
  min-height: 190px;
}
.site .blocinfo h2, .organization-site .blocinfo h2 {
  background-color: #5093c4;
  font-size: 1.6em;
  font-weight: bold;
  color: white;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1%;
}
.site .blocinfo .zoneblocinfo, .organization-site .blocinfo .zoneblocinfo {
  padding: 4%;
  padding-top: 1%;
  padding-bottom: 1%;
  text-align: justify;
  width: 91%;
  color: #0063ac;
}
.site .blocinfo .zoneblocinfo h3, .organization-site .blocinfo .zoneblocinfo h3 {
  color: #0063ac;
  font-weight: bold;
  font-size: 1.3em;
}
.site .blocinfo .zoneblocinfo p, .site .blocinfo .zoneblocinfo ul, .organization-site .blocinfo .zoneblocinfo p, .organization-site .blocinfo .zoneblocinfo ul {
  color: #0063ac;
  font-weight: 0.8em;
}
.site #back-top, .organization-site #back-top {
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 10;
}
.site .breadcrumb, .organization-site .breadcrumb {
  margin-bottom: 0;
}
.site .grostitre, .organization-site .grostitre {
  background-color: #5093c4;
  border-radius: 5px;
  font-size: 1.2em;
  text-align: center;
  color: white;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}
.site .survol, .organization-site .survol {
  cursor: pointer;
}
.site .survol:hover, .organization-site .survol:hover {
  background-color: #0063ac;
}
.site .zonage, .organization-site .zonage {
  /* background-color:white; */
  margin-top: 0.5rem;
  border-radius: 5px;
}
.site .zonage .grostitre, .organization-site .zonage .grostitre {
  margin-bottom: 0;
}
.site .zonage .decaller, .organization-site .zonage .decaller {
  background-color: white;
}
.site .decaller, .organization-site .decaller {
  padding-left: 10px;
  padding-right: 10px;
}
.site .monaffichage, .organization-site .monaffichage {
  width: 90%;
  padding-top: 10px;
  padding-left: 5%;
}
.site .monaffichage p, .site .monaffichage ul, .site .monaffichage ol, .organization-site .monaffichage p, .organization-site .monaffichage ul, .organization-site .monaffichage ol {
  display: none;
}
.site .yui3-widget.component.carousel, .organization-site .yui3-widget.component.carousel {
  margin: 70px auto !important;
}
.site .carousel menu, .organization-site .carousel menu {
  background-color: transparent;
  left: 266px !important;
}
.site .carousel-menu-item.carousel-menu-prev, .site .carousel-menu-item.carousel-menu-next, .organization-site .carousel-menu-item.carousel-menu-prev, .organization-site .carousel-menu-item.carousel-menu-next {
  display: none;
}
.site div#fnfp_column1_1_socialBookmarksDropdownMenu.dropdown, .site div#sbja_column1_1_socialBookmarksDropdownMenu.dropdown, .organization-site div#fnfp_column1_1_socialBookmarksDropdownMenu.dropdown, .organization-site div#sbja_column1_1_socialBookmarksDropdownMenu.dropdown {
  display: none;
}
.site #catalogueproduits, .site #centrepayeur, .organization-site #catalogueproduits, .organization-site #centrepayeur {
  color: #333;
}
.site #catalogueproduits .card:hover, .site #centrepayeur .card:hover, .organization-site #catalogueproduits .card:hover, .organization-site #centrepayeur .card:hover {
  transform: none;
}
.site #catalogueproduits label, .site #centrepayeur label, .organization-site #catalogueproduits label, .organization-site #centrepayeur label {
  margin-bottom: 0;
}
.site #catalogueproduits .list-group-item, .site #centrepayeur .list-group-item, .organization-site #catalogueproduits .list-group-item, .organization-site #centrepayeur .list-group-item {
  padding: 0.6rem 1rem;
  margin-bottom: 0;
}
.site #catalogueproduits .list-group-item.active, .site #centrepayeur .list-group-item.active, .organization-site #catalogueproduits .list-group-item.active, .organization-site #centrepayeur .list-group-item.active {
  background-color: #337ab7;
  border-color: #337ab7;
}
.site #catalogueproduits .list-group-item.active .badge, .site #centrepayeur .list-group-item.active .badge, .organization-site #catalogueproduits .list-group-item.active .badge, .organization-site #centrepayeur .list-group-item.active .badge {
  color: #337ab7;
  font-weight: 700;
  font-size: 85%;
}
.site #catalogueproduits .form-control, .site #centrepayeur .form-control, .organization-site #catalogueproduits .form-control, .organization-site #centrepayeur .form-control {
  font-size: 14px;
  height: 2.15rem;
}
.site #catalogueproduits select, .site #centrepayeur select, .organization-site #catalogueproduits select, .organization-site #centrepayeur select {
  height: 2.2rem;
}
.site #catalogueproduits .checkbox label, .site #centrepayeur .checkbox label, .organization-site #catalogueproduits .checkbox label, .organization-site #centrepayeur .checkbox label {
  min-height: 20px;
}
.site #catalogueproduits p, .site #centrepayeur p, .organization-site #catalogueproduits p, .organization-site #centrepayeur p {
  margin-bottom: 0.65rem;
}
.site #centrepayeur .form-control, .organization-site #centrepayeur .form-control {
  margin: 10px;
}
@media (max-width: 991px) {
  .site #centrepayeur .form-control, .organization-site #centrepayeur .form-control {
    width: auto;
  }
}
.site #centrepayeur .nb-element-page, .organization-site #centrepayeur .nb-element-page {
  width: 200px;
  margin: 0 0 5px 0;
}
.site #centrepayeur .telephone, .organization-site #centrepayeur .telephone {
  color: #337ab7;
  font-weight: 600;
}
.site #catalogueproduits .btn-primary, .site #centrepayeur .btn-primary, .site #chiffrestps .btn-primary, .site #chiffrespdm .btn-primary, .site #fichereglementaire .btn-primary, .organization-site #catalogueproduits .btn-primary, .organization-site #centrepayeur .btn-primary, .organization-site #chiffrestps .btn-primary, .organization-site #chiffrespdm .btn-primary, .organization-site #fichereglementaire .btn-primary {
  background-color: #337ab7;
}
.site #catalogueproduits .btn-default, .site #centrepayeur .btn-default, .site #chiffrestps .btn-default, .site #chiffrespdm .btn-default, .site #fichereglementaire .btn-default, .organization-site #catalogueproduits .btn-default, .organization-site #centrepayeur .btn-default, .organization-site #chiffrestps .btn-default, .organization-site #chiffrespdm .btn-default, .organization-site #fichereglementaire .btn-default {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #eceded;
  color: #333;
  white-space: normal;
  word-break: normal;
}
.site #catalogueproduits .btn-default:hover, .site #centrepayeur .btn-default:hover, .site #chiffrestps .btn-default:hover, .site #chiffrespdm .btn-default:hover, .site #fichereglementaire .btn-default:hover, .organization-site #catalogueproduits .btn-default:hover, .organization-site #centrepayeur .btn-default:hover, .organization-site #chiffrestps .btn-default:hover, .organization-site #chiffrespdm .btn-default:hover, .organization-site #fichereglementaire .btn-default:hover {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.5);
}
.site #catalogueproduits button, .site #catalogueproduits input, .site #centrepayeur button, .site #centrepayeur input, .site #chiffrestps button, .site #chiffrestps input, .site #chiffrespdm button, .site #chiffrespdm input, .site #fichereglementaire button, .site #fichereglementaire input, .organization-site #catalogueproduits button, .organization-site #catalogueproduits input, .organization-site #centrepayeur button, .organization-site #centrepayeur input, .organization-site #chiffrestps button, .organization-site #chiffrestps input, .organization-site #chiffrespdm button, .organization-site #chiffrespdm input, .organization-site #fichereglementaire button, .organization-site #fichereglementaire input {
  font-size: 14px;
}
.site #chiffrespdm .svg-content, .site #chiffrestps .svg-content, .organization-site #chiffrespdm .svg-content, .organization-site #chiffrestps .svg-content {
  display: inline-block;
  position: absolute;
  left: 0;
}
.site #chiffrespdm .cartedefrance, .site #chiffrestps .cartedefrance, .organization-site #chiffrespdm .cartedefrance, .organization-site #chiffrestps .cartedefrance {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 95%;
  vertical-align: middle;
  overflow: hidden;
}
.site #chiffrespdm table, .site #chiffrestps table, .organization-site #chiffrespdm table, .organization-site #chiffrestps table {
  word-break: normal;
}
.site #chiffrespdm .legend, .site #chiffrestps .legend, .organization-site #chiffrespdm .legend, .organization-site #chiffrestps .legend {
  height: 100%;
}
@media (max-width: 480px) {
  .site #chiffrespdm .legend, .site #chiffrestps .legend, .organization-site #chiffrespdm .legend, .organization-site #chiffrestps .legend {
    margin-top: 0;
  }
}
.site #chiffrespdm .dropdown-menu, .site #chiffrestps .dropdown-menu, .organization-site #chiffrespdm .dropdown-menu, .organization-site #chiffrestps .dropdown-menu {
  font-size: 14px;
}
.site #chiffrespdm h2, .site #chiffrestps h2, .organization-site #chiffrespdm h2, .organization-site #chiffrestps h2 {
  font-size: 31.5px;
  font-weight: 700;
}
.site .modal .modal-title, .organization-site .modal .modal-title {
  white-space: normal;
}
@media (max-width: 320px) {
  .site #chiffrespdm select, .organization-site #chiffrespdm select {
    height: 1.9375rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
  }
}
.site #fichereglementaire .btn-secondary, .organization-site #fichereglementaire .btn-secondary {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #eceded;
  color: #333;
  padding-bottom: 4px;
  padding-top: 4px;
  max-height: 30px;
  margin-bottom: 4px;
}
.site #fichereglementaire .btn-secondary:hover, .organization-site #fichereglementaire .btn-secondary:hover {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.5);
}
.site #fichereglementaire button, .site #fichereglementaire input, .organization-site #fichereglementaire button, .organization-site #fichereglementaire input {
  font-size: 14px;
}
.site #fichereglementaire a, .organization-site #fichereglementaire a {
  color: #0063ac;
}
.site #fichereglementaire a:hover, .organization-site #fichereglementaire a:hover {
  background-color: #eceded;
  transform: scale(1.04);
  cursor: pointer;
}
.site #fichereglementaire a:visited, .organization-site #fichereglementaire a:visited {
  border-bottom: 1px solid #bbbdbe;
  text-decoration: underline;
}

@media only screen and (max-width: 795px) {
  .site, .organization-site {
    /*ACCUEIL*/
    /*Accroche*/
    /*imgplrsinfos*/
    /*footer*/
    /*serviceunique*/
    /*descriptionservice*/
    /*accroche*/
    /*chiffrebloc*/
    /*psconcerne*/
    /**************/
    /* RH         */
    /**************/
    /*rhaccroche*/
    /*rhencartbleu*/
    /*initiative*/
    /*rhoffre*/
    /*rh-processus*/
    /*rh-carriere*/
  }
  .site .rhaffichagegrandecran, .organization-site .rhaffichagegrandecran {
    display: none;
  }
  .site .invisibilite, .organization-site .invisibilite {
    display: none;
  }
  .site .rhprocessus, .organization-site .rhprocessus {
    display: block;
  }
  .site .topnav .monicon:hover, .organization-site .topnav .monicon:hover {
    color: #0063ac;
    background-color: white;
  }
  .site .topnav #navigation, .organization-site .topnav #navigation {
    display: none;
  }
  .site .topnav.responsive, .organization-site .topnav.responsive {
    position: relative;
  }
  .site .topnav .monicon, .organization-site .topnav .monicon {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    color: white;
    padding: 10px;
    border: 2px solid white;
    border-radius: 5px;
    margin: 5px;
    font-weight: bold;
    cursor: pointer;
  }
  .site .topnav.responsive #navigation, .organization-site .topnav.responsive #navigation {
    display: block;
    text-align: left;
  }
  .site #navigation ul li:hover ul, .site #navigation ul:nth-child(1) > li:hover > ul, .organization-site #navigation ul li:hover ul, .organization-site #navigation ul:nth-child(1) > li:hover > ul {
    display: none;
  }
  .site #navigation ul:first-child, .organization-site #navigation ul:first-child {
    margin-top: 60px;
  }
  .site #navigation ul:first-child > li[aria-selected=true], .organization-site #navigation ul:first-child > li[aria-selected=true] {
    height: 20px;
    min-height: 0px;
  }
  .site #navigation ul:nth-child(1) > li:hover, .organization-site #navigation ul:nth-child(1) > li:hover {
    height: 20px;
    min-height: 0px;
  }
  .site #navigation ul:nth-child(1) li, .site #navigation ul li.associes, .organization-site #navigation ul:nth-child(1) li, .organization-site #navigation ul li.associes {
    width: 50%;
    margin-left: 20%;
    display: block;
    position: relative;
    text-align: left;
    padding-left: 5%;
  }
  .site #navigation ul li.associes, .organization-site #navigation ul li.associes {
    padding-left: 10%;
  }
  .site #navigation [aria-selected=true], .organization-site #navigation [aria-selected=true] {
    background-color: #366384;
    border-radius: 5px;
  }
  .site .imgaccroche, .organization-site .imgaccroche {
    display: block;
    width: 97%;
    margin: 1%;
    min-height: 70px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 130px;
  }
  .site .blocpouractu, .organization-site .blocpouractu {
    min-height: 0px;
    display: block;
    width: 95%;
    margin: 1%;
    padding: 1%;
  }
  .site .imgplrsinfos .imgplrsinfoimg, .organization-site .imgplrsinfos .imgplrsinfoimg {
    display: none;
  }
  .site .imgplrsinfos .imgplrsinfoblocblanc, .organization-site .imgplrsinfos .imgplrsinfoblocblanc {
    padding: 1%;
  }
  .site .imgplrsinfos .imgplrsinfoblocblanc .blocun, .site .imgplrsinfos .imgplrsinfoblocblanc .blocdeux, .organization-site .imgplrsinfos .imgplrsinfoblocblanc .blocun, .organization-site .imgplrsinfos .imgplrsinfoblocblanc .blocdeux {
    width: 47%;
    padding: 1%;
  }
  .site .serviceunique .newrondblanc img, .organization-site .serviceunique .newrondblanc img {
    height: 70px;
    width: auto;
    text-align: center;
    margin-top: 0;
    padding-top: 0;
  }
  .site .serviceunique .newrondblanc, .organization-site .serviceunique .newrondblanc {
    min-height: 0;
    height: auto;
    width: 95%;
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    text-align: center;
  }
  .site .serviceunique .newrondblanc .newrondtext, .organization-site .serviceunique .newrondblanc .newrondtext {
    display: block;
    border: none;
    min-height: 0;
    height: auto;
    margin: 1%;
    padding: 1%;
    width: 95%;
    text-align: center;
  }
  .site .serviceunique .regroupserv, .organization-site .serviceunique .regroupserv {
    margin: 2%;
    padding: 2%;
    width: 91%;
  }
  .site .serviceunique .blocservice, .organization-site .serviceunique .blocservice {
    margin: 1%;
    padding: 1%;
    width: 95%;
  }
  .site .descriptionservice .newrondblanc img, .organization-site .descriptionservice .newrondblanc img {
    height: auto !important;
    width: 70px !important;
    text-align: center;
    margin-top: 0;
    padding-top: 0;
  }
  .site .descriptionservice .newrondblanc, .organization-site .descriptionservice .newrondblanc {
    min-height: 0;
    height: auto;
    width: 95%;
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    text-align: center;
  }
  .site .descriptionservice .newrondblanc .newrondtext, .organization-site .descriptionservice .newrondblanc .newrondtext {
    display: block;
    border: none;
    min-height: 0;
    height: auto;
    margin: 1%;
    padding: 1%;
    width: 95%;
    text-align: center;
  }
  .site .descriptionservice .regroupserv, .organization-site .descriptionservice .regroupserv {
    margin: 0%;
    padding: 0%;
    width: 100%;
  }
  .site .descriptionservice .regroupserv .nomservice, .organization-site .descriptionservice .regroupserv .nomservice {
    padding: 1%;
    width: 97%;
  }
  .site .accroche .limage, .organization-site .accroche .limage {
    display: none;
  }
  .site .accroche .nompage, .organization-site .accroche .nompage {
    display: bloc;
    width: 97%;
    margin: 0;
    padding: 1%;
  }
  .site .nompage::before, .organization-site .nompage::before {
    content: "   ";
    float: none;
    margin: 0px;
    border: none;
  }
  .site .chiffrebloc .chiffrebleuclair, .site .chiffrebloc .chiffrebleufonce, .organization-site .chiffrebloc .chiffrebleuclair, .organization-site .chiffrebloc .chiffrebleufonce {
    display: block;
    width: 100%;
    margin: 0;
    padding: 1%;
  }
  .site .info, .organization-site .info {
    vertical-align: middle;
    width: 97%;
    margin: 1%;
    display: block;
  }
  .site .info img, .organization-site .info img {
    height: 60px !important;
    width: auto !important;
  }
  .site .psconcerne .lebleu, .site .psconcerne .lebleu h2, .site .psconcerne .lebleu .logoserv, .organization-site .psconcerne .lebleu, .organization-site .psconcerne .lebleu h2, .organization-site .psconcerne .lebleu .logoserv {
    display: block;
    width: 98%;
    margin: 0;
    padding: 0%;
    min-height: 0;
    padding: 1%;
  }
  .site .psconcerne .lebleu .logoserv img, .organization-site .psconcerne .lebleu .logoserv img {
    height: 75px;
    width: auto;
  }
  .site .rhaccroche .rhimage, .organization-site .rhaccroche .rhimage {
    display: none;
  }
  .site .rhaccroche .rhdroitepage, .organization-site .rhaccroche .rhdroitepage {
    display: block;
    width: 97%;
    margin: 0;
    padding: 1%;
  }
  .site .rhencartbleu .rhpartbleu, .organization-site .rhencartbleu .rhpartbleu {
    display: block;
    width: 100%;
    margin: 0;
    padding: 1%;
  }
  .site .rhpartbleu, .organization-site .rhpartbleu {
    height: auto;
  }
  .site .rhpartbleu img, .organization-site .rhpartbleu img {
    height: 110px;
  }
  .site .rhencartbleu .rhpartgris, .organization-site .rhencartbleu .rhpartgris {
    display: block;
    width: 100%;
  }
  .site .rhpartgris::before, .organization-site .rhpartgris::before {
    content: "   ";
    float: none;
    margin: 0px;
    border: none;
  }
  .site .rhblocvideo .rhpartexpli, .organization-site .rhblocvideo .rhpartexpli {
    display: block;
    width: 95%;
    margin: 0;
    padding: 1%;
    margin: 1%;
  }
  .site .rhblocvideo .rhpartvideo, .organization-site .rhblocvideo .rhpartvideo {
    display: block;
    width: 97%;
  }
  .site .rhblocvideo .rhpartvideo iframe, .organization-site .rhblocvideo .rhpartvideo iframe {
    width: 100%;
  }
  .site .initiative .blocactu, .organization-site .initiative .blocactu {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .site .initiative .petiteactu, .organization-site .initiative .petiteactu {
    display: block;
    width: 95%;
    margin: 1%;
    padding: 1%;
  }
  .site .rhoffre .blocoffre, .organization-site .rhoffre .blocoffre {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .site .rhoffre .petiteoffre, .organization-site .rhoffre .petiteoffre {
    display: block;
    width: 95%;
    margin: 1%;
    padding: 1%;
  }
  .site .blocrhvoirplus, .organization-site .blocrhvoirplus {
    display: block;
    width: 98%;
    margin: 1%;
    padding: 1%;
    position: relative;
  }
  .site .imginterlocuteur, .organization-site .imginterlocuteur {
    display: block;
    width: 100%;
    margin-bottom: 1%;
    padding: 0;
    background-position: left top;
    height: 250px;
  }
  .site .paroleinterlocuteur, .organization-site .paroleinterlocuteur {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 1%;
    height: auto;
  }
  .site .paroleinterlocuteur p, .organization-site .paroleinterlocuteur p {
    display: block;
  }
  .site .blocrhvoirplus:hover .imginterlocuteur, .organization-site .blocrhvoirplus:hover .imginterlocuteur {
    width: 100%;
    margin-bottom: 1%;
    padding: 0;
    background-position: left top;
    z-index: 0;
  }
  .site .blocrhvoirplus:hover .paroleinterlocuteur, .organization-site .blocrhvoirplus:hover .paroleinterlocuteur {
    width: 100%;
    margin: 0;
    padding: 1%;
    height: auto;
    z-index: 0;
  }
  .site .blocrhvoirplus:hover .paroleinterlocuteur p, .organization-site .blocrhvoirplus:hover .paroleinterlocuteur p {
    display: block;
  }
  .site .blocrhvoirplus:hover .paroleinterlocuteur p:nth-child(3):after, .organization-site .blocrhvoirplus:hover .paroleinterlocuteur p:nth-child(3):after {
    display: block;
  }
  .site .rhcarriere .bloccarriere, .organization-site .rhcarriere .bloccarriere {
    background-image: none !important;
    min-height: 0px;
  }
  .site .nonvu, .organization-site .nonvu {
    display: none;
  }
  .site .lesblocs, .organization-site .lesblocs {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin-top: 0px;
    margin-left: 0px;
    background-color: transparent !important;
  }
  .site .hexagone, .organization-site .hexagone {
    position: relative;
    width: 48%;
    height: auto;
    min-height: 50px;
    background-color: #5093c4;
    vertical-align: top;
    display: inline-block;
    color: white;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0;
    z-index: 1;
    transform: scale(1) skew(0deg, 0deg);
    border: 1px solid #ffffff;
  }
  .site .hexagone:nth-child(3), .organization-site .hexagone:nth-child(3) {
    margin-left: 0px;
  }
  .site .hexagone:nth-child(1), .site .hexagone:nth-child(6), .organization-site .hexagone:nth-child(1), .organization-site .hexagone:nth-child(6) {
    margin-left: 0px;
  }
  .site .hexagone:nth-child(4), .site .hexagone:nth-child(4) .detailcarriere, .organization-site .hexagone:nth-child(4), .organization-site .hexagone:nth-child(4) .detailcarriere {
    border-top: none;
    border-bottom: none;
  }
  .site .detailcarriere, .organization-site .detailcarriere {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    transform: skew(0deg, 0deg);
    margin: 0px;
    margin-left: 0px;
    z-index: 2;
  }
  .site .vu, .organization-site .vu {
    position: relative;
    width: 100%;
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    vertical-align: top;
    display: block;
    margin-left: 0px;
    margin-top: 0px;
    z-index: 3;
    transform: skew(0deg, 0deg);
  }
  .site .affichage, .organization-site .affichage {
    min-height: 0px;
    display: block;
    margin-left: 0px;
    vertical-align: top;
    margin-top: 0px;
  }
  .site .untitre, .organization-site .untitre {
    width: 97%;
    padding: 1%;
    margin: 0;
  }
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  display: block !important;
  max-width: 100%;
  position: relative !important;
}

#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
  display: none !important;
}

#tarteaucitronAlertBig a {
  color: red !important;
}