/**
 * Clay 3.135.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
 */
@import "../fonts/webfontkit-edf2020/stylesheet.css";
@import "../fonts/webfontkit-enedis2021/stylesheet.css";
@import "../fonts/woff2-PublicSans/stylesheet.css";
:root {
  --portlet-header-margin-bottom: 0;
  --spacer: 1rem;
  --brand-color-4: white;
  --ck-style-panel-columns: 2;
  /* variables clay par defaut */
  --blue: #007BFF;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #FFF;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #3478db; /* bleu pour les entetes et l'anim SPA */
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Clay 3.135.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: #a7a9bc;
  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 #e7e7ed;
  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: #edf9f0;
  border-color: #5aca75;
}
.lfr-upload-container .upload-target .drop-file-text {
  font-weight: normal;
}
.mobile .lfr-upload-container .upload-target .drop-file-text {
  display: none;
}
.lfr-upload-container .upload-target .small {
  display: block;
  margin: 5px 0;
  text-transform: lowercase;
}
.lfr-upload-container .manage-upload-target {
  padding-top: 5px;
  position: relative;
}
.lfr-upload-container .manage-upload-target .select-files {
  float: left;
  line-height: 0;
  margin: 0 1.125rem 1.125rem;
  padding: 0 0 0 5px;
}
.lfr-upload-container .cancel-uploads,
.lfr-upload-container .clear-uploads {
  background-repeat: no-repeat;
  float: right;
}
.lfr-upload-container .cancel-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAnFBMVEX////4YWP/dXjyS07/dXj9bXD6a234YWP4XWD2WVv2VFfsOTzoLzHmKSvkISP2VFf0TE/vREftPT/iHB72WVvvREf0TE//hon/gYX/fYD/e33/dXj/cXP9bXD/a236a23/Zmb4YWP4XWD/Wl32WVv/VVj2VFf3VFb0TE/yS072SUvvREfuQELtPT/sOTzrMzXoLzHnLC/mKSvkISPh2jkWAAAAF3RSTlMAESIiMzMzMzMzMzMzMzNERERERHd3qtw8lzkAAACOSURBVHjaZcjZDsIgEIXhcd+tu5YBKUixttS6vP+7OQKJTfxvTr4D7Tpxu/2w410SjDjwVvLQ805TPiRryfQeKM6OTI68K/BJPHGlJZJjSqSMofEOGXbJecsTgzkds58V5+J8refBU7Jx9yIrmkW0sA6gqbLyuaRjZZWtgXq58rEFan0jf3uTfRuIkf/7AO8DDcVPSSG3AAAAAElFTkSuQmCC);
  margin-right: 0;
}
.lfr-upload-container .clear-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAdVBMVEX///+6QwTEVx65RQPEVx3EWB64RQPDVxq5RAO5RAO5RQPATQ65RQO5RQO5RQPRczjJZCW9TQTLay28QgTdZAHhaAPmdyHqeQXrikDudgDvfxj0nWP1qHL2tY33tY34dgD+za7+1rj/dxH/fxj/hiH/kk3///9TM3sUAAAAFHRSTlMAbXd4eHh6gN3e3+Hi4+T5+/z8/mIsq5IAAABHSURBVBjTY2CgGWDlFuZhRuIz8cspyggxIgQ4ZFWVVCQ4EQLCCmpqalLCCAFeaWV5SVE+hAC7gJi4iCAbkqksXMK8bNRzNADCOQN++eLhCQAAAABJRU5ErkJggg==);
  padding-left: 16px;
}
.lfr-upload-container .upload-file.upload-complete.file-saved {
  padding-left: 25px;
}
.lfr-upload-container .upload-file .file-title {
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
  padding-right: 16px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.lfr-upload-container .upload-file .icon-file {
  font-size: 40px;
}
.lfr-upload-container .upload-list-info {
  margin: 1em 0 0.5em;
}
.lfr-upload-container .upload-list-info .h4,
.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em;
}
.lfr-upload-container .cancel-button {
  color: #6b6c7e;
  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: #6b6c7e;
}
.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: #feefef 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: #ab1010;
  color: #ab1010;
  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;
  visibility: hidden;
  width: 320px;
  will-change: transform;
}
.contextual-sidebar.contextual-sidebar-visible {
  pointer-events: auto;
  transform: translateX(0);
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

.taglib-icon-help {
  color: #6b6c7e !important;
}
.taglib-icon-help:hover, .taglib-icon-help:active {
  color: #272833 !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 #80acff;
}
.item-selector .item-selector-list-row:hover {
  background-color: #f0f5ff;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.portal-popup .sheet > .lfr-nav {
  margin-top: -24px;
}
.portal-popup .contacts-portlet .portlet-configuration-container .form {
  position: static;
}
.portal-popup .lfr-form-content {
  padding: 24px 12px;
}
.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout {
  height: 100%;
}
.portal-popup .portlet-column {
  position: static;
}
.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .dialog-body .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view {
  padding-top: 20px;
}
.portal-popup .dialog-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .dialog-body .container-view .nav-tabs-underline,
.portal-popup .export-dialog-tree > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .export-dialog-tree .container-view .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
.portal-popup .lfr-form-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-form-content .container-view .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
.portal-popup .process-list > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .process-list .container-view .nav-tabs-underline,
.portal-popup .roles-selector-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .roles-selector-body .container-view .nav-tabs-underline {
  margin-left: -12px;
  margin-right: -12px;
  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: 1.5rem;
}
.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 #e7e7ed;
  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: #6b6c7e;
}

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

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

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

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

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

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

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

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

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

.lfr-page-layouts {
  padding: 0;
}
.lfr-page-layouts input[type=radio] {
  opacity: 0;
  position: absolute;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal {
  cursor: default;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  bottom: 0px;
  content: "";
  left: 0px;
  position: absolute;
  right: 0px;
  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 {
  border-width: 1px;
  box-shadow: none;
  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: 0px;
  content: "";
  height: 0;
  left: 0px;
  position: absolute;
  right: 0px;
  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: 600px;
}
.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: 1rem;
}
.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 #e7e7ed;
  color: #6b6c7e;
}

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

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

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

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

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

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

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

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

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

.collapse.open {
  display: block;
}

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

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

.portlet {
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-content-editable, .controls-visible .portlet.open > .portlet-content-editable, .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: 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;
  }
}
@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: 2px 2px 2px 2px;
  transition: border-color 0.15s ease;
}
.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-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: #6b6c7e;
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
.portlet > .portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.15s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-topper {
    display: box;
    display: flex;
  }
}

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

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

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

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

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

.navbar form {
  margin: 0;
}

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

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

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

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

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

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

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

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

/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
body:not(.erdf) {
  --blockquote-text-color: grey;
  --blockquote-background-image: url("/o/veol-2018-theme/images/edf/icons/quote_veol_transparent.png");
  --normal1-text-color: #D6430A;
  --normal2-text-color: #1057C8;
  --normal3-text-color: #307A10;
  --h-text-color: #001A70;
  --encart1-border-color: #D6430A;
  --encart1-text-color: #D6430A;
  --encart2-border-color: #307A10;
  --encart2-text-color: #307A10;
  --encart3-border-color: #1057C8;
  --encart3-text-color: #1057C8;
  --aplat1-background-color: #D6430A;
  --aplat2-background-color: #307A10;
  --aplat3-background-color: #1057C8;
  --notif-count-bg-color: #D6430A;
  --filtre-bleu-bg-color: #1057C8;
}

.erdf {
  --blockquote-text-color: #688197;
  --blockquote-background-image: url("/o/veol-2018-theme/images/erdf/icons/quote_enedis_transparent.png");
  --normal1-text-color: #1423DC;
  --normal2-text-color: #2A7E7E;
  --normal3-text-color: #1F73B7;
  --h-text-color: #1423DC;
  --encart1-border-color: #FFC328;
  --encart1-text-color: #58595b;
  --encart2-border-color: #96CD32;
  --encart2-text-color: #58595b;
  --encart3-border-color: #4BC3C3;
  --encart3-text-color: #58595b;
  --aplat1-background-color: #1423DC;
  --aplat2-background-color: #2A7E7E;
  --aplat3-background-color: #1F73B7;
  --notif-count-bg-color: #1423DC;
  --filtre-bleu-bg-color: #1F73B7;
}

body:not(.erdf) {
  --carousel-footer-gris-fonce-txt-color: #333333;
  --carousel-footer-gris-fonce-txt-bg: white;
  --carousel-footer-color: white;
  --carousel-footer-orange-fonce-bg: #D6430A;
  --carousel-footer-bleu-fonce-bg: #001a70;
  --carousel-footer-bleu-moyen-bg: #1057c8;
  --carousel-footer-vert-fonce-bg: #307A10;
}

.erdf {
  --carousel-footer-gris-fonce-txt-color: #333333;
  --carousel-footer-gris-fonce-txt-bg: white;
  --carousel-footer-color: white;
  --carousel-footer-orange-fonce-bg: #943510;
  --carousel-footer-bleu-fonce-bg: #1423DC;
  --carousel-footer-bleu-moyen-bg: #1F73B7;
  --carousel-footer-vert-fonce-bg: #2A7E7E;
}

/*
$bleu_clair_edf <--> $bleu_clair_enedis
$vert_fonce_edf <--> $turquoise_700_enedis
$orange_fonce_edf <--> $bleu_ciel_hover_enedis
$bleu_fonce_edf <--> $bleu_enedis
//
$orange_clair_edf <--> $violet_enedis_2022
$vert_clair_edf <--> $vert_enedis

.veol {
    $bleu_clair: $bleu_clair_edf;
    $vert_fonce: $vert_fonce_edf;
    $orange_fonce: $orange_fonce_edf;
    $bleu_fonce: $bleu_fonce_edf;
}

.erdf {
    $bleu_clair: $bleu_clair_enedis;
    $vert_fonce: $turquoise_700_enedis;
    $orange_fonce: $bleu_ciel_hover_enedis;
    $bleu_fonce: $bleu_enedis;
}*/
.noir_40 {
  color: #a7a9ac;
}

.noir_70 {
  color: #6d6f71;
}

.gris-date {
  color: #666666;
  font-size: 12px;
  margin-top: 3px;
}

.white {
  color: white;
}

.grey {
  color: #666666;
}

.veol .colored-title, .veol .colored-title > a {
  color: #D6430A;
}
.erdf .colored-title, .erdf .colored-title > a {
  color: #007aa7;
}

.aLaUne .txt-vue-aLaUne, .quatreActualites .journal-content-article, h2.portlet-title-text .uneActualite .portlet-content-container, .a-la-une.communautes-alaune .card-hover, .ALAUNE1 a,
.ALAUNE2 a,
.ALAUNE3 a,
.ALAUNE4 a,
.ALAUNE5 a,
.ALAUNE6 a, .portlet-encadre-shadow .portlet-content .portlet-content-container, .card.card-shadow, .card.card-horizontal, .bulle, .block-lien, .main-site .btn.btn-filtre,
.button-wrapper .btn.btn-filtre,
.modal-footer .btn.btn-filtre,
.button-holder .btn.btn-filtre,
.dialog-footer .btn.btn-filtre,
.popin-footer .btn.btn-filtre, .portlet-content-container-like, .taglib-discussion article.lfr-discussion.lfr-discussion-container .lfr-discussion .lfr-discussion-reply-container, .taglib-discussion article.lfr-discussion.lfr-discussion-container .comment-container, ul.rapports-list > li, .portlet-fil-twitter.portlet-decorate .portlet-body,
.bourse-portlet.portlet-decorate .portlet-body, .portlet-fil-twitter.portlet-borderless,
.bourse-portlet.portlet-borderless, .search-facette, .ul_espaces li.espace, .search-favoris {
  background-color: white;
  box-shadow: #e6e6e6 2px 8px 14px;
}
.erdf .btn-tb--colored-bleu, .veol .btn-tb--colored-bleu, .erdf .btn-tb--colored-orange, .veol .btn-tb--colored-orange, .erdf .btn-tb--inverse, .veol .btn-tb--inverse {
  background-color: white;
  box-shadow: #ccc 2px 8px 14px;
}
.ALAUNE1 a:hover, .ALAUNE1 a:active,
.ALAUNE2 a:hover,
.ALAUNE2 a:active,
.ALAUNE3 a:hover,
.ALAUNE3 a:active,
.ALAUNE4 a:hover,
.ALAUNE4 a:active,
.ALAUNE5 a:hover,
.ALAUNE5 a:active,
.ALAUNE6 a:hover,
.ALAUNE6 a:active, .block-lien:hover, .main-site .btn.btn-filtre:hover,
.button-wrapper .btn.btn-filtre:hover,
.modal-footer .btn.btn-filtre:hover,
.button-holder .btn.btn-filtre:hover,
.dialog-footer .btn.btn-filtre:hover,
.popin-footer .btn.btn-filtre:hover, .block-lien:active, .main-site .btn.btn-filtre:active,
.button-wrapper .btn.btn-filtre:active,
.modal-footer .btn.btn-filtre:active,
.button-holder .btn.btn-filtre:active,
.dialog-footer .btn.btn-filtre:active,
.popin-footer .btn.btn-filtre:active {
  background-color: white;
  box-shadow: #b3b3b3 2px 8px 14px;
}

.bulle, .taglib-discussion article.lfr-discussion.lfr-discussion-container .lfr-discussion .lfr-discussion-reply-container, .taglib-discussion article.lfr-discussion.lfr-discussion-container .comment-container, ul.rapports-list > li, .portlet-fil-twitter.portlet-decorate .portlet-body,
.bourse-portlet.portlet-decorate .portlet-body, .portlet-fil-twitter.portlet-borderless,
.bourse-portlet.portlet-borderless, .search-facette, .ul_espaces li.espace, .search-favoris {
  border-color: rgba(0, 0, 0, 0.15);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
}

.selection-de-la-redaction h2.portlet-title-text, .uneActualite h2.portlet-title-text,
.uneActualite h2.portlet-title-text-like,
.quatreActualites h2.portlet-title-text,
.quatreActualites h2.portlet-title-text-like,
.portlet-actus-alaune h2.portlet-title-text,
.portlet-actus-alaune h2.portlet-title-text-like,
[class*=AssetTransverse] h2.portlet-title-text,
[class*=AssetTransverse] h2.portlet-title-text-like,
.communauteUne h2.portlet-title-text,
.communauteUne h2.portlet-title-text-like,
.communautePublications h2.portlet-title-text,
.communautePublications h2.portlet-title-text-like,
.portlet-actus-aproximite-home h2.portlet-title-text,
.portlet-actus-aproximite-home h2.portlet-title-text-like, .portlet-titrage .portlet-content h2.portlet-title-text-like,
.portlet-home .portlet-content h2.portlet-title-text-like, .portlet-titrage-noir .portlet-header > .autofit-col.autofit-col-expand h2.portlet-title-text, .portlet-titrage-gris .portlet-header > .autofit-col.autofit-col-expand h2.portlet-title-text, .portlet-titrage-vert .portlet-header > .autofit-col.autofit-col-expand h2.portlet-title-text, .portlet-titrage-orange .portlet-header > .autofit-col.autofit-col-expand h2.portlet-title-text, .portlet-titrage .portlet-header > .autofit-col.autofit-col-expand h2.portlet-title-text {
  display: inline-flex;
  line-height: 1;
  margin: 1.25rem 0 1.125rem 0;
}
.veol .selection-de-la-redaction h2.portlet-title-text, .selection-de-la-redaction .veol h2.portlet-title-text, .veol .uneActualite h2.portlet-title-text, .uneActualite .veol h2.portlet-title-text,
.veol .uneActualite h2.portlet-title-text-like,
.uneActualite .veol h2.portlet-title-text-like,
.veol .quatreActualites h2.portlet-title-text,
.quatreActualites .veol h2.portlet-title-text,
.veol .quatreActualites h2.portlet-title-text-like,
.quatreActualites .veol h2.portlet-title-text-like,
.veol .portlet-actus-alaune h2.portlet-title-text,
.portlet-actus-alaune .veol h2.portlet-title-text,
.veol .portlet-actus-alaune h2.portlet-title-text-like,
.portlet-actus-alaune .veol h2.portlet-title-text-like,
.veol [class*=AssetTransverse] h2.portlet-title-text,
[class*=AssetTransverse] .veol h2.portlet-title-text,
.veol [class*=AssetTransverse] h2.portlet-title-text-like,
[class*=AssetTransverse] .veol h2.portlet-title-text-like,
.veol .communauteUne h2.portlet-title-text,
.communauteUne .veol h2.portlet-title-text,
.veol .communauteUne h2.portlet-title-text-like,
.communauteUne .veol h2.portlet-title-text-like,
.veol .communautePublications h2.portlet-title-text,
.communautePublications .veol h2.portlet-title-text,
.veol .communautePublications h2.portlet-title-text-like,
.communautePublications .veol h2.portlet-title-text-like,
.veol .portlet-actus-aproximite-home h2.portlet-title-text,
.portlet-actus-aproximite-home .veol h2.portlet-title-text,
.veol .portlet-actus-aproximite-home h2.portlet-title-text-like,
.portlet-actus-aproximite-home .veol h2.portlet-title-text-like, .veol .portlet-titrage .portlet-content h2.portlet-title-text-like, .portlet-titrage .portlet-content .veol h2.portlet-title-text-like,
.veol .portlet-home .portlet-content h2.portlet-title-text-like,
.portlet-home .portlet-content .veol h2.portlet-title-text-like, .veol .portlet-titrage-noir .portlet-header > .autofit-col.autofit-col-expand h2.portlet-title-text, .portlet-titrage-noir .portlet-header > .autofit-col.autofit-col-expand .veol h2.portlet-title-text, .veol .portlet-titrage-gris .portlet-header > .autofit-col.autofit-col-expand h2.portlet-title-text, .portlet-titrage-gris .portlet-header > .autofit-col.autofit-col-expand .veol h2.portlet-title-text, .veol .portlet-titrage-vert .portlet-header > .autofit-col.autofit-col-expand h2.portlet-title-text, .portlet-titrage-vert .portlet-header > .autofit-col.autofit-col-expand .veol h2.portlet-title-text, .veol .portlet-titrage-orange .portlet-header > .autofit-col.autofit-col-expand h2.portlet-title-text, .portlet-titrage-orange .portlet-header > .autofit-col.autofit-col-expand .veol h2.portlet-title-text, .veol .portlet-titrage .portlet-header > .autofit-col.autofit-col-expand h2.portlet-title-text, .portlet-titrage .portlet-header > .autofit-col.autofit-col-expand .veol h2.portlet-title-text, .framatome .selection-de-la-redaction h2.portlet-title-text, .selection-de-la-redaction .framatome h2.portlet-title-text, .framatome .uneActualite h2.portlet-title-text, .uneActualite .framatome h2.portlet-title-text,
.framatome .uneActualite h2.portlet-title-text-like,
.uneActualite .framatome h2.portlet-title-text-like,
.framatome .quatreActualites h2.portlet-title-text,
.quatreActualites .framatome h2.portlet-title-text,
.framatome .quatreActualites h2.portlet-title-text-like,
.quatreActualites .framatome h2.portlet-title-text-like,
.framatome .portlet-actus-alaune h2.portlet-title-text,
.portlet-actus-alaune .framatome h2.portlet-title-text,
.framatome .portlet-actus-alaune h2.portlet-title-text-like,
.portlet-actus-alaune .framatome h2.portlet-title-text-like,
.framatome [class*=AssetTransverse] h2.portlet-title-text,
[class*=AssetTransverse] .framatome h2.portlet-title-text,
.framatome [class*=AssetTransverse] h2.portlet-title-text-like,
[class*=AssetTransverse] .framatome h2.portlet-title-text-like,
.framatome .communauteUne h2.portlet-title-text,
.communauteUne .framatome h2.portlet-title-text,
.framatome .communauteUne h2.portlet-title-text-like,
.communauteUne .framatome h2.portlet-title-text-like,
.framatome .communautePublications h2.portlet-title-text,
.communautePublications .framatome h2.portlet-title-text,
.framatome .communautePublications h2.portlet-title-text-like,
.communautePublications .framatome h2.portlet-title-text-like,
.framatome .portlet-actus-aproximite-home h2.portlet-title-text,
.portlet-actus-aproximite-home .framatome h2.portlet-title-text,
.framatome .portlet-actus-aproximite-home h2.portlet-title-text-like,
.portlet-actus-aproximite-home .framatome h2.portlet-title-text-like, .framatome .portlet-titrage .portlet-content h2.portlet-title-text-like, .portlet-titrage .portlet-content .framatome h2.portlet-title-text-like,
.framatome .portlet-home .portlet-content h2.portlet-title-text-like,
.portlet-home .portlet-content .framatome h2.portlet-title-text-like, .framatome .portlet-titrage-noir .portlet-header > .autofit-col.autofit-col-expand h2.portlet-title-text, .portlet-titrage-noir .portlet-header > .autofit-col.autofit-col-expand .framatome h2.portlet-title-text, .framatome .portlet-titrage-gris .portlet-header > .autofit-col.autofit-col-expand h2.portlet-title-text, .portlet-titrage-gris .portlet-header > .autofit-col.autofit-col-expand .framatome h2.portlet-title-text, .framatome .portlet-titrage-vert .portlet-header > .autofit-col.autofit-col-expand h2.portlet-title-text, .portlet-titrage-vert .portlet-header > .autofit-col.autofit-col-expand .framatome h2.portlet-title-text, .framatome .portlet-titrage-orange .portlet-header > .autofit-col.autofit-col-expand h2.portlet-title-text, .portlet-titrage-orange .portlet-header > .autofit-col.autofit-col-expand .framatome h2.portlet-title-text, .framatome .portlet-titrage .portlet-header > .autofit-col.autofit-col-expand h2.portlet-title-text, .portlet-titrage .portlet-header > .autofit-col.autofit-col-expand .framatome h2.portlet-title-text {
  font-size: 1.75rem;
  font-weight: 500;
  text-transform: initial;
}
.erdf .selection-de-la-redaction h2.portlet-title-text, .selection-de-la-redaction .erdf h2.portlet-title-text, .erdf .uneActualite h2.portlet-title-text, .uneActualite .erdf h2.portlet-title-text,
.erdf .uneActualite h2.portlet-title-text-like,
.uneActualite .erdf h2.portlet-title-text-like,
.erdf .quatreActualites h2.portlet-title-text,
.quatreActualites .erdf h2.portlet-title-text,
.erdf .quatreActualites h2.portlet-title-text-like,
.quatreActualites .erdf h2.portlet-title-text-like,
.erdf .portlet-actus-alaune h2.portlet-title-text,
.portlet-actus-alaune .erdf h2.portlet-title-text,
.erdf .portlet-actus-alaune h2.portlet-title-text-like,
.portlet-actus-alaune .erdf h2.portlet-title-text-like,
.erdf [class*=AssetTransverse] h2.portlet-title-text,
[class*=AssetTransverse] .erdf h2.portlet-title-text,
.erdf [class*=AssetTransverse] h2.portlet-title-text-like,
[class*=AssetTransverse] .erdf h2.portlet-title-text-like,
.erdf .communauteUne h2.portlet-title-text,
.communauteUne .erdf h2.portlet-title-text,
.erdf .communauteUne h2.portlet-title-text-like,
.communauteUne .erdf h2.portlet-title-text-like,
.erdf .communautePublications h2.portlet-title-text,
.communautePublications .erdf h2.portlet-title-text,
.erdf .communautePublications h2.portlet-title-text-like,
.communautePublications .erdf h2.portlet-title-text-like,
.erdf .portlet-actus-aproximite-home h2.portlet-title-text,
.portlet-actus-aproximite-home .erdf h2.portlet-title-text,
.erdf .portlet-actus-aproximite-home h2.portlet-title-text-like,
.portlet-actus-aproximite-home .erdf h2.portlet-title-text-like, .erdf .portlet-titrage .portlet-content h2.portlet-title-text-like, .portlet-titrage .portlet-content .erdf h2.portlet-title-text-like,
.erdf .portlet-home .portlet-content h2.portlet-title-text-like,
.portlet-home .portlet-content .erdf h2.portlet-title-text-like, .erdf .portlet-titrage-noir .portlet-header > .autofit-col.autofit-col-expand h2.portlet-title-text, .portlet-titrage-noir .portlet-header > .autofit-col.autofit-col-expand .erdf h2.portlet-title-text, .erdf .portlet-titrage-gris .portlet-header > .autofit-col.autofit-col-expand h2.portlet-title-text, .portlet-titrage-gris .portlet-header > .autofit-col.autofit-col-expand .erdf h2.portlet-title-text, .erdf .portlet-titrage-vert .portlet-header > .autofit-col.autofit-col-expand h2.portlet-title-text, .portlet-titrage-vert .portlet-header > .autofit-col.autofit-col-expand .erdf h2.portlet-title-text, .erdf .portlet-titrage-orange .portlet-header > .autofit-col.autofit-col-expand h2.portlet-title-text, .portlet-titrage-orange .portlet-header > .autofit-col.autofit-col-expand .erdf h2.portlet-title-text, .erdf .portlet-titrage .portlet-header > .autofit-col.autofit-col-expand h2.portlet-title-text, .portlet-titrage .portlet-header > .autofit-col.autofit-col-expand .erdf h2.portlet-title-text {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.125rem;
  padding: 0.3125rem 0 0.5rem;
  color: #58595b;
  background: url(/o/veol-2018-theme/images/erdf/theme/bord_title.png) 0 bottom no-repeat;
  background-color: transparent !important;
}

.veol h2.portlet-title-text_like, .portlet-encadre-shadow .portlet-content h2.portlet-title-text, .portlet-encadre .portlet-content h2.portlet-title-text,
.portlet-encadre .portlet-content h2.portlet-title-text-like, .title-encadre {
  display: inline-block;
  line-height: 130%;
  margin: 1.25rem 0 1.125rem 0;
  font-weight: bold;
  text-transform: uppercase;
}
.veol h2.portlet-title-text_like, .veol .portlet-encadre-shadow .portlet-content h2.portlet-title-text, .portlet-encadre-shadow .portlet-content .veol h2.portlet-title-text, .veol .portlet-encadre .portlet-content h2.portlet-title-text, .portlet-encadre .portlet-content .veol h2.portlet-title-text,
.veol .portlet-encadre .portlet-content h2.portlet-title-text-like,
.portlet-encadre .portlet-content .veol h2.portlet-title-text-like, .veol .title-encadre {
  font-size: 1.25rem;
  padding: 0.3125rem 1.0625rem 0.1875rem;
  background-color: #D6430A;
  color: white;
}
.erdf .veol h2.portlet-title-text_like, .veol .erdf h2.portlet-title-text_like, .erdf .portlet-encadre-shadow .portlet-content h2.portlet-title-text, .portlet-encadre-shadow .portlet-content .erdf h2.portlet-title-text, .erdf .portlet-encadre .portlet-content h2.portlet-title-text, .portlet-encadre .portlet-content .erdf h2.portlet-title-text,
.erdf .portlet-encadre .portlet-content h2.portlet-title-text-like,
.portlet-encadre .portlet-content .erdf h2.portlet-title-text-like, .erdf .title-encadre {
  font-size: 1.125rem;
  padding: 0.3125rem 0 0.5rem;
  background: transparent url(/o/veol-2018-theme/images/erdf/theme/bord_title.png) 0 bottom no-repeat;
  color: #58595b;
}

.portlet-souligne .portlet-content h2.portlet-title-text,
.portlet-souligne .portlet-content h2.portlet-title-text-like {
  font-weight: 600;
  font-size: 1.5rem;
  color: #001A70;
  padding-bottom: 0.375rem;
  margin: 0 0 1.875rem 0;
  display: inline-block;
  text-transform: none;
  border-bottom: solid 0.3125rem #FF861D;
}

button:not(.aui-button) .angle-left.collapse-icon-closed:focus:not(.bleu), button:not(.aui-button) .angle-left.collapse-icon-open:focus:not(.bleu), button:not(.aui-button) .angle-right.collapse-icon-closed:focus:not(.bleu):not(.white), button:not(.aui-button) .angle-right.collapse-icon-open:focus:not(.bleu):not(.white), .carousel-landscape .carousel-chevron:focus,
.carousel-landscape .carousel-pause-play:focus, button:not(.aui-button) .angle-left:focus:not(.bleu):not(.collapse-icon-closed):not(.collapse-icon-open), button:not(.aui-button) .angle-right:focus:not(.bleu):not(.white):not(.collapse-icon-closed):not(.collapse-icon-open), .btn-neutre:focus, .square-chevron:focus, .main-site .btn.btn-cancel:focus,
.button-wrapper .btn.btn-cancel:focus,
.modal-footer .btn.btn-cancel:focus,
.button-holder .btn.btn-cancel:focus,
.dialog-footer .btn.btn-cancel:focus,
.popin-footer .btn.btn-cancel:focus, button:not(.aui-button) .angle-left.collapse-icon-closed:focus-visible:not(.bleu), button:not(.aui-button) .angle-left.collapse-icon-open:focus-visible:not(.bleu), button:not(.aui-button) .angle-right.collapse-icon-closed:focus-visible:not(.bleu):not(.white), button:not(.aui-button) .angle-right.collapse-icon-open:focus-visible:not(.bleu):not(.white), .carousel-landscape .carousel-chevron:focus-visible,
.carousel-landscape .carousel-pause-play:focus-visible, button:not(.aui-button) .angle-left:focus-visible:not(.bleu):not(.collapse-icon-closed):not(.collapse-icon-open), button:not(.aui-button) .angle-right:focus-visible:not(.bleu):not(.white):not(.collapse-icon-closed):not(.collapse-icon-open), .btn-neutre:focus-visible, .square-chevron:focus-visible, .main-site .btn.btn-cancel:focus-visible,
.button-wrapper .btn.btn-cancel:focus-visible,
.modal-footer .btn.btn-cancel:focus-visible,
.button-holder .btn.btn-cancel:focus-visible,
.dialog-footer .btn.btn-cancel:focus-visible,
.popin-footer .btn.btn-cancel:focus-visible, .main-site .btn.btn-primary:focus:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .main-site .btn.btn-secondary:focus:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-wrapper .btn.btn-primary:focus:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.modal-footer .btn.btn-primary:focus:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-holder .btn.btn-primary:focus:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.dialog-footer .btn.btn-primary:focus:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.popin-footer .btn.btn-primary:focus:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-wrapper .btn.btn-secondary:focus:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.modal-footer .btn.btn-secondary:focus:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-holder .btn.btn-secondary:focus:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.dialog-footer .btn.btn-secondary:focus:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.popin-footer .btn.btn-secondary:focus:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .portlet-document-library .file-entry-actions > a:focus:last-of-type {
  outline: solid 1px #1057C8;
  outline-offset: 0.1875rem;
}

.veol .btn-primary.btn-default:focus, .veol .btn-secondary.btn-default:focus, .erdf .btn-primary.btn-default:focus, .erdf .btn-secondary.btn-default:focus, .framatome .btn-primary.btn-default:focus, .framatome .btn-secondary.btn-default:focus {
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
}

.main-site .btn.btn-default:not(.btn-toolbar-button),
.button-wrapper .btn.btn-default:not(.btn-toolbar-button),
.modal-footer .btn.btn-default:not(.btn-toolbar-button),
.button-holder .btn.btn-default:not(.btn-toolbar-button),
.dialog-footer .btn.btn-default:not(.btn-toolbar-button),
.popin-footer .btn.btn-default:not(.btn-toolbar-button) {
  color: #333333;
  background-color: #fff;
  border-color: #ccc;
}
.main-site .btn.btn-default:hover:not(.btn-toolbar-button),
.button-wrapper .btn.btn-default:hover:not(.btn-toolbar-button),
.modal-footer .btn.btn-default:hover:not(.btn-toolbar-button),
.button-holder .btn.btn-default:hover:not(.btn-toolbar-button),
.dialog-footer .btn.btn-default:hover:not(.btn-toolbar-button),
.popin-footer .btn.btn-default:hover:not(.btn-toolbar-button) {
  color: #333333;
  background-color: #e6e5e5;
  border-color: #adadad;
  text-decoration: underline;
}

.veol .main-site .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .main-site .veol .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .veol .main-site .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .main-site .veol .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .button-wrapper .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-wrapper .veol .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .modal-footer .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.modal-footer .veol .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .button-holder .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-holder .veol .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .dialog-footer .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.dialog-footer .veol .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .popin-footer .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.popin-footer .veol .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .button-wrapper .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-wrapper .veol .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .modal-footer .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.modal-footer .veol .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .button-holder .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-holder .veol .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .dialog-footer .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.dialog-footer .veol .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .popin-footer .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.popin-footer .veol .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .veol .portlet-document-library .file-entry-actions > a:last-of-type, .portlet-document-library .veol .file-entry-actions > a:last-of-type, .framatome .main-site .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .main-site .framatome .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .framatome .main-site .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .main-site .framatome .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .button-wrapper .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-wrapper .framatome .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .modal-footer .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.modal-footer .framatome .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .button-holder .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-holder .framatome .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .dialog-footer .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.dialog-footer .framatome .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .popin-footer .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.popin-footer .framatome .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .button-wrapper .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-wrapper .framatome .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .modal-footer .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.modal-footer .framatome .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .button-holder .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-holder .framatome .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .dialog-footer .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.dialog-footer .framatome .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .popin-footer .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.popin-footer .framatome .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .framatome .portlet-document-library .file-entry-actions > a:last-of-type, .portlet-document-library .framatome .file-entry-actions > a:last-of-type {
  background-color: #001A70;
  color: white;
  border-color: #001A70;
}
.veol .main-site .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .main-site .veol .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .veol .main-site .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .main-site .veol .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .button-wrapper .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-wrapper .veol .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .modal-footer .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.modal-footer .veol .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .button-holder .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-holder .veol .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .dialog-footer .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.dialog-footer .veol .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .popin-footer .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.popin-footer .veol .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .button-wrapper .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-wrapper .veol .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .modal-footer .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.modal-footer .veol .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .button-holder .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-holder .veol .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .dialog-footer .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.dialog-footer .veol .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .popin-footer .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.popin-footer .veol .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .veol .portlet-document-library .file-entry-actions > a:hover:last-of-type, .portlet-document-library .veol .file-entry-actions > a:hover:last-of-type, .framatome .main-site .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .main-site .framatome .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .framatome .main-site .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .main-site .framatome .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .button-wrapper .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-wrapper .framatome .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .modal-footer .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.modal-footer .framatome .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .button-holder .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-holder .framatome .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .dialog-footer .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.dialog-footer .framatome .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .popin-footer .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.popin-footer .framatome .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .button-wrapper .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-wrapper .framatome .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .modal-footer .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.modal-footer .framatome .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .button-holder .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-holder .framatome .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .dialog-footer .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.dialog-footer .framatome .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .popin-footer .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.popin-footer .framatome .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .framatome .portlet-document-library .file-entry-actions > a:hover:last-of-type, .portlet-document-library .framatome .file-entry-actions > a:hover:last-of-type {
  background-color: #1057C8;
  color: white;
  border-color: #1057C8;
  text-decoration: underline;
}
.erdf .main-site .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .main-site .erdf .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .erdf .main-site .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .main-site .erdf .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .button-wrapper .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-wrapper .erdf .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .modal-footer .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.modal-footer .erdf .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .button-holder .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-holder .erdf .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .dialog-footer .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.dialog-footer .erdf .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .popin-footer .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.popin-footer .erdf .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .button-wrapper .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-wrapper .erdf .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .modal-footer .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.modal-footer .erdf .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .button-holder .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-holder .erdf .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .dialog-footer .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.dialog-footer .erdf .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .popin-footer .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.popin-footer .erdf .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .erdf .portlet-document-library .file-entry-actions > a:last-of-type, .portlet-document-library .erdf .file-entry-actions > a:last-of-type {
  background-color: #1423DC;
  color: white;
  border-color: #1423DC;
}
.erdf .main-site .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .main-site .erdf .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .erdf .main-site .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .main-site .erdf .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .button-wrapper .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-wrapper .erdf .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .modal-footer .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.modal-footer .erdf .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .button-holder .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-holder .erdf .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .dialog-footer .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.dialog-footer .erdf .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .popin-footer .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.popin-footer .erdf .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .button-wrapper .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-wrapper .erdf .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .modal-footer .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.modal-footer .erdf .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .button-holder .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-holder .erdf .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .dialog-footer .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.dialog-footer .erdf .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .popin-footer .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.popin-footer .erdf .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .erdf .portlet-document-library .file-entry-actions > a:hover:last-of-type, .portlet-document-library .erdf .file-entry-actions > a:hover:last-of-type {
  background-color: white;
  color: #1423DC;
  border-color: #1423DC;
  text-decoration: none;
}
.veol .main-site [class*=newsletter] .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .main-site [class*=newsletter] .veol .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .veol .main-site [class*=newsletter] .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .main-site [class*=newsletter] .veol .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .button-wrapper [class*=newsletter] .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-wrapper [class*=newsletter] .veol .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .modal-footer [class*=newsletter] .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.modal-footer [class*=newsletter] .veol .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .button-holder [class*=newsletter] .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-holder [class*=newsletter] .veol .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .dialog-footer [class*=newsletter] .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.dialog-footer [class*=newsletter] .veol .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .popin-footer [class*=newsletter] .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.popin-footer [class*=newsletter] .veol .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .button-wrapper [class*=newsletter] .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-wrapper [class*=newsletter] .veol .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .modal-footer [class*=newsletter] .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.modal-footer [class*=newsletter] .veol .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .button-holder [class*=newsletter] .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-holder [class*=newsletter] .veol .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .dialog-footer [class*=newsletter] .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.dialog-footer [class*=newsletter] .veol .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .popin-footer [class*=newsletter] .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.popin-footer [class*=newsletter] .veol .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .framatome .main-site [class*=newsletter] .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .main-site [class*=newsletter] .framatome .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .framatome .main-site [class*=newsletter] .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .main-site [class*=newsletter] .framatome .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .button-wrapper [class*=newsletter] .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-wrapper [class*=newsletter] .framatome .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .modal-footer [class*=newsletter] .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.modal-footer [class*=newsletter] .framatome .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .button-holder [class*=newsletter] .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-holder [class*=newsletter] .framatome .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .dialog-footer [class*=newsletter] .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.dialog-footer [class*=newsletter] .framatome .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .popin-footer [class*=newsletter] .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.popin-footer [class*=newsletter] .framatome .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .button-wrapper [class*=newsletter] .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-wrapper [class*=newsletter] .framatome .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .modal-footer [class*=newsletter] .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.modal-footer [class*=newsletter] .framatome .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .button-holder [class*=newsletter] .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-holder [class*=newsletter] .framatome .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .dialog-footer [class*=newsletter] .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.dialog-footer [class*=newsletter] .framatome .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .popin-footer [class*=newsletter] .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.popin-footer [class*=newsletter] .framatome .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre) {
  background-color: #1057C8;
  color: white;
  border-color: #1057C8;
}
.veol .main-site [class*=newsletter] .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .main-site [class*=newsletter] .veol .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .veol .main-site [class*=newsletter] .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .main-site [class*=newsletter] .veol .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .button-wrapper [class*=newsletter] .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-wrapper [class*=newsletter] .veol .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .modal-footer [class*=newsletter] .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.modal-footer [class*=newsletter] .veol .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .button-holder [class*=newsletter] .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-holder [class*=newsletter] .veol .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .dialog-footer [class*=newsletter] .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.dialog-footer [class*=newsletter] .veol .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .popin-footer [class*=newsletter] .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.popin-footer [class*=newsletter] .veol .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .button-wrapper [class*=newsletter] .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-wrapper [class*=newsletter] .veol .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .modal-footer [class*=newsletter] .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.modal-footer [class*=newsletter] .veol .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .button-holder [class*=newsletter] .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-holder [class*=newsletter] .veol .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .dialog-footer [class*=newsletter] .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.dialog-footer [class*=newsletter] .veol .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.veol .popin-footer [class*=newsletter] .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.popin-footer [class*=newsletter] .veol .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .framatome .main-site [class*=newsletter] .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .main-site [class*=newsletter] .framatome .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .framatome .main-site [class*=newsletter] .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .main-site [class*=newsletter] .framatome .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .button-wrapper [class*=newsletter] .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-wrapper [class*=newsletter] .framatome .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .modal-footer [class*=newsletter] .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.modal-footer [class*=newsletter] .framatome .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .button-holder [class*=newsletter] .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-holder [class*=newsletter] .framatome .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .dialog-footer [class*=newsletter] .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.dialog-footer [class*=newsletter] .framatome .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .popin-footer [class*=newsletter] .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.popin-footer [class*=newsletter] .framatome .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .button-wrapper [class*=newsletter] .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-wrapper [class*=newsletter] .framatome .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .modal-footer [class*=newsletter] .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.modal-footer [class*=newsletter] .framatome .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .button-holder [class*=newsletter] .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-holder [class*=newsletter] .framatome .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .dialog-footer [class*=newsletter] .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.dialog-footer [class*=newsletter] .framatome .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.framatome .popin-footer [class*=newsletter] .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.popin-footer [class*=newsletter] .framatome .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre) {
  background-color: #001A70;
  color: white;
  border-color: #001A70;
  text-decoration: underline;
}
.erdf .main-site [class*=newsletter] .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .main-site [class*=newsletter] .erdf .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .erdf .main-site [class*=newsletter] .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .main-site [class*=newsletter] .erdf .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .button-wrapper [class*=newsletter] .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-wrapper [class*=newsletter] .erdf .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .modal-footer [class*=newsletter] .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.modal-footer [class*=newsletter] .erdf .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .button-holder [class*=newsletter] .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-holder [class*=newsletter] .erdf .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .dialog-footer [class*=newsletter] .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.dialog-footer [class*=newsletter] .erdf .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .popin-footer [class*=newsletter] .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.popin-footer [class*=newsletter] .erdf .btn.btn-primary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .button-wrapper [class*=newsletter] .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-wrapper [class*=newsletter] .erdf .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .modal-footer [class*=newsletter] .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.modal-footer [class*=newsletter] .erdf .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .button-holder [class*=newsletter] .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-holder [class*=newsletter] .erdf .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .dialog-footer [class*=newsletter] .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.dialog-footer [class*=newsletter] .erdf .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .popin-footer [class*=newsletter] .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.popin-footer [class*=newsletter] .erdf .btn.btn-secondary:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre) {
  background-color: #1423DC;
  color: white;
  border-color: #1423DC;
}
.erdf .main-site [class*=newsletter] .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .main-site [class*=newsletter] .erdf .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .erdf .main-site [class*=newsletter] .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre), .main-site [class*=newsletter] .erdf .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .button-wrapper [class*=newsletter] .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-wrapper [class*=newsletter] .erdf .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .modal-footer [class*=newsletter] .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.modal-footer [class*=newsletter] .erdf .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .button-holder [class*=newsletter] .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-holder [class*=newsletter] .erdf .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .dialog-footer [class*=newsletter] .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.dialog-footer [class*=newsletter] .erdf .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .popin-footer [class*=newsletter] .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.popin-footer [class*=newsletter] .erdf .btn.btn-primary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .button-wrapper [class*=newsletter] .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-wrapper [class*=newsletter] .erdf .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .modal-footer [class*=newsletter] .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.modal-footer [class*=newsletter] .erdf .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .button-holder [class*=newsletter] .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.button-holder [class*=newsletter] .erdf .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .dialog-footer [class*=newsletter] .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.dialog-footer [class*=newsletter] .erdf .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.erdf .popin-footer [class*=newsletter] .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre),
.popin-footer [class*=newsletter] .erdf .btn.btn-secondary:hover:not(.btn-cancel):not(.modify-link):not(.btn-positif):not(.btn-neutre) {
  background-color: white;
  color: #1423DC;
  border-color: #1423DC;
  text-decoration: none;
}

.main-site .btn.btn-positif, .main-site .btn.btn-outline-primary,
.button-wrapper .btn.btn-positif,
.modal-footer .btn.btn-positif,
.button-holder .btn.btn-positif,
.dialog-footer .btn.btn-positif,
.popin-footer .btn.btn-positif,
.button-wrapper .btn.btn-outline-primary,
.modal-footer .btn.btn-outline-primary,
.button-holder .btn.btn-outline-primary,
.dialog-footer .btn.btn-outline-primary,
.popin-footer .btn.btn-outline-primary, .portlet-document-library .file-entry-actions > a:first-of-type {
  display: inline-flex;
  align-items: center;
}
.veol .main-site .btn.btn-positif, .main-site .veol .btn.btn-positif, .veol .main-site .btn.btn-outline-primary, .main-site .veol .btn.btn-outline-primary,
.veol .button-wrapper .btn.btn-positif,
.button-wrapper .veol .btn.btn-positif,
.veol .modal-footer .btn.btn-positif,
.modal-footer .veol .btn.btn-positif,
.veol .button-holder .btn.btn-positif,
.button-holder .veol .btn.btn-positif,
.veol .dialog-footer .btn.btn-positif,
.dialog-footer .veol .btn.btn-positif,
.veol .popin-footer .btn.btn-positif,
.popin-footer .veol .btn.btn-positif,
.veol .button-wrapper .btn.btn-outline-primary,
.button-wrapper .veol .btn.btn-outline-primary,
.veol .modal-footer .btn.btn-outline-primary,
.modal-footer .veol .btn.btn-outline-primary,
.veol .button-holder .btn.btn-outline-primary,
.button-holder .veol .btn.btn-outline-primary,
.veol .dialog-footer .btn.btn-outline-primary,
.dialog-footer .veol .btn.btn-outline-primary,
.veol .popin-footer .btn.btn-outline-primary,
.popin-footer .veol .btn.btn-outline-primary, .veol .portlet-document-library .file-entry-actions > a:first-of-type, .portlet-document-library .veol .file-entry-actions > a:first-of-type, .framatome .main-site .btn.btn-positif, .main-site .framatome .btn.btn-positif, .framatome .main-site .btn.btn-outline-primary, .main-site .framatome .btn.btn-outline-primary,
.framatome .button-wrapper .btn.btn-positif,
.button-wrapper .framatome .btn.btn-positif,
.framatome .modal-footer .btn.btn-positif,
.modal-footer .framatome .btn.btn-positif,
.framatome .button-holder .btn.btn-positif,
.button-holder .framatome .btn.btn-positif,
.framatome .dialog-footer .btn.btn-positif,
.dialog-footer .framatome .btn.btn-positif,
.framatome .popin-footer .btn.btn-positif,
.popin-footer .framatome .btn.btn-positif,
.framatome .button-wrapper .btn.btn-outline-primary,
.button-wrapper .framatome .btn.btn-outline-primary,
.framatome .modal-footer .btn.btn-outline-primary,
.modal-footer .framatome .btn.btn-outline-primary,
.framatome .button-holder .btn.btn-outline-primary,
.button-holder .framatome .btn.btn-outline-primary,
.framatome .dialog-footer .btn.btn-outline-primary,
.dialog-footer .framatome .btn.btn-outline-primary,
.framatome .popin-footer .btn.btn-outline-primary,
.popin-footer .framatome .btn.btn-outline-primary, .framatome .portlet-document-library .file-entry-actions > a:first-of-type, .portlet-document-library .framatome .file-entry-actions > a:first-of-type {
  color: #1057C8;
  border: solid 1px #1057C8;
  background-color: white;
}
.veol .main-site .btn.btn-positif:hover, .main-site .veol .btn.btn-positif:hover, .veol .main-site .btn.btn-outline-primary:hover, .main-site .veol .btn.btn-outline-primary:hover,
.veol .button-wrapper .btn.btn-positif:hover,
.button-wrapper .veol .btn.btn-positif:hover,
.veol .modal-footer .btn.btn-positif:hover,
.modal-footer .veol .btn.btn-positif:hover,
.veol .button-holder .btn.btn-positif:hover,
.button-holder .veol .btn.btn-positif:hover,
.veol .dialog-footer .btn.btn-positif:hover,
.dialog-footer .veol .btn.btn-positif:hover,
.veol .popin-footer .btn.btn-positif:hover,
.popin-footer .veol .btn.btn-positif:hover,
.veol .button-wrapper .btn.btn-outline-primary:hover,
.button-wrapper .veol .btn.btn-outline-primary:hover,
.veol .modal-footer .btn.btn-outline-primary:hover,
.modal-footer .veol .btn.btn-outline-primary:hover,
.veol .button-holder .btn.btn-outline-primary:hover,
.button-holder .veol .btn.btn-outline-primary:hover,
.veol .dialog-footer .btn.btn-outline-primary:hover,
.dialog-footer .veol .btn.btn-outline-primary:hover,
.veol .popin-footer .btn.btn-outline-primary:hover,
.popin-footer .veol .btn.btn-outline-primary:hover, .veol .portlet-document-library .file-entry-actions > a:hover:first-of-type, .portlet-document-library .veol .file-entry-actions > a:hover:first-of-type, .veol .main-site .btn.btn-positif:focus, .main-site .veol .btn.btn-positif:focus, .veol .main-site .btn.btn-outline-primary:focus, .main-site .veol .btn.btn-outline-primary:focus,
.veol .button-wrapper .btn.btn-positif:focus,
.button-wrapper .veol .btn.btn-positif:focus,
.veol .modal-footer .btn.btn-positif:focus,
.modal-footer .veol .btn.btn-positif:focus,
.veol .button-holder .btn.btn-positif:focus,
.button-holder .veol .btn.btn-positif:focus,
.veol .dialog-footer .btn.btn-positif:focus,
.dialog-footer .veol .btn.btn-positif:focus,
.veol .popin-footer .btn.btn-positif:focus,
.popin-footer .veol .btn.btn-positif:focus,
.veol .button-wrapper .btn.btn-outline-primary:focus,
.button-wrapper .veol .btn.btn-outline-primary:focus,
.veol .modal-footer .btn.btn-outline-primary:focus,
.modal-footer .veol .btn.btn-outline-primary:focus,
.veol .button-holder .btn.btn-outline-primary:focus,
.button-holder .veol .btn.btn-outline-primary:focus,
.veol .dialog-footer .btn.btn-outline-primary:focus,
.dialog-footer .veol .btn.btn-outline-primary:focus,
.veol .popin-footer .btn.btn-outline-primary:focus,
.popin-footer .veol .btn.btn-outline-primary:focus, .veol .portlet-document-library .file-entry-actions > a:focus:first-of-type, .portlet-document-library .veol .file-entry-actions > a:focus:first-of-type, .framatome .main-site .btn.btn-positif:hover, .main-site .framatome .btn.btn-positif:hover, .framatome .main-site .btn.btn-outline-primary:hover, .main-site .framatome .btn.btn-outline-primary:hover,
.framatome .button-wrapper .btn.btn-positif:hover,
.button-wrapper .framatome .btn.btn-positif:hover,
.framatome .modal-footer .btn.btn-positif:hover,
.modal-footer .framatome .btn.btn-positif:hover,
.framatome .button-holder .btn.btn-positif:hover,
.button-holder .framatome .btn.btn-positif:hover,
.framatome .dialog-footer .btn.btn-positif:hover,
.dialog-footer .framatome .btn.btn-positif:hover,
.framatome .popin-footer .btn.btn-positif:hover,
.popin-footer .framatome .btn.btn-positif:hover,
.framatome .button-wrapper .btn.btn-outline-primary:hover,
.button-wrapper .framatome .btn.btn-outline-primary:hover,
.framatome .modal-footer .btn.btn-outline-primary:hover,
.modal-footer .framatome .btn.btn-outline-primary:hover,
.framatome .button-holder .btn.btn-outline-primary:hover,
.button-holder .framatome .btn.btn-outline-primary:hover,
.framatome .dialog-footer .btn.btn-outline-primary:hover,
.dialog-footer .framatome .btn.btn-outline-primary:hover,
.framatome .popin-footer .btn.btn-outline-primary:hover,
.popin-footer .framatome .btn.btn-outline-primary:hover, .framatome .portlet-document-library .file-entry-actions > a:hover:first-of-type, .portlet-document-library .framatome .file-entry-actions > a:hover:first-of-type, .framatome .main-site .btn.btn-positif:focus, .main-site .framatome .btn.btn-positif:focus, .framatome .main-site .btn.btn-outline-primary:focus, .main-site .framatome .btn.btn-outline-primary:focus,
.framatome .button-wrapper .btn.btn-positif:focus,
.button-wrapper .framatome .btn.btn-positif:focus,
.framatome .modal-footer .btn.btn-positif:focus,
.modal-footer .framatome .btn.btn-positif:focus,
.framatome .button-holder .btn.btn-positif:focus,
.button-holder .framatome .btn.btn-positif:focus,
.framatome .dialog-footer .btn.btn-positif:focus,
.dialog-footer .framatome .btn.btn-positif:focus,
.framatome .popin-footer .btn.btn-positif:focus,
.popin-footer .framatome .btn.btn-positif:focus,
.framatome .button-wrapper .btn.btn-outline-primary:focus,
.button-wrapper .framatome .btn.btn-outline-primary:focus,
.framatome .modal-footer .btn.btn-outline-primary:focus,
.modal-footer .framatome .btn.btn-outline-primary:focus,
.framatome .button-holder .btn.btn-outline-primary:focus,
.button-holder .framatome .btn.btn-outline-primary:focus,
.framatome .dialog-footer .btn.btn-outline-primary:focus,
.dialog-footer .framatome .btn.btn-outline-primary:focus,
.framatome .popin-footer .btn.btn-outline-primary:focus,
.popin-footer .framatome .btn.btn-outline-primary:focus, .framatome .portlet-document-library .file-entry-actions > a:focus:first-of-type, .portlet-document-library .framatome .file-entry-actions > a:focus:first-of-type {
  color: white;
  border: solid 1px #1057C8;
  background-color: #1057C8;
  outline: 0;
  text-decoration: underline;
}
.veol .main-site .btn.btn-positif:focus-visible, .main-site .veol .btn.btn-positif:focus-visible, .veol .main-site .btn.btn-outline-primary:focus-visible, .main-site .veol .btn.btn-outline-primary:focus-visible,
.veol .button-wrapper .btn.btn-positif:focus-visible,
.button-wrapper .veol .btn.btn-positif:focus-visible,
.veol .modal-footer .btn.btn-positif:focus-visible,
.modal-footer .veol .btn.btn-positif:focus-visible,
.veol .button-holder .btn.btn-positif:focus-visible,
.button-holder .veol .btn.btn-positif:focus-visible,
.veol .dialog-footer .btn.btn-positif:focus-visible,
.dialog-footer .veol .btn.btn-positif:focus-visible,
.veol .popin-footer .btn.btn-positif:focus-visible,
.popin-footer .veol .btn.btn-positif:focus-visible,
.veol .button-wrapper .btn.btn-outline-primary:focus-visible,
.button-wrapper .veol .btn.btn-outline-primary:focus-visible,
.veol .modal-footer .btn.btn-outline-primary:focus-visible,
.modal-footer .veol .btn.btn-outline-primary:focus-visible,
.veol .button-holder .btn.btn-outline-primary:focus-visible,
.button-holder .veol .btn.btn-outline-primary:focus-visible,
.veol .dialog-footer .btn.btn-outline-primary:focus-visible,
.dialog-footer .veol .btn.btn-outline-primary:focus-visible,
.veol .popin-footer .btn.btn-outline-primary:focus-visible,
.popin-footer .veol .btn.btn-outline-primary:focus-visible, .veol .portlet-document-library .file-entry-actions > a:focus-visible:first-of-type, .portlet-document-library .veol .file-entry-actions > a:focus-visible:first-of-type, .framatome .main-site .btn.btn-positif:focus-visible, .main-site .framatome .btn.btn-positif:focus-visible, .framatome .main-site .btn.btn-outline-primary:focus-visible, .main-site .framatome .btn.btn-outline-primary:focus-visible,
.framatome .button-wrapper .btn.btn-positif:focus-visible,
.button-wrapper .framatome .btn.btn-positif:focus-visible,
.framatome .modal-footer .btn.btn-positif:focus-visible,
.modal-footer .framatome .btn.btn-positif:focus-visible,
.framatome .button-holder .btn.btn-positif:focus-visible,
.button-holder .framatome .btn.btn-positif:focus-visible,
.framatome .dialog-footer .btn.btn-positif:focus-visible,
.dialog-footer .framatome .btn.btn-positif:focus-visible,
.framatome .popin-footer .btn.btn-positif:focus-visible,
.popin-footer .framatome .btn.btn-positif:focus-visible,
.framatome .button-wrapper .btn.btn-outline-primary:focus-visible,
.button-wrapper .framatome .btn.btn-outline-primary:focus-visible,
.framatome .modal-footer .btn.btn-outline-primary:focus-visible,
.modal-footer .framatome .btn.btn-outline-primary:focus-visible,
.framatome .button-holder .btn.btn-outline-primary:focus-visible,
.button-holder .framatome .btn.btn-outline-primary:focus-visible,
.framatome .dialog-footer .btn.btn-outline-primary:focus-visible,
.dialog-footer .framatome .btn.btn-outline-primary:focus-visible,
.framatome .popin-footer .btn.btn-outline-primary:focus-visible,
.popin-footer .framatome .btn.btn-outline-primary:focus-visible, .framatome .portlet-document-library .file-entry-actions > a:focus-visible:first-of-type, .portlet-document-library .framatome .file-entry-actions > a:focus-visible:first-of-type {
  color: white;
  border: solid 1px #1057C8;
  background-color: #1057C8;
  outline: 0;
}
.erdf .main-site .btn.btn-positif, .main-site .erdf .btn.btn-positif, .erdf .main-site .btn.btn-outline-primary, .main-site .erdf .btn.btn-outline-primary,
.erdf .button-wrapper .btn.btn-positif,
.button-wrapper .erdf .btn.btn-positif,
.erdf .modal-footer .btn.btn-positif,
.modal-footer .erdf .btn.btn-positif,
.erdf .button-holder .btn.btn-positif,
.button-holder .erdf .btn.btn-positif,
.erdf .dialog-footer .btn.btn-positif,
.dialog-footer .erdf .btn.btn-positif,
.erdf .popin-footer .btn.btn-positif,
.popin-footer .erdf .btn.btn-positif,
.erdf .button-wrapper .btn.btn-outline-primary,
.button-wrapper .erdf .btn.btn-outline-primary,
.erdf .modal-footer .btn.btn-outline-primary,
.modal-footer .erdf .btn.btn-outline-primary,
.erdf .button-holder .btn.btn-outline-primary,
.button-holder .erdf .btn.btn-outline-primary,
.erdf .dialog-footer .btn.btn-outline-primary,
.dialog-footer .erdf .btn.btn-outline-primary,
.erdf .popin-footer .btn.btn-outline-primary,
.popin-footer .erdf .btn.btn-outline-primary, .erdf .portlet-document-library .file-entry-actions > a:first-of-type, .portlet-document-library .erdf .file-entry-actions > a:first-of-type {
  color: #1423DC;
  border: solid 1px #1423DC;
  background-color: white;
}
.erdf .main-site .btn.btn-positif:hover, .main-site .erdf .btn.btn-positif:hover, .erdf .main-site .btn.btn-outline-primary:hover, .main-site .erdf .btn.btn-outline-primary:hover,
.erdf .button-wrapper .btn.btn-positif:hover,
.button-wrapper .erdf .btn.btn-positif:hover,
.erdf .modal-footer .btn.btn-positif:hover,
.modal-footer .erdf .btn.btn-positif:hover,
.erdf .button-holder .btn.btn-positif:hover,
.button-holder .erdf .btn.btn-positif:hover,
.erdf .dialog-footer .btn.btn-positif:hover,
.dialog-footer .erdf .btn.btn-positif:hover,
.erdf .popin-footer .btn.btn-positif:hover,
.popin-footer .erdf .btn.btn-positif:hover,
.erdf .button-wrapper .btn.btn-outline-primary:hover,
.button-wrapper .erdf .btn.btn-outline-primary:hover,
.erdf .modal-footer .btn.btn-outline-primary:hover,
.modal-footer .erdf .btn.btn-outline-primary:hover,
.erdf .button-holder .btn.btn-outline-primary:hover,
.button-holder .erdf .btn.btn-outline-primary:hover,
.erdf .dialog-footer .btn.btn-outline-primary:hover,
.dialog-footer .erdf .btn.btn-outline-primary:hover,
.erdf .popin-footer .btn.btn-outline-primary:hover,
.popin-footer .erdf .btn.btn-outline-primary:hover, .erdf .portlet-document-library .file-entry-actions > a:hover:first-of-type, .portlet-document-library .erdf .file-entry-actions > a:hover:first-of-type, .erdf .main-site .btn.btn-positif:focus, .main-site .erdf .btn.btn-positif:focus, .erdf .main-site .btn.btn-outline-primary:focus, .main-site .erdf .btn.btn-outline-primary:focus,
.erdf .button-wrapper .btn.btn-positif:focus,
.button-wrapper .erdf .btn.btn-positif:focus,
.erdf .modal-footer .btn.btn-positif:focus,
.modal-footer .erdf .btn.btn-positif:focus,
.erdf .button-holder .btn.btn-positif:focus,
.button-holder .erdf .btn.btn-positif:focus,
.erdf .dialog-footer .btn.btn-positif:focus,
.dialog-footer .erdf .btn.btn-positif:focus,
.erdf .popin-footer .btn.btn-positif:focus,
.popin-footer .erdf .btn.btn-positif:focus,
.erdf .button-wrapper .btn.btn-outline-primary:focus,
.button-wrapper .erdf .btn.btn-outline-primary:focus,
.erdf .modal-footer .btn.btn-outline-primary:focus,
.modal-footer .erdf .btn.btn-outline-primary:focus,
.erdf .button-holder .btn.btn-outline-primary:focus,
.button-holder .erdf .btn.btn-outline-primary:focus,
.erdf .dialog-footer .btn.btn-outline-primary:focus,
.dialog-footer .erdf .btn.btn-outline-primary:focus,
.erdf .popin-footer .btn.btn-outline-primary:focus,
.popin-footer .erdf .btn.btn-outline-primary:focus, .erdf .portlet-document-library .file-entry-actions > a:focus:first-of-type, .portlet-document-library .erdf .file-entry-actions > a:focus:first-of-type {
  color: white;
  border: solid 1px #1423DC;
  background-color: #1423DC;
  outline: 0;
  text-decoration: underline;
}
.erdf .main-site .btn.btn-positif:focus-visible, .main-site .erdf .btn.btn-positif:focus-visible, .erdf .main-site .btn.btn-outline-primary:focus-visible, .main-site .erdf .btn.btn-outline-primary:focus-visible,
.erdf .button-wrapper .btn.btn-positif:focus-visible,
.button-wrapper .erdf .btn.btn-positif:focus-visible,
.erdf .modal-footer .btn.btn-positif:focus-visible,
.modal-footer .erdf .btn.btn-positif:focus-visible,
.erdf .button-holder .btn.btn-positif:focus-visible,
.button-holder .erdf .btn.btn-positif:focus-visible,
.erdf .dialog-footer .btn.btn-positif:focus-visible,
.dialog-footer .erdf .btn.btn-positif:focus-visible,
.erdf .popin-footer .btn.btn-positif:focus-visible,
.popin-footer .erdf .btn.btn-positif:focus-visible,
.erdf .button-wrapper .btn.btn-outline-primary:focus-visible,
.button-wrapper .erdf .btn.btn-outline-primary:focus-visible,
.erdf .modal-footer .btn.btn-outline-primary:focus-visible,
.modal-footer .erdf .btn.btn-outline-primary:focus-visible,
.erdf .button-holder .btn.btn-outline-primary:focus-visible,
.button-holder .erdf .btn.btn-outline-primary:focus-visible,
.erdf .dialog-footer .btn.btn-outline-primary:focus-visible,
.dialog-footer .erdf .btn.btn-outline-primary:focus-visible,
.erdf .popin-footer .btn.btn-outline-primary:focus-visible,
.popin-footer .erdf .btn.btn-outline-primary:focus-visible, .erdf .portlet-document-library .file-entry-actions > a:focus-visible:first-of-type, .portlet-document-library .erdf .file-entry-actions > a:focus-visible:first-of-type {
  color: white;
  border: solid 1px #1423DC;
  background-color: #1423DC;
  outline: 0;
}

button:not(.aui-button) .angle-left:not(.bleu).collapse-icon-closed, button:not(.aui-button) .angle-left:not(.bleu).collapse-icon-open, button:not(.aui-button) .angle-right:not(.bleu):not(.white).collapse-icon-closed, button:not(.aui-button) .angle-right:not(.bleu):not(.white).collapse-icon-open, .carousel-landscape .carousel-chevron,
.carousel-landscape .carousel-pause-play, button:not(.aui-button) .angle-left:not(.bleu):not(.collapse-icon-closed):not(.collapse-icon-open), button:not(.aui-button) .angle-right:not(.bleu):not(.white):not(.collapse-icon-closed):not(.collapse-icon-open), .btn-neutre, .square-chevron, .main-site .btn.btn-cancel, .main-site .btn.btn-cancel:hover, .main-site .btn.btn-cancel.btn-secondary, .main-site .btn.btn-cancel.btn-secondary:hover,
.button-wrapper .btn.btn-cancel,
.modal-footer .btn.btn-cancel,
.button-holder .btn.btn-cancel,
.dialog-footer .btn.btn-cancel,
.popin-footer .btn.btn-cancel,
.button-wrapper .btn.btn-cancel:hover,
.modal-footer .btn.btn-cancel:hover,
.button-holder .btn.btn-cancel:hover,
.dialog-footer .btn.btn-cancel:hover,
.popin-footer .btn.btn-cancel:hover,
.button-wrapper .btn.btn-cancel.btn-secondary,
.modal-footer .btn.btn-cancel.btn-secondary,
.button-holder .btn.btn-cancel.btn-secondary,
.dialog-footer .btn.btn-cancel.btn-secondary,
.popin-footer .btn.btn-cancel.btn-secondary,
.button-wrapper .btn.btn-cancel.btn-secondary:hover {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
}
.carousel-landscape .carousel-chevron,
.carousel-landscape .carousel-pause-play, button:not(.aui-button) .angle-left:not(.bleu):not(.collapse-icon-closed):not(.collapse-icon-open), button:not(.aui-button) .angle-right:not(.bleu):not(.white):not(.collapse-icon-closed):not(.collapse-icon-open), .btn-neutre, .square-chevron, .main-site .btn.btn-cancel, .main-site .btn.btn-cancel:hover, .main-site .btn.btn-cancel.btn-secondary, .main-site .btn.btn-cancel.btn-secondary:hover,
.button-wrapper .btn.btn-cancel,
.modal-footer .btn.btn-cancel,
.button-holder .btn.btn-cancel,
.dialog-footer .btn.btn-cancel,
.popin-footer .btn.btn-cancel,
.button-wrapper .btn.btn-cancel:hover,
.modal-footer .btn.btn-cancel:hover,
.button-holder .btn.btn-cancel:hover,
.dialog-footer .btn.btn-cancel:hover,
.popin-footer .btn.btn-cancel:hover,
.button-wrapper .btn.btn-cancel.btn-secondary,
.modal-footer .btn.btn-cancel.btn-secondary,
.button-holder .btn.btn-cancel.btn-secondary,
.dialog-footer .btn.btn-cancel.btn-secondary,
.popin-footer .btn.btn-cancel.btn-secondary,
.button-wrapper .btn.btn-cancel.btn-secondary:hover {
  display: inline-block;
}

.form-control-neutre {
  border-radius: 0;
}

.square-textarea, .rounded-textarea,
.rounded-comment {
  position: relative;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  background-color: #F1F1F1 !important;
  word-break: break-word;
}

.zoom-close, .zoom-video-player .zoom-video-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  border: none;
  box-shadow: none;
}

.isAnswer .answer_marked, .conversation_resolu, .conversation_terminee, .label-default {
  position: relative;
  color: white;
  border-radius: 5px;
  padding: 2px 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  margin: 0 0 0 15px;
}
.ie .isAnswer .answer_marked, .isAnswer .ie .answer_marked, .ie .conversation_resolu, .ie .conversation_terminee, .ie .label-default {
  width: auto !important;
}

.gardian-organisations-wrapper.horizontal-align ul > li, .localisation-wrapper.horizontal-align ul:not(.chosen-results) > li:not(.yui3-aclist-item) {
  width: 33.33%;
  float: left;
  padding: 0 10px;
}

.lfr-search-container-wrapper a:not(.component-action), a, .icone-et-lien {
  cursor: pointer;
  text-decoration: none;
}
.lfr-search-container-wrapper a:hover:not(.component-action), a:hover, .icone-et-lien:hover, .lfr-search-container-wrapper a:focus:not(.component-action), a:focus, .icone-et-lien:focus {
  text-decoration: underline;
}
.veol .lfr-search-container-wrapper a:not(.component-action), .lfr-search-container-wrapper .veol a:not(.component-action), .veol a, .veol .icone-et-lien, .framatome .lfr-search-container-wrapper a:not(.component-action), .lfr-search-container-wrapper .framatome a:not(.component-action), .framatome a, .framatome .icone-et-lien {
  color: #1057C8;
}
.veol a:hover, .veol .icone-et-lien:hover, .veol a:hover p, .veol .icone-et-lien:hover p, .veol a:focus, .veol .icone-et-lien:focus, .veol a:focus p, .veol .icone-et-lien:focus p, .framatome a:hover, .framatome .icone-et-lien:hover, .framatome a:hover p, .framatome .icone-et-lien:hover p, .framatome a:focus, .framatome .icone-et-lien:focus, .framatome a:focus p, .framatome .icone-et-lien:focus p {
  color: #001A70;
}
.erdf .lfr-search-container-wrapper a:not(.component-action), .lfr-search-container-wrapper .erdf a:not(.component-action), .erdf a, .erdf .icone-et-lien {
  color: #1423DC;
}
.erdf a:hover, .erdf .icone-et-lien:hover, .erdf a:focus, .erdf .icone-et-lien:focus {
  color: #1F73B7;
}

.icone-et-lien {
  display: inline-flex;
  font-size: 0.875rem;
  align-items: center;
}
.icone-et-lien > i {
  margin-right: 0.3125rem;
  text-decoration: none;
}
.icone-et-lien > i:before {
  height: 1rem;
}

/* styles articles wysiwyg */
.ck-editor__main .encart3d, .portlet-body .encart3d,
.ae-ui .ae-dropdown .encart3d, .ck-editor__main .encart3g, .portlet-body .encart3g,
.ae-ui .ae-dropdown .encart3g, .ck-editor__main .encart3, .portlet-body .encart3,
.ae-ui .ae-dropdown .encart3, .ck-editor__main .encart2d, .portlet-body .encart2d,
.ae-ui .ae-dropdown .encart2d, .ck-editor__main .encart2g, .portlet-body .encart2g,
.ae-ui .ae-dropdown .encart2g, .ck-editor__main .encart2, .portlet-body .encart2,
.ae-ui .ae-dropdown .encart2, .ck-editor__main .encart1d, .portlet-body .encart1d,
.ae-ui .ae-dropdown .encart1d, .ck-editor__main .encart1g, .portlet-body .encart1g,
.ae-ui .ae-dropdown .encart1g, .ck-editor__main .encart1, .portlet-body .encart1,
.ae-ui .ae-dropdown .encart1 {
  margin: 0.5rem 0;
  padding: 0.625rem;
  border-style: solid;
  border-width: 2px;
  background-color: white;
}
.erdf .ck-editor__main .encart3d, .erdf .portlet-body .encart3d,
.erdf .ae-ui .ae-dropdown .encart3d,
.ae-ui .erdf .ae-dropdown .encart3d, .ck-editor__main .erdf .encart3d, .portlet-body .erdf .encart3d,
.ae-ui .ae-dropdown .erdf .encart3d, .erdf .ck-editor__main .encart3g, .erdf .portlet-body .encart3g,
.erdf .ae-ui .ae-dropdown .encart3g,
.ae-ui .erdf .ae-dropdown .encart3g, .ck-editor__main .erdf .encart3g, .portlet-body .erdf .encart3g,
.ae-ui .ae-dropdown .erdf .encart3g, .erdf .ck-editor__main .encart3, .erdf .portlet-body .encart3,
.erdf .ae-ui .ae-dropdown .encart3,
.ae-ui .erdf .ae-dropdown .encart3, .ck-editor__main .erdf .encart3, .portlet-body .erdf .encart3,
.ae-ui .ae-dropdown .erdf .encart3, .erdf .ck-editor__main .encart2d, .erdf .portlet-body .encart2d,
.erdf .ae-ui .ae-dropdown .encart2d,
.ae-ui .erdf .ae-dropdown .encart2d, .ck-editor__main .erdf .encart2d, .portlet-body .erdf .encart2d,
.ae-ui .ae-dropdown .erdf .encart2d, .erdf .ck-editor__main .encart2g, .erdf .portlet-body .encart2g,
.erdf .ae-ui .ae-dropdown .encart2g,
.ae-ui .erdf .ae-dropdown .encart2g, .ck-editor__main .erdf .encart2g, .portlet-body .erdf .encart2g,
.ae-ui .ae-dropdown .erdf .encart2g, .erdf .ck-editor__main .encart2, .erdf .portlet-body .encart2,
.erdf .ae-ui .ae-dropdown .encart2,
.ae-ui .erdf .ae-dropdown .encart2, .ck-editor__main .erdf .encart2, .portlet-body .erdf .encart2,
.ae-ui .ae-dropdown .erdf .encart2, .erdf .ck-editor__main .encart1d, .erdf .portlet-body .encart1d,
.erdf .ae-ui .ae-dropdown .encart1d,
.ae-ui .erdf .ae-dropdown .encart1d, .ck-editor__main .erdf .encart1d, .portlet-body .erdf .encart1d,
.ae-ui .ae-dropdown .erdf .encart1d, .erdf .ck-editor__main .encart1g, .erdf .portlet-body .encart1g,
.erdf .ae-ui .ae-dropdown .encart1g,
.ae-ui .erdf .ae-dropdown .encart1g, .ck-editor__main .erdf .encart1g, .portlet-body .erdf .encart1g,
.ae-ui .ae-dropdown .erdf .encart1g, .erdf .ck-editor__main .encart1, .erdf .portlet-body .encart1,
.erdf .ae-ui .ae-dropdown .encart1,
.ae-ui .erdf .ae-dropdown .encart1, .ck-editor__main .erdf .encart1, .portlet-body .erdf .encart1,
.ae-ui .ae-dropdown .erdf .encart1, .erdf .ck-editor__main .encart3d a, .erdf .portlet-body .encart3d a,
.erdf .ae-ui .ae-dropdown .encart3d a,
.ae-ui .erdf .ae-dropdown .encart3d a, .ck-editor__main .erdf .encart3d a, .portlet-body .erdf .encart3d a,
.ae-ui .ae-dropdown .erdf .encart3d a, .erdf .ck-editor__main .encart3g a, .erdf .portlet-body .encart3g a,
.erdf .ae-ui .ae-dropdown .encart3g a,
.ae-ui .erdf .ae-dropdown .encart3g a, .ck-editor__main .erdf .encart3g a, .portlet-body .erdf .encart3g a,
.ae-ui .ae-dropdown .erdf .encart3g a, .erdf .ck-editor__main .encart3 a, .erdf .portlet-body .encart3 a,
.erdf .ae-ui .ae-dropdown .encart3 a,
.ae-ui .erdf .ae-dropdown .encart3 a, .ck-editor__main .erdf .encart3 a, .portlet-body .erdf .encart3 a,
.ae-ui .ae-dropdown .erdf .encart3 a, .erdf .ck-editor__main .encart2d a, .erdf .portlet-body .encart2d a,
.erdf .ae-ui .ae-dropdown .encart2d a,
.ae-ui .erdf .ae-dropdown .encart2d a, .ck-editor__main .erdf .encart2d a, .portlet-body .erdf .encart2d a,
.ae-ui .ae-dropdown .erdf .encart2d a, .erdf .ck-editor__main .encart2g a, .erdf .portlet-body .encart2g a,
.erdf .ae-ui .ae-dropdown .encart2g a,
.ae-ui .erdf .ae-dropdown .encart2g a, .ck-editor__main .erdf .encart2g a, .portlet-body .erdf .encart2g a,
.ae-ui .ae-dropdown .erdf .encart2g a, .erdf .ck-editor__main .encart2 a, .erdf .portlet-body .encart2 a,
.erdf .ae-ui .ae-dropdown .encart2 a,
.ae-ui .erdf .ae-dropdown .encart2 a, .ck-editor__main .erdf .encart2 a, .portlet-body .erdf .encart2 a,
.ae-ui .ae-dropdown .erdf .encart2 a, .erdf .ck-editor__main .encart1d a, .erdf .portlet-body .encart1d a,
.erdf .ae-ui .ae-dropdown .encart1d a,
.ae-ui .erdf .ae-dropdown .encart1d a, .ck-editor__main .erdf .encart1d a, .portlet-body .erdf .encart1d a,
.ae-ui .ae-dropdown .erdf .encart1d a, .erdf .ck-editor__main .encart1g a, .erdf .portlet-body .encart1g a,
.erdf .ae-ui .ae-dropdown .encart1g a,
.ae-ui .erdf .ae-dropdown .encart1g a, .ck-editor__main .erdf .encart1g a, .portlet-body .erdf .encart1g a,
.ae-ui .ae-dropdown .erdf .encart1g a, .erdf .ck-editor__main .encart1 a, .erdf .portlet-body .encart1 a,
.erdf .ae-ui .ae-dropdown .encart1 a,
.ae-ui .erdf .ae-dropdown .encart1 a, .ck-editor__main .erdf .encart1 a, .portlet-body .erdf .encart1 a,
.ae-ui .ae-dropdown .erdf .encart1 a {
  color: #58595b;
  font-size: 1rem;
}
.erdf .ck-editor__main .encart3d a, .erdf .portlet-body .encart3d a,
.erdf .ae-ui .ae-dropdown .encart3d a,
.ae-ui .erdf .ae-dropdown .encart3d a, .ck-editor__main .erdf .encart3d a, .portlet-body .erdf .encart3d a,
.ae-ui .ae-dropdown .erdf .encart3d a, .erdf .ck-editor__main .encart3g a, .erdf .portlet-body .encart3g a,
.erdf .ae-ui .ae-dropdown .encart3g a,
.ae-ui .erdf .ae-dropdown .encart3g a, .ck-editor__main .erdf .encart3g a, .portlet-body .erdf .encart3g a,
.ae-ui .ae-dropdown .erdf .encart3g a, .erdf .ck-editor__main .encart3 a, .erdf .portlet-body .encart3 a,
.erdf .ae-ui .ae-dropdown .encart3 a,
.ae-ui .erdf .ae-dropdown .encart3 a, .ck-editor__main .erdf .encart3 a, .portlet-body .erdf .encart3 a,
.ae-ui .ae-dropdown .erdf .encart3 a, .erdf .ck-editor__main .encart2d a, .erdf .portlet-body .encart2d a,
.erdf .ae-ui .ae-dropdown .encart2d a,
.ae-ui .erdf .ae-dropdown .encart2d a, .ck-editor__main .erdf .encart2d a, .portlet-body .erdf .encart2d a,
.ae-ui .ae-dropdown .erdf .encart2d a, .erdf .ck-editor__main .encart2g a, .erdf .portlet-body .encart2g a,
.erdf .ae-ui .ae-dropdown .encart2g a,
.ae-ui .erdf .ae-dropdown .encart2g a, .ck-editor__main .erdf .encart2g a, .portlet-body .erdf .encart2g a,
.ae-ui .ae-dropdown .erdf .encart2g a, .erdf .ck-editor__main .encart2 a, .erdf .portlet-body .encart2 a,
.erdf .ae-ui .ae-dropdown .encart2 a,
.ae-ui .erdf .ae-dropdown .encart2 a, .ck-editor__main .erdf .encart2 a, .portlet-body .erdf .encart2 a,
.ae-ui .ae-dropdown .erdf .encart2 a, .erdf .ck-editor__main .encart1d a, .erdf .portlet-body .encart1d a,
.erdf .ae-ui .ae-dropdown .encart1d a,
.ae-ui .erdf .ae-dropdown .encart1d a, .ck-editor__main .erdf .encart1d a, .portlet-body .erdf .encart1d a,
.ae-ui .ae-dropdown .erdf .encart1d a, .erdf .ck-editor__main .encart1g a, .erdf .portlet-body .encart1g a,
.erdf .ae-ui .ae-dropdown .encart1g a,
.ae-ui .erdf .ae-dropdown .encart1g a, .ck-editor__main .erdf .encart1g a, .portlet-body .erdf .encart1g a,
.ae-ui .ae-dropdown .erdf .encart1g a, .erdf .ck-editor__main .encart1 a, .erdf .portlet-body .encart1 a,
.erdf .ae-ui .ae-dropdown .encart1 a,
.ae-ui .erdf .ae-dropdown .encart1 a, .ck-editor__main .erdf .encart1 a, .portlet-body .erdf .encart1 a,
.ae-ui .ae-dropdown .erdf .encart1 a {
  text-decoration: underline;
}
.erdf .ck-editor__main .encart3d a:hover, .erdf .portlet-body .encart3d a:hover,
.erdf .ae-ui .ae-dropdown .encart3d a:hover,
.ae-ui .erdf .ae-dropdown .encart3d a:hover, .ck-editor__main .erdf .encart3d a:hover, .portlet-body .erdf .encart3d a:hover,
.ae-ui .ae-dropdown .erdf .encart3d a:hover, .erdf .ck-editor__main .encart3g a:hover, .erdf .portlet-body .encart3g a:hover,
.erdf .ae-ui .ae-dropdown .encart3g a:hover,
.ae-ui .erdf .ae-dropdown .encart3g a:hover, .ck-editor__main .erdf .encart3g a:hover, .portlet-body .erdf .encart3g a:hover,
.ae-ui .ae-dropdown .erdf .encart3g a:hover, .erdf .ck-editor__main .encart3 a:hover, .erdf .portlet-body .encart3 a:hover,
.erdf .ae-ui .ae-dropdown .encart3 a:hover,
.ae-ui .erdf .ae-dropdown .encart3 a:hover, .ck-editor__main .erdf .encart3 a:hover, .portlet-body .erdf .encart3 a:hover,
.ae-ui .ae-dropdown .erdf .encart3 a:hover, .erdf .ck-editor__main .encart2d a:hover, .erdf .portlet-body .encart2d a:hover,
.erdf .ae-ui .ae-dropdown .encart2d a:hover,
.ae-ui .erdf .ae-dropdown .encart2d a:hover, .ck-editor__main .erdf .encart2d a:hover, .portlet-body .erdf .encart2d a:hover,
.ae-ui .ae-dropdown .erdf .encart2d a:hover, .erdf .ck-editor__main .encart2g a:hover, .erdf .portlet-body .encart2g a:hover,
.erdf .ae-ui .ae-dropdown .encart2g a:hover,
.ae-ui .erdf .ae-dropdown .encart2g a:hover, .ck-editor__main .erdf .encart2g a:hover, .portlet-body .erdf .encart2g a:hover,
.ae-ui .ae-dropdown .erdf .encart2g a:hover, .erdf .ck-editor__main .encart2 a:hover, .erdf .portlet-body .encart2 a:hover,
.erdf .ae-ui .ae-dropdown .encart2 a:hover,
.ae-ui .erdf .ae-dropdown .encart2 a:hover, .ck-editor__main .erdf .encart2 a:hover, .portlet-body .erdf .encart2 a:hover,
.ae-ui .ae-dropdown .erdf .encart2 a:hover, .erdf .ck-editor__main .encart1d a:hover, .erdf .portlet-body .encart1d a:hover,
.erdf .ae-ui .ae-dropdown .encart1d a:hover,
.ae-ui .erdf .ae-dropdown .encart1d a:hover, .ck-editor__main .erdf .encart1d a:hover, .portlet-body .erdf .encart1d a:hover,
.ae-ui .ae-dropdown .erdf .encart1d a:hover, .erdf .ck-editor__main .encart1g a:hover, .erdf .portlet-body .encart1g a:hover,
.erdf .ae-ui .ae-dropdown .encart1g a:hover,
.ae-ui .erdf .ae-dropdown .encart1g a:hover, .ck-editor__main .erdf .encart1g a:hover, .portlet-body .erdf .encart1g a:hover,
.ae-ui .ae-dropdown .erdf .encart1g a:hover, .erdf .ck-editor__main .encart1 a:hover, .erdf .portlet-body .encart1 a:hover,
.erdf .ae-ui .ae-dropdown .encart1 a:hover,
.ae-ui .erdf .ae-dropdown .encart1 a:hover, .ck-editor__main .erdf .encart1 a:hover, .portlet-body .erdf .encart1 a:hover,
.ae-ui .ae-dropdown .erdf .encart1 a:hover {
  font-weight: bold;
}

.ck-editor__main .encart1d, .portlet-body .encart1d,
.ae-ui .ae-dropdown .encart1d, .ck-editor__main .encart1g, .portlet-body .encart1g,
.ae-ui .ae-dropdown .encart1g, .ck-editor__main .encart1, .portlet-body .encart1,
.ae-ui .ae-dropdown .encart1 {
  border-color: var(--encart1-border-color);
  color: var(--encart1-text-color);
}

.ck-editor__main .encart2d, .portlet-body .encart2d,
.ae-ui .ae-dropdown .encart2d, .ck-editor__main .encart2g, .portlet-body .encart2g,
.ae-ui .ae-dropdown .encart2g, .ck-editor__main .encart2, .portlet-body .encart2,
.ae-ui .ae-dropdown .encart2 {
  border-color: var(--encart2-border-color);
  color: var(--encart2-text-color);
}

.ck-editor__main .encart3d, .portlet-body .encart3d,
.ae-ui .ae-dropdown .encart3d, .ck-editor__main .encart3g, .portlet-body .encart3g,
.ae-ui .ae-dropdown .encart3g, .ck-editor__main .encart3, .portlet-body .encart3,
.ae-ui .ae-dropdown .encart3 {
  border-color: var(--encart3-border-color);
  color: var(--encart3-text-color);
}

.ck-editor__main .aplat3d, .portlet-body .aplat3d,
.ae-ui .ae-dropdown .aplat3d, .ck-editor__main .aplat3g, .portlet-body .aplat3g,
.ae-ui .ae-dropdown .aplat3g, .ck-editor__main .aplat3, .portlet-body .aplat3,
.ae-ui .ae-dropdown .aplat3, .ck-editor__main .aplat2d, .portlet-body .aplat2d,
.ae-ui .ae-dropdown .aplat2d, .ck-editor__main .aplat2g, .portlet-body .aplat2g,
.ae-ui .ae-dropdown .aplat2g, .ck-editor__main .aplat2, .portlet-body .aplat2,
.ae-ui .ae-dropdown .aplat2, .ck-editor__main .aplat1d, .portlet-body .aplat1d,
.ae-ui .ae-dropdown .aplat1d, .ck-editor__main .aplat1g, .portlet-body .aplat1g,
.ae-ui .ae-dropdown .aplat1g, .ck-editor__main .aplat1, .portlet-body .aplat1,
.ae-ui .ae-dropdown .aplat1 {
  padding: 0.625rem;
  color: white;
}
.ck-editor__main .aplat3d a, .portlet-body .aplat3d a,
.ae-ui .ae-dropdown .aplat3d a, .ck-editor__main .aplat3g a, .portlet-body .aplat3g a,
.ae-ui .ae-dropdown .aplat3g a, .ck-editor__main .aplat3 a, .portlet-body .aplat3 a,
.ae-ui .ae-dropdown .aplat3 a, .ck-editor__main .aplat2d a, .portlet-body .aplat2d a,
.ae-ui .ae-dropdown .aplat2d a, .ck-editor__main .aplat2g a, .portlet-body .aplat2g a,
.ae-ui .ae-dropdown .aplat2g a, .ck-editor__main .aplat2 a, .portlet-body .aplat2 a,
.ae-ui .ae-dropdown .aplat2 a, .ck-editor__main .aplat1d a, .portlet-body .aplat1d a,
.ae-ui .ae-dropdown .aplat1d a, .ck-editor__main .aplat1g a, .portlet-body .aplat1g a,
.ae-ui .ae-dropdown .aplat1g a, .ck-editor__main .aplat1 a, .portlet-body .aplat1 a,
.ae-ui .ae-dropdown .aplat1 a {
  color: white !important;
  text-decoration: underline !important;
}
.ck-editor__main .aplat3d a:hover, .portlet-body .aplat3d a:hover,
.ae-ui .ae-dropdown .aplat3d a:hover, .ck-editor__main .aplat3g a:hover, .portlet-body .aplat3g a:hover,
.ae-ui .ae-dropdown .aplat3g a:hover, .ck-editor__main .aplat3 a:hover, .portlet-body .aplat3 a:hover,
.ae-ui .ae-dropdown .aplat3 a:hover, .ck-editor__main .aplat2d a:hover, .portlet-body .aplat2d a:hover,
.ae-ui .ae-dropdown .aplat2d a:hover, .ck-editor__main .aplat2g a:hover, .portlet-body .aplat2g a:hover,
.ae-ui .ae-dropdown .aplat2g a:hover, .ck-editor__main .aplat2 a:hover, .portlet-body .aplat2 a:hover,
.ae-ui .ae-dropdown .aplat2 a:hover, .ck-editor__main .aplat1d a:hover, .portlet-body .aplat1d a:hover,
.ae-ui .ae-dropdown .aplat1d a:hover, .ck-editor__main .aplat1g a:hover, .portlet-body .aplat1g a:hover,
.ae-ui .ae-dropdown .aplat1g a:hover, .ck-editor__main .aplat1 a:hover, .portlet-body .aplat1 a:hover,
.ae-ui .ae-dropdown .aplat1 a:hover {
  font-weight: bold;
}
.veol .ck-editor__main .aplat3d, .veol .portlet-body .aplat3d,
.veol .ae-ui .ae-dropdown .aplat3d,
.ae-ui .veol .ae-dropdown .aplat3d, .ck-editor__main .veol .aplat3d, .portlet-body .veol .aplat3d,
.ae-ui .ae-dropdown .veol .aplat3d, .veol .ck-editor__main .aplat3g, .veol .portlet-body .aplat3g,
.veol .ae-ui .ae-dropdown .aplat3g,
.ae-ui .veol .ae-dropdown .aplat3g, .ck-editor__main .veol .aplat3g, .portlet-body .veol .aplat3g,
.ae-ui .ae-dropdown .veol .aplat3g, .veol .ck-editor__main .aplat3, .veol .portlet-body .aplat3,
.veol .ae-ui .ae-dropdown .aplat3,
.ae-ui .veol .ae-dropdown .aplat3, .ck-editor__main .veol .aplat3, .portlet-body .veol .aplat3,
.ae-ui .ae-dropdown .veol .aplat3, .veol .ck-editor__main .aplat2d, .veol .portlet-body .aplat2d,
.veol .ae-ui .ae-dropdown .aplat2d,
.ae-ui .veol .ae-dropdown .aplat2d, .ck-editor__main .veol .aplat2d, .portlet-body .veol .aplat2d,
.ae-ui .ae-dropdown .veol .aplat2d, .veol .ck-editor__main .aplat2g, .veol .portlet-body .aplat2g,
.veol .ae-ui .ae-dropdown .aplat2g,
.ae-ui .veol .ae-dropdown .aplat2g, .ck-editor__main .veol .aplat2g, .portlet-body .veol .aplat2g,
.ae-ui .ae-dropdown .veol .aplat2g, .veol .ck-editor__main .aplat2, .veol .portlet-body .aplat2,
.veol .ae-ui .ae-dropdown .aplat2,
.ae-ui .veol .ae-dropdown .aplat2, .ck-editor__main .veol .aplat2, .portlet-body .veol .aplat2,
.ae-ui .ae-dropdown .veol .aplat2, .veol .ck-editor__main .aplat1d, .veol .portlet-body .aplat1d,
.veol .ae-ui .ae-dropdown .aplat1d,
.ae-ui .veol .ae-dropdown .aplat1d, .ck-editor__main .veol .aplat1d, .portlet-body .veol .aplat1d,
.ae-ui .ae-dropdown .veol .aplat1d, .veol .ck-editor__main .aplat1g, .veol .portlet-body .aplat1g,
.veol .ae-ui .ae-dropdown .aplat1g,
.ae-ui .veol .ae-dropdown .aplat1g, .ck-editor__main .veol .aplat1g, .portlet-body .veol .aplat1g,
.ae-ui .ae-dropdown .veol .aplat1g, .veol .ck-editor__main .aplat1, .veol .portlet-body .aplat1,
.veol .ae-ui .ae-dropdown .aplat1,
.ae-ui .veol .ae-dropdown .aplat1, .ck-editor__main .veol .aplat1, .portlet-body .veol .aplat1,
.ae-ui .ae-dropdown .veol .aplat1, .framatome .ck-editor__main .aplat3d, .framatome .portlet-body .aplat3d,
.framatome .ae-ui .ae-dropdown .aplat3d,
.ae-ui .framatome .ae-dropdown .aplat3d, .ck-editor__main .framatome .aplat3d, .portlet-body .framatome .aplat3d,
.ae-ui .ae-dropdown .framatome .aplat3d, .framatome .ck-editor__main .aplat3g, .framatome .portlet-body .aplat3g,
.framatome .ae-ui .ae-dropdown .aplat3g,
.ae-ui .framatome .ae-dropdown .aplat3g, .ck-editor__main .framatome .aplat3g, .portlet-body .framatome .aplat3g,
.ae-ui .ae-dropdown .framatome .aplat3g, .framatome .ck-editor__main .aplat3, .framatome .portlet-body .aplat3,
.framatome .ae-ui .ae-dropdown .aplat3,
.ae-ui .framatome .ae-dropdown .aplat3, .ck-editor__main .framatome .aplat3, .portlet-body .framatome .aplat3,
.ae-ui .ae-dropdown .framatome .aplat3, .framatome .ck-editor__main .aplat2d, .framatome .portlet-body .aplat2d,
.framatome .ae-ui .ae-dropdown .aplat2d,
.ae-ui .framatome .ae-dropdown .aplat2d, .ck-editor__main .framatome .aplat2d, .portlet-body .framatome .aplat2d,
.ae-ui .ae-dropdown .framatome .aplat2d, .framatome .ck-editor__main .aplat2g, .framatome .portlet-body .aplat2g,
.framatome .ae-ui .ae-dropdown .aplat2g,
.ae-ui .framatome .ae-dropdown .aplat2g, .ck-editor__main .framatome .aplat2g, .portlet-body .framatome .aplat2g,
.ae-ui .ae-dropdown .framatome .aplat2g, .framatome .ck-editor__main .aplat2, .framatome .portlet-body .aplat2,
.framatome .ae-ui .ae-dropdown .aplat2,
.ae-ui .framatome .ae-dropdown .aplat2, .ck-editor__main .framatome .aplat2, .portlet-body .framatome .aplat2,
.ae-ui .ae-dropdown .framatome .aplat2, .framatome .ck-editor__main .aplat1d, .framatome .portlet-body .aplat1d,
.framatome .ae-ui .ae-dropdown .aplat1d,
.ae-ui .framatome .ae-dropdown .aplat1d, .ck-editor__main .framatome .aplat1d, .portlet-body .framatome .aplat1d,
.ae-ui .ae-dropdown .framatome .aplat1d, .framatome .ck-editor__main .aplat1g, .framatome .portlet-body .aplat1g,
.framatome .ae-ui .ae-dropdown .aplat1g,
.ae-ui .framatome .ae-dropdown .aplat1g, .ck-editor__main .framatome .aplat1g, .portlet-body .framatome .aplat1g,
.ae-ui .ae-dropdown .framatome .aplat1g, .framatome .ck-editor__main .aplat1, .framatome .portlet-body .aplat1,
.framatome .ae-ui .ae-dropdown .aplat1,
.ae-ui .framatome .ae-dropdown .aplat1, .ck-editor__main .framatome .aplat1, .portlet-body .framatome .aplat1,
.ae-ui .ae-dropdown .framatome .aplat1 {
  margin: 0.3125rem;
}
.erdf .ck-editor__main .aplat3d, .erdf .portlet-body .aplat3d,
.erdf .ae-ui .ae-dropdown .aplat3d,
.ae-ui .erdf .ae-dropdown .aplat3d, .ck-editor__main .erdf .aplat3d, .portlet-body .erdf .aplat3d,
.ae-ui .ae-dropdown .erdf .aplat3d, .erdf .ck-editor__main .aplat3g, .erdf .portlet-body .aplat3g,
.erdf .ae-ui .ae-dropdown .aplat3g,
.ae-ui .erdf .ae-dropdown .aplat3g, .ck-editor__main .erdf .aplat3g, .portlet-body .erdf .aplat3g,
.ae-ui .ae-dropdown .erdf .aplat3g, .erdf .ck-editor__main .aplat3, .erdf .portlet-body .aplat3,
.erdf .ae-ui .ae-dropdown .aplat3,
.ae-ui .erdf .ae-dropdown .aplat3, .ck-editor__main .erdf .aplat3, .portlet-body .erdf .aplat3,
.ae-ui .ae-dropdown .erdf .aplat3, .erdf .ck-editor__main .aplat2d, .erdf .portlet-body .aplat2d,
.erdf .ae-ui .ae-dropdown .aplat2d,
.ae-ui .erdf .ae-dropdown .aplat2d, .ck-editor__main .erdf .aplat2d, .portlet-body .erdf .aplat2d,
.ae-ui .ae-dropdown .erdf .aplat2d, .erdf .ck-editor__main .aplat2g, .erdf .portlet-body .aplat2g,
.erdf .ae-ui .ae-dropdown .aplat2g,
.ae-ui .erdf .ae-dropdown .aplat2g, .ck-editor__main .erdf .aplat2g, .portlet-body .erdf .aplat2g,
.ae-ui .ae-dropdown .erdf .aplat2g, .erdf .ck-editor__main .aplat2, .erdf .portlet-body .aplat2,
.erdf .ae-ui .ae-dropdown .aplat2,
.ae-ui .erdf .ae-dropdown .aplat2, .ck-editor__main .erdf .aplat2, .portlet-body .erdf .aplat2,
.ae-ui .ae-dropdown .erdf .aplat2, .erdf .ck-editor__main .aplat1d, .erdf .portlet-body .aplat1d,
.erdf .ae-ui .ae-dropdown .aplat1d,
.ae-ui .erdf .ae-dropdown .aplat1d, .ck-editor__main .erdf .aplat1d, .portlet-body .erdf .aplat1d,
.ae-ui .ae-dropdown .erdf .aplat1d, .erdf .ck-editor__main .aplat1g, .erdf .portlet-body .aplat1g,
.erdf .ae-ui .ae-dropdown .aplat1g,
.ae-ui .erdf .ae-dropdown .aplat1g, .ck-editor__main .erdf .aplat1g, .portlet-body .erdf .aplat1g,
.ae-ui .ae-dropdown .erdf .aplat1g, .erdf .ck-editor__main .aplat1, .erdf .portlet-body .aplat1,
.erdf .ae-ui .ae-dropdown .aplat1,
.ae-ui .erdf .ae-dropdown .aplat1, .ck-editor__main .erdf .aplat1, .portlet-body .erdf .aplat1,
.ae-ui .ae-dropdown .erdf .aplat1 {
  margin: 0.5rem 0 0.5rem 0;
}

.ck-editor__main .aplat1d, .portlet-body .aplat1d,
.ae-ui .ae-dropdown .aplat1d, .ck-editor__main .aplat1g, .portlet-body .aplat1g,
.ae-ui .ae-dropdown .aplat1g, .ck-editor__main .aplat1, .portlet-body .aplat1,
.ae-ui .ae-dropdown .aplat1 {
  background-color: var(--aplat1-background-color);
}

.ck-editor__main .aplat2d, .portlet-body .aplat2d,
.ae-ui .ae-dropdown .aplat2d, .ck-editor__main .aplat2g, .portlet-body .aplat2g,
.ae-ui .ae-dropdown .aplat2g, .ck-editor__main .aplat2, .portlet-body .aplat2,
.ae-ui .ae-dropdown .aplat2 {
  background-color: var(--aplat2-background-color);
}

.ck-editor__main .aplat3d, .portlet-body .aplat3d,
.ae-ui .ae-dropdown .aplat3d, .ck-editor__main .aplat3g, .portlet-body .aplat3g,
.ae-ui .ae-dropdown .aplat3g, .ck-editor__main .aplat3, .portlet-body .aplat3,
.ae-ui .ae-dropdown .aplat3 {
  background-color: var(--aplat3-background-color);
}

.ck-editor__main .aplat3d, .portlet-body .aplat3d,
.ae-ui .ae-dropdown .aplat3d, .ck-editor__main .aplat2d, .portlet-body .aplat2d,
.ae-ui .ae-dropdown .aplat2d, .ck-editor__main .aplat1d, .portlet-body .aplat1d,
.ae-ui .ae-dropdown .aplat1d, .ck-editor__main .encart3d, .portlet-body .encart3d,
.ae-ui .ae-dropdown .encart3d, .ck-editor__main .encart2d, .portlet-body .encart2d,
.ae-ui .ae-dropdown .encart2d, .ck-editor__main .encart1d, .portlet-body .encart1d,
.ae-ui .ae-dropdown .encart1d {
  float: right;
  width: 40%;
  margin-left: 1em;
}

.ck-editor__main .aplat3g, .portlet-body .aplat3g,
.ae-ui .ae-dropdown .aplat3g, .ck-editor__main .aplat2g, .portlet-body .aplat2g,
.ae-ui .ae-dropdown .aplat2g, .ck-editor__main .aplat1g, .portlet-body .aplat1g,
.ae-ui .ae-dropdown .aplat1g, .ck-editor__main .encart3g, .portlet-body .encart3g,
.ae-ui .ae-dropdown .encart3g, .ck-editor__main .encart2g, .portlet-body .encart2g,
.ae-ui .ae-dropdown .encart2g, .ck-editor__main .encart1g, .portlet-body .encart1g,
.ae-ui .ae-dropdown .encart1g {
  float: left;
  width: 40%;
  margin-right: 1em;
}

.ck-editor__main .normal1, .portlet-body .normal1,
.ae-ui .ae-dropdown .normal1 {
  color: var(--normal1-text-color);
}
.ck-editor__main .normal2, .portlet-body .normal2,
.ae-ui .ae-dropdown .normal2 {
  color: var(--normal2-text-color);
}
.ck-editor__main .normal3, .portlet-body .normal3,
.ae-ui .ae-dropdown .normal3 {
  color: var(--normal3-text-color);
}
.ck-editor__main h2.wysiwyg, .portlet-body h2.wysiwyg,
.ae-ui .ae-dropdown h2.wysiwyg,
.ck-editor__main h3.wysiwyg,
.portlet-body h3.wysiwyg,
.ae-ui .ae-dropdown h3.wysiwyg,
.ck-editor__main h4.wysiwyg,
.portlet-body h4.wysiwyg,
.ae-ui .ae-dropdown h4.wysiwyg {
  text-transform: inherit;
  color: var(--h-text-color);
}
.ck-editor__main blockquote, .portlet-body blockquote,
.ae-ui .ae-dropdown blockquote {
  font-size: inherit;
  color: var(--blockquote-text-color);
  background-image: var(--blockquote-background-image);
  background-color: transparent;
  background-position: top left;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0.3125rem;
  min-height: 2.8125rem;
  padding: 0.3125rem 4.6875rem;
  border: 0;
  width: 85%;
}
.portlet-alaune .filtres-communaute select.form-control, .filtres-communaute select.form-control, .user_content .portlet-language select.form-control {
  background-image: url("/o/veol-2018-theme/images/icones-svg/regularchevron-down.svg");
  background-size: 0.6875rem;
  background-position: right 0.875rem center;
  padding: 0 2.5rem 0 1rem;
}

.portlet-alaune .filtres-communaute select.form-control, .user_content .portlet-language select.form-control {
  background-color: #E0E0E0;
}
.portlet-alaune .filtres-communaute select.form-control option, .user_content .portlet-language select.form-control option {
  background-color: white !important;
}

.authorName, .authorName a {
  font-size: 1rem;
  font-weight: 600;
  color: #333333;
  margin: 0;
  line-height: 1.1;
  word-break: break-word;
}

.authorJob {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #333333;
  margin-bottom: 0;
}

.authorDate {
  font-size: 0.625rem;
  font-weight: 400;
  color: #666666;
  margin-bottom: 0;
}

.contact-card-list .card-page-item .contact-card .tel,
.contact-card-list .card-page-item .contact-card .email {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.0625rem;
  color: #666666;
  margin: 0;
}

.flux-activites-list .card .entry-comment {
  padding: 0 0 0 0.5rem;
  border-left: solid 3px #E0E0E0;
  margin: 0.625rem 0;
  text-align: left;
}
.flux-activites-list .card .entry-comment p {
  margin: 0;
}
.flux-activites-list .card .entry-comment, .flux-activites-list .card .entry-comment p {
  font-size: 0.75rem;
  color: #333333;
  word-break: break-word;
}

.lfr-pagination-buttons.pagination li.page-item.disabled > a,
.lfr-pagination-buttons.pagination li.page-item.disabled > span, .lfr-pagination-buttons.pagination li.page-item:not(.disabled) > a,
.lfr-pagination-buttons.pagination li.page-item:not(.disabled) > span {
  border-radius: 0;
  padding: 0.3125rem 0.875rem;
  font-size: 1rem;
  border: solid 1px #E0E0E0;
}
.lfr-pagination-buttons.pagination li.page-item.disabled > a:hover,
.lfr-pagination-buttons.pagination li.page-item.disabled > span:hover, .lfr-pagination-buttons.pagination li.page-item:not(.disabled) > a:hover,
.lfr-pagination-buttons.pagination li.page-item:not(.disabled) > span:hover, .lfr-pagination-buttons.pagination li.page-item.disabled > a:focus,
.lfr-pagination-buttons.pagination li.page-item.disabled > span:focus, .lfr-pagination-buttons.pagination li.page-item:not(.disabled) > a:focus,
.lfr-pagination-buttons.pagination li.page-item:not(.disabled) > span:focus {
  background-color: #E0E0E0;
  text-decoration: underline;
}

.fil-actualites-list li,
.fil-info-list li,
.fil-info-mosaique li > .card,
.fil-info-mosaique .aLaUne,
.portlet-flux-activites-par-type li.list-group-item,
.pour-comprendre .card .card-block,
.selection-de-la-redaction a.card-hover,
.recherche-creer-alerte a.card-hover,
.view-activites-accueil .list-group-item,
.card-move, .contact-card-list .card-page-item .contact-card {
  transition: all 0.15s cubic-bezier(0.6, 0, 0.4, 1);
}
.fil-actualites-list li:hover,
.fil-info-list li:hover,
.fil-info-mosaique li > .card:hover,
.fil-info-mosaique .aLaUne:hover,
.portlet-flux-activites-par-type li.list-group-item:hover,
.pour-comprendre .card .card-block:hover,
.selection-de-la-redaction a.card-hover:hover,
.recherche-creer-alerte a.card-hover:hover,
.view-activites-accueil .list-group-item:hover,
.card-move:hover, .contact-card-list .card-page-item .contact-card:hover {
  transform: translateY(-3px);
  box-shadow: #a7a9ac 0.125rem 0.25rem 0.875rem !important;
}

.portlet-actus-alaune h2.portlet-title-text::after,
[class*=AssetTransverse] h2.portlet-title-text::after, .portlet-actus-aproximite-home h2.portlet-title-text-like span::after {
  background-color: #1057C8;
  color: white;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  display: inline-flex;
  position: relative;
}

.bg-white {
  background-color: white;
}

.bg-colornext {
  background-color: #ecf0f3 !important;
}

.bg-nav-communaute.veol {
  background-color: #044a7d;
}
.bg-nav-communaute.erdf {
  background-color: #dadfe5;
}

.bg-bleu-clair-edf {
  background-color: #1089FF !important;
}

.bg-bleu-moyen-edf {
  background-color: #1057C8 !important;
}

.bg-bleu-fonce-edf {
  background-color: #001A70 !important;
}

.bg-orange-clair-edf {
  background-color: #FFB210 !important;
}

.bg-orange-moyen-edf {
  background-color: #FF861D !important;
}

.bg-orange-fonce-edf {
  background-color: #D6430A !important;
}

.bg-Vert-clair-edf {
  background-color: #C0E410 !important;
}

.bg-vert-moyen-edf {
  background-color: #88D910 !important;
}

.bg-vert-fonce-edf {
  background-color: #307A10 !important;
}

.bg-gris-clair-edf {
  background-color: #E0E0E0 !important;
}

.bg-gris-moyen-edf {
  background-color: #666666 !important;
}

.bg-gris-fonce-edf {
  background-color: #333333 !important;
}

/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "fontawesome-alloy";
  src: url("../fonts/liferay-font-awesome/fontawesome-alloy.eot");
  src: url("../fonts/liferay-font-awesome/fontawesome-alloy.eot?#iefix") format("embedded-opentype"), url("../fonts/liferay-font-awesome/fontawesome-alloy.woff") format("woff"), url("../fonts/liferay-font-awesome/fontawesome-alloy.ttf") format("truetype"), url("../fonts/liferay-font-awesome/fontawesome-alloy.svg#fontawesome-alloy") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^=icon-],
[class*=" icon-"] {
  font-family: "fontawesome-alloy";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333em;
}

/* makes sure icons active on rollover in links */
a [class^=icon-],
a [class*=" icon-"] {
  display: inline;
}

/* increased font size for icon-large */
[class^=icon-].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571429em;
  text-align: right;
  padding-right: 0.2857142857em;
}
[class^=icon-].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714286em;
}

.icons-ul {
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  text-align: center;
  line-height: inherit;
}

[class^=icon-].hide,
[class*=" icon-"].hide {
  display: none;
}

.icon-muted {
  color: #eeeeee;
}

.icon-light {
  color: white;
}

.icon-dark {
  color: #333333;
}

.icon-border {
  border: solid 1px #eeeeee;
  padding: 0.2em 0.25em 0.15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

[class^=icon-].pull-left,
[class*=" icon-"].pull-left {
  margin-right: 0.3em;
}
[class^=icon-].pull-right,
[class*=" icon-"].pull-right {
  margin-left: 0.3em;
}

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^=icon-],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
}

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: "fontawesome-alloy", sans-serif;
  content: '\FEFF' attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-caret-bottom-right, .icon-glass, .icon-music, .icon-search, .icon-envelope, .icon-heart, .icon-star, .icon-star-empty, .icon-user, .icon-film, .icon-th-large, .icon-th, .icon-th-list, .icon-ok, .icon-remove, .icon-zoom-in, .icon-zoom-out, .icon-off, .icon-signal, .icon-cog, .icon-trash, .icon-home, .icon-file, .icon-inbox, .icon-play-circle, .icon-repeat, .icon-refresh, .icon-list-alt, .icon-lock, .icon-flag, .icon-headphones, .icon-volume-off, .icon-volume-down, .icon-volume-up, .icon-qrcode, .icon-barcode, .icon-tag, .icon-tags, .icon-book, .icon-bookmark, .icon-print, .icon-camera, .icon-font, .icon-bold, .icon-italic, .icon-align-justify, .icon-list, .icon-indent-left, .icon-indent-right, .icon-facetime-video, .icon-picture, .icon-pencil, .icon-map-marker, .icon-adjust, .icon-tint, .icon-edit, .icon-share, .icon-check, .icon-move, .icon-step-backward, .icon-fast-backward, .icon-backward, .icon-play, .icon-pause, .icon-stop, .icon-forward, .icon-fast-forward, .icon-minus-sign, .icon-remove-sign, .icon-ok-sign, .icon-question-sign, .icon-info-sign, .icon-screenshot, .icon-remove-circle, .icon-ok-circle, .icon-ban-circle, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-arrow-down, .icon-share-alt, .icon-resize-full, .icon-resize-small, .icon-plus, .icon-minus, .icon-asterisk, .icon-exclamation-sign, .icon-gift, .icon-leaf, .icon-calendar, .icon-random, .icon-comment, .icon-magnet, .icon-chevron-up, .icon-chevron-down, .icon-retweet, .icon-shopping-cart, .icon-folder-close, .icon-folder-open, .icon-resize-vertical, .icon-resize-horizontal, .icon-bar-chart, .icon-twitter-sign, .icon-facebook-sign, .icon-camera-retro, .icon-key, .icon-cogs, .icon-comments, .icon-thumbs-up, .icon-thumbs-down, .icon-star-half, .icon-signin, .icon-trophy, .icon-github-sign, .icon-upload-alt, .icon-lemon, .icon-phone, .icon-check-empty, .icon-bookmark-empty, .icon-phone-sign, .icon-twitter, .icon-facebook, .icon-github, .icon-unlock, .icon-credit, .icon-rss, .icon-hdd, .icon-bullhorn, .icon-bell, .icon-certificate, .icon-hand-right, .icon-hand-left, .icon-hand-up, .icon-globe, .icon-wrench, .icon-tasks, .icon-filter, .icon-briefcase, .icon-fullscreen, .icon-group, .icon-link, .icon-cloud, .icon-beaker, .icon-cut, .icon-copy, .icon-paper-clip, .icon-save, .icon-sign-blank, .icon-reorder, .icon-list-ul, .icon-list-ol, .icon-strikethrough, .icon-underline, .icon-table, .icon-magic, .icon-money, .icon-caret-down, .icon-caret-up, .icon-caret-left, .icon-caret-right, .icon-columns, .icon-sort, .icon-sort-down, .icon-sort-up, .icon-envelope-alt, .icon-linkedin, .icon-undo, .icon-legal, .icon-dashboard, .icon-comment-alt, .icon-comments-alt, .icon-bolt, .icon-sitemap, .icon-umbrella, .icon-paste, .icon-lightbulb, .icon-exchange, .icon-bell-alt, .icon-coffee, .icon-food, .icon-file-alt, .icon-building, .icon-hospital, .icon-ambulance, .icon-medkit, .icon-fighter-jet, .icon-beer, .icon-h-sign, .icon-plus-sign, .icon-double-angle-left, .icon-double-angle-right, .icon-double-angle-up, .icon-double-angle-down, .icon-angle-left, .icon-angle-right, .icon-angle-up, .icon-angle-down, .icon-desktop, .icon-laptop, .icon-spinner, .icon-circle, .icon-reply, .icon-github-alt, .icon-folder-close-alt, .icon-folder-open-alt, .icon-expand-alt, .icon-collapse-alt, .icon-smile, .icon-frown, .icon-meh, .icon-gamepad, .icon-keyboard, .icon-flag-alt, .icon-flag-checkered, .icon-terminal, .icon-code, .icon-reply-all, .icon-star-half-full, .icon-location-arrow, .icon-crop, .icon-code-fork, .icon-subscript, .icon-eraser, .icon-puzzle, .icon-microphone, .icon-microphone-off, .icon-shield, .icon-calendar-empty, .icon-fire-extinguisher, .icon-rocket, .icon-maxcdn, .icon-chevron-sign-left, .icon-chevron-sign-right, .icon-chevron-sign-up, .icon-chevron-sign-down, .icon-html5, .icon-css3, .icon-anchor, .icon-unlock-alt, .icon-bullseye, .icon-ellipsis-horizontal, .icon-ellipsis-vertical, .icon-rss-sign, .icon-fb-boolean, .icon-text-height, .icon-text-width, .icon-align-left, .icon-align-center, .icon-align-right, .icon-step-forward, .icon-eject, .icon-chevron-left, .icon-chevron-right, .icon-plus-sign-2, .icon-fire, .icon-eye-open, .icon-eye-close, .icon-warning-sign, .icon-plane, .icon-heart-empty, .icon-signout, .icon-linkedin-sign, .icon-pushpin, .icon-external-link, .icon-hand-down, .icon-circle-arrow-left, .icon-circle-arrow-right, .icon-circle-arrow-up, .icon-circle-arrow-down, .icon-truck, .icon-pinterest, .icon-pinterest-sign, .icon-google-plus-sign, .icon-google-plus, .icon-cloud-download, .icon-cloud-upload, .icon-user-md, .icon-stethoscope, .icon-suitcase, .icon-tablet, .icon-mobile, .icon-circle-blank, .icon-quote-left, .icon-quote-right, .icon-unlink, .icon-question, .icon-info, .icon-exclamation, .icon-superscript, .icon-play-sign, .icon-ticket, .icon-minus-sign-alt, .icon-check-minus, .icon-level-up, .icon-sort-by-attributes-alt, .icon-sort-by-order, .icon-sort-by-order-alt, .icon-thumbs-up-2, .icon-thumbs-down-2, .icon-dribbble, .icon-skype, .icon-foursquare, .icon-trello, .icon-female, .icon-level-down, .icon-check-sign, .icon-edit-sign, .icon-external-link-sign, .icon-share-sign, .icon-compass, .icon-collapse, .icon-collapse-top, .icon-expand, .icon-euro, .icon-gbp, .icon-dollar, .icon-rupee, .icon-yen, .icon-renminbi, .icon-won, .icon-bitcoin, .icon-file-2, .icon-file-text, .icon-sort-by-alphabet, .icon-sort-by-alphabet-alt, .icon-sort-by-attributes, .icon-youtube-sign, .icon-youtube, .icon-xing, .icon-xing-sign, .icon-youtube-play, .icon-dropbox, .icon-stackexchange, .icon-instagram, .icon-flickr, .icon-adn, .icon-bitbucket, .icon-bitbucket-sign, .icon-tumblr, .icon-tumblr-sign, .icon-long-arrow-down, .icon-long-arrow-up, .icon-long-arrow-left, .icon-long-arrow-right, .icon-apple, .icon-windows, .icon-android, .icon-linux, .icon-male, .icon-gittip, .icon-sun, .icon-moon, .icon-archive, .icon-bug, .icon-vk, .icon-weibo, .icon-renren, .icon-time, .icon-road, .icon-download-alt, .icon-download, .icon-upload, .icon-db-joinxor, .icon-db-state, .icon-db-start, .icon-db-end, .icon-db-fork, .icon-db-condition, .icon-db-task, .icon-db-join, .icon-fb-button, .icon-fb-fieldset, .icon-fb-custom-field, .icon-fb-separator, .icon-fb-paragraph, .icon-fb-file-upload, .icon-fb-text, .icon-fb-text-box, .icon-fb-select, .icon-fb-radio, .icon-fb-number, .icon-fb-integer, .icon-fb-decimal {
  font-family: "fontawesome-alloy";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon-caret-bottom-right:before {
  content: "\e016";
}

.icon-glass:before {
  content: "\f000";
}

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

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

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

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

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

.icon-star-empty:before {
  content: "\f006";
}

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

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

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

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

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

.icon-ok:before {
  content: "\f00c";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-zoom-in:before {
  content: "\f00e";
}

.icon-zoom-out:before {
  content: "\f010";
}

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

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

.icon-cog:before {
  content: "\f013";
}

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

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

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

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

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

.icon-repeat:before {
  content: "\f01e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-indent-left:before {
  content: "\f03b";
}

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

.icon-facetime-video:before {
  content: "\f03d";
}

.icon-picture:before {
  content: "\f03e";
}

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

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

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

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

.icon-edit:before {
  content: "\f044";
}

.icon-share:before {
  content: "\f045";
}

.icon-check:before {
  content: "\f046";
}

.icon-move:before {
  content: "\f047";
}

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

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

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

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

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

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

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

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

.icon-minus-sign:before {
  content: "\f056";
}

.icon-remove-sign:before {
  content: "\f057";
}

.icon-ok-sign:before {
  content: "\f058";
}

.icon-question-sign:before {
  content: "\f059";
}

.icon-info-sign:before {
  content: "\f05a";
}

.icon-screenshot:before {
  content: "\f05b";
}

.icon-remove-circle:before {
  content: "\f05c";
}

.icon-ok-circle:before {
  content: "\f05d";
}

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

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

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

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

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

.icon-share-alt:before {
  content: "\f064";
}

.icon-resize-full:before {
  content: "\f065";
}

.icon-resize-small:before {
  content: "\f066";
}

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

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

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

.icon-exclamation-sign:before {
  content: "\f06a";
}

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

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

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

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

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

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

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

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

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

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

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

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

.icon-resize-vertical:before {
  content: "\f07d";
}

.icon-resize-horizontal:before {
  content: "\f07e";
}

.icon-bar-chart:before {
  content: "\f080";
}

.icon-twitter-sign:before {
  content: "\f081";
}

.icon-facebook-sign:before {
  content: "\f082";
}

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

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

.icon-cogs:before {
  content: "\f085";
}

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

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

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

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

.icon-signin:before {
  content: "\f090";
}

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

.icon-github-sign:before {
  content: "\f092";
}

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

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

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

.icon-check-empty:before {
  content: "\f096";
}

.icon-bookmark-empty:before {
  content: "\f097";
}

.icon-phone-sign:before {
  content: "\f098";
}

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

.icon-facebook:before {
  content: "\f09a";
}

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

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

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

.icon-rss:before {
  content: "\f09e";
}

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

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

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

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

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

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

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

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

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

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

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

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

.icon-fullscreen:before {
  content: "\f0b2";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-link:before {
  content: "\f0c1";
}

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

.icon-beaker:before {
  content: "\f0c3";
}

.icon-cut:before {
  content: "\f0c4";
}

.icon-copy:before {
  content: "\f0c5";
}

.icon-paper-clip:before {
  content: "\f0c6";
}

.icon-save:before {
  content: "\f0c7";
}

.icon-sign-blank:before {
  content: "\f0c8";
}

.icon-reorder:before {
  content: "\f0c9";
}

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

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

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

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

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

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

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

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

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

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

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

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

.icon-sort:before {
  content: "\f0dc";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-sort-up:before {
  content: "\f0de";
}

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

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

.icon-undo:before {
  content: "\f0e2";
}

.icon-legal:before {
  content: "\f0e3";
}

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-comment-alt:before {
  content: "\f0e5";
}

.icon-comments-alt:before {
  content: "\f0e6";
}

.icon-bolt:before {
  content: "\f0e7";
}

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

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

.icon-paste:before {
  content: "\f0ea";
}

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

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

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

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

.icon-food:before {
  content: "\f0f5";
}

.icon-file-alt:before {
  content: "\f0f6";
}

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

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

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

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

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

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

.icon-h-sign:before {
  content: "\f0fd";
}

.icon-plus-sign:before {
  content: "\f0fe";
}

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

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

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

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

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

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

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

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

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

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

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

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

.icon-reply:before {
  content: "\f112";
}

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

.icon-folder-close-alt:before {
  content: "\f114";
}

.icon-folder-open-alt:before {
  content: "\f115";
}

.icon-expand-alt:before {
  content: "\f116";
}

.icon-collapse-alt:before {
  content: "\f117";
}

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

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

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

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

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

.icon-flag-alt:before {
  content: "\f11d";
}

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

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

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

.icon-reply-all:before {
  content: "\f122";
}

.icon-star-half-full:before {
  content: "\f123";
}

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

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

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

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

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

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

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

.icon-microphone-off:before {
  content: "\f131";
}

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

.icon-calendar-empty:before {
  content: "\f133";
}

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

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

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

.icon-chevron-sign-left:before {
  content: "\f137";
}

.icon-chevron-sign-right:before {
  content: "\f138";
}

.icon-chevron-sign-up:before {
  content: "\f139";
}

.icon-chevron-sign-down:before {
  content: "\f13a";
}

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

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

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

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

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

.icon-ellipsis-horizontal:before {
  content: "\f141";
}

.icon-ellipsis-vertical:before {
  content: "\f142";
}

.icon-rss-sign:before {
  content: "\f143";
}

.icon-fb-boolean:before {
  content: "\e008";
}

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

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

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

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

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

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

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

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

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

.icon-plus-sign-2:before {
  content: "\f055";
}

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

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

.icon-eye-close:before {
  content: "\f070";
}

.icon-warning-sign:before {
  content: "\f071";
}

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

.icon-heart-empty:before {
  content: "\f08a";
}

.icon-signout:before {
  content: "\f08b";
}

.icon-linkedin-sign:before {
  content: "\f08c";
}

.icon-pushpin:before {
  content: "\f08d";
}

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

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

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

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

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

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

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

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

.icon-pinterest-sign:before {
  content: "\f0d3";
}

.icon-google-plus-sign:before {
  content: "\f0d4";
}

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

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

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

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

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

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

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

.icon-mobile:before {
  content: "\f10b";
}

.icon-circle-blank:before {
  content: "\f10c";
}

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

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

.icon-unlink:before {
  content: "\f127";
}

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

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

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

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

.icon-play-sign:before {
  content: "\f144";
}

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

.icon-minus-sign-alt:before {
  content: "\f146";
}

.icon-check-minus:before {
  content: "\f147";
}

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

.icon-sort-by-attributes-alt:before {
  content: "\f161";
}

.icon-sort-by-order:before {
  content: "\f162";
}

.icon-sort-by-order-alt:before {
  content: "\f163";
}

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

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

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

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

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

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

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

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

.icon-check-sign:before {
  content: "\f14a";
}

.icon-edit-sign:before {
  content: "\f14b";
}

.icon-external-link-sign:before {
  content: "\f14c";
}

.icon-share-sign:before {
  content: "\f14d";
}

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

.icon-collapse:before {
  content: "\f150";
}

.icon-collapse-top:before {
  content: "\f151";
}

.icon-expand:before {
  content: "\f152";
}

.icon-euro:before {
  content: "\f153";
}

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

.icon-dollar:before {
  content: "\f155";
}

.icon-rupee:before {
  content: "\f156";
}

.icon-yen:before {
  content: "\f157";
}

.icon-renminbi:before {
  content: "\f158";
}

.icon-won:before {
  content: "\f159";
}

.icon-bitcoin:before {
  content: "\f15a";
}

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

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

.icon-sort-by-alphabet:before {
  content: "\f15d";
}

.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}

.icon-sort-by-attributes:before {
  content: "\f160";
}

.icon-youtube-sign:before {
  content: "\f166";
}

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

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

.icon-xing-sign:before {
  content: "\f169";
}

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

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

.icon-stackexchange:before {
  content: "\f16c";
}

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

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

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

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

.icon-bitbucket-sign:before {
  content: "\f172";
}

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

.icon-tumblr-sign:before {
  content: "\f174";
}

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

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

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

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

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

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

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

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

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

.icon-gittip:before {
  content: "\f184";
}

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

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

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

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

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

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

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

.icon-time:before {
  content: "\f017";
}

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

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

.icon-download:before {
  content: "\f01a";
}

.icon-upload:before {
  content: "\f01b";
}

.icon-db-joinxor:before {
  content: "\e006";
}

.icon-db-state:before {
  content: "\e009";
}

.icon-db-start:before {
  content: "\e00b";
}

.icon-db-end:before {
  content: "\e00a";
}

.icon-db-fork:before {
  content: "\e00c";
}

.icon-db-condition:before {
  content: "\e00e";
}

.icon-db-task:before {
  content: "\e00d";
}

.icon-db-join:before {
  content: "\e00f";
}

.icon-fb-button:before {
  content: "\e010";
}

.icon-fb-fieldset:before {
  content: "\e011";
}

.icon-fb-custom-field:before {
  content: "\e012";
}

.icon-fb-separator:before {
  content: "\e013";
}

.icon-fb-paragraph:before {
  content: "\e014";
}

.icon-fb-file-upload:before {
  content: "\e015";
}

.icon-fb-text:before {
  content: "\e000";
}

.icon-fb-text-box:before {
  content: "\e001";
}

.icon-fb-select:before {
  content: "\e002";
}

.icon-fb-radio:before {
  content: "\e003";
}

.icon-fb-number:before {
  content: "\e004";
}

.icon-fb-integer:before {
  content: "\e005";
}

.icon-fb-decimal:before {
  content: "\e007";
}

.icon-btc:before {
  content: "\f15a";
}

.icon-cny:before {
  content: "\f158";
}

.icon-eur:before {
  content: "\f153";
}

.icon-gear:before {
  content: "\f013";
}

.icon-gears:before {
  content: "\f085";
}

.icon-inr:before {
  content: "\f156";
}

.icon-jpy:before {
  content: "\f157";
}

.icon-krw:before {
  content: "\f159";
}

.icon-mail-forward:before {
  content: "\f064";
}

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

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

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

.icon-rotate-left:before {
  content: "\f0e2";
}

.icon-rotate-right:before {
  content: "\f01e";
}

.icon-star-half-empty:before {
  content: "\f123";
}

.icon-unchecked:before {
  content: "\f096";
}

.icon-usd:before {
  content: "\f155";
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/liferay-font-awesome/glyphicons-halflings-regular.eot);
  src: url(../fonts/liferay-font-awesome/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/liferay-font-awesome/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/liferay-font-awesome/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/liferay-font-awesome/glyphicons-halflings-regular.ttf) format("truetype");
}
.glyphicon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  top: 1px;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before, .glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

body {
  font-weight: normal;
  background: white;
  height: 100%;
}
body.veol {
  font-family: "edf2020", sans-serif;
}
body.erdf {
  font-family: "PublicSans", sans-serif;
  font-weight: normal;
}

body,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
  color: #333333;
}

h1,
.h1 {
  font-size: 1.5rem;
  font-weight: bold;
}

h2,
.h2 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 18px;
  position: relative;
}

h3,
.h3 {
  font-size: 1.125rem;
  font-weight: 500;
}
h3.h1-like,
.h3.h1-like {
  font-size: 1.5rem;
}
h3.h2-size,
.h3.h2-size {
  font-size: 1.25rem;
}
.content-heading h3,
.content-heading .h3 {
  color: unset;
  font-size: 0.9rem;
  font-weight: 600;
}

h4,
.h4 {
  font-size: 1rem;
  font-weight: normal;
}

h5,
.h5,
h6,
.h6 {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 160%;
}
h5.small,
.h5.small,
h6.small,
.h6.small {
  font-size: 10px;
}

a.truncate-text, a h3.truncate-text, a p.truncate-text, a .ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview > p, .ck.ck-style-panel .ck-style-grid .ck-style-grid__button a .ck-style-grid__button__preview > p {
  padding-bottom: 0.125rem;
}

.bodytext {
  font-size: 1rem;
  color: inherit;
}

p {
  font-size: 1rem;
  color: inherit;
  margin: 0 0 10px;
}

i {
  vertical-align: bottom;
}

ul,
ol {
  list-style-type: none;
  padding: 0;
}

label,
.control-label {
  color: inherit;
}

small,
.small {
  font-size: 85% !important;
}

.label {
  vertical-align: middle;
}
.label.label-alternate {
  color: white;
  border: none;
}
.label span.small {
  color: white;
  display: inline-block;
  margin-right: 5px;
}
.label.label-profil {
  background-color: #DBEDFF;
  border-radius: 0;
  border: none;
  color: #001A70;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.9375rem;
  text-transform: initial;
}
.veol .label.label-inverse-primary {
  background-color: #001A70;
  border: none;
  border-radius: 0.25em;
}
.veol .label.label-alternate {
  background-color: #1057C8;
}
.veol .label.label-categorie, .veol .label.label-tag {
  font-weight: normal;
  color: #333333;
}
.veol .label.label-categorie {
  background-color: #FFB210;
}
.veol .label.label-tag {
  background-color: #C0E410;
}
.erdf .label.label-inverse-primary {
  background-color: #1423DC;
}
.erdf .label.label-alternate {
  background-color: #1423DC;
}
.erdf .label.label-categorie {
  background-color: #8755C8;
}
.erdf .label.label-tag {
  background-color: #96CD32;
}

.label-sm {
  font-size: 9px;
  padding: 2px 7px;
}
.label-sm.label-aui {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 2px;
  margin-top: 2px;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  line-height: 1;
  color: #fff;
  text-align: center;
  border-radius: 0.25em;
}
.erdf .label-sm.label-aui {
  background-color: #1423DC;
}
.veol .label-sm.label-aui {
  background-color: #001A70;
}

.input-group-btn.sticker-like {
  background-color: white;
  padding: 0 5px;
}

.user-icon-primary {
  background-color: #D6430A;
}

.navbar-default {
  padding: 0;
  background: none;
  border: none;
}
.navbar-default .sidenavbar__title {
  font-weight: bold;
}

.navbar form {
  clear: both;
  text-align: center;
}

.journal-content-article {
  width: 100%;
}

a.collapse-icon, a.collapse-icon:hover {
  text-decoration: none;
}

blockquote small {
  color: unset;
}

fieldset {
  width: 100%;
}

.no-borders .list-group-item {
  border: none;
}

/* Debut css discussion */
.lfr-discussion-message {
  padding-bottom: 30px;
}

.lfr-discussion-controls .traduction-action {
  line-height: 32px;
}

.erdf [data-toggle=collapse] .collapse-icon-closed,
.erdf [data-toggle=collapse] .collapse-icon-open {
  float: right;
  color: #566878;
}

/*document*/
.document-container .card-col-content .truncate-text, .document-container .card-col-content .ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview > p, .ck.ck-style-panel .ck-style-grid .ck-style-grid__button .document-container .card-col-content .ck-style-grid__button__preview > p {
  white-space: nowrap;
}
.document-container .card-col-content .truncate-text a, .document-container .card-col-content .ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview > p a, .ck.ck-style-panel .ck-style-grid .ck-style-grid__button .document-container .card-col-content .ck-style-grid__button__preview > p a {
  font-size: 12px;
  display: block;
  height: 33px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.3;
}
.document-container .card-col-content .truncate-text.lfr-card-modified-by-text, .document-container .card-col-content .ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview > p.lfr-card-modified-by-text, .ck.ck-style-panel .ck-style-grid .ck-style-grid__button .document-container .card-col-content .ck-style-grid__button__preview > p.lfr-card-modified-by-text, .document-container .card-col-content .truncate-text.lfr-card-title-text, .document-container .card-col-content .ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview > p.lfr-card-title-text, .ck.ck-style-panel .ck-style-grid .ck-style-grid__button .document-container .card-col-content .ck-style-grid__button__preview > p.lfr-card-title-text {
  margin-bottom: 0.1875rem;
}

.veol .portlet-wiki .wiki-body table[border="0"],
.portlet-wiki .wiki-body th,
.portlet-wiki .wiki-body td,
.portlet-wiki .wiki-page-editor table,
.portlet-wiki .wiki-page-editor th,
.portlet-wiki .wiki-page-editor td {
  border: 0;
}

.erdf .portlet-wiki .wiki-body table[border="0"],
.portlet-wiki .wiki-body th,
.portlet-wiki .wiki-body td,
.portlet-wiki .wiki-page-editor table,
.portlet-wiki .wiki-page-editor th,
.portlet-wiki .wiki-page-editor td {
  border: 0;
}

/*document*/
.document-info .user-date {
  margin-left: 15px;
}
.document-info .taglib-asset-tags-summary {
  margin-left: 15px;
}

#_com_edf_celluledi_mon_reseau_web_portlet_FluxActivitesAccueil_main.main-view {
  padding-top: 0;
}

.taglib-discussion .expert_selected_board {
  display: block;
}

#menuDeNavigation a.chevron {
  padding-right: 0;
}

/*carroussel aui v6 */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 30%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 30%;
}

.carousel-indicators {
  z-index: 9 !important;
}

.portlet-blogs .carousel .carousel-inner .item img {
  padding: 1rem;
}

/* wiki */
.portlet-wiki .header-title {
  font-weight: bold;
  font-size: 26px;
  color: #001a70;
}

.portlet-wiki #_com_liferay_wiki_web_portlet_WikiPortlet_searchFm {
  display: none;
}

.portlet-wiki a.badge {
  color: #005bbb;
  font-size: 14px;
  margin: 0;
  position: relative;
  top: -2px;
}

.portlet-wiki a.badge:hover {
  color: #005bbb;
  text-decoration: underline;
  font-size: 14px;
}

.wiki-body ul {
  padding: 0 0 0 17px;
}

.portlet-wiki .h4.text-default {
  display: none;
}

.portlet-wiki ul.list-group {
  display: none;
}

.portlet-wiki .taglib-ratings.like .thumbrating a.glyphicon-thumbs-up {
  width: 80px !important;
  text-align: right !important;
}

.portlet-wiki .child-pages table td {
  padding: 10px 10px 10px 0;
}

.portlet-wiki .child-pages table {
  width: 100%;
}

/* === document dans la bibliothèque ===*/
.portlet-document-library h3.header-title {
  font-size: 1.625rem;
  color: #001A70;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 18px;
  position: relative;
}
.portlet-document-library .url-file-container label {
  display: inline-block;
}
.portlet-document-library .url-file-container input {
  display: inline-block;
  width: 93%;
}
.portlet-document-library .aspect-ratio .aspect-ratio-item-fluid {
  width: 100%;
}
.portlet-document-library .sidenav-menu {
  background-color: #f8f8f8;
}
.portlet-document-library .sidenav-menu .sidebar-header h1.sidebar-title {
  font-size: 1rem;
  font-weight: normal;
  color: #6d6f71;
}
.portlet-document-library .sidebar-section .sidebar-dt {
  font-size: 0.85rem;
  margin-bottom: 0.1rem;
  text-transform: unset;
  font-weight: 600;
}
.portlet-document-library .sidebar-section .sidebar-dd {
  font-size: 0.85rem;
  margin-bottom: 0.75rem;
}
.portlet-document-library .lfr-ddm-field-group,
.portlet-document-library .lfr-forms-field-wrapper {
  font-size: 0.85rem;
  margin-bottom: 0.75rem;
  margin-left: 0;
}
.portlet-document-library .lfr-ddm-field-group label,
.portlet-document-library .lfr-forms-field-wrapper label {
  font-weight: 600;
  margin-bottom: 0;
}
.portlet-document-library .file-entry-actions > a:first-of-type {
  margin-right: 0.65rem;
}
.portlet-document-library .file-entry-actions > a:first-of-type:not(:hover) {
  color: #1057C8 !important;
}
.portlet-document-library .container-fluid .navbar-nav,
.portlet-document-library .management-bar .navbar-nav .nav-link {
  margin-left: 0;
  margin-right: 0;
}
.portlet-document-library .card.card-horizontal .card-body {
  padding-right: 0.5rem;
}
.portlet-document-library .card.card-horizontal .card-row .autofit-col-gutters {
  padding: 5px 0 5px 10px;
}
.portlet-document-library .card:not(.card-horizontal) {
  padding-right: 0.2rem;
}
@media (min-width: 992px) {
  .portlet-document-library .display-style-icon .lfr-asset-folder {
    width: 33%;
  }
}

#fiches .fiches .fiche {
  width: 88% !important;
}

.taglib-categorization-filter em {
  position: relative;
  top: -4px;
  left: 5px;
}
.taglib-categorization-filter em .asset-entry.badge {
  font-style: normal;
  font-weight: 500;
  padding: 8px 16px 3px 15px;
  text-transform: capitalize;
  font-size: 85%;
}
.veol .taglib-categorization-filter em .asset-entry.badge {
  color: #1057C8;
  border: solid 1px #1057C8;
}
.erdf .taglib-categorization-filter em .asset-entry.badge {
  color: #1423DC;
  border: solid 1px #1423DC;
}
.taglib-categorization-filter em .asset-entry.badge .textboxlistentry-remove {
  width: inherit;
  height: inherit;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
}
.taglib-categorization-filter em .asset-entry.badge .textboxlistentry-remove .lexicon-icon {
  height: 10px;
  width: 10px;
  margin: 0;
  position: relative;
  top: -4px;
  left: 5px;
}
.veol .taglib-categorization-filter em .asset-entry.badge .textboxlistentry-remove .lexicon-icon {
  color: #1057C8;
}
.erdf .taglib-categorization-filter em .asset-entry.badge .textboxlistentry-remove .lexicon-icon {
  color: #1423DC;
}

.yui3-skin-sam .yui3-widget-mask,
.yui3-widget-mask {
  background-color: black;
  zoom: 1;
}
.yui3-skin-sam .yui3-widget-mask:not(.image-viewer-mask),
.yui3-widget-mask:not(.image-viewer-mask) {
  opacity: 0.5 !important;
}
.yui3-skin-sam .yui3-widget-mask.image-viewer-mask,
.yui3-widget-mask.image-viewer-mask {
  opacity: 0.95 !important;
}

.image-viewer-caption {
  color: white !important;
}

[id^=_com_liferay_dynamic_data_lists_form_web_portlet] h2 {
  text-transform: none;
}
[id^=_com_liferay_dynamic_data_lists_form_web_portlet] i.icon-angle-right,
[id^=_com_liferay_dynamic_data_lists_form_web_portlet] i.icon-angle-left {
  position: relative;
  top: -14px;
}
[id^=_com_liferay_dynamic_data_lists_form_web_portlet] i.icon-angle-right {
  left: 5px;
}
[id^=_com_liferay_dynamic_data_lists_form_web_portlet] i.icon-angle-left {
  right: 5px;
}

.veolgalerie > ul > li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 8px;
}

.onglets .nav.nav-tabs {
  margin: 2.8em auto 1em auto;
  display: inline-block;
  border: none;
  overflow: visible;
}
.onglets .nav.nav-tabs > li {
  padding: 0 0.7em;
  margin-bottom: 10px;
  float: none;
  display: inline-block;
}
.onglets .nav.nav-tabs > li:not(:first-child) {
  border-left: 3px solid grey;
}
.onglets .nav.nav-tabs > li:first-child {
  border: none;
}
.onglets .nav.nav-tabs > li > a {
  font-size: 1.2em;
  padding: 0;
  line-height: 75%;
  text-transform: uppercase;
}
.veol .onglets .nav.nav-tabs > li > a {
  color: #1057C8;
}
.erdf .onglets .nav.nav-tabs > li > a {
  color: #ac2c0c;
}
.onglets .nav.nav-tabs > li > a:hover {
  text-decoration: underline;
}
.onglets .nav.nav-tabs > li > a, .onglets .nav.nav-tabs > li.active > a, .onglets .nav.nav-tabs > li > a:hover {
  background: none !important;
  border: none;
}
.onglets .nav.nav-tabs > li:not(.active) > a:hover, .onglets .nav.nav-tabs > li > a:focus {
  text-decoration: underline;
}
.veol .onglets .nav.nav-tabs > li:not(.active) > a:hover, .veol .onglets .nav.nav-tabs > li > a:focus {
  color: #1057C8;
}
.erdf .onglets .nav.nav-tabs > li:not(.active) > a:hover, .erdf .onglets .nav.nav-tabs > li > a:focus {
  color: #ac2c0c;
}
.onglets .nav.nav-tabs > li.active > a {
  font-weight: bold;
}
.onglets .nav.nav-tabs > li.active.active-refresh > a {
  cursor: pointer;
}
.veol .onglets .nav.nav-tabs > li {
  border-color: #1057C8;
}
.erdf .onglets .nav.nav-tabs > li {
  border-color: #ac2c0c;
}
.veol .onglets.onglets-contact .nav.nav-tabs > li, .erdf .onglets.onglets-contact .nav.nav-tabs > li, .veol .onglets.bleu-clair .nav.nav-tabs > li, .erdf .onglets.bleu-clair .nav.nav-tabs > li {
  border-color: #1057C8;
}
.veol .onglets.onglets-contact .nav.nav-tabs > li > a, .veol .onglets.onglets-contact .nav.nav-tabs > li > a:hover, .veol .onglets.onglets-contact .nav.nav-tabs > li > a:focus, .erdf .onglets.onglets-contact .nav.nav-tabs > li > a, .erdf .onglets.onglets-contact .nav.nav-tabs > li > a:hover, .erdf .onglets.onglets-contact .nav.nav-tabs > li > a:focus, .veol .onglets.bleu-clair .nav.nav-tabs > li > a, .veol .onglets.bleu-clair .nav.nav-tabs > li > a:hover, .veol .onglets.bleu-clair .nav.nav-tabs > li > a:focus, .erdf .onglets.bleu-clair .nav.nav-tabs > li > a, .erdf .onglets.bleu-clair .nav.nav-tabs > li > a:hover, .erdf .onglets.bleu-clair .nav.nav-tabs > li > a:focus {
  color: #1057C8;
}

.onglets-soulignes {
  background-color: white;
  display: table;
}
.onglets-soulignes .nav.nav-tabs {
  display: table-row;
  width: 100%;
}
@media (max-width: 430px) {
  .onglets-soulignes .nav.nav-tabs {
    display: flex;
    flex-wrap: wrap;
  }
}
.onglets-soulignes .nav.nav-tabs > li {
  float: none;
  display: table-cell;
  border-bottom: solid 3px #ecf0f3;
}
.onglets-soulignes .nav.nav-tabs > li > a {
  color: #666666;
  font-size: 1rem;
  font-weight: 500;
  border: none;
}
.onglets-soulignes .nav.nav-tabs > li:hover, .onglets-soulignes .nav.nav-tabs > li:focus {
  background-color: #ecf0f3;
}
.veol .onglets-soulignes .nav.nav-tabs > li.active, .veol .onglets-soulignes .nav.nav-tabs > li:hover {
  border-bottom: solid 0.1875rem #1057C8;
}
.erdf .onglets-soulignes .nav.nav-tabs > li.active, .erdf .onglets-soulignes .nav.nav-tabs > li:hover {
  border-bottom: solid 0.1875rem #1423DC;
}
.onglets-soulignes .nav.nav-tabs > li.active > a, .onglets-soulignes .nav.nav-tabs > li:hover > a {
  border: none;
  font-weight: 600;
  background-color: transparent;
  color: #333333;
}
.onglets-soulignes .nav.nav-tabs > li.active > a:hover, .onglets-soulignes .nav.nav-tabs > li.active > a:focus, .onglets-soulignes .nav.nav-tabs > li:hover > a:hover, .onglets-soulignes .nav.nav-tabs > li:hover > a:focus {
  background-color: #ecf0f3;
}
.onglets-soulignes .nav.nav-tabs > li.active:not(.active) > a:hover, .onglets-soulignes .nav.nav-tabs > li.active:not(.active) > a:focus, .onglets-soulignes .nav.nav-tabs > li:hover:not(.active) > a:hover, .onglets-soulignes .nav.nav-tabs > li:hover:not(.active) > a:focus {
  text-decoration: none;
}

.onglets-soulignes-flex {
  display: flex;
  margin-bottom: 1.5rem;
  position: relative;
}
.onglets-soulignes-flex .nav.nav-tabs {
  z-index: 1;
}
.onglets-soulignes-flex .nav.nav-tabs .nav-item {
  flex: 1 1 0%;
  border-bottom: solid 3px #ecf0f3;
}
.onglets-soulignes-flex .nav.nav-tabs .nav-item a.nav-link {
  color: #666666;
  font-size: 1rem;
  font-weight: 500;
  border: none;
  width: 100%;
  text-align: center;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.onglets-soulignes-flex .nav.nav-tabs .nav-item a.nav-link:hover {
  text-decoration: none;
}
.onglets-soulignes-flex .nav.nav-tabs .nav-item:hover, .onglets-soulignes-flex .nav.nav-tabs .nav-item:focus {
  background-color: #ecf0f3;
}
.veol .onglets-soulignes-flex .nav.nav-tabs .nav-item.active, .veol .onglets-soulignes-flex .nav.nav-tabs .nav-item:hover {
  border-bottom: solid 0.1875rem #1057C8;
}
.erdf .onglets-soulignes-flex .nav.nav-tabs .nav-item.active, .erdf .onglets-soulignes-flex .nav.nav-tabs .nav-item:hover {
  border-bottom: solid 0.1875rem #1423DC;
}
.onglets-soulignes-flex::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #ecf0f3;
  position: absolute;
  bottom: 0;
}

.onglets-soulignes-on-page {
  display: flex;
  margin-bottom: 1.5rem;
  position: relative;
}
.onglets-soulignes-on-page .nav-tabs {
  z-index: 1;
}
.onglets-soulignes-on-page .nav-tabs .nav-item {
  flex: 1 1 0%;
}
.onglets-soulignes-on-page .nav-tabs .nav-item a.nav-link {
  color: #666666;
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  text-align: center;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  border-bottom: solid 0.1875rem #ecf0f3;
}
.onglets-soulignes-on-page .nav-tabs .nav-item a.nav-link.active, .onglets-soulignes-on-page .nav-tabs .nav-item a.nav-link:hover, .onglets-soulignes-on-page .nav-tabs .nav-item a.nav-link:focus {
  background-color: #ecf0f3;
  color: #333333;
}
.veol .onglets-soulignes-on-page .nav-tabs .nav-item a.nav-link.active, .veol .onglets-soulignes-on-page .nav-tabs .nav-item a.nav-link:hover, .veol .onglets-soulignes-on-page .nav-tabs .nav-item a.nav-link:focus {
  border-bottom: solid 0.1875rem #1057C8;
}
.erdf .onglets-soulignes-on-page .nav-tabs .nav-item a.nav-link.active, .erdf .onglets-soulignes-on-page .nav-tabs .nav-item a.nav-link:hover, .erdf .onglets-soulignes-on-page .nav-tabs .nav-item a.nav-link:focus {
  border-bottom: solid 0.1875rem #1423DC;
}
.onglets-soulignes-on-page .nav-tabs .nav-item a.nav-link:focus {
  box-shadow: none !important;
}
.onglets-soulignes-on-page::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #ecf0f3;
  position: absolute;
  bottom: 0;
}

.text-warning {
  font-size: 7px;
  position: relative;
  top: -2px;
  color: #D6430A !important;
}

.reporting-dialog2 .modal-body {
  text-align: center;
}

.modal-footer .btn-toolbar {
  text-align: right;
}
.Audience_ERDF_Pilote .modal-footer .btn-toolbar {
  text-align: center;
}
.modal-footer .btn-toolbar button {
  float: none;
}
.modal-footer .btn-toolbar .btn-link.btn-default,
.modal-footer .btn-toolbar .btn-default.btn.btn-cancel {
  border: none;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: inherit;
  background-color: white;
  border: none;
}

.dropdown-toggle:focus {
  outline-offset: 0;
  outline: solid 1px #1057C8 !important;
}

.required,
.error,
.help-block .required,
.has-error > .help-block,
.has-error > .control-label,
.has-error > .radio,
.has-error > .checkbox,
.has-error > .radio-inline,
.has-error > .checkbox-inline,
.has-error > .radio label,
.has-error > .checkbox label,
.has-error > .radio-inline label,
.has-error > .checkbox-inline label {
  color: #c40000;
  font-size: 12px;
  margin-top: 5px;
}

.cadre-error {
  border: 1px solid #c40000;
}

.erdf .portlet-msg-error {
  background-color: #f9cdd4;
  color: #c40000;
  border-color: #c40000;
}

.portal-popup .ddl-form-basic-info {
  min-height: 1px !important;
  padding-bottom: 120px !important;
  background-color: white !important;
}
.portal-popup .ddl-form-basic-info .ddl-form-name,
.portal-popup .ddl-form-basic-info .ddl-form-description {
  display: none !important;
}

.hidden {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .dialog-with-footer #main-content {
    height: 100% !important;
  }
}
.dialog-with-footer #main-content {
  height: 100% !important;
}

.lfr-ddm-form-container .checkbox-default {
  font-weight: normal;
}

.has-control-menu #wrapper .list-group-item:target::before {
  content: none;
}

.add_post_wrapper .tabular-list-group .list-group-item {
  height: auto;
}

.tabular-list-group .list-group-item {
  padding: 0;
  display: table-row;
}

.tabular-list-group .list-group-item-content,
.tabular-list-group .list-group-item-field {
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
  border-right-width: 0;
}

.tabular-list-group .list-group-item-content:first-child,
.tabular-list-group .list-group-item-field:first-child {
  border-left-width: 1px;
  padding-left: 15px;
}

.tabular-list-group .list-group-item-content:last-child,
.tabular-list-group .list-group-item-field:last-child {
  border-right-width: 1px;
  padding-right: 15px;
}

.tabular-list-group.no-borders .list-group-item-content,
.tabular-list-group.no-borders .list-group-item-field {
  border-width: 0;
}

.datepicker-popover {
  z-index: 9 !important;
}

.borderless-like {
  background: white;
  border: 0;
  padding: 1em;
}

h2.portlet-bloc-title {
  font-size: 28px;
  font-weight: 500;
  text-transform: none;
  color: #D6430A;
  margin: 0 0 1.25rem 0;
  padding-bottom: 10px;
  border-bottom: solid 1px #a1a1a3;
}

.ligne_infos i {
  vertical-align: top;
  margin-right: 4px;
}
.ligne_infos span {
  margin-right: 6px;
}

.veol .filet-bottom {
  border-bottom: solid 1px #D6430A;
}
.erdf .filet-bottom {
  border-bottom: solid 1px #007aa7;
}

.breadcrumb > .active,
.breadcrumb > li + li::before {
  color: #666666 !important;
  display: inline-block;
  content: "/";
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.search-favoris {
  padding: 0.9375rem;
}

.search-facette {
  padding: 0.9375rem;
}

.portlet-fil-twitter.portlet-decorate .portlet-content .portlet-content-container,
.bourse-portlet.portlet-decorate .portlet-content .portlet-content-container {
  padding: 0;
}
.portlet-fil-twitter.portlet-decorate .portlet-body,
.bourse-portlet.portlet-decorate .portlet-body {
  padding: 0.9375rem;
}
.portlet-fil-twitter .card,
.portlet-fil-twitter .card-horizontal,
.bourse-portlet .card,
.bourse-portlet .card-horizontal {
  border: none;
  margin-bottom: 0;
}

.veol .taglib-ratings.like .thumbrating a.glyphicon-thumbs-up {
  font-family: "edf2020", sans-serif;
  color: #001A70;
}
.veol .taglib-ratings.like .thumbrating a.glyphicon-thumbs-up:hover, .veol .taglib-ratings.like .thumbrating a.glyphicon-thumbs-up:focus {
  text-decoration: underline;
  color: #1057C8;
}
.erdf .taglib-ratings.like .thumbrating a.glyphicon-thumbs-up {
  font-family: "Enedis", sans-serif;
}

.portlet-barebone.portlet-nested-portlets .portlet-column-content.empty {
  padding: 0;
}

.portlet-configuration.portlet-nested-portlets [type=radio] {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
}

.portlet-configuration.portlet-nested-portlets .radio-card label {
  width: 100% !important;
}

.metadata-entry.metadata-author {
  font-size: 0.8rem;
}

.container.container-wide {
  max-width: none;
}

button.close:not(.close-thin):not(.close-thin-pos) {
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  opacity: 0.7;
  font-size: 1.125rem;
}
button.close:not(.close-thin):not(.close-thin-pos):hover {
  opacity: 1;
}
button.close:not(.close-thin):not(.close-thin-pos):not(.image-viewer-close) {
  color: #333333;
}
button.close.image-viewer-close {
  color: white;
}

.modal-header {
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}

/* DINZVEOL-2253 positionner les chevrons de la galerie d images */
.carousel-control.image-viewer-base-control {
  top: 47%;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  font-size: 30px;
  color: white !important;
  opacity: 0.5;
  text-shadow: 2px 2px 2px black;
}

.carousel-control.image-viewer-base-control-right {
  right: 12%;
}

.carousel-control.image-viewer-base-control-left {
  left: 12%;
}

/* /DINZVEOL-2253 */
.taglib-discussion .alloy-editor-placeholder {
  min-height: 90px;
}
.taglib-discussion .ae-placeholder:not(:focus) ~ .alloy-editor-placeholder {
  border-width: 0 !important;
}
.taglib-discussion .cke_editable {
  padding: 12px 16px 8px 16px;
  font-size: 1rem;
}
.taglib-discussion .cke_editable:focus {
  background-color: #f0f5ff;
}
.taglib-discussion article.lfr-discussion.lfr-discussion-container {
  text-align: left;
  border: none;
  margin-bottom: 0;
}
.taglib-discussion article.lfr-discussion.lfr-discussion-container .comment-container {
  padding: 1rem 2rem 0 1rem;
}
.taglib-discussion article.lfr-discussion.lfr-discussion-container .comment-container .lfr-discussion-body .lfr-discussion-controls {
  padding: 0 0 1rem;
  justify-content: flex-end;
}
.taglib-discussion article.lfr-discussion.lfr-discussion-container .comment-container .lfr-discussion-body .lfr-discussion-controls .autofit-col {
  margin-left: 10px;
}
.taglib-discussion article.lfr-discussion.lfr-discussion-container .lfr-discussion {
  border-left: 4px solid #65b6f0;
  padding-left: 20px;
}
.taglib-discussion article.lfr-discussion.lfr-discussion-container .lfr-discussion .lfr-discussion-reply-container {
  margin-bottom: 20px;
  padding: 15px;
}

.aspect-ratio:not(.aspect-ratio-16-to-9):not(.aspect-ratio-8-to-3) {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
}
.aspect-ratio:not(.aspect-ratio-16-to-9):not(.aspect-ratio-8-to-3) img:not(.aspect-ratio-item-center-middle) {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.portlet-blogs .lfr-autocomplete-input-list ul > li {
  list-style-type: none !important;
}

.management-bar .management-bar-nav > li > .btn, .management-bar .management-bar-nav > .dropdown > .btn, .management-bar-header > .btn, .management-bar-header-right > .btn, .management-bar-header > .dropdown, .management-bar-header-right > .dropdown {
  margin: 0.53125rem 0 0.53125rem 1rem;
  padding: 0;
}

.text-out {
  text-indent: -9999px;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.vtop {
  vertical-align: top !important;
}

.vbottom {
  vertical-align: bottom !important;
}

.vmiddle {
  vertical-align: middle !important;
}

.no-padding {
  padding: 0 !important;
}

.padded-all {
  padding: 15px !important;
}

.no-margin {
  margin: 0 !important;
}

.margin-all {
  margin: 10px !important;
}

.margin-top {
  margin-top: 10px !important;
}

.margin-right {
  margin-right: 10px !important;
}

.margin-bottom {
  margin-bottom: 10px !important;
}

.margin-left {
  margin-left: 10px !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.padded-top {
  padding-top: 15px !important;
}

.padded-right {
  padding-right: 15px !important;
}

.padded-bottom {
  padding-bottom: 15px !important;
}

.padded-left {
  padding-left: 15px !important;
}

.on-top {
  margin-top: 0 !important;
}

.display_inline {
  display: inline !important;
}

.display_inline_block {
  display: inline-block !important;
}

.display_block {
  display: block !important;
}

.display_none {
  display: none;
}

.visibility_hidden {
  visibility: hidden;
}

.clear_both {
  clear: both;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.float_none {
  float: none;
}

.white_space_nowrap {
  white-space: nowrap;
}

.position_relative {
  position: relative;
}

.position_absolute {
  position: absolute;
}

.width_100 {
  width: 100%;
}

.width-auto {
  width: auto !important;
}

.font-weight-bold {
  font-weight: bold;
}

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

.text_decoration_none:hover,
a:hover .text_decoration_none {
  text-decoration: none;
}

.line_height_inherit {
  line-height: inherit;
}

.float-wrapper {
  height: auto;
  overflow: hidden;
}

ul.nmnp, ul.nmnp li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.nmnp.inline > li {
  display: inline;
}

.link-grey-uppercase {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
}
.veol .link-grey-uppercase, .erdf .link-grey-uppercase, .veol .link-grey-uppercase a, .erdf .link-grey-uppercase a {
  color: grey;
}

.no-box-shadow {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: unset;
}

.no-border-radius {
  border-radius: 0px;
}

/* ellipsis: 
  classes pour tronquer du texte sur plusieurs lignes,
  avec ... a la fin.
  Mode d'emploi: ajouter 2 classes: ellipsis-n et ellipsis-nblignes */
.ellipsis-n {
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.ellipsis-2 {
  line-height: 1.15em;
  height: 2.5em;
}

.ellipsis-3 {
  line-height: 1.1em;
  height: 3.45em;
}

.ellipsis-4 {
  line-height: 1.1em;
  height: 4.5em;
}

.ellipsis-5 {
  line-height: 1.1em;
  height: 5.4em;
}

.ellipsis-6 {
  line-height: 1.1em;
  height: 6.7em;
}

.ellipsis-7 {
  line-height: 1.1em;
  height: 11em;
}

.ellipsis-line-height {
  line-height: 1.1em;
  font-size: 0.95em;
}

.ellipsis-suite {
  margin-bottom: 1em;
}
.ellipsis-suite > a {
  font-size: 85%;
  padding-top: 0.2em;
  display: inline-block;
}

/* fin ellipsis */
.dateMaj {
  font-weight: normal;
  font-size: 12px;
  color: #666666 !important;
  height: 20px;
  overflow: hidden;
  display: block;
}
.tweet .dateMaj {
  display: inline-block;
}

.profil-name {
  display: inline !important;
}

.portlet-content-container-like {
  padding: 1em;
}

.lu-ailleurs {
  color: white;
  font-size: 0.8em;
  font-weight: 500;
  padding: 0.1em 0.3em;
}
.erdf .lu-ailleurs {
  background: #1423DC;
}
.veol .lu-ailleurs {
  background: #001A70;
}

.veol .user-icon-color-0,
.veol .user-icon-color-4,
.veol .user-icon-color-8 {
  background-color: #001A70;
}
.veol .user-icon-color-1,
.veol .user-icon-color-5,
.veol .user-icon-color-9 {
  background-color: #1057C8;
}
.veol .user-icon-color-2,
.veol .user-icon-color-6 {
  background-color: #307A10;
}
.veol .user-icon-color-3,
.veol .user-icon-color-7 {
  background-color: #D6430A;
}

.erdf .user-icon-color-0,
.erdf .user-icon-color-4,
.erdf .user-icon-color-8 {
  background-color: #1423DC;
}
.erdf .user-icon-color-1,
.erdf .user-icon-color-5,
.erdf .user-icon-color-9 {
  background-color: #2A7E7E;
}
.erdf .user-icon-color-2,
.erdf .user-icon-color-6 {
  background-color: #007aa7;
}
.erdf .user-icon-color-3,
.erdf .user-icon-color-7 {
  background-color: #1423DC;
}

.user-icon-default:not([class^=user-icon-color-]) {
  background-color: #666666;
}

.table {
  display: table;
  width: 100%;
}

.table_row {
  display: table-row;
  width: 100%;
}

.table_cell {
  display: table-cell;
  vertical-align: top;
}
.table_cell.vmiddle {
  vertical-align: middle;
}

.letters_countdown {
  display: block;
  text-align: right;
  font-size: 18px;
  line-height: 100%;
  color: #6d6f71;
  margin-top: 5px;
}

.absolute-center {
  position: absolute;
  z-index: 99999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.fixed-center {
  position: fixed;
  z-index: 99999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*
le container : "wrapper-fixed-item"
le contenu : "relative-fixed-item"
*/
.wrapper-fixed-item {
  position: relative;
  transform: translate(0);
}

.relative-fixed-item {
  position: fixed;
}

.veol-editor-wrapper > label {
  display: none;
}

.quick-access-nav a:focus {
  color: #fff !important;
}

.main-site,
.button-wrapper,
.modal-footer,
.button-holder,
.dialog-footer,
.popin-footer {
  /* bleu moyen par defaut, bleu fonce au survol */
}
.main-site .btn,
.button-wrapper .btn,
.modal-footer .btn,
.button-holder .btn,
.dialog-footer .btn,
.popin-footer .btn {
  white-space: nowrap;
}
.veol .main-site .btn,
.veol .button-wrapper .btn,
.veol .modal-footer .btn,
.veol .button-holder .btn,
.veol .dialog-footer .btn,
.veol .popin-footer .btn {
  border-radius: 0;
}
.erdf .main-site .btn,
.erdf .button-wrapper .btn,
.erdf .modal-footer .btn,
.erdf .button-holder .btn,
.erdf .dialog-footer .btn,
.erdf .popin-footer .btn {
  border-radius: 3px;
}
.main-site .btn.btn-lg,
.button-wrapper .btn.btn-lg,
.modal-footer .btn.btn-lg,
.button-holder .btn.btn-lg,
.dialog-footer .btn.btn-lg,
.popin-footer .btn.btn-lg {
  font-size: 1rem;
}
.main-site .btn.btn-positif-gris,
.button-wrapper .btn.btn-positif-gris,
.modal-footer .btn.btn-positif-gris,
.button-holder .btn.btn-positif-gris,
.dialog-footer .btn.btn-positif-gris,
.popin-footer .btn.btn-positif-gris {
  font-weight: 600;
}
.veol .main-site .btn.btn-positif-gris,
.veol .button-wrapper .btn.btn-positif-gris,
.veol .modal-footer .btn.btn-positif-gris,
.veol .button-holder .btn.btn-positif-gris,
.veol .dialog-footer .btn.btn-positif-gris,
.veol .popin-footer .btn.btn-positif-gris {
  color: #E0E0E0;
  border: solid 1px #E0E0E0;
  background-color: white;
}
.veol .main-site .btn.btn-positif-gris:hover, .veol .main-site .btn.btn-positif-gris:focus,
.veol .button-wrapper .btn.btn-positif-gris:hover,
.veol .modal-footer .btn.btn-positif-gris:hover,
.veol .button-holder .btn.btn-positif-gris:hover,
.veol .dialog-footer .btn.btn-positif-gris:hover,
.veol .popin-footer .btn.btn-positif-gris:hover,
.veol .button-wrapper .btn.btn-positif-gris:focus,
.veol .modal-footer .btn.btn-positif-gris:focus,
.veol .button-holder .btn.btn-positif-gris:focus,
.veol .dialog-footer .btn.btn-positif-gris:focus,
.veol .popin-footer .btn.btn-positif-gris:focus {
  color: white;
  border: solid 1px #333333;
  background-color: #333333;
  outline: 0;
  text-decoration: underline;
}
.veol .main-site .btn.btn-positif-gris:focus-visible,
.veol .button-wrapper .btn.btn-positif-gris:focus-visible,
.veol .modal-footer .btn.btn-positif-gris:focus-visible,
.veol .button-holder .btn.btn-positif-gris:focus-visible,
.veol .dialog-footer .btn.btn-positif-gris:focus-visible,
.veol .popin-footer .btn.btn-positif-gris:focus-visible {
  color: white;
  border: solid 1px #333333;
  background-color: #333333;
  outline: 0;
}
.veol .main-site .btn.btn-positif-gris:not(:hover),
.veol .button-wrapper .btn.btn-positif-gris:not(:hover),
.veol .modal-footer .btn.btn-positif-gris:not(:hover),
.veol .button-holder .btn.btn-positif-gris:not(:hover),
.veol .dialog-footer .btn.btn-positif-gris:not(:hover),
.veol .popin-footer .btn.btn-positif-gris:not(:hover) {
  color: #333333;
}
.erdf .main-site .btn.btn-positif-gris,
.erdf .button-wrapper .btn.btn-positif-gris,
.erdf .modal-footer .btn.btn-positif-gris,
.erdf .button-holder .btn.btn-positif-gris,
.erdf .dialog-footer .btn.btn-positif-gris,
.erdf .popin-footer .btn.btn-positif-gris {
  color: #1423DC;
  border: solid 1px #1423DC;
  background-color: transparent;
}
.erdf .main-site .btn.btn-positif-gris:hover, .erdf .main-site .btn.btn-positif-gris:focus,
.erdf .button-wrapper .btn.btn-positif-gris:hover,
.erdf .modal-footer .btn.btn-positif-gris:hover,
.erdf .button-holder .btn.btn-positif-gris:hover,
.erdf .dialog-footer .btn.btn-positif-gris:hover,
.erdf .popin-footer .btn.btn-positif-gris:hover,
.erdf .button-wrapper .btn.btn-positif-gris:focus,
.erdf .modal-footer .btn.btn-positif-gris:focus,
.erdf .button-holder .btn.btn-positif-gris:focus,
.erdf .dialog-footer .btn.btn-positif-gris:focus,
.erdf .popin-footer .btn.btn-positif-gris:focus {
  color: white;
  border: solid 1px #1423DC;
  background-color: #1423DC;
  outline: 0;
  text-decoration: underline;
}
.erdf .main-site .btn.btn-positif-gris:focus-visible,
.erdf .button-wrapper .btn.btn-positif-gris:focus-visible,
.erdf .modal-footer .btn.btn-positif-gris:focus-visible,
.erdf .button-holder .btn.btn-positif-gris:focus-visible,
.erdf .dialog-footer .btn.btn-positif-gris:focus-visible,
.erdf .popin-footer .btn.btn-positif-gris:focus-visible {
  color: white;
  border: solid 1px #1423DC;
  background-color: #1423DC;
  outline: 0;
}
.main-site .btn.btn-positif-gris.small,
.button-wrapper .btn.btn-positif-gris.small,
.modal-footer .btn.btn-positif-gris.small,
.button-holder .btn.btn-positif-gris.small,
.dialog-footer .btn.btn-positif-gris.small,
.popin-footer .btn.btn-positif-gris.small {
  font-weight: normal;
  border-radius: 0;
}
.veol .main-site .btn.btn-positif.btn-white,
.veol .button-wrapper .btn.btn-positif.btn-white,
.veol .modal-footer .btn.btn-positif.btn-white,
.veol .button-holder .btn.btn-positif.btn-white,
.veol .dialog-footer .btn.btn-positif.btn-white,
.veol .popin-footer .btn.btn-positif.btn-white {
  color: white;
  border: solid 1px white;
  background-color: transparent;
}
.veol .main-site .btn.btn-positif.btn-white:hover, .veol .main-site .btn.btn-positif.btn-white:focus,
.veol .button-wrapper .btn.btn-positif.btn-white:hover,
.veol .modal-footer .btn.btn-positif.btn-white:hover,
.veol .button-holder .btn.btn-positif.btn-white:hover,
.veol .dialog-footer .btn.btn-positif.btn-white:hover,
.veol .popin-footer .btn.btn-positif.btn-white:hover,
.veol .button-wrapper .btn.btn-positif.btn-white:focus,
.veol .modal-footer .btn.btn-positif.btn-white:focus,
.veol .button-holder .btn.btn-positif.btn-white:focus,
.veol .dialog-footer .btn.btn-positif.btn-white:focus,
.veol .popin-footer .btn.btn-positif.btn-white:focus {
  color: white;
  border: solid 1px #1057C8;
  background-color: #1057C8;
  outline: 0;
  text-decoration: underline;
}
.veol .main-site .btn.btn-positif.btn-white:focus-visible,
.veol .button-wrapper .btn.btn-positif.btn-white:focus-visible,
.veol .modal-footer .btn.btn-positif.btn-white:focus-visible,
.veol .button-holder .btn.btn-positif.btn-white:focus-visible,
.veol .dialog-footer .btn.btn-positif.btn-white:focus-visible,
.veol .popin-footer .btn.btn-positif.btn-white:focus-visible {
  color: white;
  border: solid 1px #1057C8;
  background-color: #1057C8;
  outline: 0;
}
.erdf .main-site .btn.btn-positif.btn-white,
.erdf .button-wrapper .btn.btn-positif.btn-white,
.erdf .modal-footer .btn.btn-positif.btn-white,
.erdf .button-holder .btn.btn-positif.btn-white,
.erdf .dialog-footer .btn.btn-positif.btn-white,
.erdf .popin-footer .btn.btn-positif.btn-white {
  color: white;
  border: solid 1px white;
  background-color: transparent;
}
.erdf .main-site .btn.btn-positif.btn-white:hover, .erdf .main-site .btn.btn-positif.btn-white:focus,
.erdf .button-wrapper .btn.btn-positif.btn-white:hover,
.erdf .modal-footer .btn.btn-positif.btn-white:hover,
.erdf .button-holder .btn.btn-positif.btn-white:hover,
.erdf .dialog-footer .btn.btn-positif.btn-white:hover,
.erdf .popin-footer .btn.btn-positif.btn-white:hover,
.erdf .button-wrapper .btn.btn-positif.btn-white:focus,
.erdf .modal-footer .btn.btn-positif.btn-white:focus,
.erdf .button-holder .btn.btn-positif.btn-white:focus,
.erdf .dialog-footer .btn.btn-positif.btn-white:focus,
.erdf .popin-footer .btn.btn-positif.btn-white:focus {
  color: white;
  border: solid 1px #007aa7;
  background-color: #007aa7;
  outline: 0;
  text-decoration: underline;
}
.erdf .main-site .btn.btn-positif.btn-white:focus-visible,
.erdf .button-wrapper .btn.btn-positif.btn-white:focus-visible,
.erdf .modal-footer .btn.btn-positif.btn-white:focus-visible,
.erdf .button-holder .btn.btn-positif.btn-white:focus-visible,
.erdf .dialog-footer .btn.btn-positif.btn-white:focus-visible,
.erdf .popin-footer .btn.btn-positif.btn-white:focus-visible {
  color: white;
  border: solid 1px #007aa7;
  background-color: #007aa7;
  outline: 0;
}
.veol .main-site .btn.btn-positif.btn-bg-white,
.veol .button-wrapper .btn.btn-positif.btn-bg-white,
.veol .modal-footer .btn.btn-positif.btn-bg-white,
.veol .button-holder .btn.btn-positif.btn-bg-white,
.veol .dialog-footer .btn.btn-positif.btn-bg-white,
.veol .popin-footer .btn.btn-positif.btn-bg-white {
  color: #1057C8;
  border: solid 1px #1057C8;
  background-color: white;
}
.veol .main-site .btn.btn-positif.btn-bg-white:hover, .veol .main-site .btn.btn-positif.btn-bg-white:focus,
.veol .button-wrapper .btn.btn-positif.btn-bg-white:hover,
.veol .modal-footer .btn.btn-positif.btn-bg-white:hover,
.veol .button-holder .btn.btn-positif.btn-bg-white:hover,
.veol .dialog-footer .btn.btn-positif.btn-bg-white:hover,
.veol .popin-footer .btn.btn-positif.btn-bg-white:hover,
.veol .button-wrapper .btn.btn-positif.btn-bg-white:focus,
.veol .modal-footer .btn.btn-positif.btn-bg-white:focus,
.veol .button-holder .btn.btn-positif.btn-bg-white:focus,
.veol .dialog-footer .btn.btn-positif.btn-bg-white:focus,
.veol .popin-footer .btn.btn-positif.btn-bg-white:focus {
  color: white;
  border: solid 1px #1057C8;
  background-color: #1057C8;
  outline: 0;
  text-decoration: underline;
}
.veol .main-site .btn.btn-positif.btn-bg-white:focus-visible,
.veol .button-wrapper .btn.btn-positif.btn-bg-white:focus-visible,
.veol .modal-footer .btn.btn-positif.btn-bg-white:focus-visible,
.veol .button-holder .btn.btn-positif.btn-bg-white:focus-visible,
.veol .dialog-footer .btn.btn-positif.btn-bg-white:focus-visible,
.veol .popin-footer .btn.btn-positif.btn-bg-white:focus-visible {
  color: white;
  border: solid 1px #1057C8;
  background-color: #1057C8;
  outline: 0;
}
.erdf .main-site .btn.btn-positif.btn-bg-white,
.erdf .button-wrapper .btn.btn-positif.btn-bg-white,
.erdf .modal-footer .btn.btn-positif.btn-bg-white,
.erdf .button-holder .btn.btn-positif.btn-bg-white,
.erdf .dialog-footer .btn.btn-positif.btn-bg-white,
.erdf .popin-footer .btn.btn-positif.btn-bg-white {
  color: #007aa7;
  border: solid 1px #007aa7;
  background-color: white;
}
.erdf .main-site .btn.btn-positif.btn-bg-white:hover, .erdf .main-site .btn.btn-positif.btn-bg-white:focus,
.erdf .button-wrapper .btn.btn-positif.btn-bg-white:hover,
.erdf .modal-footer .btn.btn-positif.btn-bg-white:hover,
.erdf .button-holder .btn.btn-positif.btn-bg-white:hover,
.erdf .dialog-footer .btn.btn-positif.btn-bg-white:hover,
.erdf .popin-footer .btn.btn-positif.btn-bg-white:hover,
.erdf .button-wrapper .btn.btn-positif.btn-bg-white:focus,
.erdf .modal-footer .btn.btn-positif.btn-bg-white:focus,
.erdf .button-holder .btn.btn-positif.btn-bg-white:focus,
.erdf .dialog-footer .btn.btn-positif.btn-bg-white:focus,
.erdf .popin-footer .btn.btn-positif.btn-bg-white:focus {
  color: white;
  border: solid 1px #007aa7;
  background-color: #007aa7;
  outline: 0;
  text-decoration: underline;
}
.erdf .main-site .btn.btn-positif.btn-bg-white:focus-visible,
.erdf .button-wrapper .btn.btn-positif.btn-bg-white:focus-visible,
.erdf .modal-footer .btn.btn-positif.btn-bg-white:focus-visible,
.erdf .button-holder .btn.btn-positif.btn-bg-white:focus-visible,
.erdf .dialog-footer .btn.btn-positif.btn-bg-white:focus-visible,
.erdf .popin-footer .btn.btn-positif.btn-bg-white:focus-visible {
  color: white;
  border: solid 1px #007aa7;
  background-color: #007aa7;
  outline: 0;
}
.veol .main-site .btn.btn-positif-alternate,
.veol .button-wrapper .btn.btn-positif-alternate,
.veol .modal-footer .btn.btn-positif-alternate,
.veol .button-holder .btn.btn-positif-alternate,
.veol .dialog-footer .btn.btn-positif-alternate,
.veol .popin-footer .btn.btn-positif-alternate {
  color: #1057C8;
  border: solid 1px #1057C8;
  background-color: transparent;
}
.veol .main-site .btn.btn-positif-alternate:hover, .veol .main-site .btn.btn-positif-alternate:focus,
.veol .button-wrapper .btn.btn-positif-alternate:hover,
.veol .modal-footer .btn.btn-positif-alternate:hover,
.veol .button-holder .btn.btn-positif-alternate:hover,
.veol .dialog-footer .btn.btn-positif-alternate:hover,
.veol .popin-footer .btn.btn-positif-alternate:hover,
.veol .button-wrapper .btn.btn-positif-alternate:focus,
.veol .modal-footer .btn.btn-positif-alternate:focus,
.veol .button-holder .btn.btn-positif-alternate:focus,
.veol .dialog-footer .btn.btn-positif-alternate:focus,
.veol .popin-footer .btn.btn-positif-alternate:focus {
  color: white;
  border: solid 1px #1057C8;
  background-color: #1057C8;
  outline: 0;
  text-decoration: underline;
}
.veol .main-site .btn.btn-positif-alternate:focus-visible,
.veol .button-wrapper .btn.btn-positif-alternate:focus-visible,
.veol .modal-footer .btn.btn-positif-alternate:focus-visible,
.veol .button-holder .btn.btn-positif-alternate:focus-visible,
.veol .dialog-footer .btn.btn-positif-alternate:focus-visible,
.veol .popin-footer .btn.btn-positif-alternate:focus-visible {
  color: white;
  border: solid 1px #1057C8;
  background-color: #1057C8;
  outline: 0;
}
.erdf .main-site .btn.btn-positif-alternate,
.erdf .button-wrapper .btn.btn-positif-alternate,
.erdf .modal-footer .btn.btn-positif-alternate,
.erdf .button-holder .btn.btn-positif-alternate,
.erdf .dialog-footer .btn.btn-positif-alternate,
.erdf .popin-footer .btn.btn-positif-alternate {
  color: #1423DC;
  border: solid 1px #1423DC;
  background-color: transparent;
}
.erdf .main-site .btn.btn-positif-alternate:hover, .erdf .main-site .btn.btn-positif-alternate:focus,
.erdf .button-wrapper .btn.btn-positif-alternate:hover,
.erdf .modal-footer .btn.btn-positif-alternate:hover,
.erdf .button-holder .btn.btn-positif-alternate:hover,
.erdf .dialog-footer .btn.btn-positif-alternate:hover,
.erdf .popin-footer .btn.btn-positif-alternate:hover,
.erdf .button-wrapper .btn.btn-positif-alternate:focus,
.erdf .modal-footer .btn.btn-positif-alternate:focus,
.erdf .button-holder .btn.btn-positif-alternate:focus,
.erdf .dialog-footer .btn.btn-positif-alternate:focus,
.erdf .popin-footer .btn.btn-positif-alternate:focus {
  color: white;
  border: solid 1px #1423DC;
  background-color: #1423DC;
  outline: 0;
  text-decoration: underline;
}
.erdf .main-site .btn.btn-positif-alternate:focus-visible,
.erdf .button-wrapper .btn.btn-positif-alternate:focus-visible,
.erdf .modal-footer .btn.btn-positif-alternate:focus-visible,
.erdf .button-holder .btn.btn-positif-alternate:focus-visible,
.erdf .dialog-footer .btn.btn-positif-alternate:focus-visible,
.erdf .popin-footer .btn.btn-positif-alternate:focus-visible {
  color: white;
  border: solid 1px #1423DC;
  background-color: #1423DC;
  outline: 0;
}
.main-site .btn.btn-positif-disabled,
.button-wrapper .btn.btn-positif-disabled,
.modal-footer .btn.btn-positif-disabled,
.button-holder .btn.btn-positif-disabled,
.dialog-footer .btn.btn-positif-disabled,
.popin-footer .btn.btn-positif-disabled {
  color: #666666;
  border: solid 1px #666666;
  background-color: transparent;
}
.main-site .btn.btn-filtre,
.button-wrapper .btn.btn-filtre,
.modal-footer .btn.btn-filtre,
.button-holder .btn.btn-filtre,
.dialog-footer .btn.btn-filtre,
.popin-footer .btn.btn-filtre {
  color: #1057C8;
  border: solid 1px white;
}
.main-site .btn.btn-filtre.active,
.button-wrapper .btn.btn-filtre.active,
.modal-footer .btn.btn-filtre.active,
.button-holder .btn.btn-filtre.active,
.dialog-footer .btn.btn-filtre.active,
.popin-footer .btn.btn-filtre.active {
  color: white;
  background-color: #D6430A;
  border: solid 1px #D6430A;
}
.main-site .btn.btn-xs,
.button-wrapper .btn.btn-xs,
.modal-footer .btn.btn-xs,
.button-holder .btn.btn-xs,
.dialog-footer .btn.btn-xs,
.popin-footer .btn.btn-xs {
  padding: 1px 8px;
  border-radius: 0;
}
.main-site .btn.two-lines,
.button-wrapper .btn.two-lines,
.modal-footer .btn.two-lines,
.button-holder .btn.two-lines,
.dialog-footer .btn.two-lines,
.popin-footer .btn.two-lines {
  white-space: normal;
  overflow: initial;
  height: auto !important;
  line-height: 100% !important;
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}
.main-site .btn.btn-orange-fonce,
.button-wrapper .btn.btn-orange-fonce,
.modal-footer .btn.btn-orange-fonce,
.button-holder .btn.btn-orange-fonce,
.dialog-footer .btn.btn-orange-fonce,
.popin-footer .btn.btn-orange-fonce {
  background-color: #D6430A;
  color: white;
  border-color: #D6430A;
  display: inline-flex;
  align-items: center;
}
.main-site .btn.btn-orange-fonce:hover,
.button-wrapper .btn.btn-orange-fonce:hover,
.modal-footer .btn.btn-orange-fonce:hover,
.button-holder .btn.btn-orange-fonce:hover,
.dialog-footer .btn.btn-orange-fonce:hover,
.popin-footer .btn.btn-orange-fonce:hover {
  background-color: #FFB210;
  color: white;
  border-color: #FFB210;
  text-decoration: underline;
}
.main-site .btn.btn-orange,
.button-wrapper .btn.btn-orange,
.modal-footer .btn.btn-orange,
.button-holder .btn.btn-orange,
.dialog-footer .btn.btn-orange,
.popin-footer .btn.btn-orange {
  background-color: #FFB210;
  color: white;
  border-color: #FFB210;
}
.main-site .btn.btn-orange:hover,
.button-wrapper .btn.btn-orange:hover,
.modal-footer .btn.btn-orange:hover,
.button-holder .btn.btn-orange:hover,
.dialog-footer .btn.btn-orange:hover,
.popin-footer .btn.btn-orange:hover {
  background-color: #FFB210;
  color: white;
  border-color: #FFB210;
  text-decoration: underline;
}
.main-site .btn.btn-vert-fonce,
.button-wrapper .btn.btn-vert-fonce,
.modal-footer .btn.btn-vert-fonce,
.button-holder .btn.btn-vert-fonce,
.dialog-footer .btn.btn-vert-fonce,
.popin-footer .btn.btn-vert-fonce {
  background-color: #307A10;
  color: white;
  border-color: #307A10;
}
.main-site .btn.btn-vert-fonce:hover,
.button-wrapper .btn.btn-vert-fonce:hover,
.modal-footer .btn.btn-vert-fonce:hover,
.button-holder .btn.btn-vert-fonce:hover,
.dialog-footer .btn.btn-vert-fonce:hover,
.popin-footer .btn.btn-vert-fonce:hover {
  background-color: #FFB210;
  color: white;
  border-color: #FFB210;
  text-decoration: underline;
}
.main-site .btn.btn-bleu-clair,
.button-wrapper .btn.btn-bleu-clair,
.modal-footer .btn.btn-bleu-clair,
.button-holder .btn.btn-bleu-clair,
.dialog-footer .btn.btn-bleu-clair,
.popin-footer .btn.btn-bleu-clair {
  background-color: #1057C8;
  color: white;
  border-color: #1057C8;
}
.main-site .btn.btn-bleu-clair:hover,
.button-wrapper .btn.btn-bleu-clair:hover,
.modal-footer .btn.btn-bleu-clair:hover,
.button-holder .btn.btn-bleu-clair:hover,
.dialog-footer .btn.btn-bleu-clair:hover,
.popin-footer .btn.btn-bleu-clair:hover {
  background-color: #4d8cf1;
  color: white;
  border-color: #4d8cf1;
  text-decoration: underline;
}
.main-site .btn.btn-technique,
.button-wrapper .btn.btn-technique,
.modal-footer .btn.btn-technique,
.button-holder .btn.btn-technique,
.dialog-footer .btn.btn-technique,
.popin-footer .btn.btn-technique {
  background-color: #1057C8;
  color: white;
  border-radius: 5px;
  font-size: 85%;
}
.main-site .btn.btn-technique:hover,
.button-wrapper .btn.btn-technique:hover,
.modal-footer .btn.btn-technique:hover,
.button-holder .btn.btn-technique:hover,
.dialog-footer .btn.btn-technique:hover,
.popin-footer .btn.btn-technique:hover {
  color: white;
  background-color: #4d8cf1;
}
.veol .main-site .btn.btn-link, .veol .main-site .btn.btn-cancel, .veol .main-site .btn.btn-cancel.btn-secondary,
.veol .main-site .button-wrapper .btn.btn-cancel,
.button-wrapper .veol .main-site .btn.btn-cancel,
.veol .main-site .modal-footer .btn.btn-cancel,
.modal-footer .veol .main-site .btn.btn-cancel,
.veol .main-site .button-holder .btn.btn-cancel,
.button-holder .veol .main-site .btn.btn-cancel,
.veol .main-site .dialog-footer .btn.btn-cancel,
.dialog-footer .veol .main-site .btn.btn-cancel,
.veol .main-site .popin-footer .btn.btn-cancel,
.popin-footer .veol .main-site .btn.btn-cancel,
.veol .main-site .button-wrapper .btn.btn-cancel.btn-secondary,
.button-wrapper .veol .main-site .btn.btn-cancel.btn-secondary,
.veol .main-site .modal-footer .btn.btn-cancel.btn-secondary,
.modal-footer .veol .main-site .btn.btn-cancel.btn-secondary,
.veol .main-site .button-holder .btn.btn-cancel.btn-secondary,
.button-holder .veol .main-site .btn.btn-cancel.btn-secondary,
.veol .main-site .dialog-footer .btn.btn-cancel.btn-secondary,
.dialog-footer .veol .main-site .btn.btn-cancel.btn-secondary,
.veol .main-site .popin-footer .btn.btn-cancel.btn-secondary,
.popin-footer .veol .main-site .btn.btn-cancel.btn-secondary,
.veol .button-wrapper .btn.btn-link,
.veol .button-wrapper .main-site .btn.btn-cancel,
.main-site .veol .button-wrapper .btn.btn-cancel,
.veol .button-wrapper .main-site .btn.btn-cancel.btn-secondary,
.main-site .veol .button-wrapper .btn.btn-cancel.btn-secondary,
.veol .button-wrapper .btn.btn-cancel,
.veol .button-wrapper .modal-footer .btn.btn-cancel,
.modal-footer .veol .button-wrapper .btn.btn-cancel,
.veol .button-wrapper .button-holder .btn.btn-cancel,
.button-holder .veol .button-wrapper .btn.btn-cancel,
.veol .button-wrapper .dialog-footer .btn.btn-cancel,
.dialog-footer .veol .button-wrapper .btn.btn-cancel,
.veol .button-wrapper .popin-footer .btn.btn-cancel,
.popin-footer .veol .button-wrapper .btn.btn-cancel,
.veol .button-wrapper .btn.btn-cancel.btn-secondary,
.veol .button-wrapper .modal-footer .btn.btn-cancel.btn-secondary,
.modal-footer .veol .button-wrapper .btn.btn-cancel.btn-secondary,
.veol .button-wrapper .button-holder .btn.btn-cancel.btn-secondary,
.button-holder .veol .button-wrapper .btn.btn-cancel.btn-secondary,
.veol .button-wrapper .dialog-footer .btn.btn-cancel.btn-secondary,
.dialog-footer .veol .button-wrapper .btn.btn-cancel.btn-secondary,
.veol .button-wrapper .popin-footer .btn.btn-cancel.btn-secondary,
.popin-footer .veol .button-wrapper .btn.btn-cancel.btn-secondary,
.veol .modal-footer .btn.btn-link,
.veol .modal-footer .main-site .btn.btn-cancel,
.main-site .veol .modal-footer .btn.btn-cancel,
.veol .modal-footer .main-site .btn.btn-cancel.btn-secondary,
.main-site .veol .modal-footer .btn.btn-cancel.btn-secondary,
.veol .modal-footer .button-wrapper .btn.btn-cancel,
.button-wrapper .veol .modal-footer .btn.btn-cancel,
.veol .modal-footer .btn.btn-cancel,
.veol .modal-footer .button-holder .btn.btn-cancel,
.button-holder .veol .modal-footer .btn.btn-cancel,
.veol .modal-footer .dialog-footer .btn.btn-cancel,
.dialog-footer .veol .modal-footer .btn.btn-cancel,
.veol .modal-footer .popin-footer .btn.btn-cancel,
.popin-footer .veol .modal-footer .btn.btn-cancel,
.veol .modal-footer .button-wrapper .btn.btn-cancel.btn-secondary,
.button-wrapper .veol .modal-footer .btn.btn-cancel.btn-secondary,
.veol .modal-footer .btn.btn-cancel.btn-secondary,
.veol .modal-footer .button-holder .btn.btn-cancel.btn-secondary,
.button-holder .veol .modal-footer .btn.btn-cancel.btn-secondary,
.veol .modal-footer .dialog-footer .btn.btn-cancel.btn-secondary,
.dialog-footer .veol .modal-footer .btn.btn-cancel.btn-secondary,
.veol .modal-footer .popin-footer .btn.btn-cancel.btn-secondary,
.popin-footer .veol .modal-footer .btn.btn-cancel.btn-secondary,
.veol .button-holder .btn.btn-link,
.veol .button-holder .main-site .btn.btn-cancel,
.main-site .veol .button-holder .btn.btn-cancel,
.veol .button-holder .main-site .btn.btn-cancel.btn-secondary,
.main-site .veol .button-holder .btn.btn-cancel.btn-secondary,
.veol .button-holder .button-wrapper .btn.btn-cancel,
.button-wrapper .veol .button-holder .btn.btn-cancel,
.veol .button-holder .modal-footer .btn.btn-cancel,
.modal-footer .veol .button-holder .btn.btn-cancel,
.veol .button-holder .btn.btn-cancel,
.veol .button-holder .dialog-footer .btn.btn-cancel,
.dialog-footer .veol .button-holder .btn.btn-cancel,
.veol .button-holder .popin-footer .btn.btn-cancel,
.popin-footer .veol .button-holder .btn.btn-cancel,
.veol .button-holder .button-wrapper .btn.btn-cancel.btn-secondary,
.button-wrapper .veol .button-holder .btn.btn-cancel.btn-secondary,
.veol .button-holder .modal-footer .btn.btn-cancel.btn-secondary,
.modal-footer .veol .button-holder .btn.btn-cancel.btn-secondary,
.veol .button-holder .btn.btn-cancel.btn-secondary,
.veol .button-holder .dialog-footer .btn.btn-cancel.btn-secondary,
.dialog-footer .veol .button-holder .btn.btn-cancel.btn-secondary,
.veol .button-holder .popin-footer .btn.btn-cancel.btn-secondary,
.popin-footer .veol .button-holder .btn.btn-cancel.btn-secondary,
.veol .dialog-footer .btn.btn-link,
.veol .dialog-footer .main-site .btn.btn-cancel,
.main-site .veol .dialog-footer .btn.btn-cancel,
.veol .dialog-footer .main-site .btn.btn-cancel.btn-secondary,
.main-site .veol .dialog-footer .btn.btn-cancel.btn-secondary,
.veol .dialog-footer .button-wrapper .btn.btn-cancel,
.button-wrapper .veol .dialog-footer .btn.btn-cancel,
.veol .dialog-footer .modal-footer .btn.btn-cancel,
.modal-footer .veol .dialog-footer .btn.btn-cancel,
.veol .dialog-footer .button-holder .btn.btn-cancel,
.button-holder .veol .dialog-footer .btn.btn-cancel,
.veol .dialog-footer .btn.btn-cancel,
.veol .dialog-footer .popin-footer .btn.btn-cancel,
.popin-footer .veol .dialog-footer .btn.btn-cancel,
.veol .dialog-footer .button-wrapper .btn.btn-cancel.btn-secondary,
.button-wrapper .veol .dialog-footer .btn.btn-cancel.btn-secondary,
.veol .dialog-footer .modal-footer .btn.btn-cancel.btn-secondary,
.modal-footer .veol .dialog-footer .btn.btn-cancel.btn-secondary,
.veol .dialog-footer .button-holder .btn.btn-cancel.btn-secondary,
.button-holder .veol .dialog-footer .btn.btn-cancel.btn-secondary,
.veol .dialog-footer .btn.btn-cancel.btn-secondary,
.veol .dialog-footer .popin-footer .btn.btn-cancel.btn-secondary,
.popin-footer .veol .dialog-footer .btn.btn-cancel.btn-secondary,
.veol .popin-footer .btn.btn-link,
.veol .popin-footer .main-site .btn.btn-cancel,
.main-site .veol .popin-footer .btn.btn-cancel,
.veol .popin-footer .main-site .btn.btn-cancel.btn-secondary,
.main-site .veol .popin-footer .btn.btn-cancel.btn-secondary,
.veol .popin-footer .button-wrapper .btn.btn-cancel,
.button-wrapper .veol .popin-footer .btn.btn-cancel,
.veol .popin-footer .modal-footer .btn.btn-cancel,
.modal-footer .veol .popin-footer .btn.btn-cancel,
.veol .popin-footer .button-holder .btn.btn-cancel,
.button-holder .veol .popin-footer .btn.btn-cancel,
.veol .popin-footer .dialog-footer .btn.btn-cancel,
.dialog-footer .veol .popin-footer .btn.btn-cancel,
.veol .popin-footer .btn.btn-cancel,
.veol .popin-footer .button-wrapper .btn.btn-cancel.btn-secondary,
.button-wrapper .veol .popin-footer .btn.btn-cancel.btn-secondary,
.veol .popin-footer .modal-footer .btn.btn-cancel.btn-secondary,
.modal-footer .veol .popin-footer .btn.btn-cancel.btn-secondary,
.veol .popin-footer .button-holder .btn.btn-cancel.btn-secondary,
.button-holder .veol .popin-footer .btn.btn-cancel.btn-secondary,
.veol .popin-footer .dialog-footer .btn.btn-cancel.btn-secondary,
.dialog-footer .veol .popin-footer .btn.btn-cancel.btn-secondary,
.veol .popin-footer .btn.btn-cancel.btn-secondary {
  color: #1057C8;
  white-space: normal;
  text-align: left;
}
.veol .main-site .btn.btn-link:hover, .veol .main-site .btn.btn-cancel:hover,
.veol .button-wrapper .btn.btn-link:hover,
.veol .button-wrapper .btn.btn-cancel:hover,
.veol .modal-footer .btn.btn-link:hover,
.veol .modal-footer .btn.btn-cancel:hover,
.veol .button-holder .btn.btn-link:hover,
.veol .button-holder .btn.btn-cancel:hover,
.veol .dialog-footer .btn.btn-link:hover,
.veol .dialog-footer .btn.btn-cancel:hover,
.veol .popin-footer .btn.btn-link:hover,
.veol .popin-footer .btn.btn-cancel:hover {
  color: #001A70;
  text-decoration: underline;
}
.erdf .main-site .btn.btn-link, .erdf .main-site .btn.btn-cancel, .erdf .main-site .btn.btn-cancel.btn-secondary,
.erdf .main-site .button-wrapper .btn.btn-cancel,
.button-wrapper .erdf .main-site .btn.btn-cancel,
.erdf .main-site .modal-footer .btn.btn-cancel,
.modal-footer .erdf .main-site .btn.btn-cancel,
.erdf .main-site .button-holder .btn.btn-cancel,
.button-holder .erdf .main-site .btn.btn-cancel,
.erdf .main-site .dialog-footer .btn.btn-cancel,
.dialog-footer .erdf .main-site .btn.btn-cancel,
.erdf .main-site .popin-footer .btn.btn-cancel,
.popin-footer .erdf .main-site .btn.btn-cancel,
.erdf .main-site .button-wrapper .btn.btn-cancel.btn-secondary,
.button-wrapper .erdf .main-site .btn.btn-cancel.btn-secondary,
.erdf .main-site .modal-footer .btn.btn-cancel.btn-secondary,
.modal-footer .erdf .main-site .btn.btn-cancel.btn-secondary,
.erdf .main-site .button-holder .btn.btn-cancel.btn-secondary,
.button-holder .erdf .main-site .btn.btn-cancel.btn-secondary,
.erdf .main-site .dialog-footer .btn.btn-cancel.btn-secondary,
.dialog-footer .erdf .main-site .btn.btn-cancel.btn-secondary,
.erdf .main-site .popin-footer .btn.btn-cancel.btn-secondary,
.popin-footer .erdf .main-site .btn.btn-cancel.btn-secondary,
.erdf .button-wrapper .btn.btn-link,
.erdf .button-wrapper .main-site .btn.btn-cancel,
.main-site .erdf .button-wrapper .btn.btn-cancel,
.erdf .button-wrapper .main-site .btn.btn-cancel.btn-secondary,
.main-site .erdf .button-wrapper .btn.btn-cancel.btn-secondary,
.erdf .button-wrapper .btn.btn-cancel,
.erdf .button-wrapper .modal-footer .btn.btn-cancel,
.modal-footer .erdf .button-wrapper .btn.btn-cancel,
.erdf .button-wrapper .button-holder .btn.btn-cancel,
.button-holder .erdf .button-wrapper .btn.btn-cancel,
.erdf .button-wrapper .dialog-footer .btn.btn-cancel,
.dialog-footer .erdf .button-wrapper .btn.btn-cancel,
.erdf .button-wrapper .popin-footer .btn.btn-cancel,
.popin-footer .erdf .button-wrapper .btn.btn-cancel,
.erdf .button-wrapper .btn.btn-cancel.btn-secondary,
.erdf .button-wrapper .modal-footer .btn.btn-cancel.btn-secondary,
.modal-footer .erdf .button-wrapper .btn.btn-cancel.btn-secondary,
.erdf .button-wrapper .button-holder .btn.btn-cancel.btn-secondary,
.button-holder .erdf .button-wrapper .btn.btn-cancel.btn-secondary,
.erdf .button-wrapper .dialog-footer .btn.btn-cancel.btn-secondary,
.dialog-footer .erdf .button-wrapper .btn.btn-cancel.btn-secondary,
.erdf .button-wrapper .popin-footer .btn.btn-cancel.btn-secondary,
.popin-footer .erdf .button-wrapper .btn.btn-cancel.btn-secondary,
.erdf .modal-footer .btn.btn-link,
.erdf .modal-footer .main-site .btn.btn-cancel,
.main-site .erdf .modal-footer .btn.btn-cancel,
.erdf .modal-footer .main-site .btn.btn-cancel.btn-secondary,
.main-site .erdf .modal-footer .btn.btn-cancel.btn-secondary,
.erdf .modal-footer .button-wrapper .btn.btn-cancel,
.button-wrapper .erdf .modal-footer .btn.btn-cancel,
.erdf .modal-footer .btn.btn-cancel,
.erdf .modal-footer .button-holder .btn.btn-cancel,
.button-holder .erdf .modal-footer .btn.btn-cancel,
.erdf .modal-footer .dialog-footer .btn.btn-cancel,
.dialog-footer .erdf .modal-footer .btn.btn-cancel,
.erdf .modal-footer .popin-footer .btn.btn-cancel,
.popin-footer .erdf .modal-footer .btn.btn-cancel,
.erdf .modal-footer .button-wrapper .btn.btn-cancel.btn-secondary,
.button-wrapper .erdf .modal-footer .btn.btn-cancel.btn-secondary,
.erdf .modal-footer .btn.btn-cancel.btn-secondary,
.erdf .modal-footer .button-holder .btn.btn-cancel.btn-secondary,
.button-holder .erdf .modal-footer .btn.btn-cancel.btn-secondary,
.erdf .modal-footer .dialog-footer .btn.btn-cancel.btn-secondary,
.dialog-footer .erdf .modal-footer .btn.btn-cancel.btn-secondary,
.erdf .modal-footer .popin-footer .btn.btn-cancel.btn-secondary,
.popin-footer .erdf .modal-footer .btn.btn-cancel.btn-secondary,
.erdf .button-holder .btn.btn-link,
.erdf .button-holder .main-site .btn.btn-cancel,
.main-site .erdf .button-holder .btn.btn-cancel,
.erdf .button-holder .main-site .btn.btn-cancel.btn-secondary,
.main-site .erdf .button-holder .btn.btn-cancel.btn-secondary,
.erdf .button-holder .button-wrapper .btn.btn-cancel,
.button-wrapper .erdf .button-holder .btn.btn-cancel,
.erdf .button-holder .modal-footer .btn.btn-cancel,
.modal-footer .erdf .button-holder .btn.btn-cancel,
.erdf .button-holder .btn.btn-cancel,
.erdf .button-holder .dialog-footer .btn.btn-cancel,
.dialog-footer .erdf .button-holder .btn.btn-cancel,
.erdf .button-holder .popin-footer .btn.btn-cancel,
.popin-footer .erdf .button-holder .btn.btn-cancel,
.erdf .button-holder .button-wrapper .btn.btn-cancel.btn-secondary,
.button-wrapper .erdf .button-holder .btn.btn-cancel.btn-secondary,
.erdf .button-holder .modal-footer .btn.btn-cancel.btn-secondary,
.modal-footer .erdf .button-holder .btn.btn-cancel.btn-secondary,
.erdf .button-holder .btn.btn-cancel.btn-secondary,
.erdf .button-holder .dialog-footer .btn.btn-cancel.btn-secondary,
.dialog-footer .erdf .button-holder .btn.btn-cancel.btn-secondary,
.erdf .button-holder .popin-footer .btn.btn-cancel.btn-secondary,
.popin-footer .erdf .button-holder .btn.btn-cancel.btn-secondary,
.erdf .dialog-footer .btn.btn-link,
.erdf .dialog-footer .main-site .btn.btn-cancel,
.main-site .erdf .dialog-footer .btn.btn-cancel,
.erdf .dialog-footer .main-site .btn.btn-cancel.btn-secondary,
.main-site .erdf .dialog-footer .btn.btn-cancel.btn-secondary,
.erdf .dialog-footer .button-wrapper .btn.btn-cancel,
.button-wrapper .erdf .dialog-footer .btn.btn-cancel,
.erdf .dialog-footer .modal-footer .btn.btn-cancel,
.modal-footer .erdf .dialog-footer .btn.btn-cancel,
.erdf .dialog-footer .button-holder .btn.btn-cancel,
.button-holder .erdf .dialog-footer .btn.btn-cancel,
.erdf .dialog-footer .btn.btn-cancel,
.erdf .dialog-footer .popin-footer .btn.btn-cancel,
.popin-footer .erdf .dialog-footer .btn.btn-cancel,
.erdf .dialog-footer .button-wrapper .btn.btn-cancel.btn-secondary,
.button-wrapper .erdf .dialog-footer .btn.btn-cancel.btn-secondary,
.erdf .dialog-footer .modal-footer .btn.btn-cancel.btn-secondary,
.modal-footer .erdf .dialog-footer .btn.btn-cancel.btn-secondary,
.erdf .dialog-footer .button-holder .btn.btn-cancel.btn-secondary,
.button-holder .erdf .dialog-footer .btn.btn-cancel.btn-secondary,
.erdf .dialog-footer .btn.btn-cancel.btn-secondary,
.erdf .dialog-footer .popin-footer .btn.btn-cancel.btn-secondary,
.popin-footer .erdf .dialog-footer .btn.btn-cancel.btn-secondary,
.erdf .popin-footer .btn.btn-link,
.erdf .popin-footer .main-site .btn.btn-cancel,
.main-site .erdf .popin-footer .btn.btn-cancel,
.erdf .popin-footer .main-site .btn.btn-cancel.btn-secondary,
.main-site .erdf .popin-footer .btn.btn-cancel.btn-secondary,
.erdf .popin-footer .button-wrapper .btn.btn-cancel,
.button-wrapper .erdf .popin-footer .btn.btn-cancel,
.erdf .popin-footer .modal-footer .btn.btn-cancel,
.modal-footer .erdf .popin-footer .btn.btn-cancel,
.erdf .popin-footer .button-holder .btn.btn-cancel,
.button-holder .erdf .popin-footer .btn.btn-cancel,
.erdf .popin-footer .dialog-footer .btn.btn-cancel,
.dialog-footer .erdf .popin-footer .btn.btn-cancel,
.erdf .popin-footer .btn.btn-cancel,
.erdf .popin-footer .button-wrapper .btn.btn-cancel.btn-secondary,
.button-wrapper .erdf .popin-footer .btn.btn-cancel.btn-secondary,
.erdf .popin-footer .modal-footer .btn.btn-cancel.btn-secondary,
.modal-footer .erdf .popin-footer .btn.btn-cancel.btn-secondary,
.erdf .popin-footer .button-holder .btn.btn-cancel.btn-secondary,
.button-holder .erdf .popin-footer .btn.btn-cancel.btn-secondary,
.erdf .popin-footer .dialog-footer .btn.btn-cancel.btn-secondary,
.dialog-footer .erdf .popin-footer .btn.btn-cancel.btn-secondary,
.erdf .popin-footer .btn.btn-cancel.btn-secondary {
  color: #1423DC;
  white-space: normal;
  text-align: left;
}
.erdf .main-site .btn.btn-link:hover, .erdf .main-site .btn.btn-cancel:hover,
.erdf .button-wrapper .btn.btn-link:hover,
.erdf .button-wrapper .btn.btn-cancel:hover,
.erdf .modal-footer .btn.btn-link:hover,
.erdf .modal-footer .btn.btn-cancel:hover,
.erdf .button-holder .btn.btn-link:hover,
.erdf .button-holder .btn.btn-cancel:hover,
.erdf .dialog-footer .btn.btn-link:hover,
.erdf .dialog-footer .btn.btn-cancel:hover,
.erdf .popin-footer .btn.btn-link:hover,
.erdf .popin-footer .btn.btn-cancel:hover {
  color: #1F73B7;
  text-decoration: underline;
}
.main-site .btn.btn-link:focus-visible, .main-site .btn.btn-cancel:focus-visible,
.button-wrapper .btn.btn-link:focus-visible,
.button-wrapper .btn.btn-cancel:focus-visible,
.modal-footer .btn.btn-link:focus-visible,
.modal-footer .btn.btn-cancel:focus-visible,
.button-holder .btn.btn-link:focus-visible,
.button-holder .btn.btn-cancel:focus-visible,
.dialog-footer .btn.btn-link:focus-visible,
.dialog-footer .btn.btn-cancel:focus-visible,
.popin-footer .btn.btn-link:focus-visible,
.popin-footer .btn.btn-cancel:focus-visible {
  text-decoration: none;
  outline-width: 1px;
}
.main-site .btn.btn-link-3, .main-site .btn.btn-link-3:hover, .main-site .btn.btn-link-3:active,
.button-wrapper .btn.btn-link-3,
.modal-footer .btn.btn-link-3,
.button-holder .btn.btn-link-3,
.dialog-footer .btn.btn-link-3,
.popin-footer .btn.btn-link-3,
.button-wrapper .btn.btn-link-3:hover,
.modal-footer .btn.btn-link-3:hover,
.button-holder .btn.btn-link-3:hover,
.dialog-footer .btn.btn-link-3:hover,
.popin-footer .btn.btn-link-3:hover,
.button-wrapper .btn.btn-link-3:active,
.modal-footer .btn.btn-link-3:active,
.button-holder .btn.btn-link-3:active,
.dialog-footer .btn.btn-link-3:active,
.popin-footer .btn.btn-link-3:active {
  color: #1057C8;
  line-height: 1;
}
.main-site .btn.btn-link-3:hover,
.button-wrapper .btn.btn-link-3:hover,
.modal-footer .btn.btn-link-3:hover,
.button-holder .btn.btn-link-3:hover,
.dialog-footer .btn.btn-link-3:hover,
.popin-footer .btn.btn-link-3:hover {
  text-decoration: underline;
}
.main-site span.btn,
.button-wrapper span.btn,
.modal-footer span.btn,
.button-holder span.btn,
.dialog-footer span.btn,
.popin-footer span.btn {
  display: inline-block;
  cursor: default;
}
.btn-default:not(.close-modal) {
  background-color: #fff;
  border-color: #cdced9;
  color: #6b6c7e;
}

.veol .btn-tb--active, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.on::after, .ratings-like button.btn span.c-inner .veol span.inline-item.inline-item-before > span.on::after, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off:hover::after, .ratings-like button.btn span.c-inner .veol span.inline-item.inline-item-before > span.off:hover::after {
  background-color: #1057C8;
  border: solid 1px #1057C8;
  border-radius: 50%;
}
.erdf .btn-tb--active, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.on::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.on::after, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off:hover::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.off:hover::after {
  background-color: #1423DC;
  border: solid 1px #1423DC;
  border-radius: 50%;
}

.veol .btn-tb--inverse {
  text-indent: -9999px;
  border-radius: 50%;
  border: solid 1px white;
}
.veol .btn-tb--inverse:hover, .veol .btn-tb--inverse.active {
  background-color: #D6430A;
  border: solid 1px #D6430A;
}
.erdf .btn-tb--inverse {
  text-indent: -9999px;
  border-radius: 50%;
  border: solid 1px white;
}
.erdf .btn-tb--inverse:hover, .erdf .btn-tb--inverse.active {
  background-color: #1423DC;
  border: solid 1px #1423DC;
}

.veol .btn-tb--colored-orange {
  text-indent: -9999px;
  border-radius: 50%;
  background-color: #D6430A;
}
.veol .btn-tb--colored-orange:hover, .veol .btn-tb--colored-orange.active {
  background-color: white;
}
.erdf .btn-tb--colored-orange {
  text-indent: -9999px;
  border-radius: 50%;
  background-color: #1423DC;
}
.erdf .btn-tb--colored-orange:hover, .erdf .btn-tb--colored-orange.active {
  background-color: white;
}

.veol .btn-tb--colored-bleu {
  text-indent: -9999px;
  border-radius: 50%;
  background-color: #001A70;
}
.veol .btn-tb--colored-bleu:hover, .veol .btn-tb--colored-bleu.active {
  background-color: white;
}
.erdf .btn-tb--colored-bleu {
  text-indent: -9999px;
  border-radius: 50%;
  background-color: #1423DC;
}
.erdf .btn-tb--colored-bleu:hover, .erdf .btn-tb--colored-bleu.active {
  background-color: white;
}

.veol .btn-tb--disabled {
  background-color: white;
  text-indent: -9999px;
  border-radius: 50%;
  border: solid 1px grey;
}
.veol .btn-tb--disabled:hover, .veol .btn-tb--disabled.active {
  background-color: grey;
}
.erdf .btn-tb--disabled {
  background-color: white;
  text-indent: -9999px;
  border-radius: 50%;
  border: solid 1px grey;
}
.erdf .btn-tb--disabled:hover, .erdf .btn-tb--disabled.active {
  background-color: grey;
}

.veol .btn-tb, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off::after, .ratings-like button.btn span.c-inner .veol span.inline-item.inline-item-before > span.off::after, .veol .asset-flag a, .asset-flag .veol a {
  background-color: white;
  text-indent: -9999px;
  border-radius: 50%;
  border: solid 1px #1057C8;
}
.veol .btn-tb:hover, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off:hover::after, .ratings-like button.btn span.c-inner .veol span.inline-item.inline-item-before > span.off:hover::after, .veol .asset-flag a:hover, .asset-flag .veol a:hover, .veol .btn-tb.active, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.active.off::after, .ratings-like button.btn span.c-inner .veol span.inline-item.inline-item-before > span.active.off::after, .veol .asset-flag a.active, .asset-flag .veol a.active {
  background-color: #1057C8;
}
.erdf .btn-tb, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.off::after, .erdf .asset-flag a, .asset-flag .erdf a {
  background-color: white;
  text-indent: -9999px;
  border-radius: 50%;
  border: solid 1px #1423DC;
}
.erdf .btn-tb:hover, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off:hover::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.off:hover::after, .erdf .asset-flag a:hover, .asset-flag .erdf a:hover, .erdf .btn-tb.active, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.active.off::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.active.off::after, .erdf .asset-flag a.active, .asset-flag .erdf a.active {
  background-color: #1423DC;
}
.veol .btn-tb.btn-retweet, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-retweet.off::after, .ratings-like button.btn span.c-inner .veol span.inline-item.inline-item-before > span.btn-retweet.off::after, .veol .asset-flag a.btn-retweet, .asset-flag .veol a.btn-retweet {
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-retweet-bleu-moyen.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 48%;
}
.veol .btn-tb.btn-retweet:hover, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-retweet.off:hover::after, .ratings-like button.btn span.c-inner .veol span.inline-item.inline-item-before > span.btn-retweet.off:hover::after, .veol .asset-flag a.btn-retweet:hover, .asset-flag .veol a.btn-retweet:hover, .veol .btn-tb.btn-retweet.active, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-retweet.active.off::after, .ratings-like button.btn span.c-inner .veol span.inline-item.inline-item-before > span.btn-retweet.active.off::after, .veol .asset-flag a.btn-retweet.active, .asset-flag .veol a.btn-retweet.active {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-retweet-blanc.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 48%;
}
.erdf .btn-tb.btn-retweet, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-retweet.off::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-retweet.off::after, .erdf .asset-flag a.btn-retweet, .asset-flag .erdf a.btn-retweet {
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-retweet-bleu-fonce.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 48%;
}
.erdf .btn-tb.btn-retweet:hover, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-retweet.off:hover::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-retweet.off:hover::after, .erdf .asset-flag a.btn-retweet:hover, .asset-flag .erdf a.btn-retweet:hover, .erdf .btn-tb.btn-retweet.active, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-retweet.active.off::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-retweet.active.off::after, .erdf .asset-flag a.btn-retweet.active, .asset-flag .erdf a.btn-retweet.active {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-retweet-blanc.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 48%;
}
.btn-tb.btn-repondre, .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-repondre.off::after, .asset-flag a.btn-repondre {
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/blog/ico-comment-bleu-moyen.svg");
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: 48%;
  font-size: 0;
}
.btn-tb.btn-repondre:hover, .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-repondre.off:hover::after, .asset-flag a.btn-repondre:hover, .btn-tb.btn-repondre.active, .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-repondre.active.off::after, .asset-flag a.btn-repondre.active {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-comment-white.svg");
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: 48%;
}
.erdf .btn-tb.btn-repondre, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-repondre.off::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-repondre.off::after, .erdf .asset-flag a.btn-repondre, .asset-flag .erdf a.btn-repondre {
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ERDF-ICONS-COMMENT-orange.svg");
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: 48%;
  font-size: 0;
}
.erdf .btn-tb.btn-repondre:hover, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-repondre.off:hover::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-repondre.off:hover::after, .erdf .asset-flag a.btn-repondre:hover, .asset-flag .erdf a.btn-repondre:hover, .erdf .btn-tb.btn-repondre.active, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-repondre.active.off::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-repondre.active.off::after, .erdf .asset-flag a.btn-repondre.active, .asset-flag .erdf a.btn-repondre.active {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-comment-white.svg");
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: 48%;
}
.btn-tb.btn-mailto, .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-mailto.off::after, .asset-flag a.btn-mailto {
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-envelope-bleu-moyen.svg");
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: 48%;
  font-size: 0;
}
.btn-tb.btn-mailto:hover, .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-mailto.off:hover::after, .asset-flag a.btn-mailto:hover, .btn-tb.btn-mailto.active, .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-mailto.active.off::after, .asset-flag a.btn-mailto.active {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-envelope-white.svg");
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: 48%;
}
.btn-tb.btn-epingle, .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-epingle.off::after, .asset-flag a.btn-epingle {
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/push-pin-bleu-moyen.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 48%;
}
.btn-tb.btn-epingle:hover, .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-epingle.off:hover::after, .asset-flag a.btn-epingle:hover, .btn-tb.btn-epingle.active, .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-epingle.active.off::after, .asset-flag a.btn-epingle.active {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/push-pin-white.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 48%;
}
.veol .btn-tb.btn-abuse, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-abuse.off::after, .ratings-like button.btn span.c-inner .veol span.inline-item.inline-item-before > span.btn-abuse.off::after, .veol .asset-flag a, .asset-flag .veol a {
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-abuse-bleu-moyen.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 58% 30%;
}
.veol .btn-tb.btn-abuse:hover, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-abuse.off:hover::after, .ratings-like button.btn span.c-inner .veol span.inline-item.inline-item-before > span.btn-abuse.off:hover::after, .veol .asset-flag a:hover, .asset-flag .veol a:hover, .veol .btn-tb.btn-abuse.active, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-abuse.active.off::after, .ratings-like button.btn span.c-inner .veol span.inline-item.inline-item-before > span.btn-abuse.active.off::after, .veol .asset-flag a.active, .asset-flag .veol a.active {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-abuse-white.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 58% 30%;
}
.erdf .btn-tb.btn-abuse, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-abuse.off::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-abuse.off::after, .erdf .asset-flag a, .asset-flag .erdf a {
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-abuse-bleu-fonce.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 58% 30%;
}
.erdf .btn-tb.btn-abuse:hover, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-abuse.off:hover::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-abuse.off:hover::after, .erdf .asset-flag a:hover, .asset-flag .erdf a:hover, .erdf .btn-tb.btn-abuse.active, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-abuse.active.off::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-abuse.active.off::after, .erdf .asset-flag a.active, .asset-flag .erdf a.active {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-abuse-blanc.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 58% 30%;
}
.veol .btn-neg .btn-tb.btn-abuse, .veol .btn-neg .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-abuse.off::after, .ratings-like button.btn span.c-inner .veol .btn-neg span.inline-item.inline-item-before > span.btn-abuse.off::after, .veol .btn-neg .asset-flag a, .asset-flag .veol .btn-neg a {
  background-color: #1057C8;
  text-indent: -9999px;
  border-radius: 50%;
  border: solid 1px white;
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-abuse-white.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 58% 30%;
}
.veol .btn-neg .btn-tb.btn-abuse:hover, .veol .btn-neg .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-abuse.off:hover::after, .ratings-like button.btn span.c-inner .veol .btn-neg span.inline-item.inline-item-before > span.btn-abuse.off:hover::after, .veol .btn-neg .asset-flag a:hover, .asset-flag .veol .btn-neg a:hover, .veol .btn-neg .btn-tb.btn-abuse.active, .veol .btn-neg .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-abuse.active.off::after, .ratings-like button.btn span.c-inner .veol .btn-neg span.inline-item.inline-item-before > span.btn-abuse.active.off::after, .veol .btn-neg .asset-flag a.active, .asset-flag .veol .btn-neg a.active {
  background-color: white;
}
.veol .btn-neg .btn-tb.btn-abuse:hover, .veol .btn-neg .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-abuse.off:hover::after, .ratings-like button.btn span.c-inner .veol .btn-neg span.inline-item.inline-item-before > span.btn-abuse.off:hover::after, .veol .btn-neg .asset-flag a:hover, .asset-flag .veol .btn-neg a:hover, .veol .btn-neg .btn-tb.btn-abuse.active, .veol .btn-neg .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-abuse.active.off::after, .ratings-like button.btn span.c-inner .veol .btn-neg span.inline-item.inline-item-before > span.btn-abuse.active.off::after, .veol .btn-neg .asset-flag a.active, .asset-flag .veol .btn-neg a.active {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-abuse-bleu-moyen.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 58% 30%;
}
.erdf .btn-neg .btn-tb.btn-abuse, .erdf .btn-neg .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-abuse.off::after, .ratings-like button.btn span.c-inner .erdf .btn-neg span.inline-item.inline-item-before > span.btn-abuse.off::after, .erdf .btn-neg .asset-flag a, .asset-flag .erdf .btn-neg a {
  background-color: #1423DC;
  text-indent: -9999px;
  border-radius: 50%;
  border: solid 1px white;
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-abuse-blanc.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 58% 30%;
}
.erdf .btn-neg .btn-tb.btn-abuse:hover, .erdf .btn-neg .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-abuse.off:hover::after, .ratings-like button.btn span.c-inner .erdf .btn-neg span.inline-item.inline-item-before > span.btn-abuse.off:hover::after, .erdf .btn-neg .asset-flag a:hover, .asset-flag .erdf .btn-neg a:hover, .erdf .btn-neg .btn-tb.btn-abuse.active, .erdf .btn-neg .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-abuse.active.off::after, .ratings-like button.btn span.c-inner .erdf .btn-neg span.inline-item.inline-item-before > span.btn-abuse.active.off::after, .erdf .btn-neg .asset-flag a.active, .asset-flag .erdf .btn-neg a.active {
  background-color: white;
}
.erdf .btn-neg .btn-tb.btn-abuse:hover, .erdf .btn-neg .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-abuse.off:hover::after, .ratings-like button.btn span.c-inner .erdf .btn-neg span.inline-item.inline-item-before > span.btn-abuse.off:hover::after, .erdf .btn-neg .asset-flag a:hover, .asset-flag .erdf .btn-neg a:hover, .erdf .btn-neg .btn-tb.btn-abuse.active, .erdf .btn-neg .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-abuse.active.off::after, .ratings-like button.btn span.c-inner .erdf .btn-neg span.inline-item.inline-item-before > span.btn-abuse.active.off::after, .erdf .btn-neg .asset-flag a.active, .asset-flag .erdf .btn-neg a.active {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-abuse-bleu-fonce.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 58% 30%;
}
.veol .btn-tb.btn-conversation, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-conversation.off::after, .ratings-like button.btn span.c-inner .veol span.inline-item.inline-item-before > span.btn-conversation.off::after, .veol .asset-flag a.btn-conversation, .asset-flag .veol a.btn-conversation {
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-conversation-bleu-moyen.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 50%;
}
.veol .btn-tb.btn-conversation:hover, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-conversation.off:hover::after, .ratings-like button.btn span.c-inner .veol span.inline-item.inline-item-before > span.btn-conversation.off:hover::after, .veol .asset-flag a.btn-conversation:hover, .asset-flag .veol a.btn-conversation:hover, .veol .btn-tb.btn-conversation.active, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-conversation.active.off::after, .ratings-like button.btn span.c-inner .veol span.inline-item.inline-item-before > span.btn-conversation.active.off::after, .veol .asset-flag a.btn-conversation.active, .asset-flag .veol a.btn-conversation.active {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-conversation-blanc.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 50%;
}
.erdf .btn-tb.btn-conversation, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-conversation.off::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-conversation.off::after, .erdf .asset-flag a.btn-conversation, .asset-flag .erdf a.btn-conversation {
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-conversation-bleu-fonce.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 50%;
}
.erdf .btn-tb.btn-conversation:hover, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-conversation.off:hover::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-conversation.off:hover::after, .erdf .asset-flag a.btn-conversation:hover, .asset-flag .erdf a.btn-conversation:hover, .erdf .btn-tb.btn-conversation.active, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-conversation.active.off::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-conversation.active.off::after, .erdf .asset-flag a.btn-conversation.active, .asset-flag .erdf a.btn-conversation.active {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-conversation-blanc.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 50%;
}
.btn-tb.btn-qr-code, .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-qr-code.off::after, .asset-flag a.btn-qr-code {
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-qr-code-bleu-moyen.svg");
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: 50%;
}
.btn-tb.btn-qr-code:hover, .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-qr-code.off:hover::after, .asset-flag a.btn-qr-code:hover, .btn-tb.btn-qr-code.active, .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-qr-code.active.off::after, .asset-flag a.btn-qr-code.active {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-qr-code-blanc.svg");
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: 50%;
}
.erdf .btn-tb.btn-qr-code, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-qr-code.off::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-qr-code.off::after, .erdf .asset-flag a.btn-qr-code, .asset-flag .erdf a.btn-qr-code {
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-qr-code-bleu-fonce.svg");
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: 50%;
}
.erdf .btn-tb.btn-qr-code:hover, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-qr-code.off:hover::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-qr-code.off:hover::after, .erdf .asset-flag a.btn-qr-code:hover, .asset-flag .erdf a.btn-qr-code:hover, .erdf .btn-tb.btn-qr-code.active, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-qr-code.active.off::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-qr-code.active.off::after, .erdf .asset-flag a.btn-qr-code.active, .asset-flag .erdf a.btn-qr-code.active {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-qr-code-blanc.svg");
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: 50%;
}
.veol .btn-tb.btn-copy-id, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-copy-id.off::after, .ratings-like button.btn span.c-inner .veol span.inline-item.inline-item-before > span.btn-copy-id.off::after, .veol .asset-flag a.btn-copy-id, .asset-flag .veol a.btn-copy-id {
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-copy-id-bleu-moyen.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 50%;
}
.veol .btn-tb.btn-copy-id:hover, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-copy-id.off:hover::after, .ratings-like button.btn span.c-inner .veol span.inline-item.inline-item-before > span.btn-copy-id.off:hover::after, .veol .asset-flag a.btn-copy-id:hover, .asset-flag .veol a.btn-copy-id:hover, .veol .btn-tb.btn-copy-id.active, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-copy-id.active.off::after, .ratings-like button.btn span.c-inner .veol span.inline-item.inline-item-before > span.btn-copy-id.active.off::after, .veol .asset-flag a.btn-copy-id.active, .asset-flag .veol a.btn-copy-id.active {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-copy-id-blanc.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 50%;
}
.erdf .btn-tb.btn-copy-id, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-copy-id.off::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-copy-id.off::after, .erdf .asset-flag a.btn-copy-id, .asset-flag .erdf a.btn-copy-id {
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-copy-id-bleu-fonce.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 50%;
}
.erdf .btn-tb.btn-copy-id:hover, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-copy-id.off:hover::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-copy-id.off:hover::after, .erdf .asset-flag a.btn-copy-id:hover, .asset-flag .erdf a.btn-copy-id:hover, .erdf .btn-tb.btn-copy-id.active, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-copy-id.active.off::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-copy-id.active.off::after, .erdf .asset-flag a.btn-copy-id.active, .asset-flag .erdf a.btn-copy-id.active {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-copy-id-blanc.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 50%;
}
.veol .btn-tb.btn-copy-url, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-copy-url.off::after, .ratings-like button.btn span.c-inner .veol span.inline-item.inline-item-before > span.btn-copy-url.off::after, .veol .asset-flag a.btn-copy-url, .asset-flag .veol a.btn-copy-url {
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-copy-url-bleu-moyen.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 50%;
}
.veol .btn-tb.btn-copy-url:hover, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-copy-url.off:hover::after, .ratings-like button.btn span.c-inner .veol span.inline-item.inline-item-before > span.btn-copy-url.off:hover::after, .veol .asset-flag a.btn-copy-url:hover, .asset-flag .veol a.btn-copy-url:hover, .veol .btn-tb.btn-copy-url.active, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-copy-url.active.off::after, .ratings-like button.btn span.c-inner .veol span.inline-item.inline-item-before > span.btn-copy-url.active.off::after, .veol .asset-flag a.btn-copy-url.active, .asset-flag .veol a.btn-copy-url.active {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-copy-url-blanc.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 50%;
}
.erdf .btn-tb.btn-copy-url, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-copy-url.off::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-copy-url.off::after, .erdf .asset-flag a.btn-copy-url, .asset-flag .erdf a.btn-copy-url {
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-copy-url-bleu-fonce.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 50%;
}
.erdf .btn-tb.btn-copy-url:hover, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-copy-url.off:hover::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-copy-url.off:hover::after, .erdf .asset-flag a.btn-copy-url:hover, .asset-flag .erdf a.btn-copy-url:hover, .erdf .btn-tb.btn-copy-url.active, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-copy-url.active.off::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-copy-url.active.off::after, .erdf .asset-flag a.btn-copy-url.active, .asset-flag .erdf a.btn-copy-url.active {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-copy-url-blanc.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 50%;
}
.veol .btn-tb.btn-copy-html, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-copy-html.off::after, .ratings-like button.btn span.c-inner .veol span.inline-item.inline-item-before > span.btn-copy-html.off::after, .veol .asset-flag a.btn-copy-html, .asset-flag .veol a.btn-copy-html {
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-copy-html-bleu-moyen.svg");
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: 50%;
}
.veol .btn-tb.btn-copy-html:hover, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-copy-html.off:hover::after, .ratings-like button.btn span.c-inner .veol span.inline-item.inline-item-before > span.btn-copy-html.off:hover::after, .veol .asset-flag a.btn-copy-html:hover, .asset-flag .veol a.btn-copy-html:hover, .veol .btn-tb.btn-copy-html.active, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-copy-html.active.off::after, .ratings-like button.btn span.c-inner .veol span.inline-item.inline-item-before > span.btn-copy-html.active.off::after, .veol .asset-flag a.btn-copy-html.active, .asset-flag .veol a.btn-copy-html.active {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-copy-html-blanc.svg");
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: 50%;
}
.erdf .btn-tb.btn-copy-html, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-copy-html.off::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-copy-html.off::after, .erdf .asset-flag a.btn-copy-html, .asset-flag .erdf a.btn-copy-html {
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-copy-html-bleu-fonce.svg");
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: 50%;
}
.erdf .btn-tb.btn-copy-html:hover, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-copy-html.off:hover::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-copy-html.off:hover::after, .erdf .asset-flag a.btn-copy-html:hover, .asset-flag .erdf a.btn-copy-html:hover, .erdf .btn-tb.btn-copy-html.active, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-copy-html.active.off::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-copy-html.active.off::after, .erdf .asset-flag a.btn-copy-html.active, .asset-flag .erdf a.btn-copy-html.active {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-copy-html-blanc.svg");
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: 50%;
}
.veol .btn-tb.btn-send-mail, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-send-mail.off::after, .ratings-like button.btn span.c-inner .veol span.inline-item.inline-item-before > span.btn-send-mail.off::after, .veol .asset-flag a.btn-send-mail, .asset-flag .veol a.btn-send-mail {
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/EDF-ICONS-ENVELOPE-blue-moyen.svg");
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: 50%;
}
.veol .btn-tb.btn-send-mail:hover, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-send-mail.off:hover::after, .ratings-like button.btn span.c-inner .veol span.inline-item.inline-item-before > span.btn-send-mail.off:hover::after, .veol .asset-flag a.btn-send-mail:hover, .asset-flag .veol a.btn-send-mail:hover, .veol .btn-tb.btn-send-mail.active, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-send-mail.active.off::after, .ratings-like button.btn span.c-inner .veol span.inline-item.inline-item-before > span.btn-send-mail.active.off::after, .veol .asset-flag a.btn-send-mail.active, .asset-flag .veol a.btn-send-mail.active {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/EDF-ICONS-ENVELOPE-white.svg");
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: 50%;
}
.erdf .btn-tb.btn-send-mail, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-send-mail.off::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-send-mail.off::after, .erdf .asset-flag a.btn-send-mail, .asset-flag .erdf a.btn-send-mail {
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/EDF-ICONS-ENVELOPE-blue-fonce.svg");
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: 50%;
}
.erdf .btn-tb.btn-send-mail:hover, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-send-mail.off:hover::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-send-mail.off:hover::after, .erdf .asset-flag a.btn-send-mail:hover, .asset-flag .erdf a.btn-send-mail:hover, .erdf .btn-tb.btn-send-mail.active, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-send-mail.active.off::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-send-mail.active.off::after, .erdf .asset-flag a.btn-send-mail.active, .asset-flag .erdf a.btn-send-mail.active {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/EDF-ICONS-ENVELOPE-white.svg");
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: 50%;
}
.veol .btn-tb.btn-monreseau, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-monreseau.off::after, .ratings-like button.btn span.c-inner .veol span.inline-item.inline-item-before > span.btn-monreseau.off::after, .veol .asset-flag a.btn-monreseau, .asset-flag .veol a.btn-monreseau {
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-monreseau-bleu-moyen.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 50%;
}
.veol .btn-tb.btn-monreseau:hover, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-monreseau.off:hover::after, .ratings-like button.btn span.c-inner .veol span.inline-item.inline-item-before > span.btn-monreseau.off:hover::after, .veol .asset-flag a.btn-monreseau:hover, .asset-flag .veol a.btn-monreseau:hover, .veol .btn-tb.btn-monreseau.active, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-monreseau.active.off::after, .ratings-like button.btn span.c-inner .veol span.inline-item.inline-item-before > span.btn-monreseau.active.off::after, .veol .asset-flag a.btn-monreseau.active, .asset-flag .veol a.btn-monreseau.active {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-monreseau-blanc.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 50%;
}
.erdf .btn-tb.btn-monreseau, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-monreseau.off::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-monreseau.off::after, .erdf .asset-flag a.btn-monreseau, .asset-flag .erdf a.btn-monreseau {
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-monreseau-bleu-fonce.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 50%;
}
.erdf .btn-tb.btn-monreseau:hover, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-monreseau.off:hover::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-monreseau.off:hover::after, .erdf .asset-flag a.btn-monreseau:hover, .asset-flag .erdf a.btn-monreseau:hover, .erdf .btn-tb.btn-monreseau.active, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-monreseau.active.off::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-monreseau.active.off::after, .erdf .asset-flag a.btn-monreseau.active, .asset-flag .erdf a.btn-monreseau.active {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-monreseau-blanc.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 50%;
}
.veol .btn-tb.btn-share, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-share.off::after, .ratings-like button.btn span.c-inner .veol span.inline-item.inline-item-before > span.btn-share.off::after, .veol .asset-flag a.btn-share, .asset-flag .veol a.btn-share {
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-share-bleu-moyen.svg");
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: 35%;
}
.veol .btn-tb.btn-share:hover, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-share.off:hover::after, .ratings-like button.btn span.c-inner .veol span.inline-item.inline-item-before > span.btn-share.off:hover::after, .veol .asset-flag a.btn-share:hover, .asset-flag .veol a.btn-share:hover, .veol .btn-tb.btn-share.active, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-share.active.off::after, .ratings-like button.btn span.c-inner .veol span.inline-item.inline-item-before > span.btn-share.active.off::after, .veol .asset-flag a.btn-share.active, .asset-flag .veol a.btn-share.active {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-share-blanc.svg");
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: 35%;
}
.erdf .btn-tb.btn-share, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-share.off::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-share.off::after, .erdf .asset-flag a.btn-share, .asset-flag .erdf a.btn-share {
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-share-bleu-fonce.svg");
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: 35%;
}
.erdf .btn-tb.btn-share:hover, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-share.off:hover::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-share.off:hover::after, .erdf .asset-flag a.btn-share:hover, .asset-flag .erdf a.btn-share:hover, .erdf .btn-tb.btn-share.active, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-share.active.off::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-share.active.off::after, .erdf .asset-flag a.btn-share.active, .asset-flag .erdf a.btn-share.active {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-share-blanc.svg");
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: 35%;
}
.veol .btn-neg .btn-tb.btn-share, .veol .btn-neg .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-share.off::after, .ratings-like button.btn span.c-inner .veol .btn-neg span.inline-item.inline-item-before > span.btn-share.off::after, .veol .btn-neg .asset-flag a.btn-share, .asset-flag .veol .btn-neg a.btn-share {
  background-color: #1057C8;
  text-indent: -9999px;
  border-radius: 50%;
  border: solid 1px white;
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-share-blanc.svg");
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: 35%;
}
.veol .btn-neg .btn-tb.btn-share:hover, .veol .btn-neg .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-share.off:hover::after, .ratings-like button.btn span.c-inner .veol .btn-neg span.inline-item.inline-item-before > span.btn-share.off:hover::after, .veol .btn-neg .asset-flag a.btn-share:hover, .asset-flag .veol .btn-neg a.btn-share:hover, .veol .btn-neg .btn-tb.btn-share.active, .veol .btn-neg .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-share.active.off::after, .ratings-like button.btn span.c-inner .veol .btn-neg span.inline-item.inline-item-before > span.btn-share.active.off::after, .veol .btn-neg .asset-flag a.btn-share.active, .asset-flag .veol .btn-neg a.btn-share.active {
  background-color: white;
}
.veol .btn-neg .btn-tb.btn-share:hover, .veol .btn-neg .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-share.off:hover::after, .ratings-like button.btn span.c-inner .veol .btn-neg span.inline-item.inline-item-before > span.btn-share.off:hover::after, .veol .btn-neg .asset-flag a.btn-share:hover, .asset-flag .veol .btn-neg a.btn-share:hover, .veol .btn-neg .btn-tb.btn-share.active, .veol .btn-neg .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-share.active.off::after, .ratings-like button.btn span.c-inner .veol .btn-neg span.inline-item.inline-item-before > span.btn-share.active.off::after, .veol .btn-neg .asset-flag a.btn-share.active, .asset-flag .veol .btn-neg a.btn-share.active {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-share-bleu-moyen.svg");
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: 35%;
}
.erdf .btn-neg .btn-tb.btn-share, .erdf .btn-neg .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-share.off::after, .ratings-like button.btn span.c-inner .erdf .btn-neg span.inline-item.inline-item-before > span.btn-share.off::after, .erdf .btn-neg .asset-flag a.btn-share, .asset-flag .erdf .btn-neg a.btn-share {
  background-color: #1423DC;
  text-indent: -9999px;
  border-radius: 50%;
  border: solid 1px white;
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-share-blanc.svg");
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: 35%;
}
.erdf .btn-neg .btn-tb.btn-share:hover, .erdf .btn-neg .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-share.off:hover::after, .ratings-like button.btn span.c-inner .erdf .btn-neg span.inline-item.inline-item-before > span.btn-share.off:hover::after, .erdf .btn-neg .asset-flag a.btn-share:hover, .asset-flag .erdf .btn-neg a.btn-share:hover, .erdf .btn-neg .btn-tb.btn-share.active, .erdf .btn-neg .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-share.active.off::after, .ratings-like button.btn span.c-inner .erdf .btn-neg span.inline-item.inline-item-before > span.btn-share.active.off::after, .erdf .btn-neg .asset-flag a.btn-share.active, .asset-flag .erdf .btn-neg a.btn-share.active {
  background-color: white;
}
.erdf .btn-neg .btn-tb.btn-share:hover, .erdf .btn-neg .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-share.off:hover::after, .ratings-like button.btn span.c-inner .erdf .btn-neg span.inline-item.inline-item-before > span.btn-share.off:hover::after, .erdf .btn-neg .asset-flag a.btn-share:hover, .asset-flag .erdf .btn-neg a.btn-share:hover, .erdf .btn-neg .btn-tb.btn-share.active, .erdf .btn-neg .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-share.active.off::after, .ratings-like button.btn span.c-inner .erdf .btn-neg span.inline-item.inline-item-before > span.btn-share.active.off::after, .erdf .btn-neg .asset-flag a.btn-share.active, .asset-flag .erdf .btn-neg a.btn-share.active {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-share-bleu-fonce.svg");
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: 35%;
}
.veol .utile .btn-tb.btn-share, .veol .utile .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-share.off::after, .ratings-like button.btn span.c-inner .veol .utile span.inline-item.inline-item-before > span.btn-share.off::after, .veol .utile .asset-flag a.btn-share, .asset-flag .veol .utile a.btn-share, .erdf .utile .btn-tb.btn-share, .erdf .utile .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-share.off::after, .ratings-like button.btn span.c-inner .erdf .utile span.inline-item.inline-item-before > span.btn-share.off::after, .erdf .utile .asset-flag a.btn-share, .asset-flag .erdf .utile a.btn-share {
  width: 1.875rem;
  height: 1.875rem;
}
.veol .btn-tb.btn-star, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-star.off::after, .ratings-like button.btn span.c-inner .veol span.inline-item.inline-item-before > span.btn-star.off::after, .veol .asset-flag a.btn-star, .asset-flag .veol a.btn-star {
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-star-bleu-moyen.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 57%;
}
.veol .btn-tb.btn-star:hover, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-star.off:hover::after, .ratings-like button.btn span.c-inner .veol span.inline-item.inline-item-before > span.btn-star.off:hover::after, .veol .asset-flag a.btn-star:hover, .asset-flag .veol a.btn-star:hover, .veol .btn-tb.btn-star.active, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-star.active.off::after, .ratings-like button.btn span.c-inner .veol span.inline-item.inline-item-before > span.btn-star.active.off::after, .veol .asset-flag a.btn-star.active, .asset-flag .veol a.btn-star.active {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-star-blanc.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 57%;
}
.erdf .btn-tb.btn-star, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-star.off::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-star.off::after, .erdf .asset-flag a.btn-star, .asset-flag .erdf a.btn-star {
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-star-bleu-fonce.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 57%;
}
.erdf .btn-tb.btn-star:hover, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-star.off:hover::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-star.off:hover::after, .erdf .asset-flag a.btn-star:hover, .asset-flag .erdf a.btn-star:hover, .erdf .btn-tb.btn-star.active, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-star.active.off::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-star.active.off::after, .erdf .asset-flag a.btn-star.active, .asset-flag .erdf a.btn-star.active {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-star-blanc.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 57%;
}
.veol .utile .btn-tb.btn-star, .veol .utile .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-star.off::after, .ratings-like button.btn span.c-inner .veol .utile span.inline-item.inline-item-before > span.btn-star.off::after, .veol .utile .asset-flag a.btn-star, .asset-flag .veol .utile a.btn-star, .erdf .utile .btn-tb.btn-star, .erdf .utile .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-star.off::after, .ratings-like button.btn span.c-inner .erdf .utile span.inline-item.inline-item-before > span.btn-star.off::after, .erdf .utile .asset-flag a.btn-star, .asset-flag .erdf .utile a.btn-star {
  width: 30px;
  height: 30px;
}
.btn-tb.btn-bookmark, .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-bookmark.off::after, .asset-flag a.btn-bookmark {
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-star-bleu-moyen.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 48%;
}
.btn-tb.btn-bookmark:hover, .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-bookmark.off:hover::after, .asset-flag a.btn-bookmark:hover, .btn-tb.btn-bookmark.active, .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-bookmark.active.off::after, .asset-flag a.btn-bookmark.active {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-star-white.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 48%;
}
.btn-tb.btn-print, .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-print.off::after, .asset-flag a.btn-print {
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-print-bleu-moyen.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 48%;
}
.btn-tb.btn-print:hover, .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-print.off:hover::after, .asset-flag a.btn-print:hover, .btn-tb.btn-print.active, .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-print.active.off::after, .asset-flag a.btn-print.active {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/EDF-ICONS-PRINT-white.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 48%;
}
.erdf .btn-tb.btn-print, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-print.off::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-print.off::after, .erdf .asset-flag a.btn-print, .asset-flag .erdf a.btn-print {
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/enedis-ICONS-PRINT-orange.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 48%;
}
.erdf .btn-tb.btn-print:hover, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-print.off:hover::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-print.off:hover::after, .erdf .asset-flag a.btn-print:hover, .asset-flag .erdf a.btn-print:hover, .erdf .btn-tb.btn-print.active, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-print.active.off::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-print.active.off::after, .erdf .asset-flag a.btn-print.active, .asset-flag .erdf a.btn-print.active {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/EDF-ICONS-PRINT-white.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 48%;
}
.veol .btn-tb.btn-report-accessibility, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-report-accessibility.off::after, .ratings-like button.btn span.c-inner .veol span.inline-item.inline-item-before > span.btn-report-accessibility.off::after, .veol .asset-flag a.btn-report-accessibility, .asset-flag .veol a.btn-report-accessibility {
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-a11y-bleu-moyen.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 48%;
}
.veol .btn-tb.btn-report-accessibility:hover, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-report-accessibility.off:hover::after, .ratings-like button.btn span.c-inner .veol span.inline-item.inline-item-before > span.btn-report-accessibility.off:hover::after, .veol .asset-flag a.btn-report-accessibility:hover, .asset-flag .veol a.btn-report-accessibility:hover, .veol .btn-tb.btn-report-accessibility.active, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-report-accessibility.active.off::after, .ratings-like button.btn span.c-inner .veol span.inline-item.inline-item-before > span.btn-report-accessibility.active.off::after, .veol .asset-flag a.btn-report-accessibility.active, .asset-flag .veol a.btn-report-accessibility.active {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-a11y-blanc.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 48%;
}
.erdf .btn-tb.btn-report-accessibility, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-report-accessibility.off::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-report-accessibility.off::after, .erdf .asset-flag a.btn-report-accessibility, .asset-flag .erdf a.btn-report-accessibility {
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-a11y-bleu-fonce.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 48%;
}
.erdf .btn-tb.btn-report-accessibility:hover, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-report-accessibility.off:hover::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-report-accessibility.off:hover::after, .erdf .asset-flag a.btn-report-accessibility:hover, .asset-flag .erdf a.btn-report-accessibility:hover, .erdf .btn-tb.btn-report-accessibility.active, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-report-accessibility.active.off::after, .ratings-like button.btn span.c-inner .erdf span.inline-item.inline-item-before > span.btn-report-accessibility.active.off::after, .erdf .asset-flag a.btn-report-accessibility.active, .asset-flag .erdf a.btn-report-accessibility.active {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-a11y-blanc.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 48%;
}
.btn-tb.btn-info, .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-info.off::after, .asset-flag a.btn-info {
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-infos-bleu-moyen.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.btn-tb.btn-info:hover, .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-info.off:hover::after, .asset-flag a.btn-info:hover, .btn-tb.btn-info.active, .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.btn-info.active.off::after, .asset-flag a.btn-info.active {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-infos-blanc.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

.btn-information {
  display: inline-block;
  width: auto;
  height: 28px;
  min-width: 30.8px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-info.svg");
  background-repeat: no-repeat;
  background-size: auto 28px;
  background-position: center;
}
.btn-information:hover {
  display: inline-block;
  width: auto;
  height: 28px;
  min-width: 30.8px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-info-hover.svg");
  background-repeat: no-repeat;
  background-size: auto 28px;
  background-position: center;
}
.veol .btn-information {
  display: inline-block;
  width: auto;
  height: 28px;
  min-width: 30.8px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-info.svg");
  background-repeat: no-repeat;
  background-size: auto 28px;
  background-position: center;
}
.veol .btn-information:hover {
  display: inline-block;
  width: auto;
  height: 28px;
  min-width: 30.8px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-info-hover.svg");
  background-repeat: no-repeat;
  background-size: auto 28px;
  background-position: center;
}
.erdf .btn-information {
  display: inline-block;
  width: auto;
  height: 28px;
  min-width: 30.8px;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-info.svg");
  background-repeat: no-repeat;
  background-size: auto 28px;
  background-position: center;
}
.erdf .btn-information:hover {
  display: inline-block;
  width: auto;
  height: 28px;
  min-width: 30.8px;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-info-hover.svg");
  background-repeat: no-repeat;
  background-size: auto 28px;
  background-position: center;
}

.bt-rss {
  top: -2px;
  display: inline-block;
  position: relative;
}
.veol .bt-rss .subscribe {
  cursor: pointer;
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-notif-bleu-moyen.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 50% 30%;
}
.veol .bt-rss .subscribe:hover, .veol .bt-rss .subscribe.active {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-notif-white.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 50% 30%;
}
.veol .bt-rss .subscribe:hover {
  background-color: #1057C8;
}
.veol .bt-rss .unsubscribe {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-notif-white.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 50% 30%;
  background-color: #1057C8;
}
.erdf .bt-rss .subscribe {
  cursor: pointer;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-notif-bleu-fonce.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 50% 40%;
}
.erdf .bt-rss .subscribe:hover, .erdf .bt-rss .subscribe.active {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-notif-blanc.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 50% 40%;
}
.erdf .bt-rss .subscribe:hover {
  background-color: #1423DC;
}
.erdf .bt-rss .unsubscribe {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-notif-white.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 50% 30%;
  background-color: #1423DC;
}
.bt-rss .subscribe::before,
.bt-rss .unsubscribe::before {
  content: "";
}

.erdf .signaler-abus span {
  display: inline-block;
  position: relative;
}
.erdf .signaler-abus span > a {
  float: left;
}

.asset-flag {
  text-indent: 0;
  display: inline-block;
  float: none;
}
.asset-flag .icon-flag {
  display: none;
}
.asset-flag a {
  width: 2rem;
  height: 2rem;
  display: block;
  font-size: 0;
  vertical-align: top;
}

.ratings-like {
  display: inline-block;
  height: 2rem;
}
.ratings-like button.btn {
  font-weight: normal;
  font-size: 1em;
  color: black;
  padding: 0;
  border-radius: 0;
  overflow: visible;
  height: inherit;
  width: inherit;
}
.ratings-like button.btn.btn-outline-secondary:hover {
  background-color: transparent;
  text-decoration: none !important;
}
.ratings-like button.btn span.c-inner {
  flex-direction: row-reverse;
  margin: 0;
}
.ratings-like button.btn span.c-inner span.inline-item.inline-item-before {
  margin: 0;
}
.ratings-like button.btn span.c-inner span.inline-item.inline-item-before .lexicon-icon {
  display: none;
}
.ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span::after {
  content: "";
  position: relative;
  top: 0;
  left: 0;
}
.veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.on::after, .veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off:hover::after {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-like-blanc.svg");
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: 50%;
}
.erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.on::after, .erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off:hover::after {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-like-blanc.svg");
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: 50%;
}
.ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off {
  opacity: 1;
}
.veol .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off::after {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-like-bleu-moyen.svg");
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: 50%;
}
.erdf .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off::after {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-like-bleu-fonce.svg");
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: 50%;
}
.ratings-small .ratings-like {
  display: inline-block;
  height: 20px;
  height: 2rem;
}
.ratings-small .ratings-like button.btn {
  font-weight: normal;
  font-size: 1em;
  color: black;
  padding: 0;
  border-radius: 0;
  overflow: visible;
  height: inherit;
  width: inherit;
}
.ratings-small .ratings-like button.btn.btn-outline-secondary:hover {
  background-color: transparent;
  text-decoration: none !important;
}
.ratings-small .ratings-like button.btn span.c-inner {
  flex-direction: row-reverse;
  margin: 0;
}
.ratings-small .ratings-like button.btn span.c-inner span.inline-item.inline-item-before {
  margin: 0;
}
.ratings-small .ratings-like button.btn span.c-inner span.inline-item.inline-item-before .lexicon-icon {
  display: none;
}
.ratings-small .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span::after {
  content: "";
  position: relative;
  top: 0;
  left: 0;
}
.veol .ratings-small .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.on::after, .veol .ratings-small .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off:hover::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-like-blanc.svg");
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: 50%;
}
.erdf .ratings-small .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.on::after, .erdf .ratings-small .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off:hover::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-like-blanc.svg");
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: 50%;
}
.ratings-small .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off {
  opacity: 1;
}
.veol .ratings-small .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-like-bleu-moyen.svg");
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: 50%;
}
.erdf .ratings-small .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-like-bleu-fonce.svg");
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: 50%;
}

/* 2023/2025 > boutons like dans :
    - mon réseau
    - conversations
    - hashtags
*/
.flux-activites-list.flux-reseau .ratings-like button.btn .counter,
.flux-activites-list.flux-echanges-list .ratings-like button.btn .counter,
.hashtags .ratings-like button.btn .counter {
  font-size: 0.75rem;
}
.flux-activites-list.flux-reseau .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span::after, .flux-activites-list.flux-reseau .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span:hover::after,
.flux-activites-list.flux-echanges-list .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span::after,
.flux-activites-list.flux-echanges-list .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span:hover::after,
.hashtags .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span::after,
.hashtags .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span:hover::after {
  background-color: transparent;
  border: none;
}
.veol .flux-activites-list.flux-reseau .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.on::after, .veol .flux-activites-list.flux-reseau .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off:hover::after,
.veol .flux-activites-list.flux-echanges-list .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.on::after,
.veol .flux-activites-list.flux-echanges-list .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off:hover::after,
.veol .hashtags .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.on::after,
.veol .hashtags .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off:hover::after {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-like-bleu-moyen.svg");
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: 50%;
}
.erdf .flux-activites-list.flux-reseau .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.on::after, .erdf .flux-activites-list.flux-reseau .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off:hover::after,
.erdf .flux-activites-list.flux-echanges-list .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.on::after,
.erdf .flux-activites-list.flux-echanges-list .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off:hover::after,
.erdf .hashtags .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.on::after,
.erdf .hashtags .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off:hover::after {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-like-bleu-fonce.svg");
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: 50%;
}
.flux-activites-list.flux-reseau .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off,
.flux-activites-list.flux-echanges-list .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off,
.hashtags .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off {
  opacity: 1;
}
.veol .flux-activites-list.flux-reseau .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off::after,
.veol .flux-activites-list.flux-echanges-list .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off::after,
.veol .hashtags .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off::after {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-like-filet-bleu.svg");
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: 50%;
}
.erdf .flux-activites-list.flux-reseau .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off::after,
.erdf .flux-activites-list.flux-echanges-list .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off::after,
.erdf .hashtags .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off::after {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-like-filet-bleu.svg");
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: 50%;
}
.flux-activites-list.flux-reseau .ratings-like button.btn span.c-inner span.inline-item.likes,
.flux-activites-list.flux-echanges-list .ratings-like button.btn span.c-inner span.inline-item.likes,
.hashtags .ratings-like button.btn span.c-inner span.inline-item.likes {
  margin-top: 0;
}
.flux-activites-list.flux-reseau .ratings-small .ratings-like button.btn .counter,
.flux-activites-list.flux-echanges-list .ratings-small .ratings-like button.btn .counter,
.hashtags .ratings-small .ratings-like button.btn .counter {
  font-size: 0.75rem;
}
.flux-activites-list.flux-reseau .ratings-small .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span::after, .flux-activites-list.flux-reseau .ratings-small .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span:hover::after,
.flux-activites-list.flux-echanges-list .ratings-small .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span::after,
.flux-activites-list.flux-echanges-list .ratings-small .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span:hover::after,
.hashtags .ratings-small .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span::after,
.hashtags .ratings-small .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span:hover::after {
  background-color: transparent;
  border: none;
  position: relative;
  top: 1px;
}
.flux-activites-list.flux-reseau .ratings-small .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.on::after, .flux-activites-list.flux-reseau .ratings-small .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off:hover::after,
.flux-activites-list.flux-echanges-list .ratings-small .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.on::after,
.flux-activites-list.flux-echanges-list .ratings-small .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off:hover::after,
.hashtags .ratings-small .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.on::after,
.hashtags .ratings-small .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off:hover::after {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-like-small-gris.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50%;
}
.flux-activites-list.flux-reseau .ratings-small .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off,
.flux-activites-list.flux-echanges-list .ratings-small .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off,
.hashtags .ratings-small .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off {
  opacity: 1;
}
.flux-activites-list.flux-reseau .ratings-small .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off::after,
.flux-activites-list.flux-echanges-list .ratings-small .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off::after,
.hashtags .ratings-small .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off::after {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-like-small-filet-gris.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50%;
}

.isDisabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.ie .isDisabled > div, .ie .isDisabled > a, .ie .isDisabled > button {
  opacity: 0.8;
}
.isDisabled a,
.isDisabled input[type=submit],
.isDisabled button {
  color: grey;
  display: inline-block;
  /* For IE11/ MS Edge bug */
  pointer-events: none;
  text-decoration: none;
}

.linkDisabled {
  opacity: 0.5;
  pointer-events: none;
  text-decoration: none;
}
.ie .linkDisabled {
  cursor: not-allowed;
}
.ie .linkDisabled:hover {
  text-decoration: none;
}

.bookmark-wrapper span {
  display: inline-block;
  position: relative;
  top: 1px;
}

.btn-edit {
  vertical-align: top;
}
.btn-edit:not(.btn-medium) {
  cursor: pointer;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/pencil-tool.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 48%;
}
.btn-edit:not(.btn-medium):hover, .btn-edit:not(.btn-medium).active {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/pencil-tool-hover.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 48%;
}
.btn-edit:not(.btn-medium).positif {
  cursor: pointer;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/pencil-tool-bleu.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 48%;
}
.btn-edit:not(.btn-medium).positif:hover, .btn-edit:not(.btn-medium).positif.active {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/pencil-tool-hover.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 48%;
}
.btn-edit.btn-medium:not(.positif) {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/pencil-tool.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 48%;
}
.btn-edit.btn-medium:not(.positif):hover, .btn-edit.btn-medium:not(.positif).active {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/pencil-tool-hover.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 48%;
}
.btn-edit.btn-medium.positif {
  text-decoration: none;
}
.veol .btn-edit.btn-medium.positif {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/pencil-tool-bleu.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 48%;
}
.veol .btn-edit.btn-medium.positif:hover, .veol .btn-edit.btn-medium.positif.active {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/pencil-tool-hover.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 48%;
}
.erdf .btn-edit.btn-medium.positif {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/pencil-tool-bleu.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 48%;
}
.erdf .btn-edit.btn-medium.positif:hover, .erdf .btn-edit.btn-medium.positif.active {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/pencil-tool-bleu.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 48%;
}

.edit_q,
.delete_q {
  padding-left: 14px;
  font-size: 10px;
  display: inline-block;
  padding-top: 3px;
  cursor: pointer;
}

.edit_q {
  background-image: url("/o/veol-2018-theme/images/ico/ico-pen.png");
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: left;
}

.delete_q {
  background-image: url("/o/veol-2018-theme/images/ico/ico-trash.png");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: left;
}

.btn-mailto:not(.btn-tb) {
  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'%20d='M448%2064H64C28.7%2064%200%2092.7%200%20128v256c0%2035.3%2028.7%2064%2064%2064h384c35.3%200%2064-28.7%2064-64V128c0-35.3-28.7-64-64-64zm-32%2064L275.2%20233.6c-11.3%208.5-27.1%208.5-38.4%200L96%20128h320zM64%20384V184l134.4%20100.8c33.1%2025.2%2077.1%2026.2%20115.2%200L448%20184v200H64z'%20fill='%231057C8'/%3E%3C/svg%3E");
  background-size: contain;
  height: 20px;
  width: 20px;
  text-indent: -9999px;
  display: inline-block;
}
.btn-mailto:not(.btn-tb):hover, .btn-mailto:not(.btn-tb):active {
  text-decoration: none;
}

.btn-pj {
  display: inline-block;
  width: auto;
  height: 30px;
  min-width: 33px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/EDF-ICONS-TROMBONE.svg");
  background-repeat: no-repeat;
  background-size: auto 30px;
  background-position: center;
}
.erdf .btn-pj {
  display: inline-block;
  width: auto;
  height: 30px;
  min-width: 33px;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ERDF-ICONS-TROMBONE.svg");
  background-repeat: no-repeat;
  background-size: auto 30px;
  background-position: center;
}

.btn-camera {
  display: inline-block;
  width: auto;
  height: 30px;
  min-width: 33px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/photo-camera.svg");
  background-repeat: no-repeat;
  background-size: auto 30px;
  background-position: center;
}

.veol .btn-fleche {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/EDF-ICONS-ARROW-DOWN-orange.svg");
  background-repeat: no-repeat;
  background-size: 45% auto;
  background-position: 50% 60%;
}
.veol .btn-fleche:hover, .veol .btn-fleche.active {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/EDF-ICONS-ARROW-DOWN-white.svg");
  background-repeat: no-repeat;
  background-size: 45% auto;
  background-position: 50% 60%;
}
.erdf .btn-fleche {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-fleche-bas-bleu-fonce.svg");
  background-repeat: no-repeat;
  background-size: 45% auto;
  background-position: 50% 60%;
}
.erdf .btn-fleche:hover, .erdf .btn-fleche.active {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-fleche-bas-blanc.svg");
  background-repeat: no-repeat;
  background-size: 45% auto;
  background-position: 50% 60%;
}

.veol .btn-notif {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/EDF-ICONS-NOTIF-orange.svg");
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: 50%;
}
.veol .btn-notif:hover, .veol .btn-notif.active {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/EDF-ICONS-NOTIF-white.svg");
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: 50%;
}
.erdf .btn-notif {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-cloche-bleu-fonce.svg");
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: 50%;
}
.erdf .btn-notif:hover, .erdf .btn-notif.active {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-cloche-blanc.svg");
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: 50%;
}

.btn-search-loupe {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-search-loupe-white.svg");
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: 50%;
}
.btn-search-loupe:hover, .btn-search-loupe.active {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-search-loupe-orange.svg");
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: 50%;
}

.btn-close {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-close-white.svg");
  background-repeat: no-repeat;
  background-size: 40% auto;
  background-position: 50%;
}
.btn-close:hover, .btn-close.active {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-close-bleu.svg");
  background-repeat: no-repeat;
  background-size: 40% auto;
  background-position: 50%;
}

.btn-positif.btn-with-close .ico-close {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-close-bleu.svg");
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: 80% 60%;
}
.btn-positif.btn-with-close:hover .ico-close {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-close-white.svg");
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: 80% 60%;
}

.btn-configurer {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/EDF-ICONS-GEAR.svg");
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: 50%;
}
.btn-configurer:hover, .btn-configurer.active {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/EDF-ICONS-GEAR-hover.svg");
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: 50%;
}

.btn-configurer-masquer {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/EDF-ICONS-GEAR-masquer.svg");
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: 50%;
}
.btn-configurer-masquer:hover, .btn-configurer-masquer.active {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/EDF-ICONS-GEAR-masquer-hover.svg");
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: 50%;
}

.btn-count_habilitations {
  font-size: 1rem;
  font-weight: 600;
  display: inline-flex;
  margin-left: 0.375rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  text-align: center;
  background-color: white;
  align-items: center;
  justify-content: center;
}
.btn-count_habilitations, .btn-count_habilitations:hover {
  text-decoration: none;
}

.button-abonnement {
  position: relative;
  display: inline-block;
}
.button-abonnement .btn {
  white-space: normal;
}
.erdf .button-abonnement .btn.btn-white {
  color: #007aa7;
  border: solid 1px #007aa7;
  background-color: transparent;
}
.erdf .button-abonnement .btn.btn-white:hover, .erdf .button-abonnement .btn.btn-white:focus {
  color: white;
  border: solid 1px #007aa7;
  background-color: #007aa7;
  outline: 0;
  text-decoration: underline;
}
.erdf .button-abonnement .btn.btn-white:focus-visible {
  color: white;
  border: solid 1px #007aa7;
  background-color: #007aa7;
  outline: 0;
}

.btn-logout {
  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%20lx-logout-1'%20d='M256%20256c17.6%200%2032-14.4%2032-32V32c0-17.6-14.4-32-32-32s-32%2014.4-32%2032v192c0%2017.6%2014.4%2032%2032%2032z'%20fill='%23ffffff'/%3E%3Cpath%20class='lexicon-icon-outline%20lx-logout-2'%20d='M459.834%20164.518c-12.916-28.269-31.25-53.15-54.493-73.954-13.169-11.787-33.399-10.667-45.185%202.502s-10.666%2033.399%202.502%2045.186c16.628%2014.883%2029.738%2032.668%2038.965%2052.864%209.54%2020.879%2014.377%2043.215%2014.377%2066.389%200%2042.738-16.643%2082.917-46.863%20113.137s-70.4%2046.863-113.137%2046.863c-42.738%200-82.917-16.643-113.137-46.863S96%20300.242%2096%20257.505c0-23.175%204.837-45.512%2014.377-66.392%209.228-20.197%2022.337-37.983%2038.965-52.865%2013.168-11.787%2014.289-32.017%202.502-45.185s-32.017-14.289-45.185-2.502c-23.243%2020.803-41.577%2045.686-54.493%2073.956-13.38%2029.286-20.165%2060.572-20.165%2092.988%200%2030.226%205.927%2059.564%2017.616%2087.201%2011.284%2026.678%2027.43%2050.63%2047.992%2071.191s44.513%2036.709%2071.191%2047.992c27.637%2011.69%2056.975%2017.616%2087.201%2017.616s59.565-5.927%2087.2-17.616c26.678-11.284%2050.63-27.43%2071.192-47.992s36.708-44.513%2047.991-71.191C474.074%20317.069%20480%20287.731%20480%20257.505c0-32.416-6.784-63.702-20.166-92.987z'%20fill='%23ffffff'/%3E%3C/svg%3E");
  background-size: contain;
  height: 30px;
  width: 30px;
  text-indent: -9999px;
  display: inline-block;
}
.btn-logout:hover, .btn-logout:active {
  text-decoration: none;
}
.btn-logout:hover {
  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%20lx-logout-1'%20d='M256%20256c17.6%200%2032-14.4%2032-32V32c0-17.6-14.4-32-32-32s-32%2014.4-32%2032v192c0%2017.6%2014.4%2032%2032%2032z'%20fill='%23D6430A'/%3E%3Cpath%20class='lexicon-icon-outline%20lx-logout-2'%20d='M459.834%20164.518c-12.916-28.269-31.25-53.15-54.493-73.954-13.169-11.787-33.399-10.667-45.185%202.502s-10.666%2033.399%202.502%2045.186c16.628%2014.883%2029.738%2032.668%2038.965%2052.864%209.54%2020.879%2014.377%2043.215%2014.377%2066.389%200%2042.738-16.643%2082.917-46.863%20113.137s-70.4%2046.863-113.137%2046.863c-42.738%200-82.917-16.643-113.137-46.863S96%20300.242%2096%20257.505c0-23.175%204.837-45.512%2014.377-66.392%209.228-20.197%2022.337-37.983%2038.965-52.865%2013.168-11.787%2014.289-32.017%202.502-45.185s-32.017-14.289-45.185-2.502c-23.243%2020.803-41.577%2045.686-54.493%2073.956-13.38%2029.286-20.165%2060.572-20.165%2092.988%200%2030.226%205.927%2059.564%2017.616%2087.201%2011.284%2026.678%2027.43%2050.63%2047.992%2071.191s44.513%2036.709%2071.191%2047.992c27.637%2011.69%2056.975%2017.616%2087.201%2017.616s59.565-5.927%2087.2-17.616c26.678-11.284%2050.63-27.43%2071.192-47.992s36.708-44.513%2047.991-71.191C474.074%20317.069%20480%20287.731%20480%20257.505c0-32.416-6.784-63.702-20.166-92.987z'%20fill='%23D6430A'/%3E%3C/svg%3E");
  background-size: contain;
  height: 30px;
  width: 30px;
  text-indent: -9999px;
  display: inline-block;
}
.btn-logout:hover:hover, .btn-logout:hover:active {
  text-decoration: none;
}

.btn_morecomments {
  text-align: center;
}

.btn-aide {
  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'%20d='M256%200C114.63%200%200%20114.6%200%20256c0%20141.37%20114.629%20256%20256%20256s256-114.63%20256-256C512%20114.6%20397.37%200%20256%200zm13.605%20360.769c-4.974%204.827-10.913%207.226-17.876%207.226s-12.873-2.428-17.73-7.226c-4.857-4.827-7.285-10.708-7.285-17.613%200-6.933%202.428-12.844%207.285-17.788%204.857-4.915%2010.767-7.402%2017.73-7.402s12.932%202.457%2017.876%207.402c4.945%204.945%207.431%2010.854%207.431%2017.788%200%206.905-2.457%2012.786-7.431%2017.613zm51.433-128.263c-5.705%208.923-13.283%2016.735-22.791%2023.464l-12.99%209.128c-5.5%203.979-9.714%208.455-12.668%2013.37-2.955%204.945-4.447%2010.649-4.447%2017.145v1.901H233.94c-.439-2.106-.731-4.184-.936-6.291s-.321-4.301-.321-6.612c0-8.397%201.901-16.413%205.705-24.079s10.24-14.834%2019.309-21.563l15.185-11.322c9.07-6.7%2013.605-15.009%2013.605-24.869%200-3.57-.644-7.08-1.901-10.533s-3.219-6.495-5.851-9.128c-2.633-2.633-5.969-4.71-9.977-6.291s-8.66-2.369-13.927-2.369c-5.705%200-10.561%201.054-14.571%203.16s-7.343%204.769-9.977%208.017c-2.633%203.247-4.594%207.022-5.851%2011.322s-1.901%208.66-1.901%2013.049c0%204.213.41%207.548%201.258%2010.065l-39.877-1.58a38.076%2038.076%200%200%201-1.258-7.08%2083.41%2083.41%200%200%201-.321-7.08c0-8.397%201.58-16.619%204.74-24.693s7.812-15.214%2013.927-21.416c6.114-6.173%2013.663-11.176%2022.645-14.951s19.368-5.676%2031.188-5.676c12.229%200%2022.996%201.785%2032.3%205.355%209.274%203.57%2017.087%208.25%2023.435%2014.014%206.319%205.764%2011.089%2012.434%2014.248%2019.982s4.74%2015.331%204.74%2023.289c.058%2012.581-2.809%2023.347-8.514%2032.27z'%20fill='%23ffffff'/%3E%3C/svg%3E");
  background-size: contain;
  height: 30px;
  width: 30px;
  text-indent: -9999px;
  display: inline-block;
}
.btn-aide:hover, .btn-aide:active {
  text-decoration: none;
}
.btn-aide:hover {
  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'%20d='M256%200C114.63%200%200%20114.6%200%20256c0%20141.37%20114.629%20256%20256%20256s256-114.63%20256-256C512%20114.6%20397.37%200%20256%200zm13.605%20360.769c-4.974%204.827-10.913%207.226-17.876%207.226s-12.873-2.428-17.73-7.226c-4.857-4.827-7.285-10.708-7.285-17.613%200-6.933%202.428-12.844%207.285-17.788%204.857-4.915%2010.767-7.402%2017.73-7.402s12.932%202.457%2017.876%207.402c4.945%204.945%207.431%2010.854%207.431%2017.788%200%206.905-2.457%2012.786-7.431%2017.613zm51.433-128.263c-5.705%208.923-13.283%2016.735-22.791%2023.464l-12.99%209.128c-5.5%203.979-9.714%208.455-12.668%2013.37-2.955%204.945-4.447%2010.649-4.447%2017.145v1.901H233.94c-.439-2.106-.731-4.184-.936-6.291s-.321-4.301-.321-6.612c0-8.397%201.901-16.413%205.705-24.079s10.24-14.834%2019.309-21.563l15.185-11.322c9.07-6.7%2013.605-15.009%2013.605-24.869%200-3.57-.644-7.08-1.901-10.533s-3.219-6.495-5.851-9.128c-2.633-2.633-5.969-4.71-9.977-6.291s-8.66-2.369-13.927-2.369c-5.705%200-10.561%201.054-14.571%203.16s-7.343%204.769-9.977%208.017c-2.633%203.247-4.594%207.022-5.851%2011.322s-1.901%208.66-1.901%2013.049c0%204.213.41%207.548%201.258%2010.065l-39.877-1.58a38.076%2038.076%200%200%201-1.258-7.08%2083.41%2083.41%200%200%201-.321-7.08c0-8.397%201.58-16.619%204.74-24.693s7.812-15.214%2013.927-21.416c6.114-6.173%2013.663-11.176%2022.645-14.951s19.368-5.676%2031.188-5.676c12.229%200%2022.996%201.785%2032.3%205.355%209.274%203.57%2017.087%208.25%2023.435%2014.014%206.319%205.764%2011.089%2012.434%2014.248%2019.982s4.74%2015.331%204.74%2023.289c.058%2012.581-2.809%2023.347-8.514%2032.27z'%20fill='%23D6430A'/%3E%3C/svg%3E");
  background-size: contain;
  height: 30px;
  width: 30px;
  text-indent: -9999px;
  display: inline-block;
}
.btn-aide:hover:hover, .btn-aide:hover:active {
  text-decoration: none;
}

.veol .portlet-blogs .lfr-discussion.lfr-discussion-container .btn.btn-outline-borderless.btn-outline-secondary.btn-sm,
.veol .taglib-discussion .lfr-discussion.lfr-discussion-container .btn.btn-outline-borderless.btn-outline-secondary.btn-sm {
  color: #1057C8;
  border: solid 1px #1057C8;
  background-color: transparent;
  text-decoration: none;
}
.veol .portlet-blogs .lfr-discussion.lfr-discussion-container .btn.btn-outline-borderless.btn-outline-secondary.btn-sm:hover, .veol .portlet-blogs .lfr-discussion.lfr-discussion-container .btn.btn-outline-borderless.btn-outline-secondary.btn-sm:focus,
.veol .taglib-discussion .lfr-discussion.lfr-discussion-container .btn.btn-outline-borderless.btn-outline-secondary.btn-sm:hover,
.veol .taglib-discussion .lfr-discussion.lfr-discussion-container .btn.btn-outline-borderless.btn-outline-secondary.btn-sm:focus {
  color: white;
  border: solid 1px #1057C8;
  background-color: #1057C8;
  outline: 0;
  text-decoration: underline;
}
.veol .portlet-blogs .lfr-discussion.lfr-discussion-container .btn.btn-outline-borderless.btn-outline-secondary.btn-sm:focus-visible,
.veol .taglib-discussion .lfr-discussion.lfr-discussion-container .btn.btn-outline-borderless.btn-outline-secondary.btn-sm:focus-visible {
  color: white;
  border: solid 1px #1057C8;
  background-color: #1057C8;
  outline: 0;
}
.erdf .portlet-blogs .lfr-discussion.lfr-discussion-container .btn.btn-outline-borderless.btn-outline-secondary.btn-sm,
.erdf .taglib-discussion .lfr-discussion.lfr-discussion-container .btn.btn-outline-borderless.btn-outline-secondary.btn-sm {
  color: #1423DC;
  border: solid 1px #1423DC;
  background-color: transparent;
  border-radius: 3px;
  text-decoration: none;
}
.erdf .portlet-blogs .lfr-discussion.lfr-discussion-container .btn.btn-outline-borderless.btn-outline-secondary.btn-sm:hover, .erdf .portlet-blogs .lfr-discussion.lfr-discussion-container .btn.btn-outline-borderless.btn-outline-secondary.btn-sm:focus,
.erdf .taglib-discussion .lfr-discussion.lfr-discussion-container .btn.btn-outline-borderless.btn-outline-secondary.btn-sm:hover,
.erdf .taglib-discussion .lfr-discussion.lfr-discussion-container .btn.btn-outline-borderless.btn-outline-secondary.btn-sm:focus {
  color: white;
  border: solid 1px #1423DC;
  background-color: #1423DC;
  outline: 0;
  text-decoration: underline;
}
.erdf .portlet-blogs .lfr-discussion.lfr-discussion-container .btn.btn-outline-borderless.btn-outline-secondary.btn-sm:focus-visible,
.erdf .taglib-discussion .lfr-discussion.lfr-discussion-container .btn.btn-outline-borderless.btn-outline-secondary.btn-sm:focus-visible {
  color: white;
  border: solid 1px #1423DC;
  background-color: #1423DC;
  outline: 0;
}
.portlet-blogs .lfr-discussion.lfr-discussion-container .ratings .btn.btn-outline-borderless.btn-outline-secondary.btn-sm,
.taglib-discussion .lfr-discussion.lfr-discussion-container .ratings .btn.btn-outline-borderless.btn-outline-secondary.btn-sm {
  border: none !important;
  background: none !important;
}
.veol .portlet-blogs .lfr-discussion.lfr-discussion-container .ratings .btn.btn-outline-borderless.btn-outline-secondary.btn-sm,
.veol .taglib-discussion .lfr-discussion.lfr-discussion-container .ratings .btn.btn-outline-borderless.btn-outline-secondary.btn-sm {
  color: #1057C8 !important;
}
.erdf .portlet-blogs .lfr-discussion.lfr-discussion-container .ratings .btn.btn-outline-borderless.btn-outline-secondary.btn-sm,
.erdf .taglib-discussion .lfr-discussion.lfr-discussion-container .ratings .btn.btn-outline-borderless.btn-outline-secondary.btn-sm {
  color: #1423DC !important;
}

.block-lien, .main-site .btn.btn-filtre,
.button-wrapper .btn.btn-filtre,
.modal-footer .btn.btn-filtre,
.button-holder .btn.btn-filtre,
.dialog-footer .btn.btn-filtre,
.popin-footer .btn.btn-filtre {
  display: inline-block;
}
.portlet-message-boards .btn-default {
  border-radius: 50px;
  background: #e65224;
  color: white;
  border-color: #e65224;
}
.portlet-message-boards .btn-default:hover {
  background: #c13f16;
  color: white;
  border-color: #c13f16;
}

.erdf .portlet-message-boards .btn-default {
  background: #00a3e0;
  color: white;
  border-color: #00a3e0;
}
.erdf .portlet-message-boards .btn-default:hover {
  background: #ac2c0c;
  color: white;
  border-color: #ac2c0c;
}

.erdf .btn.btn-filtre.active {
  color: white;
  background-color: #1423DC;
  border: solid 1px #1423DC;
}

.icon-first {
  position: relative;
  top: -3px;
  margin-right: 6px;
}

.btn-trash {
  text-decoration: none;
  color: #001A70;
  padding: 0 0 0 25px;
  background-color: transparent;
  border: none;
  font-size: 1rem;
}
.btn-trash:before {
  content: 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%20lx-trash-body-border'%20d='M64.4%20440.7c0%2039.3%2031.9%2071.3%2071.3%2071.3h240.6c39.3%200%2071.3-31.9%2071.3-71.3v-312H64.4v312zm63.8-248.1h255.5v231.7c0%2013.1-10.7%2023.8-23.8%2023.8H152c-13.1%200-23.8-10.7-23.8-23.8V192.6z'%20fill='%23001A70'/%3E%3Cpath%20class='lexicon-icon-outline%20lx-trash-lid'%20fill='%23001A70'%20d='M351.8%2032.9V0H160.2v32.9H64.4v63.2h383.2V32.9z'/%3E%3Cpath%20class='lexicon-icon-outline%20lx-trash-line-2'%20fill='%23001A70'%20d='M287.9%20223.6h63.9v191.6h-63.9z'/%3E%3Cpath%20class='lexicon-icon-outline%20lx-trash-line-1'%20fill='%23001A70'%20d='M160.2%20223.6h63.9v191.6h-63.9z'/%3E%3C/svg%3E");
  display: inline-block;
  width: 20px;
  height: 20px;
}
.btn-trash:hover {
  text-decoration: underline;
  color: #1057C8;
}
.btn-trash:hover:before {
  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%20lx-trash-body-border'%20d='M64.4%20440.7c0%2039.3%2031.9%2071.3%2071.3%2071.3h240.6c39.3%200%2071.3-31.9%2071.3-71.3v-312H64.4v312zm63.8-248.1h255.5v231.7c0%2013.1-10.7%2023.8-23.8%2023.8H152c-13.1%200-23.8-10.7-23.8-23.8V192.6z'%20fill='%231057C8'/%3E%3Cpath%20class='lexicon-icon-outline%20lx-trash-lid'%20fill='%231057C8'%20d='M351.8%2032.9V0H160.2v32.9H64.4v63.2h383.2V32.9z'/%3E%3Cpath%20class='lexicon-icon-outline%20lx-trash-line-2'%20fill='%231057C8'%20d='M287.9%20223.6h63.9v191.6h-63.9z'/%3E%3Cpath%20class='lexicon-icon-outline%20lx-trash-line-1'%20fill='%231057C8'%20d='M160.2%20223.6h63.9v191.6h-63.9z'/%3E%3C/svg%3E");
}

.btn-groupe {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(/o/veol-2018-theme/images/edf/events/btn_group.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-color: white;
  text-indent: -999px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 6px;
}
.btn-groupe:hover {
  background-position: 0 -25px;
}
.btn-groupe.user-icon.avatar-mini {
  background-position: 2px 2px;
}
.btn-groupe.user-icon.avatar-mini:hover {
  background-position: 2px -23px;
}
.btn-groupe.user-icon.avatar-small {
  background-position: 4px 4px;
  background-size: 30px auto;
}
.btn-groupe.user-icon.avatar-small:hover {
  background-position: 4px -26px;
}

.square-chevron {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}
.square-chevron:not(.carousel-chevron) {
  background-color: #1057C8;
}
.square-chevron:not(.carousel-chevron):hover, .square-chevron:not(.carousel-chevron):focus, .square-chevron:not(.carousel-chevron):focus-visible {
  background-color: #4d8cf1;
}
.square-chevron:not(.carousel-chevron):focus, .square-chevron:not(.carousel-chevron):focus-visible {
  outline: solid 1px #1057C8;
  outline-offset: 0.1875rem;
}
.square-chevron:not(.carousel-chevron).square-chevron-left::after {
  content: "";
  margin-top: 1.5rem;
  margin-left: 1.8rem;
  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'%20d='m136.8%20272.8%20201.7%20202.1c23.5%2023.1%2060-11.6%2036.1-35.2L191.7%20256l183-183.9c23.9-23.2-12.5-58.1-36-35.1L136.8%20239.2c-9.3%209.3-10.2%2023.6%200%2033.6z'%20fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  height: 16px;
  width: 16px;
  text-indent: -9999px;
  display: inline-block;
}
.square-chevron:not(.carousel-chevron).square-chevron-left::after:hover, .square-chevron:not(.carousel-chevron).square-chevron-left::after:active {
  text-decoration: none;
}
.square-chevron:not(.carousel-chevron).square-chevron-right::after {
  content: "";
  margin-top: 0.9375rem;
  margin-left: 1.125rem;
  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'%20d='M375.2%20239.2%20173.3%2037c-23.6-23-59.9%2011.9-36%2035.1l183%20183.9-182.9%20183.8c-24%2023.5%2012.5%2058.2%2036.1%2035.2l201.7-202.1c10.2-10.1%209.3-24.4%200-33.7z'%20fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  height: 16px;
  width: 16px;
  text-indent: -9999px;
  display: inline-block;
}
.square-chevron:not(.carousel-chevron).square-chevron-right::after:hover, .square-chevron:not(.carousel-chevron).square-chevron-right::after:active {
  text-decoration: none;
}
.veol .square-chevron.carousel-chevron {
  background-color: #1057C8;
}
.veol .square-chevron.carousel-chevron:hover {
  background-color: #001A70;
}
.erdf .square-chevron.carousel-chevron {
  background-color: #1423DC;
}
.square-chevron.carousel-chevron.square-chevron-left::after {
  content: "";
  margin-top: 0.375rem;
  margin-left: 0;
  display: inline-block;
  flex-shrink: 0;
  width: 0.8125rem;
  height: 0.8125rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/ico-triangle-blanc-gauche.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.square-chevron.carousel-chevron.square-chevron-right::after {
  content: "";
  margin-top: 0.375rem;
  margin-left: 0;
  display: inline-block;
  flex-shrink: 0;
  width: 0.8125rem;
  height: 0.8125rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/ico-triangle-blanc-droit.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.square-chevron.carousel-chevron.square-chevron-left.big::after {
  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'%20d='m136.8%20272.8%20201.7%20202.1c23.5%2023.1%2060-11.6%2036.1-35.2L191.7%20256l183-183.9c23.9-23.2-12.5-58.1-36-35.1L136.8%20239.2c-9.3%209.3-10.2%2023.6%200%2033.6z'%20fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  height: 20px;
  width: 20px;
  text-indent: -9999px;
  display: inline-block;
}
.square-chevron.carousel-chevron.square-chevron-left.big::after:hover, .square-chevron.carousel-chevron.square-chevron-left.big::after:active {
  text-decoration: none;
}
.square-chevron.carousel-chevron.square-chevron-right.big::after {
  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'%20d='M375.2%20239.2%20173.3%2037c-23.6-23-59.9%2011.9-36%2035.1l183%20183.9-182.9%20183.8c-24%2023.5%2012.5%2058.2%2036.1%2035.2l201.7-202.1c10.2-10.1%209.3-24.4%200-33.7z'%20fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  height: 20px;
  width: 20px;
  text-indent: -9999px;
  display: inline-block;
}
.square-chevron.carousel-chevron.square-chevron-right.big::after:hover, .square-chevron.carousel-chevron.square-chevron-right.big::after:active {
  text-decoration: none;
}

.btn.btn-neutre.suivre {
  font-weight: 400;
  font-size: 1rem;
  color: #1057C8;
  padding-top: 0.25rem;
}
.btn.btn-neutre.suivre::before {
  content: url("/o/veol-2018-theme/images/edf/icons/icon-suivre.svg");
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: relative;
  top: 0.125rem;
  margin-right: 0.25rem;
}

div.suivi {
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  color: #1057C8;
  padding-left: 0.625rem;
  margin-top: 0.4375rem;
  position: relative;
  min-width: 6.25rem;
}
div.suivi::before {
  content: url("/o/veol-2018-theme/images/edf/icons/icon-suivi.svg");
  position: absolute;
  left: 0.75rem;
  top: -0.375rem;
}

.lien-voir-plus {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  margin: 0.3125rem 0 1.25rem 0;
}
.lien-voir-plus:focus-visible {
  text-decoration: none;
  outline-width: 1px;
}
.lien-voir-plus::after {
  content: url("/o/veol-2018-theme/images/icones-svg/challenge/ico-petite-fleche-bleue.svg");
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  margin-left: 0.25rem;
}

.veol .modifier_supprimer {
  display: inline-block;
}
.veol .modifier_supprimer .icon-monospaced {
  border-radius: 50%;
  border: solid 1px #1057C8;
  background-color: white;
  line-height: 1.8;
}
.veol .modifier_supprimer .lexicon-icon {
  fill: #1057C8 !important;
}
.veol .modifier_supprimer.modifier_supprimer_white {
  display: inline-block;
}
.veol .modifier_supprimer.modifier_supprimer_white .icon-monospaced {
  border-radius: 50%;
  border: solid 1px white;
  background-color: transparent;
  line-height: 1.8;
}
.veol .modifier_supprimer.modifier_supprimer_white .lexicon-icon {
  fill: white !important;
}
.erdf .modifier_supprimer {
  display: inline-block;
}
.erdf .modifier_supprimer .icon-monospaced {
  border-radius: 50%;
  border: solid 1px #1423DC;
  background-color: transparent;
  line-height: 1.8;
}
.erdf .modifier_supprimer .lexicon-icon {
  fill: #1423DC !important;
}
.erdf .modifier_supprimer.modifier_supprimer_white {
  display: inline-block;
}
.erdf .modifier_supprimer.modifier_supprimer_white .icon-monospaced {
  border-radius: 50%;
  border: solid 1px #58595b;
  background-color: transparent;
  line-height: 1.8;
}
.erdf .modifier_supprimer.modifier_supprimer_white .lexicon-icon {
  fill: #58595b !important;
}

.veol .btn-positif-gris-clair {
  color: #1057C8;
  border: solid 1px #E0E0E0;
  background-color: white;
  border-radius: 0;
  padding: 0.5rem 1rem;
  display: inline-flex;
  align-items: center;
}
.veol .btn-positif-gris-clair:hover, .veol .btn-positif-gris-clair:focus {
  color: #001A70 !important;
  border: solid 1px #E0E0E0;
  background-color: #E0E0E0;
  outline: 0;
  text-decoration: underline;
}
.veol .btn-positif-gris-clair:focus-visible {
  color: #001A70 !important;
  border: solid 1px #E0E0E0;
  background-color: #E0E0E0;
  outline: 0;
}
.erdf .btn-positif-gris-clair {
  color: #2382D2;
  border: solid 1px #E0E0E0;
  background-color: white;
  border-radius: 0;
  padding: 0.5rem 1rem;
  display: inline-flex;
  align-items: center;
}
.erdf .btn-positif-gris-clair:hover, .erdf .btn-positif-gris-clair:focus {
  color: #1423DC !important;
  border: solid 1px #E0E0E0;
  background-color: #E0E0E0;
  outline: 0;
  text-decoration: underline;
}
.erdf .btn-positif-gris-clair:focus-visible {
  color: #1423DC !important;
  border: solid 1px #E0E0E0;
  background-color: #E0E0E0;
  outline: 0;
}

.btn-square {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.75rem 1rem;
  display: inline-flex;
  align-items: center;
  text-align: center;
}
.btn-square.btn-pos {
  background-color: white;
  color: #001A70;
}
.btn-square.btn-pos:hover {
  background-color: #001A70;
  color: white;
  text-decoration: underline;
}
.btn-square.btn-pos.btn-border {
  border: solid 1px #001A70;
}
.btn-square.btn-neg {
  background-color: #001A70;
  color: white;
}
.btn-square.btn-neg:hover {
  background-color: #1057C8;
  color: white;
  text-decoration: underline;
}

.btn-square-wide {
  font-size: 1rem;
  font-weight: 400;
  padding: 0.25rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-square-wide.btn-pos {
  background-color: white;
  color: #1057C8;
  border: solid 1px #E0E0E0;
}
.btn-square-wide.btn-pos:hover {
  background-color: #1057C8;
  color: white;
  text-decoration: underline;
}

.btn-square-cold {
  font-size: 1rem;
  font-weight: 400;
  padding: 0.3125rem 1rem;
  display: inline-flex;
  align-items: center;
  text-align: center;
  color: #1057C8;
  border: solid 1px #E0E0E0;
}
.btn-square-cold:hover {
  background-color: #E0E0E0;
  color: #001A70;
  text-decoration: underline;
}

a:hover [class^=icon-],
a:hover [class*=" icon-"] {
  text-decoration: none;
}

.form-group.recherche-par-loupe .input-group-btn {
  background-color: white;
  padding: 9px 12px;
  line-height: 1;
  text-align: center;
  border: 1px solid #CCC;
  border-left: 0;
  border-radius: 0 4px 4px 0;
}
.form-group.recherche-par-loupe .input-group-btn > .loupe {
  background-repeat: no-repeat;
  border: none;
  background-color: white;
}

.form-group.insertion-image input {
  border: solid 1px #CCC;
  padding: 0.3rem;
  border-radius: 4px 0 0 4px;
}
.form-group.insertion-image .input-group-btn {
  background-color: white;
  line-height: 1;
  text-align: center;
  border: 1px solid #CCC;
  border-left: 0;
  border-radius: 0 4px 4px 0;
}

.icon-zoom-plus {
  display: inline-block;
  background: url("/o/veol-2018-theme/images/ico/ico-zoom-in.png") center center no-repeat;
  height: 50px;
  width: 50px;
}

.img-zoom-wrapper {
  position: relative;
  display: inline-block;
  padding: 0; /* DINZVEOL-3518 le wrapper ne doit pas alterer la presentation de l'image */
}
.img-zoom-wrapper .icon-zoom-plus {
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  margin: 10px;
  min-height: 50px; /* DINZVEOL-3518 s'assurer que la loupe est visible */
  display: block;
  opacity: 0;
}
.img-zoom-wrapper .icon-zoom-plus:hover, .img-zoom-wrapper .icon-zoom-plus:focus {
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 1;
}
.img-zoom-wrapper:hover .icon-zoom-plus, .img-zoom-wrapper:focus .icon-zoom-plus {
  opacity: 1;
}
.img-zoom-wrapper .asset-title > a {
  display: inline-block;
}

button:not(.aui-button) .angle-up.collapse-icon-closed.angle-up-white, button:not(.aui-button) .angle-up.collapse-icon-open.angle-up-white {
  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'%20d='M239.2%20136.8%2037.1%20338.5c-23.1%2023.5%2011.6%2060%2035.2%2036.1L256%20191.7l183.9%20183c23.2%2023.9%2058.1-12.5%2035.1-36L272.8%20136.8c-9.3-9.3-23.6-10.2-33.6%200z'%20fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  height: 15px;
  width: 15px;
  text-indent: -9999px;
}
button:not(.aui-button) .angle-up.collapse-icon-closed.angle-up-white:hover, button:not(.aui-button) .angle-up.collapse-icon-closed.angle-up-white:active, button:not(.aui-button) .angle-up.collapse-icon-open.angle-up-white:hover, button:not(.aui-button) .angle-up.collapse-icon-open.angle-up-white:active {
  text-decoration: none;
}
.menu-element-link button:not(.aui-button) .angle-up.collapse-icon-closed, .menu-element-link button:not(.aui-button) .angle-up.collapse-icon-open {
  top: 16px;
}
.erdf .menu-element-link.element-profil button:not(.aui-button) .angle-up.collapse-icon-closed, .erdf .menu-element-link.element-profil button:not(.aui-button) .angle-up.collapse-icon-open {
  top: 21px;
}
.veol .level-1 .menu-element-link button:not(.aui-button) .angle-up.collapse-icon-closed, .veol .level-1 .menu-element-link button:not(.aui-button) .angle-up.collapse-icon-open {
  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'%20d='M239.2%20136.8%2037.1%20338.5c-23.1%2023.5%2011.6%2060%2035.2%2036.1L256%20191.7l183.9%20183c23.2%2023.9%2058.1-12.5%2035.1-36L272.8%20136.8c-9.3-9.3-23.6-10.2-33.6%200z'%20fill='%231057C8'/%3E%3C/svg%3E");
  background-size: contain;
  height: 10px;
  width: 10px;
  text-indent: -9999px;
}
.veol .level-1 .menu-element-link button:not(.aui-button) .angle-up.collapse-icon-closed:hover, .veol .level-1 .menu-element-link button:not(.aui-button) .angle-up.collapse-icon-closed:active, .veol .level-1 .menu-element-link button:not(.aui-button) .angle-up.collapse-icon-open:hover, .veol .level-1 .menu-element-link button:not(.aui-button) .angle-up.collapse-icon-open:active {
  text-decoration: none;
}
.veol .level-2 .menu-element-link button:not(.aui-button) .angle-up.collapse-icon-closed, .veol .level-3 .menu-element-link button:not(.aui-button) .angle-up.collapse-icon-closed, .veol .level-4 .menu-element-link button:not(.aui-button) .angle-up.collapse-icon-closed, .veol .level-5 .menu-element-link button:not(.aui-button) .angle-up.collapse-icon-closed, .veol .level-6 .menu-element-link button:not(.aui-button) .angle-up.collapse-icon-closed, .veol .level-2 .menu-element-link button:not(.aui-button) .angle-up.collapse-icon-open, .veol .level-3 .menu-element-link button:not(.aui-button) .angle-up.collapse-icon-open, .veol .level-4 .menu-element-link button:not(.aui-button) .angle-up.collapse-icon-open, .veol .level-5 .menu-element-link button:not(.aui-button) .angle-up.collapse-icon-open, .veol .level-6 .menu-element-link button:not(.aui-button) .angle-up.collapse-icon-open {
  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'%20d='M239.2%20136.8%2037.1%20338.5c-23.1%2023.5%2011.6%2060%2035.2%2036.1L256%20191.7l183.9%20183c23.2%2023.9%2058.1-12.5%2035.1-36L272.8%20136.8c-9.3-9.3-23.6-10.2-33.6%200z'%20fill='%231057C8'/%3E%3C/svg%3E");
  background-size: contain;
  height: 8px;
  width: 8px;
  text-indent: -9999px;
}
.veol .level-2 .menu-element-link button:not(.aui-button) .angle-up.collapse-icon-closed:hover, .veol .level-2 .menu-element-link button:not(.aui-button) .angle-up.collapse-icon-closed:active, .veol .level-3 .menu-element-link button:not(.aui-button) .angle-up.collapse-icon-closed:hover, .veol .level-3 .menu-element-link button:not(.aui-button) .angle-up.collapse-icon-closed:active, .veol .level-4 .menu-element-link button:not(.aui-button) .angle-up.collapse-icon-closed:hover, .veol .level-4 .menu-element-link button:not(.aui-button) .angle-up.collapse-icon-closed:active, .veol .level-5 .menu-element-link button:not(.aui-button) .angle-up.collapse-icon-closed:hover, .veol .level-5 .menu-element-link button:not(.aui-button) .angle-up.collapse-icon-closed:active, .veol .level-6 .menu-element-link button:not(.aui-button) .angle-up.collapse-icon-closed:hover, .veol .level-6 .menu-element-link button:not(.aui-button) .angle-up.collapse-icon-closed:active, .veol .level-2 .menu-element-link button:not(.aui-button) .angle-up.collapse-icon-open:hover, .veol .level-2 .menu-element-link button:not(.aui-button) .angle-up.collapse-icon-open:active, .veol .level-3 .menu-element-link button:not(.aui-button) .angle-up.collapse-icon-open:hover, .veol .level-3 .menu-element-link button:not(.aui-button) .angle-up.collapse-icon-open:active, .veol .level-4 .menu-element-link button:not(.aui-button) .angle-up.collapse-icon-open:hover, .veol .level-4 .menu-element-link button:not(.aui-button) .angle-up.collapse-icon-open:active, .veol .level-5 .menu-element-link button:not(.aui-button) .angle-up.collapse-icon-open:hover, .veol .level-5 .menu-element-link button:not(.aui-button) .angle-up.collapse-icon-open:active, .veol .level-6 .menu-element-link button:not(.aui-button) .angle-up.collapse-icon-open:hover, .veol .level-6 .menu-element-link button:not(.aui-button) .angle-up.collapse-icon-open:active {
  text-decoration: none;
}
button:not(.aui-button) .angle-up:not(.collapse-icon-closed):not(.collapse-icon-open).angle-up-white {
  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'%20d='M239.2%20136.8%2037.1%20338.5c-23.1%2023.5%2011.6%2060%2035.2%2036.1L256%20191.7l183.9%20183c23.2%2023.9%2058.1-12.5%2035.1-36L272.8%20136.8c-9.3-9.3-23.6-10.2-33.6%200z'%20fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  height: 15px;
  width: 15px;
  text-indent: -9999px;
  display: inline-block;
}
button:not(.aui-button) .angle-up:not(.collapse-icon-closed):not(.collapse-icon-open).angle-up-white:hover, button:not(.aui-button) .angle-up:not(.collapse-icon-closed):not(.collapse-icon-open).angle-up-white:active {
  text-decoration: none;
}
button:not(.aui-button) .angle-right:not(.bleu):not(.white).collapse-icon-closed, button:not(.aui-button) .angle-right:not(.bleu):not(.white).collapse-icon-open {
  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'%20d='M375.2%20239.2%20173.3%2037c-23.6-23-59.9%2011.9-36%2035.1l183%20183.9-182.9%20183.8c-24%2023.5%2012.5%2058.2%2036.1%2035.2l201.7-202.1c10.2-10.1%209.3-24.4%200-33.7z'%20fill='%23333333'/%3E%3C/svg%3E");
  background-size: contain;
  height: 12px;
  width: 12px;
  text-indent: -9999px;
}
button:not(.aui-button) .angle-right:not(.bleu):not(.white).collapse-icon-closed:hover, button:not(.aui-button) .angle-right:not(.bleu):not(.white).collapse-icon-closed:active, button:not(.aui-button) .angle-right:not(.bleu):not(.white).collapse-icon-open:hover, button:not(.aui-button) .angle-right:not(.bleu):not(.white).collapse-icon-open:active {
  text-decoration: none;
}
button:not(.aui-button) .angle-right:not(.bleu):not(.white).collapse-icon-closed:hover, button:not(.aui-button) .angle-right:not(.bleu):not(.white).collapse-icon-open:hover {
  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'%20d='M375.2%20239.2%20173.3%2037c-23.6-23-59.9%2011.9-36%2035.1l183%20183.9-182.9%20183.8c-24%2023.5%2012.5%2058.2%2036.1%2035.2l201.7-202.1c10.2-10.1%209.3-24.4%200-33.7z'%20fill='%231057C8'/%3E%3C/svg%3E");
  background-size: contain;
  height: 12px;
  width: 12px;
  text-indent: -9999px;
}
button:not(.aui-button) .angle-right:not(.bleu):not(.white).collapse-icon-closed:hover:hover, button:not(.aui-button) .angle-right:not(.bleu):not(.white).collapse-icon-closed:hover:active, button:not(.aui-button) .angle-right:not(.bleu):not(.white).collapse-icon-open:hover:hover, button:not(.aui-button) .angle-right:not(.bleu):not(.white).collapse-icon-open:hover:active {
  text-decoration: none;
}
button:not(.aui-button) .angle-right:not(.bleu):not(.white):not(.collapse-icon-closed):not(.collapse-icon-open) {
  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'%20d='M375.2%20239.2%20173.3%2037c-23.6-23-59.9%2011.9-36%2035.1l183%20183.9-182.9%20183.8c-24%2023.5%2012.5%2058.2%2036.1%2035.2l201.7-202.1c10.2-10.1%209.3-24.4%200-33.7z'%20fill='%23333333'/%3E%3C/svg%3E");
  background-size: contain;
  height: 12px;
  width: 12px;
  text-indent: -9999px;
  display: inline-block;
}
button:not(.aui-button) .angle-right:not(.bleu):not(.white):not(.collapse-icon-closed):not(.collapse-icon-open):hover, button:not(.aui-button) .angle-right:not(.bleu):not(.white):not(.collapse-icon-closed):not(.collapse-icon-open):active {
  text-decoration: none;
}
button:not(.aui-button) .angle-right:not(.bleu):not(.white):not(.collapse-icon-closed):not(.collapse-icon-open):hover {
  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'%20d='M375.2%20239.2%20173.3%2037c-23.6-23-59.9%2011.9-36%2035.1l183%20183.9-182.9%20183.8c-24%2023.5%2012.5%2058.2%2036.1%2035.2l201.7-202.1c10.2-10.1%209.3-24.4%200-33.7z'%20fill='%231057C8'/%3E%3C/svg%3E");
  background-size: contain;
  height: 12px;
  width: 12px;
  text-indent: -9999px;
  display: inline-block;
}
button:not(.aui-button) .angle-right:not(.bleu):not(.white):not(.collapse-icon-closed):not(.collapse-icon-open):hover:hover, button:not(.aui-button) .angle-right:not(.bleu):not(.white):not(.collapse-icon-closed):not(.collapse-icon-open):hover:active {
  text-decoration: none;
}
button:not(.aui-button) .angle-right.bleu {
  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'%20d='M375.2%20239.2%20173.3%2037c-23.6-23-59.9%2011.9-36%2035.1l183%20183.9-182.9%20183.8c-24%2023.5%2012.5%2058.2%2036.1%2035.2l201.7-202.1c10.2-10.1%209.3-24.4%200-33.7z'%20fill='rgba(16,%2087,%20200,%200.5)'/%3E%3C/svg%3E");
  background-size: contain;
  height: 20px;
  width: 20px;
  text-indent: -9999px;
  display: inline-block;
}
button:not(.aui-button) .angle-right.bleu:hover, button:not(.aui-button) .angle-right.bleu:active {
  text-decoration: none;
}
button:not(.aui-button) .angle-right.bleu:hover {
  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'%20d='M375.2%20239.2%20173.3%2037c-23.6-23-59.9%2011.9-36%2035.1l183%20183.9-182.9%20183.8c-24%2023.5%2012.5%2058.2%2036.1%2035.2l201.7-202.1c10.2-10.1%209.3-24.4%200-33.7z'%20fill='%231057C8'/%3E%3C/svg%3E");
  background-size: contain;
  height: 20px;
  width: 20px;
  text-indent: -9999px;
  display: inline-block;
}
button:not(.aui-button) .angle-right.bleu:hover:hover, button:not(.aui-button) .angle-right.bleu:hover:active {
  text-decoration: none;
}
button:not(.aui-button) .angle-right.white {
  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'%20d='M375.2%20239.2%20173.3%2037c-23.6-23-59.9%2011.9-36%2035.1l183%20183.9-182.9%20183.8c-24%2023.5%2012.5%2058.2%2036.1%2035.2l201.7-202.1c10.2-10.1%209.3-24.4%200-33.7z'%20fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  height: 20px;
  width: 20px;
  text-indent: -9999px;
  display: inline-block;
}
button:not(.aui-button) .angle-right.white:hover, button:not(.aui-button) .angle-right.white:active {
  text-decoration: none;
}
button:not(.aui-button) .angle-down.collapse-icon-closed.angle-down-white, button:not(.aui-button) .angle-down.collapse-icon-open.angle-down-white {
  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'%20d='M272.8%20375.2%20475%20173.3c23-23.6-11.9-59.9-35.1-36L256%20320.3%2072.2%20137.4c-23.5-24-58.2%2012.5-35.2%2036.1l202.1%20201.7c10.1%2010.2%2024.4%209.3%2033.7%200z'%20fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  height: 15px;
  width: 15px;
  text-indent: -9999px;
}
button:not(.aui-button) .angle-down.collapse-icon-closed.angle-down-white:hover, button:not(.aui-button) .angle-down.collapse-icon-closed.angle-down-white:active, button:not(.aui-button) .angle-down.collapse-icon-open.angle-down-white:hover, button:not(.aui-button) .angle-down.collapse-icon-open.angle-down-white:active {
  text-decoration: none;
}
.menu-element-link button:not(.aui-button) .angle-down.collapse-icon-closed, .menu-element-link button:not(.aui-button) .angle-down.collapse-icon-open {
  top: 16px;
}
.erdf .menu-element-link.element-profil button:not(.aui-button) .angle-down.collapse-icon-closed, .erdf .menu-element-link.element-profil button:not(.aui-button) .angle-down.collapse-icon-open {
  top: 21px;
}
.veol .level-1 .menu-element-link button:not(.aui-button) .angle-down.collapse-icon-closed, .veol .level-1 .menu-element-link button:not(.aui-button) .angle-down.collapse-icon-open {
  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'%20d='M272.8%20375.2%20475%20173.3c23-23.6-11.9-59.9-35.1-36L256%20320.3%2072.2%20137.4c-23.5-24-58.2%2012.5-35.2%2036.1l202.1%20201.7c10.1%2010.2%2024.4%209.3%2033.7%200z'%20fill='%231057C8'/%3E%3C/svg%3E");
  background-size: contain;
  height: 10px;
  width: 10px;
  text-indent: -9999px;
}
.veol .level-1 .menu-element-link button:not(.aui-button) .angle-down.collapse-icon-closed:hover, .veol .level-1 .menu-element-link button:not(.aui-button) .angle-down.collapse-icon-closed:active, .veol .level-1 .menu-element-link button:not(.aui-button) .angle-down.collapse-icon-open:hover, .veol .level-1 .menu-element-link button:not(.aui-button) .angle-down.collapse-icon-open:active {
  text-decoration: none;
}
.veol .level-2 .menu-element-link button:not(.aui-button) .angle-down.collapse-icon-closed, .veol .level-3 .menu-element-link button:not(.aui-button) .angle-down.collapse-icon-closed, .veol .level-4 .menu-element-link button:not(.aui-button) .angle-down.collapse-icon-closed, .veol .level-5 .menu-element-link button:not(.aui-button) .angle-down.collapse-icon-closed, .veol .level-6 .menu-element-link button:not(.aui-button) .angle-down.collapse-icon-closed, .veol .level-2 .menu-element-link button:not(.aui-button) .angle-down.collapse-icon-open, .veol .level-3 .menu-element-link button:not(.aui-button) .angle-down.collapse-icon-open, .veol .level-4 .menu-element-link button:not(.aui-button) .angle-down.collapse-icon-open, .veol .level-5 .menu-element-link button:not(.aui-button) .angle-down.collapse-icon-open, .veol .level-6 .menu-element-link button:not(.aui-button) .angle-down.collapse-icon-open {
  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'%20d='M272.8%20375.2%20475%20173.3c23-23.6-11.9-59.9-35.1-36L256%20320.3%2072.2%20137.4c-23.5-24-58.2%2012.5-35.2%2036.1l202.1%20201.7c10.1%2010.2%2024.4%209.3%2033.7%200z'%20fill='%231057C8'/%3E%3C/svg%3E");
  background-size: contain;
  height: 8px;
  width: 8px;
  text-indent: -9999px;
}
.veol .level-2 .menu-element-link button:not(.aui-button) .angle-down.collapse-icon-closed:hover, .veol .level-2 .menu-element-link button:not(.aui-button) .angle-down.collapse-icon-closed:active, .veol .level-3 .menu-element-link button:not(.aui-button) .angle-down.collapse-icon-closed:hover, .veol .level-3 .menu-element-link button:not(.aui-button) .angle-down.collapse-icon-closed:active, .veol .level-4 .menu-element-link button:not(.aui-button) .angle-down.collapse-icon-closed:hover, .veol .level-4 .menu-element-link button:not(.aui-button) .angle-down.collapse-icon-closed:active, .veol .level-5 .menu-element-link button:not(.aui-button) .angle-down.collapse-icon-closed:hover, .veol .level-5 .menu-element-link button:not(.aui-button) .angle-down.collapse-icon-closed:active, .veol .level-6 .menu-element-link button:not(.aui-button) .angle-down.collapse-icon-closed:hover, .veol .level-6 .menu-element-link button:not(.aui-button) .angle-down.collapse-icon-closed:active, .veol .level-2 .menu-element-link button:not(.aui-button) .angle-down.collapse-icon-open:hover, .veol .level-2 .menu-element-link button:not(.aui-button) .angle-down.collapse-icon-open:active, .veol .level-3 .menu-element-link button:not(.aui-button) .angle-down.collapse-icon-open:hover, .veol .level-3 .menu-element-link button:not(.aui-button) .angle-down.collapse-icon-open:active, .veol .level-4 .menu-element-link button:not(.aui-button) .angle-down.collapse-icon-open:hover, .veol .level-4 .menu-element-link button:not(.aui-button) .angle-down.collapse-icon-open:active, .veol .level-5 .menu-element-link button:not(.aui-button) .angle-down.collapse-icon-open:hover, .veol .level-5 .menu-element-link button:not(.aui-button) .angle-down.collapse-icon-open:active, .veol .level-6 .menu-element-link button:not(.aui-button) .angle-down.collapse-icon-open:hover, .veol .level-6 .menu-element-link button:not(.aui-button) .angle-down.collapse-icon-open:active {
  text-decoration: none;
}
button:not(.aui-button) .angle-down:not(.collapse-icon-closed):not(.collapse-icon-open).angle-down-white {
  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'%20d='M272.8%20375.2%20475%20173.3c23-23.6-11.9-59.9-35.1-36L256%20320.3%2072.2%20137.4c-23.5-24-58.2%2012.5-35.2%2036.1l202.1%20201.7c10.1%2010.2%2024.4%209.3%2033.7%200z'%20fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  height: 15px;
  width: 15px;
  text-indent: -9999px;
  display: inline-block;
}
button:not(.aui-button) .angle-down:not(.collapse-icon-closed):not(.collapse-icon-open).angle-down-white:hover, button:not(.aui-button) .angle-down:not(.collapse-icon-closed):not(.collapse-icon-open).angle-down-white:active {
  text-decoration: none;
}
button:not(.aui-button) .angle-left:not(.bleu).collapse-icon-closed, button:not(.aui-button) .angle-left:not(.bleu).collapse-icon-open {
  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'%20d='m136.8%20272.8%20201.7%20202.1c23.5%2023.1%2060-11.6%2036.1-35.2L191.7%20256l183-183.9c23.9-23.2-12.5-58.1-36-35.1L136.8%20239.2c-9.3%209.3-10.2%2023.6%200%2033.6z'%20fill='%23333333'/%3E%3C/svg%3E");
  background-size: contain;
  height: 12px;
  width: 12px;
  text-indent: -9999px;
}
button:not(.aui-button) .angle-left:not(.bleu).collapse-icon-closed:hover, button:not(.aui-button) .angle-left:not(.bleu).collapse-icon-closed:active, button:not(.aui-button) .angle-left:not(.bleu).collapse-icon-open:hover, button:not(.aui-button) .angle-left:not(.bleu).collapse-icon-open:active {
  text-decoration: none;
}
button:not(.aui-button) .angle-left:not(.bleu).collapse-icon-closed:hover, button:not(.aui-button) .angle-left:not(.bleu).collapse-icon-open:hover {
  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'%20d='m136.8%20272.8%20201.7%20202.1c23.5%2023.1%2060-11.6%2036.1-35.2L191.7%20256l183-183.9c23.9-23.2-12.5-58.1-36-35.1L136.8%20239.2c-9.3%209.3-10.2%2023.6%200%2033.6z'%20fill='%231057C8'/%3E%3C/svg%3E");
  background-size: contain;
  height: 12px;
  width: 12px;
  text-indent: -9999px;
}
button:not(.aui-button) .angle-left:not(.bleu).collapse-icon-closed:hover:hover, button:not(.aui-button) .angle-left:not(.bleu).collapse-icon-closed:hover:active, button:not(.aui-button) .angle-left:not(.bleu).collapse-icon-open:hover:hover, button:not(.aui-button) .angle-left:not(.bleu).collapse-icon-open:hover:active {
  text-decoration: none;
}
button:not(.aui-button) .angle-left:not(.bleu):not(.collapse-icon-closed):not(.collapse-icon-open) {
  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'%20d='m136.8%20272.8%20201.7%20202.1c23.5%2023.1%2060-11.6%2036.1-35.2L191.7%20256l183-183.9c23.9-23.2-12.5-58.1-36-35.1L136.8%20239.2c-9.3%209.3-10.2%2023.6%200%2033.6z'%20fill='%23333333'/%3E%3C/svg%3E");
  background-size: contain;
  height: 12px;
  width: 12px;
  text-indent: -9999px;
  display: inline-block;
}
button:not(.aui-button) .angle-left:not(.bleu):not(.collapse-icon-closed):not(.collapse-icon-open):hover, button:not(.aui-button) .angle-left:not(.bleu):not(.collapse-icon-closed):not(.collapse-icon-open):active {
  text-decoration: none;
}
button:not(.aui-button) .angle-left:not(.bleu):not(.collapse-icon-closed):not(.collapse-icon-open):hover {
  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'%20d='m136.8%20272.8%20201.7%20202.1c23.5%2023.1%2060-11.6%2036.1-35.2L191.7%20256l183-183.9c23.9-23.2-12.5-58.1-36-35.1L136.8%20239.2c-9.3%209.3-10.2%2023.6%200%2033.6z'%20fill='%231057C8'/%3E%3C/svg%3E");
  background-size: contain;
  height: 12px;
  width: 12px;
  text-indent: -9999px;
  display: inline-block;
}
button:not(.aui-button) .angle-left:not(.bleu):not(.collapse-icon-closed):not(.collapse-icon-open):hover:hover, button:not(.aui-button) .angle-left:not(.bleu):not(.collapse-icon-closed):not(.collapse-icon-open):hover:active {
  text-decoration: none;
}
button:not(.aui-button) .angle-left.bleu {
  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'%20d='m136.8%20272.8%20201.7%20202.1c23.5%2023.1%2060-11.6%2036.1-35.2L191.7%20256l183-183.9c23.9-23.2-12.5-58.1-36-35.1L136.8%20239.2c-9.3%209.3-10.2%2023.6%200%2033.6z'%20fill='rgba(16,%2087,%20200,%200.5)'/%3E%3C/svg%3E");
  background-size: contain;
  height: 20px;
  width: 20px;
  text-indent: -9999px;
  display: inline-block;
}
button:not(.aui-button) .angle-left.bleu:hover, button:not(.aui-button) .angle-left.bleu:active {
  text-decoration: none;
}
button:not(.aui-button) .angle-left.bleu:hover {
  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'%20d='m136.8%20272.8%20201.7%20202.1c23.5%2023.1%2060-11.6%2036.1-35.2L191.7%20256l183-183.9c23.9-23.2-12.5-58.1-36-35.1L136.8%20239.2c-9.3%209.3-10.2%2023.6%200%2033.6z'%20fill='%231057C8'/%3E%3C/svg%3E");
  background-size: contain;
  height: 20px;
  width: 20px;
  text-indent: -9999px;
  display: inline-block;
}
button:not(.aui-button) .angle-left.bleu:hover:hover, button:not(.aui-button) .angle-left.bleu:hover:active {
  text-decoration: none;
}
button:not(.aui-button) .angle-left.white {
  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'%20d='m136.8%20272.8%20201.7%20202.1c23.5%2023.1%2060-11.6%2036.1-35.2L191.7%20256l183-183.9c23.9-23.2-12.5-58.1-36-35.1L136.8%20239.2c-9.3%209.3-10.2%2023.6%200%2033.6z'%20fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  height: 20px;
  width: 20px;
  text-indent: -9999px;
  display: inline-block;
}
button:not(.aui-button) .angle-left.white:hover, button:not(.aui-button) .angle-left.white:active {
  text-decoration: none;
}

.icon-video {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-video.svg");
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-position: 0px;
  opacity: 0.75;
}
.img-vue-aLaUne .icon-video, .cropped-img__listView .icon-video {
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
}
.img-vue-mosaique .icon-video {
  display: inline-block !important;
  position: absolute;
  left: calc(50% - 1.5625rem);
  top: calc(50% - 1.5625rem);
}

.accroche-bulle__blanche {
  position: absolute;
  top: 18px;
  z-index: 2;
  width: 0;
  height: 0;
  border-color: transparent white transparent;
  border-style: solid;
}

.accroche-top-gris {
  position: absolute;
  z-index: 2;
  top: -23px;
  right: 45px;
  bottom: initial;
  left: initial;
  display: inline-block;
  width: auto;
  height: 25px;
  min-width: 27.5px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/accroche-colornext.svg");
  background-repeat: no-repeat;
  background-size: auto 25px;
  background-position: center;
  transform: rotate(180deg);
}

.bulle {
  padding: 0.75rem;
  height: auto;
  min-height: 6.3125rem;
}
.bulle.filet-bulle-hr {
  border-top: solid #ddd 1px;
}

.accroche-left {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: initial;
  bottom: initial;
  left: -23px;
  display: inline-block;
  width: auto;
  height: 25px;
  min-width: 27.5px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/accroche-white.svg");
  background-repeat: no-repeat;
  background-size: auto 25px;
  background-position: center;
  transform: rotate(90deg);
}

.accroche-left-plat {
  position: absolute;
  z-index: 2;
  top: 0px;
  right: initial;
  bottom: initial;
  left: -20px;
  display: inline-block;
  width: auto;
  height: 25px;
  min-width: 27.5px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/accroche-white-plat.svg");
  background-repeat: no-repeat;
  background-size: auto 25px;
  background-position: center;
  transform: rotate(0deg);
}

.accroche-left-plat-gris {
  position: absolute;
  z-index: 2;
  top: -1px;
  right: initial;
  bottom: initial;
  left: -24px;
  display: inline-block;
  width: auto;
  height: 25px;
  min-width: 27.5px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/accroche-grey-plat.svg");
  background-repeat: no-repeat;
  background-size: auto 25px;
  background-position: center;
  transform: rotate(0deg);
}

.accroche-left-colornext {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: initial;
  bottom: initial;
  left: -22px;
  display: inline-block;
  width: auto;
  height: 25px;
  min-width: 27.5px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/accroche-bg-colornext.svg");
  background-repeat: no-repeat;
  background-size: auto 25px;
  background-position: center;
  transform: rotate(90deg);
}

.accroche-bottom {
  position: absolute;
  z-index: 2;
  top: initial;
  right: initial;
  bottom: -24px;
  left: 49%;
  display: inline-block;
  width: auto;
  height: 25px;
  min-width: 27.5px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/accroche-white.svg");
  background-repeat: no-repeat;
  background-size: auto 25px;
  background-position: center;
  transform: rotate(0deg);
}

.veol .echanges_epingles .filet-bulle {
  border: solid #FFB210 1px;
}
.veol .echanges_epingles .filet-bulle .accroche-left {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: initial;
  bottom: initial;
  left: -23px;
  display: inline-block;
  width: auto;
  height: 25px;
  min-width: 27.5px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/accroche-orange.svg");
  background-repeat: no-repeat;
  background-size: auto 25px;
  background-position: center;
  transform: rotate(90deg);
}
.erdf .echanges_epingles .filet-bulle {
  border: solid #007aa7 1px;
}
.erdf .echanges_epingles .filet-bulle .accroche-left {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: initial;
  bottom: initial;
  left: -23px;
  display: inline-block;
  width: auto;
  height: 25px;
  min-width: 27.5px;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/accroche-bleu-ciel-hover.svg");
  background-repeat: no-repeat;
  background-size: auto 25px;
  background-position: center;
  transform: rotate(90deg);
}

.veol li:not(.active-menu) .icon-home-menu {
  display: inline-block;
  width: auto;
  height: 22px;
  min-width: 24.2px;
  background-image: url("/o/veol-2018-theme/images/edf/navigation/profil_bleu.svg");
  background-repeat: no-repeat;
  background-size: auto 22px;
  background-position: center;
}
.erdf li:not(.active-menu) .icon-home-menu {
  display: inline-block;
  width: auto;
  height: 40px;
  min-width: 44px;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ENEDIS-ICONS-HOME-pos.svg");
  background-repeat: no-repeat;
  background-size: auto 40px;
  background-position: center;
}
.veol li:not(.active-menu) .icon-home-com, .veol div:not(.communaute-metier) li:not(.active-menu) .icon-home-com, .veol .communaute-metier.couleur-communaute-bleu li:not(.active-menu) .icon-home-com {
  display: inline-block;
  flex-shrink: 0;
  width: 32px;
  height: 22px;
  background-image: url("/o/veol-2018-theme/images/edf/navigation/groupe_bleu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.veol .communaute-metier.couleur-communaute-vert li:not(.active-menu) .icon-home-com {
  display: inline-block;
  flex-shrink: 0;
  width: 32px;
  height: 22px;
  background-image: url("/o/veol-2018-theme/images/edf/navigation/groupe_vert.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.veol .communaute-metier.couleur-communaute-orange li:not(.active-menu) .icon-home-com {
  display: inline-block;
  flex-shrink: 0;
  width: 32px;
  height: 22px;
  background-image: url("/o/veol-2018-theme/images/edf/navigation/groupe_orange.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.erdf li:not(.active-menu) .icon-home-com {
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ENEDIS-ICONS-COMMUNAUTE.svg");
  display: inline-block;
  width: auto;
  height: 40px;
  min-width: 44px;
  background-repeat: no-repeat;
  background-size: auto 40px;
  background-position: center;
}

.veol li.active-menu .icon-home-menu {
  display: inline-block;
  width: auto;
  height: 22px;
  min-width: 24.2px;
  background-image: url("/o/veol-2018-theme/images/edf/navigation/profil_bleu_selected.svg");
  background-repeat: no-repeat;
  background-size: auto 22px;
  background-position: center;
}
.erdf li.active-menu .icon-home-menu {
  display: inline-block;
  width: auto;
  height: 40px;
  min-width: 44px;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ENEDIS-ICONS-HOME-pos.svg");
  background-repeat: no-repeat;
  background-size: auto 40px;
  background-position: center;
}
.veol li.active-menu .icon-home-com, .veol .couleur-communaute-bleu li.active-menu .icon-home-com {
  display: inline-block;
  flex-shrink: 0;
  width: 32px;
  height: 22px;
  background-image: url("/o/veol-2018-theme/images/edf/navigation/groupe_bleu_selected.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.veol .couleur-communaute-vert li.active-menu .icon-home-com {
  display: inline-block;
  flex-shrink: 0;
  width: 32px;
  height: 22px;
  background-image: url("/o/veol-2018-theme/images/edf/navigation/groupe_vert_selected.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.veol .couleur-communaute-orange li.active-menu .icon-home-com {
  display: inline-block;
  flex-shrink: 0;
  width: 32px;
  height: 22px;
  background-image: url("/o/veol-2018-theme/images/edf/navigation/groupe_orange_selected.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.erdf li.active-menu .icon-home-com {
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ENEDIS-ICONS-COMMUNAUTE.svg");
  display: inline-block;
  width: auto;
  height: 40px;
  min-width: 44px;
  background-repeat: no-repeat;
  background-size: auto 40px;
  background-position: center;
}

.veol .icon-information {
  display: inline-block;
  width: auto;
  height: 28px;
  min-width: 30.8px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-info.svg");
  background-repeat: no-repeat;
  background-size: auto 28px;
  background-position: center;
}
.erdf .icon-information {
  display: inline-block;
  width: auto;
  height: 28px;
  min-width: 30.8px;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-info.svg");
  background-repeat: no-repeat;
  background-size: auto 28px;
  background-position: center;
}

.nb-likes {
  display: inline-block;
  width: auto;
  height: 16px;
  min-width: 17.6px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-like-gris.svg");
  background-repeat: no-repeat;
  background-size: auto 16px;
  background-position: center;
}

.flux-reseau .card .nb-likes, .flux-communaute .card .nb-likes {
  padding-left: 1.25rem;
  background: url("/o/veol-2018-theme/images/icones-svg/ico-nb-likes.svg") 0 0 no-repeat;
}

.veol .nb-comments {
  display: inline-block;
  width: auto;
  height: 16px;
  min-width: 17.6px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/EDF-ICONS-COMMENT-grey.svg");
  background-repeat: no-repeat;
  background-size: auto 16px;
  background-position: center;
}
.erdf .nb-comments {
  display: inline-block;
  width: auto;
  height: 16px;
  min-width: 17.6px;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ENEDIS-ICONS-COMMENT.svg");
  background-repeat: no-repeat;
  background-size: auto 16px;
  background-position: center;
}

.baseline-social, .baseline-social :not(.metadata-author) a:not(.btn) {
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.75rem;
}
.baseline-social :not(.metadata-author) a:not(.btn) {
  height: 0.875rem;
  color: #a7a9ac;
}
.baseline-social .icon-comment,
.baseline-social .icon-heart {
  color: #a7a9ac;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 0;
  padding-right: 0;
  margin-top: -5px;
}
.baseline-social .icon-comment {
  margin-left: 15px;
}
.baseline-social .active {
  color: #333333;
}
.baseline-social .active .icon-heart {
  color: #c40000;
}

.comment_grey {
  background: url("/o/veol-2018-theme/images/edf/icons/Ico_greybulle.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-left: 2px;
  background-size: cover;
}

.icon-commentaire {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  background-image: url("/o/veol-2018-theme/images/icones-svg/blog/ico-comment-bleu-moyen.svg");
  background-repeat: no-repeat;
  background-size: auto 0.75rem;
  background-position: center;
  border-radius: 50%;
  border: solid 1px #1057C8;
  background-color: white;
}

.veol .star {
  display: inline-block;
  width: auto;
  height: 16px;
  min-width: 17.6px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/EDF-ICONS-STAR.svg");
  background-repeat: no-repeat;
  background-size: auto 16px;
  background-position: center;
}
.erdf .star {
  display: inline-block;
  width: auto;
  height: 16px;
  min-width: 17.6px;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ENEDIS-ICONS-STAR-vert.svg");
  background-repeat: no-repeat;
  background-size: auto 16px;
  background-position: center;
}
.custom_color .star {
  vertical-align: top;
}

.icon-etoile:not(.favoris) {
  display: inline-block;
  width: auto;
  height: 18px;
  min-width: 19.8px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/etoile-vide.svg");
  background-repeat: no-repeat;
  background-size: auto 18px;
  background-position: center;
}
.icon-etoile.favoris {
  display: inline-block;
  width: auto;
  height: 18px;
  min-width: 19.8px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/etoile-pleine.svg");
  background-repeat: no-repeat;
  background-size: auto 18px;
  background-position: center;
}

.icon-handshake {
  display: inline-block;
  width: auto;
  height: 16px;
  min-width: 17.6px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/hand-shake-icon.svg");
  background-repeat: no-repeat;
  background-size: auto 16px;
  background-position: center;
}

.icon-partage {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-share.png");
  background-size: auto 16px;
  background-position: center 0;
  background-repeat: no-repeat;
}

.icon-monreseau {
  display: inline-block;
  width: auto;
  height: 26px;
  min-width: 28.6px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/EDF-ICONS-TEAMS-grey.svg");
  background-repeat: no-repeat;
  background-size: auto 26px;
  background-position: center;
  margin-left: -6px;
}

img[src$="ico_cadenas.png"] {
  position: relative;
}
.JS_espace img[src$="ico_cadenas.png"] {
  top: -2px;
  left: 1px;
  height: 15px;
}
.portlet-communityStore img[src$="ico_cadenas.png"] {
  top: -5px;
  left: 2px;
}

.veolsearch-filtre {
  background-image: url("/o/veol-2018-theme/images/edf/icons/filtre.png");
  background-repeat: no-repeat;
  background-size: auto;
  display: inline-block;
  width: 28px;
  height: 22px;
}

.temps-lecture > i {
  position: relative;
  margin-right: 0.0625rem;
  z-index: 9;
  vertical-align: baseline;
}
h6 .temps-lecture > i {
  top: -4px;
  margin-right: 2px;
  margin-left: 1px;
}

.bloc-filigrane {
  border: solid 1px #ccc;
  display: inline-block;
  height: 32px;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 0.75em;
  color: #333333;
  border-radius: 6px;
}

.lien-externe .ico {
  border-radius: 8px;
  min-width: 85px;
  font-size: 4em;
  text-align: center;
  color: white;
  background: #2d62ae;
  text-transform: uppercase;
}
.lien-externe .titre {
  padding: 0 0 0 10px;
  margin: 0;
}
.lien-externe .titre em {
  font-size: 0.75rem;
}
.lien-externe span {
  display: inline-block;
  vertical-align: middle;
}
aside.en-direct .lien-externe {
  margin-top: 5px;
}
aside.en-direct .lien-externe .ico {
  min-width: 25px;
  font-size: 1.5em;
  border-radius: 4px;
}
aside.en-direct .lien-externe .titre {
  font-size: 0.7em;
  padding-left: 3px;
}
aside.en-direct .lien-externe .titre em {
  font-size: 0.9em;
}

.ch-ch,
.ch {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/o/veol-2018-theme/images/flags/luxembourg-flag-icon-16.png");
  background-size: auto 18px;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.lu-lu,
.lu {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/o/veol-2018-theme/images/flags/switzerland-flag-xs.png");
  background-size: auto 18px;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.links-error {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #c40000;
  border-radius: 50%;
  color: white;
  font-size: 25px;
  line-height: 39px;
}

.traduction-volee {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/o/veol-2018-theme/images/ico/ico-traduction-volee.png");
  background-size: auto 30px;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.ico-doc,
.ico-docx,
.ico-gif,
.ico-jpg,
.ico-jepg,
.ico-png,
.ico-csv,
.ico-xls,
.ico-xlsx,
.ico-pptx,
.ico-ppt,
.ico-pps,
.ico-pdf,
.ico-txt,
.ico-zip,
.ico-txt,
.ico-default {
  background-size: cover;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/o/veol-2018-theme/images/ico/ico-default.png");
  background-size: auto 16px;
  background-position: center 0;
  background-repeat: no-repeat;
}
.ico-doc.medium,
.ico-docx.medium,
.ico-gif.medium,
.ico-jpg.medium,
.ico-jepg.medium,
.ico-png.medium,
.ico-csv.medium,
.ico-xls.medium,
.ico-xlsx.medium,
.ico-pptx.medium,
.ico-ppt.medium,
.ico-pps.medium,
.ico-pdf.medium,
.ico-txt.medium,
.ico-zip.medium,
.ico-txt.medium,
.ico-default.medium {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/ico/ico-default.png");
  background-size: auto 1.5rem;
  background-position: center 0;
  background-repeat: no-repeat;
}

.ico-doc {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/o/veol-2018-theme/images/ico/ico-doc.png");
  background-size: auto 16px;
  background-position: center 0;
  background-repeat: no-repeat;
}
.ico-doc.medium {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/ico/ico-doc.png");
  background-size: auto 1.5rem;
  background-position: center 0;
  background-repeat: no-repeat;
}

.ico-docx {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/o/veol-2018-theme/images/ico/ico-docx.png");
  background-size: auto 16px;
  background-position: center 0;
  background-repeat: no-repeat;
}
.ico-docx.medium {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/ico/ico-docx.png");
  background-size: auto 1.5rem;
  background-position: center 0;
  background-repeat: no-repeat;
}

.ico-gif {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/o/veol-2018-theme/images/ico/ico-gif.png");
  background-size: auto 16px;
  background-position: center 0;
  background-repeat: no-repeat;
}
.ico-gif.medium {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/ico/ico-gif.png");
  background-size: auto 1.5rem;
  background-position: center 0;
  background-repeat: no-repeat;
}

.ico-jpg {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/o/veol-2018-theme/images/ico/ico-jpg.png");
  background-size: auto 16px;
  background-position: center 0;
  background-repeat: no-repeat;
}
.ico-jpg.medium {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/ico/ico-jpg.png");
  background-size: auto 1.5rem;
  background-position: center 0;
  background-repeat: no-repeat;
}

.ico-jpeg {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/o/veol-2018-theme/images/ico/ico-jpeg.png");
  background-size: auto 16px;
  background-position: center 0;
  background-repeat: no-repeat;
}
.ico-jpeg.medium {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/ico/ico-jpeg.png");
  background-size: auto 1.5rem;
  background-position: center 0;
  background-repeat: no-repeat;
}

.ico-png {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/o/veol-2018-theme/images/ico/ico-png.png");
  background-size: auto 16px;
  background-position: center 0;
  background-repeat: no-repeat;
}
.ico-png.medium {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/ico/ico-png.png");
  background-size: auto 1.5rem;
  background-position: center 0;
  background-repeat: no-repeat;
}

.ico-csv,
.ico-xls {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/o/veol-2018-theme/images/ico/ico-xls.png");
  background-size: auto 16px;
  background-position: center 0;
  background-repeat: no-repeat;
}
.ico-csv.medium,
.ico-xls.medium {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/ico/ico-xls.png");
  background-size: auto 1.5rem;
  background-position: center 0;
  background-repeat: no-repeat;
}

.ico-xlsx {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/o/veol-2018-theme/images/ico/ico-xlsx.png");
  background-size: auto 16px;
  background-position: center 0;
  background-repeat: no-repeat;
}
.ico-xlsx.medium {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/ico/ico-xlsx.png");
  background-size: auto 1.5rem;
  background-position: center 0;
  background-repeat: no-repeat;
}

.ico-pptx,
.ico-ppt {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/o/veol-2018-theme/images/ico/ico-ppt.png");
  background-size: auto 16px;
  background-position: center 0;
  background-repeat: no-repeat;
}
.ico-pptx.medium,
.ico-ppt.medium {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/ico/ico-ppt.png");
  background-size: auto 1.5rem;
  background-position: center 0;
  background-repeat: no-repeat;
}

.ico-pps {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/o/veol-2018-theme/images/ico/ico-pps.png");
  background-size: auto 16px;
  background-position: center 0;
  background-repeat: no-repeat;
}
.ico-pps.medium {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/ico/ico-pps.png");
  background-size: auto 1.5rem;
  background-position: center 0;
  background-repeat: no-repeat;
}

.ico-pdf {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/o/veol-2018-theme/images/ico/ico-pdf.png");
  background-size: auto 16px;
  background-position: center 0;
  background-repeat: no-repeat;
}
.ico-pdf.medium {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/ico/ico-pdf.png");
  background-size: auto 1.5rem;
  background-position: center 0;
  background-repeat: no-repeat;
}

.ico-txt {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/o/veol-2018-theme/images/ico/ico-txt.png");
  background-size: auto 16px;
  background-position: center 0;
  background-repeat: no-repeat;
}
.ico-txt.medium {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/ico/ico-txt.png");
  background-size: auto 1.5rem;
  background-position: center 0;
  background-repeat: no-repeat;
}

.ico-zip {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/o/veol-2018-theme/images/ico/ico-zip.png");
  background-size: auto 16px;
  background-position: center 0;
  background-repeat: no-repeat;
}
.ico-zip.medium {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/ico/ico-zip.png");
  background-size: auto 1.5rem;
  background-position: center 0;
  background-repeat: no-repeat;
}

.ico-sharepoint {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/o/veol-2018-theme/images/ico/ico-sharepoint.png");
  background-size: auto 20px;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.ico-members-sharepoint {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/o/veol-2018-theme/images/ico/ico-members-sharepoint.png");
  background-size: auto 20px;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.ico-redirige:not(.ico-redirige-white) {
  display: inline-block;
  width: auto;
  height: 11px;
  min-width: 12.1px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-redirige-gris.svg");
  background-repeat: no-repeat;
  background-size: auto 11px;
  background-position: center;
}
.ico-redirige.ico-redirige-white {
  display: inline-block;
  width: auto;
  height: 11px;
  min-width: 12.1px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-redirige-blanc.svg");
  background-repeat: no-repeat;
  background-size: auto 11px;
  background-position: center;
}

.veol .ico-notif {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 22px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/EDF-ICONS-NOTIF-orange.svg");
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-position: center;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/EDF-ICONS-NOTIF-orange.svg");
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: 50%;
}
.erdf .ico-notif {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-cloche-bleu-fonce.svg");
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: 50%;
}
.erdf .ico-notif.negatif {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-cloche-blanc.svg");
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: 50%;
}

.veol .ico-tb {
  background-color: white;
  border: solid 1px #001A70;
  border-radius: 50%;
}
.erdf .ico-tb {
  background-color: white;
  border: solid 1px #1423DC;
  border-radius: 50%;
}
.erdf .ico-tb.negatif {
  background-color: #1423DC;
  border-radius: 50%;
}

.veol .ratings-like button[aria-pressed=true] .on .lexicon-icon {
  color: #1057C8;
}
.erdf .ratings-like button[aria-pressed=true] .on .lexicon-icon {
  color: #1423DC;
}

.loupe {
  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'%20d='M499.2%20455.5%20377.7%20333.4c146-241.1-148.1-435.8-318.2-274-165.1%20185.9%2041.6%20460.6%20273.4%20319l121.5%20118.8c35.1%2038.6%2080-6.4%2044.8-41.7zm-293-391.9c191.9%200%20198.1%20289%200%20289-192.9%200-187.4-289%200-289z'%20fill='grey'/%3E%3C/svg%3E");
  background-size: contain;
  height: 18px;
  width: 18px;
  text-indent: -9999px;
  display: inline-block;
}
.loupe:hover, .loupe:active {
  text-decoration: none;
}

.loupe-bar {
  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'%20d='M499.2%20455.5%20377.7%20333.4c146-241.1-148.1-435.8-318.2-274-165.1%20185.9%2041.6%20460.6%20273.4%20319l121.5%20118.8c35.1%2038.6%2080-6.4%2044.8-41.7zm-293-391.9c191.9%200%20198.1%20289%200%20289-192.9%200-187.4-289%200-289z'%20fill='grey'/%3E%3C/svg%3E");
  background-size: contain;
  height: 28px;
  width: 28px;
  text-indent: -9999px;
  display: inline-block;
}
.loupe-bar:hover, .loupe-bar:active {
  text-decoration: none;
}

.loupe-bar-white {
  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'%20d='M499.2%20455.5%20377.7%20333.4c146-241.1-148.1-435.8-318.2-274-165.1%20185.9%2041.6%20460.6%20273.4%20319l121.5%20118.8c35.1%2038.6%2080-6.4%2044.8-41.7zm-293-391.9c191.9%200%20198.1%20289%200%20289-192.9%200-187.4-289%200-289z'%20fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  height: 18px;
  width: 18px;
  text-indent: -9999px;
  display: inline-block;
  background-repeat: no-repeat;
}
.loupe-bar-white:hover, .loupe-bar-white:active {
  text-decoration: none;
}
.loupe-bar-white.medium {
  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'%20d='M499.2%20455.5%20377.7%20333.4c146-241.1-148.1-435.8-318.2-274-165.1%20185.9%2041.6%20460.6%20273.4%20319l121.5%20118.8c35.1%2038.6%2080-6.4%2044.8-41.7zm-293-391.9c191.9%200%20198.1%20289%200%20289-192.9%200-187.4-289%200-289z'%20fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  height: 1.5rem;
  width: 1.5rem;
  text-indent: -9999px;
  display: inline-block;
}
.loupe-bar-white.medium:hover, .loupe-bar-white.medium:active {
  text-decoration: none;
}

.info-circle {
  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'%20d='M437%2075C388.7%2026.6%20324.4%200%20256%200S123.3%2026.6%2075%2075C26.6%20123.3%200%20187.6%200%20256s26.6%20132.7%2075%20181c48.4%2048.4%20112.6%2075%20181%2075s132.7-26.6%20181-75c48.4-48.4%2075-112.6%2075-181s-26.6-132.7-75-181zM288%20384c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V224c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v160zm-32-224c-17.7%200-32-14.3-32-32s14.3-32%2032-32%2032%2014.3%2032%2032-14.3%2032-32%2032z'%20fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  height: 18px;
  width: 18px;
  text-indent: -9999px;
  display: inline-block;
  background-repeat: no-repeat;
}
.info-circle:hover, .info-circle:active {
  text-decoration: none;
}

.asterisk {
  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'%20d='m323.6%20190%20146.7-48.8L512%20263.9l-149.2%2047.6%2093.6%20125.2L351.5%20513l-96.1-126.4L161.8%20513%2056.9%20435.3l92.3-123.9L0%20263.8l40.4-122.6%20148%2048.8V31h135.3l-.1%20159z'%20fill='%23D6430A'/%3E%3C/svg%3E");
  background-size: contain;
  height: 8px;
  width: 8px;
  text-indent: -9999px;
  display: inline-block;
  vertical-align: super;
}
.asterisk:hover, .asterisk:active {
  text-decoration: none;
}

.times-circle {
  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-body'%20fill='none'%20d='M256%200C114.8%200%200%20114.8%200%20256s114.8%20256%20256%20256%20256-114.8%20256-256S397.2%200%20256%200z'/%3E%3Cpath%20class='lexicon-icon-outline%20times-circle-border'%20d='M256%200C114.8%200%200%20114.8%200%20256s114.8%20256%20256%20256%20256-114.8%20256-256S397.2%200%20256%200zm147%20403c-19.1%2019.1-41.4%2034.2-66.2%2044.7C311.2%20458.5%20284%20464%20256%20464s-55.2-5.5-80.8-16.3c-24.8-10.5-47-25.5-66.2-44.7s-34.2-41.4-44.7-66.2C53.5%20311.2%2048%20284%2048%20256s5.5-55.2%2016.3-80.8c10.5-24.8%2025.5-47%2044.7-66.2s41.4-34.2%2066.2-44.7C200.8%2053.5%20228%2048%20256%2048s55.2%205.5%2080.8%2016.3c24.8%2010.5%2047%2025.5%2066.2%2044.7s34.2%2041.4%2044.7%2066.2C458.5%20200.8%20464%20228%20464%20256s-5.5%2055.2-16.3%2080.8c-10.5%2024.8-25.6%2047-44.7%2066.2z'%20fill='%231057C8'/%3E%3Cpath%20class='lexicon-icon-outline%20times-circle-x'%20d='m301.5%20255.5%2067.9-67.9c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200l-67.9%2067.9-67.9-67.9c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3l67.9%2067.9-67.9%2067.9c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200l67.9-67.9%2068.9%2068.9c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3l-68.9-68.9z'%20fill='%231057C8'/%3E%3C/svg%3E");
  background-size: contain;
  height: 20px;
  width: 20px;
  text-indent: -9999px;
  display: inline-block;
}
.times-circle:hover, .times-circle:active {
  text-decoration: none;
}

.times-circle-small {
  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-body'%20fill='none'%20d='M256%200C114.8%200%200%20114.8%200%20256s114.8%20256%20256%20256%20256-114.8%20256-256S397.2%200%20256%200z'/%3E%3Cpath%20class='lexicon-icon-outline%20times-circle-border'%20d='M256%200C114.8%200%200%20114.8%200%20256s114.8%20256%20256%20256%20256-114.8%20256-256S397.2%200%20256%200zm147%20403c-19.1%2019.1-41.4%2034.2-66.2%2044.7C311.2%20458.5%20284%20464%20256%20464s-55.2-5.5-80.8-16.3c-24.8-10.5-47-25.5-66.2-44.7s-34.2-41.4-44.7-66.2C53.5%20311.2%2048%20284%2048%20256s5.5-55.2%2016.3-80.8c10.5-24.8%2025.5-47%2044.7-66.2s41.4-34.2%2066.2-44.7C200.8%2053.5%20228%2048%20256%2048s55.2%205.5%2080.8%2016.3c24.8%2010.5%2047%2025.5%2066.2%2044.7s34.2%2041.4%2044.7%2066.2C458.5%20200.8%20464%20228%20464%20256s-5.5%2055.2-16.3%2080.8c-10.5%2024.8-25.6%2047-44.7%2066.2z'%20fill='%23FF861D'/%3E%3Cpath%20class='lexicon-icon-outline%20times-circle-x'%20d='m301.5%20255.5%2067.9-67.9c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200l-67.9%2067.9-67.9-67.9c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3l67.9%2067.9-67.9%2067.9c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200l67.9-67.9%2068.9%2068.9c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3l-68.9-68.9z'%20fill='%23FF861D'/%3E%3C/svg%3E");
  background-size: contain;
  height: 0.9375rem;
  width: 0.9375rem;
  text-indent: -9999px;
  display: inline-block;
}
.times-circle-small:hover, .times-circle-small:active {
  text-decoration: none;
}

.times {
  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'%20d='M300.4%20256%20467%2089.4c29.6-29.6-14.8-74.1-44.4-44.4L256%20211.6%2089.4%2045C59.8%2015.3%2015.3%2059.8%2045%2089.4L211.6%20256%2045%20422.6c-29.7%2029.7%2014.7%2074.1%2044.4%2044.4L256%20300.4%20422.6%20467c29.7%2029.7%2074.1-14.7%2044.4-44.4L300.4%20256z'%20fill='grey'/%3E%3C/svg%3E");
  background-size: contain;
  height: 20px;
  width: 20px;
  text-indent: -9999px;
  display: inline-block;
}
.times:hover, .times:active {
  text-decoration: none;
}

.close-thin, .close-thin.close {
  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'%20d='M300.4%20256%20467%2089.4c29.6-29.6-14.8-74.1-44.4-44.4L256%20211.6%2089.4%2045C59.8%2015.3%2015.3%2059.8%2045%2089.4L211.6%20256%2045%20422.6c-29.7%2029.7%2014.7%2074.1%2044.4%2044.4L256%20300.4%20422.6%20467c29.7%2029.7%2074.1-14.7%2044.4-44.4L300.4%20256z'%20fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  height: 13px;
  width: 13px;
  text-indent: -9999px;
  display: inline-block;
  background-color: transparent;
}
.close-thin:hover, .close-thin:active, .close-thin.close:hover, .close-thin.close:active {
  text-decoration: none;
}
.close-thin:focus, .close-thin:focus-visible, .close-thin.close:focus, .close-thin.close:focus-visible {
  outline: solid white 1px;
  outline-offset: 0.1875rem;
}

.close-thin-pos,
.ga_delete_link > .icon-remove {
  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'%20d='M300.4%20256%20467%2089.4c29.6-29.6-14.8-74.1-44.4-44.4L256%20211.6%2089.4%2045C59.8%2015.3%2015.3%2059.8%2045%2089.4L211.6%20256%2045%20422.6c-29.7%2029.7%2014.7%2074.1%2044.4%2044.4L256%20300.4%20422.6%20467c29.7%2029.7%2074.1-14.7%2044.4-44.4L300.4%20256z'%20fill='%23001A70'/%3E%3C/svg%3E");
  background-size: contain;
  height: 0.8125rem;
  width: 0.8125rem;
  text-indent: -9999px;
  display: inline-block;
}
.close-thin-pos:hover, .close-thin-pos:active,
.ga_delete_link > .icon-remove:hover,
.ga_delete_link > .icon-remove:active {
  text-decoration: none;
}

.logout:not(.logout-medium) {
  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%20lx-logout-1'%20d='M256%20256c17.6%200%2032-14.4%2032-32V32c0-17.6-14.4-32-32-32s-32%2014.4-32%2032v192c0%2017.6%2014.4%2032%2032%2032z'%20fill='grey'/%3E%3Cpath%20class='lexicon-icon-outline%20lx-logout-2'%20d='M459.834%20164.518c-12.916-28.269-31.25-53.15-54.493-73.954-13.169-11.787-33.399-10.667-45.185%202.502s-10.666%2033.399%202.502%2045.186c16.628%2014.883%2029.738%2032.668%2038.965%2052.864%209.54%2020.879%2014.377%2043.215%2014.377%2066.389%200%2042.738-16.643%2082.917-46.863%20113.137s-70.4%2046.863-113.137%2046.863c-42.738%200-82.917-16.643-113.137-46.863S96%20300.242%2096%20257.505c0-23.175%204.837-45.512%2014.377-66.392%209.228-20.197%2022.337-37.983%2038.965-52.865%2013.168-11.787%2014.289-32.017%202.502-45.185s-32.017-14.289-45.185-2.502c-23.243%2020.803-41.577%2045.686-54.493%2073.956-13.38%2029.286-20.165%2060.572-20.165%2092.988%200%2030.226%205.927%2059.564%2017.616%2087.201%2011.284%2026.678%2027.43%2050.63%2047.992%2071.191s44.513%2036.709%2071.191%2047.992c27.637%2011.69%2056.975%2017.616%2087.201%2017.616s59.565-5.927%2087.2-17.616c26.678-11.284%2050.63-27.43%2071.192-47.992s36.708-44.513%2047.991-71.191C474.074%20317.069%20480%20287.731%20480%20257.505c0-32.416-6.784-63.702-20.166-92.987z'%20fill='grey'/%3E%3C/svg%3E");
  background-size: contain;
  height: 10px;
  width: 10px;
  text-indent: -9999px;
  display: inline-block;
}
.logout:not(.logout-medium):hover, .logout:not(.logout-medium):active {
  text-decoration: none;
}
.logout.logout-medium {
  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%20lx-logout-1'%20d='M256%20256c17.6%200%2032-14.4%2032-32V32c0-17.6-14.4-32-32-32s-32%2014.4-32%2032v192c0%2017.6%2014.4%2032%2032%2032z'%20fill='grey'/%3E%3Cpath%20class='lexicon-icon-outline%20lx-logout-2'%20d='M459.834%20164.518c-12.916-28.269-31.25-53.15-54.493-73.954-13.169-11.787-33.399-10.667-45.185%202.502s-10.666%2033.399%202.502%2045.186c16.628%2014.883%2029.738%2032.668%2038.965%2052.864%209.54%2020.879%2014.377%2043.215%2014.377%2066.389%200%2042.738-16.643%2082.917-46.863%20113.137s-70.4%2046.863-113.137%2046.863c-42.738%200-82.917-16.643-113.137-46.863S96%20300.242%2096%20257.505c0-23.175%204.837-45.512%2014.377-66.392%209.228-20.197%2022.337-37.983%2038.965-52.865%2013.168-11.787%2014.289-32.017%202.502-45.185s-32.017-14.289-45.185-2.502c-23.243%2020.803-41.577%2045.686-54.493%2073.956-13.38%2029.286-20.165%2060.572-20.165%2092.988%200%2030.226%205.927%2059.564%2017.616%2087.201%2011.284%2026.678%2027.43%2050.63%2047.992%2071.191s44.513%2036.709%2071.191%2047.992c27.637%2011.69%2056.975%2017.616%2087.201%2017.616s59.565-5.927%2087.2-17.616c26.678-11.284%2050.63-27.43%2071.192-47.992s36.708-44.513%2047.991-71.191C474.074%20317.069%20480%20287.731%20480%20257.505c0-32.416-6.784-63.702-20.166-92.987z'%20fill='grey'/%3E%3C/svg%3E");
  background-size: contain;
  height: 20px;
  width: 20px;
  text-indent: -9999px;
  display: inline-block;
}
.logout.logout-medium:hover, .logout.logout-medium:active {
  text-decoration: none;
}

.question-circle-full:not(.grey) {
  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'%20d='M256%200C114.63%200%200%20114.6%200%20256c0%20141.37%20114.629%20256%20256%20256s256-114.63%20256-256C512%20114.6%20397.37%200%20256%200zm13.605%20360.769c-4.974%204.827-10.913%207.226-17.876%207.226s-12.873-2.428-17.73-7.226c-4.857-4.827-7.285-10.708-7.285-17.613%200-6.933%202.428-12.844%207.285-17.788%204.857-4.915%2010.767-7.402%2017.73-7.402s12.932%202.457%2017.876%207.402c4.945%204.945%207.431%2010.854%207.431%2017.788%200%206.905-2.457%2012.786-7.431%2017.613zm51.433-128.263c-5.705%208.923-13.283%2016.735-22.791%2023.464l-12.99%209.128c-5.5%203.979-9.714%208.455-12.668%2013.37-2.955%204.945-4.447%2010.649-4.447%2017.145v1.901H233.94c-.439-2.106-.731-4.184-.936-6.291s-.321-4.301-.321-6.612c0-8.397%201.901-16.413%205.705-24.079s10.24-14.834%2019.309-21.563l15.185-11.322c9.07-6.7%2013.605-15.009%2013.605-24.869%200-3.57-.644-7.08-1.901-10.533s-3.219-6.495-5.851-9.128c-2.633-2.633-5.969-4.71-9.977-6.291s-8.66-2.369-13.927-2.369c-5.705%200-10.561%201.054-14.571%203.16s-7.343%204.769-9.977%208.017c-2.633%203.247-4.594%207.022-5.851%2011.322s-1.901%208.66-1.901%2013.049c0%204.213.41%207.548%201.258%2010.065l-39.877-1.58a38.076%2038.076%200%200%201-1.258-7.08%2083.41%2083.41%200%200%201-.321-7.08c0-8.397%201.58-16.619%204.74-24.693s7.812-15.214%2013.927-21.416c6.114-6.173%2013.663-11.176%2022.645-14.951s19.368-5.676%2031.188-5.676c12.229%200%2022.996%201.785%2032.3%205.355%209.274%203.57%2017.087%208.25%2023.435%2014.014%206.319%205.764%2011.089%2012.434%2014.248%2019.982s4.74%2015.331%204.74%2023.289c.058%2012.581-2.809%2023.347-8.514%2032.27z'%20fill='%231057C8'/%3E%3C/svg%3E");
  background-size: contain;
  height: 20px;
  width: 20px;
  text-indent: -9999px;
  display: inline-block;
}
.question-circle-full:not(.grey):hover, .question-circle-full:not(.grey):active {
  text-decoration: none;
}
.question-circle-full.grey {
  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'%20d='M256%200C114.63%200%200%20114.6%200%20256c0%20141.37%20114.629%20256%20256%20256s256-114.63%20256-256C512%20114.6%20397.37%200%20256%200zm13.605%20360.769c-4.974%204.827-10.913%207.226-17.876%207.226s-12.873-2.428-17.73-7.226c-4.857-4.827-7.285-10.708-7.285-17.613%200-6.933%202.428-12.844%207.285-17.788%204.857-4.915%2010.767-7.402%2017.73-7.402s12.932%202.457%2017.876%207.402c4.945%204.945%207.431%2010.854%207.431%2017.788%200%206.905-2.457%2012.786-7.431%2017.613zm51.433-128.263c-5.705%208.923-13.283%2016.735-22.791%2023.464l-12.99%209.128c-5.5%203.979-9.714%208.455-12.668%2013.37-2.955%204.945-4.447%2010.649-4.447%2017.145v1.901H233.94c-.439-2.106-.731-4.184-.936-6.291s-.321-4.301-.321-6.612c0-8.397%201.901-16.413%205.705-24.079s10.24-14.834%2019.309-21.563l15.185-11.322c9.07-6.7%2013.605-15.009%2013.605-24.869%200-3.57-.644-7.08-1.901-10.533s-3.219-6.495-5.851-9.128c-2.633-2.633-5.969-4.71-9.977-6.291s-8.66-2.369-13.927-2.369c-5.705%200-10.561%201.054-14.571%203.16s-7.343%204.769-9.977%208.017c-2.633%203.247-4.594%207.022-5.851%2011.322s-1.901%208.66-1.901%2013.049c0%204.213.41%207.548%201.258%2010.065l-39.877-1.58a38.076%2038.076%200%200%201-1.258-7.08%2083.41%2083.41%200%200%201-.321-7.08c0-8.397%201.58-16.619%204.74-24.693s7.812-15.214%2013.927-21.416c6.114-6.173%2013.663-11.176%2022.645-14.951s19.368-5.676%2031.188-5.676c12.229%200%2022.996%201.785%2032.3%205.355%209.274%203.57%2017.087%208.25%2023.435%2014.014%206.319%205.764%2011.089%2012.434%2014.248%2019.982s4.74%2015.331%204.74%2023.289c.058%2012.581-2.809%2023.347-8.514%2032.27z'%20fill='grey'/%3E%3C/svg%3E");
  background-size: contain;
  height: 20px;
  width: 20px;
  text-indent: -9999px;
  display: inline-block;
}
.question-circle-full.grey:hover, .question-circle-full.grey:active {
  text-decoration: none;
}

.info-panel-closed:not(.grey) {
  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-body'%20fill='none'%20d='M437%2075C388.7%2026.6%20324.4%200%20256%200S123.3%2026.6%2075%2075C26.6%20123.3%200%20187.6%200%20256s26.6%20132.7%2075%20181c48.4%2048.4%20112.6%2075%20181%2075s132.7-26.6%20181-75c48.4-48.4%2075-112.6%2075-181s-26.6-132.7-75-181z'/%3E%3Cpath%20class='lexicon-icon-outline%20info-panel-closed-border'%20d='M437%2075C388.7%2026.6%20324.4%200%20256%200S123.3%2026.6%2075%2075C26.6%20123.3%200%20187.6%200%20256s26.6%20132.7%2075%20181c48.4%2048.4%20112.6%2075%20181%2075s132.7-26.6%20181-75c48.4-48.4%2075-112.6%2075-181s-26.6-132.7-75-181zM256%20480C132.5%20480%2032%20379.5%2032%20256S132.5%2032%20256%2032s224%20100.5%20224%20224-100.5%20224-224%20224z'%20fill='%231057C8'/%3E%3Cpath%20class='lexicon-icon-outline%20info-panel-closed-i-stem'%20d='M288%20384V224c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v160c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32z'%20fill='%231057C8'/%3E%3Ccircle%20class='lexicon-icon-outline%20info-panel-closed-i-dot'%20cx='256'%20cy='128'%20r='32'%20fill='%231057C8'/%3E%3C/svg%3E");
  background-size: contain;
  height: 20px;
  width: 20px;
  text-indent: -9999px;
  display: inline-block;
}
.info-panel-closed:not(.grey):hover, .info-panel-closed:not(.grey):active {
  text-decoration: none;
}
.info-panel-closed.grey {
  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-body'%20fill='none'%20d='M437%2075C388.7%2026.6%20324.4%200%20256%200S123.3%2026.6%2075%2075C26.6%20123.3%200%20187.6%200%20256s26.6%20132.7%2075%20181c48.4%2048.4%20112.6%2075%20181%2075s132.7-26.6%20181-75c48.4-48.4%2075-112.6%2075-181s-26.6-132.7-75-181z'/%3E%3Cpath%20class='lexicon-icon-outline%20info-panel-closed-border'%20d='M437%2075C388.7%2026.6%20324.4%200%20256%200S123.3%2026.6%2075%2075C26.6%20123.3%200%20187.6%200%20256s26.6%20132.7%2075%20181c48.4%2048.4%20112.6%2075%20181%2075s132.7-26.6%20181-75c48.4-48.4%2075-112.6%2075-181s-26.6-132.7-75-181zM256%20480C132.5%20480%2032%20379.5%2032%20256S132.5%2032%20256%2032s224%20100.5%20224%20224-100.5%20224-224%20224z'%20fill='grey'/%3E%3Cpath%20class='lexicon-icon-outline%20info-panel-closed-i-stem'%20d='M288%20384V224c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v160c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32z'%20fill='grey'/%3E%3Ccircle%20class='lexicon-icon-outline%20info-panel-closed-i-dot'%20cx='256'%20cy='128'%20r='32'%20fill='grey'/%3E%3C/svg%3E");
  background-size: contain;
  height: 20px;
  width: 20px;
  text-indent: -9999px;
  display: inline-block;
}
.info-panel-closed.grey:hover, .info-panel-closed.grey:active {
  text-decoration: none;
}

.list {
  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%20list-li-bullet-1'%20d='M96.037%200h-64c-17.664%200-32%2014.336-32%2032s14.336%2032%2032%2032h64c17.664%200%2032-14.336%2032-32s-14.336-32-32-32z'%20fill='grey'/%3E%3Cpath%20class='lexicon-icon-outline%20list-li-bullet-2'%20d='M96.037%20224h-64c-17.664%200-32%2014.336-32%2032s14.336%2032%2032%2032h64c17.664%200%2032-14.336%2032-32s-14.336-32-32-32z'%20fill='grey'/%3E%3Cpath%20class='lexicon-icon-outline%20list-li-bullet-3'%20d='M96.037%20448h-64c-17.664%200-32%2014.336-32%2032s14.336%2032%2032%2032h64c17.664%200%2032-14.336%2032-32s-14.336-32-32-32z'%20fill='grey'/%3E%3Cpath%20class='lexicon-icon-outline%20list-li-item-2'%20d='M480%20288H224c-17.6%200-32-14.4-32-32s14.4-32%2032-32h256c17.6%200%2032%2014.4%2032%2032s-14.4%2032-32%2032z'%20fill='grey'/%3E%3Cpath%20class='lexicon-icon-outline%20list-li-item-1'%20d='M480%2064H224c-17.6%200-32-14.4-32-32s14.4-32%2032-32h256c17.6%200%2032%2014.4%2032%2032s-14.4%2032-32%2032z'%20fill='grey'/%3E%3Cpath%20class='lexicon-icon-outline%20list-li-item-3'%20d='M480%20512H224c-17.6%200-32-14.4-32-32s14.4-32%2032-32h256c17.6%200%2032%2014.4%2032%2032s-14.4%2032-32%2032z'%20fill='grey'/%3E%3C/svg%3E");
  background-size: contain;
  height: 16px;
  width: 16px;
  text-indent: -9999px;
  display: inline-block;
  margin: 8px;
}
.list:hover, .list:active {
  text-decoration: none;
}

.cards2 {
  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%20cards2-box-top-left'%20d='M192%200H32C14.336%200%200%2014.336%200%2032v160c0%2017.664%2014.336%2032%2032%2032h160c17.664%200%2032-14.336%2032-32V32c0-17.664-14.336-32-32-32z'%20fill='grey'/%3E%3Cpath%20class='lexicon-icon-outline%20cards2-box-bottom-left'%20d='M192%20288H32c-17.664%200-32%2014.336-32%2032v160c0%2017.664%2014.336%2032%2032%2032h160c17.664%200%2032-14.336%2032-32V320c0-17.664-14.336-32-32-32z'%20fill='grey'/%3E%3Cpath%20class='lexicon-icon-outline%20cards2-box-top-right'%20d='M480%200H320c-17.664%200-32%2014.336-32%2032v160c0%2017.664%2014.336%2032%2032%2032h160c17.664%200%2032-14.336%2032-32V32c0-17.664-14.336-32-32-32z'%20fill='grey'/%3E%3Cpath%20class='lexicon-icon-outline%20cards2-box-bottom-right'%20d='M480%20288H320c-17.664%200-32%2014.336-32%2032v160c0%2017.664%2014.336%2032%2032%2032h160c17.664%200%2032-14.336%2032-32V320c0-17.664-14.336-32-32-32z'%20fill='grey'/%3E%3C/svg%3E");
  background-size: contain;
  height: 16px;
  width: 16px;
  text-indent: -9999px;
  display: inline-block;
  margin: 8px;
}
.cards2:hover, .cards2:active {
  text-decoration: none;
}

.download {
  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='download-arrow-down%20lexicon-icon-outline'%20d='M256%20384a32.324%2032.324%200%200%201-22.906-9.5L161.5%20302.9c-12.719-12.599-12.719-33.099%200-45.8%2012.594-12.7%2033.094-12.7%2045.781%200L224%20273.801V32c0-17.7%2014.281-32%2032-32%2017.688%200%2032%2014.3%2032%2032v241.801l16.688-16.701a32.352%2032.352%200%200%201%2022.906-9.5%2032.365%2032.365%200%200%201%2022.906%209.5c12.688%2012.599%2012.688%2033.099%200%2045.8l-71.594%2071.6c-6.125%206.1-14.312%209.5-22.906%209.5Z'%20fill='%231057C8'/%3E%3Cpath%20class='download-border%20lexicon-icon-outline'%20d='M384%20384c0-17.699%2014.312-32%2032-32%2017.688%200%2032%2014.301%2032%2032v64c0%2035.346-28.654%2064-64%2064H128c-35.346%200-64-28.654-64-64v-64c0-17.699%2014.313-32%2032-32%2017.688%200%2032%2014.301%2032%2032v64h256v-64Z'%20fill='%231057C8'/%3E%3C/svg%3E");
  background-size: contain;
  height: 10px;
  width: 10px;
  text-indent: -9999px;
  display: inline-block;
}
.download:hover, .download:active {
  text-decoration: none;
}

.quote-left {
  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'%20d='M233.385%20350.832c0%2027.183-10.151%2051.067-30.398%2071.653-20.303%2020.613-46.95%2030.906-79.943%2030.906-37.73%200-67.676-13.113-89.813-39.337C11.067%20387.83-.015%20355.993-.015%20318.518c0-46.81%207.303-86.4%2021.91-118.716s32.738-58.512%2054.451-78.674c21.684-20.133%2045.258-35.135%2070.722-44.949%2025.492-9.841%2049.517-15.678%2072.16-17.567v85.695c-27.352%204.709-53.042%2017.117-77.067%2037.222-24.053%2020.162-37.025%2046.612-38.886%2079.379%207.529-4.681%2017.455-7.021%2029.694-7.021%2032.034%200%2056.792%208.685%2074.247%2025.999%2017.427%2017.342%2026.168%2040.972%2026.168%2070.947zm278.601%200c0%2027.183-10.151%2051.067-30.398%2071.653-20.303%2020.613-46.923%2030.906-79.914%2030.906-37.73%200-67.676-13.113-89.813-39.337-22.164-26.224-33.246-58.061-33.246-95.536%200-46.81%207.303-86.4%2021.91-118.716s32.738-58.512%2054.451-78.674c21.685-20.133%2045.258-35.135%2070.722-44.949%2025.464-9.841%2049.517-15.678%2072.16-17.567v85.695c-27.353%204.709-53.041%2017.117-77.094%2037.222-24.053%2020.162-37.024%2046.612-38.885%2079.379%207.529-4.681%2017.455-7.021%2029.694-7.021%2032.034%200%2056.792%208.685%2074.247%2025.999%2017.426%2017.342%2026.168%2040.972%2026.168%2070.947z'%20fill='%23C0E410'/%3E%3C/svg%3E");
  background-size: contain;
  height: 20px;
  width: 20px;
  text-indent: -9999px;
  display: inline-block;
}
.quote-left:hover, .quote-left:active {
  text-decoration: none;
}

.quote-left-formation {
  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'%20d='M233.385%20350.832c0%2027.183-10.151%2051.067-30.398%2071.653-20.303%2020.613-46.95%2030.906-79.943%2030.906-37.73%200-67.676-13.113-89.813-39.337C11.067%20387.83-.015%20355.993-.015%20318.518c0-46.81%207.303-86.4%2021.91-118.716s32.738-58.512%2054.451-78.674c21.684-20.133%2045.258-35.135%2070.722-44.949%2025.492-9.841%2049.517-15.678%2072.16-17.567v85.695c-27.352%204.709-53.042%2017.117-77.067%2037.222-24.053%2020.162-37.025%2046.612-38.886%2079.379%207.529-4.681%2017.455-7.021%2029.694-7.021%2032.034%200%2056.792%208.685%2074.247%2025.999%2017.427%2017.342%2026.168%2040.972%2026.168%2070.947zm278.601%200c0%2027.183-10.151%2051.067-30.398%2071.653-20.303%2020.613-46.923%2030.906-79.914%2030.906-37.73%200-67.676-13.113-89.813-39.337-22.164-26.224-33.246-58.061-33.246-95.536%200-46.81%207.303-86.4%2021.91-118.716s32.738-58.512%2054.451-78.674c21.685-20.133%2045.258-35.135%2070.722-44.949%2025.464-9.841%2049.517-15.678%2072.16-17.567v85.695c-27.353%204.709-53.041%2017.117-77.094%2037.222-24.053%2020.162-37.024%2046.612-38.885%2079.379%207.529-4.681%2017.455-7.021%2029.694-7.021%2032.034%200%2056.792%208.685%2074.247%2025.999%2017.426%2017.342%2026.168%2040.972%2026.168%2070.947z'%20fill='%23D6430A'/%3E%3C/svg%3E");
  background-size: contain;
  height: 30px;
  width: 30px;
  text-indent: -9999px;
  display: inline-block;
}
.quote-left-formation:hover, .quote-left-formation:active {
  text-decoration: none;
}

.quote-right {
  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'%20d='M278.615%20161.168c0-27.184%2010.151-51.067%2030.398-71.653%2020.303-20.614%2046.95-30.906%2079.943-30.906%2037.73%200%2067.676%2013.112%2089.812%2039.337%2022.164%2026.225%2033.246%2058.061%2033.246%2095.536%200%2046.81-7.303%2086.401-21.91%20118.716s-32.738%2058.512-54.451%2078.673c-21.685%2020.134-45.258%2035.135-70.721%2044.949-25.464%209.841-49.488%2015.678-72.132%2017.567v-85.695c27.353-4.709%2053.041-17.116%2077.067-37.222%2024.053-20.163%2037.024-46.613%2038.885-79.379-7.529%204.681-17.455%207.021-29.693%207.021-32.034%200-56.792-8.685-74.247-25.999-17.455-17.342-26.197-40.972-26.197-70.948zm-278.6%200c0-27.184%2010.152-51.067%2030.398-71.653%2020.303-20.614%2046.923-30.906%2079.914-30.906%2037.73%200%2067.676%2013.112%2089.812%2039.337%2022.164%2026.225%2033.246%2058.061%2033.246%2095.536%200%2046.81-7.304%2086.401-21.91%20118.716s-32.738%2058.512-54.451%2078.673c-21.684%2020.134-45.258%2035.135-70.722%2044.949-25.463%209.841-49.517%2015.678-72.16%2017.567v-85.695c27.352-4.709%2053.041-17.116%2077.094-37.222%2024.053-20.163%2037.024-46.613%2038.886-79.379-7.529%204.681-17.455%207.021-29.693%207.021-32.033%200-56.792-8.685-74.247-25.999C8.755%20214.771.014%20191.141.014%20161.165z'%20fill='%23C0E410'/%3E%3C/svg%3E");
  background-size: contain;
  height: 20px;
  width: 20px;
  text-indent: -9999px;
  display: inline-block;
}
.quote-right:hover, .quote-right:active {
  text-decoration: none;
}

.exclamation-circle {
  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'%20d='M256%200C114.6%200%200%20114.6%200%20256s114.6%20256%20256%20256%20256-114.6%20256-256S397.4%200%20256%200zm0%20384c-17.7%200-32-14.3-32-32s14.3-32%2032-32%2032%2014.3%2032%2032-14.3%2032-32%2032zm16-96h-32l-16-160h64l-16%20160z'%20fill='%23307A10'/%3E%3C/svg%3E");
  background-size: contain;
  height: 40px;
  width: 40px;
  text-indent: -9999px;
  display: inline-block;
  background-color: white;
  border-radius: 50%;
}
.exclamation-circle:hover, .exclamation-circle:active {
  text-decoration: none;
}

.big-thumbs-up {
  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%20thumbs-up-thumb-border'%20d='M511.9%20234.9c.1-78.4-63.9-74.7-63.9-74.7l-108.2-.2c46.4-106.6%203.1-143.1-21.7-153.7-91.5-38.9-134.4%20110.3-180%20185.7H96v320h215.8c56.4%200%20136.1-59.7%20136.1-128v-36c58.4-19.5%2064.2-61.1%2064-113.1zM384.1%20288v96c0%2037.4-58.5%2064-73.3%2064H160V256h17c25.5-44.1%2097.7-209%20116.9-190.8%2010.1%209.6-2.9%2061.6-57.8%20158.8l211.3.1c4.5%2071.5-5.9%2064-63.3%2063.9z'%20fill='%231057C8'/%3E%3Cpath%20class='lexicon-icon-outline%20thumbs-up-cuff'%20d='M.1%20224v256c0%2042.6%2064%2042.6%2064%200V224c-.1-43.5-64-41.8-64%200z'%20fill='%231057C8'/%3E%3C/svg%3E");
  background-size: contain;
  height: 60px;
  width: 60px;
  text-indent: -9999px;
  display: inline-block;
}
.big-thumbs-up:hover, .big-thumbs-up:active {
  text-decoration: none;
}

.check {
  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'%20d='M192.9%20429.5c-8.3%200-16.4-3.3-22.3-9.2L44.5%20294.1C15%20263.2%2062.7%20222%2089.1%20249.5L191.5%20352l230-258.9c27.2-30.5%2074.3%2011.5%2047.1%2041.9L216.4%20418.9c-5.8%206.5-14%2010.3-22.6%2010.6h-.9z'%20fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  height: 40px;
  width: 40px;
  text-indent: -9999px;
  display: inline-block;
}
.check:hover, .check:active {
  text-decoration: none;
}

.print {
  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-body'%20fill='none'%20d='M448%2096h-63.5V33c0-18.2-14.8-33-33-33H161.4c-18.2%200-33%2014.8-33%2033v63H64c-35.3%200-64%2027.7-64%2063v193.3c0%2035.3%2028.7%2064%2064%2064h32.6v64.3c0%2018.2%2014.8%2033%2033%2033h254.9c18.2%200%2032-14.8%2032-33v-64.3H448c35.3%200%2064-28.7%2064-64V159c0-35.3-28.7-63-64-63z'/%3E%3Cpath%20class='lexicon-icon-outline%20print-printer'%20d='M448%2096h-63.5V33c0-18.2-14.8-33-33-33H161.4c-18.2%200-33%2014.8-33%2033v63H64c-35.3%200-64%2027.7-64%2063v193.3c0%2035.3%2028.7%2064%2064%2064h32.6v64.3c0%2018.2%2014.8%2033%2033%2033h254.9c18.2%200%2032-14.8%2032-33v-64.3H448c35.3%200%2064-28.7%2064-64V159c0-35.3-28.7-63-64-63zM192.4%2064h128.1v32.4H192.4V64zm159.2%20383.6h-191v-95.3h190.9l.1%2095.3zm96.4-95.3h-31.4v-31.1c0-18.2-14.8-33-33-33h-254c-18.2%200-33%2014.8-33%2033v31.1H64V160h384v192.3z'%20fill='white'/%3E%3Ccircle%20class='lexicon-icon-outline%20print-indicator-1'%20cx='112'%20cy='208.3'%20r='16'%20fill='white'/%3E%3Ccircle%20class='lexicon-icon-outline%20print-indicator-2'%20cx='176.3'%20cy='208'%20r='15.7'%20fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  height: 20px;
  width: 20px;
  text-indent: -9999px;
  display: inline-block;
}
.print:hover, .print:active {
  text-decoration: none;
}

.added .ico-my-service {
  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'%20d='M192.9%20429.5c-8.3%200-16.4-3.3-22.3-9.2L44.5%20294.1C15%20263.2%2062.7%20222%2089.1%20249.5L191.5%20352l230-258.9c27.2-30.5%2074.3%2011.5%2047.1%2041.9L216.4%20418.9c-5.8%206.5-14%2010.3-22.6%2010.6h-.9z'%20fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  height: 0.875rem;
  width: 0.875rem;
  text-indent: -9999px;
  display: inline-block;
}
.added .ico-my-service:hover, .added .ico-my-service:active {
  text-decoration: none;
}
.switch.checkbox-add-remove .added.puce.puce-carree {
  background: #E0E0E0;
}
.switch.checkbox-add-remove .added.puce.puce-carree .ico-my-service {
  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'%20d='M192.9%20429.5c-8.3%200-16.4-3.3-22.3-9.2L44.5%20294.1C15%20263.2%2062.7%20222%2089.1%20249.5L191.5%20352l230-258.9c27.2-30.5%2074.3%2011.5%2047.1%2041.9L216.4%20418.9c-5.8%206.5-14%2010.3-22.6%2010.6h-.9z'%20fill='grey'/%3E%3C/svg%3E");
  background-size: contain;
  height: 0.875rem;
  width: 0.875rem;
  text-indent: -9999px;
  display: inline-block;
}
.switch.checkbox-add-remove .added.puce.puce-carree .ico-my-service:hover, .switch.checkbox-add-remove .added.puce.puce-carree .ico-my-service:active {
  text-decoration: none;
}

.removed .ico-my-service {
  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'%20d='M479.82%20224.002H287.41V32.092c0-17.6-14.4-32-32-32s-32%2014.4-32%2032v191.91H32c-17.6%200-32%2014.4-32%2032s14.4%2032%2032%2032h191.41v191.91c0%2017.6%2014.4%2032%2032%2032s32-14.4%2032-32V288.003h192.41c17.6%200%2032-14.4%2032-32s-14.4-32-32-32z'%20fill='grey'/%3E%3C/svg%3E");
  background-size: contain;
  height: 0.875rem;
  width: 0.875rem;
  text-indent: -9999px;
  display: inline-block;
}
.removed .ico-my-service:hover, .removed .ico-my-service:active {
  text-decoration: none;
}
.switch.checkbox-add-remove .removed.puce.puce-carree {
  background-color: white;
}
.switch.checkbox-add-remove .removed.puce.puce-carree .ico-my-service {
  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'%20d='M479.82%20224.002H287.41V32.092c0-17.6-14.4-32-32-32s-32%2014.4-32%2032v191.91H32c-17.6%200-32%2014.4-32%2032s14.4%2032%2032%2032h191.41v191.91c0%2017.6%2014.4%2032%2032%2032s32-14.4%2032-32V288.003h192.41c17.6%200%2032-14.4%2032-32s-14.4-32-32-32z'%20fill='grey'/%3E%3C/svg%3E");
  background-size: contain;
  height: 0.875rem;
  width: 0.875rem;
  text-indent: -9999px;
  display: inline-block;
}
.switch.checkbox-add-remove .removed.puce.puce-carree .ico-my-service:hover, .switch.checkbox-add-remove .removed.puce.puce-carree .ico-my-service:active {
  text-decoration: none;
}
.switch.checkbox-add-remove .removed.puce.puce-carree:hover {
  background: #1057C8;
}
.switch.checkbox-add-remove .removed.puce.puce-carree:hover .ico-my-service {
  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'%20d='M479.82%20224.002H287.41V32.092c0-17.6-14.4-32-32-32s-32%2014.4-32%2032v191.91H32c-17.6%200-32%2014.4-32%2032s14.4%2032%2032%2032h191.41v191.91c0%2017.6%2014.4%2032%2032%2032s32-14.4%2032-32V288.003h192.41c17.6%200%2032-14.4%2032-32s-14.4-32-32-32z'%20fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  height: 0.875rem;
  width: 0.875rem;
  text-indent: -9999px;
  display: inline-block;
}
.switch.checkbox-add-remove .removed.puce.puce-carree:hover .ico-my-service:hover, .switch.checkbox-add-remove .removed.puce.puce-carree:hover .ico-my-service:active {
  text-decoration: none;
}

.ellipsis-h {
  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%20ellipsis-h-dot-2'%20d='M320%20256c0%2035.346-28.654%2064-64%2064s-64-28.654-64-64c0-35.346%2028.654-64%2064-64s64%2028.654%2064%2064z'%20fill='black'/%3E%3Cpath%20class='lexicon-icon-outline%20ellipsis-h-dot-1'%20d='M128%20256c0%2035.346-28.654%2064-64%2064S0%20291.346%200%20256c0-35.346%2028.654-64%2064-64s64%2028.654%2064%2064z'%20fill='black'/%3E%3Cpath%20class='lexicon-icon-outline%20ellipsis-h-dot-3'%20d='M512%20256c0%2035.346-28.654%2064-64%2064s-64-28.654-64-64c0-35.346%2028.654-64%2064-64s64%2028.654%2064%2064z'%20fill='black'/%3E%3C/svg%3E");
  background-size: contain;
  height: 20px;
  width: 20px;
  text-indent: -9999px;
  display: inline-block;
}
.ellipsis-h:hover, .ellipsis-h:active {
  text-decoration: none;
}

.ellipsis-v {
  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%20ellipsis-v-dot-2'%20d='M319%20255.5c0%2035.346-28.654%2064-64%2064s-64-28.654-64-64c0-35.346%2028.654-64%2064-64s64%2028.654%2064%2064z'%20fill='%23001A70'/%3E%3Cpath%20class='lexicon-icon-outline%20ellipsis-v-dot-3'%20d='M319%20448c0%2035.346-28.654%2064-64%2064s-64-28.654-64-64c0-35.346%2028.654-64%2064-64s64%2028.654%2064%2064z'%20fill='%23001A70'/%3E%3Cpath%20class='lexicon-icon-outline%20ellipsis-v-dot-1'%20d='M319%2064c0%2035.346-28.654%2064-64%2064s-64-28.654-64-64c0-35.346%2028.654-64%2064-64s64%2028.654%2064%2064z'%20fill='%23001A70'/%3E%3C/svg%3E");
  background-size: contain;
  height: 20px;
  width: 20px;
  text-indent: -9999px;
  display: inline-block;
}
.ellipsis-v:hover, .ellipsis-v:active {
  text-decoration: none;
}

.radio-button {
  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'%20d='M384%20256c0%2070.7-57.3%20128-128%20128s-128-57.3-128-128%2057.3-128%20128-128%20128%2057.3%20128%20128zm128%200c0%20141.4-114.6%20256-256%20256S0%20397.4%200%20256%20114.6%200%20256%200s256%20114.6%20256%20256zm-64%200c0-106-86-192-192-192S64%20150%2064%20256s86%20192%20192%20192%20192-86%20192-192z'%20fill='black'/%3E%3C/svg%3E");
  background-size: contain;
  height: 20px;
  width: 20px;
  text-indent: -9999px;
  display: inline-block;
}
.radio-button:hover, .radio-button:active {
  text-decoration: none;
}

.pause {
  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%20pause-line-1'%20d='M160%200c-17.7%200-32%2014.3-32%2032v448c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V32c0-17.7-14.3-32-32-32z'%20fill='%23001A70'/%3E%3Cpath%20class='lexicon-icon-outline%20pause-line-2'%20d='M352%200c-17.7%200-32%2014.3-32%2032v448c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V32c0-17.7-14.3-32-32-32z'%20fill='%23001A70'/%3E%3C/svg%3E");
  background-size: contain;
  height: 16px;
  width: 16px;
  text-indent: -9999px;
  display: inline-block;
}
.pause:hover, .pause:active {
  text-decoration: none;
}

.play {
  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'%20d='M127.499%20453.745V58.255c0-46.992%2026.018-58.255%2057.841-25.017l189.245%20197.744c13.165%2013.751%2013.165%2036.28%200%2050.067L185.34%20478.794c-31.788%2033.205-57.841%2021.941-57.841-25.05z'%20fill='%23001A70'/%3E%3C/svg%3E");
  background-size: contain;
  height: 16px;
  width: 16px;
  text-indent: -9999px;
  display: inline-block;
}
.play:hover, .play:active {
  text-decoration: none;
}

.for-pause {
  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%20pause-line-1'%20d='M160%200c-17.7%200-32%2014.3-32%2032v448c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V32c0-17.7-14.3-32-32-32z'%20fill='%23001A70'/%3E%3Cpath%20class='lexicon-icon-outline%20pause-line-2'%20d='M352%200c-17.7%200-32%2014.3-32%2032v448c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V32c0-17.7-14.3-32-32-32z'%20fill='%23001A70'/%3E%3C/svg%3E");
  background-size: contain;
  height: 1.5625rem;
  width: 1.5625rem;
  text-indent: -9999px;
  display: inline-block;
  background-position: 0.25rem center;
  background-size: 16px auto;
  background-repeat: no-repeat;
}
.for-pause:hover, .for-pause:active {
  text-decoration: none;
}

.for-play {
  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'%20d='M127.499%20453.745V58.255c0-46.992%2026.018-58.255%2057.841-25.017l189.245%20197.744c13.165%2013.751%2013.165%2036.28%200%2050.067L185.34%20478.794c-31.788%2033.205-57.841%2021.941-57.841-25.05z'%20fill='%23001A70'/%3E%3C/svg%3E");
  background-size: contain;
  height: 1.5625rem;
  width: 1.5625rem;
  text-indent: -9999px;
  display: inline-block;
  background-position: 0.3125rem center;
  background-size: 16px auto;
  background-repeat: no-repeat;
}
.for-play:hover, .for-play:active {
  text-decoration: none;
}

.icon-mailto,
.envelope-closed {
  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'%20d='M448%2064H64C28.7%2064%200%2092.7%200%20128v256c0%2035.3%2028.7%2064%2064%2064h384c35.3%200%2064-28.7%2064-64V128c0-35.3-28.7-64-64-64zm-32%2064L275.2%20233.6c-11.3%208.5-27.1%208.5-38.4%200L96%20128h320zM64%20384V184l134.4%20100.8c33.1%2025.2%2077.1%2026.2%20115.2%200L448%20184v200H64z'%20fill='%231057C8'/%3E%3C/svg%3E");
  background-size: contain;
  height: 20px;
  width: 20px;
  text-indent: -9999px;
  display: inline-block;
}
.icon-mailto:hover, .icon-mailto:active,
.envelope-closed:hover,
.envelope-closed:active {
  text-decoration: none;
}
.btn-positif:hover .icon-mailto,
.btn-positif:hover .envelope-closed {
  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'%20d='M448%2064H64C28.7%2064%200%2092.7%200%20128v256c0%2035.3%2028.7%2064%2064%2064h384c35.3%200%2064-28.7%2064-64V128c0-35.3-28.7-64-64-64zm-32%2064L275.2%20233.6c-11.3%208.5-27.1%208.5-38.4%200L96%20128h320zM64%20384V184l134.4%20100.8c33.1%2025.2%2077.1%2026.2%20115.2%200L448%20184v200H64z'%20fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  height: 20px;
  width: 20px;
  text-indent: -9999px;
  display: inline-block;
}
.btn-positif:hover .icon-mailto:hover, .btn-positif:hover .icon-mailto:active,
.btn-positif:hover .envelope-closed:hover,
.btn-positif:hover .envelope-closed:active {
  text-decoration: none;
}

.ico-mailto {
  display: inline-block;
  flex-shrink: 0;
  width: 22px;
  height: 19px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-enveloppe-orange.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: -2px;
}

.geolocation {
  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'%20d='M64%20191.3c0%20106.3%2096%20224.5%20192%20320.7%2096-96.2%20192-214.4%20192-320.7%200-257.1-384-253.1-384%200zm96%200c0-125.9%20192-124.7%20192%200%200%20124-192%20127.2-192%200z'%20fill='grey'/%3E%3C/svg%3E");
  background-size: contain;
  height: 20px;
  width: 20px;
  text-indent: -9999px;
  display: inline-block;
}
.geolocation:hover, .geolocation:active {
  text-decoration: none;
}

.fr-fr,
.fr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20fill='%23B0BEC9'%20d='M0%2064h512v384H0z'/%3E%3Cpath%20fill='%230035A0'%20d='M16%2080h160v352H16z'/%3E%3Cpath%20fill='%23E03232'%20d='M336%2080h160v352H336z'/%3E%3Cpath%20fill='%23FFF'%20d='M176%2080h160v352H176z'/%3E%3C/svg%3E");
  background-size: contain;
  height: 18px;
  width: 18px;
  text-indent: -9999px;
  display: inline-block;
}
.fr-fr:hover, .fr-fr:active,
.fr:hover,
.fr:active {
  text-decoration: none;
}

.it-it,
.it {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20fill='%23C0CFD8'%20d='M0%2064h512v384H0z'/%3E%3Cpath%20fill='%2375BD4A'%20d='M16%2080h160v352H16z'/%3E%3Cpath%20fill='%23E03232'%20d='M336%2080h160v352H336z'/%3E%3Cpath%20fill='%23FFF'%20d='M176%2080h160v352H176z'/%3E%3C/svg%3E");
  background-size: contain;
  height: 18px;
  width: 18px;
  text-indent: -9999px;
  display: inline-block;
}
.it-it:hover, .it-it:active,
.it:hover,
.it:active {
  text-decoration: none;
}

.nl-be,
.be {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20fill='%23B0BEC9'%20d='M0%2064h512v384H0z'/%3E%3Cpath%20fill='%234C4C4E'%20d='M16%2080h160v352H16z'/%3E%3Cpath%20fill='%23E03232'%20d='M336%2080h160v352H336z'/%3E%3Cpath%20fill='%23FCD638'%20d='M176%2080h160v352H176z'/%3E%3C/svg%3E");
  background-size: contain;
  height: 18px;
  width: 18px;
  text-indent: -9999px;
  display: inline-block;
}
.nl-be:hover, .nl-be:active,
.be:hover,
.be:active {
  text-decoration: none;
}

.es-es,
.es {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20fill='%23C0CFD8'%20d='M0%2064h512v384H0z'/%3E%3Cpath%20fill='%23E03232'%20d='M16%2080.3h480v112H16zM16%20320h480v112H16z'/%3E%3Cpath%20fill='%23FCD638'%20d='M16%20192h480v128H16z'/%3E%3C/svg%3E");
  background-size: contain;
  height: 18px;
  width: 18px;
  text-indent: -9999px;
  display: inline-block;
}
.es-es:hover, .es-es:active,
.es:hover,
.es:active {
  text-decoration: none;
}

.de-de,
.de {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20fill='%23B0BEC9'%20d='M0%2064h512v384H0z'/%3E%3Cpath%20fill='%234C4C4E'%20d='M16%2080.3h480v112H16z'/%3E%3Cpath%20fill='%23FCD638'%20d='M16%20320h480v112H16z'/%3E%3Cpath%20fill='%23E03232'%20d='M16%20192h480v128H16z'/%3E%3C/svg%3E");
  background-size: contain;
  height: 18px;
  width: 18px;
  text-indent: -9999px;
  display: inline-block;
}
.de-de:hover, .de-de:active,
.de:hover,
.de:active {
  text-decoration: none;
}

.flag-full,
.icon-flag {
  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'%20d='M64%20480c0%2042.6%2064%2042.7%2064%200V288h256c18.2%200%2032-13.8%2032-32V64c0-18.2-13.8-32-32-32H128c0-42.4-64-42.9-64%200v448z'%20fill='%23D6430A'/%3E%3C/svg%3E");
  background-size: contain;
  height: 20px;
  width: 20px;
  text-indent: -9999px;
  display: inline-block;
}
.flag-full:hover, .flag-full:active,
.icon-flag:hover,
.icon-flag:active {
  text-decoration: none;
}

.angle-left-encadre {
  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'%20d='m136.8%20272.8%20201.7%20202.1c23.5%2023.1%2060-11.6%2036.1-35.2L191.7%20256l183-183.9c23.9-23.2-12.5-58.1-36-35.1L136.8%20239.2c-9.3%209.3-10.2%2023.6%200%2033.6z'%20fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  height: 16px;
  width: 16px;
  text-indent: -9999px;
  display: inline-block;
  background-color: #FFB210;
}
.angle-left-encadre:hover, .angle-left-encadre:active {
  text-decoration: none;
}
.angle-left-encadre:hover {
  background-color: #D6430A;
}

.cadenas-open {
  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'%20d='M364.8%20223.9H192v-96.1c0-84%20128-84.7%20128%200v31.5h32v-31.5c0-127.4-192-128.1-192%200v96.1h-19.2c-28.2%200-44.8%2023-44.8%2051.2v153.7c0%2028.2%2016.6%2051.2%2044.8%2051.2h224c28.2%200%2051.2-23%2051.2-51.2V275.1c0-28.2-23-51.2-51.2-51.2zM288%20416h-64v-96.1h64V416z'%20fill='%23666666'/%3E%3C/svg%3E");
  background-size: contain;
  height: 18px;
  width: 18px;
  text-indent: -9999px;
  display: inline-block;
  vertical-align: top;
}
.cadenas-open:hover, .cadenas-open:active {
  text-decoration: none;
}

.trash {
  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%20lx-trash-body-border'%20d='M64.4%20440.7c0%2039.3%2031.9%2071.3%2071.3%2071.3h240.6c39.3%200%2071.3-31.9%2071.3-71.3v-312H64.4v312zm63.8-248.1h255.5v231.7c0%2013.1-10.7%2023.8-23.8%2023.8H152c-13.1%200-23.8-10.7-23.8-23.8V192.6z'%20fill='%23666666'/%3E%3Cpath%20class='lexicon-icon-outline%20lx-trash-lid'%20fill='%23666666'%20d='M351.8%2032.9V0H160.2v32.9H64.4v63.2h383.2V32.9z'/%3E%3Cpath%20class='lexicon-icon-outline%20lx-trash-line-2'%20fill='%23666666'%20d='M287.9%20223.6h63.9v191.6h-63.9z'/%3E%3Cpath%20class='lexicon-icon-outline%20lx-trash-line-1'%20fill='%23666666'%20d='M160.2%20223.6h63.9v191.6h-63.9z'/%3E%3C/svg%3E");
  background-size: contain;
  height: 20px;
  width: 20px;
  text-indent: -9999px;
  display: inline-block;
}
.trash:hover, .trash:active {
  text-decoration: none;
}

.veol .btn-fleche-square {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/navigation/ico-chevron-down-orange.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.erdf .btn-fleche-square {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/navigation/ico-chevron-down-bleu-fonce.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.veol .btn-notif-square {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/navigation/ico-cloche-orange.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.erdf .btn-notif-square {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/navigation/ico-cloche-bleu-fonce.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.veol .btn-loupe-square {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/navigation/ico-loupe-orange.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.erdf .btn-loupe-square {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/navigation/ico-loupe-bleu-fonce.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-arrow-up {
  display: inline-block;
  flex-shrink: 0;
  width: 0.875rem;
  height: 0.875rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/navigation/ico-arrow-up.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-arrow-up-disabled {
  display: inline-block;
  flex-shrink: 0;
  width: 0.875rem;
  height: 0.875rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/navigation/ico-arrow-up-disabled.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-arrow-down {
  display: inline-block;
  flex-shrink: 0;
  width: 0.875rem;
  height: 0.875rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/navigation/ico-arrow-down.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-arrow-down-disabled {
  display: inline-block;
  flex-shrink: 0;
  width: 0.875rem;
  height: 0.875rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/navigation/ico-arrow-down-disabled.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-small-arrow-right {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/navigation/ico-small-arrow-right.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1057C8;
}
.suggestions-in-expand .ico-small-arrow-right {
  display: inline-block;
  flex-shrink: 0;
  width: 0.5625rem;
  height: 0.5625rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/navigation/ico-small-arrow-right-gris.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}

.ico-drag-drop {
  display: inline-block;
  flex-shrink: 0;
  width: 0.875rem;
  height: 0.875rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/navigation/ico-drag-drop.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* collapse-icon-open --> avec angle-up
collapse-icon-closed --> avec angle-down */
.angle-down {
  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'%20d='M272.8%20375.2%20475%20173.3c23-23.6-11.9-59.9-35.1-36L256%20320.3%2072.2%20137.4c-23.5-24-58.2%2012.5-35.2%2036.1l202.1%20201.7c10.1%2010.2%2024.4%209.3%2033.7%200z'%20fill='grey'/%3E%3C/svg%3E");
  background-size: contain;
  height: 0.9375rem;
  width: 0.9375rem;
  text-indent: -9999px;
}
.angle-down:hover, .angle-down:active {
  text-decoration: none;
}

.angle-up {
  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'%20d='M239.2%20136.8%2037.1%20338.5c-23.1%2023.5%2011.6%2060%2035.2%2036.1L256%20191.7l183.9%20183c23.2%2023.9%2058.1-12.5%2035.1-36L272.8%20136.8c-9.3-9.3-23.6-10.2-33.6%200z'%20fill='grey'/%3E%3C/svg%3E");
  background-size: contain;
  height: 0.9375rem;
  width: 0.9375rem;
  text-indent: -9999px;
}
.angle-up:hover, .angle-up:active {
  text-decoration: none;
}

.angle-up-bleu {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/angle-up-bleu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.angle-down-bleu {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/angle-down-bleu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-chevron-left {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/navigation/ico-chevron-left.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ico-chevron-left.medium {
  display: inline-block;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/navigation/ico-chevron-left.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-chevron-right {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/navigation/ico-chevron-right.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ico-chevron-right.medium {
  display: inline-block;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/navigation/ico-chevron-right.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-chevron-right-small {
  display: inline-block;
  flex-shrink: 0;
  width: 0.375rem;
  height: 0.375rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/navigation/ico-chevron-right-small.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-video-small {
  display: inline-block;
  flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/recherche-contenu/ico-video-small.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: -0.125rem;
}

.ico-publication-small {
  display: inline-block;
  flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/recherche-contenu/ico-publication-small.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: -0.125rem;
}

.ico-fichier-small {
  display: inline-block;
  flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/recherche-contenu/ico-fichier-small.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: -0.125rem;
}

.ico-wiki-small {
  display: inline-block;
  flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/recherche-contenu/ico-wiki.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: -0.125rem;
}

.ico-blog-small {
  display: inline-block;
  flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/recherche-contenu/ico-blog.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: -0.125rem;
}

.ico-faq-small {
  display: inline-block;
  flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/recherche-contenu/ico-faq.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: -0.125rem;
}

.ico-alerte-square {
  display: inline-block;
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/recherche-contenu/ico-cloche-bleu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-no-result {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/recherche-contenu/ico-no-result.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-pdf-square {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/ico-pdf.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-xls-square, .ico-xlsx-square, .ico-csv-square {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/ico-xls.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.cadenas_closed {
  display: inline-block;
  flex-shrink: 0;
  width: 0.625rem;
  height: 0.625rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/ico-cadenas-closed.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.cadenas_closed_grey {
  display: inline-block;
  flex-shrink: 0;
  width: 0.625rem;
  height: 0.625rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/ico-cadenas-closed-grey.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-conversations {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/conversations/ico-conversations.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-coin-bas-droit {
  display: inline-block;
  flex-shrink: 0;
  width: 1.3125rem;
  height: 1.3125rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/conversations/ico-coin-bas-droit.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-coin-haut-gauche {
  display: inline-block;
  flex-shrink: 0;
  width: 1.3125rem;
  height: 1.3125rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/conversations/ico-coin-haut-gauche.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-comment {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/mon-reseau/ico-comment.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: 1px;
}

.ico-comment-bleu {
  display: inline-block;
  flex-shrink: 0;
  width: 0.9375rem;
  height: 0.9375rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/mon-reseau/ico-comment-bleu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: 1px;
}

.ico-reseau-invalid-positif {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/mon-reseau/ico-reseau-invalid-positif.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-reseau-check-positif {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/mon-reseau/ico-reseau-check-positif.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-reseau-bloquer {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/mon-reseau/ico-reseau-bloquer.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-reseau-desabonner-positif {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/mon-reseau/ico-reseau-desabonner-positif.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-reseau-sabonner-positif {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/mon-reseau/ico-reseau-sabonner-positif.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-loupe-gris {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/petites-annonces/ico-loupe-gris.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-categorie {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/petites-annonces/ico-categorie.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.btn-pos .ico-chevron-right-btn {
  display: inline-block;
  flex-shrink: 0;
  width: 0.6875rem;
  height: 0.6875rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/petites-annonces/ico-chevron-right-btn.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.btn-pos:hover .ico-chevron-right-btn {
  display: inline-block;
  flex-shrink: 0;
  width: 0.6875rem;
  height: 0.6875rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/petites-annonces/ico-chevron-right-white-btn.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.btn-pos .ico-chevron-left-btn {
  display: inline-block;
  flex-shrink: 0;
  width: 0.6875rem;
  height: 0.6875rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/petites-annonces/ico-chevron-left-btn.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.btn-pos:hover .ico-chevron-left-btn {
  display: inline-block;
  flex-shrink: 0;
  width: 0.6875rem;
  height: 0.6875rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/petites-annonces/ico-chevron-left-white-btn.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.btn-neg .ico-chevron-right-btn {
  display: inline-block;
  flex-shrink: 0;
  width: 0.6875rem;
  height: 0.6875rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/petites-annonces/ico-chevron-right-white-btn.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.btn-neg .ico-chevron-left-btn {
  display: inline-block;
  flex-shrink: 0;
  width: 0.6875rem;
  height: 0.6875rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/petites-annonces/ico-chevron-left-white-btn.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-newsletter-creation {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/newsletter/ico-newsletter-creation.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-newsletter-gestion {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/newsletter/ico-newsletter-gestion.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-no-newsletter {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/newsletter/ico-no-newsletter.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-no-campagne {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/newsletter/ico-no-campagne.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-newsletter-editer {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/newsletter/ico-newsletter-editer.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
[class^=Aplat] .ico-newsletter-editer {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/newsletter/ico-newsletter-editer-blanc.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.erdf .ico-newsletter-editer {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/newsletter/erdf/ico-newsletter-editer.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-newsletter-dupliquer {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/newsletter/ico-newsletter-dupliquer.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-newsletter-supprimer {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/newsletter/ico-newsletter-supprimer.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-newsletter-ajouter {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/newsletter/ico-newsletter-ajouter.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-newsletter-reporting {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/newsletter/ico-newsletter-reporting.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-newsletter-copylink {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/newsletter/ico-newsletter-copylink.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-newsletter-invites {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/newsletter/ico-newsletter-invites.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-newsletter-visuel {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/newsletter/ico-newsletter-visuel.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-newsletter-view {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/newsletter/ico-newsletter-view.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-newsletter-auteur {
  display: inline-block;
  flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/newsletter/ico-newsletter-auteur.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-newsletter-frequence {
  display: inline-block;
  flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/newsletter/ico-newsletter-frequence.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-newsletter-desabonner, .ico-conversations-desabonner {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/newsletter/ico-newsletter-desabonner.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-newsletter-sabonner, .ico-conversations-sabonner {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/newsletter/ico-newsletter-sabonner.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-plus, .position-panoramique:not(.bgwhite) .ico-plus, .couleur-communaute-blanc .position-panoramique:not(.bgwhite) .ico-plus {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/mes-outils/ico-plus.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-plus-white, .btn-positif:hover .ico-plus, .couleur-communaute-blanc .ico-plus {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/mes-outils/ico-plus-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-creer-dossier {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/mes-outils/ico-creer-dossier.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-creer-dossier-white, .btn-positif:hover .ico-creer-dossier {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/mes-outils/ico-creer-dossier-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-reorganiser-dossier {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/mes-outils/ico-reorganiser-dossier.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-reorganiser-dossier-white, .btn-positif:hover .ico-reorganiser-dossier {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/mes-outils/ico-reorganiser-dossier-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-info-white, .position-panoramique:not(.bgwhite) .ico-info-white, .couleur-communaute-blanc .position-panoramique:not(.bgwhite) .ico-info-white {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/header-communautes/ico-info-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ico-info-white.seize, .position-panoramique:not(.bgwhite) .ico-info-white.seize, .couleur-communaute-blanc .position-panoramique:not(.bgwhite) .ico-info-white.seize {
  width: 1rem;
  height: 1rem;
}

.ico-info-bleu, .couleur-communaute-blanc .ico-info-white {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/header-communautes/ico-info-bleu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ico-info-bleu.seize, .couleur-communaute-blanc .ico-info-white.seize {
  width: 1rem;
  height: 1rem;
}

.ico-sortir-de-com-white, .position-panoramique:not(.bgwhite) .ico-sortir-de-com-white, .couleur-communaute-blanc .position-panoramique:not(.bgwhite) .ico-sortir-de-com-white {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/header-communautes/ico-sortir-de-com-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-sortir-de-com-bleu, .couleur-communaute-blanc .ico-sortir-de-com-white {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/header-communautes/ico-sortir-de-com-bleu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-ajouter-com-au-menu-white, .position-panoramique:not(.bgwhite) .ico-ajouter-com-au-menu-white, .couleur-communaute-blanc .position-panoramique:not(.bgwhite) .ico-ajouter-com-au-menu-white {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/header-communautes/ico-ajouter-com-au-menu-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-ajouter-com-au-menu-bleu, .couleur-communaute-blanc .ico-ajouter-com-au-menu-white {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/header-communautes/ico-ajouter-com-au-menu-bleu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-retirer-com-au-menu-white, .position-panoramique:not(.bgwhite) .ico-retirer-com-au-menu-white, .couleur-communaute-blanc .position-panoramique:not(.bgwhite) .ico-retirer-com-au-menu-white {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/header-communautes/ico-retirer-com-au-menu-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-retirer-com-au-menu-bleu, .couleur-communaute-blanc .ico-retirer-com-au-menu-white {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/header-communautes/ico-retirer-com-au-menu-bleu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ecm-type-profil .card.card-square:not(.active) .ico-radiobutton {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/ico-radiobutton-default.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ecm-type-profil .card.card-square.active .ico-radiobutton {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/ico-radiobutton-active.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-localisation {
  display: inline-block;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/sites-utiles/ico-localisation.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-pendule {
  display: inline-block;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/sites-utiles/ico-pendule.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-telephone {
  display: inline-block;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/sites-utiles/ico-telephone.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-enveloppe {
  display: inline-block;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/sites-utiles/ico-enveloppe.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-accessible {
  display: inline-block;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/sites-utiles/ico-accessible.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-restaurant {
  display: inline-block;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/sites-utiles/ico-restaurant.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-parking-voiture {
  display: inline-block;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/sites-utiles/ico-parking-voiture.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-parking-velo {
  display: inline-block;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/sites-utiles/ico-parking-velo.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-map-hotel {
  display: inline-block;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/sites-utiles/ico-map-hotel-bleu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.active .ico-map-hotel {
  display: inline-block;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/sites-utiles/ico-map-hotel-blanc.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-map-restaurant {
  display: inline-block;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/sites-utiles/ico-map-restaurant-bleu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.active .ico-map-restaurant {
  display: inline-block;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/sites-utiles/ico-map-restaurant-blanc.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-map-services {
  display: inline-block;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/sites-utiles/ico-map-services-bleu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.active .ico-map-services {
  display: inline-block;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/sites-utiles/ico-map-services-blanc.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-map-transport {
  display: inline-block;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/sites-utiles/ico-map-transport-bleu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.active .ico-map-transport {
  display: inline-block;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/sites-utiles/ico-map-transport-blanc.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-calendar {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/tdispo/ico-calendar.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-check {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/tdispo/ico-check.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-invalid {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/tdispo/ico-invalid.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-invalid-bleu {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/tdispo/ico-invalid-bleu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-croix-suppression {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/tdispo/ico-croix-suppression.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-sablier {
  display: inline-block;
  flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/challenge/ico-sablier.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-sablier-current {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/challenge/ico-sablier-current.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-petite-fleche-blanche {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/challenge/ico-petite-fleche-blanche.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-petite-fleche-bleue {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/challenge/ico-petite-fleche-bleue.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-petit-check {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/challenge/ico-petit-check.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-petit-retry {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/challenge/ico-petit-retry.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-petit-attente {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/challenge/ico-petit-attente.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-copylink-white {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/challenge/ico-copylink-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-drapeau {
  display: inline-block;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/challenge/ico-drapeau.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-equipes {
  display: inline-block;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/challenge/ico-equipes.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-play {
  display: inline-block;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/challenge/ico-play.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-play-failed {
  display: inline-block;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/challenge/ico-play-failed.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-play-failed-btn {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/challenge/ico-play-failed-btn.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-play-attente {
  display: inline-block;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/challenge/ico-play-attente.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-play-attente-btn {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/challenge/ico-play-attente-btn.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-play-win {
  display: inline-block;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/challenge/ico-play-win.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-play-win-vert {
  display: inline-block;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/challenge/ico-play-win-vert.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-play-win-bleu {
  display: inline-block;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/challenge/ico-play-win-bleu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-play-win-or {
  display: inline-block;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/challenge/ico-play-win-or.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-play-win-argent {
  display: inline-block;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/challenge/ico-play-win-argent.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-play-win-bronze {
  display: inline-block;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/challenge/ico-play-win-bronze.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-play-win-btn {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/challenge/ico-play-win-btn.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-petite-etoile {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/challenge/ico-petite-etoile.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-profil-post-blanc {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/fiche-profil/ico-profil-post-blanc.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-profil-partage-blanc {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/fiche-profil/ico-profil-partage-blanc.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-teams {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/EDF-ICONS-TEAMS-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-profil-fleche-bulle-blanc {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/fiche-profil/ico-profil-fleche-bulle-blanc.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-profil-mail-bleu {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/fiche-profil/ico-profil-mail-bleu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.erdf .ico-profil-mail-bleu {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/fiche-profil/erdf/ico-profil-mail-bleu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-profil-tel-bleu {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/fiche-profil/ico-profil-tel-bleu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.erdf .ico-profil-tel-bleu {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/fiche-profil/erdf/ico-profil-tel-bleu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-profil-telpor-bleu {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/fiche-profil/ico-profil-telpor-bleu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.erdf .ico-profil-telpor-bleu {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/fiche-profil/erdf/ico-profil-telpor-bleu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-profil-disponibilite-vert {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/fiche-profil/ico-profil-disponibilite-vert.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-profil-mobilite-vert {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/fiche-profil/ico-profil-mobilite-vert.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-profil-direction-gris {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/fiche-profil/ico-profil-direction-gris.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-profil-localite-gris {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/fiche-profil/ico-profil-localite-gris.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-profil-plus-bleu, .ico-plus-carre-bleu {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/fiche-profil/ico-profil-plus-bleu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-profil-moins-bleu, .ico-moins-carre-bleu {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/fiche-profil/ico-profil-moins-bleu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-profil-chevron-droit-bleu {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/fiche-profil/ico-profil-chevron-droit-bleu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-profil-chevron-droit-blanc {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/fiche-profil/ico-profil-chevron-droit-blanc.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-profil-recommander-bleu {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/fiche-profil/ico-profil-recommander-bleu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-profil-telecharger-bleu {
  display: inline-block;
  flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/fiche-profil/ico-profil-telecharger-bleu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-profil-supprimer-bleu {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/fiche-profil/ico-profil-supprimer-bleu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.erdf .ico-profil-supprimer-bleu {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/fiche-profil/erdf/ico-profil-supprimer-bleu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-loupe-blanc {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/annuaire-groupe/ico-loupe-blanc.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-reinitialiser-bleu {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/annuaire-groupe/ico-reinitialiser-bleu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-communaute-officielle {
  display: inline-block;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("/o/veol-2018-theme/images/ico/ico-communaute-officielle-blue.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.communaute-backgrounds .ico-communaute-officielle {
  display: inline-block;
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  background-image: url("/o/veol-2018-theme/images/ico/ico-communaute-officielle-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.couleur-communaute-blanc:not([style]) .communaute-backgrounds .ico-communaute-officielle {
  display: inline-block;
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  background-image: url("/o/veol-2018-theme/images/ico/ico-communaute-officielle-blue.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ico-communaute-officielle.smaller {
  display: inline-block;
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  background-image: url("/o/veol-2018-theme/images/ico/ico-communaute-officielle-blue.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ico-communaute-officielle.smallest {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/ico/ico-communaute-officielle-blue.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.veol .ico-faq-fleche-bleu {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/faq/ico-faq-fleche-droite-bleu-moyen.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.erdf .ico-faq-fleche-bleu {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/faq/ico-fleche-droite-bleu-600-enedis.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-faq-fleche-blanc {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/faq/ico-faq-fleche-droite-blanche.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-conversations-desabonner {
  width: 1rem;
  height: 1rem;
}

.ico-conversations-sabonner {
  width: 1rem;
  height: 1rem;
}

.ico-conversations-favoris {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/conversations/ico-conversations-favoris.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-conversations-partage {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/conversations/ico-conversations-partage.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-fleche-vers-haut {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/chatai/ico-fleche-vers-haut.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-fleche-top-bleu {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/chatai/ico-fleche-top-bleu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-demarre-conversation-blanc {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/chatai/ico-demarre-conversation-blanc.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-demarre-conversation-bleu {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/chatai/ico-demarre-conversation-bleu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-magic-wand {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/chatai/ico-magic-wand.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-stop-square {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/chatai/ico-stop-square.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-IA {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/chatai/ico-IA.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-IA-watt {
  display: inline-block;
  flex-shrink: 0;
  width: 4.9rem;
  height: 3.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/chatai/ico-IA-watt-blanc.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: solid 1px #1057C8;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2509803922);
  transition: all 300ms ease-in-out;
}
.ico-IA-watt:hover {
  display: inline-block;
  flex-shrink: 0;
  width: 4.9rem;
  height: 3.5rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/chatai/ico-IA-watt-bleu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: solid 1px #1057C8;
  background-color: #1057C8;
}

.ico-IA-watt-small, .ico-IA-round {
  display: inline-block;
  flex-shrink: 0;
  width: 2.8125rem;
  height: 2.8125rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/chatai/ico-IA-watt-blanc-square.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: solid 1px #1057C8;
}

.ico-IA-tchat {
  display: inline-block;
  flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/chatai/ico-IA-tchat.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-IA-world {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/chatai/ico-IA-world.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-IA-warning {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/chatai/ico-IA-warning.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-target-blank {
  display: inline-block;
  flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/chatai/ico-target-blank.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-like {
  display: inline-block;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/chatai/ico-like-off.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ico-like:hover, .ico-like.active {
  display: inline-block;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/chatai/ico-like-on.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-dislike {
  display: inline-block;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/chatai/ico-dislike-off.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ico-dislike:hover, .ico-dislike.active {
  display: inline-block;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/chatai/ico-dislike-on.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-formations-pin-off, .pin {
  display: inline-block;
  flex-shrink: 0;
  width: 1.3125rem;
  height: 1.3125rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/annuaire-formations/ico-pin-off.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-formations-pin-on, .pin-full {
  display: inline-block;
  flex-shrink: 0;
  width: 1.3125rem;
  height: 1.3125rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/annuaire-formations/ico-pin-on.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-formations-duree {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/annuaire-formations/ico-duree.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-formations-modalite {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/annuaire-formations/ico-modalite.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-formations-source {
  display: inline-block;
  flex-shrink: 0;
  width: 1.1875rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/annuaire-formations/ico-source.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-partager-gris {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/mon-reseau/ico-partager-gris.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ico-hashtag-bleu {
  display: inline-block;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/mon-reseau/ico-hashtag-bleu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.ico-refresh {
  display: inline-block;
  flex-shrink: 0;
  width: 1.875rem;
  height: 1.875rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/challenge/ico-petit-retry.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ico-refresh:hover {
  transform: rotate(360deg);
  transition: 0.8s ease-in-out;
}

a .ico-commentaire {
  display: inline-block;
  border-radius: 50%;
  border: solid 1px #1057C8;
  display: inline-block;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/blog/ico-comment-bleu-moyen.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 1.0625rem;
  background-color: white;
}
a .ico-commentaire:hover {
  display: inline-block;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background-image: url("/o/veol-2018-theme/images/icones-svg/blog/ico-comment-blanc.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 1.125rem;
  background-color: #1057C8;
}

.ico-qr-code-white {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-qr-code-blanc.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.erdf button:hover .ico-qr-code-white {
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-qr-code-bleu-moyen.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

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

.portlet-document-library .management-bar li button span:not(:first-of-type) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.portlet-document-library .management-bar li button:hover span:not(:first-of-type), .portlet-document-library .management-bar li button:focus span:not(:first-of-type) {
  top: -1.5em;
  left: -1.5em;
  font-weight: default;
  border: 1px solid;
  width: unset;
  height: unset;
  padding: unset;
  margin: unset;
  overflow: unset;
  clip: unset;
  white-space: unset;
  border: unset;
}

.search-higher-bar {
  box-shadow: none;
}

@media (min-width: 431px) {
  .searchbar-wrapper .without-ai {
    box-shadow: 0 0.125rem 0.9375rem 0 rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 768px) {
  .searchbar-wrapper .without-ai {
    height: 5.5rem;
  }
}
@media (min-width: 769px) {
  .searchbar-wrapper .without-ai {
    min-height: 5.5rem;
  }
  .searchbar-wrapper .with-ai {
    height: 5.5rem;
  }
}
.searchbar-wrapper button.open-ai {
  height: 5.5rem;
  width: 5.5rem;
  border: none;
  background-color: white;
}
.searchbar-wrapper .submit-wrapper {
  border: solid 1rem white;
}

/*
==== v7.3 > nouveaux seuils de déclenchement ====
430 : nouvelle taille max de smartphone (14 Pro Max)
768 : le menu gauche reste masqué - mais deux colonnes apparaissent 
991.8 --> vue tablette jusque là
992 : seuil de l'apparition du menu gauche (vs 768 auparavant) --> vue desktop
1024 : affichage IPad Mini
1200 : nouveau seuil de déclenchement (avant l'affichage desktop qui est à 1280)
*/
@media only screen and (max-width: 430px) {
  #main-content .portlet-layout.row {
    margin: 0.75rem 0;
  }
  .service_list_item,
  .demandes_list_item,
  .fil-info-mosaique .lfr-asset-item,
  .fil-info-todolist .lfr-asset-item {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .portlet-messervices .serviceoutil-list .serviceoutil-item,
  .portlet-messervicesoutils .serviceoutil-list .serviceoutil-item {
    width: 25%;
  }
  .portlet-menu-navigation #menuDeNavigation {
    width: 100%;
  }
  .cropped-img__mosaiqueView {
    width: 100%;
    height: 202px;
    overflow: hidden;
    display: block;
    position: relative;
  }
  .cropped-img__mosaiqueView > a {
    display: block;
    height: inherit;
    width: inherit;
  }
  .cropped-img__mosaiqueView:not(.imageSmallSizeWrapper) img:not(.userPortrait) {
    width: inherit;
    height: auto;
  }
  .cropped-img__mosaiqueView.imageSmallSizeWrapper img {
    max-width: 137px;
  }
  .ALAUNE1 .block_white h3 {
    position: inherit;
    top: 0;
  }
  .col-md-6 .cropped-img__listView {
    vertical-align: middle;
    position: relative;
    margin-top: 0.625rem;
  }
  .col-md-6 .cropped-img__listView img {
    width: 10rem;
    height: auto;
    max-height: 5.875rem;
  }
  .col-md-6 .cropped-img__listView img.vignette-conversation {
    height: 6.25rem;
    width: auto;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .col-md-6 .cropped-img__listView > a {
    display: inline-block;
  }
  .mesContactsPage-css .cellule_contact {
    width: 100%;
    margin-right: 0;
  }
  .carrousel_v2 {
    height: 280px;
  }
  .carrousel_v2 .carrousel_left,
  .carrousel_v2 .carrousel_right {
    width: 100%;
    height: 140px;
  }
  .carrousel_v2 .carrousel_right .carrousel_image img {
    width: 100%;
    height: auto;
  }
  .aLaUne.card.card-horizontal .card-col-field,
  .aLaUne.card.card-horizontal .card-col-content {
    width: 100%;
    display: block;
    max-width: unset;
    background-color: white;
  }
  .onglets .nav-tabs {
    height: auto;
    margin: 8px;
  }
  .onglets .nav-tabs > li {
    padding: 13px;
    width: inherit;
    display: block;
    border-right: none !important;
    border-left: none !important;
    border-bottom: solid 2px grey !important;
    float: none;
  }
  .portlet-mes-outils-navigation .onglets {
    float: none !important;
    text-align: center;
  }
  .portlet-mes-communautes .list-group-item-field:not(.indicateurs_ordre),
  .portlet-mes-communautes .list-group-item-content {
    display: block;
    max-width: unset;
    height: unset !important;
    border: none;
  }
  .portlet-mes-communautes .list-group-item-field:not(.bouton-in) {
    width: 100%;
  }
  .portlet-mes-communautes .list-group-item-field.bouton-in {
    width: 50%;
    float: left;
    text-align: left;
    padding-left: 0.9375rem;
    padding-top: 0;
  }
  .portlet-mes-communautes .espace_sammary {
    display: none;
  }
  .portlet-mes-communautes .raccourci_un {
    bottom: unset;
    top: 10px;
    margin: 0;
  }
  .portlet-mes-communautes .h2-size {
    padding-top: 1.5em;
  }
  .portlet-mes-communautes .btn {
    padding: 5px 10px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    height: 30px !important;
  }
  .portlet-mes-communautes .indicateurs_ordre {
    display: none;
  }
  .toolbar.toolbar-bottom-article {
    padding: 1em;
  }
  .toolbar.toolbar-bottom-article .taglib-ratings.like .thumbrating a.glyphicon-thumbs-up.rating-on::after,
  .toolbar.toolbar-bottom-article .comment_grey,
  .toolbar.toolbar-bottom-article .btn-tb,
  .toolbar.toolbar-bottom-article .asset-flag a,
  .asset-flag .toolbar.toolbar-bottom-article a,
  .toolbar.toolbar-bottom-article .ratings-like button.btn span.c-inner span.inline-item.inline-item-before > span.off::after,
  .ratings-like button.btn span.c-inner .toolbar.toolbar-bottom-article span.inline-item.inline-item-before > span.off::after {
    width: 25px !important;
    height: 25px !important;
  }
  .toolbar.toolbar-bottom-article .comment_grey {
    background-size: 25px !important;
  }
  .toolbar.toolbar-bottom-article .toolbar-group-content {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px;
  }
  .toolbar.toolbar-bottom-article .toolbar-group-content, .toolbar.toolbar-bottom-article .toolbar-group-content .taglib-ratings.like {
    height: 25px;
  }
  .toolbar.toolbar-bottom-article .taglib-ratings.like .thumbrating a.glyphicon-thumbs-up::after {
    top: 5px;
  }
  .toolbar.toolbar-bottom-article .toolbar-group-right {
    margin-top: 10px;
  }
  .toolbar.toolbar-bottom-article .toolbar-group-right, .toolbar.toolbar-bottom-article .toolbar-group-right .toolbar-group {
    height: 25px;
  }
  .toolbar.toolbar-bottom-article .toolbar-group-right .top_info_relative {
    top: -4px;
  }
  .ellipsis-2 {
    height: 4.2em;
  }
  .ellipsis-4 {
    height: 8.8em;
  }
  .types-outils-list .outils-list .list-group-item, .types-outils-list .panel.outils-favoris .outils-list .list-group-item, .types-outils-list .categories-outils-list .panel .outils-list .list-group-item {
    width: calc(50% - 0.5rem);
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .categories-outils-list .toolbar-group-content p,
  .categories-outils-list div {
    height: auto;
  }
  .flux-activites-list.tabular-list-group .cropped-img__listView:not(.forUserPortrait) {
    width: 5.625rem;
    height: 5.625rem;
  }
  .flux-activites-list.tabular-list-group .inner-entry-detail p {
    font-size: 0.8125rem;
  }
  .col-md-6 .cropped-img__listView {
    vertical-align: middle;
    position: relative;
  }
  .col-md-6 .cropped-img__listView img {
    width: 160px;
    height: auto;
    max-height: 94px;
  }
  .col-md-6 .cropped-img__listView img.vignette-conversation {
    height: 6.25rem;
    width: auto;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .col-md-6 .cropped-img__listView > a {
    display: inline-block;
  }
  #cremodal .btn.btn-primary.btn-default:not(.btn-xs):not(.btn-sm) {
    white-space: normal;
    height: auto;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    line-height: 1.4;
  }
  #cremodal p {
    font-size: 0.875rem;
  }
  .portlet-en-direct-home .portlet-content h2.portlet-title-text,
  .portlet-actus-alaune .portlet-content h2.portlet-title-text,
  .veol .portlet-dansmescommunautes.portlet-titrage h2.portlet-title-text,
  .portlet-titrage.portlet-flux-activites-par-type h2.portlet-title-text,
  .portlet-titrage.portlet-microposts-home h2.portlet-title-text,
  .portlet-titrage.portlet-fil-influencers h2.portlet-title-text, .portlet-home.portlet-actus-aproximite-home h2.portlet-title-text-like,
  .portlet-home .selection-de-la-redaction h2.portlet-title-text-like,
  .portlet-content .pour-comprendre h2.portlet-title-text-like {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 25px;
  }
  .controls-visible .portlet-content-editable {
    border-color: white;
  }
  .portlet-en-direct-home {
    border-left: none;
    padding: 0;
    margin: 20px 0;
  }
  .portlet-actus-alaune {
    margin: 0 20px;
  }
  .portlet-actus-alaune .portlet-content h2.portlet-title-text-like {
    margin-bottom: 10px;
  }
  .a-la-une {
    padding: 0;
  }
  .a-la-une .text-right {
    text-align: center;
  }
  .a-la-une .row .col-md-12,
  .a-la-une .row .col-md-4 {
    padding: 0 !important;
  }
  .a-la-une .row .en-gloire {
    height: auto;
  }
  .a-la-une .row .en-gloire h3 {
    font-size: 1.3125rem;
  }
  .a-la-une .row .en-gloire .img-vue-mosaique,
  .a-la-une .row .en-gloire .en-gloire-content {
    width: 100%;
  }
  .a-la-une .row .col-md-4 {
    width: 47%;
    float: left;
    margin-right: 6%;
  }
  .a-la-une .row .col-md-4:nth-child(2) {
    margin-right: 0;
  }
  .a-la-une .row .col-md-4:nth-child(3) {
    display: none;
  }
  .portlet-actus-aproximite-home {
    margin: 0 20px;
  }
  .portlet-actus-aproximite-home .a-proximite {
    padding: 0;
  }
  .portlet-actus-aproximite-home .row-100 .col-60 .card.en-gloire {
    margin-bottom: 0;
  }
  .portlet-actus-aproximite-home .row-100 .col-60 .card.en-gloire h3 {
    height: auto;
    font-size: 24px;
    margin: 10px -20px !important;
  }
  .portlet-actus-aproximite-home .row-100 .col-60 .card.en-gloire .for-border-right {
    display: none;
  }
  .portlet-actus-aproximite-home .row-100 .col-40 .card-col-field {
    width: 40%;
  }
  .portlet-actus-aproximite-home .row-100 .col-40 .card-col-content h3 {
    font-size: 16px;
    padding-left: 20px;
  }
  .portlet-actus-aproximite-home .text-right {
    text-align: center;
  }
  .selection-de-la-redaction {
    border-bottom: solid 1px #a7a9ac;
  }
  .selection-de-la-redaction .col-md-4 {
    margin-bottom: 1.25rem;
    padding-bottom: 1.5625rem;
  }
  .selection-de-la-redaction .col-md-4:last-child {
    padding-bottom: 0;
  }
  .selection-de-la-redaction .img-vue-mosaique span {
    padding-top: 56%;
  }
  .selection-de-la-redaction .text-right {
    text-align: center;
    margin-bottom: 0.625rem;
  }
  .zoom-sur .zoom-txt {
    padding: 1.25rem;
  }
  .zoom-sur .zoom-txt h3 {
    font-size: 1.5rem;
    line-height: 120%;
  }
  .zoom-sur .zoom-txt p {
    margin-bottom: 1.25rem;
  }
  .pour-comprendre {
    padding: 0 !important;
    margin: 0 20px;
  }
  .pour-comprendre .text-right {
    text-align: center;
  }
  .pour-comprendre .img-vue-mosaique > span {
    width: 100%;
    margin: 0 auto;
  }
  .pour-comprendre .card {
    height: auto;
  }
  .pour-comprendre .card .card-block {
    height: auto;
    overflow: hidden;
    width: 85%;
    margin: -40px auto 30px auto;
    padding: 30px;
    position: relative;
  }
  .portlet-flux-activites-par-type li {
    display: none;
  }
  .portlet-flux-activites-par-type li:nth-child(1), .portlet-flux-activites-par-type li:nth-child(2), .portlet-flux-activites-par-type li:nth-child(3) {
    display: block;
  }
  .view-activites-accueil .list-group-item-content {
    padding-right: 0;
  }
  /* === home 2020 > Dans les portlets imbriquées séparées par un filet 
  (agrégateur de contenu avec portlet decorator "separated"), 
  les deux colonnes s'empilent 
  portlets concernées :
  - "a la une"
  - "en direct"
  - "dans mes communautés"
  - "activité de mon réseau"
  */
  .portlet-separated.portlet-nested-portlets .portlet-content .portlet-layout.row {
    width: 100%;
    display: block;
  }
  .portlet-separated.portlet-nested-portlets .portlet-content .portlet-layout.row .col-md-4,
  .portlet-separated.portlet-nested-portlets .portlet-content .portlet-layout.row .col-md-6,
  .portlet-separated.portlet-nested-portlets .portlet-content .portlet-layout.row .col-md-8 {
    display: block;
  }
  .portlet-separated.portlet-nested-portlets .portlet-content .portlet-layout.row .portlet-column.portlet-column-first {
    border-right: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .portlet-separated.portlet-nested-portlets .portlet-content .portlet-layout.row .portlet-column.portlet-column-last {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .portlet-dansmescommunautes .card-row {
    flex-direction: column;
  }
  .portlet-dansmescommunautes li {
    display: none;
  }
  .portlet-dansmescommunautes li:nth-child(1), .portlet-dansmescommunautes li:nth-child(2), .portlet-dansmescommunautes li:nth-child(3) {
    display: block;
  }
  .portlet-dansmescommunautes li:nth-child(1) .card-col-content > a {
    display: block;
  }
  .portlet-dansmescommunautes li:nth-child(1) .card-col-content .baseline-social {
    position: relative;
  }
  .portlet-dansmescommunautes li:nth-child(2), .portlet-dansmescommunautes li:nth-child(3) {
    margin-top: 25px;
  }
  .row.footer {
    font-size: 0.625rem;
    max-width: 100%;
  }
  .row.footer .logo-footer-wrapper {
    width: 100%;
  }
  .row.footer .logo-footer-wrapper img {
    max-width: 6.25rem;
  }
  .modal-footer .btn {
    white-space: normal;
  }
  .flux-activites-list .entry-comment {
    padding: 0.9375rem;
  }
  .card.card-activites-accueil .card-row {
    flex-wrap: wrap;
    display: flex;
  }
  .card.card-activites-accueil .card-row .truncate-text, .card.card-activites-accueil .card-row .ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview > p, .ck.ck-style-panel .ck-style-grid .ck-style-grid__button .card.card-activites-accueil .card-row .ck-style-grid__button__preview > p {
    overflow: visible;
    white-space: normal;
    text-overflow: unset;
    display: inline-flex;
  }
  .card.card-activites-accueil .card-row .ellipsis-n.ellipsis-2 {
    margin-top: 0.625rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .menu_communaute {
    margin-left: 0;
  }
  .header.main-site .header-left {
    background-color: #1057C8;
    height: 7.25rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
  }
  .header.main-site .header-left .logo-header-wrapper {
    display: inline-flex;
    flex-shrink: 0;
    background-color: white;
    padding: 0.625rem;
    border-radius: 0.625rem;
    margin-left: 1.5rem;
    width: auto;
  }
  .header.main-site .header-left .logo-header-wrapper > a {
    display: inline-block;
    background-color: white;
  }
  .header.main-site .header-left .logo-header-wrapper > a img {
    width: 4.3125rem;
    height: auto;
    margin: 0;
  }
  .header.main-site .header-left .cloche-fleche-wrapper {
    flex-grow: 1;
    flex-shrink: 1;
    flex-direction: row;
    align-items: center;
    display: flex;
    justify-content: flex-end;
  }
  .header.main-site .header-left .cloche-fleche-wrapper .bg-cloche-fleche {
    width: 9.5rem;
    height: 3.125rem;
    background: url("/o/veol-2018-theme/images/icones-svg/bg-cloche-fleche-horizon.svg") 0 0 no-repeat;
  }
  .header.main-site .header-left .cloche-fleche-wrapper #search_loupe {
    z-index: 102;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .header.main-site .header-left .cloche-fleche-wrapper #notifs_cloche {
    z-index: 102;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .header.main-site .header-left .cloche-fleche-wrapper #notifs_cloche #mesnotificationscount {
    top: -0.625rem;
    left: 1.125rem;
  }
  .header.main-site .header-left .cloche-fleche-wrapper #user_fleche {
    z-index: 102;
    margin-left: 0.625rem;
    margin-right: 1.0625rem;
  }
  .header.main-site .header-left #menu-button-burger {
    display: inline-flex;
  }
  .header.main-site .notifs_content,
  .header.main-site .user_content {
    background-color: white;
    box-shadow: #999 0 4px 10px;
    display: block;
    position: absolute;
    padding: 3rem 1rem 1rem 1rem;
    width: 90%;
    top: 2.625rem;
    z-index: 101;
  }
  .header.main-site .notifs_content .expand_footer > a {
    white-space: normal;
    width: 50%;
  }
  .col-navigation {
    display: none;
    position: absolute;
    top: 7.25rem;
    width: 100%;
    z-index: 100;
  }
  .portlet-menu-navigation #menuDeNavigation {
    width: 100%;
  }
  .menu_communaute .communaute-header {
    display: block;
  }
  .menu_communaute .menuCommunauteHorizontal {
    display: none;
  }
  .portlet-menu-navigation-header {
    display: none;
  }
  .ALAUNE1 .block_white h3 {
    position: inherit;
    top: 0;
  }
  .carousel {
    margin: 0 10px;
  }
  .navbar .navbar-collapse:first-child,
  .navbar-collapse-absolute .navbar-collapse {
    background-color: transparent;
    position: inherit;
  }
  .result_search_autocomplete {
    left: auto !important;
    width: 100% !important;
  }
}
@media only screen and (min-width: 431px) and (max-width: 991.98px) {
  .service_list_item,
  .demandes_list_item,
  .fil-info-mosaique .lfr-asset-item,
  .fil-info-todolist .lfr-asset-item {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .cropped-img__mosaiqueView {
    width: 100%;
    height: 194px;
    overflow: hidden;
    display: block;
    position: relative;
  }
  .cropped-img__mosaiqueView > a {
    display: block;
    height: inherit;
    width: inherit;
  }
  .cropped-img__mosaiqueView:not(.imageSmallSizeWrapper) img:not(.userPortrait) {
    width: inherit;
    height: auto;
  }
  .cropped-img__mosaiqueView.imageSmallSizeWrapper img {
    max-width: 137px;
  }
  .mesContactsPage-css .cellule_contact {
    width: 46%;
    margin-right: 2%;
  }
  .carrousel_right .carrousel_image img {
    object-fit: cover;
  }
  .ie .carrousel_right .carrousel_image img {
    width: 100%;
    height: auto;
  }
  .navbar .navbar-collapse:first-child,
  .navbar-collapse-absolute .navbar-collapse {
    background-color: transparent;
    position: inherit;
  }
  .main-site #content {
    padding: 0.75rem;
  }
}
@media only screen and (min-width: 431px) {
  .toolbar.toolbar-bottom-article,
  .toolbar.toolbar-bottom-blog,
  .toolbar.toolbar-bottom-article ~ .tags-categories,
  .toolbar.toolbar-bottom-article ~ .list-tags,
  .contenueLiee,
  .article-add-comment {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .portlet-column-only .portlet-asset-publisher.portlet-borderless .portlet-content .portlet-content-container {
    padding: 0;
  }
  .portlet-column-only .portlet-asset-publisher.portlet-barebone .asset-full-content .journal-content-article, .portlet-column-only .portlet-asset-publisher.portlet-borderless .asset-full-content .journal-content-article {
    padding: 0 0.75rem 2rem 0;
  }
  .portlet-column-only .portlet-asset-publisher.portlet-barebone .asset-full-content .journal-content-article .padded-all, .portlet-column-only .portlet-asset-publisher.portlet-borderless .asset-full-content .journal-content-article .padded-all {
    padding: 0 !important;
  }
  .portlet-blogs .entry-body {
    padding: 2rem;
  }
  .portlet-actus-alaune .col-md-4 {
    width: 33.333333333%;
    float: left;
  }
  .portlet-dansmescommunautes .card .autofit-col {
    width: 50%;
    align-items: flex-start;
  }
  .portlet-dansmescommunautes .card .autofit-col h3 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  /* #74256 - override largeur auteur commentaire. On rajoute #wrapper pour que la regle soit prioritaire. */
  #wrapper .lfr-discussion-body .lfr-discussion-message .lfr-discussion-message-author {
    width: 75%;
  }
  .header-left #search_loupe,
  #menu-button-burger {
    display: none;
  }
  .navbar-header {
    float: none;
  }
  .menu_communaute .communaute-header, .menu_communaute .menuCommunauteHorizontal {
    display: none;
  }
  .portlet-menu-navigation-header {
    display: block;
    margin-top: -0.9375rem;
    margin-left: -1.25rem;
  }
  .notifs_content {
    background-color: white;
    box-shadow: #999 0 4px 10px;
    display: block;
    position: absolute;
    padding: 1rem 1rem 1rem 3rem;
    width: 600px;
    top: 0;
    left: 0;
  }
  .user_content {
    background-color: white;
    box-shadow: #999 0 4px 10px;
    display: block;
    position: absolute;
    padding: 1rem 1rem 1rem 3rem;
    width: 330px;
    top: 0;
    left: 0;
  }
  body:not(.display-panel-columns) #wrapper,
  footer {
    overflow-x: clip;
    margin: 0 auto;
    width: 100%;
    max-width: 80rem;
  }
  body:not(.display-panel-columns) #wrapper .main-site,
  footer .main-site {
    display: flex;
  }
  .main-site .header-left,
  .main-site .col-navigation {
    width: 17.5rem;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    min-height: 0;
    position: relative;
  }
  .main-site .header-left {
    justify-content: center;
  }
  .main-site .header-left .logo-header-wrapper {
    text-align: center;
    width: 13.8125rem;
    margin-right: 3.75rem;
  }
  .main-site .header-left .cloche-fleche-wrapper {
    width: 2.875rem;
    height: 5.4375rem;
    position: absolute;
    top: 0.3125rem;
    right: 0.75rem;
    z-index: 13;
  }
  .main-site .header-left .cloche-fleche-wrapper .bg-cloche-fleche {
    width: inherit;
    height: inherit;
    background: url("/o/veol-2018-theme/images/icones-svg/bg-cloche-fleche.svg") 0 0 no-repeat;
  }
  .main-site .col-navigation {
    vertical-align: top;
  }
  .main-site .searchbar-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 5.75rem;
    width: 83.333333333%;
    padding-right: 0.625rem;
  }
  .main-site .header-toolbar {
    display: table-cell;
    width: 280px;
  }
  .main-site #content {
    display: table-cell;
    padding-left: 20px !important;
    padding-right: 10px;
    padding-top: 0.9375rem;
    max-width: 999px;
  }
  .main-site .links-wrapper > div {
    position: relative;
    top: -6px;
  }
  #wrapper > .main-site > div > nav > .portlet-boundary > section.portlet > .portlet-content > .portlet-content-container > .portlet-body > #menuDeNavigation > #menuPortail,
  #wrapper > .main-site > div > nav > .portlet-boundary > section.portlet > .portlet-content > .portlet-content-container > .portlet-body > #menuDeNavigation > .menu_communaute {
    width: 100%;
    left: 0;
  }
  .col-navigation.communaute,
  .col-navigation.portail,
  .header-toolbar {
    width: 280px;
  }
  #toggle {
    display: none;
  }
  .mesContactsPage-css .cellule_contact {
    width: 46%;
    margin-right: 2%;
  }
  .carrousel_right .carrousel_image img {
    object-fit: cover;
  }
  .ie .carrousel_right .carrousel_image img {
    width: 100%;
    height: auto;
  }
  .aLaUne.card.card-horizontal .card-col-field {
    width: 60%;
  }
  .aLaUne.card.card-horizontal .card-col-content {
    width: 40%;
  }
  .dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content .taglib-search-iterator-page-iterator-bottom {
    padding-bottom: 50px;
  }
  .col-md-8.wiz {
    padding-right: 1.5em !important;
  }
  .col-md-4.contL {
    padding-left: 1.5em !important;
    border-left: 1px solid #ddd;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .service_list_item,
  .demandes_list_item,
  .fil-info-mosaique .lfr-asset-item,
  .fil-info-todolist .lfr-asset-item {
    width: 33%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .cropped-img__mosaiqueView {
    width: 100%;
    height: 118px;
    overflow: hidden;
    display: block;
    position: relative;
  }
  .cropped-img__mosaiqueView > a {
    display: block;
    height: inherit;
    width: inherit;
  }
  .cropped-img__mosaiqueView:not(.imageSmallSizeWrapper) img:not(.userPortrait) {
    width: inherit;
    height: auto;
  }
  .cropped-img__mosaiqueView.imageSmallSizeWrapper img {
    max-width: 137px;
  }
  .cropped-img__listView:not(.forUserPortrait) {
    vertical-align: middle;
    position: relative;
  }
  .cropped-img__listView:not(.forUserPortrait) img {
    width: 150px;
    height: auto;
    max-height: 120px;
  }
  .cropped-img__listView:not(.forUserPortrait) img.vignette-conversation {
    height: 6.25rem;
    width: auto;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .cropped-img__listView:not(.forUserPortrait) > a {
    display: inline-block;
  }
  .veol .widgetcompteutilisateur-portlet .infos_perso .profil_img {
    overflow: hidden;
    width: 100px;
    height: auto;
    max-height: 140px;
    margin: 20px 20px 0 20px;
  }
  .veol .widgetcompteutilisateur-portlet .infos_perso .profil_text {
    padding: 0 20px 20px 20px;
    width: 100%;
  }
  .veol .widgetcompteutilisateur-portlet .infos_perso .profil_text h4 {
    font-weight: normal;
    margin-bottom: 5px;
  }
  .bloc_blanc,
  .bloc_couleur {
    padding: 20px;
  }
  .bloc_blanc .journal-content-article,
  .bloc_couleur .journal-content-article {
    padding: 0;
  }
  .col-md-12 .col-md-9,
  .col-md-12 .col-md-3 {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .mesContactsPage-css .cellule_contact {
    width: 31%;
    margin-right: 2%;
  }
  .service_list_item,
  .demandes_list_item,
  .fil-info-mosaique .lfr-asset-item {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .fil-info-todolist .lfr-asset-item {
    width: 33%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .topServicesCatalogue-portlet .service_list_item,
  .espacesServicesCatalogue-portlet .service_list_item {
    width: 33%;
  }
  .cropped-img__mosaiqueView {
    width: 100%;
    height: 134px;
    overflow: hidden;
    display: block;
    position: relative;
  }
  .cropped-img__mosaiqueView > a {
    display: block;
    height: inherit;
    width: inherit;
  }
  .cropped-img__mosaiqueView:not(.imageSmallSizeWrapper) img:not(.userPortrait) {
    width: inherit;
    height: auto;
  }
  .cropped-img__mosaiqueView.imageSmallSizeWrapper img {
    max-width: 137px;
  }
}
/*
Le bootstrap de Liferay 7.0 avait un seuil à 768px. Le bootstrap de Liferay déclenche à 992px.
les seuils notés dans clay sont :

@media (min-width: 576px)
@media (min-width: 768px)
@media (min-width: 992px)
@media (min-width: 1200px)

@media (max-width: 575.98px) 
@media (max-width: 767.98px)
@media (max-width: 991.98px)
@media (max-width: 1199.98px) 

les "col-xs-" déclenchent à 0

les "col-sm-" déclenchent à : @media (min-width: 576px)

les "col-md-" déclenchent à : @media (min-width: 768px)

les "col-lg-" déclenchent à : @media (min-width: 992px)

les "col-xl-" déclenchent à : @media (min-width: 1200px)

*/
.player-responsive,
.col-md-8 .player-responsive {
  display: inline-block;
  border: solid 1px black;
}

@media screen and (max-width: 430px) {
  .player-responsive {
    width: 330px;
    height: 186px;
  }
}
@media screen and (min-width: 431px) and (max-width: 767.98px) {
  .player-responsive {
    width: 652px;
    height: 367px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .player-responsive {
    width: 652px;
    height: 367px;
  }
  .col-md-8 .player-responsive {
    width: 420px;
    height: 236px;
  }
  .col-md-4 .player-responsive {
    width: 204px;
    height: 115px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1023.98px) {
  .player-responsive {
    width: 565px;
    height: 317px;
  }
  .col-md-8 .player-responsive {
    width: 370px;
    height: 208px;
  }
  .col-md-4 .player-responsive {
    width: 173px;
    height: 97px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .player-responsive {
    width: 596px;
    height: 335px;
  }
  .col-md-8 .player-responsive {
    width: 389px;
    height: 218px;
  }
  .col-md-4 .player-responsive {
    width: 185px;
    height: 104px;
  }
}
@media screen and (min-width: 1200px) {
  .player-responsive {
    width: 768px;
    height: 432px;
  }
  .col-md-8 .player-responsive {
    width: 508px;
    height: 285px;
  }
  .col-md-4 .player-responsive {
    width: 244px;
    height: 137px;
  }
}
.webtv-apercu {
  width: 540px;
  height: 304px;
  display: block; /*centrage*/
  margin: auto;
}

.col-md-4 .portlet-en-direct-home .webtv-apercu {
  width: 268px;
  height: 151px;
}

@media screen and (max-width: 440px) {
  /* galaxy S5, iphone XR */
  .webtv-apercu,
  .col-md-4 .portlet-en-direct-home .webtv-apercu {
    width: 295px; /* marges 53px */
    height: 166px;
  }
}
@media screen and (min-width: 441px) and (max-width: 581px) {
  /* ipad, pas de menu g, ou pleine largeur */
  .webtv-apercu,
  .col-md-4 .portlet-en-direct-home .webtv-apercu {
    width: 400px;
    height: 225px;
  }
}
@media screen and (min-width: 582px) and (max-width: 768px) {
  /* menu g passe en burger */
  .webtv-apercu,
  .col-md-4 .portlet-en-direct-home .webtv-apercu {
    width: 540px;
    height: 304px;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  /* menu g, mais pas de 2e colonne */
  .webtv-apercu,
  .col-md-4 .portlet-en-direct-home .webtv-apercu {
    width: 502px;
    height: 283px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
  /* 2e colonne toute riquiqui */
  .col-md-4 .portlet-en-direct-home .webtv-apercu {
    width: 172px;
    height: 97px;
  }
}
@media (min-width: 321px) and (max-width: 568px) {
  .alaune-css .fil-info-mosaique .lfr-asset-item {
    width: 50%;
  }
  .alaune-css .fil-info-mosaique .lfr-asset-item h4 {
    font-size: 90%;
  }
}
@media (min-width: 569px) and (max-width: 768px) {
  .alaune-css .fil-info-mosaique .lfr-asset-item {
    width: 33%;
  }
  .alaune-css .fil-info-mosaique .lfr-asset-item h4 {
    font-size: 90%;
  }
}
@media (min-width: 769px) and (max-width: 840px) {
  .alaune-css .fil-info-mosaique .lfr-asset-item {
    width: 50%;
  }
}
@media (min-width: 841px) and (max-width: 1100px) {
  .alaune-css .fil-info-mosaique .lfr-asset-item {
    width: 33%;
  }
}
@media (min-width: 1101px) {
  .alaune-css .fil-info-mosaique .lfr-asset-item {
    width: 25%;
  }
}
@media (max-width: 430px) {
  .col-md-6 .fil-info-mosaique .lfr-asset-item {
    width: 100%;
  }
}
@media (min-width: 431px) and (max-width: 768px), (min-width: 992px) {
  .col-md-6 .fil-info-mosaique .lfr-asset-item {
    width: 50%;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .col-md-6 .fil-info-mosaique .lfr-asset-item {
    width: 33%;
  }
}
@media (min-width: 769px) {
  .col-md-8 .fil-info-mosaique .lfr-asset-item {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .col-md-8 .fil-info-mosaique .lfr-asset-item {
    width: 33%;
  }
}
@media (max-width: 568px), (min-width: 769px) and (max-width: 991px) {
  .aLaUne .img-vue-aLaUne,
  .aLaUne .txt-vue-aLaUne {
    width: 100%;
  }
  .aLaUne .txt-vue-aLaUne {
    position: relative;
  }
  .aLaUne .txt-vue-aLaUne p.truncate-text, .aLaUne .txt-vue-aLaUne .ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview > p, .ck.ck-style-panel .ck-style-grid .ck-style-grid__button .aLaUne .txt-vue-aLaUne .ck-style-grid__button__preview > p {
    white-space: normal !important;
  }
}
@media (min-width: 569px) and (max-width: 769px) {
  .aLaUne .img-vue-aLaUne,
  .aLaUne .txt-vue-aLaUne {
    width: 50%;
    box-shadow: none;
  }
  .aLaUne .txt-vue-aLaUne {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (min-width: 992px) {
  .aLaUne .img-vue-aLaUne {
    width: 60%;
  }
  .aLaUne .txt-vue-aLaUne {
    position: absolute;
    width: 45%;
    right: 0;
    top: 40px;
  }
}
@media screen and (min-width: 569px) {
  .pour-comprendre .col-md-4 {
    width: 33.3332%;
    float: left;
  }
}
@media screen and (min-width: 431px) and (max-width: 991px) {
  .selection-de-la-redaction .col-md-4 {
    width: 33.3332%;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .portlet-actus-aproximite-home .row-100, .portlet-actus-aproximite-home .row-100 .col-40,
  .portlet-actus-aproximite-home .row-100 .col-60 {
    display: block;
  }
  .portlet-actus-aproximite-home .row-100 .card .card-col-field,
  .portlet-actus-aproximite-home .row-100 .card .card-col-content {
    max-width: none;
  }
  .portlet-actus-aproximite-home .row-100 .card .card-col-content h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .portlet-actus-aproximite-home .row-100 {
    float: left;
    width: 100%;
  }
  .portlet-actus-aproximite-home .row-100 .col-60,
  .portlet-actus-aproximite-home .row-100 .col-40 {
    float: left;
    vertical-align: top;
  }
  .portlet-actus-aproximite-home .row-100 .col-60 {
    width: 60%;
  }
  .portlet-actus-aproximite-home .row-100 .col-40 {
    width: 40%;
  }
  .portlet-actus-aproximite-home .row-100 .col-40 a:first-of-type {
    border-bottom: solid 1px #ccc;
    display: block;
  }
  .portlet-actus-aproximite-home .row-100 .col-40 .card-hover:first-of-type .img-vue-mosaique {
    margin-top: -14px;
  }
  .portlet-actus-aproximite-home .row-100 .col-40 .card-hover:last-of-type .img-vue-mosaique {
    margin-bottom: -14px;
  }
  .portlet-actus-aproximite-home .row-100 .card {
    margin-bottom: 0 !important;
  }
  .portlet-actus-aproximite-home .row-100 .card:not(.en-gloire) .autofit-col {
    width: 34%;
  }
  .portlet-actus-aproximite-home .row-100 .card:not(.en-gloire) .card-col-content h3 {
    font-size: 16px;
  }
  .portlet-actus-aproximite-home .row-100 .card.card.en-gloire .autofit-col:not(.autofit-col-expand) {
    width: 53.6%;
  }
  .portlet-actus-aproximite-home .row-100 .card .autofit-col-expand {
    vertical-align: middle;
  }
}
@media screen and (min-width: 992px) {
  .col-md-6 .zoom-sur .zoom-txt,
  .col-md-8 .zoom-sur .zoom-txt {
    padding: 40px;
  }
  .col-md-6 .zoom-sur .zoom-txt h3,
  .col-md-8 .zoom-sur .zoom-txt h3 {
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 5px;
  }
  .col-md-6 .zoom-sur .zoom-txt p,
  .col-md-8 .zoom-sur .zoom-txt p {
    margin-bottom: 15px;
  }
  .col-md-4 .zoom-sur .zoom-txt {
    padding: 26px;
  }
  .col-md-4 .zoom-sur .zoom-txt h3 {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 5px;
  }
  .col-md-4 .zoom-sur .zoom-txt p {
    margin-bottom: 10px;
  }
}
@media (min-width: 431px) and (max-width: 1024px) {
  .portlet-ephemeride-display + .portlet-nested-portlets .col-md-8.portlet-column-first {
    width: 65%;
    float: left;
  }
  .portlet-ephemeride-display + .portlet-nested-portlets .col-md-4.portlet-column-last {
    width: 33%;
    float: left;
  }
  .pour-comprendre .card {
    height: 385px;
  }
  .pour-comprendre .card .card-block {
    margin-top: -40px;
  }
  .selection-de-la-redaction .cartel-wrapper {
    padding: 0 5px;
  }
  .portlet-titrage .portlet-content h2.portlet-title-text {
    font-size: 1.68em;
  }
  .zoom-sur .zoom-txt {
    padding: 65px;
  }
  .zoom-sur .zoom-txt h3 {
    font-size: 34px;
    line-height: 120%;
  }
}
@media screen and (max-width: 1279px) {
  .portlet-actus-aproximite-home .row-100 .card .autofit-col-expand h3,
  .a-la-une .en-gloire h3 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .veol .portlet-actus-aproximite-home .row-100 .card:not(.en-gloire) .autofit-col-expand h3 {
    font-size: 1rem;
  }
  .erdf .portlet-actus-aproximite-home .row-100 .card:not(.en-gloire) .autofit-col-expand h3 {
    font-size: 0.875rem;
  }
}
@media (max-width: 428px) {
  .galerie-trois-vignettes .col-md-4,
  .gallerie_large #thumbs li {
    margin-top: 0.9375rem;
    width: 100%;
    overflow: hidden;
    float: left;
  }
  .galerie-trois-vignettes .col-md-4 .times-circle,
  .gallerie_large #thumbs li .times-circle {
    background-color: white;
    top: 0.25rem;
    left: 1rem;
  }
  .gallerie_large #thumbs li {
    position: relative;
    margin-right: 5px;
  }
  html:not(.ie) .galerie-trois-vignettes .col-md-4 img,
  html:not(.ie) .gallerie_large #thumbs li img {
    width: 100%;
    height: 115px;
    object-fit: cover;
    object-position: center;
  }
  html:not(.ie) .gallerie_large #thumbs li a {
    display: inline-block;
    width: 100%;
    height: inherit;
  }
  .ie .galerie-trois-vignettes .col-md-4,
  .ie .gallerie_large #thumbs li {
    height: 115px;
  }
  .ie .galerie-trois-vignettes .col-md-4 a:not(.times-circle),
  .ie .gallerie_large #thumbs li a:not(.times-circle) {
    display: inline-block;
    width: 100%;
    height: inherit;
  }
  .ie .galerie-trois-vignettes .col-md-4 img,
  .ie .galerie-trois-vignettes .col-md-4 a > img,
  .ie .gallerie_large #thumbs li img,
  .ie .gallerie_large #thumbs li a > img {
    width: 100%;
    height: auto;
    min-height: 50px;
  }
}
@media (min-width: 431px) and (max-width: 660px), (min-width: 769px) and (max-width: 1023px) {
  .galerie-trois-vignettes .col-md-4,
  .gallerie_large #thumbs li {
    margin-top: 0.9375rem;
    width: 50%;
    overflow: hidden;
    float: left;
  }
  .galerie-trois-vignettes .col-md-4 .times-circle,
  .gallerie_large #thumbs li .times-circle {
    background-color: white;
    top: 0.25rem;
    left: 1rem;
  }
  .gallerie_large #thumbs li {
    position: relative;
    margin-right: 5px;
  }
  html:not(.ie) .galerie-trois-vignettes .col-md-4 img,
  html:not(.ie) .gallerie_large #thumbs li img {
    width: 100%;
    height: 125px;
    object-fit: cover;
    object-position: center;
  }
  html:not(.ie) .gallerie_large #thumbs li a {
    display: inline-block;
    width: 100%;
    height: inherit;
  }
  .ie .galerie-trois-vignettes .col-md-4,
  .ie .gallerie_large #thumbs li {
    height: 125px;
  }
  .ie .galerie-trois-vignettes .col-md-4 a:not(.times-circle),
  .ie .gallerie_large #thumbs li a:not(.times-circle) {
    display: inline-block;
    width: 100%;
    height: inherit;
  }
  .ie .galerie-trois-vignettes .col-md-4 img,
  .ie .galerie-trois-vignettes .col-md-4 a > img,
  .ie .gallerie_large #thumbs li img,
  .ie .gallerie_large #thumbs li a > img {
    width: 100%;
    height: auto;
    min-height: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .col-md-8 .galerie-trois-vignettes .col-md-4,
  .col-md-8 .gallerie_large #thumbs li {
    margin-top: 0.9375rem;
    width: 100%;
    overflow: hidden;
    float: left;
  }
  .col-md-8 .galerie-trois-vignettes .col-md-4 .times-circle,
  .col-md-8 .gallerie_large #thumbs li .times-circle {
    background-color: white;
    top: 0.25rem;
    left: 1rem;
  }
  .col-md-8 .gallerie_large #thumbs li {
    position: relative;
    margin-right: 5px;
  }
  .col-md-8 html:not(.ie) .galerie-trois-vignettes .col-md-4 img,
  .col-md-8 html:not(.ie) .gallerie_large #thumbs li img {
    width: 100%;
    height: 115px;
    object-fit: cover;
    object-position: center;
  }
  .col-md-8 html:not(.ie) .gallerie_large #thumbs li a {
    display: inline-block;
    width: 100%;
    height: inherit;
  }
  .col-md-8 .ie .galerie-trois-vignettes .col-md-4,
  .col-md-8 .ie .gallerie_large #thumbs li {
    height: 115px;
  }
  .col-md-8 .ie .galerie-trois-vignettes .col-md-4 a:not(.times-circle),
  .col-md-8 .ie .gallerie_large #thumbs li a:not(.times-circle) {
    display: inline-block;
    width: 100%;
    height: inherit;
  }
  .col-md-8 .ie .galerie-trois-vignettes .col-md-4 img,
  .col-md-8 .ie .galerie-trois-vignettes .col-md-4 a > img,
  .col-md-8 .ie .gallerie_large #thumbs li img,
  .col-md-8 .ie .gallerie_large #thumbs li a > img {
    width: 100%;
    height: auto;
    min-height: 50px;
  }
}
@media (min-width: 661px) and (max-width: 768px), (min-width: 1024px) {
  .galerie-trois-vignettes .col-md-4,
  .gallerie_large #thumbs li {
    margin-top: 0.9375rem;
    width: 33%;
    overflow: hidden;
    float: left;
  }
  .galerie-trois-vignettes .col-md-4 .times-circle,
  .gallerie_large #thumbs li .times-circle {
    background-color: white;
    top: 0.25rem;
    left: 1rem;
  }
  .gallerie_large #thumbs li {
    position: relative;
    margin-right: 5px;
  }
  html:not(.ie) .galerie-trois-vignettes .col-md-4 img,
  html:not(.ie) .gallerie_large #thumbs li img {
    width: 100%;
    height: 135px;
    object-fit: cover;
    object-position: center;
  }
  html:not(.ie) .gallerie_large #thumbs li a {
    display: inline-block;
    width: 100%;
    height: inherit;
  }
  .ie .galerie-trois-vignettes .col-md-4,
  .ie .gallerie_large #thumbs li {
    height: 135px;
  }
  .ie .galerie-trois-vignettes .col-md-4 a:not(.times-circle),
  .ie .gallerie_large #thumbs li a:not(.times-circle) {
    display: inline-block;
    width: 100%;
    height: inherit;
  }
  .ie .galerie-trois-vignettes .col-md-4 img,
  .ie .galerie-trois-vignettes .col-md-4 a > img,
  .ie .gallerie_large #thumbs li img,
  .ie .gallerie_large #thumbs li a > img {
    width: 100%;
    height: auto;
    min-height: 50px;
  }
}
@media (min-width: 1024px) {
  .col-md-8 .galerie-trois-vignettes .col-md-4,
  .col-md-8 .gallerie_large #thumbs li {
    margin-top: 0.9375rem;
    width: 50%;
    overflow: hidden;
    float: left;
  }
  .col-md-8 .galerie-trois-vignettes .col-md-4 .times-circle,
  .col-md-8 .gallerie_large #thumbs li .times-circle {
    background-color: white;
    top: 0.25rem;
    left: 1rem;
  }
  .col-md-8 .gallerie_large #thumbs li {
    position: relative;
    margin-right: 5px;
  }
  .col-md-8 html:not(.ie) .galerie-trois-vignettes .col-md-4 img,
  .col-md-8 html:not(.ie) .gallerie_large #thumbs li img {
    width: 100%;
    height: 125px;
    object-fit: cover;
    object-position: center;
  }
  .col-md-8 html:not(.ie) .gallerie_large #thumbs li a {
    display: inline-block;
    width: 100%;
    height: inherit;
  }
  .col-md-8 .ie .galerie-trois-vignettes .col-md-4,
  .col-md-8 .ie .gallerie_large #thumbs li {
    height: 125px;
  }
  .col-md-8 .ie .galerie-trois-vignettes .col-md-4 a:not(.times-circle),
  .col-md-8 .ie .gallerie_large #thumbs li a:not(.times-circle) {
    display: inline-block;
    width: 100%;
    height: inherit;
  }
  .col-md-8 .ie .galerie-trois-vignettes .col-md-4 img,
  .col-md-8 .ie .galerie-trois-vignettes .col-md-4 a > img,
  .col-md-8 .ie .gallerie_large #thumbs li img,
  .col-md-8 .ie .gallerie_large #thumbs li a > img {
    width: 100%;
    height: auto;
    min-height: 50px;
  }
}
@media (min-width: 769px) and (max-width: 1024px), (max-width: 670px) {
  .body-competences ul.tabular-list-group {
    display: block;
  }
  .body-competences ul.tabular-list-group .list-group-item {
    display: block;
    height: auto;
    overflow: hidden;
    background: yellow;
  }
  .body-competences ul.tabular-list-group .list-group-item .list-group-item-field,
  .body-competences ul.tabular-list-group .list-group-item .list-group-item-content {
    display: block;
    float: left;
    border: none;
    height: 60px;
  }
  .body-competences ul.tabular-list-group .list-group-item .list-group-item-field:not(.list_membres) {
    width: 25px;
  }
  .body-competences ul.tabular-list-group .list-group-item .list-group-item-content {
    width: calc(100% - 25px);
    max-width: none;
  }
  .body-competences ul.tabular-list-group .list-group-item .list-group-item-field.list_membres {
    width: 100%;
    padding: 0;
  }
  .body-competences ul.tabular-list-group > li:not(:last-of-type) {
    border-bottom: solid 2px #ddd;
  }
  .body-competences .ajouter_recommandation .glyphicon {
    top: -4px;
  }
  .body-competences .supprimer_recommandation i {
    top: -7px;
  }
  .haut_de_page span {
    display: none;
  }
}
@media only screen and (max-width: 428px) {
  .article-v7 img[class^=img-] {
    width: 100%;
  }
}
html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: var(--portlet-topper-bg, var(--primary, #0b5fff));
  border-color: var(--portlet-topper-border, var(--portlet-topper-bg, #0b5fff));
  border-radius: var(--portlet-topper-border-radius, var(--border-radius-sm, 2px) var(--border-radius-sm, 2px) 0 0);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: var(--portlet-topper-color, var(--white, #fff));
  display: flex;
  height: 28px;
  padding: 3px 12px 3px 24px;
  position: relative;
}
html:not(#__):not(#___) .cadmin.portlet-topper .lexicon-icon {
  height: 12px;
  width: 12px;
}
html:not(#__):not(#___) .cadmin.portlet-topper .lexicon-icon.lexicon-icon-drag {
  height: 16px;
  width: 16px;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  display: none;
  display: flex;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transform: translateY(-97%);
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  top: 0;
}
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: var(--portlet-topper-link-color, var(--portlet-topper-color, #fff));
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:focus, html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-name-text {
  font-size: 12px;
  font-weight: 600;
  margin-left: 4px;
}
html:not(#__):not(#___) .cadmin .portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
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;
}
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: var(--portlet-topper-border, var(--portlet-topper-bg, #0b5fff));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
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;
}
html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper {
  transition-duration: 0ms;
}
@media (max-width: 575px) {
  html:not(#__):not(#___) .controls-visible .cadmin.portlet-topper {
    align-items: center;
    display: flex;
  }
}
html:not(#__):not(#___) .controls-visible .cadmin .portlet-topper-toolbar {
  display: block;
}

.portlet {
  margin-bottom: 10px;
  position: relative;
}
.controls-visible .portlet:hover > .portlet-content-editable, .controls-visible .portlet.open > .portlet-content-editable, .controls-visible .portlet.focus > .portlet-content-editable {
  border-color: var(--portlet-topper-border, var(--portlet-topper-bg, #0b5fff));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.controls-visible .portlet:hover > .portlet-topper, .controls-visible .portlet.open > .portlet-topper, .controls-visible .portlet.focus > .portlet-topper {
  opacity: 1;
}
.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: var(--portlet-topper-border, var(--portlet-topper-bg, #0b5fff));
  border-radius: var(--portlet-content-border-radius, 0);
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  transition: border-color 0.15s ease;
}
.portlet > .portlet-content-editable {
  border-color: transparent;
}
@media (max-width: 575px) {
  .controls-visible .portlet-content-editable {
    border-color: var(--portlet-topper-border, var(--portlet-topper-bg, #0b5fff));
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

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

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

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

.portlet-topper {
  background-color: var(--portlet-topper-bg, var(--primary, #0b5fff));
  border-color: var(--portlet-topper-border, var(--portlet-topper-bg, #0b5fff));
  border-radius: var(--portlet-topper-border-radius, var(--border-radius-sm, 2px) var(--border-radius-sm, 2px) 0 0);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: var(--portlet-topper-color, var(--white, #fff));
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
.portlet > .portlet-topper {
  display: none;
  display: flex;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  top: 0;
}
@media (max-width: 575px) {
  .controls-visible .portlet-topper {
    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: var(--portlet-topper-link-color, var(--portlet-topper-color, #fff));
}
.portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
.controls-visible .portlet-topper-toolbar {
  display: block;
}

html:not(#__):not(#___) .portlet:hover > .cadmin.portlet-topper, html:not(#__):not(#___) .portlet.open > .cadmin.portlet-topper {
  z-index: 999;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  font-size: 13.92px;
  padding: 0 4px 0 8px;
  display: block;
  white-space: nowrap;
  right: auto;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .portlet-title-default {
  display: inline-block;
  line-height: 24px;
  vertical-align: middle;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .portlet-name-text {
  margin-right: 12px;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .portlet-topper-toolbar {
  display: inline-block;
  vertical-align: middle;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .portlet-topper-toolbar,
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .icon-monospaced {
  height: 24px;
  line-height: 24px;
  width: 24px;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .portlet-topper-toolbar .component-action {
  font-size: 14px;
  height: 24px;
  margin-top: -2px;
  width: 24px;
}
html:not(#__):not(#___) .portlet-dropzone {
  box-shadow: 0 0 0 1px transparent inset;
  transition: box-shadow 300ms ease-in-out;
  will-change: box-shadow;
}
html:not(#__):not(#___) .yui3-dd-drop-active-valid .portlet-dropzone {
  box-shadow: 0 0 0 1px rgba(0, 74, 215, 0.2) inset;
}
html:not(#__):not(#___) .yui3-dd-drop-over .portlet-dropzone {
  box-shadow: 0 0 0 4px #004ad7 inset;
}

.portlet-layout .portlet {
  /*.portlet-title-text {
  	color: map-get($theme-colors, secondary);
  	font-size: 0.875rem;
  	font-weight: 600;
  	line-height: 2.2;
  	margin-bottom: 0;
  	text-transform: uppercase;
  }*/
}
.portlet-layout .portlet .management-bar > .container-fluid-max-xl,
.portlet-layout .portlet .navbar-underline > .container-fluid-max-xl {
  padding-left: 0;
  padding-right: 0;
}

.portlet > .portlet-topper {
  font-size: 0.87rem;
  padding: 0 4px 0 8px;
  display: block;
  white-space: nowrap;
  right: auto;
}
.portlet > .portlet-topper .portlet-title-default {
  display: inline-block;
  line-height: 1.5rem;
  vertical-align: middle;
}
.portlet > .portlet-topper .portlet-name-text {
  margin-right: 0.75rem;
}
.portlet > .portlet-topper .portlet-topper-toolbar {
  display: inline-block;
  vertical-align: middle;
}
.portlet > .portlet-topper .portlet-topper-toolbar,
.portlet > .portlet-topper .icon-monospaced {
  height: 1.5rem;
  line-height: 1.5rem;
  width: 1.5rem;
}
.portlet > .portlet-topper .portlet-topper-toolbar .component-action {
  height: 1.5rem;
  width: 1.5rem;
}
.portlet > .portlet-topper .lexicon-icon {
  height: 0.875rem;
  width: 0.875rem;
}
.portlet:hover > .portlet-topper, .portlet.open > .portlet-topper {
  z-index: 999;
}

.portlet-dropzone {
  box-shadow: 0 0 0 1px transparent inset;
  transition: box-shadow 300ms ease-in-out;
  will-change: box-shadow;
}
.yui3-dd-drop-active-valid .portlet-dropzone {
  box-shadow: 0 0 0 1px rgba(0, 74, 215, 0.2) inset;
}
.yui3-dd-drop-over .portlet-dropzone {
  box-shadow: 0 0 0 4px #004ad7 inset;
}

.aspect-ratio:not([class*=aspect-ratio-]) {
  padding-bottom: var(--aspect-ratio, 100%);
}

.aspect-ratio-4-to-3 {
  padding-bottom: var(--aspect-ratio-4-to-3, 75%);
}

.aspect-ratio-8-to-3 {
  padding-bottom: var(--aspect-ratio-8-to-3, 37.5%);
}

.aspect-ratio-16-to-9 {
  padding-bottom: var(--aspect-ratio-16-to-9, 56.25%);
}

.card-type-asset .aspect-ratio {
  padding-bottom: var(--aspect-ratio-16-to-9, 56.25%);
}

#wrapper {
  --portlet-topper-bg: var(--primary);
  --portlet-topper-color: var(--white);
  --portlet-topper-link-color: var(--portlet-topper-color);
  background-color: var(--body-bg, #fff);
  color: var(--body-color, #1c1c24);
  font-size: var(--font-size-base, 1rem);
}

.portlet .portlet-content {
  background-color: var(--portlet-bg, transparent);
}
@media (max-width: 575px) {
  .controls-visible .portlet-content-editable {
    border-color: var(--portlet-topper-border, var(--portlet-topper-bg, #0b5fff));
  }
}
.controls-visible .portlet:hover > .portlet-content-editable,
.controls-visible .portlet.open > .portlet-content-editable,
.controls-visible .portlet.focus > .portlet-content-editable {
  border-color: var(--portlet-topper-border, var(--portlet-topper-bg, #0b5fff));
}

.portlet-layout .portlet-header {
  margin-bottom: var(--portlet-header-margin-bottom, calc(var(--spacer) * 3rem));
}

#footer {
  background-color: var(--brand-color-4, #30313f);
}

@media (min-width: 576px) {
  .cadmin.control-menu-container .control-menu-level-1 > .container-fluid {
    max-width: 1248px !important;
  }
  .portlet .visible-interaction {
    display: inline-flex;
  }
}
.truncate-text-sans-display, .ck.ck-style-panel .ck-style-grid .ck-style-grid__button, .truncate-text, .ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview > p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal \9 ;
  word-wrap: normal;
}

.truncate-text, .ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview > p {
  display: block;
}

.card-row.card-row-padded {
  display: table;
  width: 100%;
}

.card-row-padded {
  padding: 15px;
}

.card-col-field {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  width: 1%;
}

.card-col-content {
  display: table-cell;
  max-width: 10px;
  position: relative;
  vertical-align: middle;
  width: auto;
  word-break: break-all \9 ;
  word-wrap: break-word;
}

.radio,
.checkbox {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
}
.radio label,
.checkbox label {
  min-height: 24px;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0;
  padding-left: 20px;
  display: inline-flex;
  align-items: center;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  margin-left: -20px;
  margin-top: 4px \9 ;
  position: absolute;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0;
  padding-left: 20px;
  position: relative;
  vertical-align: middle;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-inline label {
  justify-content: flex-start;
}

.caret {
  border-top: 0.3em dashed;
  display: inline-block;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  width: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
}

.textboxlistentry-holder {
  list-style: none;
  margin: 0;
}
.textboxlistentry-holder li {
  float: left;
  line-height: 1;
  margin: 0 5px 4px 0;
}

.lfr-tags-selector-content .textboxlistentry-holder li {
  margin: 0 0.3125rem 0.3125rem 0;
  font-size: 0.8125rem;
}

.textboxlistentry {
  background-color: #dee7f8;
  border: 1px solid #cad8f3;
  padding: 7px 11px;
  position: relative;
}

.textboxlistentry, .textboxlistentry-close {
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
}

.textboxlistentry-remove, .textboxlistentry-text {
  vertical-align: middle;
}

.textboxlistentry-remove {
  border-radius: 50%;
  color: #d21212;
  cursor: pointer;
  margin-left: 5px;
  padding: 1px;
  text-align: center;
}

.textboxlistentry-content {
  display: inline-flex;
  align-items: center;
}

.col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-xs-12, .col-11, .col-xs-11, .col-10, .col-xs-10, .col-9, .col-xs-9, .col-8, .col-xs-8, .col-7, .col-xs-7, .col-6, .col-xs-6, .col-5, .col-xs-5, .col-4, .col-xs-4, .col-3, .col-xs-3, .col-2, .col-xs-2, .col-1, .col-xs-1 {
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  width: 100%;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  max-width: 100%;
  width: auto;
}

.col-1, .col-xs-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2, .col-xs-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3, .col-xs-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4, .col-xs-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5, .col-xs-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6, .col-xs-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7, .col-xs-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8, .col-xs-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9, .col-xs-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10, .col-xs-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11, .col-xs-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12, .col-xs-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.portlet-message-boards .portlet-header {
  display: none;
}
.portlet-message-boards .portlet-content .breadcrumb, .portlet-message-boards .portlet-content .component-title {
  display: none;
}
.portlet-message-boards .portlet-content #_com_liferay_message_boards_web_portlet_MBPortlet_mbCategoriesSearchContainer dl > dd,
.portlet-message-boards .portlet-content #_com_liferay_message_boards_web_portlet_MBPortlet_mbCategoriesSearchContainerSearchContainer dl > dd {
  padding: 4px 8px;
}
.portlet-message-boards .portlet-content #_com_liferay_message_boards_web_portlet_MBPortlet_mbCategoriesSearchContainer dl > dd .autofit-col-expand .text-default,
.portlet-message-boards .portlet-content #_com_liferay_message_boards_web_portlet_MBPortlet_mbCategoriesSearchContainerSearchContainer dl > dd .autofit-col-expand .text-default {
  display: none;
}
.portlet-message-boards .portlet-content #_com_liferay_message_boards_web_portlet_MBPortlet_mbCategoriesSearchContainer dl > dd .autofit-col-expand a,
.portlet-message-boards .portlet-content #_com_liferay_message_boards_web_portlet_MBPortlet_mbCategoriesSearchContainerSearchContainer dl > dd .autofit-col-expand a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  padding-top: 6px;
}

img[class^=img-marge-] {
  margin: 0;
}

.img-bordure-fin {
  border: 1px solid;
}

.img-bordure-moyen {
  border: 3px solid;
}

.img-bordure-epais {
  border: 5px solid;
}

.img-bord-coul-1 {
  border-color: #000000;
} /*noir*/
.img-bord-coul-2c {
  border-color: #005BBB;
} /*bleu clair*/
.img-bord-coul-2f {
  border-color: #001a70;
} /*bleu-fonce*/
.img-bord-coul-3c {
  border-color: #ffa02f;
} /*orange clair*/
.img-bord-coul-3f {
  border-color: #fe5815;
} /*orange-fonce*/
.img-bord-coul-4c {
  border-color: #c4d600;
} /*vert clair*/
.img-bord-coul-4f {
  border-color: #509e2f;
} /*vert-fonce*/
.article-ancre-button button:hover {
  color: #65b6f0;
}

.ae-ui .ae-toolbar, .ae-ui [class^=ae-toolbar-] {
  z-index: 999;
}

.zoom-sur h2 {
  display: block !important;
  text-align: center;
  color: #1057C8;
}

.zoom-bg {
  position: relative;
  background-size: cover;
}
.zoom-bg::before {
  content: "";
  background-color: black;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.7;
}
.zoom-bg::before {
  height: 100%;
}

.zoom-txt {
  position: relative;
  padding: 116px 168px;
}
.zoom-txt h3, .asset-full-content .journal-content-article .zoom-txt h3 {
  font-size: 36px;
  font-weight: 500;
  color: white;
  line-height: 120%;
  margin: 0 0 20px 0;
}
.zoom-txt p, .asset-full-content .journal-content-article .zoom-txt p {
  font-size: 1rem;
  font-weight: 100;
  line-height: 120%;
  color: white;
  margin-bottom: 30px;
}

.zoom-video-player {
  position: relative;
}
/*css OLD article*/
.title_article_txt {
  font-size: 1.375em;
  color: #4c4c4c;
}

.dark-orange {
  background-color: #fe5815 !important;
}
.dark-orange h3 {
  color: #4c4c4c;
}

.light-orange {
  /* dans article */
  background-color: #ffa02f !important;
}
.light-orange h3 {
  color: #4c4c4c;
}

.dark-green {
  /* dans wiki */
  background-color: #509e2f !important;
}
.dark-green h3 {
  color: #4c4c4c;
}

.light-green {
  /* dans blog */
  background-color: #c4d600 !important;
}
.light-green h3 {
  color: #4c4c4c;
}

.light-blue {
  /* dans forum */
  background-color: #005bbb !important;
}
.light-blue h3 {
  color: #4c4c4c;
}

.dark-blue {
  /* dans document */
  background-color: #001a70 !important;
}
.dark-blue h3 {
  color: #4c4c4c;
}

.dark-grey {
  background-color: #6e7275 !important;
}
.dark-grey h3 {
  color: #4c4c4c;
}

.light-grey {
  background-color: #cccccc !important;
}
.light-grey h3 {
  color: #4c4c4c;
}

.journal-content-article h3 {
  clear: both;
}
.journal-content-article img + h3 {
  clear: none;
}
.journal-content-article a.list-group-item {
  color: #1057C8;
}
.journal-content-article pre {
  overflow-x: auto;
  white-space: pre;
  width: 100%;
  border: 1px solid #c1c7d0;
  background: #f4f5f7;
  padding: 10px;
}
.journal-content-article ul ul, .journal-content-article ol ol {
  margin-left: 1rem;
}

.fck-title_article_txt {
  color: #4c4c4c;
  margin-bottom: 15px !important;
}

.fck-titre_underline {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.fck-link_blue a::after {
  margin-left: 6px;
}

.fck-link_blue_puce {
  font-size: 80%;
}
.fck-link_blue_puce::before {
  font-family: "fontawesome-alloy", sans-serif;
}

.link_externe {
  padding-right: 13px;
}

.fck-link-avec-puce {
  list-style-type: disc;
}

.fck-lien-video {
  padding-bottom: 4px;
  padding-top: 4px;
}

.fck-lien-video:before {
  margin-right: 5px;
}

.fck-lien-audio {
  padding-bottom: 4px;
  padding-top: 4px;
}

.fck-lien-audio:before {
  margin-right: 5px;
}

.fck-link_dwl a {
  display: inline-block;
  margin-right: 0.3em;
  padding-left: 12px;
}

.fck-encart-simple {
  padding: 14px;
  border: 1px solid #D6430A;
}

.fck-title_article_blue {
  font-weight: bold;
  padding-bottom: 1px;
  text-transform: uppercase;
  border-bottom: 2px solid #D6430A;
}

.fck-cellule-bleue {
  background-color: #cfd7e1;
}

.txt_orange {
  color: #001A70;
  font-weight: bold;
}

.encart {
  margin-bottom: 33px;
}
.encart h4 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.encart .encart-content {
  border: 1px solid #ccc;
  padding: 22px 10px 10px 10px;
  height: auto;
  overflow: hidden;
}

.video_article_page {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.encart_aside {
  border: 1px solid #ccc;
  padding: 12px;
  overflow: hidden;
  margin-bottom: 2em;
}

.img-responsive.force-width {
  width: 100%;
}

.txt_bold {
  font-weight: bold;
}

.etiquette_bleu {
  display: inline-block;
  background: #001a70;
  color: white !important;
  font-weight: bold;
  padding: 4px 15px;
  border-radius: 3px;
}

.resume_retweet {
  display: block;
  overflow: hidden;
  margin-top: 10px;
}
.resume_retweet li {
  list-style: none;
}

.block_retweet {
  overflow: hidden;
  margin-top: 13px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 13px;
}

#thumbs {
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 5px 0;
}
#thumbs li {
  float: left;
  list-style: none;
  margin-right: 4px;
}
#thumbs img {
  width: 102px;
}

.toolbar-group-right .toolbar-group {
  position: relative;
  top: 14px;
  left: 9px;
}

.controls-hidden.iedf-writer .portlet-asset-publisher:hover .cadmin.portlet-topper,
.controls-hidden.iedf-writer .portlet-asset-publisher:hover .cadmin .portlet-topper-toolbar, .controls-hidden.iedf-contributor .portlet-asset-publisher:hover .cadmin.portlet-topper,
.controls-hidden.iedf-contributor .portlet-asset-publisher:hover .cadmin .portlet-topper-toolbar {
  display: inline-block !important;
  opacity: 1 !important;
}

.portlet-asset-publisher .asset-full-content-buttons {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: flex-end;
}
.portlet-asset-publisher .asset-full-content-buttons > div,
.portlet-asset-publisher .asset-full-content-buttons > ul {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  min-height: 0;
  position: relative;
}
.portlet-asset-publisher .asset-full-content-buttons .breadcrumb.breadcrumb-horizontal {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 3.125rem;
  word-wrap: break-word;
  margin-bottom: 0;
  padding-left: 0.6875rem;
  padding-top: 0.5625rem;
}
.portlet-asset-publisher .journal-content-article h2 {
  margin: 0;
}

#toolbarup {
  height: 2.4375rem;
}

.encart_aside img {
  width: 100%;
}

.portlet-asset-publisher .asset-full-content img.img-responsive {
  max-width: inherit;
}

.tabular-list-group .list-group-item-field,
.tabular-list-group .list-group-item-content {
  vertical-align: top;
}

.listView-wide .card-body {
  padding: 0;
}
.listView-wide .baseline-social {
  position: relative;
  margin: 0;
}
.listView-wide p.listView-wide-p {
  min-height: 1.5rem;
}
.listView-wide.card.card-horizontal .label-inverse-primary, .listView-wide.card.card-horizontal .label-inverse-primary .label-item {
  max-width: fit-content;
  white-space: nowrap;
}

.delete {
  position: relative;
  display: block;
}
.delete.delete-card {
  margin-bottom: 0;
  margin-top: 0;
}
.delete.delete-card label {
  padding-left: 0;
  position: absolute;
}
.delete.delete-card .btn-delete-card {
  position: absolute;
  display: block;
  z-index: 2;
}
.delete.delete-top-right label {
  top: 15px;
  right: 35px;
}
.delete.delete-top-left label {
  top: 15px;
  left: 35px;
}

.cropped-img__listView:not(.forUserPortrait) {
  vertical-align: middle;
  position: relative;
}
.cropped-img__listView:not(.forUserPortrait) img {
  width: 15rem;
  height: auto;
  max-height: 8.8125rem;
}
.cropped-img__listView:not(.forUserPortrait) img.vignette-conversation {
  height: 6.25rem;
  width: auto;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.cropped-img__listView:not(.forUserPortrait) > a {
  display: inline-block;
}

.cropped-img__listView.forUserPortrait {
  width: 15rem;
  height: auto;
  overflow: visible;
  display: block;
}
.cropped-img__listView.forUserPortrait > a {
  display: inline-block;
  height: inherit;
  width: 100%;
  overflow: visible;
}

.cropped-img__listView.gris {
  background-color: #d9dfe5;
}

.toolbar.bg-white {
  margin-bottom: 2px;
}

.toolbar.toolbar-bottom-article,
.toolbar.toolbar-bottom-blog,
.toolbar-middle {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  clear: both;
  padding: 1em 0;
  width: inherit;
}

#toolbarBottom .card {
  margin-bottom: 0;
}
#toolbarBottom .card .card-body {
  padding: 0.3rem;
}
#toolbarBottom .card .list-group-card-icon {
  margin-right: 16px;
}
#toolbarBottom.toolbar-blogs > .card, #toolbarBottom.toolbar-services > .card, #toolbarBottom.toolbar-pa > .card {
  border-top: solid 1px #ddd;
  padding-top: 1rem;
}
#toolbarBottom .component-tbar.tbar {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding: 1rem 0;
  height: auto;
}
#toolbarBottom .component-tbar.tbar ul.tbar-nav {
  border: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
#toolbarBottom .component-tbar.tbar ul.tbar-nav .tbar-item {
  flex-direction: row;
  text-align: left;
}
#toolbarBottom .component-tbar.tbar ul.tbar-nav .tbar-item .nbr-article-retweeted {
  color: black;
  font-size: 0.875rem;
}
#toolbarBottom .component-tbar.tbar ul.tbar-nav .tbar-item .top_info_relative {
  display: inline-block;
  position: relative;
  line-height: 2rem;
}
#toolbarBottom .component-tbar.tbar ul.tbar-nav .tbar-item .asset_retweet,
#toolbarBottom .component-tbar.tbar ul.tbar-nav .tbar-item .asset_share,
#toolbarBottom .component-tbar.tbar ul.tbar-nav .tbar-item #blog_bookmarkId {
  height: 2rem;
}
#toolbarBottom .component-tbar.tbar ul.tbar-nav .tbar-item.card-container {
  justify-content: flex-start;
}
@media (min-width: 415px) {
  #toolbarBottom .component-tbar.tbar ul.tbar-nav .tbar-item-expand {
    width: 100%;
  }
}
@media (max-width: 767px), (min-width: 769px) and (max-width: 1023px) {
  #toolbarBottom .component-tbar.tbar ul.tbar-nav {
    flex-wrap: wrap;
  }
  #toolbarBottom .component-tbar.tbar ul.tbar-nav .tbar-item-expand {
    flex-grow: 7;
    margin-bottom: 1rem;
  }
  #toolbarBottom .component-tbar.tbar ul.tbar-nav .tbar-item:not(.tbar-item-expand) {
    flex-grow: 1;
  }
}
#toolbarBottom .component-tbar.tbar p {
  margin-bottom: 0;
}
#toolbarBottom .component-tbar.tbar.toolbar-bottom-blog, #toolbarBottom .component-tbar.tbar.toolbar-bottom-service, #toolbarBottom .component-tbar.tbar.toolbar-bottom-pa {
  border-top: none;
  padding-top: 0;
}
#toolbarBottom .tags-categories {
  padding-top: 1rem;
}
#toolbarBottom .tags-categories .list-tags {
  margin: 0;
}
#toolbarBottom div.cadenas_closed_wrapper {
  border-bottom: solid 1px #ddd;
  padding-top: 0.625rem;
}
#toolbarBottom div.cadenas_closed_wrapper > p {
  padding-left: 0.8125rem;
}
#toolbarBottom div.cadenas_closed_wrapper > p > .cadenas_closed {
  position: relative;
  top: -0.4375rem;
  width: 0.875rem;
  height: 0.875rem;
}

.list-group.list-tags {
  padding: 0.625rem 0;
  border-bottom: solid 1px #ddd;
}
.list-group.list-tags .list-group-item {
  margin-bottom: 0.3125rem;
  padding: 0;
}
.list-group.list-tags .list-group-item a::after {
  content: " - ";
}
.list-group.list-tags .list-group-item a:last-child::after {
  content: "";
}

.breadcrumb {
  background-color: transparent !important;
}

.bg-white ~ .asset-full-content,
#toolbarup ~ .asset-full-content {
  background-color: white;
}

.asset_share .block_share {
  background-color: white;
  box-shadow: #999 0 4px 10px;
  display: block;
  position: absolute;
  padding: 0.5rem 0.5625rem;
  width: auto;
  min-width: 15rem;
  top: 0.75rem;
  right: -4.75rem;
  border: solid 0.125rem #ecf0f3;
  height: 6.25rem;
}
.asset_share .block_share .block_share_title {
  font-size: 0.8125rem;
  color: #333333;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 0.3125rem 0;
  text-align: center;
}
#toolbar-echange-wrapper .asset_share .block_share {
  right: -2.25rem;
}
#toolbar-echange-wrapper .asset_share .block_share .accroche-top-gris {
  right: 0.3125rem;
}
.asset_share .block_share .top_block {
  height: 0.5625rem;
  left: 20.3125rem;
  position: absolute;
  top: -0.625rem;
  width: 0.9375rem;
}
.asset_share .block_share .table_cell {
  padding-left: 14px;
  padding-right: 15px;
}
.asset_share .block_share .table_cell:first-of-type {
  padding-left: 0;
}
.asset_share .block_share .table_cell:last-of-type {
  padding-right: 0;
}
.asset_share .block_share .share-desc {
  display: none;
  position: absolute;
  color: #fff;
  font-weight: 500;
  width: calc(100% - 10px);
  font-size: 13px;
  text-align: center;
  border-radius: 2px;
  bottom: 5px;
  left: 5px;
}
.veol .asset_share .block_share .share-desc, .framatome .asset_share .block_share .share-desc {
  background-color: #1057C8;
}
.erdf .asset_share .block_share .share-desc {
  background-color: #1423DC;
}
.list_profil_partage .asset_share .block_share .share-desc {
  bottom: 3px;
  width: calc(100% - 9px);
  left: 5px;
}
.list_profil_partage .asset_share .block_share .table_cell:first-of-type {
  padding-left: 25px;
}
.asset_share .block_share .show-share-desc:hover + .share-desc {
  display: block;
}
.veol .asset_share .block_share .block_share_white .block_share_left .block_share_orange, .framatome .asset_share .block_share .block_share_white .block_share_left .block_share_orange {
  color: #FFB210;
  font-weight: normal;
}
.erdf .asset_share .block_share .block_share_white .block_share_left .block_share_orange {
  color: #C0E410;
  font-weight: normal;
}

.portlet-adecouvrir {
  margin-bottom: 30px;
}
.portlet-adecouvrir .card {
  margin-bottom: 0;
}
.portlet-adecouvrir .card .card-col-field,
.portlet-adecouvrir .card .card-col-content, .portlet-adecouvrir .card.card-horizontal {
  border-radius: 0;
}
.portlet-adecouvrir .card.card-horizontal .card-col-content {
  padding-left: 15px;
  line-height: 1em;
}
.portlet-adecouvrir .card .user-icon {
  margin-right: 5px;
}
.portlet-adecouvrir .avatar-animateurs .card .card-col-field {
  padding-top: 10px;
  padding-bottom: 10px;
}
.portlet-adecouvrir .avatar-animateurs .card .card-col-field:first-of-type {
  padding-left: 15px;
}

/*
dans le html, on met deux "i" dans le "a" du "panel-heading". 
L'un avec la Class "icon-caret-right", l'autre avec "icon-caret-down".
Les styles affichent un caret droit par defaut (accordion est plié)
et affichent un caret vers bas lorsque accordion est deplié :
*/
[id^=accordion] .panel-heading a:not(.collapsed) > i.icon-caret-right,
[id^=accordion] .panel-heading a.collapsed > i.icon-caret-down {
  display: none;
}

[id^=accordion] .panel-heading a:not(.collapsed) > i.icon-caret-down,
[id^=accordion] .panel-heading a.collapsed > i.icon-caret-right {
  display: inline-block;
  position: relative;
  top: -3px;
  margin-right: 1px;
}

[id^=accordion] .panel-heading a:not(.collapsed) > i.icon-caret-down {
  margin-right: 3px;
}

[id^=accordion] .panel-heading a, [id^=accordion] .panel-heading a:hover, [id^=accordion] .panel-heading a > i {
  text-decoration: none;
}

.tooltips {
  position: relative;
}

/************************************ DEBUT A Supprimer**************************************/
/* Carrousel asset publisher */
.car_assetpublisher {
  height: 200px !important;
  position: relative;
  padding-bottom: 20px;
}

.car_assetpublisher .txt_car {
  background: url("/o/veol-2018-theme/images/edf/theme/fond-car.png") #fff;
  background-repeat: repeat-x;
  background-size: 2px 50px;
  z-index: 50;
  margin-top: -4px;
  border-left: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  height: 50px;
}

.car_assetpublisher .txt_car .conteneur-txt {
  overflow: hidden;
  padding: 8px 15px 8px 15px;
}

.car_assetpublisher .carousel-conteneur-pagination {
  z-index: 200;
}

.car_assetpublisher #car_prev,
.car_assetpublisher #car_next {
  cursor: pointer;
}

.car_assetpublisher #car_prev {
  position: absolute;
  left: 10px;
  background: url("/o/veol-2018-theme/images/edf/theme/car_bt_left.png") repeat scroll 0 0 transparent;
  margin-right: 3px;
  width: 27px;
  height: 27px;
  top: 75px;
  z-index: 4;
}

.car_assetpublisher #car_prev:focus {
  border: 1px dotted #c40000;
}

.car_assetpublisher #car_next {
  position: absolute;
  right: 10px;
  background: url("/o/veol-2018-theme/images/edf/theme/car_bt_right.png") repeat scroll 0 0 transparent;
  margin-right: 3px;
  width: 27px;
  height: 27px;
  top: 75px;
  z-index: 4;
}

.car_assetpublisher #car_next:focus {
  border: 1px dotted #c40000;
}

.car_assetpublisher .carousel-pagination {
  float: left;
  position: absolute;
  right: 10px;
  top: 139px;
  z-index: 4;
}

.car_assetpublisher .carousel-pagination a {
  width: 12px;
  height: 12px;
  background: url("/o/veol-2018-theme/images/edf/theme/circle_empty.png") repeat scroll 0 0 transparent;
  display: block;
  float: left;
  margin-right: 3px;
  cursor: pointer;
  color: transparent;
}

.car_assetpublisher .carousel-pagination a:focus {
  border: 1px dotted #c40000;
}

.car_assetpublisher .carousel-pagination .activeSlide {
  width: 12px;
  height: 12px;
  background: url("/o/veol-2018-theme/images/edf/theme/circle_full.png") repeat scroll 0 0 transparent;
  display: block;
  margin-right: 3px;
  cursor: pointer;
  float: left;
  color: transparent;
}

.car_assetpublisher .txt_car h3 {
  font-size: 14px;
  color: #345ca3;
  height: 16px;
  overflow-y: hidden;
  margin: 0;
  padding: 0 0 6px;
}

.car_assetpublisher .txt_car p {
  font-size: 11px;
  color: #333;
  height: 16px;
  overflow-y: hidden;
  margin: 0;
  padding: 0;
}

/* fin Carrousel */
/*new carrousel*/
.carrousel_v2 {
  height: 175px;
  width: 100%;
  z-index: 0 !important;
  overflow: hidden;
  /* #52840 */
}
.carrousel_v2 .carrousel_left,
.carrousel_v2 .carrousel_right {
  width: 50%;
  height: inherit;
  float: left;
}
.carrousel_v2 .carrousel_left {
  padding: 20px 10px 5px 54px;
}
.carrousel_v2 .carrousel_left div {
  vertical-align: middle;
}
.carrousel_v2 .carrousel_left div h3 {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  margin: 0;
}
.carrousel_v2 .carrousel_left div .carrousel_description {
  font-size: 0.875rem;
  color: #fff;
  margin-bottom: 0.3125rem;
  max-height: 5.3125rem;
  overflow-y: auto;
  scrollbar-width: thin;
}
.carrousel_v2 .carrousel_left div a {
  border-radius: 5px;
  font-size: 11px !important;
  font-weight: 100 !important;
  height: 17px;
  overflow: hidden;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 5px;
  text-align: center;
  background: #fff;
}
.carrousel_v2 .carrousel_left div p.carrousel_lien {
  margin-bottom: 0;
  text-align: center;
}
.carrousel_v2 .carrousel_left.light-green h3 {
  color: #4c4c4c;
}
.carrousel_v2 .carrousel_left.light-green .carrousel_description {
  color: #4c4c4c;
}
.carrousel_v2 .carrousel_left.light-orange h3 {
  color: #4c4c4c;
}
.carrousel_v2 .carrousel_left.light-orange .carrousel_description {
  color: #4c4c4c;
}
.carrousel_v2 .carrousel_right .carrousel_image {
  height: inherit;
  overflow: hidden;
}

/* styles articles wysiwyg */
.ae-ui .ae-dropdown {
  min-width: 1rem;
  white-space: nowrap;
  overflow-y: scroll;
  max-height: 1.25rem;
}

.portlet-body .orange,
.ae-ui .ae-dropdown .orange {
  color: #D6430A;
}
.portlet-body p ~ .encart1, .portlet-body p ~ .encart2, .portlet-body p ~ .encart3, .portlet-body p ~ .aplat1, .portlet-body p ~ .aplat2, .portlet-body p ~ .aplat3,
.ae-ui .ae-dropdown p ~ .encart1,
.ae-ui .ae-dropdown p ~ .encart2,
.ae-ui .ae-dropdown p ~ .encart3,
.ae-ui .ae-dropdown p ~ .aplat1,
.ae-ui .ae-dropdown p ~ .aplat2,
.ae-ui .ae-dropdown p ~ .aplat3 {
  clear: both;
}

.asset-full-content .journal-content-article,
.article-title,
.portlet-blogs:not(.portlet-configuration):not(.portlet-decorate) {
  display: inline-block;
}
.asset-full-content .journal-content-article .description,
.article-title .description,
.portlet-blogs:not(.portlet-configuration):not(.portlet-decorate) .description {
  font-size: 1.125rem;
  font-weight: 600;
}
.asset-full-content .journal-content-article .widget-mode-detail-text pre,
.article-title .widget-mode-detail-text pre,
.portlet-blogs:not(.portlet-configuration):not(.portlet-decorate) .widget-mode-detail-text pre {
  overflow-x: auto;
  white-space: pre;
  width: 100%;
  border: 1px solid #c1c7d0;
  background: #f4f5f7;
  padding: 10px;
}
body:not(.erdf) .asset-full-content .journal-content-article h2,
body:not(.erdf) .asset-full-content .journal-content-article .h2:not(.title-link),
body:not(.erdf) .asset-full-content .journal-content-article h3,
body:not(.erdf) .asset-full-content .journal-content-article h4,
body:not(.erdf) .article-title h2,
body:not(.erdf) .article-title .h2:not(.title-link),
body:not(.erdf) .article-title h3,
body:not(.erdf) .article-title h4,
body:not(.erdf) .portlet-blogs:not(.portlet-configuration):not(.portlet-decorate) h2,
body:not(.erdf) .portlet-blogs:not(.portlet-configuration):not(.portlet-decorate) .h2:not(.title-link),
body:not(.erdf) .portlet-blogs:not(.portlet-configuration):not(.portlet-decorate) h3,
body:not(.erdf) .portlet-blogs:not(.portlet-configuration):not(.portlet-decorate) h4 {
  color: #001A70;
  font-weight: 600;
}
body:not(.erdf) .asset-full-content .journal-content-article .h2:not(.title-link),
body:not(.erdf) .asset-full-content .journal-content-article h2:not(.wysiwyg),
body:not(.erdf) .article-title .h2:not(.title-link),
body:not(.erdf) .article-title h2:not(.wysiwyg),
body:not(.erdf) .portlet-blogs:not(.portlet-configuration):not(.portlet-decorate) .h2:not(.title-link),
body:not(.erdf) .portlet-blogs:not(.portlet-configuration):not(.portlet-decorate) h2:not(.wysiwyg) {
  font-size: 1.625rem;
}
body:not(.erdf) .asset-full-content .journal-content-article h2,
body:not(.erdf) .article-title h2,
body:not(.erdf) .portlet-blogs:not(.portlet-configuration):not(.portlet-decorate) h2 {
  font-size: 1.375rem;
}
.erdf .asset-full-content .journal-content-article,
.erdf .article-title,
.erdf .portlet-blogs:not(.portlet-configuration):not(.portlet-decorate) {
  color: #58595b;
}
.erdf .asset-full-content .journal-content-article .h2:not(.title-link),
.erdf .asset-full-content .journal-content-article h2:not(.wysiwyg),
.erdf .article-title .h2:not(.title-link),
.erdf .article-title h2:not(.wysiwyg),
.erdf .portlet-blogs:not(.portlet-configuration):not(.portlet-decorate) .h2:not(.title-link),
.erdf .portlet-blogs:not(.portlet-configuration):not(.portlet-decorate) h2:not(.wysiwyg) {
  font-size: 1.625rem;
}
.asset-full-content .journal-content-article h3,
.article-title h3,
.portlet-blogs:not(.portlet-configuration):not(.portlet-decorate) h3 {
  font-size: 1.125rem;
}
.asset-full-content .journal-content-article h4,
.article-title h4,
.portlet-blogs:not(.portlet-configuration):not(.portlet-decorate) h4 {
  font-size: 1rem;
}

.portlet-blogs h1 {
  font-size: 26px !important;
  text-transform: none;
  color: #001A70;
  text-align: left !important;
  line-height: 26px !important;
}
.portlet-blogs .entry-subtitle h4 {
  font-size: 1.125em !important;
  font-weight: bold !important;
  line-height: 18px !important;
  margin-top: 20px !important;
  text-align: left !important;
}
.portlet-blogs .col-md-8 {
  width: 100%;
}
.portlet-blogs .entry-title,
.portlet-blogs .entry-subtitle {
  margin: 0 -10px;
}
.portlet-blogs .entry-body.col-md-8 {
  padding: 0 2em !important;
}
.portlet-blogs .toolbar-bottom-article .container-fluid {
  padding-left: 0;
}
.portlet-blogs .list-tags {
  padding: 0 1em;
}
.portlet-blogs .badge {
  font-size: 16px !important;
  padding: 0px !important;
}
.portlet-blogs .badge:hover {
  font-size: 16px !important;
  padding: 0px !important;
  color: #005bbb;
  text-decoration: underline;
}
.portlet-blogs .entry-content ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.portlet-blogs .col-md-8.mx-auto {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* #69257 contournement pbm superposition ul et float: cf. https://stackoverflow.com/questions/710158/why-do-my-list-item-bullets-overlap-floating-elements */
.alloy-editor-wrapper ul,
.alloy-editor-wrapper ol, .ck-editor__editable ul,
.ck-editor__editable ol,
.journal-content-article ul,
.journal-content-article ol {
  overflow: hidden;
}

.alloy-editor-wrapper ul:not(.dropdown-menu):not(.asset-links-list):not(.textboxlistentry-holder):not(.control-menu-nav):not(.card-page):not(.navbar-nav):not(.multi-step-nav):not(.autofit-row):not(.pagination),
.alloy-editor-wrapper ol:not(.dropdown-menu):not(.asset-links-list):not(.textboxlistentry-holder):not(.control-menu-nav):not(.card-page):not(.navbar-nav):not(.multi-step-nav):not(.autofit-row):not(.pagination), .ck-editor__editable ul:not(.dropdown-menu):not(.asset-links-list):not(.textboxlistentry-holder):not(.control-menu-nav):not(.card-page):not(.navbar-nav):not(.multi-step-nav):not(.autofit-row):not(.pagination),
.ck-editor__editable ol:not(.dropdown-menu):not(.asset-links-list):not(.textboxlistentry-holder):not(.control-menu-nav):not(.card-page):not(.navbar-nav):not(.multi-step-nav):not(.autofit-row):not(.pagination),
.html-editor.portlet ul:not(.dropdown-menu):not(.asset-links-list):not(.textboxlistentry-holder):not(.control-menu-nav):not(.card-page):not(.navbar-nav):not(.multi-step-nav):not(.autofit-row):not(.pagination),
.html-editor.portlet ol:not(.dropdown-menu):not(.asset-links-list):not(.textboxlistentry-holder):not(.control-menu-nav):not(.card-page):not(.navbar-nav):not(.multi-step-nav):not(.autofit-row):not(.pagination),
.journal-content-article ul:not(.dropdown-menu):not(.asset-links-list):not(.textboxlistentry-holder):not(.control-menu-nav):not(.card-page):not(.navbar-nav):not(.multi-step-nav):not(.autofit-row):not(.pagination),
.journal-content-article ol:not(.dropdown-menu):not(.asset-links-list):not(.textboxlistentry-holder):not(.control-menu-nav):not(.card-page):not(.navbar-nav):not(.multi-step-nav):not(.autofit-row):not(.pagination),
.evenementiel_liste .previsu ul:not(.dropdown-menu):not(.asset-links-list):not(.textboxlistentry-holder):not(.control-menu-nav):not(.card-page):not(.navbar-nav):not(.multi-step-nav):not(.autofit-row):not(.pagination),
.evenementiel_liste .previsu ol:not(.dropdown-menu):not(.asset-links-list):not(.textboxlistentry-holder):not(.control-menu-nav):not(.card-page):not(.navbar-nav):not(.multi-step-nav):not(.autofit-row):not(.pagination),
.evenementieledition-portlet .previsu ul:not(.dropdown-menu):not(.asset-links-list):not(.textboxlistentry-holder):not(.control-menu-nav):not(.card-page):not(.navbar-nav):not(.multi-step-nav):not(.autofit-row):not(.pagination),
.evenementieledition-portlet .previsu ol:not(.dropdown-menu):not(.asset-links-list):not(.textboxlistentry-holder):not(.control-menu-nav):not(.card-page):not(.navbar-nav):not(.multi-step-nav):not(.autofit-row):not(.pagination),
.evenementielinscription-portlet ul:not(.dropdown-menu):not(.asset-links-list):not(.textboxlistentry-holder):not(.control-menu-nav):not(.card-page):not(.navbar-nav):not(.multi-step-nav):not(.autofit-row):not(.pagination),
.evenementielinscription-portlet ol:not(.dropdown-menu):not(.asset-links-list):not(.textboxlistentry-holder):not(.control-menu-nav):not(.card-page):not(.navbar-nav):not(.multi-step-nav):not(.autofit-row):not(.pagination),
.wiki-body ul:not(.dropdown-menu):not(.asset-links-list):not(.textboxlistentry-holder):not(.control-menu-nav):not(.card-page):not(.navbar-nav):not(.multi-step-nav):not(.autofit-row):not(.pagination),
.wiki-body ol:not(.dropdown-menu):not(.asset-links-list):not(.textboxlistentry-holder):not(.control-menu-nav):not(.card-page):not(.navbar-nav):not(.multi-step-nav):not(.autofit-row):not(.pagination),
.portlet-blogs ul:not(.dropdown-menu):not(.asset-links-list):not(.textboxlistentry-holder):not(.control-menu-nav):not(.card-page):not(.navbar-nav):not(.multi-step-nav):not(.autofit-row):not(.pagination),
.portlet-blogs ol:not(.dropdown-menu):not(.asset-links-list):not(.textboxlistentry-holder):not(.control-menu-nav):not(.card-page):not(.navbar-nav):not(.multi-step-nav):not(.autofit-row):not(.pagination) {
  padding: 0;
  list-style-position: inside;
  display: block;
}
.alloy-editor-wrapper ul:not(.dropdown-menu):not(.asset-links-list):not(.textboxlistentry-holder):not(.control-menu-nav):not(.end_actus):not(.list-unstyled):not(.nav):not(.multi-step-nav):not(.pagination), .alloy-editor-wrapper ul:not(.dropdown-menu):not(.asset-links-list):not(.textboxlistentry-holder):not(.control-menu-nav):not(.end_actus):not(.list-unstyled):not(.nav):not(.multi-step-nav):not(.pagination) > li, .ck-editor__editable ul:not(.dropdown-menu):not(.asset-links-list):not(.textboxlistentry-holder):not(.control-menu-nav):not(.end_actus):not(.list-unstyled):not(.nav):not(.multi-step-nav):not(.pagination), .ck-editor__editable ul:not(.dropdown-menu):not(.asset-links-list):not(.textboxlistentry-holder):not(.control-menu-nav):not(.end_actus):not(.list-unstyled):not(.nav):not(.multi-step-nav):not(.pagination) > li,
.html-editor.portlet ul:not(.dropdown-menu):not(.asset-links-list):not(.textboxlistentry-holder):not(.control-menu-nav):not(.end_actus):not(.list-unstyled):not(.nav):not(.multi-step-nav):not(.pagination),
.html-editor.portlet ul:not(.dropdown-menu):not(.asset-links-list):not(.textboxlistentry-holder):not(.control-menu-nav):not(.end_actus):not(.list-unstyled):not(.nav):not(.multi-step-nav):not(.pagination) > li,
.journal-content-article ul:not(.dropdown-menu):not(.asset-links-list):not(.textboxlistentry-holder):not(.control-menu-nav):not(.end_actus):not(.list-unstyled):not(.nav):not(.multi-step-nav):not(.pagination),
.journal-content-article ul:not(.dropdown-menu):not(.asset-links-list):not(.textboxlistentry-holder):not(.control-menu-nav):not(.end_actus):not(.list-unstyled):not(.nav):not(.multi-step-nav):not(.pagination) > li,
.evenementiel_liste .previsu ul:not(.dropdown-menu):not(.asset-links-list):not(.textboxlistentry-holder):not(.control-menu-nav):not(.end_actus):not(.list-unstyled):not(.nav):not(.multi-step-nav):not(.pagination),
.evenementiel_liste .previsu ul:not(.dropdown-menu):not(.asset-links-list):not(.textboxlistentry-holder):not(.control-menu-nav):not(.end_actus):not(.list-unstyled):not(.nav):not(.multi-step-nav):not(.pagination) > li,
.evenementieledition-portlet .previsu ul:not(.dropdown-menu):not(.asset-links-list):not(.textboxlistentry-holder):not(.control-menu-nav):not(.end_actus):not(.list-unstyled):not(.nav):not(.multi-step-nav):not(.pagination),
.evenementieledition-portlet .previsu ul:not(.dropdown-menu):not(.asset-links-list):not(.textboxlistentry-holder):not(.control-menu-nav):not(.end_actus):not(.list-unstyled):not(.nav):not(.multi-step-nav):not(.pagination) > li,
.evenementielinscription-portlet ul:not(.dropdown-menu):not(.asset-links-list):not(.textboxlistentry-holder):not(.control-menu-nav):not(.end_actus):not(.list-unstyled):not(.nav):not(.multi-step-nav):not(.pagination),
.evenementielinscription-portlet ul:not(.dropdown-menu):not(.asset-links-list):not(.textboxlistentry-holder):not(.control-menu-nav):not(.end_actus):not(.list-unstyled):not(.nav):not(.multi-step-nav):not(.pagination) > li,
.wiki-body ul:not(.dropdown-menu):not(.asset-links-list):not(.textboxlistentry-holder):not(.control-menu-nav):not(.end_actus):not(.list-unstyled):not(.nav):not(.multi-step-nav):not(.pagination),
.wiki-body ul:not(.dropdown-menu):not(.asset-links-list):not(.textboxlistentry-holder):not(.control-menu-nav):not(.end_actus):not(.list-unstyled):not(.nav):not(.multi-step-nav):not(.pagination) > li,
.portlet-blogs ul:not(.dropdown-menu):not(.asset-links-list):not(.textboxlistentry-holder):not(.control-menu-nav):not(.end_actus):not(.list-unstyled):not(.nav):not(.multi-step-nav):not(.pagination),
.portlet-blogs ul:not(.dropdown-menu):not(.asset-links-list):not(.textboxlistentry-holder):not(.control-menu-nav):not(.end_actus):not(.list-unstyled):not(.nav):not(.multi-step-nav):not(.pagination) > li {
  list-style-type: disc;
}
.alloy-editor-wrapper ol, .alloy-editor-wrapper ol > li, .ck-editor__editable ol, .ck-editor__editable ol > li,
.html-editor.portlet ol,
.html-editor.portlet ol > li,
.journal-content-article ol,
.journal-content-article ol > li,
.evenementiel_liste .previsu ol,
.evenementiel_liste .previsu ol > li,
.evenementieledition-portlet .previsu ol,
.evenementieledition-portlet .previsu ol > li,
.evenementielinscription-portlet ol,
.evenementielinscription-portlet ol > li,
.wiki-body ol,
.wiki-body ol > li,
.portlet-blogs ol,
.portlet-blogs ol > li {
  list-style-type: decimal;
}

.content_plie_deplie .plie_deplie {
  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'%20d='M272.8%20375.2%20475%20173.3c23-23.6-11.9-59.9-35.1-36L256%20320.3%2072.2%20137.4c-23.5-24-58.2%2012.5-35.2%2036.1l202.1%20201.7c10.1%2010.2%2024.4%209.3%2033.7%200z'%20fill='grey'/%3E%3C/svg%3E");
  background-size: 15px auto;
  height: 15px;
  width: 15px;
  padding: 0 0 0 20px;
  background-repeat: no-repeat;
  background-position-y: 3px;
}
.content_plie_deplie .plie_deplie:hover {
  text-decoration: none;
}
.content_plie_deplie .plie_deplie.active {
  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'%20d='M239.2%20136.8%2037.1%20338.5c-23.1%2023.5%2011.6%2060%2035.2%2036.1L256%20191.7l183.9%20183c23.2%2023.9%2058.1-12.5%2035.1-36L272.8%20136.8c-9.3-9.3-23.6-10.2-33.6%200z'%20fill='grey'/%3E%3C/svg%3E");
  background-size: 15px auto;
  height: 15px;
  width: 15px;
  padding: 0 0 0 20px;
  background-repeat: no-repeat;
  background-position-y: 3px;
}
.content_plie_deplie .plie_deplie.active:hover {
  text-decoration: none;
}

.journal-content-article .link_blue {
  background: url(/o/veol-2018-theme/images/edf/theme/link_blue.gif) 0 6px no-repeat;
  padding-left: 14px;
  display: block !important;
}

.dialog-iframe-popup .portlet-journal .journal-article-preview {
  max-width: 962px;
  margin: auto;
  padding: 32px;
}

.dialog-iframe-popup .portlet-journal .journal-article-preview img {
  max-width: 100%;
}

.article-v7 img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width),
.portlet-blogs .entry-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width),
.portlet-wiki .wiki-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width),
.alloy-editor-wrapper img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width), .ck-editor__editable img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width) {
  padding: 1rem;
}
.article-v7 img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-egale-000,
.portlet-blogs .entry-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-egale-000,
.portlet-wiki .wiki-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-egale-000,
.alloy-editor-wrapper img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-egale-000, .ck-editor__editable img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-egale-000 {
  padding: 0;
}
.article-v7 img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-egale-050,
.portlet-blogs .entry-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-egale-050,
.portlet-wiki .wiki-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-egale-050,
.alloy-editor-wrapper img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-egale-050, .ck-editor__editable img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-egale-050 {
  padding: 0.5em;
}
.article-v7 img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-egale-075,
.portlet-blogs .entry-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-egale-075,
.portlet-wiki .wiki-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-egale-075,
.alloy-editor-wrapper img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-egale-075, .ck-editor__editable img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-egale-075 {
  padding: 0.75em;
}
.article-v7 img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-egale-100,
.portlet-blogs .entry-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-egale-100,
.portlet-wiki .wiki-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-egale-100,
.alloy-editor-wrapper img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-egale-100, .ck-editor__editable img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-egale-100 {
  padding: 1em;
}
.article-v7 img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-egale-150,
.portlet-blogs .entry-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-egale-150,
.portlet-wiki .wiki-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-egale-150,
.alloy-editor-wrapper img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-egale-150, .ck-editor__editable img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-egale-150 {
  padding: 1.5rem;
}
.article-v7 img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-egale-200,
.portlet-blogs .entry-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-egale-200,
.portlet-wiki .wiki-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-egale-200,
.alloy-editor-wrapper img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-egale-200, .ck-editor__editable img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-egale-200 {
  padding: 2em;
}
.article-v7 img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-haut-000,
.portlet-blogs .entry-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-haut-000,
.portlet-wiki .wiki-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-haut-000,
.alloy-editor-wrapper img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-haut-000, .ck-editor__editable img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-haut-000 {
  padding-top: 0em;
}
.article-v7 img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-haut-050,
.portlet-blogs .entry-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-haut-050,
.portlet-wiki .wiki-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-haut-050,
.alloy-editor-wrapper img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-haut-050, .ck-editor__editable img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-haut-050 {
  padding-top: 0.5em;
}
.article-v7 img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-haut-075,
.portlet-blogs .entry-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-haut-075,
.portlet-wiki .wiki-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-haut-075,
.alloy-editor-wrapper img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-haut-075, .ck-editor__editable img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-haut-075 {
  padding-top: 0.75em;
}
.article-v7 img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-haut-100,
.portlet-blogs .entry-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-haut-100,
.portlet-wiki .wiki-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-haut-100,
.alloy-editor-wrapper img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-haut-100, .ck-editor__editable img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-haut-100 {
  padding-top: 1em;
}
.article-v7 img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-haut-150,
.portlet-blogs .entry-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-haut-150,
.portlet-wiki .wiki-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-haut-150,
.alloy-editor-wrapper img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-haut-150, .ck-editor__editable img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-haut-150 {
  padding-top: 1.5rem;
}
.article-v7 img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-haut-200,
.portlet-blogs .entry-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-haut-200,
.portlet-wiki .wiki-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-haut-200,
.alloy-editor-wrapper img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-haut-200, .ck-editor__editable img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-haut-200 {
  padding-top: 2em;
}
.article-v7 img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-bas-000,
.portlet-blogs .entry-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-bas-000,
.portlet-wiki .wiki-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-bas-000,
.alloy-editor-wrapper img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-bas-000, .ck-editor__editable img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-bas-000 {
  padding-bottom: 0em;
}
.article-v7 img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-bas-050,
.portlet-blogs .entry-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-bas-050,
.portlet-wiki .wiki-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-bas-050,
.alloy-editor-wrapper img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-bas-050, .ck-editor__editable img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-bas-050 {
  padding-bottom: 0.5em;
}
.article-v7 img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-bas-075,
.portlet-blogs .entry-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-bas-075,
.portlet-wiki .wiki-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-bas-075,
.alloy-editor-wrapper img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-bas-075, .ck-editor__editable img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-bas-075 {
  padding-bottom: 0.75em;
}
.article-v7 img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-bas-100,
.portlet-blogs .entry-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-bas-100,
.portlet-wiki .wiki-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-bas-100,
.alloy-editor-wrapper img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-bas-100, .ck-editor__editable img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-bas-100 {
  padding-bottom: 1em;
}
.article-v7 img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-bas-150,
.portlet-blogs .entry-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-bas-150,
.portlet-wiki .wiki-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-bas-150,
.alloy-editor-wrapper img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-bas-150, .ck-editor__editable img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-bas-150 {
  padding-bottom: 1.5rem;
}
.article-v7 img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-bas-200,
.portlet-blogs .entry-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-bas-200,
.portlet-wiki .wiki-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-bas-200,
.alloy-editor-wrapper img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-bas-200, .ck-editor__editable img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-bas-200 {
  padding-bottom: 2em;
}
.article-v7 img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-droite-000,
.portlet-blogs .entry-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-droite-000,
.portlet-wiki .wiki-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-droite-000,
.alloy-editor-wrapper img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-droite-000, .ck-editor__editable img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-droite-000 {
  padding-right: 0em;
}
.article-v7 img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-droite-050,
.portlet-blogs .entry-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-droite-050,
.portlet-wiki .wiki-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-droite-050,
.alloy-editor-wrapper img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-droite-050, .ck-editor__editable img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-droite-050 {
  padding-right: 0.5em;
}
.article-v7 img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-droite-075,
.portlet-blogs .entry-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-droite-075,
.portlet-wiki .wiki-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-droite-075,
.alloy-editor-wrapper img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-droite-075, .ck-editor__editable img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-droite-075 {
  padding-right: 0.75em;
}
.article-v7 img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-droite-100,
.portlet-blogs .entry-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-droite-100,
.portlet-wiki .wiki-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-droite-100,
.alloy-editor-wrapper img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-droite-100, .ck-editor__editable img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-droite-100 {
  padding-right: 1em;
}
.article-v7 img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-droite-150,
.portlet-blogs .entry-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-droite-150,
.portlet-wiki .wiki-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-droite-150,
.alloy-editor-wrapper img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-droite-150, .ck-editor__editable img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-droite-150 {
  padding-right: 1.5rem;
}
.article-v7 img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-droite-200,
.portlet-blogs .entry-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-droite-200,
.portlet-wiki .wiki-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-droite-200,
.alloy-editor-wrapper img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-droite-200, .ck-editor__editable img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-droite-200 {
  padding-right: 2em;
}
.article-v7 img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-gauche-000,
.portlet-blogs .entry-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-gauche-000,
.portlet-wiki .wiki-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-gauche-000,
.alloy-editor-wrapper img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-gauche-000, .ck-editor__editable img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-gauche-000 {
  padding-left: 0;
}
.article-v7 img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-gauche-050,
.portlet-blogs .entry-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-gauche-050,
.portlet-wiki .wiki-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-gauche-050,
.alloy-editor-wrapper img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-gauche-050, .ck-editor__editable img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-gauche-050 {
  padding-left: 0.5em;
}
.article-v7 img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-gauche-075,
.portlet-blogs .entry-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-gauche-075,
.portlet-wiki .wiki-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-gauche-075,
.alloy-editor-wrapper img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-gauche-075, .ck-editor__editable img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-gauche-075 {
  padding-left: 0.75em;
}
.article-v7 img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-gauche-100,
.portlet-blogs .entry-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-gauche-100,
.portlet-wiki .wiki-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-gauche-100,
.alloy-editor-wrapper img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-gauche-100, .ck-editor__editable img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-gauche-100 {
  padding-left: 1em;
}
.article-v7 img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-gauche-150,
.portlet-blogs .entry-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-gauche-150,
.portlet-wiki .wiki-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-gauche-150,
.alloy-editor-wrapper img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-gauche-150, .ck-editor__editable img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-gauche-150 {
  padding-left: 1.5rem;
}
.article-v7 img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-gauche-200,
.portlet-blogs .entry-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-gauche-200,
.portlet-wiki .wiki-body img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-gauche-200,
.alloy-editor-wrapper img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-gauche-200, .ck-editor__editable img:not(.p_profil):not(.user-icon):not(.article-ancre):not(.force-width).img-marge-gauche-200 {
  padding-left: 2em;
}

.veolgalerie > ul > li img,
.article-v7 .veolgalerie > ul > li img {
  margin: 0 !important;
  padding: 0 !important;
}

.ie .veolgalerie-small .veolgalerie > ul li img,
.ie .wysiwyg-veolgalerie-small .wysiwyg-veolgalerie > ul li img,
.ie .veolgalerie-large .veolgalerie > ul li img,
.ie .wysiwyg-veolgalerie-large .wysiwyg-veolgalerie > ul li img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.ie .veolgalerie-small .veolgalerie > ul li a,
.ie .wysiwyg-veolgalerie-small .wysiwyg-veolgalerie > ul li a,
.ie .veolgalerie-large .veolgalerie > ul li a,
.ie .wysiwyg-veolgalerie-large .wysiwyg-veolgalerie > ul li a {
  display: block;
  width: inherit;
  height: inherit;
}
.ie .veolgalerie-small .veolgalerie > ul li,
.ie .wysiwyg-veolgalerie-small .wysiwyg-veolgalerie > ul li {
  display: block;
  float: left;
  height: 84px !important;
  width: 113px !important;
  overflow: hidden;
}
.ie .veolgalerie-small .veolgalerie > ul li img,
.ie .wysiwyg-veolgalerie-small .wysiwyg-veolgalerie > ul li img {
  min-width: 113px;
  min-height: 84px;
}
.ie .veolgalerie-large .veolgalerie > ul li,
.ie .wysiwyg-veolgalerie-large .wysiwyg-veolgalerie > ul li {
  display: block;
  float: left;
  height: 140px !important;
  width: 188px !important;
  overflow: hidden;
}
.ie .veolgalerie-large .veolgalerie > ul li img,
.ie .wysiwyg-veolgalerie-large .wysiwyg-veolgalerie > ul li img {
  min-width: 188px;
  min-height: 140px;
}

.article-v7 pre,
.portlet-blogs .entry-body pre,
.portlet-wiki .wiki-body pre {
  overflow-x: auto;
  white-space: pre;
  width: 100%;
  border: 1px solid #c1c7d0;
  background: #f4f5f7;
  padding: 10px;
}
.article-v7 img.article-ancre,
.portlet-blogs .entry-body img.article-ancre,
.portlet-wiki .wiki-body img.article-ancre {
  width: 1px;
  height: 1px;
  float: left;
}

.alloy-editor-wrapper img.article-ancre, .ck-editor__editable img.article-ancre {
  position: relative;
  top: -5px;
  margin-right: 5px;
}

.veolcollapse a {
  text-decoration: none !important;
}
.veolcollapse a.collapsed .glyphicon.glyphicon-chevron-down::before {
  content: "\e080";
}

.alloy-editor-wrapper p.veolcollapse,
.alloy-editor-wrapper p.veolcollapse + [id], .ck-editor__editable p.veolcollapse,
.ck-editor__editable p.veolcollapse + [id] {
  margin: 0;
  padding: 0;
  border-color: lightgray;
  border-width: 7px;
  border-radius: 7px 7px 0 0;
  border-style: solid;
}
.alloy-editor-wrapper p.veolcollapse + [id], .ck-editor__editable p.veolcollapse + [id] {
  border-radius: 0 0 7px 7px;
  border-width: 0 7px 7px 7px;
}
.alloy-editor-wrapper p.veolcollapse::before, .ck-editor__editable p.veolcollapse::before {
  font-family: "Glyphicons Halflings";
  line-height: 1;
  background: lightgray;
  padding: 9px;
  display: inline-block;
  content: "Expand \e252\e253";
}

.wysiwyg-carousel {
  background: lightgray;
  padding: 5px;
}
.wysiwyg-carousel .wysiwyg-carousel-inner .carousel-item {
  background: white;
  margin: 8px;
  min-height: 300px;
  display: block !important;
  float: none !important;
  width: unset;
}
.wysiwyg-carousel .wysiwyg-carousel-control-prev {
  display: none;
}
.wysiwyg-carousel .wysiwyg-carousel-control-next {
  display: none;
}
.wysiwyg-carousel::before {
  font-family: "Glyphicons Halflings";
  line-height: 1;
  margin: 10px;
  display: inline-block;
  content: "Carousel \e075";
}

.carousel .carousel-inner .carousel-item {
  min-height: 300px;
}
.veolsearch-liens .carousel .carousel-inner .carousel-item {
  min-height: auto;
}
.carousel .carousel-control-next-icon,
.carousel .carousel-control-prev-icon {
  background-color: #a7a9ac;
  border-radius: 50%;
  border: solid 5px #a7a9ac;
}
.carousel.carousel-wide .carousel-inner > .carousel-item .carousel-frame {
  text-align: center;
  width: 100%;
  height: 21.875rem;
}
.carousel.carousel-wide .carousel-inner > .carousel-item .carousel-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}

.wysiwyg-carousel .wysiwyg-carousel-inner .carousel-item img,
.carousel .carousel-inner .carousel-item img {
  max-height: 300px;
}

.veolgalerie > ul, .wysiwyg-veolgalerie > ul {
  overflow: hidden;
  height: auto;
  list-style: none;
  padding: 0;
  margin: 35px 0 35px 0;
}

.wysiwyg-veolgalerie {
  display: none;
  background: lightgray;
}
.wysiwyg-veolgalerie > ul > li {
  background: white;
  margin: 8px;
  padding: 8px;
  display: inline-block;
  overflow: hidden;
}
.wysiwyg-veolgalerie::before {
  font-family: "Glyphicons Halflings";
  line-height: 1;
  margin: 10px;
  display: inline-block;
  content: "Galerie \e075";
}
.alloy-editor-wrapper .wysiwyg-veolgalerie, .ck-editor__editable .wysiwyg-veolgalerie {
  display: block;
}

.veolgalerie > ul > li {
  display: block;
  float: left;
  margin-right: 4px;
}

.veolgalerie-small .veolgalerie > ul li img,
.wysiwyg-veolgalerie-small .wysiwyg-veolgalerie > ul li img {
  width: 113px;
  height: 84px;
  padding: 0 !important;
  object-fit: cover;
  object-position: center;
}

.veolgalerie-large .veolgalerie > ul li img,
.wysiwyg-veolgalerie-large .wysiwyg-veolgalerie > ul li img {
  width: 205px;
  height: 140px;
  padding: 0 !important;
  object-fit: cover;
  object-position: center;
}

.select-listed {
  font-size: 1rem;
}
.select-listed.form-control {
  /* form-control c'est joli, mais on veut eviter le width 100% */
  width: unset;
  display: unset;
}

.wysiwyg-listed,
.listed {
  display: none;
}

.alloy-editor-wrapper .wysiwyg-listed, .ck-editor__editable .wysiwyg-listed {
  display: inline-table;
  background: lightgray;
  border-radius: 0.5rem;
  padding: 0.4rem;
  min-width: 20rem;
}
.alloy-editor-wrapper .wysiwyg-listed::after, .ck-editor__editable .wysiwyg-listed::after {
  content: "⏶\a⏷";
  color: #333;
  display: table-cell;
  vertical-align: top;
  text-align: right;
  width: 1.3rem;
  padding-top: 0.4rem;
  line-height: 0.5rem;
}
.alloy-editor-wrapper .wysiwyg-listed > *, .ck-editor__editable .wysiwyg-listed > * {
  margin: 0.15rem;
  padding: 0.15rem;
  background-color: #fff;
  border-radius: 0.15rem;
}
.alloy-editor-wrapper .wysiwyg-listed > *:nth-child(even), .ck-editor__editable .wysiwyg-listed > *:nth-child(even) {
  margin-left: 2.15rem;
}
.alloy-editor-wrapper .wysiwyg-listed > *:nth-child(even)::before, .ck-editor__editable .wysiwyg-listed > *:nth-child(even)::before {
  content: "option: ";
  color: #555;
  font-style: italic;
}
.alloy-editor-wrapper .wysiwyg-listed > *:nth-child(odd):not(:first-of-type), .ck-editor__editable .wysiwyg-listed > *:nth-child(odd):not(:first-of-type) {
  background-color: #eee;
  margin-left: 3.15rem;
}
.alloy-editor-wrapper .wysiwyg-listed > *:nth-child(odd):not(:first-of-type)::before, .ck-editor__editable .wysiwyg-listed > *:nth-child(odd):not(:first-of-type)::before {
  content: "url: ";
  color: #555;
  font-style: italic;
}
.alloy-editor-wrapper .wysiwyg-listed > *:first-of-type::before, .ck-editor__editable .wysiwyg-listed > *:first-of-type::before {
  content: "> ";
  color: #555;
}
.alloy-editor-wrapper .wysiwyg-ficheprofil, .ck-editor__editable .wysiwyg-ficheprofil {
  display: inline-table;
  background: lightgray;
  border-radius: 0.5rem;
  padding: 0.4rem;
  min-width: 20rem;
}
.alloy-editor-wrapper .wysiwyg-ficheprofil > p, .ck-editor__editable .wysiwyg-ficheprofil > p {
  margin: 0.15rem;
  padding: 0.15rem;
  background-color: #fff;
  border-radius: 0.15rem;
}
.alloy-editor-wrapper .wysiwyg-ficheprofil > p::before, .ck-editor__editable .wysiwyg-ficheprofil > p::before {
  content: "Email> ";
  color: #555;
}

.journal-content-article .ficheprofil > p, .portlet-asset-publisher .asset-full-content .ficheprofil > p {
  display: inline-block;
  margin: 10px;
  padding: 0;
  max-width: 283px;
}
.journal-content-article .ficheprofil > p .card-square, .portlet-asset-publisher .asset-full-content .ficheprofil > p .card-square {
  min-height: 11em;
}
.journal-content-article .ficheprofil > p .card .autofit-col, .portlet-asset-publisher .asset-full-content .ficheprofil > p .card .autofit-col {
  display: block;
}

.portlet-journal #_com_liferay_journal_web_portlet_JournalPortlet_saveButton,
.portlet-journal .journal-article-button-row .btn-secondary[form=_com_liferay_journal_web_portlet_JournalPortlet_fm1] {
  display: none;
}
.portlet-journal .popin_edit_permissions {
  display: block;
  position: fixed;
  z-index: 999;
  padding: 8px 9px;
  top: 120px;
  right: 14px;
  min-width: 450px;
  border: solid 2px #ccc;
  background: white;
}
.portlet-journal #_com_liferay_journal_web_portlet_JournalPortlet_prepublier_tooltip {
  margin-left: -1em;
  margin-top: 0.3em;
}

img.vignette-article {
  width: 190px;
  max-width: none !important;
}

.dialog-with-footer .button-holder.dialog-footer {
  z-index: 8;
}

.ae-ui .ae-toolbar .ae-toolbar-element option {
  color: #65b6f0;
}

.ae-ui .ae-toolbar .ae-container-input input,
.ae-ui .ae-toolbar .ae-container-input .ae-input {
  color: black;
}

.ae-toolbar .ae-button .icon-check {
  cursor: pointer;
  display: inline-block !important;
  width: 24px !important;
  height: 24px !important;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-clipboard-check.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 16px auto !important;
  background-position: center !important;
  position: relative;
  top: -2px;
}
.ae-toolbar .ae-button .icon-check:hover, .ae-toolbar .ae-button .icon-check.active {
  display: inline-block !important;
  width: 24px !important;
  height: 24px !important;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-clipboard-check-blue.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 16px auto !important;
  background-position: center !important;
}
.ae-toolbar .ae-button .icon-check::before {
  content: "";
}

.ae-toolbar .ae-button .icon-media-keepeek {
  cursor: pointer;
  display: inline-block !important;
  width: 24px !important;
  height: 24px !important;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-media-keepeek.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
  background-position: center !important;
}
.ae-toolbar .ae-button .icon-media-keepeek:hover, .ae-toolbar .ae-button .icon-media-keepeek.active {
  display: inline-block !important;
  width: 24px !important;
  height: 24px !important;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-media-keepeek-blue.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
  background-position: center !important;
}
.ae-toolbar .ae-button .icon-media-keepeek::before {
  content: "";
}

.ae-toolbar .ae-button .ae-icon-ok {
  cursor: pointer;
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-check-ok.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
  background-position: center !important;
}
.ae-toolbar .ae-button .ae-icon-ok:hover, .ae-toolbar .ae-button .ae-icon-ok.active {
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-check-ok-blue.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
  background-position: center !important;
}

.ae-button .ae-icon-outdent {
  cursor: pointer;
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  background-image: url("/o/veol-2018-theme/images/icones-svg/editor/ico-left-outdent-white.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
  background-position: center !important;
}
.ae-button .ae-icon-outdent:hover, .ae-button .ae-icon-outdent.active {
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  background-image: url("/o/veol-2018-theme/images/icones-svg/editor/ico-left-outdent-blue.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
  background-position: center !important;
}

.ae-button .ae-icon-indent {
  cursor: pointer;
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  background-image: url("/o/veol-2018-theme/images/icones-svg/editor/ico-right-indent-white.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
  background-position: center !important;
}
.ae-button .ae-icon-indent:hover, .ae-button .ae-icon-indent.active {
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  background-image: url("/o/veol-2018-theme/images/icones-svg/editor/ico-right-indent-blue.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
  background-position: center !important;
}

.ae-button .ae-icon-specialchar {
  cursor: pointer;
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  background-image: url("/o/veol-2018-theme/images/icones-svg/editor/ico-omega-white.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
  background-position: center !important;
}
.ae-button .ae-icon-specialchar:hover, .ae-button .ae-icon-specialchar.active {
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  background-image: url("/o/veol-2018-theme/images/icones-svg/editor/ico-omega-blue.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
  background-position: center !important;
}

.portlet-traduction textarea,
.extension-traduction textarea {
  min-height: 300px;
}
.portlet-traduction .col-md-6-like textarea,
.extension-traduction .col-md-6-like textarea {
  min-height: 150px;
}
.portlet-traduction .in-page .form-group.input-select-wrapper,
.portlet-traduction .in-popup .form-group:not(.input-select-wrapper),
.extension-traduction .in-page .form-group.input-select-wrapper,
.extension-traduction .in-popup .form-group:not(.input-select-wrapper) {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  margin-bottom: 1rem;
}
.portlet-traduction .in-page,
.portlet-traduction .in-popup,
.extension-traduction .in-page,
.extension-traduction .in-popup {
  display: flex;
  flex-direction: row;
}
.portlet-traduction .in-page .btn-inversion,
.portlet-traduction .in-popup .btn-inversion,
.extension-traduction .in-page .btn-inversion,
.extension-traduction .in-popup .btn-inversion {
  display: inline-flex;
}
.portlet-traduction .in-page .btn-inversion,
.extension-traduction .in-page .btn-inversion {
  align-items: flex-start;
}
.portlet-traduction .in-popup .btn-inversion,
.extension-traduction .in-popup .btn-inversion {
  align-items: center;
}
.portlet-traduction .traduction-boutons-wrapper,
.extension-traduction .traduction-boutons-wrapper {
  justify-content: center;
}
.portlet-traduction .print-wrapper,
.extension-traduction .print-wrapper {
  position: absolute;
  right: 10px;
  top: 2px;
}
.portlet-traduction .col-md-6-like,
.extension-traduction .col-md-6-like {
  width: 50%;
  float: left;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .portlet-traduction textarea {
    min-height: 150px;
    margin-bottom: 20px;
  }
}
.menu-flottant-titre {
  font-size: 1rem;
  font-weight: bold;
  color: #001a70;
}

.menu-flottant li {
  border: solid 1px #c8cacc;
  margin-bottom: 0.625rem;
  font-weight: 600;
  font-size: 0.8125rem;
  background-color: white;
  position: relative;
  padding: 0.625rem 1rem;
}
.menu-flottant li.active, .menu-flottant li.active:hover, .menu-flottant li.active:focus {
  color: inherit;
  background-color: white;
  border-color: #c8cacc;
}
.menu-flottant li.active::before {
  content: "";
  background-color: #d9e6f5;
  width: 10px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.menu-flottant li a {
  border: none;
}

.menu-flottant .nav li.active > a {
  border: none;
}

@media (max-width: 991px) {
  .menu-flottant {
    display: none;
  }
}
@media (min-width: 992px) {
  .menu-flottant.affix,
  .menu-flottant.affix-bottom {
    left: auto !important;
    right: auto;
    width: 13.4375rem;
  }
  .menu-flottant.affix-bottom {
    position: absolute;
  }
}
@media (min-width: 1085px) {
  .menu-flottant.affix,
  .menu-flottant.affix-bottom {
    width: 17.5rem;
  }
}
.contLiee h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.journal-content-article .panel-group {
  margin-bottom: 20px;
}

.page-categories .taglib-asset-categories-summary .text-uppercase {
  text-transform: capitalize !important;
}

.page-tags .taglib-asset-tags-summary .text-uppercase {
  text-transform: capitalize !important;
  border: aliceblue;
  color: #005bbb;
}

#cke__com_liferay_journal_web_portlet_JournalPortlet_descriptionMapAsXMLEditor .cke_inner .cke_top {
  display: none;
}

.has-control-menu.controls-visible #p_p_id_Didacticiel_ .portlet-body {
  background: #eeeefe;
  min-height: 2em;
}

.asset-content.border-red {
  position: relative;
  border: solid 3px red;
  padding: 0.8rem;
}

.border-red:after {
  display: none !important;
}

.journal-content-article figure.table {
  margin: 0.9em auto;
  display: table;
}
.journal-content-article figure.table table {
  border-style: double;
  width: 100%;
}
.journal-content-article figure.table table td {
  border-left-width: 1px;
  border-right-width: 1px;
}

.journal-content-article .image-style-side {
  float: right;
  margin-left: 1.5rem;
  margin-right: 0;
  max-width: 50%;
}

.journal-content-article .image-style-align-right {
  float: right;
  margin-left: 1.5rem;
  margin-right: 0;
}

.journal-content-article .image-style-align-left {
  float: left;
  margin-right: 1.5rem;
  margin-left: 0;
}

.journal-content-article .image-style-block-align-right {
  margin-right: 0;
  margin-left: auto;
}

.journal-content-article .image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}

.journal-content-article img.image-style-side, .journal-content-article img.image-style-align-right, .journal-content-article img.image-style-align-left, .journal-content-article img.image-style-block-align-right, .journal-content-article img.image-style-block-align-left, .journal-content-article img.image_resized, .journal-content-article figure.image > img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.journal-content-article figure.image {
  display: table;
  clear: both;
  text-align: center;
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
  min-width: 3.125rem;
}
.journal-content-article figure.image:not(.image-style-side):not(.image-style-align-right):not(.image-style-align-left):not(.image-style-block-align-right):not(.image-style-block-align-left) {
  margin: 0.875rem auto;
}
.userPortrait, .userPortrait.userPortrait-big {
  height: 6.25rem;
  width: 6.25rem;
  border-radius: 50%;
}
html:not(.ie) .userPortrait, html:not(.ie) .userPortrait.userPortrait-big {
  object-fit: cover;
  object-position: center;
  min-height: 6.25rem;
  min-width: 6.25rem;
}
.userPortrait.userPortrait-medium {
  height: 4.375rem;
  width: 4.375rem;
  border-radius: 50%;
}
html:not(.ie) .userPortrait.userPortrait-medium {
  object-fit: cover;
  object-position: center;
  min-height: 4.375rem;
  min-width: 4.375rem;
}
.userPortrait.userPortrait-small {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
}
html:not(.ie) .userPortrait.userPortrait-small {
  object-fit: cover;
  object-position: center;
  min-height: 2.5rem;
  min-width: 2.5rem;
}
.cropped-img__mosaiqueView .userPortrait {
  margin-top: 15px;
}
.cropped-img__listView .userPortrait {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

[class^=user-icon-color-],
.user-icon,
[class*=avatar]:not(.img-responsive) {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  position: relative;
  color: white;
  box-shadow: none !important;
  border: solid 1px white;
  border-radius: 50%;
}
[class^=user-icon-color-] span,
.user-icon span,
[class*=avatar]:not(.img-responsive) span {
  display: block;
  text-align: center;
}
.list-group-item-flex .autofit-col > [class^=user-icon-color-],
.list-group-item-flex .autofit-col > .user-icon,
.list-group-item-flex .autofit-col > [class*=avatar]:not(.img-responsive) {
  margin-right: 0;
}

.user-icon.avatar-xsmall,
[class*=avatar].avatar-xsmall {
  height: 1.25rem;
  width: 1.25rem;
  font-size: 0.625rem;
}
.user-icon.avatar-xsmall, .user-icon.avatar-xsmall span,
[class*=avatar].avatar-xsmall,
[class*=avatar].avatar-xsmall span {
  line-height: 1.25rem;
}
.user-icon.avatar-xsmall img,
[class*=avatar].avatar-xsmall img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.user-icon.avatar-xsmaller,
[class*=avatar].avatar-xsmaller {
  height: 1.5625rem;
  width: 1.5625rem;
  font-size: 0.75rem;
}
.user-icon.avatar-xsmaller, .user-icon.avatar-xsmaller span,
[class*=avatar].avatar-xsmaller,
[class*=avatar].avatar-xsmaller span {
  line-height: 1.5625rem;
}
.user-icon.avatar-xsmaller img,
[class*=avatar].avatar-xsmaller img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.user-icon.avatar-mini,
[class*=avatar].avatar-mini {
  height: 2rem;
  width: 2rem;
  font-size: 0.8125rem;
}
.user-icon.avatar-mini, .user-icon.avatar-mini span,
[class*=avatar].avatar-mini,
[class*=avatar].avatar-mini span {
  line-height: 2rem;
}
.user-icon.avatar-mini img,
[class*=avatar].avatar-mini img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.user-icon.avatar-small,
[class*=avatar].avatar-small {
  height: 40px;
  width: 40px;
  font-size: 16px;
}
.user-icon.avatar-small, .user-icon.avatar-small span,
[class*=avatar].avatar-small,
[class*=avatar].avatar-small span {
  line-height: 40px;
}
.user-icon.avatar-small img,
[class*=avatar].avatar-small img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.user-icon.avatar-smaller,
[class*=avatar].avatar-smaller {
  height: 45px;
  width: 45px;
  font-size: 16px;
}
.user-icon.avatar-smaller, .user-icon.avatar-smaller span,
[class*=avatar].avatar-smaller,
[class*=avatar].avatar-smaller span {
  line-height: 45px;
}
.user-icon.avatar-smaller img,
[class*=avatar].avatar-smaller img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.user-icon.avatar-medium,
[class*=avatar].avatar-medium {
  height: 70px;
  width: 70px;
  font-size: 28px;
}
.user-icon.avatar-medium, .user-icon.avatar-medium span,
[class*=avatar].avatar-medium,
[class*=avatar].avatar-medium span {
  line-height: 70px;
}
.user-icon.avatar-medium img,
[class*=avatar].avatar-medium img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.user-icon.avatar-mediumer,
[class*=avatar].avatar-mediumer {
  height: 80px;
  width: 80px;
  font-size: 28px;
}
.user-icon.avatar-mediumer, .user-icon.avatar-mediumer span,
[class*=avatar].avatar-mediumer,
[class*=avatar].avatar-mediumer span {
  line-height: 80px;
}
.user-icon.avatar-mediumer img,
[class*=avatar].avatar-mediumer img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.user-icon.avatar-big,
[class*=avatar].avatar-big {
  height: 100px;
  width: 100px;
  font-size: 40px;
}
.user-icon.avatar-big, .user-icon.avatar-big span,
[class*=avatar].avatar-big,
[class*=avatar].avatar-big span {
  line-height: 100px;
}
.user-icon.avatar-big img,
[class*=avatar].avatar-big img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

img.logo-selector-img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin: 0 1.25rem;
}
html:not(.ie) img.logo-selector-img {
  object-fit: cover;
  object-position: center;
  min-height: 100px;
  min-width: 100px;
}

/* wrapper un ".avatar" avec un ".influenceur"
ajouter à "influenceur" la Class correspondante à ".avatar"
ex: "influenceur badge-small" wrappe un "avatar-small"
*/
.influenceur {
  display: inline-block;
  transform: translateX(0);
}
.influenceur.badge-xsmaller::before {
  content: "";
  display: inline-block;
  position: fixed;
  background-repeat: no-repeat;
  background-position: center;
  width: 0.7rem;
  height: 0.7rem;
  background-size: auto 0.7rem;
  left: 17px;
  top: -2px;
  z-index: 2;
}
.influenceur.badge-mini::before {
  content: "";
  display: inline-block;
  position: fixed;
  background-repeat: no-repeat;
  background-position: center;
  width: 0.8rem;
  height: 0.8rem;
  background-size: auto 0.8rem;
  left: 21px;
  top: -3px;
  z-index: 2;
}
.influenceur::before, .influenceur.badge-small::before {
  background-image: url("/o/veol-2018-theme/images/icones-svg/badge-influenceur.svg");
  content: "";
  display: inline-block;
  position: fixed;
  background-repeat: no-repeat;
  background-position: center;
  width: 1rem;
  height: 1rem;
  background-size: auto 1rem;
  left: 28px;
  top: -5px;
  z-index: 2;
}
.influenceur.badge-smaller::before {
  content: "";
  display: inline-block;
  position: fixed;
  background-repeat: no-repeat;
  background-position: center;
  width: 1rem;
  height: 1rem;
  background-size: auto 1rem;
  left: 31px;
  top: -5px;
  z-index: 2;
}
.influenceur.badge-big::before {
  content: "";
  display: inline-block;
  position: fixed;
  background-repeat: no-repeat;
  background-position: center;
  width: 2rem;
  height: 2rem;
  background-size: auto 2rem;
  left: 86px;
  top: -5px;
  z-index: 2;
}

.chosen-select {
  width: 100%;
}

.chosen-select-deselect {
  width: 100%;
}

.chosen-container {
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: middle;
}

.chosen-container .chosen-drop {
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
  margin-top: -1px;
  position: absolute;
  top: 100%;
  left: -9000px;
  z-index: 1060;
}

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

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

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

.chosen-container .chosen-results li em {
  background: #feffde;
  font-style: normal;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  cursor: default;
  color: #999;
  font-weight: bold;
}

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

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

.chosen-container .chosen-results li.highlighted {
  background-color: #337ab7;
  background-image: none;
  color: white;
}

.chosen-container .chosen-results li.highlighted em {
  background: transparent;
}

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

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

.chosen-container .chosen-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  z-index: 1;
}

.chosen-container .chosen-results-scroll span {
  display: inline-block;
  height: 1.42857;
  text-indent: -5000px;
  width: 9px;
}

.chosen-container .chosen-results-scroll-down {
  bottom: 0;
}

.chosen-container .chosen-results-scroll-down span {
  background: url("/o/veol-2018-theme/images/ico/chosen-sprite.png") no-repeat -4px -3px;
}

.chosen-container .chosen-results-scroll-up span {
  background: url("/o/veol-2018-theme/images/ico/chosen-sprite.png") no-repeat -22px -3px;
}

.chosen-container-single .chosen-single {
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #555555;
  display: block;
  height: 34px;
  overflow: hidden;
  line-height: 34px;
  padding: 0 0 0 8px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

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

.chosen-container-single .chosen-single abbr {
  background: url("/o/veol-2018-theme/images/ico/chosen-sprite.png") right top no-repeat;
  display: block;
  font-size: 1px;
  height: 10px;
  position: absolute;
  right: 26px;
  top: 12px;
  width: 12px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: right -11px;
}

.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
  background-position: right 2px;
}

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

.chosen-container-single .chosen-single div b {
  background: url("/o/veol-2018-theme/images/ico/chosen-sprite.png") no-repeat 0 7px;
  display: block;
  height: 100%;
  width: 100%;
}

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

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

.chosen-container-single .chosen-search input[type=text] {
  background: url("/o/veol-2018-theme/images/ico/chosen-sprite.png") no-repeat 100% -20px, #fff;
  border: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  margin: 1px 0;
  padding: 4px 20px 4px 4px;
  width: 100%;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.chosen-container-single-nosearch .chosen-search input[type=text] {
  position: absolute;
  left: -9000px;
}

.chosen-container-multi .chosen-choices {
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  cursor: text;
  height: 1%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

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

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

.chosen-container-multi .chosen-choices .search-field input[type=text] {
  background: transparent !important;
  border: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #555555;
  height: 32px;
  margin: 0;
  padding: 4px;
  outline: 0;
}

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

.chosen-container-multi .chosen-choices .search-choice {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #333333;
  cursor: default;
  line-height: 13px;
  margin: 6px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  position: relative;
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
  background: url("/o/veol-2018-theme/images/ico/chosen-sprite.png") right top no-repeat;
  display: block;
  font-size: 1px;
  height: 10px;
  position: absolute;
  right: 4px;
  top: 5px;
  width: 12px;
  cursor: pointer;
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}

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

.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}

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

.chosen-container-multi .chosen-drop .result-selected {
  display: none;
}

.chosen-container-active .chosen-single {
  border: 1px solid #66afe9;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  background-color: #fff;
  border: 1px solid #66afe9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

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

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

.chosen-container-active .chosen-choices {
  border: 1px solid #66afe9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

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

.chosen-container-active.chosen-with-drop .chosen-choices {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.chosen-rtl .chosen-search input[type=text] {
  background: url("/o/veol-2018-theme/images/ico/chosen-sprite.png") no-repeat -28px -20px, #fff;
  direction: rtl;
  padding: 4px 5px 4px 20px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .chosen-rtl .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("/o/veol-2018-theme/images/ico/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
span.multiselect-native-select {
  position: relative;
}

span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}

.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 40%;
  max-height: 200px;
}

.multiselect-container .input-group {
  margin: 5px;
}

.multiselect-container .multiselect-reset .input-group {
  width: 93%;
}

.multiselect-container > li {
  padding: 0;
}

.multiselect-container > li > a.multiselect-all label {
  font-weight: 700;
}

.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px;
  height: 100%;
  font-weight: 700;
}

.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer;
}

.multiselect-container > li > a {
  padding: 0;
}

.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 20px 3px 10px;
}

.multiselect-container > li > a > label.checkbox, .multiselect-container > li > a > label.radio {
  margin: 0;
}

.multiselect-container > li > a > label > input[type=checkbox], .multiselect-container > li > a > label > input[type=radio] {
  margin-bottom: 5px;
  display: none;
}

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
  margin-left: -20px;
  margin-right: 0;
}

.compte-autre {
  text-align: center;
}

.content-list .ambassadeur-content {
  margin-top: 5px;
}

.content-list .activeElement {
  font-weight: 600;
}

/* affichage des items sélectionnes : */
.select-tag-display {
  height: auto;
  overflow: hidden;
  width: 60%;
  margin-top: -15px;
  padding: 10px;
}

.card:not(.card-shadow) {
  box-shadow: none;
}
.card.card-grey {
  background-color: #E0E0E0;
  border: solid 1px #ddd;
}
.card.card-horizontal .card-row .card-col-gutters,
.card.card-horizontal .card-row .autofit-col-gutters {
  padding: 10px 20px;
}
.card.card-barebone {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.card.card-barebone .card-col-gutters,
.card.card-barebone .autofit-col-gutters {
  padding: 10px;
}
.card.card-white {
  border: solid 1px #E0E0E0;
  background-color: white;
  border-radius: 0;
}
.card.card-annuaire {
  display: block;
  border: none;
  margin-bottom: 0;
  min-height: auto !important;
}
.card.card-annuaire h3 {
  font-size: 15px;
  font-weight: 500;
  margin: 5px 0 0 0;
  color: #333333;
}
.card.card-annuaire p {
  color: #666666;
}
a:hover .card.card-annuaire p {
  text-decoration: underline;
  color: #1057C8;
}
.card.card-square {
  border-radius: 0;
}
.card.card-square .card-header, .card.card-square .card-footer {
  border-radius: 0;
  background-color: transparent;
  border: none;
}
.veol a .card h3,
.veol a .card p {
  color: #001A70;
}
.erdf a .card h3,
.erdf a .card p {
  color: #1423DC;
}
a:hover .card h3,
a:hover .card p {
  text-decoration: none;
}
.veol a:hover .card h3,
.veol a:hover .card p {
  color: #1057C8;
}
.erdf a:hover .card h3,
.erdf a:hover .card p {
  color: #1F73B7;
}
.card button {
  font-size: 16px;
}
.card .card-block {
  padding: 15px;
  word-wrap: break-word;
}
.card .card-col-content {
  vertical-align: top;
}
.card .card-col-content a:not(.truncate-text) {
  display: inline-block;
}
.card .card-col-content.full-width {
  width: 100%;
}
.card .card-col-content.full-width a.truncate-text label {
  margin-right: 5px;
}
.card, .card .card-horizontal, .card .card-col-content {
  word-wrap: normal;
}

.fil-info-mosaique .card:not(.aLaUne) {
  height: 330px;
}

[class^=col-md] > a:focus > .card {
  border: solid 1px #1057C8;
}

[class^="card passeport"] .card-header .card-row > .autofit-col:not(.for-ico-RH) {
  border-bottom-color: #D6430A;
}

[class^="card widget-mission-transverse"] .card-header .card-row > .autofit-col:not(.for-ico-RH-like) {
  border-bottom-color: #1089FF;
}

/* ========================= CARDS ACCESSIBLES ==============================
 * rendre un pavé entièrement cliquable, avec le lien de son titre.
 * Inspiré de l'approche "pseudo content", expliquée dans la page suivante:
 * https://inclusive-components.design/cards/
 */
.fil-info-mosaique .lfr-asset-item .card.aLaUne,
.fil-info-list .card-row,
.fil-actualites-list .card-row {
  position: relative;
}
.fil-info-mosaique .lfr-asset-item .card.aLaUne .card-block, .fil-info-mosaique .lfr-asset-item .card.aLaUne .autofit-col.autofit-col-expand,
.fil-info-list .card-row .card-block,
.fil-info-list .card-row .autofit-col.autofit-col-expand,
.fil-actualites-list .card-row .card-block,
.fil-actualites-list .card-row .autofit-col.autofit-col-expand {
  position: static;
}
.fil-info-mosaique .lfr-asset-item .card.aLaUne .card-block .asset-title a::after, .fil-info-mosaique .lfr-asset-item .card.aLaUne .autofit-col.autofit-col-expand .asset-title a::after,
.fil-info-list .card-row .card-block .asset-title a::after,
.fil-info-list .card-row .autofit-col.autofit-col-expand .asset-title a::after,
.fil-actualites-list .card-row .card-block .asset-title a::after,
.fil-actualites-list .card-row .autofit-col.autofit-col-expand .asset-title a::after {
  text-decoration: none;
}
.fil-info-mosaique .lfr-asset-item .card.aLaUne a,
.fil-info-mosaique .lfr-asset-item .card.aLaUne button,
.fil-info-list .card-row a,
.fil-info-list .card-row button,
.fil-actualites-list .card-row a,
.fil-actualites-list .card-row button {
  position: relative;
}
.fil-info-mosaique .lfr-asset-item .card.aLaUne .lfr-icon-menu,
.fil-info-mosaique .lfr-asset-item .card.aLaUne .link-before-title,
.fil-info-list .card-row .lfr-icon-menu,
.fil-info-list .card-row .link-before-title,
.fil-actualites-list .card-row .lfr-icon-menu,
.fil-actualites-list .card-row .link-before-title {
  z-index: 5;
}
.fil-info-mosaique .lfr-asset-item .card.aLaUne .asset-title a,
.fil-info-list .card-row .asset-title a,
.fil-actualites-list .card-row .asset-title a {
  position: inherit;
}
.fil-info-mosaique .lfr-asset-item .card.aLaUne .asset-title a::after,
.fil-info-list .card-row .asset-title a::after,
.fil-actualites-list .card-row .asset-title a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.asset-abstract {
  position: relative;
}
.asset-abstract:not(.card-row):not(.autofit-row):not(.list-group-item):not(.display_block) {
  display: inline-block;
}
.asset-abstract.card-row .autofit-col.autofit-col-expand, .asset-abstract.autofit-row .autofit-col.autofit-col-expand {
  position: static;
}
.asset-abstract.card-row .autofit-col.autofit-col-expand .asset-title a::after, .asset-abstract.autofit-row .autofit-col.autofit-col-expand .asset-title a::after {
  text-decoration: none;
}
.asset-abstract a,
.asset-abstract button {
  position: relative;
}
.asset-abstract .lfr-icon-menu,
.asset-abstract .link-before-title {
  z-index: 5;
}
.asset-abstract .asset-title a {
  position: inherit;
}
.asset-abstract .asset-title a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.asset-abstract-header-body-footer {
  position: relative;
}
.asset-abstract-header-body-footer .autofit-col.autofit-col-expand, .asset-abstract-header-body-footer .card-header, .asset-abstract-header-body-footer .card-body, .asset-abstract-header-body-footer .card-footer {
  position: static !important;
}
.asset-abstract-header-body-footer .autofit-col.autofit-col-expand .asset-title a::after, .asset-abstract-header-body-footer .card-header .asset-title a::after, .asset-abstract-header-body-footer .card-body .asset-title a::after, .asset-abstract-header-body-footer .card-footer .asset-title a::after {
  text-decoration: none;
}
.asset-abstract-header-body-footer a,
.asset-abstract-header-body-footer button {
  position: relative;
}
.asset-abstract-header-body-footer .lfr-icon-menu,
.asset-abstract-header-body-footer .link-before-title {
  z-index: 5;
}
.asset-abstract-header-body-footer .asset-title a {
  position: inherit;
}
.asset-abstract-header-body-footer .asset-title a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.asset-abstract-for-like {
  position: relative;
  display: flex;
  align-items: center;
}
.asset-abstract-for-like .ratings button {
  position: inherit;
  box-shadow: none;
}
.asset-abstract-for-like .ratings button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.carousel-landscape {
  position: relative;
  height: auto;
  overflow: hidden;
}
.carousel-landscape .carousel-inner {
  width: 100%;
  overflow: hidden;
}
.carousel-landscape .carousel-inner > .carousel-item {
  min-height: auto;
  width: 100%;
  height: inherit;
}
.carousel-landscape .carousel-inner > .carousel-item a {
  display: block;
  height: inherit;
}
.carousel-landscape .carousel-inner > .carousel-item a:hover .carousel-footer-caption {
  text-decoration: underline;
}
.carousel-landscape .carousel-inner > .carousel-item .carousel-frame {
  height: inherit;
}
.carousel-landscape .carousel-inner > .carousel-item .carousel-frame img {
  max-height: none;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.ie .carousel-landscape .carousel-inner > .carousel-item .carousel-frame img {
  height: auto !important;
}
.carousel-landscape .carousel-inner > .carousel-item .carousel-frame p {
  margin: 0;
}
.carousel-landscape .carousel-chevron,
.carousel-landscape .carousel-pause-play {
  position: absolute;
  z-index: 7;
  opacity: 0.8;
}
.carousel-landscape .carousel-chevron:hover,
.carousel-landscape .carousel-pause-play:hover {
  opacity: 1;
}
.carousel-landscape .carousel-chevron:focus,
.carousel-landscape .carousel-pause-play:focus {
  outline: solid 1px #001A70;
}
.carousel-landscape .carousel-pause-play {
  width: 25px !important;
  height: 25px !important;
  border-radius: 50%;
  border: solid 1px #E0E0E0;
  background-color: white;
  top: 5px;
  right: 5px;
}
.carousel-landscape .carousel-footer.gris_fonce_txt {
  border: solid 1px #333333;
  width: calc(100% - 1px);
  color: var(--carousel-footer-gris-fonce-txt-color);
  background-color: var(--carousel-footer-gris-fonce-txt-bg);
}
.carousel-landscape .carousel-footer.orange_fonce {
  color: var(--carousel-footer-color);
  background-color: var(--carousel-footer-orange-fonce-bg);
}
.carousel-landscape .carousel-footer.bleu_fonce {
  color: var(--carousel-footer-color);
  background-color: var(--carousel-footer-bleu-fonce-bg);
}
.carousel-landscape .carousel-footer.bleu_moyen {
  color: var(--carousel-footer-color);
  background-color: var(--carousel-footer-bleu-moyen-bg);
}
.carousel-landscape .carousel-footer.vert_fonce {
  color: var(--carousel-footer-color);
  background-color: var(--carousel-footer-vert-fonce-bg);
}
.carousel-landscape.empty, .carousel-landscape.under {
  /*placer les joues et redefinir les transitions */
}
.carousel-landscape.empty .carousel-footer, .carousel-landscape.under .carousel-footer {
  text-align: center;
  padding: 18px 16px;
}
@media (min-width: 414px) {
  .portlet-column:not(.col-md-4):not(.col-md-6) .carousel-landscape.empty .carousel-inner > .carousel-item, .portlet-column:not(.col-md-4):not(.col-md-6) .carousel-landscape.under .carousel-inner > .carousel-item {
    z-index: 0;
    min-height: auto;
    width: 100%;
    height: inherit;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    opacity: 0;
    transition: none;
  }
  .portlet-column:not(.col-md-4):not(.col-md-6) .carousel-landscape.empty .carousel-inner > .carousel-item.active, .portlet-column:not(.col-md-4):not(.col-md-6) .carousel-landscape.under .carousel-inner > .carousel-item.active {
    z-index: 5;
    transform: translate3d(0, 0, 0) !important;
    opacity: 1;
  }
  .portlet-column:not(.col-md-4):not(.col-md-6) .carousel-landscape.empty .carousel-inner > .carousel-item.carousel-item-left, .portlet-column:not(.col-md-4):not(.col-md-6) .carousel-landscape.under .carousel-inner > .carousel-item.carousel-item-left {
    z-index: 0;
    transform: translate3d(-76%, 0, 0) !important;
    opacity: 0.45;
  }
  .portlet-column:not(.col-md-4):not(.col-md-6) .carousel-landscape.empty .carousel-inner > .carousel-item.carousel-item-right, .portlet-column:not(.col-md-4):not(.col-md-6) .carousel-landscape.under .carousel-inner > .carousel-item.carousel-item-right {
    z-index: 0;
    transform: translate3d(76%, 0, 0) !important;
    opacity: 0.45;
  }
  .portlet-column:not(.col-md-4):not(.col-md-6) .carousel-landscape.empty .carousel-inner > .carousel-item.carousel-item-prev.carousel-item-right, .portlet-column:not(.col-md-4):not(.col-md-6) .carousel-landscape.empty .carousel-inner > .carousel-item.carousel-item-next.carousel-item-left, .portlet-column:not(.col-md-4):not(.col-md-6) .carousel-landscape.under .carousel-inner > .carousel-item.carousel-item-prev.carousel-item-right, .portlet-column:not(.col-md-4):not(.col-md-6) .carousel-landscape.under .carousel-inner > .carousel-item.carousel-item-next.carousel-item-left {
    z-index: 6;
    transform: translate3d(0, 0, 0) !important;
    transition: ease-in-out 0.6s;
  }
  .portlet-column:not(.col-md-4):not(.col-md-6) .carousel-landscape.empty .carousel-inner > .carousel-item.active.carousel-item-right, .portlet-column:not(.col-md-4):not(.col-md-6) .carousel-landscape.empty .carousel-inner > .carousel-item.active.carousel-item-left, .portlet-column:not(.col-md-4):not(.col-md-6) .carousel-landscape.under .carousel-inner > .carousel-item.active.carousel-item-right, .portlet-column:not(.col-md-4):not(.col-md-6) .carousel-landscape.under .carousel-inner > .carousel-item.active.carousel-item-left {
    transition: ease-in-out 0.6s;
  }
}
.carousel-landscape.empty.normal .carousel-pause-play, .carousel-landscape.empty.panoramique .carousel-pause-play, .carousel-landscape.under.normal .carousel-pause-play, .carousel-landscape.under.panoramique .carousel-pause-play {
  right: 95px;
}
.col-md-4 .carousel-landscape.empty.normal .carousel-inner > .carousel-item .carousel-frame, .col-md-6 .carousel-landscape.empty.normal .carousel-inner > .carousel-item .carousel-frame, .col-md-4 .carousel-landscape.empty.panoramique .carousel-inner > .carousel-item .carousel-frame, .col-md-6 .carousel-landscape.empty.panoramique .carousel-inner > .carousel-item .carousel-frame, .col-md-4 .carousel-landscape.under.normal .carousel-inner > .carousel-item .carousel-frame, .col-md-6 .carousel-landscape.under.normal .carousel-inner > .carousel-item .carousel-frame, .col-md-4 .carousel-landscape.under.panoramique .carousel-inner > .carousel-item .carousel-frame, .col-md-6 .carousel-landscape.under.panoramique .carousel-inner > .carousel-item .carousel-frame {
  width: 100%;
  margin: 0;
}
.col-md-4 .carousel-landscape.empty.normal .carousel-pause-play, .col-md-6 .carousel-landscape.empty.normal .carousel-pause-play, .col-md-4 .carousel-landscape.empty.panoramique .carousel-pause-play, .col-md-6 .carousel-landscape.empty.panoramique .carousel-pause-play, .col-md-4 .carousel-landscape.under.normal .carousel-pause-play, .col-md-6 .carousel-landscape.under.normal .carousel-pause-play, .col-md-4 .carousel-landscape.under.panoramique .carousel-pause-play, .col-md-6 .carousel-landscape.under.panoramique .carousel-pause-play {
  right: 5px;
}
@media (max-width: 414px) {
  .carousel-landscape.empty.normal .carousel-inner > .carousel-item .carousel-frame, .carousel-landscape.empty.panoramique .carousel-inner > .carousel-item .carousel-frame, .carousel-landscape.under.normal .carousel-inner > .carousel-item .carousel-frame, .carousel-landscape.under.panoramique .carousel-inner > .carousel-item .carousel-frame {
    width: 100%;
    margin: 0;
  }
  .carousel-landscape.empty.normal .carousel-pause-play, .carousel-landscape.empty.panoramique .carousel-pause-play, .carousel-landscape.under.normal .carousel-pause-play, .carousel-landscape.under.panoramique .carousel-pause-play {
    right: 5px;
  }
}
.carousel-landscape.empty.normal .carousel-inner > .carousel-item .carousel-frame, .carousel-landscape.under.normal .carousel-inner > .carousel-item .carousel-frame {
  width: 72.6%;
  margin: 0 auto;
}
.carousel-landscape.empty.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer, .carousel-landscape.under.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer {
  height: 73px;
}
.carousel-landscape.empty.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer .carousel-footer-caption, .carousel-landscape.under.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer .carousel-footer-caption {
  line-height: 1.15em;
  height: 2.3em;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.carousel-landscape.empty.panoramique .carousel-inner > .carousel-item .carousel-frame, .carousel-landscape.under.panoramique .carousel-inner > .carousel-item .carousel-frame {
  width: 72.6%;
  margin: 0 auto;
}
.carousel-landscape.empty.panoramique .carousel-inner > .carousel-item .carousel-frame > a, .carousel-landscape.under.panoramique .carousel-inner > .carousel-item .carousel-frame > a {
  width: 100%;
}
.carousel-landscape.empty.panoramique .carousel-inner > .carousel-item .carousel-frame img, .carousel-landscape.under.panoramique .carousel-inner > .carousel-item .carousel-frame img {
  height: 117px;
}
.carousel-landscape.empty.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer, .carousel-landscape.under.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer {
  height: 48px;
  padding: 10px 16px;
}
.carousel-landscape.empty.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer .carousel-footer-caption, .carousel-landscape.under.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer .carousel-footer-caption {
  display: inline-block;
  overflow: hidden;
  line-height: 1.9;
}
.carousel-landscape.empty .carousel-chevron, .carousel-landscape.under .carousel-chevron {
  width: 36px !important;
  height: 36px !important;
  border-radius: 50%;
  border: solid 1px #E0E0E0;
  background-color: white;
}
.carousel-landscape.empty .carousel-chevron.next, .carousel-landscape.under .carousel-chevron.next {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 22px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-arrow-right-bleu.svg");
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-position: center;
  right: 35px;
}
.carousel-landscape.empty .carousel-chevron.previous, .carousel-landscape.under .carousel-chevron.previous {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 22px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-arrow-left-bleu.svg");
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-position: center;
  left: 35px;
}
.carousel-landscape.empty .carousel-chevron {
  top: calc(50% - 18px);
}
.col-md-12 .carousel-landscape.empty.normal .carousel-inner {
  height: 396px;
}
.col-md-12 .carousel-landscape.empty.normal .carousel-inner > .carousel-item .carousel-frame img {
  height: 396px;
}
.col-md-8 .carousel-landscape.empty.normal .carousel-inner {
  height: 261px;
}
.col-md-8 .carousel-landscape.empty.normal .carousel-inner > .carousel-item .carousel-frame img {
  height: 261px;
}
.col-md-4 .carousel-landscape.empty.normal .carousel-inner, .col-md-6 .carousel-landscape.empty.normal .carousel-inner {
  height: 174px;
}
.col-md-4 .carousel-landscape.empty.normal .carousel-inner > .carousel-item .carousel-frame img, .col-md-6 .carousel-landscape.empty.normal .carousel-inner > .carousel-item .carousel-frame img {
  height: 174px;
}
@media (max-width: 414px) {
  .carousel-landscape.empty.normal .carousel-inner {
    height: 174px;
  }
  .carousel-landscape.empty.normal .carousel-inner > .carousel-item .carousel-frame img {
    height: 174px;
  }
}
.col-md-12 .carousel-landscape.empty.panoramique .carousel-inner {
  height: 141px;
}
.col-md-12 .carousel-landscape.empty.panoramique .carousel-inner > .carousel-item .carousel-frame img {
  height: 141px;
}
.col-md-8 .carousel-landscape.empty.panoramique .carousel-inner {
  height: 93px;
}
.col-md-8 .carousel-landscape.empty.panoramique .carousel-inner > .carousel-item .carousel-frame img {
  height: 93px;
}
.col-md-4 .carousel-landscape.empty.panoramique .carousel-inner, .col-md-6 .carousel-landscape.empty.panoramique .carousel-inner {
  height: 62px;
}
.col-md-4 .carousel-landscape.empty.panoramique .carousel-inner > .carousel-item .carousel-frame img, .col-md-6 .carousel-landscape.empty.panoramique .carousel-inner > .carousel-item .carousel-frame img {
  height: 62px;
}
@media (max-width: 414px) {
  .carousel-landscape.empty.panoramique .carousel-inner {
    height: 62px;
  }
  .carousel-landscape.empty.panoramique .carousel-inner > .carousel-item .carousel-frame img {
    height: 62px;
  }
}
.carousel-landscape.empty .carousel-footer {
  display: none;
}
.carousel-landscape.under .carousel-chevron {
  top: calc(50% - 37px);
}
.col-md-12 .carousel-landscape.under.normal .carousel-inner {
  height: 510px;
}
.col-md-12 .carousel-landscape.under.normal .carousel-inner > .carousel-item .carousel-frame img {
  height: 396px;
}
.col-md-8 .carousel-landscape.under.normal .carousel-inner {
  height: 334px;
}
.col-md-8 .carousel-landscape.under.normal .carousel-inner > .carousel-item .carousel-frame img {
  height: 261px;
}
.col-md-4 .carousel-landscape.under.normal .carousel-inner, .col-md-6 .carousel-landscape.under.normal .carousel-inner {
  height: 247px;
}
.col-md-4 .carousel-landscape.under.normal .carousel-inner > .carousel-item .carousel-frame img, .col-md-6 .carousel-landscape.under.normal .carousel-inner > .carousel-item .carousel-frame img {
  height: 174px;
}
@media (max-width: 414px) {
  .carousel-landscape.under.normal .carousel-inner {
    height: 247px;
  }
  .carousel-landscape.under.normal .carousel-inner > .carousel-item .carousel-frame img {
    height: 174px;
  }
}
.carousel-landscape.under.panoramique {
  /* #78739 hauteur de l'encart = 1 x line-height = 1.9em, de maniere a ce que ellipsis-n ajoute "..." a la fin */
}
.col-md-12 .carousel-landscape.under.panoramique .carousel-inner {
  height: 216px;
}
.col-md-12 .carousel-landscape.under.panoramique .carousel-inner > .carousel-item .carousel-frame img {
  height: 141px;
}
.col-md-8 .carousel-landscape.under.panoramique .carousel-inner {
  height: 141px;
}
.col-md-8 .carousel-landscape.under.panoramique .carousel-inner > .carousel-item .carousel-frame img {
  height: 93px;
}
.col-md-4 .carousel-landscape.under.panoramique .carousel-inner, .col-md-6 .carousel-landscape.under.panoramique .carousel-inner {
  height: 110px;
}
.col-md-4 .carousel-landscape.under.panoramique .carousel-inner > .carousel-item .carousel-frame img, .col-md-6 .carousel-landscape.under.panoramique .carousel-inner > .carousel-item .carousel-frame img {
  height: 62px;
}
@media (max-width: 414px) {
  .carousel-landscape.under.panoramique .carousel-inner {
    height: 110px;
  }
  .carousel-landscape.under.panoramique .carousel-inner > .carousel-item .carousel-frame img {
    height: 62px;
  }
}
.carousel-landscape.under.panoramique .carousel-footer-caption {
  height: 1.9em;
}
.carousel-landscape.left .carousel-caption-2, .carousel-landscape.right .carousel-caption-2 {
  width: 31%;
  position: absolute;
  z-index: 6;
}
.carousel-landscape.left .carousel-caption-2 .carousel-indicators, .carousel-landscape.right .carousel-caption-2 .carousel-indicators {
  display: flex !important;
  margin: 0;
  bottom: 10px;
}
.carousel-landscape.left .carousel-caption-2 .carousel-indicators li, .carousel-landscape.right .carousel-caption-2 .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-landscape.left .carousel-caption-2 .carousel-indicators li.active, .carousel-landscape.right .carousel-caption-2 .carousel-indicators li.active {
  background-color: white;
}
.carousel-landscape.left .carousel-chevron, .carousel-landscape.right .carousel-chevron {
  width: 20px;
  height: 20px;
}
.carousel-landscape.left .carousel-chevron.previous, .carousel-landscape.right .carousel-chevron.previous {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 22px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-arrow-left-white.svg");
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-position: center;
}
.carousel-landscape.left .carousel-chevron.next, .carousel-landscape.right .carousel-chevron.next {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 22px;
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-arrow-right-white.svg");
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-position: center;
}
.carousel-landscape.left .carousel-inner > .carousel-item .carousel-frame, .carousel-landscape.right .carousel-inner > .carousel-item .carousel-frame {
  width: 81%;
}
.carousel-landscape.left .carousel-inner > .carousel-item .carousel-frame .carousel-footer, .carousel-landscape.right .carousel-inner > .carousel-item .carousel-frame .carousel-footer {
  width: 31%;
  position: absolute;
  z-index: 2;
}
.carousel-landscape.left .carousel-inner > .carousel-item .carousel-frame .carousel-footer .carousel-footer-caption, .carousel-landscape.right .carousel-inner > .carousel-item .carousel-frame .carousel-footer .carousel-footer-caption {
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
}
.carousel-landscape.left .carousel-footer.gris_fonce_txt, .carousel-landscape.right .carousel-footer.gris_fonce_txt {
  background: linear-gradient(180deg, #ffffff calc(100% - 32px), #333333 calc(100% - 32px));
}
.col-md-4 .carousel-landscape.left.normal .carousel-inner > .carousel-item .carousel-frame, .col-md-6 .carousel-landscape.left.normal .carousel-inner > .carousel-item .carousel-frame, .col-md-4 .carousel-landscape.left.panoramique .carousel-inner > .carousel-item .carousel-frame, .col-md-6 .carousel-landscape.left.panoramique .carousel-inner > .carousel-item .carousel-frame, .col-md-4 .carousel-landscape.right.normal .carousel-inner > .carousel-item .carousel-frame, .col-md-6 .carousel-landscape.right.normal .carousel-inner > .carousel-item .carousel-frame, .col-md-4 .carousel-landscape.right.panoramique .carousel-inner > .carousel-item .carousel-frame, .col-md-6 .carousel-landscape.right.panoramique .carousel-inner > .carousel-item .carousel-frame {
  width: 100%;
  margin: 0;
}
.col-md-4 .carousel-landscape.left.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer, .col-md-6 .carousel-landscape.left.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer, .col-md-4 .carousel-landscape.left.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer, .col-md-6 .carousel-landscape.left.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer, .col-md-4 .carousel-landscape.right.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer, .col-md-6 .carousel-landscape.right.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer, .col-md-4 .carousel-landscape.right.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer, .col-md-6 .carousel-landscape.right.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer {
  position: relative;
  top: 0;
  width: 100%;
  padding: 15px;
}
.col-md-4 .carousel-landscape.left.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer.gris_fonce_txt, .col-md-6 .carousel-landscape.left.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer.gris_fonce_txt, .col-md-4 .carousel-landscape.left.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer.gris_fonce_txt, .col-md-6 .carousel-landscape.left.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer.gris_fonce_txt, .col-md-4 .carousel-landscape.right.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer.gris_fonce_txt, .col-md-6 .carousel-landscape.right.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer.gris_fonce_txt, .col-md-4 .carousel-landscape.right.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer.gris_fonce_txt, .col-md-6 .carousel-landscape.right.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer.gris_fonce_txt {
  color: #333333;
  border: solid 1px #333333;
  background-color: white;
}
.col-md-4 .carousel-landscape.left.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer .carousel-footer-caption, .col-md-6 .carousel-landscape.left.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer .carousel-footer-caption, .col-md-4 .carousel-landscape.left.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer .carousel-footer-caption, .col-md-6 .carousel-landscape.left.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer .carousel-footer-caption, .col-md-4 .carousel-landscape.right.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer .carousel-footer-caption, .col-md-6 .carousel-landscape.right.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer .carousel-footer-caption, .col-md-4 .carousel-landscape.right.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer .carousel-footer-caption, .col-md-6 .carousel-landscape.right.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer .carousel-footer-caption {
  margin: 0;
}
.col-md-4 .carousel-landscape.left.normal .carousel-caption-2, .col-md-6 .carousel-landscape.left.normal .carousel-caption-2, .col-md-4 .carousel-landscape.left.panoramique .carousel-caption-2, .col-md-6 .carousel-landscape.left.panoramique .carousel-caption-2, .col-md-4 .carousel-landscape.right.normal .carousel-caption-2, .col-md-6 .carousel-landscape.right.normal .carousel-caption-2, .col-md-4 .carousel-landscape.right.panoramique .carousel-caption-2, .col-md-6 .carousel-landscape.right.panoramique .carousel-caption-2 {
  width: 100%;
  top: 100px;
  left: 0;
  right: 0;
}
.col-md-4 .carousel-landscape.left.normal .carousel-chevron, .col-md-6 .carousel-landscape.left.normal .carousel-chevron, .col-md-4 .carousel-landscape.left.panoramique .carousel-chevron, .col-md-6 .carousel-landscape.left.panoramique .carousel-chevron, .col-md-4 .carousel-landscape.right.normal .carousel-chevron, .col-md-6 .carousel-landscape.right.normal .carousel-chevron, .col-md-4 .carousel-landscape.right.panoramique .carousel-chevron, .col-md-6 .carousel-landscape.right.panoramique .carousel-chevron {
  bottom: 7px;
}
.col-md-4 .carousel-landscape.left.normal .carousel-chevron.previous, .col-md-6 .carousel-landscape.left.normal .carousel-chevron.previous, .col-md-4 .carousel-landscape.left.panoramique .carousel-chevron.previous, .col-md-6 .carousel-landscape.left.panoramique .carousel-chevron.previous, .col-md-4 .carousel-landscape.right.normal .carousel-chevron.previous, .col-md-6 .carousel-landscape.right.normal .carousel-chevron.previous, .col-md-4 .carousel-landscape.right.panoramique .carousel-chevron.previous, .col-md-6 .carousel-landscape.right.panoramique .carousel-chevron.previous {
  left: 10px;
  right: auto;
}
.col-md-4 .carousel-landscape.left.normal .carousel-chevron.next, .col-md-6 .carousel-landscape.left.normal .carousel-chevron.next, .col-md-4 .carousel-landscape.left.panoramique .carousel-chevron.next, .col-md-6 .carousel-landscape.left.panoramique .carousel-chevron.next, .col-md-4 .carousel-landscape.right.normal .carousel-chevron.next, .col-md-6 .carousel-landscape.right.normal .carousel-chevron.next, .col-md-4 .carousel-landscape.right.panoramique .carousel-chevron.next, .col-md-6 .carousel-landscape.right.panoramique .carousel-chevron.next {
  right: 10px;
  left: auto;
}
.col-md-4 .carousel-landscape.left.normal .carousel-inner > .carousel-item .carousel-frame img, .col-md-6 .carousel-landscape.left.normal .carousel-inner > .carousel-item .carousel-frame img, .col-md-4 .carousel-landscape.left.panoramique .carousel-inner > .carousel-item .carousel-frame img, .col-md-6 .carousel-landscape.left.panoramique .carousel-inner > .carousel-item .carousel-frame img, .col-md-4 .carousel-landscape.right.normal .carousel-inner > .carousel-item .carousel-frame img, .col-md-6 .carousel-landscape.right.normal .carousel-inner > .carousel-item .carousel-frame img, .col-md-4 .carousel-landscape.right.panoramique .carousel-inner > .carousel-item .carousel-frame img, .col-md-6 .carousel-landscape.right.panoramique .carousel-inner > .carousel-item .carousel-frame img {
  margin-left: 0;
  margin-right: 0;
}
.col-md-4 .carousel-landscape.left.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer, .col-md-6 .carousel-landscape.left.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer, .col-md-4 .carousel-landscape.left.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer, .col-md-6 .carousel-landscape.left.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer, .col-md-4 .carousel-landscape.right.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer, .col-md-6 .carousel-landscape.right.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer, .col-md-4 .carousel-landscape.right.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer, .col-md-6 .carousel-landscape.right.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer {
  left: 0;
  right: 0;
}
@media (max-width: 414px) {
  .carousel-landscape.left.normal .carousel-inner > .carousel-item .carousel-frame, .carousel-landscape.left.panoramique .carousel-inner > .carousel-item .carousel-frame, .carousel-landscape.right.normal .carousel-inner > .carousel-item .carousel-frame, .carousel-landscape.right.panoramique .carousel-inner > .carousel-item .carousel-frame {
    width: 100%;
    margin: 0;
  }
  .carousel-landscape.left.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer, .carousel-landscape.left.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer, .carousel-landscape.right.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer, .carousel-landscape.right.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer {
    position: relative;
    top: 0;
    width: 100%;
    padding: 15px;
  }
  .carousel-landscape.left.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer.gris_fonce_txt, .carousel-landscape.left.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer.gris_fonce_txt, .carousel-landscape.right.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer.gris_fonce_txt, .carousel-landscape.right.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer.gris_fonce_txt {
    color: #333333;
    border: solid 1px #333333;
    background-color: white;
  }
  .carousel-landscape.left.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer .carousel-footer-caption, .carousel-landscape.left.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer .carousel-footer-caption, .carousel-landscape.right.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer .carousel-footer-caption, .carousel-landscape.right.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer .carousel-footer-caption {
    margin: 0;
  }
  .carousel-landscape.left.normal .carousel-caption-2, .carousel-landscape.left.panoramique .carousel-caption-2, .carousel-landscape.right.normal .carousel-caption-2, .carousel-landscape.right.panoramique .carousel-caption-2 {
    width: 100%;
    top: 100px;
    left: 0;
    right: 0;
  }
  .carousel-landscape.left.normal .carousel-chevron, .carousel-landscape.left.panoramique .carousel-chevron, .carousel-landscape.right.normal .carousel-chevron, .carousel-landscape.right.panoramique .carousel-chevron {
    bottom: 7px;
  }
  .carousel-landscape.left.normal .carousel-chevron.previous, .carousel-landscape.left.panoramique .carousel-chevron.previous, .carousel-landscape.right.normal .carousel-chevron.previous, .carousel-landscape.right.panoramique .carousel-chevron.previous {
    left: 10px;
    right: auto;
  }
  .carousel-landscape.left.normal .carousel-chevron.next, .carousel-landscape.left.panoramique .carousel-chevron.next, .carousel-landscape.right.normal .carousel-chevron.next, .carousel-landscape.right.panoramique .carousel-chevron.next {
    right: 10px;
    left: auto;
  }
  .carousel-landscape.left.normal .carousel-inner > .carousel-item .carousel-frame img, .carousel-landscape.left.panoramique .carousel-inner > .carousel-item .carousel-frame img, .carousel-landscape.right.normal .carousel-inner > .carousel-item .carousel-frame img, .carousel-landscape.right.panoramique .carousel-inner > .carousel-item .carousel-frame img {
    margin-left: 0;
    margin-right: 0;
  }
  .carousel-landscape.left.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer, .carousel-landscape.left.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer, .carousel-landscape.right.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer, .carousel-landscape.right.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer {
    left: 0;
    right: 0;
  }
}
.col-md-12 .carousel-landscape.left.normal .carousel-inner, .col-md-12 .carousel-landscape.right.normal .carousel-inner {
  height: 441px;
}
.col-md-12 .carousel-landscape.left.normal .carousel-inner > .carousel-item .carousel-frame img, .col-md-12 .carousel-landscape.right.normal .carousel-inner > .carousel-item .carousel-frame img {
  height: 441px;
}
.col-md-12 .carousel-landscape.left.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer, .col-md-12 .carousel-landscape.right.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer {
  height: 351px;
  top: 25px;
}
.col-md-12 .carousel-landscape.left.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer .carousel-footer-caption, .col-md-12 .carousel-landscape.right.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer .carousel-footer-caption {
  margin: 32px 15px 0 15px;
  height: 143px;
  overflow: hidden;
}
.col-md-12 .carousel-landscape.left.normal .carousel-caption-2, .col-md-12 .carousel-landscape.right.normal .carousel-caption-2 {
  top: 25px;
  height: 351px;
}
.col-md-12 .carousel-landscape.left.normal .carousel-chevron, .col-md-12 .carousel-landscape.right.normal .carousel-chevron {
  bottom: 72px;
}
.col-md-8 .carousel-landscape.left.normal .carousel-inner, .col-md-8 .carousel-landscape.right.normal .carousel-inner {
  height: 290px;
}
.col-md-8 .carousel-landscape.left.normal .carousel-inner > .carousel-item .carousel-frame img, .col-md-8 .carousel-landscape.right.normal .carousel-inner > .carousel-item .carousel-frame img {
  height: 290px;
}
.col-md-8 .carousel-landscape.left.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer, .col-md-8 .carousel-landscape.right.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer {
  height: 224px;
  top: 25px;
}
.col-md-8 .carousel-landscape.left.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer .carousel-footer-caption, .col-md-8 .carousel-landscape.right.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer .carousel-footer-caption {
  margin: 32px 15px 0 15px;
  height: 143px;
  overflow: hidden;
}
.col-md-8 .carousel-landscape.left.normal .carousel-caption-2, .col-md-8 .carousel-landscape.right.normal .carousel-caption-2 {
  top: 25px;
  height: 224px;
}
.col-md-8 .carousel-landscape.left.normal .carousel-chevron, .col-md-8 .carousel-landscape.right.normal .carousel-chevron {
  bottom: 47px;
}
.carousel-landscape.left.normal .carousel-pause-play, .carousel-landscape.right.normal .carousel-pause-play {
  top: 30px;
}
.col-md-4 .carousel-landscape.left.normal .carousel-inner, .col-md-6 .carousel-landscape.left.normal .carousel-inner, .col-md-4 .carousel-landscape.right.normal .carousel-inner, .col-md-6 .carousel-landscape.right.normal .carousel-inner {
  height: 288px;
}
.col-md-4 .carousel-landscape.left.normal .carousel-inner > .carousel-item .carousel-frame img, .col-md-6 .carousel-landscape.left.normal .carousel-inner > .carousel-item .carousel-frame img, .col-md-4 .carousel-landscape.right.normal .carousel-inner > .carousel-item .carousel-frame img, .col-md-6 .carousel-landscape.right.normal .carousel-inner > .carousel-item .carousel-frame img {
  height: 173px;
}
.col-md-4 .carousel-landscape.left.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer, .col-md-6 .carousel-landscape.left.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer, .col-md-4 .carousel-landscape.right.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer, .col-md-6 .carousel-landscape.right.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer {
  height: 115px;
  top: 0;
}
.col-md-4 .carousel-landscape.left.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer .carousel-footer-caption, .col-md-6 .carousel-landscape.left.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer .carousel-footer-caption, .col-md-4 .carousel-landscape.right.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer .carousel-footer-caption, .col-md-6 .carousel-landscape.right.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer .carousel-footer-caption {
  height: 53px;
  overflow: hidden;
  line-height: 121%;
  margin: 0;
}
.col-md-4 .carousel-landscape.left.normal .carousel-caption-2, .col-md-6 .carousel-landscape.left.normal .carousel-caption-2, .col-md-4 .carousel-landscape.right.normal .carousel-caption-2, .col-md-6 .carousel-landscape.right.normal .carousel-caption-2 {
  top: 173px;
  height: 115px;
}
.col-md-4 .carousel-landscape.left.normal .carousel-chevron, .col-md-6 .carousel-landscape.left.normal .carousel-chevron, .col-md-4 .carousel-landscape.right.normal .carousel-chevron, .col-md-6 .carousel-landscape.right.normal .carousel-chevron {
  bottom: 7px;
}
.col-md-4 .carousel-landscape.left.normal .carousel-pause-play, .col-md-6 .carousel-landscape.left.normal .carousel-pause-play, .col-md-4 .carousel-landscape.right.normal .carousel-pause-play, .col-md-6 .carousel-landscape.right.normal .carousel-pause-play {
  top: 5px;
}
@media (max-width: 414px) {
  .carousel-landscape.left.normal .carousel-inner, .carousel-landscape.right.normal .carousel-inner {
    height: 288px;
  }
  .carousel-landscape.left.normal .carousel-inner > .carousel-item .carousel-frame img, .carousel-landscape.right.normal .carousel-inner > .carousel-item .carousel-frame img {
    height: 173px;
  }
  .carousel-landscape.left.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer, .carousel-landscape.right.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer {
    height: 115px;
    top: 0;
  }
  .carousel-landscape.left.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer .carousel-footer-caption, .carousel-landscape.right.normal .carousel-inner > .carousel-item .carousel-frame .carousel-footer .carousel-footer-caption {
    height: 53px;
    overflow: hidden;
    line-height: 121%;
    margin: 0;
  }
  .carousel-landscape.left.normal .carousel-caption-2, .carousel-landscape.right.normal .carousel-caption-2 {
    top: 173px;
    height: 115px;
  }
  .carousel-landscape.left.normal .carousel-chevron, .carousel-landscape.right.normal .carousel-chevron {
    bottom: 7px;
  }
  .carousel-landscape.left.normal .carousel-pause-play, .carousel-landscape.right.normal .carousel-pause-play {
    top: 5px;
  }
}
.col-md-12 .carousel-landscape.left.panoramique .carousel-inner, .col-md-12 .carousel-landscape.right.panoramique .carousel-inner {
  height: 187px;
}
.col-md-12 .carousel-landscape.left.panoramique .carousel-inner > .carousel-item .carousel-frame img, .col-md-12 .carousel-landscape.right.panoramique .carousel-inner > .carousel-item .carousel-frame img {
  height: 167px;
}
.col-md-12 .carousel-landscape.left.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer, .col-md-12 .carousel-landscape.right.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer {
  height: 166px;
  top: 20px;
}
.col-md-12 .carousel-landscape.left.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer .carousel-footer-caption, .col-md-12 .carousel-landscape.right.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer .carousel-footer-caption {
  margin: 15px 15px 0 15px;
  height: 53px;
  overflow: hidden;
  line-height: 121%;
}
.col-md-12 .carousel-landscape.left.panoramique .carousel-caption-2, .col-md-12 .carousel-landscape.right.panoramique .carousel-caption-2 {
  top: 20px;
  height: 166px;
}
.col-md-12 .carousel-landscape.left.panoramique .carousel-chevron, .col-md-12 .carousel-landscape.right.panoramique .carousel-chevron {
  bottom: 7px;
}
.col-md-8 .carousel-landscape.left.panoramique .carousel-inner, .col-md-8 .carousel-landscape.right.panoramique .carousel-inner {
  height: 120px;
}
.col-md-8 .carousel-landscape.left.panoramique .carousel-inner > .carousel-item .carousel-frame img, .col-md-8 .carousel-landscape.right.panoramique .carousel-inner > .carousel-item .carousel-frame img {
  height: 100px;
}
.col-md-8 .carousel-landscape.left.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer, .col-md-8 .carousel-landscape.right.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer {
  height: 100px;
  top: 20px;
}
.col-md-8 .carousel-landscape.left.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer .carousel-footer-caption, .col-md-8 .carousel-landscape.right.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer .carousel-footer-caption {
  margin: 15px 15px 0 15px;
  height: 53px;
  overflow: hidden;
  line-height: 121%;
}
.col-md-8 .carousel-landscape.left.panoramique .carousel-caption-2, .col-md-8 .carousel-landscape.right.panoramique .carousel-caption-2 {
  top: 20px;
  height: 100px;
}
.col-md-8 .carousel-landscape.left.panoramique .carousel-chevron, .col-md-8 .carousel-landscape.right.panoramique .carousel-chevron {
  bottom: 6px;
}
.carousel-landscape.left.panoramique .carousel-pause-play, .carousel-landscape.right.panoramique .carousel-pause-play {
  top: 5px;
}
.carousel-landscape.left.panoramique .carousel-inner, .carousel-landscape.right.panoramique .carousel-inner {
  height: 120px;
}
.carousel-landscape.left.panoramique .carousel-inner > .carousel-item .carousel-frame, .carousel-landscape.right.panoramique .carousel-inner > .carousel-item .carousel-frame {
  width: 82.56%;
}
.col-md-4 .carousel-landscape.left.panoramique .carousel-inner, .col-md-6 .carousel-landscape.left.panoramique .carousel-inner, .col-md-4 .carousel-landscape.right.panoramique .carousel-inner, .col-md-6 .carousel-landscape.right.panoramique .carousel-inner {
  height: 162px;
}
.col-md-4 .carousel-landscape.left.panoramique .carousel-inner > .carousel-item .carousel-frame img, .col-md-6 .carousel-landscape.left.panoramique .carousel-inner > .carousel-item .carousel-frame img, .col-md-4 .carousel-landscape.right.panoramique .carousel-inner > .carousel-item .carousel-frame img, .col-md-6 .carousel-landscape.right.panoramique .carousel-inner > .carousel-item .carousel-frame img {
  height: 62px;
}
.col-md-4 .carousel-landscape.left.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer, .col-md-6 .carousel-landscape.left.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer, .col-md-4 .carousel-landscape.right.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer, .col-md-6 .carousel-landscape.right.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer {
  height: 100px;
  top: 0;
}
.col-md-4 .carousel-landscape.left.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer .carousel-footer-caption, .col-md-6 .carousel-landscape.left.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer .carousel-footer-caption, .col-md-4 .carousel-landscape.right.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer .carousel-footer-caption, .col-md-6 .carousel-landscape.right.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer .carousel-footer-caption {
  height: 53px;
  overflow: hidden;
  line-height: 121%;
  margin: 0;
}
.col-md-4 .carousel-landscape.left.panoramique .carousel-caption-2, .col-md-6 .carousel-landscape.left.panoramique .carousel-caption-2, .col-md-4 .carousel-landscape.right.panoramique .carousel-caption-2, .col-md-6 .carousel-landscape.right.panoramique .carousel-caption-2 {
  top: 62px;
  height: 100px;
}
.col-md-4 .carousel-landscape.left.panoramique .carousel-chevron, .col-md-6 .carousel-landscape.left.panoramique .carousel-chevron, .col-md-4 .carousel-landscape.right.panoramique .carousel-chevron, .col-md-6 .carousel-landscape.right.panoramique .carousel-chevron {
  bottom: 7px;
}
.col-md-4 .carousel-landscape.left.panoramique .carousel-pause-play, .col-md-6 .carousel-landscape.left.panoramique .carousel-pause-play, .col-md-4 .carousel-landscape.right.panoramique .carousel-pause-play, .col-md-6 .carousel-landscape.right.panoramique .carousel-pause-play {
  top: 5px;
}
@media (max-width: 414px) {
  .carousel-landscape.left.panoramique .carousel-inner, .carousel-landscape.right.panoramique .carousel-inner {
    height: 162px;
  }
  .carousel-landscape.left.panoramique .carousel-inner > .carousel-item .carousel-frame img, .carousel-landscape.right.panoramique .carousel-inner > .carousel-item .carousel-frame img {
    height: 62px;
  }
  .carousel-landscape.left.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer, .carousel-landscape.right.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer {
    height: 100px;
    top: 0;
  }
  .carousel-landscape.left.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer .carousel-footer-caption, .carousel-landscape.right.panoramique .carousel-inner > .carousel-item .carousel-frame .carousel-footer .carousel-footer-caption {
    height: 53px;
    overflow: hidden;
    line-height: 121%;
    margin: 0;
  }
  .carousel-landscape.left.panoramique .carousel-caption-2, .carousel-landscape.right.panoramique .carousel-caption-2 {
    top: 62px;
    height: 100px;
  }
  .carousel-landscape.left.panoramique .carousel-chevron, .carousel-landscape.right.panoramique .carousel-chevron {
    bottom: 7px;
  }
  .carousel-landscape.left.panoramique .carousel-pause-play, .carousel-landscape.right.panoramique .carousel-pause-play {
    top: 5px;
  }
}
.carousel-landscape.left .carousel-caption-2 {
  left: 0;
}
.carousel-landscape.left .carousel-inner > .carousel-item .carousel-frame img {
  margin-left: 21.5%;
  margin-right: auto;
}
.carousel-landscape.left .carousel-inner > .carousel-item .carousel-frame .carousel-footer {
  left: 0;
}
.carousel-landscape.left .carousel-chevron.previous {
  left: 10px;
}
.carousel-landscape.left .carousel-chevron.next {
  left: calc(31% - 30px);
}
.carousel-landscape.left.normal .carousel-pause-play {
  left: 5px;
}
.carousel-landscape.left.panoramique .carousel-pause-play {
  right: 5px;
}
.carousel-landscape.right .carousel-caption-2 {
  right: 0;
}
.carousel-landscape.right .carousel-inner > .carousel-item .carousel-frame img {
  margin-right: 19%;
  margin-left: auto;
}
.carousel-landscape.right .carousel-inner > .carousel-item .carousel-frame .carousel-footer {
  right: 0;
}
.carousel-landscape.right .carousel-chevron.previous {
  right: calc(31% - 30px);
}
.carousel-landscape.right .carousel-chevron.next {
  right: 10px;
}
.carousel-landscape.right.normal .carousel-pause-play {
  right: 5px;
}
.carousel-landscape.right.panoramique .carousel-pause-play {
  left: 5px;
}

.dialog-didacticiel-content {
  background: #333;
}
.dialog-didacticiel-content .modal-content {
  background: #333;
}
.dialog-didacticiel-content .modal-header {
  border: none;
}
.dialog-didacticiel-content .modal-header .close {
  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'%20d='M300.4%20256%20467%2089.4c29.6-29.6-14.8-74.1-44.4-44.4L256%20211.6%2089.4%2045C59.8%2015.3%2015.3%2059.8%2045%2089.4L211.6%20256%2045%20422.6c-29.7%2029.7%2014.7%2074.1%2044.4%2044.4L256%20300.4%20422.6%20467c29.7%2029.7%2074.1-14.7%2044.4-44.4L300.4%20256z'%20fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  height: 13px;
  width: 13px;
  text-indent: -9999px;
  display: inline-block;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  color: white;
  text-shadow: none;
  z-index: 2;
}
.dialog-didacticiel-content .modal-header .close:hover, .dialog-didacticiel-content .modal-header .close:active {
  text-decoration: none;
}
.dialog-didacticiel-content .modal-header .close, .dialog-didacticiel-content .modal-header .close:active:focus {
  background-color: transparent;
}
.dialog-didacticiel-content .modal-header .close:focus, .dialog-didacticiel-content .modal-header .close:focus-visible {
  outline: solid white 0.0625rem;
  outline-offset: 0.1875rem;
}
.dialog-didacticiel-content .modal-body {
  overflow: hidden;
  padding: 0;
}
.dialog-didacticiel-content .square-chevron-left,
.dialog-didacticiel-content .square-chevron-right {
  top: 45%;
}
.dialog-didacticiel-content .square-chevron-left {
  left: 30px;
}
.dialog-didacticiel-content .square-chevron-right {
  right: 30px;
}

#didacticielHtml {
  margin: -0.75rem;
}
#didacticielHtml,
#didacticielHtml .journal-content-article,
#didacticielHtml .carousel-landscape,
#didacticielHtml .carousel-landscape .carousel-inner,
#didacticielHtml .carousel-landscape .carousel-inner > .carousel-item,
#didacticielHtml .carousel-landscape .carousel-inner > .carousel-item .carousel-frame img {
  height: inherit;
}
#didacticielHtml .carousel-landscape .carousel-inner > .carousel-item .carousel-frame img {
  object-fit: contain;
  object-position: top;
}
#didacticielHtml .carousel-landscape .carousel-inner > .carousel-item .carousel-frame {
  text-align: center;
}
#didacticielHtml .square-chevron {
  background-color: transparent;
}

#portlet_Didacticiel .btn.btn-neutre {
  height: 55px;
}

/*--------------------*/
/* Progress bar circle */
/*--------------------*/
.circular-progress-bar {
  position: relative;
  margin: 0 auto;
}
.circular-progress-bar .progress-percentage, .circular-progress-bar .progress-text {
  position: absolute;
  width: 100%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 0px 60px;
}
.circular-progress-bar .progress-percentage {
  font-size: 60px;
  transform: translate(-50%, -85%);
}
.circular-progress-bar .progress-text {
  transform: translate(-50%, 0%);
  color: #585858;
  font-size: 21px;
}

.ck-editor__editable {
  min-height: 200px;
}
.ck-editor__editable .ck-list-bogus-paragraph {
  display: inline;
}
.ck-editor__editable ul ul, .ck-editor__editable ol ol {
  margin-left: 1rem;
}
.ck-editor__editable .ck-widget:has(iframe) {
  border: 1px dashed #ccc;
  background-color: #f0f0f0;
  padding: 10px;
  margin: 10px 0;
  min-height: 50px;
  display: inline-flex; /* Utiliser flexbox pour centrer le contenu */
  align-items: center; /* Centrer verticalement */
  justify-content: center; /* Centrer horizontalement */
  position: relative; /* Nécessaire pour positionner l'iframe si nécessaire */
  overflow: hidden; /* Masquer tout contenu qui dépasse du bloc */
}
.ck-editor__editable .ck-widget:has(iframe)::before {
  content: "IFRAME"; /* Insère le texte "IFRAME" */
  font-weight: bold;
  color: #888;
  font-size: 1.2em;
  z-index: 1;
  position: initial;
  background: none;
}
.ck-editor__editable .ck-widget:has(iframe) iframe {
  border: 1px dashed #ccc; /* Une bordure en pointillés pour le faire ressembler à un espace réservé */
  background-color: #f0f0f0; /* Une couleur de fond claire */
  padding: 10px; /* Un peu de rembourrage */
  margin: 10px 0; /* Marge verticale */
  min-height: 50px; /* S'assurer qu'il est visible même si l'iframe est vide */
  display: block; /* S'assurer qu'il occupe sa propre ligne */
  pointer-events: none; /* Rendre l'iframe non interactive dans la vue de l'éditeur */
  /* Masquer l'iframe en la rendant transparente et non interactive */
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.ck-style-panel .ck-disabled {
  display: none !important;
}

.ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview {
  padding: 0;
  border: none;
}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview > p {
  padding: 0.625rem;
}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview > p.alert {
  position: relative;
  top: 0.25rem;
}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview > p[class^=aplat] {
  margin: 0;
  position: relative;
  top: -0.1875rem;
}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview > p.encart1d, .ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview > p.encart2d, .ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview > p.encart3d, .ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview > p.encart1g, .ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview > p.encart2g, .ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview > p.encart3g, .ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview > p.aplat1d, .ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview > p.aplat2d, .ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview > p.aplat3d, .ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview > p.aplat1g, .ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview > p.aplat2g, .ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview > p.aplat3g {
  width: 60%;
  margin: 0;
}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview > p.encart1d, .ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview > p.encart2d, .ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview > p.encart3d, .ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview > p.aplat1d, .ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview > p.aplat2d, .ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview > p.aplat3d {
  margin: 0 0 0 40%;
}

.ck.ck-dropdown.ck-font-size-dropdown ul.ck.ck-reset.ck-list {
  overflow-y: auto;
  height: 200px;
}

.image-inline {
  vertical-align: middle;
}

.btn {
  font-weight: 400;
}

.nav.nav-tabs {
  border-bottom: none;
  padding: 0;
}
.nav.nav-tabs li a.nav-link.active::after {
  background-color: #528eff;
  content: "";
  height: 0.125rem;
}

.nav.nav-tabs > li.active > a {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav.nav-tabs > li:not(.active) > a:hover, .nav.nav-tabs > li > a:focus {
  border-color: #eee #eee #ddd;
  background-color: #eee;
  text-decoration: underline;
}
.veol .nav.nav-tabs > li:not(.active) > a:hover, .veol .nav.nav-tabs > li > a:focus {
  color: #1057C8;
}
.erdf .nav.nav-tabs > li:not(.active) > a:hover, .erdf .nav.nav-tabs > li > a:focus {
  color: #1423DC;
}

.nav-tabs .nav-link.focus,
.nav-tabs .nav-underline .tab a.focus,
.nav-underline .tab .nav-tabs a.focus,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-underline .tab a:focus,
.nav-underline .tab .nav-tabs a:focus {
  border-radius: 0;
}

.container-fluid .navbar-nav {
  margin-left: -15px;
  margin-right: -15px;
}
.navbar-nav a.nav-link.active, .navbar-nav a.nav-link:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-nav a.nav-link::after {
  background-color: transparent !important;
}

.navigation-bar .navbar-nav .nav-link {
  margin-top: 0;
  margin-bottom: 0;
}

textarea.form-control,
textarea.form-control-plaintext,
.form-control.form-control-textarea {
  height: auto;
}

.form-control, .form-control:focus, .form-control.focus {
  background-color: white;
  border-color: #CCC;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.modal-dialog .modal-title {
  font-size: 1.125rem;
}
.modal-dialog .modal-body {
  padding: 0.75rem;
}

.table caption {
  caption-side: top;
}
.table.table-autofit .table-cell-content {
  min-width: auto;
}

.form-group-radio-wrapper label {
  width: 100%;
}
.form-group-radio-wrapper .radio-inline {
  vertical-align: top;
}

label,
.control-label {
  font-weight: bold;
}

.dropdown.lfr-icon-menu:not([data-value=addButton]):not([data-qa-id=addButton]) {
  position: relative;
}
.dropdown.lfr-icon-menu:not([data-value=addButton]):not([data-qa-id=addButton]) > a:after {
  content: "";
  display: inline-flex;
  height: inherit;
  width: inherit;
  background-size: auto 1.125rem;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.veol .dropdown.lfr-icon-menu:not([data-value=addButton]):not([data-qa-id=addButton]) > a::after {
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-ellipsis-v-carres.svg");
}
.erdf .dropdown.lfr-icon-menu:not([data-value=addButton]):not([data-qa-id=addButton]) > a::after {
  background-image: url("/o/veol-2018-theme/images/erdf/icons/ico-ellipsis-v-carres.svg");
}
.dropdown.lfr-icon-menu:not([data-value=addButton]):not([data-qa-id=addButton]) .icon-monospaced .lexicon-icon.lexicon-icon-ellipsis-v {
  display: none;
}

.lfr-applications-menu a.list-group-heading {
  color: #ccc !important;
}
.lfr-applications-menu a:hover {
  color: #eeeffa !important;
}

.dropdown > button.dropdown-toggle.btn.btn-monospaced {
  width: 2em;
  height: 2em;
}

.dropdown-menu li > .dropdown-item {
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
  font-size: 0.875rem;
  border-bottom: solid 1px #ddd;
}
.dropdown-menu li:last-of-type > .dropdown-item {
  border-bottom: none;
}

.dropdown-menu > li > a, .dropdown-menu > li button {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
  font-size: 0.875rem;
}
.dropdown-menu > li > a.lfr-icon-item.taglib-icon, .dropdown-menu > li button.lfr-icon-item.taglib-icon {
  white-space: normal;
  border-bottom: solid 1px #ddd;
}
.dropdown-menu > li.active > a, .dropdown-menu > li.active > a:hover, .dropdown-menu > li.active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > li.active > button, .dropdown-menu > li.active > button:hover, .dropdown-menu > li.active > button:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
  box-shadow: inset 0 0 0 0.125rem #80acff, inset 0 0 0 0.25rem #fff;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 30px;
  width: 30px;
}

.btn-secondary.btn-link, .main-site .btn-secondary.btn.btn-cancel,
.button-wrapper .btn-secondary.btn.btn-cancel,
.modal-footer .btn-secondary.btn.btn-cancel,
.button-holder .btn-secondary.btn.btn-cancel,
.dialog-footer .btn-secondary.btn.btn-cancel,
.popin-footer .btn-secondary.btn.btn-cancel {
  background-color: transparent;
  border: none;
}

.veol .product-menu a, .erdf .product-menu a {
  color: #eeeffa;
}

.card {
  border-width: 1px;
}

@media (max-width: 414px) {
  .popover.in-glossaire {
    max-width: 23.2rem;
  }
}
@media (max-width: 768px) {
  .popover.in-glossaire {
    max-width: 36rem;
  }
}
@media (min-width: 769px) {
  .popover.in-glossaire {
    max-width: 48rem;
  }
}
.popover.in-glossaire td.summary {
  color: #333333;
}
.popover.in-glossaire td.description {
  color: #666666;
  width: 75%;
  font-weight: 400;
}
.popover.in-glossaire td.image-glossaire {
  width: 25%;
}

.badge.badge-lu-dans {
  padding: 4px 8px;
  background: #fcdcc0;
  border-radius: 2px;
}
.badge.badge-lu-dans .badge-item {
  font-style: normal;
  font-weight: 100;
  font-size: 0.625rem;
  line-height: 1.2;
  color: #001A70;
  text-transform: uppercase;
}
.badge.badge-communaute {
  padding: 4px 8px;
  border-radius: 4px;
  background: #dbedff;
  max-width: calc(100% - 3.75rem);
}
.badge.badge-communaute .badge-item {
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.2;
  color: #001A70;
  white-space: nowrap;
  overflow: hidden;
  max-width: calc(100% - 1.25rem);
}
.veol .badge.badge-communaute .badge-item {
  font-weight: 100;
}
.erdf .badge.badge-communaute .badge-item {
  font-weight: 500;
}
.badge.badge-communaute .badge-item.badge-item-after { /* DINZVEOL-7768 focus visible sur le bouton qui suit */
  overflow: visible;
}
.veol .badge.badge-primary {
  background: #001A70;
}
.erdf .badge.badge-primary {
  background: #1423DC;
}
.badge.badge-default {
  background-color: #fff;
}
.badge.badge-info {
  background-color: #001A70;
  font-weight: normal;
  border-radius: 50% !important;
}

.categories-outils-list .panel .panel-header {
  padding: 0.15625rem 0;
}
.categories-outils-list .panel .panel-title {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
}

.panel .panel-title {
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
}
.panel .panel-header:not(.full-clic) {
  height: auto;
}
.panel .panel-header:not(.full-clic) button.collapse-icon {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  margin-top: -0.75rem;
  padding: 0;
}
.panel .panel-header:not(.full-clic) button.collapse-icon .collapse-icon-closed,
.panel .panel-header:not(.full-clic) button.collapse-icon .collapse-icon-open {
  top: 0.125rem;
  right: 0.125rem;
  font-size: unset;
}
.panel .panel-body {
  padding-top: 1.25rem;
}

.panel .panel-header.a {
  height: 2.5rem;
  cursor: pointer;
}
.panel .panel-header.a button.collapse-icon {
  height: 100%;
  width: 100%;
  padding: 0 2.25rem 0 1.25rem;
  text-align: left;
}
.panel .panel-header.a button.collapse-icon .collapse-icon-closed,
.panel .panel-header.a button.collapse-icon .collapse-icon-open {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
}
.panel .panel-body {
  padding-top: 1.25rem;
}

button.with-txt[data-toggle=collapse] {
  padding-right: 20px;
}
button.with-txt[data-toggle=collapse] .collapse-icon-closed,
button.with-txt[data-toggle=collapse] .collapse-icon-open {
  float: none;
  position: relative;
  width: auto;
  height: auto;
  right: 0;
  top: 0;
}
button.with-txt[data-toggle=collapse] .angle-down,
button.with-txt[data-toggle=collapse] .angle-up {
  position: relative;
  left: 10px;
}

.toggler-header-expanded .collapse-icon-closed {
  display: none;
}

.form-group .bootstrap-select > .dropdown-toggle.bs-placeholder,
.form-group .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.form-group .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.form-group .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #666666 !important;
}

.has-control-menu .lfr-asset-anchor:not(:empty) {
  height: 74px;
  margin-top: -74px;
}

.has-control-menu .lfr-asset-anchor:empty {
  height: 0;
  margin-top: 0;
}

.lfr-tags-selector-content .textboxlistentry-holder li {
  margin: 0 0.3125rem 0.3125rem 0;
  font-size: 0.8125rem;
}

.portlet-breadcrumb .breadcrumb-item .active {
  font-weight: normal;
}
.portlet-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  background-image: none;
  content: "/";
  top: 0.3rem;
  font-size: 0.8rem !important;
  color: #666666 !important;
}

.product-menu .panel-body {
  padding: 0.75rem 1.25rem !important;
}

h2.entry-title.taglib-categorization-filter::after {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background-color: white;
  content: "";
  position: relative;
  left: -0.625rem;
}

.sheet-subtitle {
  text-transform: none;
}

.portlet-wiki .nav-tabs .nav-link.active {
  background-color: #fff;
  color: #272833;
  border: 3px solid #528eff;
  border-left: none;
  border-top: none;
  border-right: none;
}

.nav.nav-tabs > li:not(.active) > a:hover, .veol .nav.nav-tabs > li > a:focus {
  border-color: #fff;
  background-color: #fff;
  text-decoration: auto;
}

.management-bar-header-right {
  float: right;
  margin-right: 1rem;
}

.search-pages.simple .pager {
  list-style: none;
  margin: 1.5rem 0;
  padding-left: 0;
  text-align: center;
}
.search-pages.simple .pager li {
  display: inline;
}
.search-pages.simple .pager .btn.previous {
  border: solid 1px #e0e0e0;
  color: #001a70;
  background-color: white;
  margin-right: 3.125rem;
}
.search-pages.simple .pager .btn.previous:hover {
  border: solid 1px #e0e0e0;
  color: #1057c8;
  background-color: #e0e0e0;
  text-decoration: underline;
}
.search-pages.simple .pager .btn.next {
  border: solid 1px #e0e0e0;
  color: #001a70;
  background-color: white;
}
.search-pages.simple .pager .btn.next:hover {
  border: solid 1px #e0e0e0;
  color: #1057c8;
  background-color: #e0e0e0;
  text-decoration: underline;
}

/* masquer le bouton configurer la page, sauf pour les admin */
#ControlMenu .user-control-group ul.control-menu-nav .control-menu-icon[data-qa-id=editLayout] {
  display: none;
}

body.Administrator #ControlMenu .user-control-group ul.control-menu-nav .control-menu-icon[data-qa-id=editLayout] {
  display: inline;
}

body.controls-hidden {
  /*sauf pour le menu de modification des contenus DINZVEOL-13118*/
}
body.controls-hidden .portlet-topper,
body.controls-hidden .portlet-topper-toolbar,
body.controls-hidden .visible-interaction {
  display: none !important;
}
body.controls-hidden .asset-full-content-edit .visible-interaction {
  display: inline-flex !important;
}

/* masquer "Retirer" sur les AssetPublisher, Bibliotheque, Blog, Wiki, resultat MDR pour tous sauf Administrateur */
body:not(.Administrator):not(.gn-administrateur) .portlet-options-dropdown ul:not(:has(ul)):not(:has(ol)) > li:has(button[icon=trash][data-action=_ActusAlaune_close]),
body:not(.Administrator):not(.gn-administrateur) .portlet-options-dropdown ul:not(:has(ul)):not(:has(ol)) > li:has(button[icon=trash][data-action^=_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_]),
body:not(.Administrator):not(.gn-administrateur) .portlet-options-dropdown ul:not(:has(ul)):not(:has(ol)) > li:has(button[icon=trash][data-action^=_com_liferay_document_library_web_portlet_DLPortlet_]),
body:not(.Administrator):not(.gn-administrateur) .portlet-options-dropdown ul:not(:has(ul)):not(:has(ol)) > li:has(button[icon=trash][data-action^=_cellulediwikinavigation_WAR_cellulediwikinavigationportlet_]),
body:not(.Administrator):not(.gn-administrateur) .portlet-options-dropdown ul:not(:has(ul)):not(:has(ol)) > li:has(button[icon=trash][data-action^=_com_liferay_blogs_web_portlet_BlogsPortlet_]),
body:not(.Administrator):not(.gn-administrateur) .portlet-options-dropdown ul:not(:has(ul)):not(:has(ol)) > li:has(button[icon=trash][data-action^=_veolsearch_WAR_intranetVEOLSearchportlet_]),
body:not(.Administrator):not(.gn-administrateur) .portlet-options-dropdown ul:not(:has(ul)):not(:has(ol)) > li:has(button[icon=trash][data-action^=_com_liferay_wiki_web_portlet_WikiPortlet_]),
body:not(.Administrator):not(.gn-administrateur) .portlet-options-dropdown ul:not(:has(ul)):not(:has(ol)) > li:has(button[icon=trash][data-action^=_com_edf_celluledi_bookmarks_web_BookmarksPortlet_]),
body:not(.Administrator):not(.gn-administrateur) .portlet-options-dropdown ul:not(:has(ul)):not(:has(ol)) > li:has(button[icon=trash][data-action^=_OutilsCommunaute_]),
body:not(.Administrator):not(.gn-administrateur) .portlet-options-dropdown ul:not(:has(ul)):not(:has(ol)) > li:has(button[icon=trash][data-action^=_aProposCommunaute_WAR_cellulediaProposDeMaCommuniteportlet_]) {
  display: none;
}

/*
annuaire des formations
*/
.facettes .facettes-header {
  padding-bottom: 0.8125rem;
}
.facettes .facettes-header h3 {
  margin: 0;
  color: #001A70;
}
.facettes .facettes-header h3 .int_menu {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.facettes .facettes-header i {
  margin-right: 0.5rem;
}
.facettes label {
  color: #1057C8;
}
.facettes .facettes-body {
  background: #fff;
}
.facettes .facettes-body .h4.panel-title {
  font-size: 1rem;
}
.facettes .facettes-body .h4.panel-title .collapse-icon-open,
.facettes .facettes-body .h4.panel-title .collapse-icon-closed {
  font-size: 0.875rem;
}
.facettes .facettes-body .panel-group {
  margin-bottom: 0.3125rem;
}
.facettes .facettes-body .list-facet {
  overflow-y: auto;
  max-height: 15.625rem;
  scrollbar-width: thin;
}
.facettes .facettes-body .list-facet .custom-control-label-text {
  font-size: 0.8125rem;
}
.facettes .facettes-body .list-facet .facet-value {
  padding-left: 1.4375rem;
}
.facettes .facettes-body .list-facet .facet-value .custom-control-input,
.facettes .facettes-body .list-facet .facet-value .custom-control-label::before,
.facettes .facettes-body .list-facet .facet-value .custom-control-label::after {
  float: none;
  left: -1.25rem;
  position: absolute;
}
.facettes .facettes-body .list-facet .facet-value .custom-control-label-text {
  padding-left: 0;
}
.facettes .facettes-body .panel-body {
  padding-top: 0;
}
.facettes .facettes-body .voirplus,
.facettes .facettes-body .voirmoins {
  margin: 1rem 0.5rem;
}

.insert {
  padding: 0.8em;
  background-color: #ecf0f3;
}

/* emoji */
.emoji-picker {
  position: absolute;
}
.emoji-picker select {
  opacity: 0.75;
  border: 1px solid gray;
  border-radius: 5px;
  scrollbar-width: thin;
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  appearance: none;
  /* For IE10 */
}
.emoji-picker select::-ms-expand {
  display: none;
}
.emoji-picker select:focus {
  opacity: 1;
}

.rounded-textarea ~ .emoji-picker {
  right: 10px;
  bottom: 5px;
}

.square-textarea ~ .emoji-picker {
  right: 0.625rem;
  top: 0.625rem;
}

.emoji-picker select.transparent-picker {
  display: none;
}

/* fin emoji */
.rounded-textarea,
.rounded-comment {
  border-radius: 0.5rem;
  border: solid 1px #E0E0E0;
}
.rounded-textarea.alloy-editor-placeholder,
.rounded-comment.alloy-editor-placeholder {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.square-textarea {
  border: none;
}
.square-textarea:not(.alloy-editor-placeholder) {
  min-height: 4.125rem;
}
.square-textarea.alloy-editor-placeholder {
  padding: 0;
}

.switch {
  display: inline-block;
  width: 60px;
  height: 34px;
  position: relative;
}
.switch input {
  display: none !important;
}
.switch.checkbox-add-remove {
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
}
.switch.checkbox-add-remove .puce {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: left;
}
.switch.checkbox-add-remove .puce.removed {
  background: #ecf0f3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  transform: rotate(90deg);
}
.switch.checkbox-add-remove .puce.added {
  background: #1089FF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch.checkbox-add-remove .puce .ico-my-service {
  position: absolute;
  top: 18px;
  left: 18px;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #18a02c;
}

input:checked + .slider:before {
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch.switch-small {
  width: 34px;
  height: 20px;
  vertical-align: top;
}
.switch.switch-small .slider.round:before {
  border-radius: 50%;
  height: 13px;
  width: 13px;
}
.switch.switch-small input:checked + .slider:before {
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

.checkbox-add-remove + .tooltip > .tooltip-inner {
  background-color: #ccc;
  color: black;
  width: 400px;
  border: none;
}

.cadre_error {
  text-align: left;
  color: #c40000;
  margin: 1rem 0;
}
.cadre_error p {
  border-left: solid 2px #c40000;
  padding-left: 1rem;
  font-weight: normal;
  color: #c40000 !important;
  margin: 0;
}

/*
    déja en place sur page profil
    parfois remplacé par <aui:validator required" qui insère une astérisque
*/
.form-group.label-required, .form-group.label-required .form-group, .form-group-item.label-required, .form-group-item.label-required .form-group, .autofit-col.label-required, .autofit-col.label-required .form-group {
  overflow: visible;
}
.form-group.label-required label::after, .form-group.label-required .label-like::after, .form-group.label-required .form-group label::after, .form-group.label-required .form-group .label-like::after, .form-group-item.label-required label::after, .form-group-item.label-required .label-like::after, .form-group-item.label-required .form-group label::after, .form-group-item.label-required .form-group .label-like::after, .autofit-col.label-required label::after, .autofit-col.label-required .label-like::after, .autofit-col.label-required .form-group label::after, .autofit-col.label-required .form-group .label-like::after {
  content: " *";
  color: #D6430A;
}
.erdf .form-group.label-required label::after, .erdf .form-group.label-required .label-like::after, .erdf .form-group.label-required .form-group label::after, .erdf .form-group.label-required .form-group .label-like::after, .erdf .form-group-item.label-required label::after, .erdf .form-group-item.label-required .label-like::after, .erdf .form-group-item.label-required .form-group label::after, .erdf .form-group-item.label-required .form-group .label-like::after, .erdf .autofit-col.label-required label::after, .erdf .autofit-col.label-required .label-like::after, .erdf .autofit-col.label-required .form-group label::after, .erdf .autofit-col.label-required .form-group .label-like::after {
  font-family: Arial, Helvetica, sans-serif;
}

/*
    code exemple :
    <div class="legend-label-required text-right">
        <liferay-ui:message key="com.edf.celluledi.glossaire.definition.form.champs.obligatoires" />
    </div>
*/
.legend-label-required {
  color: #6d6f71;
  font-size: 0.75rem;
}
.legend-label-required::before {
  content: "* ";
  color: #D6430A;
}

.custom-control-inline {
  display: inline-flex;
}
.custom-control-inline .radio, .custom-control-inline .checkbox {
  display: inline-flex;
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}
.custom-control-inline .radio label, .custom-control-inline .checkbox label {
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
}
.custom-control-inline .radio label input.form-check-input, .custom-control-inline .checkbox label input.form-check-input {
  margin-right: 0.3125rem;
}

.header-big, .header_service, .header_com {
  width: 100%;
  height: 150px;
  padding-top: 50px;
  background-size: cover;
  text-align: left;
  padding-left: 20px;
}
.header-big, .header_service, .header_com, .header-big h2, .header_service h2, .header_com h2, .header-big span, .header_service span, .header_com span {
  color: white;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 500;
}
.header-big.header-pa, .header_service, .header-pa.header_com {
  /*mettre un fond différent*/
  padding-top: 25px;
}
.veol .header-big.header-communautes, .veol .header-communautes.header_service, .veol .header_com {
  background: url(/o/veol-2018-theme/images/edf/communautes/bg_mes_communautes.png) 0 bottom no-repeat;
}
.erdf .header-big.header-communautes, .erdf .header-communautes.header_service, .erdf .header_com {
  display: none;
}
.veol .header-big.header-pa, .veol .header_service, .veol .header-pa.header_com {
  background: url(/o/veol-2018-theme/images/edf/communautes/bg_mes_communautes.png) 0 bottom no-repeat;
}
.erdf .header-big.header-pa, .erdf .header_service, .erdf .header-pa.header_com {
  background: url(/o/veol-2018-theme/images/erdf/theme/header-reseau-enedis.jpg) 0 bottom no-repeat;
}
.header-big.header-catalogue-services, .header-catalogue-services.header_service, .header-catalogue-services.header_com {
  background: url(/o/veol-2018-theme/images/edf/theme/header-catalogue-services.jpg) 0 bottom no-repeat;
  background-size: 100% 150px;
}
.header-big.header-mes-services-2020, .header-mes-services-2020.header_service, .header-mes-services-2020.header_com {
  background: url(/o/veol-2018-theme/images/edf/theme/header-mes-services-2020.jpg) 0 bottom no-repeat;
  background-size: 100% 150px;
}

.header_service {
  color: white;
  font-size: 1.25em;
}

.title-and-create {
  position: relative;
}
.title-and-create h2 {
  margin-top: 0;
}
.title-and-create .btn.align-h2 {
  position: absolute;
  top: -24px;
  right: 0;
}
.title-and-create .btn.btn-sm.align-h2 {
  position: absolute;
  top: 0;
  right: 0;
}
.title-and-create .toolbar-group-content {
  padding-left: 0;
}
.title-and-create .tbar-item {
  padding-right: 0;
}
.title-and-create .tbar-item ~ .tbar-item {
  padding-left: 16px;
}

.veol .ul_espaces h3 {
  color: #D6430A;
}
.erdf .ul_espaces h3 {
  color: #ac2c0c;
}

.portlet-document-library .taglib-header {
  border-bottom: unset;
  margin-bottom: -3em;
}
.portlet-document-library .taglib-header .header-back-to a {
  padding: 0 0.3em 1em 0;
}
.portlet-document-library .custom-border {
  margin-bottom: 8em;
  margin-right: -14em;
  border-bottom: 1px solid #c8c9ca;
}

.veol #menuDeNavigation .menu_header li:not(.active-menu).communaute-button {
  background-color: RGBA(16, 87, 200, 0.08);
}
.veol #menuDeNavigation .level-1 li .menu-element-link:hover {
  background-color: RGBA(16, 87, 200, 0.08);
  text-decoration: none;
}
.veol #menuDeNavigation .level-1 li .menu-element-link.active_element {
  background-color: RGBA(16, 87, 200, 0.08);
  border-left: solid 3px #1057C8;
  text-decoration: none;
}
.veol #menuDeNavigation .icon-services {
  display: inline-block;
  flex-shrink: 0;
  width: 0.625rem;
  height: 0.625rem;
  background-image: url("/o/veol-2018-theme/images/edf/navigation/ico-menu-navigation-veol.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.veol #menuDeNavigation .icon-communaute {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/edf/navigation/ico-menu-communautes-veol.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.veol #menuDeNavigation .menu_header li:not(.active-menu).portail-button {
  background-color: RGBA(16, 87, 200, 0.08);
}
.erdf #menuDeNavigation .menu_header li:not(.active-menu).communaute-button {
  background-color: #daddfc;
}
.erdf #menuDeNavigation .level-1 li .menu-element-link:hover {
  background-color: #daddfc;
  text-decoration: none;
}
.erdf #menuDeNavigation .level-1 li .menu-element-link.active_element {
  background-color: #daddfc;
  border-left: solid 3px #1057C8;
  text-decoration: none;
}
.erdf #menuDeNavigation .icon-services {
  display: inline-block;
  flex-shrink: 0;
  width: 0.625rem;
  height: 0.625rem;
  background-image: url("/o/veol-2018-theme/images/edf/navigation/ico-menu-navigation-veol.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.erdf #menuDeNavigation .icon-communaute {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/o/veol-2018-theme/images/edf/navigation/ico-menu-communautes-veol.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.erdf #menuDeNavigation .menu_header li:not(.active-menu).portail-button {
  background-color: #daddfc;
}
.veol #menuDeNavigation[class^=communaute-].couleur-communaute-bleu .menu_header li:not(.active-menu).communaute-button, .veol #menuDeNavigation[class^=communaute-].couleur-communaute-blanc .menu_header li:not(.active-menu).communaute-button {
  background-color: RGBA(16, 87, 200, 0.08);
}
.veol #menuDeNavigation[class^=communaute-].couleur-communaute-bleu .level-1 li .menu-element-link:hover, .veol #menuDeNavigation[class^=communaute-].couleur-communaute-blanc .level-1 li .menu-element-link:hover {
  background-color: RGBA(16, 87, 200, 0.08);
}
.veol #menuDeNavigation[class^=communaute-].couleur-communaute-bleu .level-1 li .menu-element-link.active_element, .veol #menuDeNavigation[class^=communaute-].couleur-communaute-blanc .level-1 li .menu-element-link.active_element {
  background-color: RGBA(16, 87, 200, 0.08);
  border-left: solid 3px #1057C8;
}
.veol #menuDeNavigation[class^=communaute-].couleur-communaute-bleu .level-1 li .menu-element-link .icon-echange,
.veol #menuDeNavigation[class^=communaute-].couleur-communaute-bleu .level-1 li .menu-element-link .icon-publication,
.veol #menuDeNavigation[class^=communaute-].couleur-communaute-bleu .level-1 li .menu-element-link .icon-links-utile, .veol #menuDeNavigation[class^=communaute-].couleur-communaute-blanc .level-1 li .menu-element-link .icon-echange,
.veol #menuDeNavigation[class^=communaute-].couleur-communaute-blanc .level-1 li .menu-element-link .icon-publication,
.veol #menuDeNavigation[class^=communaute-].couleur-communaute-blanc .level-1 li .menu-element-link .icon-links-utile {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  background-image: url("/o/veol-2018-theme/images/edf/navigation/ico_menu_navigation_bleu.png");
  background-size: auto 0.625rem;
  background-position: center 0;
  background-repeat: no-repeat;
  position: relative;
  top: -1px;
  left: -4px;
}
.veol #menuDeNavigation[class^=communaute-].couleur-communaute-orange .menu_header li:not(.active-menu).communaute-button {
  background-color: RGBA(255, 134, 29, 0.08);
}
.veol #menuDeNavigation[class^=communaute-].couleur-communaute-orange .level-1 li .menu-element-link:hover {
  background-color: RGBA(255, 134, 29, 0.08);
}
.veol #menuDeNavigation[class^=communaute-].couleur-communaute-orange .level-1 li .menu-element-link.active_element {
  background-color: RGBA(255, 134, 29, 0.08);
  border-left: solid 3px #FF861D;
}
.veol #menuDeNavigation[class^=communaute-].couleur-communaute-orange .level-1 li .menu-element-link .icon-echange,
.veol #menuDeNavigation[class^=communaute-].couleur-communaute-orange .level-1 li .menu-element-link .icon-publication,
.veol #menuDeNavigation[class^=communaute-].couleur-communaute-orange .level-1 li .menu-element-link .icon-links-utile {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  background-image: url("/o/veol-2018-theme/images/edf/navigation/ico_menu_navigation_orange.png");
  background-size: auto 0.625rem;
  background-position: center 0;
  background-repeat: no-repeat;
  position: relative;
  top: -1px;
  left: -4px;
}
.veol #menuDeNavigation[class^=communaute-].couleur-communaute-vert .menu_header li:not(.active-menu).communaute-button {
  background-color: RGBA(79, 158, 48, 0.08);
}
.veol #menuDeNavigation[class^=communaute-].couleur-communaute-vert .level-1 li .menu-element-link:hover {
  background-color: RGBA(79, 158, 48, 0.08);
}
.veol #menuDeNavigation[class^=communaute-].couleur-communaute-vert .level-1 li .menu-element-link.active_element {
  background-color: RGBA(79, 158, 48, 0.08);
  border-left: solid 3px #88D910;
}
.veol #menuDeNavigation[class^=communaute-].couleur-communaute-vert .level-1 li .menu-element-link .icon-echange,
.veol #menuDeNavigation[class^=communaute-].couleur-communaute-vert .level-1 li .menu-element-link .icon-publication,
.veol #menuDeNavigation[class^=communaute-].couleur-communaute-vert .level-1 li .menu-element-link .icon-links-utile {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  background-image: url("/o/veol-2018-theme/images/edf/navigation/ico_menu_navigation_vert.png");
  background-size: auto 0.625rem;
  background-position: center 0;
  background-repeat: no-repeat;
  position: relative;
  top: -1px;
  left: -4px;
}
.erdf #menuDeNavigation[class^=communaute-] .icon-echange {
  display: inline-block;
  width: auto;
  height: 1.25rem;
  min-width: 1.375rem;
  background-image: url("/o/veol-2018-theme/images/erdf/navigation/ENEDIS-ICONS-ECHANGES.svg");
  background-repeat: no-repeat;
  background-size: auto 1.25rem;
  background-position: center;
}
.erdf #menuDeNavigation[class^=communaute-] .icon-publication {
  display: inline-block;
  width: auto;
  height: 1.25rem;
  min-width: 1.375rem;
  background-image: url("/o/veol-2018-theme/images/erdf/navigation/ENEDIS-ICONS-PUBLICATION.svg");
  background-repeat: no-repeat;
  background-size: auto 1.25rem;
  background-position: center;
}
.erdf #menuDeNavigation[class^=communaute-] .icon-links-utile {
  display: inline-block;
  width: auto;
  height: 1.25rem;
  min-width: 1.375rem;
  background-image: url("/o/veol-2018-theme/images/erdf/navigation/ENEDIS-ICONS-LINKS.svg");
  background-repeat: no-repeat;
  background-size: auto 1.25rem;
  background-position: center;
}

.veol .communaute-header .dropdown.lfr-icon-menu:not([data-value=addButton]):not([data-qa-id=addButton]) > a::after, .erdf .communaute-header .dropdown.lfr-icon-menu:not([data-value=addButton]):not([data-qa-id=addButton]) > a::after {
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-ellipsis-v-carres-blancs.svg");
}
.communaute-header.panoramique[style^=background]::after {
  content: "";
  background-color: black;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.3;
}
.veol .communaute-header .position-gauche, .veol .communaute-header.couleur-communaute-bleu .position-gauche {
  background-color: #001A70;
}
.veol .communaute-header .position-droite, .veol .communaute-header.couleur-communaute-bleu .position-droite {
  background-color: #1057C8;
}
.veol .communaute-header .modifierSupprimer.modifierSupprimer-square, .veol .communaute-header.couleur-communaute-bleu .modifierSupprimer.modifierSupprimer-square {
  background-color: transparent;
}
.veol .communaute-header .modifierSupprimer.modifierSupprimer-square .lexicon-icon, .veol .communaute-header.couleur-communaute-bleu .modifierSupprimer.modifierSupprimer-square .lexicon-icon {
  fill: white;
}
.veol .communaute-header.couleur-communaute-blanc .position-gauche {
  background-color: white;
}
.veol .communaute-header.couleur-communaute-blanc .position-droite {
  background-color: white;
}
.veol .communaute-header.couleur-communaute-blanc .modifierSupprimer.modifierSupprimer-square {
  background-color: transparent;
}
.veol .communaute-header.couleur-communaute-blanc .modifierSupprimer.modifierSupprimer-square .lexicon-icon {
  fill: #1057C8;
}
.veol .communaute-header.couleur-communaute-blanc[style*=background-image] .modifierSupprimer.modifierSupprimer-square .lexicon-icon {
  fill: white;
}
.veol .communaute-header.couleur-communaute-blanc .position-gauche .communaute-bg-gauche h2, .veol .communaute-header.couleur-communaute-blanc .position-panoramique.bgwhite .communaute-bg-gauche h2 {
  color: #001A70;
}
.veol .communaute-header.couleur-communaute-blanc .position-gauche .communaute-animateur a, .veol .communaute-header.couleur-communaute-blanc .position-panoramique.bgwhite .communaute-animateur a {
  color: #001A70 !important;
}
.veol .communaute-header.couleur-communaute-blanc .position-gauche .rejoindre-communaute-header, .veol .communaute-header.couleur-communaute-blanc .position-panoramique.bgwhite .rejoindre-communaute-header {
  background-color: #1057C8;
  color: white;
}
.veol .communaute-header.couleur-communaute-blanc .position-gauche .rejoindre-communaute-header:hover, .veol .communaute-header.couleur-communaute-blanc .position-panoramique.bgwhite .rejoindre-communaute-header:hover {
  background-color: #001A70;
  color: white;
}
.veol .communaute-header.couleur-communaute-blanc .position-gauche .dropdown.lfr-icon-menu > a::after, .veol .communaute-header.couleur-communaute-blanc .position-panoramique.bgwhite .dropdown.lfr-icon-menu > a::after {
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-ellipsis-v-carres.svg");
}
.veol .communaute-header.couleur-communaute-blanc .position-gauche .btn-count_habilitations, .veol .communaute-header.couleur-communaute-blanc .position-panoramique.bgwhite .btn-count_habilitations {
  background-color: #D6430A;
  color: white !important;
}
.veol .communaute-header.couleur-communaute-orange .position-gauche {
  background-color: #D6430A;
}
.veol .communaute-header.couleur-communaute-orange .position-droite {
  background-color: #FF861D;
}
.veol .communaute-header.couleur-communaute-orange .modifierSupprimer.modifierSupprimer-square {
  background-color: transparent;
}
.veol .communaute-header.couleur-communaute-orange .modifierSupprimer.modifierSupprimer-square .lexicon-icon {
  fill: white;
}
.veol .communaute-header.couleur-communaute-vert .position-gauche {
  background-color: #307A10;
}
.veol .communaute-header.couleur-communaute-vert .position-droite {
  background-color: #88D910;
}
.veol .communaute-header.couleur-communaute-vert .modifierSupprimer.modifierSupprimer-square {
  background-color: transparent;
}
.veol .communaute-header.couleur-communaute-vert .modifierSupprimer.modifierSupprimer-square .lexicon-icon {
  fill: white;
}
.erdf .communaute-header .position-gauche, .erdf .communaute-header.couleur-communaute-bleu .position-gauche {
  background-color: #3782d2;
}
.erdf .communaute-header .position-droite, .erdf .communaute-header.couleur-communaute-bleu .position-droite {
  background-color: #8ab6e5;
}
.erdf .communaute-header .modifierSupprimer.modifierSupprimer-square, .erdf .communaute-header.couleur-communaute-bleu .modifierSupprimer.modifierSupprimer-square {
  background-color: transparent;
}
.erdf .communaute-header .modifierSupprimer.modifierSupprimer-square .lexicon-icon, .erdf .communaute-header.couleur-communaute-bleu .modifierSupprimer.modifierSupprimer-square .lexicon-icon {
  fill: white;
}
.erdf .communaute-header.couleur-communaute-blanc .position-gauche {
  background-color: white;
}
.erdf .communaute-header.couleur-communaute-blanc .position-droite {
  background-color: white;
}
.erdf .communaute-header.couleur-communaute-blanc .modifierSupprimer.modifierSupprimer-square {
  background-color: transparent;
}
.erdf .communaute-header.couleur-communaute-blanc .modifierSupprimer.modifierSupprimer-square .lexicon-icon {
  fill: #1423DC;
}
.erdf .communaute-header.couleur-communaute-blanc[style*=background-image] .modifierSupprimer.modifierSupprimer-square .lexicon-icon {
  fill: white;
}
.erdf .communaute-header.couleur-communaute-blanc .position-gauche .communaute-bg-gauche h2, .erdf .communaute-header.couleur-communaute-blanc .position-panoramique.bgwhite .communaute-bg-gauche h2 {
  color: #1423DC;
}
.erdf .communaute-header.couleur-communaute-blanc .position-gauche .communaute-animateur a, .erdf .communaute-header.couleur-communaute-blanc .position-panoramique.bgwhite .communaute-animateur a {
  color: #1423DC !important;
}
.erdf .communaute-header.couleur-communaute-blanc .position-gauche .rejoindre-communaute-header, .erdf .communaute-header.couleur-communaute-blanc .position-panoramique.bgwhite .rejoindre-communaute-header {
  background-color: #2382D2;
  color: white;
}
.erdf .communaute-header.couleur-communaute-blanc .position-gauche .rejoindre-communaute-header:hover, .erdf .communaute-header.couleur-communaute-blanc .position-panoramique.bgwhite .rejoindre-communaute-header:hover {
  background-color: #1423DC;
  color: white;
}
.erdf .communaute-header.couleur-communaute-blanc .position-gauche .dropdown.lfr-icon-menu > a::after, .erdf .communaute-header.couleur-communaute-blanc .position-panoramique.bgwhite .dropdown.lfr-icon-menu > a::after {
  background-image: url("/o/veol-2018-theme/images/edf/icons/ico-ellipsis-v-carres.svg");
}
.erdf .communaute-header.couleur-communaute-blanc .position-gauche .btn-count_habilitations, .erdf .communaute-header.couleur-communaute-blanc .position-panoramique.bgwhite .btn-count_habilitations {
  background-color: #1423DC;
  color: white !important;
}
.erdf .communaute-header.couleur-communaute-orange .position-gauche {
  background-color: #f17a4b;
}
.erdf .communaute-header.couleur-communaute-orange .position-droite {
  background-color: #f8c0aa;
}
.erdf .communaute-header.couleur-communaute-orange .modifierSupprimer.modifierSupprimer-square {
  background-color: transparent;
}
.erdf .communaute-header.couleur-communaute-orange .modifierSupprimer.modifierSupprimer-square .lexicon-icon {
  fill: white;
}
.erdf .communaute-header.couleur-communaute-vert .position-gauche {
  background-color: #41af82;
}
.erdf .communaute-header.couleur-communaute-vert .position-droite {
  background-color: #85d2b2;
}
.erdf .communaute-header.couleur-communaute-vert .modifierSupprimer.modifierSupprimer-square {
  background-color: transparent;
}
.erdf .communaute-header.couleur-communaute-vert .modifierSupprimer.modifierSupprimer-square .lexicon-icon {
  fill: white;
}

.veol [id$=menu-flottant].couleur-communaute-bleu .menu-flottant li.active::before {
  background-color: #4d8cf1;
}
.veol [id$=menu-flottant].couleur-communaute-bleu .menu-flottant .nav > li.active a,
.veol [id$=menu-flottant].couleur-communaute-bleu .menu-flottant .nav > li > a:hover,
.veol [id$=menu-flottant].couleur-communaute-bleu .menu-flottant .nav > li > a:focus {
  background-color: RGBA(16, 87, 200, 0.08);
}
.veol [id$=menu-flottant].couleur-communaute-orange .menu-flottant li.active::before {
  background-color: #ffbd83;
}
.veol [id$=menu-flottant].couleur-communaute-orange .menu-flottant .nav > li.active a,
.veol [id$=menu-flottant].couleur-communaute-orange .menu-flottant .nav > li > a:hover,
.veol [id$=menu-flottant].couleur-communaute-orange .menu-flottant .nav > li > a:focus {
  background-color: RGBA(255, 134, 29, 0.08);
}
.veol [id$=menu-flottant].couleur-communaute-vert .menu-flottant li.active::before {
  background-color: #b6f35c;
}
.veol [id$=menu-flottant].couleur-communaute-vert .menu-flottant .nav > li.active a,
.veol [id$=menu-flottant].couleur-communaute-vert .menu-flottant .nav > li > a:hover,
.veol [id$=menu-flottant].couleur-communaute-vert .menu-flottant .nav > li > a:focus {
  background-color: RGBA(79, 158, 48, 0.08);
}
.erdf [id$=menu-flottant].couleur-communaute-bleu .menu-flottant li.active::before {
  background-color: #8ab6e5;
}
.erdf [id$=menu-flottant].couleur-communaute-bleu .menu-flottant .nav > li.active a,
.erdf [id$=menu-flottant].couleur-communaute-bleu .menu-flottant .nav > li > a:hover,
.erdf [id$=menu-flottant].couleur-communaute-bleu .menu-flottant .nav > li > a:focus {
  background-color: #deeaf7;
}
.erdf [id$=menu-flottant].couleur-communaute-orange .menu-flottant li.active::before {
  background-color: #f8c0aa;
}
.erdf [id$=menu-flottant].couleur-communaute-orange .menu-flottant .nav > li.active a,
.erdf [id$=menu-flottant].couleur-communaute-orange .menu-flottant .nav > li > a:hover,
.erdf [id$=menu-flottant].couleur-communaute-orange .menu-flottant .nav > li > a:focus {
  background-color: white;
}
.erdf [id$=menu-flottant].couleur-communaute-vert .menu-flottant li.active::before {
  background-color: #85d2b2;
}
.erdf [id$=menu-flottant].couleur-communaute-vert .menu-flottant .nav > li.active a,
.erdf [id$=menu-flottant].couleur-communaute-vert .menu-flottant .nav > li > a:hover,
.erdf [id$=menu-flottant].couleur-communaute-vert .menu-flottant .nav > li > a:focus {
  background-color: #cfede1;
}

.portlet-menu-navigation-header {
  position: relative;
}

.communaute-header {
  display: block;
  width: 100%;
  height: 8.75rem;
  position: relative;
}
.communaute-header .communaute-backgrounds {
  width: inherit;
  height: inherit;
}
.communaute-header .communaute-content {
  padding: 1rem;
}
.communaute-header .communaute-content .communaute-title a {
  color: white;
}
.communaute-header .communaute-content h2 {
  text-transform: none;
  font-size: 1.75rem;
  margin: 0 0 0.625rem 0;
  font-weight: 400;
  color: white;
}
.communaute-header .communaute-content em {
  font-style: normal;
}
.communaute-header .communaute-content .communaute-animateur a {
  color: white !important;
  font-size: 0.7375rem;
}
.communaute-header .communaute-content .communaute-animateur a, .communaute-header .communaute-content .communaute-animateur a em {
  font-style: normal;
}
.communaute-header .communaute-content .ico-info-white {
  display: inline-flex;
}
.communaute-header .position-droite,
.communaute-header .position-gauche,
.communaute-header .position-panoramique {
  display: block;
  height: inherit;
}
.communaute-header .position-droite {
  background-position: center center;
  background-size: cover;
  position: relative;
}
.communaute-header.panoramique .position-droite, .communaute-header.droite.couleur-communaute-blanc .position-droite.bgwhite {
  display: none;
}
.communaute-header .btn-count_habilitations {
  float: right;
  margin-right: 0.9375rem;
}
.communaute-header .communauteInfos-abonnement {
  display: inline-flex;
  align-items: center;
}
.communaute-header .communauteInfos-abonnement .rejoindre-communaute-header {
  font-size: 0.8125rem;
  line-height: 1.1;
  background-color: white;
  padding: 0.625rem 1rem;
}
.communaute-header .modifierSupprimer.modifierSupprimer-square {
  width: 2rem;
  height: 2rem;
  position: relative;
}

@media (max-width: 991.98px) {
  .communaute-header {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .communaute-header .communaute-content h2.ellipsis-2 {
    height: unset;
  }
  .communaute-header .modifierSupprimer.modifierSupprimer-square {
    margin-left: 0.9375rem;
  }
  .communaute-header .abonnement-desabonnement {
    display: block;
  }
}
@media (min-width: 992px) {
  .communaute-header .position-panoramique .outils-gauche, .communaute-header .position-gauche .abonnement-desabonnement {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 3.125rem;
    word-wrap: break-word;
  }
  .communaute-header .communaute-content {
    height: 8.75rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
  }
  .communaute-header .position-droite,
  .communaute-header .position-gauche,
  .communaute-header .position-panoramique {
    float: left;
  }
  .communaute-header .position-gauche, .communaute-header .position-gauche .communaute-title, .communaute-header .position-gauche .outils-gauche {
    width: 66.5%;
  }
  .communaute-header .position-droite {
    width: 33.5%;
  }
  .communaute-header .position-panoramique {
    width: 100%;
  }
  .communaute-header .communauteInfos-abonnement {
    max-width: 18.75rem;
  }
}
#column-1 > .portlet-menu-navigation-header {
  display: block;
}

.personnaliser-communaute form p.big,
.personnaliser-communaute form label.big {
  font-size: 1rem;
  font-weight: bold;
}
.personnaliser-communaute .selection-couleurs-header {
  height: auto;
  overflow: hidden;
}
.personnaliser-communaute .selection-couleurs-header label {
  font-size: 0.75rem;
  font-weight: normal;
  text-align: center;
  margin-right: 1.875rem;
}
.personnaliser-communaute .selection-couleurs-header label .double-couleur-header {
  width: 4.125rem;
  height: 4.125rem;
  border-radius: 20%;
  overflow: hidden;
}
.personnaliser-communaute .selection-couleurs-header label .double-couleur-header .couleur-1,
.personnaliser-communaute .selection-couleurs-header label .double-couleur-header .couleur-2 {
  height: inherit;
  width: 50%;
  float: left;
}
.veol .personnaliser-communaute .selection-couleurs-header label .double-couleur-header.bleu .couleur-1 {
  background-color: #001A70;
}
.veol .personnaliser-communaute .selection-couleurs-header label .double-couleur-header.bleu .couleur-2 {
  background-color: #1057C8;
}
.erdf .personnaliser-communaute .selection-couleurs-header label .double-couleur-header.bleu .couleur-1 {
  background-color: #3782d2;
}
.erdf .personnaliser-communaute .selection-couleurs-header label .double-couleur-header.bleu .couleur-2 {
  background-color: #8ab6e5;
}
.veol .personnaliser-communaute .selection-couleurs-header label .double-couleur-header.orange .couleur-1 {
  background-color: #D6430A;
}
.veol .personnaliser-communaute .selection-couleurs-header label .double-couleur-header.orange .couleur-2 {
  background-color: #FF861D;
}
.erdf .personnaliser-communaute .selection-couleurs-header label .double-couleur-header.orange .couleur-1 {
  background-color: #f17a4b;
}
.erdf .personnaliser-communaute .selection-couleurs-header label .double-couleur-header.orange .couleur-2 {
  background-color: #f8c0aa;
}
.veol .personnaliser-communaute .selection-couleurs-header label .double-couleur-header.vert .couleur-1 {
  background-color: #307A10;
}
.veol .personnaliser-communaute .selection-couleurs-header label .double-couleur-header.vert .couleur-2 {
  background-color: #88D910;
}
.erdf .personnaliser-communaute .selection-couleurs-header label .double-couleur-header.vert .couleur-1 {
  background-color: #41af82;
}
.erdf .personnaliser-communaute .selection-couleurs-header label .double-couleur-header.vert .couleur-2 {
  background-color: #85d2b2;
}
.personnaliser-communaute .tabular-list-group .list-group-item-content,
.personnaliser-communaute .tabular-list-group .list-group-item-field {
  border: none;
  padding-top: 0;
}
.personnaliser-communaute .tabular-list-group .list-group-item-field {
  width: 10%;
}

.management-bar {
  margin-bottom: 1.25rem;
  min-height: 3.125rem;
  position: relative;
}

.management-bar::after {
  clear: both;
  content: "";
  display: block;
}

.management-bar + .subnav-tbar-primary {
  margin-bottom: 1.25rem;
  margin-top: -1.25rem;
}

.management-bar .add-menu {
  z-index: inherit;
}

.management-bar .btn-action, .management-bar .btn-action-secondary > .btn {
  color: #fff;
  height: 2.1rem;
  line-height: 2.1rem;
  width: 2.1rem;
}

.management-bar .checkbox, .management-bar .radio {
  margin-bottom: 0;
  margin-top: 0;
}

.management-bar .checkbox label, .management-bar .radio label {
  display: block;
}

.management-bar .input-checkbox-wrapper {
  position: static;
}

.management-bar .btn-link, .management-bar .main-site .btn.btn-cancel, .main-site .management-bar .btn.btn-cancel,
.management-bar .button-wrapper .btn.btn-cancel,
.button-wrapper .management-bar .btn.btn-cancel,
.management-bar .modal-footer .btn.btn-cancel,
.modal-footer .management-bar .btn.btn-cancel,
.management-bar .button-holder .btn.btn-cancel,
.button-holder .management-bar .btn.btn-cancel,
.management-bar .dialog-footer .btn.btn-cancel,
.dialog-footer .management-bar .btn.btn-cancel,
.management-bar .popin-footer .btn.btn-cancel,
.popin-footer .management-bar .btn.btn-cancel {
  color: #6b6c7e;
}

.management-bar .management-bar-nav > li > .btn, .management-bar .management-bar-nav > .dropdown > .btn, .management-bar-header > .btn, .management-bar-header-right > .btn, .management-bar-header > .dropdown, .management-bar-header-right > .dropdown {
  margin: 0.53125rem 0 0.53125rem 1rem;
  padding: 0;
}

@media (min-width: 768px) {
  .management-bar .management-bar-nav > li > .btn, .management-bar .management-bar-nav > .dropdown > .btn, .management-bar-header > .btn, .management-bar-header-right > .btn, .management-bar-header > .dropdown, .management-bar-header-right > .dropdown {
    margin: 13px 0 13px 15px;
  }
}
.management-bar-header > .dropdown, .management-bar-header-right > .dropdown {
  float: left;
}

.management-bar-header > .dropdown > a, .management-bar-header-right > .dropdown > a {
  padding: 0;
}

.container > .management-bar-header, .container > .management-bar-collapse, .container-fluid > .management-bar-header, .container-fluid > .management-bar-collapse {
  margin-left: -1rem;
  margin-right: -1rem;
}

@media (min-width: 768px) {
  .container > .management-bar-header, .container > .management-bar-collapse, .container-fluid > .management-bar-header, .container-fluid > .management-bar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
}
.container-fluid-1280 .management-bar-header-right {
  margin-right: 0;
  position: relative;
}

.management-bar-header > .checkbox, .management-bar-header > .radio, .management-bar-header-right > .checkbox, .management-bar-header-right > .radio, .management-bar-nav > li > .checkbox, .management-bar-nav > li > .radio {
  float: left;
  padding-bottom: 0.78125rem;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.78125rem;
}

@media (min-width: 768px) {
  .management-bar-header > .checkbox, .management-bar-header > .radio, .management-bar-header-right > .checkbox, .management-bar-header-right > .radio, .management-bar-nav > li > .checkbox, .management-bar-nav > li > .radio {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
.management-bar-nav > li > .basic-search, .management-bar-nav > li > .form {
  padding-left: 20px;
  padding-top: 12px;
}

.management-bar-nav > li > .basic-search .input-group-btn .btn-secondary, .management-bar-nav > li > .form .input-group-btn .btn-secondary {
  background-color: #f1f2f5;
  border-color: #e7e7ed;
}

.management-bar-nav > li > .basic-search .form-control, .management-bar-nav > li > .form .form-control {
  border-right-color: transparent;
  width: 100%;
}

.management-bar-nav .basic-search-slider {
  left: inherit;
}

.management-bar-nav .basic-search-slider .basic-search-close {
  display: none;
}

.management-bar-header {
  float: left;
}

.management-bar-header::after {
  clear: both;
  content: "";
  display: block;
}

.management-bar-header-right {
  float: right;
  margin-right: 1rem;
}

.management-bar-header-right > a, .management-bar-header-right > span {
  display: block;
  float: left;
  padding: 0.90625rem 1rem;
}

@media (min-width: 768px) {
  .management-bar-header-right > a, .management-bar-header-right > span {
    padding-bottom: 1.21875rem;
    padding-top: 1.21875rem;
  }
}
.management-bar-header-right .btn-secondary:not([disabled]):not(.disabled).active, .management-bar-header-right .nav-underline .tab.active a.btn-secondary:not([disabled]):not(.disabled), .nav-underline .tab.active .management-bar-header-right a.btn-secondary:not([disabled]):not(.disabled) {
  border-color: transparent;
}

.management-bar-header-item {
  float: left;
  height: 3.125rem;
  padding: 0.90625rem 1rem;
}

.management-bar-header-item:hover, .management-bar-header-item:focus {
  text-decoration: none;
}

.management-bar-header-item > img {
  display: block;
}

@media (min-width: 768px) {
  .management-bar > .container .management-bar-header-item, .management-bar > .container-fluid .management-bar-header-item {
    margin-left: -1rem;
  }
}
.management-bar-item-title {
  display: inline-block;
  float: left;
  margin-right: 5px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

a:hover .management-bar-item-title {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .management-bar-item-title {
    max-width: 180px;
  }
}
.management-bar-toggle {
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  float: right;
  margin-right: 1rem;
  padding: 9px 10px;
  position: relative;
}

@media (min-width: 768px) {
  .management-bar-toggle {
    display: none;
  }
}
.management-bar-toggle:focus {
  outline: 0;
}

.management-bar-toggle-link {
  border-radius: 0;
  border-width: 0;
}

.management-bar-toggle-link.management-bar-toggle {
  margin: 0;
  padding: 0.90625rem 1rem;
}

.management-bar-toggle-link:focus, .management-bar-toggle-link:hover {
  text-decoration: none;
}

.management-bar-toggle-left {
  float: left;
  padding: 0.375rem 10px;
}

.management-bar-collapse {
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  overflow-x: visible;
  padding-left: 1rem;
  padding-right: 1rem;
}

.management-bar-collapse::after {
  clear: both;
  content: "";
  display: block;
}

@media (max-width: 767.98px) {
  .management-bar-collapse {
    background-color: #fff;
    border-color: transparent;
    border-style: solid;
    border-width: 0 0 0.0625rem 0;
    border-width: 1px 0;
    box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.7);
    clear: both;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 1001;
  }
}
@media (min-width: 768px) {
  .management-bar-collapse {
    border-top-width: 0;
    box-shadow: none;
    clear: none;
    float: left;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
    width: auto;
  }
}
@media (min-width: 768px) {
  .management-bar-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 0;
  }
}
.management-bar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .management-bar-collapse.in {
    overflow-y: visible;
  }
}
.management-bar-collapse .management-bar-nav > .dropdown > .dropdown-toggle {
  display: flex;
}

@media (max-width: 767.98px) {
  .management-bar-collapse .management-bar-nav > .dropdown > .dropdown-menu {
    position: relative !important;
    transform: none !important;
  }
}
.management-bar-nav {
  margin: 0.453125rem -1rem;
}

@media (min-width: 768px) {
  .management-bar-nav {
    float: left;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .management-bar-nav > li {
    float: left;
  }
}
.management-bar-nav > li > a, .management-bar-nav > li > span {
  display: block;
  padding: 0.90625rem 1rem;
}

@media (min-width: 768px) {
  .management-bar-nav > li > a, .management-bar-nav > li > span {
    padding-bottom: 19.5px;
    padding-top: 19.5px;
  }
}
.management-bar-nav > li > .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .management-bar-nav .open .dropdown-menu {
    background-color: transparent;
    border-width: 0;
    box-shadow: none;
    float: none;
    margin-top: 0;
    max-width: none;
    position: static;
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .management-bar-nav .open .dropdown-menu > li > a, .management-bar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
}
@media (max-width: 767.98px) {
  .management-bar-nav .open .dropdown-menu > li > a:hover, .management-bar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
.management-bar-no-collapse .management-bar-nav {
  float: left;
  margin: 0;
}

.management-bar-no-collapse .management-bar-nav > li {
  float: left;
  margin-left: -1px;
}

.management-bar-no-collapse .management-bar-nav > li:first-child {
  margin-left: 0;
}

.management-bar-no-collapse .management-bar-nav .dropdown-menu {
  background-color: #fff;
  border-color: #e7e7ed;
  border-style: solid;
  border-width: 0;
  box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
  position: absolute;
}

.management-bar-no-collapse .management-bar-nav-right {
  float: right;
  margin-right: 1rem;
}

.management-bar-no-collapse .container-fluid-1280 .management-bar-nav-right {
  margin-right: 0;
}

.management-bar-default .management-bar-collapse {
  border-color: transparent;
}

@media (max-width: 767.98px) {
  .management-bar-default .management-bar-collapse {
    background-color: #fff;
    border-color: transparent;
  }
}
.management-bar-default .management-bar-toggle-left {
  color: #272833;
}

.management-bar-default a, .management-bar-default .management-bar-text, .management-bar-default .management-bar-nav > li > a, .management-bar-default .management-bar-nav > .dropdown > a {
  color: #6b6c7e;
}

.management-bar-default .management-bar-nav > li > a:hover, .management-bar-default .management-bar-nav > .dropdown > a:hover {
  background-color: rgba(39, 40, 51, 0.03);
  color: #6b6c7e;
}

.management-bar-default .management-bar-nav > li > a:focus, .management-bar-default .management-bar-nav > .dropdown > a:focus, .management-bar-default .management-bar-nav .open > a, .management-bar-default .management-bar-nav .open > a:focus, .management-bar-default .management-bar-nav .open > a:hover {
  background-color: #eee;
  color: #272833;
}

.management-bar-default .management-bar-nav > .disabled > a, .management-bar-default .management-bar-nav > .disabled > a:focus, .management-bar-default .management-bar-nav > .disabled > a:hover {
  background-color: transparent;
  color: #a7a9bc;
}

.management-bar-default .btn-secondary, .management-bar-default .nav > li > .btn-secondary {
  background-color: transparent;
  border-color: transparent;
  color: #6b6c7e;
}

.management-bar-default .btn-secondary:focus, .management-bar-default .btn-secondary:hover, .management-bar-default .nav > li > .btn-secondary:focus, .management-bar-default .nav > li > .btn-secondary:hover {
  background-color: rgba(39, 40, 51, 0.03);
  border-color: transparent;
  color: #272833;
}

.management-bar-default .btn-secondary:active, .management-bar-default .btn-secondary.active, .management-bar-default .nav-underline .tab.active a.btn-secondary, .nav-underline .tab.active .management-bar-default a.btn-secondary, .management-bar-default .nav > li > .btn-secondary:active, .management-bar-default .nav > li > .btn-secondary.active, .management-bar-default .nav-underline .tab.active .nav > li > a.btn-secondary, .nav-underline .tab.active .management-bar-default .nav > li > a.btn-secondary {
  background-color: rgba(39, 40, 51, 0.03);
  border-color: transparent;
  color: #272833;
}

.management-bar-default .dropdown.open .btn-secondary, .management-bar-default .dropdown.open .btn-secondary:focus {
  background-color: rgba(39, 40, 51, 0.03);
  border-color: transparent;
  color: #272833;
}

.management-bar-nav {
  display: block;
}

@media (max-width: 767.98px) {
  .management-bar-nav > li {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .management-bar-nav .dropdown-menu {
    background-color: transparent;
    border-width: 0;
    box-shadow: none;
    max-width: none;
    position: relative;
    width: 100%;
  }
}
.management-bar-header .form-inline input[type=checkbox] {
  margin-left: -1.25rem;
}

@media (min-width: 768px) {
  .management-bar-nav > li > .dropdown-toggle {
    padding-bottom: 1.21875rem;
    padding-top: 1.21875rem;
  }
}
.management-bar-secondary-bar {
  background-color: #f0f5ff;
  border-bottom: 1px solid #0b5fff;
}

.management-bar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.management-bar-default .btn-default,
.management-bar-default .nav > li > .btn-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
  color: #777;
}

.management-bar-nav > li > a,
.management-bar-nav > li > span {
  display: block;
  padding: 1.25rem 0.9375rem;
}

.management-bar-collapse .management-bar-nav > .dropdown > .dropdown-toggle {
  display: block;
}

.col-navigation {
  vertical-align: top;
}
.col-navigation.communaute {
  padding: 0 !important;
  background: white;
}
.col-navigation.portail {
  padding: 0 !important;
  background: #fff;
}

#wrapper {
  padding-top: 0;
  padding-left: 0px;
  padding-right: 0px;
}

.header-left {
  position: relative;
}
.header-left .logo-header-wrapper {
  width: 17.5625rem;
  text-align: center;
}
.header-left .logo-header-wrapper img {
  max-width: 7.1875rem;
  width: auto;
  height: auto;
  max-height: 3.75rem;
}
.header-left .logo-header-wrapper p {
  margin: 0;
}
.header-left .cloche-fleche-wrapper {
  width: 2.875rem;
  height: 5.4375rem;
}
.header-left .cloche-fleche-wrapper .bg-cloche-fleche {
  filter: drop-shadow(rgba(0, 0, 0, 0.15) 0px 4px 8px);
  position: absolute;
  display: block;
}
.header-left .cloche-fleche-wrapper #notifs_cloche, .header-left .cloche-fleche-wrapper #user_fleche {
  display: flex;
  height: 50%;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.header-left .cloche-fleche-wrapper #notifs_cloche:hover i, .header-left .cloche-fleche-wrapper #user_fleche:hover i {
  border-radius: 50%;
}
.veol .header-left .cloche-fleche-wrapper #notifs_cloche:hover i, .veol .header-left .cloche-fleche-wrapper #user_fleche:hover i {
  background-color: rgba(254, 87, 22, 0.2);
}
.erdf .header-left .cloche-fleche-wrapper #notifs_cloche:hover i, .erdf .header-left .cloche-fleche-wrapper #user_fleche:hover i {
  background-color: #daddfc;
}
.header-left .cloche-fleche-wrapper #notifs_cloche #mesnotificationscount {
  position: absolute;
  top: 0;
  left: 1.875rem;
  font-size: 0.75rem;
  color: white;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  border-radius: 50%;
  text-align: center;
  background-color: var(--notif-count-bg-color);
}

.user_content .list-group {
  margin-bottom: 0;
  font-size: 1rem;
}
.user_content .list-group .list-group-item {
  height: 2.5rem;
  padding: 0;
}
.user_content .list-group .list-group-item:first-of-type {
  height: 3.125rem;
}
.user_content .list-group .list-group-item .autofit-col {
  justify-content: center;
}
.user_content .portlet-language .portlet {
  margin: 0;
}
.user_content .portlet-language .portlet .portlet-content {
  height: 2.5rem;
}
.user_content .portlet-language .list-group-item a {
  display: block;
}
.taglib-language-option {
  background: none !important;
}

.searchbar-wrapper {
  vertical-align: middle;
  position: relative;
  z-index: 12;
}
.searchbar-wrapper .portlet {
  margin: 0;
}
.searchbar-wrapper .portlet .form-group {
  margin: 0;
}

footer {
  padding: 2rem 0;
  background: white;
}
footer ul,
footer li {
  list-style-type: none;
}
footer li {
  float: left;
  margin-right: 0.5rem;
}
footer li:not(:first-child):not(:last-child):after {
  content: "|";
  padding-left: 0.5em;
  color: #1057C8;
}
footer li a {
  font-size: 0.875rem;
}

.logo-footer-wrapper {
  width: 17.5625rem;
}
.logo-footer-wrapper img {
  margin-left: 0.9375rem;
  max-width: 9.375rem;
  max-height: 4.0625rem;
  width: auto;
  height: auto;
}

.acces-intranet {
  margin-left: 2.4375rem;
  margin-right: 1rem;
}
.acces-intranet a p {
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 0;
  padding: 0.5rem 0.625rem;
  line-height: 1.2;
}
.acces-intranet .acces-intranet-fleche-bleue {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background: #1057C8;
}

.portlet-menu-navigation #menuDeNavigation {
  width: 17.5625rem;
  border-right: solid 1px #ccc;
  padding-top: 1.25rem;
}
.portlet-menu-navigation #menuDeNavigation .menu_header {
  margin-left: 2.1875rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
}
.portlet-menu-navigation #menuDeNavigation .menu_header .btn.btn-neutre {
  font-size: 0.875rem;
}

#menuPortail, .menu_communaute {
  margin-left: 2.1875rem;
}
#menuPortail .wrapper-ico, .menu_communaute .wrapper-ico {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#menuPortail span.int_menu.libele, .menu_communaute span.int_menu.libele {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #333333;
}
#menuPortail .level-1 > li .menu-element-link, .menu_communaute .level-1 > li .menu-element-link {
  display: inline-flex;
  width: 100%;
  align-items: center;
  border-left: solid 3px transparent;
  position: relative;
}
#menuPortail .level-1 > li .menu-element-link a, .menu_communaute .level-1 > li .menu-element-link a {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 0.3125rem 1rem;
}
#menuPortail .level-1 > li .menu-element-link a:hover, .menu_communaute .level-1 > li .menu-element-link a:hover {
  text-decoration: none;
}
.veol #menuPortail .level-1 > li .menu-element-link a, .veol .menu_communaute .level-1 > li .menu-element-link a {
  color: #333333;
}
.erdf #menuPortail .level-1 > li .menu-element-link a, .erdf .menu_communaute .level-1 > li .menu-element-link a {
  color: #4b5156;
}
#menuPortail .level-1 > li .menu-element-link a .typegroup, .menu_communaute .level-1 > li .menu-element-link a .typegroup {
  font-weight: normal;
  font-size: 12px;
  color: #999;
}

#menuPortail .level-1 {
  flex-direction: column;
}
#menuPortail .level-1 > li > ul {
  margin-left: 2rem;
  margin-bottom: 2rem;
}
#menuPortail .level-1 > li > ul, #menuPortail .level-1 > li > ul > li > ul {
  flex-direction: column;
}
#menuPortail .level-1 > li .menu-element-link[class^=element-]:hover {
  background-color: white;
}
#menuPortail .level-1 > li .menu-element-link[class^=element-] .avatar-mini {
  margin-right: 0;
}
#menuPortail .level-1 > li .menu-element-link[class^=element-] span.int_menu.libele {
  padding-left: 1rem;
}
#menuPortail .level-1 > li .menu-element-link a {
  min-height: 1.75rem;
  display: block;
  width: 100%;
}
#menuPortail .level-1 > li .level-2 .menu-element-link a {
  font-size: 0.875rem;
}
#menuPortail .level-1 > li .level-2 .menu-element-link a.chevron {
  height: 2.5rem;
  display: block;
}
.veol #menuPortail .level-1 > li .level-2 .menu-element-link a {
  font-weight: 600;
  padding-left: 2.5rem;
}
.erdf #menuPortail .level-1 > li .level-2 .menu-element-link a {
  font-weight: 400;
}
#menuPortail .level-1 > li .level-2 .level-3 .menu-element-link a {
  font-size: 0.825rem;
  font-weight: normal;
  padding: 0.1875rem 0;
}
#menuPortail .level-1 > li .level-2 .level-3 .menu-element-link a.chevron {
  height: 1.5rem;
}
.veol #menuPortail .level-1 > li .level-2 .level-3 .menu-element-link a {
  padding-left: 3.125rem;
}
.veol #menuPortail .level-1 > li .level-2 .level-3 .menu-element-link a .angle-up.collapse-icon-open,
.veol #menuPortail .level-1 > li .level-2 .level-3 .menu-element-link a .angle-down.collapse-icon-closed {
  top: 9px;
}
.erdf #menuPortail .level-1 > li .level-2 .level-3 .menu-element-link a {
  padding: 0.3rem 3rem;
}
#menuPortail .level-1 li.communaute-officielle span:hover {
  text-decoration: none;
}
#menuPortail span.pastille-nouveau-posts {
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  text-align: center;
  margin-left: 0.625rem;
  margin-top: 0.1875rem;
}
.veol #menuPortail span.pastille-nouveau-posts {
  background-color: #D6430A;
}
.erdf #menuPortail span.pastille-nouveau-posts {
  background-color: #1423DC;
}
.erdf #menuPortail .level-2 li {
  background-color: white;
}
.erdf #menuPortail .level-3 li {
  background-color: #f6f6fe;
}

.menu_communaute .wrapper-ico + a {
  margin-left: 0.25rem;
}
.menu_communaute .nav {
  display: block;
}
.menu_communaute .nav > li > .menu-element-link > a:focus:not(:hover, .chevron) {
  background: none;
}
.menu_communaute .level-1 > li .menu-element-link:hover {
  cursor: pointer;
}
.menu_communaute .level-1 > li .menu-element-link span[class^=collapse-icon-] {
  top: 0.5625rem;
}
.menu_communaute .level-1 > li .menu-element-link a:not(.chevron) {
  width: 98%;
  height: 100%;
  display: inline-block;
}
.menu_communaute .level-1 > li .menu-element-link a.lien {
  width: 85%;
  float: left;
  height: 100%;
  display: block;
}
.menu_communaute .level-1 > li .menu-element-link a.chevron {
  padding: 0 !important;
}
.erdf .menu_communaute .level-1 > li .menu-element-link:hover, .erdf .menu_communaute .level-1 > li .menu-element-link.active_element {
  background-color: #daddfc;
}
.erdf .menu_communaute .level-1 > li .menu-element-link.active_element {
  border-left: solid 3px #1057C8;
}
.menu_communaute .level-1 > li .level-2 {
  margin-left: 2rem;
  margin-bottom: 2rem;
}
.menu_communaute .level-1 > li .level-2 .menu-element-link a.chevron {
  display: inline-block;
  height: 2rem;
  width: 1rem;
  position: absolute;
}
.menu_communaute .level-1 > li .level-2 .level-3 .menu-element-link a {
  font-size: 0.825rem;
  font-weight: normal;
  padding: 0.1875rem 0;
}
.menu_communaute .level-1 > li .level-2 .level-3 .menu-element-link a.chevron {
  height: 1.5rem;
}
.veol .menu_communaute .level-1 > li .level-2 .level-3 .menu-element-link a {
  padding-left: 3.125rem;
}
.veol .menu_communaute .level-1 > li .level-2 .level-3 .menu-element-link a .angle-up.collapse-icon-open,
.veol .menu_communaute .level-1 > li .level-2 .level-3 .menu-element-link a .angle-down.collapse-icon-closed {
  top: 9px;
}
.erdf .menu_communaute .level-1 > li .level-2 .level-3 .menu-element-link a {
  padding: 0.3rem 3rem;
}
.menu_communaute .level-1 li.communaute-officielle span:hover {
  text-decoration: none;
}
.erdf .menu_communaute .level-3 li {
  background-color: #f6f6fe;
}
.menu_communaute .nouveau-service {
  font-weight: 600;
  color: #FFB210;
  margin-left: 22px;
  font-size: 0.875rem;
  text-transform: uppercase;
}

#menu-button-burger {
  position: relative;
  width: 32px;
  height: 24px;
}
#menu-button-burger input {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
#menu-button-burger input:checked + span {
  background: transparent;
}
#menu-button-burger input:checked + span:after {
  transform: rotate(45deg) translate(-1px, -8px);
}
#menu-button-burger input:checked + span:before {
  transform: rotate(-45deg) translate(-4px, 12px);
}
#menu-button-burger span {
  margin-top: 0.625rem;
}
#menu-button-burger span, #menu-button-burger span:before, #menu-button-burger span:after {
  position: absolute;
  width: 100%;
  height: 4px;
  background: white;
}
#menu-button-burger span:before, #menu-button-burger span:after {
  content: "";
  top: -9px;
  transition: 0.3s;
}
#menu-button-burger span:after {
  top: 9px;
}

.portlet-menu-navigation .categorie-group {
  border-right: solid 1px #ddd;
  border-left: solid 1px #ddd;
}
.portlet-menu-navigation .categorie-group li:first-child .categorie-up {
  visibility: hidden;
}
.portlet-menu-navigation .categorie-group li:last-child .categorie-down {
  visibility: hidden;
}
.portlet-menu-navigation .categorie-group .indicateurs_ordre {
  float: right;
  position: relative;
  top: 0.6875rem;
}
.portlet-menu-navigation .categorie-group .list-group-item {
  padding: 0;
}
.portlet-menu-navigation .categorie-group .list-group-item .autofit-col {
  padding: 0.1875rem 0 0.1875rem 0.75rem;
}
.portlet-menu-navigation .categorie-group .autofit-col:last-child {
  border-right-width: 0.0625rem;
  padding-right: 0.625rem;
  border-right-color: white;
}
.portlet-menu-navigation .categorie-group .autofit-col:not(.autofit-col-expand) {
  padding: 0.1875rem;
}
.portlet-menu-navigation .categorie-group .btn.btn-up,
.portlet-menu-navigation .categorie-group .btn.btn-down {
  padding: 0;
}
.portlet-menu-navigation .categorie-group .toggle-is-opened {
  margin-left: 1rem;
}
.portlet-menu-navigation .categorie-group .toggle-is-opened .form-group {
  margin-bottom: 0;
}
.portlet-menu-navigation .categorie-group .toggle-is-opened .toggle-switch {
  height: 1.25rem;
}
.portlet-menu-navigation .categorie-group .toggle-is-opened .toggle-switch ~ .toggle-switch-bar {
  height: 1.25rem;
  line-height: 1.25rem;
}
.portlet-menu-navigation .categorie-group .toggle-is-opened .toggle-switch ~ .toggle-switch-bar::after {
  height: 0.75rem;
  width: 0.75rem;
}
.portlet-menu-navigation .categorie-group .toggle-is-opened .toggle-switch:checked ~ .toggle-switch-bar::after {
  left: 1.5rem;
}
.portlet-menu-navigation .categorie-group .categorie-group {
  border-left: solid 0.125rem grey;
  border-right: solid 0.125rem #ddd;
  margin-top: 0.625rem;
}
.portlet-menu-navigation .communaute-button-hide {
  background: #ecf0f3 !important;
}
.portlet-menu-navigation .portlet-content-editable {
  border-width: 0 !important;
}
.portlet-menu-navigation .menu_header li.communaute-button-hide button i {
  background: none;
}
.portlet-menu-navigation .menu-element-link .icon-cog {
  float: right;
  position: absolute;
  right: 0.9375rem;
  top: 1rem;
}
.portlet-menu-navigation #menuDeNavigation .nav .menu-element-link .menu-element-link-cog {
  width: 0.9375rem;
}

.largeFocus {
  position: initial !important;
  margin-top: 0.5rem;
}

.modal-dialog h3 {
  margin: 0;
}
.modal-dialog.modal-height-full {
  height: 95%;
}
.modal-dialog .modal-body.modal-body-iframe {
  padding: 0; /* aucun padding car c'est l'iframe qui gere. */
  height: auto;
  overflow: hidden; /* c'est l'iframe qui gere sa scrollbar verticale */
}
.modal-dialog .modal-body.modal-body-iframe iframe {
  position: relative; /* clay ajoute un absolute qui pete tout */
}

.portal-popup {
  background-color: white;
}
.portal-popup .columns-max > .portlet-layout.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.portal-popup .columns-max > .portlet-layout.row > .portlet-column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.portal-popup .columns-max > .portlet-layout.row > .portlet-column .portlet-fil-twitter {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.portal-popup .portlet-body, .portal-popup .portlet-boundary, .portal-popup .portlet-column, .portal-popup .portlet-layout {
  height: auto !important;
}

.modalZoomImage {
  position: fixed; /* Stay in place */
  z-index: 801; /* elevé à cause de ".searchbar-wrapper" */
  padding: 0.625rem;
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
  display: flex; /*pour centrer verticalement*/
  /* Modal Content (image) */
}
.modalZoomImage .zoom-close, .modalZoomImage .zoom-video-player .zoom-video-close, .zoom-video-player .modalZoomImage .zoom-video-close {
  z-index: 802;
}
.modalZoomImage .modal-content {
  margin: auto;
  display: flex;
  max-width: 100%; /* largeur maximum de l'image pour ne pas pixeliser*/
  max-height: 100%; /* hauteur maximum de l'image pour ne pas pixeliser*/
  width: auto; /* pour contrarier clay*/
  object-fit: contain;
}
@media (max-width: 1024px) {
  .modalZoomImage .zoom-close.icon-remove, .modalZoomImage .zoom-video-player .icon-remove.zoom-video-close, .zoom-video-player .modalZoomImage .icon-remove.zoom-video-close {
    right: 20px;
  }
}

/* footer des popins collés en bas - La partie scrollée passe en dessous.*/
.popin-footer {
  bottom: 0;
  left: 0;
  padding: 0.9375rem 1.875rem 0.9375rem;
  border-top: 0.0625rem solid #e5e5e5;
  position: fixed;
  width: 100%;
  background-color: white;
  text-align: right;
}

.portal-popup form.with-popin-footer,
form.with-popin-footer {
  padding: 0.625rem 0 1.25rem 0;
  height: 100%;
  padding-bottom: 5rem;
}

/*
"modal-full-screen" est une modal sans iframe et n'accepte pas un enfant en "position:fixed"
il faut redéfinir le contexte pour pouvoir fixer A L INTERIEUR DE la modal
http://stackoverflow.com/questions/25824749/why-webkit-transform-translate3d0-0-0-messes-up-with-fixed-childs
The transform: translate(0, 0); on the .modal-dialog creates a new stacking context and a containing block for fixed-position descendants.
*/
.modal-dialog.modal-full-screen {
  transform: translate(0, 0);
}
.modal-dialog.modal-full-screen .modal-content .popin-footer {
  width: calc(100% - 2px);
  left: 1px;
}

/*pour avoir "annuler" puis "submit" par défaut
 nécessite d'inverser les boutons (submit en premier) dans les jsp custom */
.portal-popup form {
  background: #fff;
  padding-bottom: 4rem;
}
.portal-popup .portlet-configuration-edit-permissions form {
  padding-bottom: 0;
}
.portal-popup .dialog-footer {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  bottom: 0;
  display: flex;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
  z-index: 1020;
  flex-direction: row-reverse;
  justify-content: flex-start;
}

.portlet-decorate > .portlet > .portlet-content {
  background: none;
  border: none;
  padding: 0;
}
.portlet-decorate > .portlet > .portlet-content .portlet-content-container {
  background: #fff;
  padding: 1rem;
}
body.controls-visible .portlet-decorate > .portlet:hover > .portlet-content.portlet-content-editable {
  border-style: solid;
}

.portlet-border-title-above .portlet-content {
  background: none;
  padding: 0;
}
.portlet-border-title-above .portlet-content h2.portlet-title-text {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.portlet-border-title-above .portlet-content .portlet-content-container {
  background: #fff;
  padding: 1rem;
  border: solid 0.0625rem #E0E0E0;
}

.portlet-borderless .portlet-content {
  padding: 0;
}
.portlet-borderless .portlet-content h2.portlet-title-text {
  display: none;
}
.portlet-borderless .portlet-content .portlet-content-container {
  background: white;
  border: none;
  padding: 1rem;
}

.portlet-borderless-title-above {
  margin-top: 4.6875rem;
}
.portlet-borderless-title-above .portlet-content {
  padding: 0;
}
.portlet-borderless-title-above .portlet-content h2.portlet-title-text {
  display: none;
}
.portlet-borderless-title-above .portlet-content h2:not(.portlet-title-text) {
  display: block;
  margin-top: -2.8125rem;
  margin-left: -1rem;
}
.portlet-borderless-title-above .portlet-content .portlet-content-container {
  background: white;
  border: none;
  padding: 1rem;
}

.portlet-separated.portlet-nested-portlets > .portlet > .portlet-content {
  padding: 0;
}
.portlet-separated.portlet-nested-portlets > .portlet > .portlet-content > div > div > h2.portlet-title-text {
  display: none;
}
.portlet-separated.portlet-nested-portlets > .portlet > .portlet-content > .portlet-content-container {
  background: white;
  border: none;
  padding: 1rem 0;
}
.portlet-separated.portlet-nested-portlets > .portlet > .portlet-content .columns-2 > .row {
  margin: 0 !important;
}
.portlet-separated.portlet-nested-portlets > .portlet > .portlet-content .portlet-layout.row {
  width: 100%;
}
@media (min-width: 431px) {
  .portlet-separated.portlet-nested-portlets > .portlet > .portlet-content .portlet-layout.row .portlet-column.portlet-column-first {
    border-right: solid 0.0625rem #cecece;
    padding-left: 0 !important;
    padding-right: 30px !important;
  }
  .portlet-separated.portlet-nested-portlets > .portlet > .portlet-content .portlet-layout.row .portlet-column.portlet-column-last {
    padding-right: 0 !important;
    padding-left: 1.875rem !important;
  }
}

.portlet-barebone > .portlet > .portlet-content {
  padding: 0;
  border: none;
}
.portlet-barebone > .portlet > .portlet-content > div > div > h2.portlet-title-text {
  display: none !important;
}
.portlet-barebone > .portlet > .portlet-content > .portlet-content-container {
  background: none;
  border: none;
}
body.controls-visible .portlet-barebone > .portlet:hover > .portlet-content.portlet-content-editable {
  border-style: solid;
}

.portlet-encadre .portlet-content {
  padding: 0;
}
.portlet-encadre .portlet-content .portlet-content-container {
  background: none;
  border: none;
}

.portlet-souligne .portlet-content {
  padding: 0;
}
.portlet-souligne .portlet-content .portlet-content-container {
  background: none;
  border: none;
}

.portlet-titrage .portlet-header > .autofit-col.autofit-col-expand {
  flex-direction: row;
  align-items: center;
}
.portlet-titrage .portlet-header > .autofit-col.autofit-col-expand h2.portlet-title-text {
  color: #1057C8;
}
.portlet-titrage .portlet-header > .autofit-col.autofit-col-expand h2.portlet-title-text ~ .vignette {
  background-color: #1057C8;
}
.portlet-barebone .portlet-titrage .portlet-header > .autofit-col.autofit-col-expand h2.portlet-title-text {
  display: inline-flex;
}

.portlet-titrage-orange .portlet-header > .autofit-col.autofit-col-expand {
  flex-direction: row;
  align-items: center;
}
.portlet-titrage-orange .portlet-header > .autofit-col.autofit-col-expand h2.portlet-title-text {
  color: #D6430A;
}
.portlet-titrage-orange .portlet-header > .autofit-col.autofit-col-expand h2.portlet-title-text ~ .vignette {
  background-color: #D6430A;
}
.portlet-barebone .portlet-titrage-orange .portlet-header > .autofit-col.autofit-col-expand h2.portlet-title-text {
  display: inline-flex;
}

.portlet-titrage-vert .portlet-header > .autofit-col.autofit-col-expand {
  flex-direction: row;
  align-items: center;
}
.portlet-titrage-vert .portlet-header > .autofit-col.autofit-col-expand h2.portlet-title-text {
  color: #307A10;
}
.portlet-titrage-vert .portlet-header > .autofit-col.autofit-col-expand h2.portlet-title-text ~ .vignette {
  background-color: #307A10;
}
.portlet-barebone .portlet-titrage-vert .portlet-header > .autofit-col.autofit-col-expand h2.portlet-title-text {
  display: inline-flex;
}

.portlet-titrage-gris .portlet-header > .autofit-col.autofit-col-expand {
  flex-direction: row;
  align-items: center;
}
.portlet-titrage-gris .portlet-header > .autofit-col.autofit-col-expand h2.portlet-title-text {
  color: #666666;
}
.portlet-titrage-gris .portlet-header > .autofit-col.autofit-col-expand h2.portlet-title-text ~ .vignette {
  background-color: #666666;
}
.portlet-barebone .portlet-titrage-gris .portlet-header > .autofit-col.autofit-col-expand h2.portlet-title-text {
  display: inline-flex;
}

.portlet-titrage-noir .portlet-header > .autofit-col.autofit-col-expand {
  flex-direction: row;
  align-items: center;
}
.portlet-titrage-noir .portlet-header > .autofit-col.autofit-col-expand h2.portlet-title-text {
  color: black;
}
.portlet-titrage-noir .portlet-header > .autofit-col.autofit-col-expand h2.portlet-title-text ~ .vignette {
  background-color: black;
}
.portlet-barebone .portlet-titrage-noir .portlet-header > .autofit-col.autofit-col-expand h2.portlet-title-text {
  display: inline-flex;
}

.portlet-home .portlet-content h2.portlet-title-text {
  display: none;
}

.portlet-titrage .portlet-content,
.portlet-home .portlet-content {
  padding: 0;
}
.portlet-titrage .portlet-content .portlet-content-container,
.portlet-home .portlet-content .portlet-content-container {
  background: none;
  border: none;
}
.portlet-titrage .portlet-content .card,
.portlet-home .portlet-content .card {
  box-shadow: none !important;
  border: none;
}

.portlet-encadre-shadow .portlet-content {
  padding: 0;
}
.portlet-encadre-shadow .portlet-content .portlet-content-container {
  border: none;
  padding: 1rem;
}

.veol .portlet-dansmescommunautes.portlet-encadre-shadow .portlet-content h2.portlet-title-text {
  background-color: #001A70;
}
.veol .portlet-boundary_com_edf_celluledi_mon_reseau_web_portlet_FluxActivites_.portlet-encadre .portlet-content h2.portlet-title-text,
.veol .portlet-boundary_com_edf_celluledi_mon_reseau_web_portlet_FluxActivitesAccueil_.portlet-encadre-shadow .portlet-content h2.portlet-title-text,
.veol .portlet-boundary_com_edf_celluledi_mon_reseau_web_portlet_FluxActivitesAccueil_.portlet-encadre .portlet-content h2.portlet-title-text,
.veol .portlet-boundary_com_edf_celluledi_mon_reseau_web_portlet_FluxActivitesParType_.portlet-encadre .portlet-content h2.portlet-title-text {
  background-color: #307A10;
}
.nav-tabs.filets > li {
  border: none;
}
.nav-tabs.filets > li > a {
  text-decoration: none;
  height: 49px;
  line-height: 50%;
  opacity: 0.3;
  font-size: 20px;
}
.nav-tabs.filets > li > a, .nav-tabs.filets > li:hover > a, .nav-tabs.filets > li:hover > a:hover, .nav-tabs.filets > li.active > a {
  color: #1057C8;
  border-top: none;
  border-right: none;
  border-bottom: solid 3px #1057C8;
  border-left: none;
  background-color: transparent;
  cursor: pointer;
}
.nav-tabs.filets > li:hover > a, .nav-tabs.filets > li.active > a, .nav-tabs.filets > li.active > a:hover, .nav-tabs.filets > li.active > a:focus {
  opacity: 1;
}
.nav-tabs.filets > li.active > a, .nav-tabs.filets > li.active > a:hover, .nav-tabs.filets > li.active > a:focus {
  font-weight: bold;
}

.localisation-wrapper {
  height: 76px;
}
.localisation-wrapper, .localisation-wrapper > ul {
  width: 100%;
}
.localisation-wrapper > li[id$=sites] .chosen-container-single .chosen-single, .localisation-wrapper > ul > li[id$=sites] .chosen-container-single .chosen-single {
  padding: 0.4375rem 2rem 0.4375rem 1rem;
  height: 2.5rem;
  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%20caret-double-l-top'%20d='m347.913%20199.336-81.538-85c-5.413-5.642-14.188-5.642-19.6%200l-81.538%2085c-8.731%209.101-2.548%2024.664%209.8%2024.664h163.077c12.348%200%2018.531-15.563%209.8-24.664z'%20fill='%236b6c7e'/%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-bottom'%20d='m165.236%20312.664%2081.538%2085c5.412%205.642%2014.188%205.642%2019.6%200l81.538-85c8.731-9.101%202.548-24.664-9.8-24.664H175.035c-12.347%200-18.531%2015.563-9.8%2024.664z'%20fill='%236b6c7e'/%3E%3C/svg%3E");
  background-position: right 0.5em center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  cursor: pointer;
  padding-right: 2em;
  color: #272833;
}
.localisation-wrapper > li[id$=sites] .chosen-container-single .chosen-single div b, .localisation-wrapper > ul > li[id$=sites] .chosen-container-single .chosen-single div b {
  background: none;
}
.localisation-wrapper > li[id$=sites] .chosen-container-single .chosen-single abbr, .localisation-wrapper > ul > li[id$=sites] .chosen-container-single .chosen-single abbr {
  top: 0.9375rem;
  right: 2.3125rem;
}
.localisation-wrapper > li[id$=sites] .chosen-container-single .chosen-single span, .localisation-wrapper > ul > li[id$=sites] .chosen-container-single .chosen-single span {
  line-height: 1.4;
  color: #272833;
  font-size: 1rem;
}
.localisation-wrapper.horizontal-align ul.chosen-results > li {
  padding: 5px 10px;
  width: 100%;
}

.file-preview-selector-wrapper .file-selector {
  padding-top: 0.3em;
  padding-bottom: 1em;
}
.file-preview-selector-wrapper .file-selector .create-attachment-button {
  padding: 0;
}
.file-preview-selector-wrapper .file-preview-area .file-preview-attachment .attachment-filename {
  margin-left: 35px;
  min-height: 30px;
}

.multiselect-display-stickers .has-error span.multiselect-native-select > .btn-group > .btn-default, .multiselect-display-stickers .has-error span.multiselect-native-select > .btn-group > .btn-default:hover, .multiselect-display-stickers .has-error span.multiselect-native-select > .btn-group > .btn-default:active, .multiselect-display-stickers .has-error span.multiselect-native-select > .btn-group > .btn-default:focus, .multiselect-display-stickers .has-error span.multiselect-native-select > .btn-group > .btn-default:active:hover {
  border: 1px solid #c40000;
}
.multiselect-display-stickers .has-error span.multiselect-native-select > .btn-group > .btn-default:active, .multiselect-display-stickers .has-error span.multiselect-native-select > .btn-group > .btn-default:focus, .multiselect-display-stickers .has-error span.multiselect-native-select > .btn-group > .btn-default:active:hover {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  outline: unset !important;
}
.multiselect-display-stickers .has-error span.multiselect-native-select label {
  font-size: 1em;
}
.multiselect-display-stickers .has-success span.multiselect-native-select > .btn-group > .btn-default, .multiselect-display-stickers .has-success span.multiselect-native-select > .btn-group > .btn-default:hover, .multiselect-display-stickers .has-success span.multiselect-native-select > .btn-group > .btn-default:active, .multiselect-display-stickers .has-success span.multiselect-native-select > .btn-group > .btn-default:focus, .multiselect-display-stickers .has-success span.multiselect-native-select > .btn-group > .btn-default:active:hover {
  border: 1px solid #3c763d;
}
.multiselect-display-stickers .has-success span.multiselect-native-select > .btn-group > .btn-default:active, .multiselect-display-stickers .has-success span.multiselect-native-select > .btn-group > .btn-default:focus, .multiselect-display-stickers .has-success span.multiselect-native-select > .btn-group > .btn-default:active:hover {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #3c763d;
  outline: unset !important;
}
.multiselect-display-stickers span.multiselect-native-select > .btn-group {
  width: 100% !important;
}
.multiselect-display-stickers span.multiselect-native-select > .btn-group > .btn-default {
  text-align: left;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: white;
}
.multiselect-display-stickers span.multiselect-native-select > .btn-group > .btn-default, .multiselect-display-stickers span.multiselect-native-select > .btn-group > .btn-default:hover, .multiselect-display-stickers span.multiselect-native-select > .btn-group > .btn-default:active, .multiselect-display-stickers span.multiselect-native-select > .btn-group > .btn-default:focus, .multiselect-display-stickers span.multiselect-native-select > .btn-group > .btn-default:active:hover {
  border-radius: 4px;
}
.multiselect-display-stickers span.multiselect-native-select > .btn-group > .btn-default:active, .multiselect-display-stickers span.multiselect-native-select > .btn-group > .btn-default:focus, .multiselect-display-stickers span.multiselect-native-select > .btn-group > .btn-default:active:hover {
  border: 1px solid #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #66afe9;
  outline: unset !important;
}
.multiselect-display-stickers span.multiselect-native-select > .btn-group > .btn-default .multiselect-selected-text {
  color: #696969;
}
.multiselect-display-stickers span.multiselect-native-select > .btn-group > .btn-default .caret {
  position: absolute;
  right: 5px;
  top: 15px;
}
.multiselect-display-stickers span.multiselect-native-select ul.multiselect-container {
  width: 100%;
}
.multiselect-display-stickers span.multiselect-native-select ul.multiselect-container .input-group-addon {
  padding: 6px;
}
.multiselect-display-stickers span.multiselect-native-select ul.multiselect-container .input-group-addon,
.multiselect-display-stickers span.multiselect-native-select ul.multiselect-container .form-control {
  height: 35px;
  padding: 0 6px;
}
.multiselect-display-stickers span.multiselect-native-select ul.multiselect-container input[type=text].form-control ~ .input-group-btn .btn {
  margin-left: 0;
  line-height: 8px !important;
}
.multiselect-display-stickers .select-tag-display .textboxlistentry {
  border: 1px solid #cad8f3;
}

.inputmoveboxes {
  margin: 25px 0 0 0;
}
.inputmoveboxes .inputmoveboxes-content .col-md-4.left-selector-column,
.inputmoveboxes .inputmoveboxes-content .col-md-1.move-arrow-buttons,
.inputmoveboxes .inputmoveboxes-content .col-md-4.right-selector-column {
  display: flex;
  max-width: unset;
}
.inputmoveboxes .inputmoveboxes-content .col-md-4.left-selector-column > div,
.inputmoveboxes .inputmoveboxes-content .col-md-1.move-arrow-buttons > div,
.inputmoveboxes .inputmoveboxes-content .col-md-4.right-selector-column > div {
  flex-grow: 1;
}
.inputmoveboxes .inputmoveboxes-content .col-md-4.left-selector-column,
.inputmoveboxes .inputmoveboxes-content .col-md-4.right-selector-column {
  flex-grow: 3;
}
.inputmoveboxes .inputmoveboxes-content .col-md-4.left-selector-column select.form-control[multiple],
.inputmoveboxes .inputmoveboxes-content .col-md-4.right-selector-column select.form-control[multiple] {
  min-height: 250px;
  max-height: 250px;
}
.inputmoveboxes .inputmoveboxes-content .col-md-4.left-selector-column .btn-toolbar {
  margin-top: 3rem;
}
.inputmoveboxes .inputmoveboxes-content .col-md-4.left-selector-column .btn-toolbar .btn-group {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding-left: 0.5rem;
}
.inputmoveboxes .inputmoveboxes-content .col-md-1.move-arrow-buttons {
  flex-grow: 1;
  margin-top: 3rem;
}
.inputmoveboxes .inputmoveboxes-content .col-md-1.move-arrow-buttons button span {
  display: none;
}
.inputmoveboxes .inputmoveboxes-content .form-group {
  margin: 0;
}
.inputmoveboxes .inputmoveboxes-content .form-control {
  font-size: 0.875rem;
}
.inputmoveboxes .inputmoveboxes-content .btn-toolbar {
  justify-content: center;
}

.gardian-organisations-wrapper {
  height: auto;
  overflow: hidden;
}
.gardian-organisations-wrapper, .gardian-organisations-wrapper > ul {
  width: 100%;
}
.gardian-organisations-wrapper.horizontal-align ul {
  position: relative;
}
.gardian-organisations-wrapper.horizontal-align ul > li > .form-group {
  margin-bottom: 0.75rem;
}
.gardian-organisations-wrapper fieldset > legend {
  margin-left: 10px;
  color: #333333;
  font-size: 1rem;
}

.ALAUNE1 a,
.ALAUNE2 a,
.ALAUNE3 a,
.ALAUNE4 a,
.ALAUNE5 a,
.ALAUNE6 a {
  display: block;
}
.ALAUNE1 .block_white,
.ALAUNE2 .block_white,
.ALAUNE3 .block_white,
.ALAUNE4 .block_white,
.ALAUNE5 .block_white,
.ALAUNE6 .block_white {
  background: #fff;
  height: 9.6875rem;
}
.ALAUNE1 .ALAUNE_img,
.ALAUNE1 .ALAUNE_desc,
.ALAUNE1 .ALAUNE_small_desc,
.ALAUNE2 .ALAUNE_img,
.ALAUNE2 .ALAUNE_desc,
.ALAUNE2 .ALAUNE_small_desc,
.ALAUNE3 .ALAUNE_img,
.ALAUNE3 .ALAUNE_desc,
.ALAUNE3 .ALAUNE_small_desc,
.ALAUNE4 .ALAUNE_img,
.ALAUNE4 .ALAUNE_desc,
.ALAUNE4 .ALAUNE_small_desc,
.ALAUNE5 .ALAUNE_img,
.ALAUNE5 .ALAUNE_desc,
.ALAUNE5 .ALAUNE_small_desc,
.ALAUNE6 .ALAUNE_img,
.ALAUNE6 .ALAUNE_desc,
.ALAUNE6 .ALAUNE_small_desc {
  position: relative;
}
.ALAUNE1 .ALAUNE_desc,
.ALAUNE2 .ALAUNE_desc,
.ALAUNE3 .ALAUNE_desc,
.ALAUNE4 .ALAUNE_desc,
.ALAUNE5 .ALAUNE_desc,
.ALAUNE6 .ALAUNE_desc {
  height: 9.6875rem;
  padding: 1.25rem;
}
.ALAUNE1 .ALAUNE_desc h3,
.ALAUNE2 .ALAUNE_desc h3,
.ALAUNE3 .ALAUNE_desc h3,
.ALAUNE4 .ALAUNE_desc h3,
.ALAUNE5 .ALAUNE_desc h3,
.ALAUNE6 .ALAUNE_desc h3 {
  font-size: 2rem;
}
.ALAUNE1 .ALAUNE_small .ALAUNE_small_desc,
.ALAUNE2 .ALAUNE_small .ALAUNE_small_desc,
.ALAUNE3 .ALAUNE_small .ALAUNE_small_desc,
.ALAUNE4 .ALAUNE_small .ALAUNE_small_desc,
.ALAUNE5 .ALAUNE_small .ALAUNE_small_desc,
.ALAUNE6 .ALAUNE_small .ALAUNE_small_desc {
  height: 4.875rem;
  padding: 0.625rem;
}
.ALAUNE1 .ALAUNE_bottom,
.ALAUNE2 .ALAUNE_bottom,
.ALAUNE3 .ALAUNE_bottom,
.ALAUNE4 .ALAUNE_bottom,
.ALAUNE5 .ALAUNE_bottom,
.ALAUNE6 .ALAUNE_bottom {
  margin-bottom: 0.625rem;
}
.ALAUNE1 .ALAUNE_img > div,
.ALAUNE2 .ALAUNE_img > div,
.ALAUNE3 .ALAUNE_img > div,
.ALAUNE4 .ALAUNE_img > div,
.ALAUNE5 .ALAUNE_img > div,
.ALAUNE6 .ALAUNE_img > div {
  width: inherit;
  height: inherit;
}
.ALAUNE1 h3,
.ALAUNE2 h3,
.ALAUNE3 h3,
.ALAUNE4 h3,
.ALAUNE5 h3,
.ALAUNE6 h3 {
  margin: 0;
  padding: 0 0.625rem;
}
.ALAUNE1 img,
.ALAUNE2 img,
.ALAUNE3 img,
.ALAUNE4 img,
.ALAUNE5 img,
.ALAUNE6 img {
  width: 100%;
  height: inherit;
  object-fit: cover;
}
.ALAUNE1 i,
.ALAUNE2 i,
.ALAUNE3 i,
.ALAUNE4 i,
.ALAUNE5 i,
.ALAUNE6 i {
  position: relative;
  top: -3px;
}
.veol .ALAUNE1 h3,
.veol .ALAUNE2 h3,
.veol .ALAUNE3 h3,
.veol .ALAUNE4 h3,
.veol .ALAUNE5 h3,
.veol .ALAUNE6 h3 {
  color: #001A70;
}
.veol .ALAUNE1 i,
.veol .ALAUNE2 i,
.veol .ALAUNE3 i,
.veol .ALAUNE4 i,
.veol .ALAUNE5 i,
.veol .ALAUNE6 i {
  color: #509e2f;
}
.erdf .ALAUNE1 h3,
.erdf .ALAUNE2 h3,
.erdf .ALAUNE3 h3,
.erdf .ALAUNE4 h3,
.erdf .ALAUNE5 h3,
.erdf .ALAUNE6 h3 {
  color: #1423DC;
}
.erdf .ALAUNE1 i,
.erdf .ALAUNE2 i,
.erdf .ALAUNE3 i,
.erdf .ALAUNE4 i,
.erdf .ALAUNE5 i,
.erdf .ALAUNE6 i {
  color: #96CD32;
}

.ALAUNE1 .col-md-12,
.ALAUNE1 .block_white {
  padding: 0 !important;
}
.ALAUNE1 .col-md-12 {
  background: #fff;
  margin: 0.625rem;
  width: 98.5%;
}
.ALAUNE1 .col-md-8.ALAUNE_img {
  padding-left: 0 !important;
}
.ALAUNE1 .block_white div {
  position: relative;
  top: 44%;
}

.erdf .ALAUNE3 .ALAUNE_img,
.erdf .ALAUNE5 .ALAUNE_img {
  height: 21.125rem;
  overflow: hidden;
}
.erdf .ALAUNE3 .ALAUNE_small .ALAUNE_small_img {
  height: 10.0625rem;
  overflow: hidden;
}

.erdf {
  /* -------------------Test changement actu home------------ */
}
.erdf .ALAUNE4.row .block_white h3 {
  color: #1423dc;
}
.erdf .ALAUNE4.row .col-md-6 {
  flex: unset;
  max-width: unset;
  display: flex;
  flex-grow: 1;
}
.erdf .ALAUNE4.row > div:nth-child(2) {
  margin-top: 1rem;
}
.erdf .ALAUNE4.row > div:nth-child(2) > .row {
  margin: 0;
}
.erdf .ALAUNE4.row > div:nth-child(2) > div:nth-child(1) {
  width: 66.6666% !important;
}
.erdf .ALAUNE4.row > div:nth-child(2) > div:nth-child(1) > a {
  display: flex !important;
  margin-bottom: 20px !important;
  height: auto !important;
  width: 100% !important;
}
.erdf .ALAUNE4.row > div:nth-child(2) > div:nth-child(1) > div {
  width: 50% !important;
}
.erdf .ALAUNE4.row > div:nth-child(2) > div:nth-child(2) {
  width: 33.3333% !important;
}
.erdf .ALAUNE4.row > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) {
  /* On desacive l'actu numero 5 */
  display: none;
}
.erdf .ALAUNE4.row > div:nth-child(2) > div:nth-child(2) > div {
  width: 100% !important;
}
.erdf .ALAUNE4.row > div:nth-child(2) .row .col-md-6 {
  flex: unset;
  max-width: 100%;
}
.erdf .ALAUNE4.row .catUNE4 {
  text-transform: uppercase !important;
  font-weight: 600 !important;
  line-height: 100% !important;
  letter-spacing: 1px !important;
  margin: 0 0 12px 0 !important;
  font-size: 10px !important;
  color: #96cd34 !important;
  display: block !important;
  text-decoration: none !important;
}
.erdf .ALAUNE4.row .titreUNE4 {
  margin: 0 0 12px 0 !important;
  display: block !important;
  font-size: 22px !important;
  max-height: 119px !important;
  line-height: 1.1 !important;
  color: #58595b !important;
}
.erdf .ALAUNE4.row a,
.erdf .ALAUNE4.row a:hover {
  box-shadow: none !important;
  text-decoration: none !important;
}
.erdf .ALAUNE4.row a {
  display: flex;
  flex-direction: row;
}
.erdf .ALAUNE4.row a:hover .titreUNE4 {
  text-decoration: underline #58595b;
}
.erdf .ALAUNE4.row .ALAUNE_img {
  width: 48.4% !important;
  height: 180px;
  overflow: hidden;
}
.erdf .ALAUNE4.row .ALAUNE_img > div {
  width: 100% !important;
}
.erdf .ALAUNE4.row .ALAUNE_desc {
  width: 51.6% !important;
  height: 180px;
}
.erdf .ALAUNE4.row .ALAUNE_desc h3.ellipsis-3 {
  overflow: visible !important;
  height: 150px;
}
.erdf .ALAUNE4.row .ALAUNE_small_desc {
  height: 120px !important;
  padding: 15px !important;
  word-wrap: break-word;
}
.erdf .ALAUNE4.row .ALAUNE_small_desc h3 {
  display: block !important;
  height: 120px !important;
}
.erdf .ALAUNE4.row .ALAUNE_small_img {
  height: 116.65px !important;
}
.erdf .ALAUNE4.row .ALAUNE_small:hover .titreArticle4 {
  text-decoration: underline #58595b;
}
.erdf .ALAUNE4.row .descUNE4 {
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 120% !important;
  color: #333 !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}
.erdf .ALAUNE4.row .titreArticle4 {
  display: block !important;
  max-height: 60px !important;
  overflow: hidden !important;
  font-size: 0.8em !important;
  color: #58595b !important;
}

.portlet-blogs .celluledi-custom-comment {
  display: inline-flex;
  align-items: center;
}
.portlet-blogs .celluledi-custom-comment .counter {
  font-size: 0.875rem;
  margin-right: 0.3125rem;
}
.portlet-blogs .ratings-like .btn .inline-item {
  margin-top: 0.0625rem;
}

.bureau-virtuel-notifs {
  position: relative;
  top: -2px;
  left: -2px;
  font-size: 0.75rem;
  color: white;
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  line-height: 1.3rem;
  border-radius: 50%;
  text-align: center;
  background-color: #1057C8;
  padding: 0 !important;
  margin-left: 0.125rem;
}

#monbureau_count {
  display: inline-block !important;
}

.onglets-soulignes {
  margin-bottom: 1.25rem;
}
.onglets-soulignes a.bureau-virtuel-titre {
  text-transform: none;
  font-weight: 600;
  display: inline-block;
  border: none !important;
}

.bureau-virtuel {
  padding: 1.125rem;
  height: 18rem;
  box-shadow: #999 0 4px 10px;
}
.bureau-virtuel.bureau-invitation .card-block-scroll, .bureau-virtuel.bureau-feedback .card-block-scroll, .bureau-virtuel.bureau-alertes .card-block-scroll, .bureau-virtuel.bureau-tdispo .card-block-scroll {
  height: 10.3125rem;
  margin-bottom: 0.75rem;
}
.bureau-virtuel h3 {
  font-weight: 600;
  margin: 0;
  position: relative;
  padding-bottom: 1rem;
  border-bottom: solid 1px #E0E0E0;
  font-style: normal;
  color: #333;
}
.bureau-virtuel h3 em {
  font-style: normal;
  color: #1057C8;
}
.bureau-virtuel .ico-widget-service {
  display: block;
  float: left;
  margin-top: -5px;
  border-radius: 15%;
  overflow: hidden;
  width: 28px;
  height: 28px;
  margin-right: 15px;
  background-color: #E0E0E0;
}
.bureau-virtuel .zero-widget-item {
  width: auto;
  height: 9.25rem;
  background-color: white;
  margin: 0 auto;
  display: block;
}
.bureau-virtuel .card-block-scroll {
  height: 13.375rem;
  overflow-y: auto;
  scrollbar-width: thin;
}
.bureau-virtuel .card-block-scroll > ul:not(.with-dots) {
  padding-top: 10px !important;
  margin: 0;
}
.bureau-virtuel .card-block-scroll > ul:not(.with-dots) li:last-of-type {
  margin-bottom: 0;
}
.bureau-virtuel .card-block-scroll > ul.with-dots {
  font-size: 1.2rem;
  font-weight: normal;
}
.bureau-virtuel .card-block-scroll > ul.with-dots li {
  margin-bottom: 0.75rem;
}
.bureau-virtuel .card-block-scroll > ul.with-dots li:first-of-type {
  margin-top: 0.625rem;
}
.bureau-virtuel .card-block-scroll > ul.with-dots li p {
  font-size: 0.75rem;
}
.bureau-virtuel .card-block-scroll > ul.with-dots li p:not(.answered):not(.waiting), .bureau-virtuel .card-block-scroll > ul.with-dots li p:not(.answered):not(.waiting) > a {
  color: #333333;
}
.bureau-virtuel .card-block-scroll > ul.with-dots li p.answered, .bureau-virtuel .card-block-scroll > ul.with-dots li p.waiting {
  color: #666666;
  font-size: 0.625rem;
  margin-bottom: 5px;
}
.bureau-virtuel .card-block-scroll > ul.with-dots li p .icon-db-state {
  font-size: 6px;
  position: relative;
  top: -2px;
  margin-right: 7px;
}
.bureau-virtuel .card-block-scroll > ul.with-dots li p.answered .icon-db-state {
  color: #1057C8;
}
.bureau-virtuel .card-block-scroll > ul.with-dots li p.waiting .icon-db-state {
  color: #FF861D;
}
.bureau-virtuel p {
  font-size: 0.75rem;
}
.bureau-virtuel p.no-item-widget {
  height: 1.75rem;
  line-height: 1.75rem;
  margin: 0;
}
.bureau-virtuel .ico-redirige {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 1;
}
.bureau-virtuel .close-thin-pos {
  margin-right: 0.3125rem;
  margin-top: 0.3125rem;
}

.bureau-notifications {
  background-color: white;
  box-shadow: #999 0 4px 10px;
  padding: 1.125rem 0.625rem 1.125rem 1.125rem;
}
.bureau-notifications .list-group .list-group-item {
  height: auto;
  margin-bottom: 0.625rem;
  padding-bottom: 0.3125rem;
}
.bureau-notifications .list-group .list-group-item > div {
  padding: 0.3125rem 0;
  border-bottom: solid 1px #E0E0E0;
}
.bureau-notifications .list-group .list-group-item .autofit-col-expand {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.3;
  padding-right: 1rem;
}
.bureau-notifications .list-group .list-group-item p {
  margin-bottom: 0;
}
.bureau-notifications .list-group .list-group-item .ga_delete_link {
  position: absolute;
  top: 0;
  right: 2px;
}
.bureau-notifications .list-group .list-group-item .links-error {
  margin-right: 7px;
}
.bureau-notifications .list-group .list-group-item .comments_wrapper .desc_actus h4 {
  font-size: 0.75rem;
}

.bureau-traduction {
  background: url("/o/veol-2018-theme/images/edf/bureau_virtuel/bg_bureau_virtuel_traduction.png") 0 0 no-repeat;
  background-size: cover;
}
.bureau-traduction h3 {
  color: white;
  border: none;
  z-index: 1;
}
.bureau-traduction .ico-aide-trad {
  content: url("/o/veol-2018-theme/images/edf/bureau_virtuel/ico_aide_trad.png");
  position: absolute;
  top: -15px;
  right: 23px;
  width: 129px;
  height: 136px;
}
.bureau-traduction .ico-trad {
  background: url("/o/veol-2018-theme/images/edf/bureau_virtuel/ico_trad.png") 0 0 no-repeat;
  background-size: cover;
}
.bureau-traduction label {
  color: white;
  font-weight: normal;
  font-size: 0.875rem;
  margin-top: 1.5625rem;
  margin-bottom: 0.9375rem;
}
.bureau-traduction textarea {
  height: 6.25rem;
  resize: none;
}

.bureau-sites-utiles {
  background: url("/o/veol-2018-theme/images/edf/bureau_virtuel/bg_sites_utiles.png") 0 0 no-repeat;
  background-size: cover;
}
.bureau-sites-utiles h3 {
  color: white;
  border: none;
}
.bureau-sites-utiles h3,
.bureau-sites-utiles form,
.bureau-sites-utiles label {
  position: relative;
  z-index: 1;
}
.bureau-sites-utiles label {
  color: white;
  font-weight: normal;
  font-size: 0.875rem;
  margin-top: 1.5625rem;
  margin-bottom: 0.9375rem;
}
.bureau-sites-utiles .ico-map-sites-utiles {
  content: url("/o/veol-2018-theme/images/edf/bureau_virtuel/ico_map_sites_utiles.png");
  position: absolute;
  top: -9px;
  right: 0;
  width: 138px;
  height: auto;
}
.bureau-sites-utiles .sites-utiles-footer {
  color: white;
  margin: 1.875rem 0 0.625rem 0;
}
.bureau-sites-utiles .sites-utiles-footer a {
  color: white;
  font-size: 0.625rem;
}

.bureau-alertes .list-group-item {
  padding: 0;
}
.bureau-alertes .autofit-col {
  align-items: center;
  flex-direction: row;
  height: 1.875rem;
}
.bureau-alertes .autofit-col:not(:last-child) {
  border-bottom: solid 2px #e0e0e0;
}
.bureau-alertes p {
  margin-bottom: 0;
}
.bureau-alertes .card-block-scroll.no-alertes {
  align-items: center;
  display: flex;
}
.bureau-alertes .card-block-scroll.no-alertes p {
  font-size: 0.8125rem;
  padding: 0.6875rem;
}

.veol .navigation-communautes.portlet-titrage .portlet-content h2.portlet-title-text, .erdf .navigation-communautes.portlet-titrage .portlet-content h2.portlet-title-text {
  font-size: 3rem;
  font-weight: 100;
  line-height: 3.25rem;
  color: #001A70;
  margin-bottom: 0.875rem;
}
.navigation-communautes ul.navbar-nav li.lfr-nav-item.nav-item {
  font-size: 1rem;
  color: #001A70;
  border-bottom: solid 3px #E0E0E0;
  width: 33.33%;
}
.navigation-communautes ul.navbar-nav li.lfr-nav-item.nav-item a.nav-link {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  text-align: center;
  font-weight: 500;
}
.navigation-communautes ul.navbar-nav li.lfr-nav-item.nav-item a.nav-link span {
  color: #666666;
}
.navigation-communautes ul.navbar-nav li.lfr-nav-item.nav-item.active, .navigation-communautes ul.navbar-nav li.lfr-nav-item.nav-item:hover {
  border-bottom: solid 3px #1057C8;
}
.navigation-communautes ul.navbar-nav li.lfr-nav-item.nav-item.active > a.nav-link span, .navigation-communautes ul.navbar-nav li.lfr-nav-item.nav-item:hover > a.nav-link span {
  font-weight: 600;
}
.navigation-communautes ul.navbar-nav li.lfr-nav-item.nav-item.active > a.nav-link span {
  color: #333333;
}
.navigation-communautes ul.navbar-nav li.lfr-nav-item.nav-item:hover {
  background-color: #ecf0f3;
  border-bottom: solid 3px #1057C8;
}
.navigation-communautes ul.navbar-nav li.lfr-nav-item.nav-item:hover > a.nav-link span {
  font-size: 600;
}
.navigation-communautes ul.navbar-nav li.lfr-nav-item.nav-item:not(.active):hover > a.nav-link span {
  color: #1057C8;
}

.fil-actualites-list-item img.liste-actualites-item-img {
  width: 12.625rem;
  height: 7.4375rem;
}
.fil-actualites-list-item p.groupName {
  font-style: normal;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #666666;
  margin-bottom: 0.25rem;
}
.fil-actualites-list-item h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3;
  color: #1057C8;
  margin-bottom: 0.625rem;
}
.fil-actualites-list-item p.actualite-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3;
  color: black;
}
.fil-actualites-list-item .card-body {
  padding: 0.5rem;
}
.fil-actualites-list-item .card-body .autofit-col-expand {
  padding-left: 1rem;
  justify-content: flex-start;
}
.fil-actualites-list-item .card-footer {
  background: none;
  padding: 0 0.5rem 0.5rem 0.5rem;
  font-size: 0.75rem;
  color: #666666;
  font-weight: 400;
}

.portlet-alaune .filtres-communaute label {
  font-size: 0.75rem;
  font-weight: 400;
  color: #333333;
}
.rejoindre-communaute,
.acceder-communaute {
  font-size: 0.75rem;
  line-height: 1.5rem;
}
.rejoindre-communaute, .veol .rejoindre-communaute,
.acceder-communaute,
.veol .acceder-communaute {
  color: #1057C8;
}
.rejoindre-communaute:hover, .veol .rejoindre-communaute:hover,
.acceder-communaute:hover,
.veol .acceder-communaute:hover {
  color: #1057C8;
  text-decoration: underline;
}

.rejoindre-communaute {
  padding-right: 2rem;
}
.rejoindre-communaute:after {
  content: url("/o/veol-2018-theme/images/icones-svg/ico-plus-rejoindre.svg");
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5rem;
  position: absolute;
}

.description-communaute {
  font-size: 0.75rem;
  font-weight: 400;
}
.description-communaute .ellipsis-suite {
  margin-bottom: 1.5rem;
}

.type-communaute .type,
.type-communaute .nature,
.type-communaute .nom,
.type-communaute .intranet,
.type-communaute .frequence {
  display: inline-block;
  font-size: 0.75rem;
  color: #333333;
  text-align: left;
  margin-right: 0.625rem;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-position: 0.5rem center;
  padding: 0.25rem 0.5rem 0.25rem 1.75rem;
  border-radius: 0.25rem;
}
.type-communaute .type {
  background-image: url("/o/veol-2018-theme/images/icones-svg/ico-type.svg");
}
.type-communaute .nature {
  background-image: url("/o/veol-2018-theme/images/icones-svg/ico-nature.svg");
}
.type-communaute .nom {
  background-image: url("/o/veol-2018-theme/images/icones-svg/newsletter/ico-newsletter-auteur.svg");
}
.type-communaute .frequence {
  background-image: url("/o/veol-2018-theme/images/icones-svg/newsletter/ico-newsletter-frequence.svg");
}

.veol .portlet-mes-communautes-hors-raccourcis.portlet-titrage-noir .portlet-content h2.portlet-title-text, .erdf .portlet-mes-communautes-hors-raccourcis.portlet-titrage-noir .portlet-content h2.portlet-title-text,
.veol .portlet-adecouvrir.portlet-titrage-noir .portlet-content h2.portlet-title-text,
.erdf .portlet-adecouvrir.portlet-titrage-noir .portlet-content h2.portlet-title-text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.375rem;
  color: #333333;
  margin: 0;
}
.portlet-mes-communautes-hors-raccourcis a.voir-toutes-communautes,
.portlet-adecouvrir a.voir-toutes-communautes {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  font-weight: normal;
  color: #1057C8;
}

/* === PAGE CONTACTS EDF ====================================================== */
.mesContactsPage-css .contact_profil_colonnes {
  height: auto;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
.mesContactsPage-css .contacts-searchbar {
  padding: 1rem;
  width: 100%;
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 5;
}
.veol .mesContactsPage-css .contacts-searchbar {
  background: #2d2a6d;
}
.erdf .mesContactsPage-css .contacts-searchbar {
  background: #1423DC;
}
@media (max-width: 1229px) {
  .mesContactsPage-css .contacts-searchbar {
    flex-wrap: wrap;
  }
}
.mesContactsPage-css .contacts-searchbar .icon-sort-down {
  position: relative;
  top: -0.0625rem;
}
.mesContactsPage-css .contacts-searchbar .icon-sort-up {
  position: relative;
  top: 0.25rem;
}
.mesContactsPage-css .contacts-searchbar .alpha_ordre {
  margin: 0;
  width: 100%;
}
.veol .mesContactsPage-css .contacts-searchbar .alpha_ordre a, .veol .mesContactsPage-css .contacts-searchbar .alpha_ordre a:visited, .veol .mesContactsPage-css .contacts-searchbar .alpha_ordre a.selected, .veol .mesContactsPage-css .contacts-searchbar .alpha_ordre a.selected:visited {
  color: #fff;
}
.veol .mesContactsPage-css .contacts-searchbar .alpha_ordre a:hover {
  color: #D6430A;
}
.erdf .mesContactsPage-css .contacts-searchbar .alpha_ordre a, .erdf .mesContactsPage-css .contacts-searchbar .alpha_ordre a:visited, .erdf .mesContactsPage-css .contacts-searchbar .alpha_ordre a.selected, .erdf .mesContactsPage-css .contacts-searchbar .alpha_ordre a.selected:visited {
  color: #fff;
}
.erdf .mesContactsPage-css .contacts-searchbar .alpha_ordre a:hover {
  color: #96CD32;
}
.mesContactsPage-css .contacts-searchbar .alpha_ordre > li {
  position: relative;
  list-style-type: none;
  display: inline-flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  border-right: solid 1px #c8c8c8;
}
.mesContactsPage-css .contacts-searchbar .alpha_ordre > li:first-child, .mesContactsPage-css .contacts-searchbar .alpha_ordre > li:last-child {
  border: 0;
}
.mesContactsPage-css .contacts-searchbar .alpha_ordre > li > a {
  font-size: 1.125rem;
  margin: 0 0.25rem;
}
.mesContactsPage-css .contacts-searchbar .alpha_ordre > li:first-child > a {
  margin-right: 0.875rem;
}
.mesContactsPage-css .contacts-searchbar .alpha_ordre > li span.no_alpha {
  font-size: 1.125rem;
  margin: 0 0.25rem;
  font-weight: normal;
}
.veol .mesContactsPage-css .contacts-searchbar .alpha_ordre > li span.no_alpha {
  color: #666;
}
.erdf .mesContactsPage-css .contacts-searchbar .alpha_ordre > li span.no_alpha {
  color: #F5AB00;
}
@media (max-width: 430px) {
  .mesContactsPage-css .contacts-searchbar .alpha_ordre {
    flex-wrap: wrap;
    margin-bottom: 0.625rem;
  }
  .mesContactsPage-css .contacts-searchbar .alpha_ordre > li {
    border: none;
    padding: 0.5625rem;
  }
}
.mesContactsPage-css .contacts-searchbar .head_search.form-group {
  margin: 0 1rem 0 0.625rem;
}
.mesContactsPage-css .contacts-searchbar .head_search.form-group > .form-group.recherche-par-loupe {
  margin-bottom: 0;
}
.mesContactsPage-css .contacts-searchbar .head_search.form-group > input[type=text] {
  padding: 0.5rem;
  font-size: 0.75rem;
  color: #484848;
  background-color: #fff;
  border: 1px solid #999;
  width: 200px;
  float: left;
}
.mesContactsPage-css .contacts-searchbar .recherche-avancee {
  position: relative;
}
.mesContactsPage-css .contacts-searchbar .recherche-avancee ul#navigation {
  background: white;
  box-shadow: #a7a9ac 1px 2px 10px !important;
  border: solid 1px #ddd;
  padding: 0.625rem;
  list-style-type: none;
  position: absolute;
  width: 10rem;
  top: 2.5rem;
  right: -10px;
}
.mesContactsPage-css .contacts-searchbar .recherche-avancee ul#navigation ul.subMenu {
  padding-left: 0.5rem;
}
.mesContactsPage-css .contacts-searchbar .recherche-avancee .showhide {
  font-weight: normal;
  display: inline-block;
  margin: 0;
}
.mesContactsPage-css .contacts-searchbar .recherche-avancee .showhide > a, .mesContactsPage-css .contacts-searchbar .recherche-avancee .showhide > a:visited {
  color: white;
}
.mesContactsPage-css .contacts-searchbar .recherche-avancee .showhide:not(.open) .icon-sort-down {
  display: none;
}
.mesContactsPage-css .contacts-searchbar .recherche-avancee .showhide:not(.open) .icon-sort-up {
  display: inline-block;
}
.mesContactsPage-css .contacts-searchbar .recherche-avancee .showhide.open .icon-sort-down {
  display: inline-block;
}
.mesContactsPage-css .contacts-searchbar .recherche-avancee .showhide.open .icon-sort-up {
  display: none;
}
.veol .mesContactsPage-css .contacts-searchbar .recherche-avancee a:hover {
  color: #D6430A;
}
.erdf .mesContactsPage-css .contacts-searchbar .recherche-avancee a:hover {
  color: #96CD32;
}
.veol .mesContactsPage-css .contacts-searchbar .recherche-avancee .toggleSubMenu a {
  color: #1057C8;
}
.veol .mesContactsPage-css .contacts-searchbar .recherche-avancee .toggleSubMenu a:hover {
  color: #001A70;
}
.erdf .mesContactsPage-css .contacts-searchbar .recherche-avancee .toggleSubMenu a {
  color: #1423DC;
}
.erdf .mesContactsPage-css .contacts-searchbar .recherche-avancee .toggleSubMenu a:hover {
  color: #1F73B7;
}
.mesContactsPage-css .my_contacts_list .etoile {
  color: #fff !important;
  background: #2d2a6d;
  padding: 7px;
  border-radius: 3px;
  position: relative;
  top: 20px;
  text-transform: uppercase;
}
.mesContactsPage-css .my_contacts_list .etoile:hover {
  color: #fff !important;
  background: #fe5815;
  padding: 7px;
  border-radius: 3px;
  position: relative;
  top: 20px;
  text-transform: uppercase;
}
.mesContactsPage-css .small_mid .my_contacts_list .fiche_white {
  text-align: right;
  padding-top: 30px;
  padding-bottom: 22px;
  background: #fff;
  width: 457px;
  float: left;
  height: 182px;
  clear: inherit;
}
.mesContactsPage-css .small_mid .my_contacts_list .c-left {
  margin-right: 34px;
}
.mesContactsPage-css .check_friend .desc_actus {
  font-size: 14px;
  color: #999999 !important;
}
.mesContactsPage-css .check_friend .desc_actus a {
  font-size: 14px;
}
.mesContactsPage-css .community .com_main h3 {
  font-size: 20px;
  color: #666666;
  border-bottom: 1px solid #d9d9d9;
}
.mesContactsPage-css .cellule_contact {
  /*
  	Lorsque multi-colonnage CSS :
  	pour que Chrome ne coupe pas les cellules : inline-block et fixed width !
  	ne pas preciser width car FF/IE calcule pour remplir la colonne
  */
  display: block;
  float: left;
  padding: 20px;
  border: 1px solid #cbcbcb;
  margin-bottom: 20px;
  height: 150px;
  box-sizing: border-box;
  background-color: white;
  position: relative;
}
.mesContactsPage-css .glyphicon-remove-circle {
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 4;
}
.mesContactsPage-css .cellule_contact .photo_contact {
  float: left;
  margin-right: 10px;
}
.mesContactsPage-css .cellule_contact .photo_contact img {
  max-width: 50px;
  max-height: 50px;
  background-color: #ddd;
}
.mesContactsPage-css .cellule_contact .coordonnees_contact {
  float: left;
  width: calc(100% - 60px);
  margin: -3px 0 0 0;
  /* typo de toutes les coordonnees*/
  font-size: 11px;
  color: #4c4c4c;
  line-height: 17px;
  height: 100px;
}
.mesContactsPage-css .cellule_contact .coordonnees_contact a {
  color: #005bbb;
  text-decoration: none;
}
.mesContactsPage-css .cellule_contact .coordonnees_contact a:hover {
  color: #fe5815;
}
.mesContactsPage-css .cellule_contact .coordonnees_contact p {
  font-size: 0.75rem;
  margin-bottom: 4px;
}
.mesContactsPage-css .cellule_contact .coordonnees_contact p:first-of-type {
  margin-top: 2px;
}
.mesContactsPage-css .cellule_contact .coordonnees_contact p:first-of-type a {
  font-size: 14px;
  margin-bottom: 0.5rem;
  display: block;
}
.mesContactsPage-css .cellule_contact .coordonnees_contact p.activite {
  color: black;
}
.mesContactsPage-css .cellule_contact .coordonnees_contact p.entite {
  text-transform: uppercase;
  font-weight: bold;
  color: #a7a9ac;
}
.mesContactsPage-css .actions_contact > a {
  background: transparent url("/o/veol-2018-theme/images/edf/icons/picto_plus.png") no-repeat scroll 0 0;
  padding-left: 22px;
  font-size: 0.75rem;
}
.mesContactsPage-css .had_no_change,
.mesContactsPage-css .waiting-for-confirmation {
  font-size: 0.75rem;
  height: 23px;
  line-height: 24px;
}
.mesContactsPage-css .contact_profil .title {
  font-weight: normal;
  color: #005bbb;
  font-size: 27px;
}
.mesContactsPage-css .contact_profil .title,
.mesContactsPage-css .contact_profil .retour {
  height: 70px;
  line-height: 70px;
}
@media (max-width: 430px) {
  .mesContactsPage-css .contact_profil > .autofit-row {
    flex-direction: column;
  }
}
.mesContactsPage-css .contact_profil .retour_fiche_profil a {
  font-size: 14px;
}
.mesContactsPage-css .contact_profil .btn_big_square {
  padding-top: 0;
}
.mesContactsPage-css .contact_profil .search-pages {
  /*place la pagination de la liste des contacts*/
  padding: 1.2%;
  width: 97.6%;
}

.card-utilisateur {
  min-height: 11.25rem;
}
.card-utilisateur.card-gutters {
  padding: 1.2rem;
}
.card-utilisateur [class*=avatar] {
  margin-right: 15px;
}
.card-utilisateur .content-heading h3 {
  margin: 1rem 0 3px 0;
}
.my_contacts_list .card-utilisateur .content-heading h3, #contactList_id .card-utilisateur .content-heading h3 {
  margin: 13px 0 3px 0;
}
.card-utilisateur p,
.card-utilisateur label {
  color: #666666;
  font-size: 14px;
  margin: 0;
  font-weight: normal;
}
.card-utilisateur p.entite,
.card-utilisateur label.entite {
  margin-top: 4px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.card-utilisateur .card-row-padded ~ .card-row-padded {
  padding-top: 2px;
}
.card-utilisateur .card-row-padded ~ .card-row-padded p,
.card-utilisateur .card-row-padded ~ .card-row-padded label {
  font-size: 13px;
}
.card-utilisateur .card-row-padded p.email {
  font-size: 13px;
}

/* dans :
  - resultats de recherche
  - annuaire-groupe
  - mon reseau > mes abonnes
*/
.contact-card-list .card-page-item {
  margin-bottom: 1.0625rem;
}
.contact-card-list .card-page-item .contact-card {
  height: auto !important;
  margin-bottom: 1rem;
  position: relative;
  transform: translate(0);
}
.contact-card-list .card-page-item .contact-card .contact-portrait {
  display: block;
  position: absolute;
  text-align: center;
  top: -1.5rem;
  left: 0;
  right: 0;
}
.contact-card-list .card-page-item .contact-card .card-body {
  padding: 1.875rem 0.9375rem 0.9375rem;
}
.contact-card-list .card-page-item .contact-card h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1875rem;
  color: #001A70;
}
.contact-card-list .card-page-item .contact-card h3 a {
  position: inherit;
}
.contact-card-list .card-page-item .contact-card h3 a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.contact-card-list .card-page-item .contact-card p.activite {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.0625rem;
  color: #333333;
  margin-bottom: 0.3125rem;
}
.contact-card-list .card-page-item .contact-card p.societe {
  margin-bottom: 0.3125rem;
}
.contact-card-list .card-page-item .contact-card.asset-abstract-header-body-footer {
  padding-bottom: 1.625rem;
}
.contact-card-list .card-page-item .contact-card.asset-abstract-header-body-footer .card-footer {
  position: fixed !important;
  height: 1.625rem;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
}
.contact-card-list .card-page-item .contact-card.asset-abstract-header-body-footer .card-footer .d-flex {
  height: inherit;
}
.contact-card-list .card-page-item .contact-card.asset-abstract-header-body-footer .card-footer .d-flex a, .contact-card-list .card-page-item .contact-card.asset-abstract-header-body-footer .card-footer .d-flex button {
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1;
}
.contact-card-list .card-page-item .contact-card.asset-abstract-header-body-footer .card-footer .d-flex a i, .contact-card-list .card-page-item .contact-card.asset-abstract-header-body-footer .card-footer .d-flex button i {
  margin-right: 0.125rem;
}
.contact-card-list .card-page-item .contact-card.asset-abstract-header-body-footer .card-footer .d-flex a + button {
  margin-left: 0.625rem;
}
.contact-card-list .card-page-item a:hover .card p {
  text-decoration: none;
}

.label-default {
  background-color: #6d6f71;
}
.label-default.label-pour-ou-contre {
  background-color: #D6430A;
}
.label-default.label-pour {
  background-color: #1057C8;
}
.label-default.label-contre {
  background-color: #BB0000;
}
.label-default ~ .rounded-comment, .label-default ~ .bulle.filet-bulle {
  margin-top: -0.625rem !important;
  position: unset;
}
.label-default ~ .rounded-comment .accroche-left, .label-default ~ .bulle.filet-bulle .accroche-left {
  top: 1.875rem;
}

.erdf .conversation_resolu, .erdf .conversation_terminee {
  background-color: #368766;
}
.veol .conversation_resolu, .veol .conversation_terminee {
  background-color: #D6430A;
}
.conversation_resolu ~ .bulle.filet-bulle, .conversation_terminee ~ .bulle.filet-bulle {
  margin-top: -10px;
}
.conversation_resolu ~ .bulle.filet-bulle .accroche-left, .conversation_terminee ~ .bulle.filet-bulle .accroche-left {
  top: 30px;
}

.isAnswer .rounded-comment {
  position: relative;
  margin: -10px 0 20px 0;
  padding-right: 10px;
}
.erdf .isAnswer .rounded-comment {
  border: solid 3px #1423DC;
}
.veol .isAnswer .rounded-comment {
  border: solid 3px #D6430A;
}
.isAnswer .answer_marked {
  margin: 0 0 0 20px;
  z-index: 1;
}
.erdf .isAnswer .answer_marked {
  background-color: #368766;
}
.veol .isAnswer .answer_marked {
  background-color: #D6430A;
}

ul.events-list {
  margin-top: 0.9375rem;
}
ul.events-list li.event-item {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
ul.events-list li.event-item h3 {
  margin-top: 0;
}
ul.events-list li.event-item .autofit-col {
  border-bottom: solid 0.625rem #ecf0f3;
  padding: 0.75rem;
}
ul.events-list li.event-item .autofit-col:first-child {
  padding-left: 0.9375rem;
}
ul.events-list li.event-item .autofit-col:last-of-type:not(.event-workflow) {
  border-left: solid 0.125rem #ecf0f3;
}
ul.events-list li.event-item .autofit-col > a:last-of-type {
  margin-bottom: 0;
}
ul.events-list li.event-item .event-infos {
  width: 44%;
}
ul.events-list li.event-item .event-statuts {
  width: 28%;
}
ul.events-list li.event-item .event-workflow {
  width: 28%;
}
ul.events-list li.event-item .html-editor.etc {
  height: 60px;
  overflow: hidden;
  position: relative;
  text-align: justify;
  margin-bottom: 0.3125rem;
}
ul.events-list li.event-item .html-editor.etc::before, ul.events-list li.event-item .html-editor.etc::after {
  right: 0;
}
ul.events-list li.event-item ul li {
  margin-bottom: 0.3125rem;
}
ul.events-list li.event-item ul li a,
ul.events-list li.event-item ul li span {
  margin-top: 0;
}
ul.events-list li.event-item .modif,
ul.events-list li.event-item .group,
ul.events-list li.event-item .report,
ul.events-list li.event-item .suppr,
ul.events-list li.event-item .copy {
  display: inline-block;
  width: 1.5625rem;
  height: 1.5625rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1.5625rem auto;
  text-indent: -999px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 0.375rem;
}
ul.events-list li.event-item .modif:hover,
ul.events-list li.event-item .group:hover,
ul.events-list li.event-item .report:hover,
ul.events-list li.event-item .suppr:hover,
ul.events-list li.event-item .copy:hover {
  background-position: 0 -1.5625rem;
  opacity: 1;
}
ul.events-list li.event-item .modif {
  background-image: url(/o/veol-2018-theme/images/edf/events/btn_param.png);
}
ul.events-list li.event-item .group {
  background-image: url(/o/veol-2018-theme/images/edf/events/btn_group.png);
}
ul.events-list li.event-item .report {
  background-image: url(/o/veol-2018-theme/images/edf/events/btn_levels.png);
}
ul.events-list li.event-item .suppr {
  background-image: url(/o/veol-2018-theme/images/edf/events/btn_trash.png);
}
ul.events-list li.event-item .copy {
  background-image: url(/o/veol-2018-theme/images/edf/events/btn_copy.png);
}
ul.events-list li.event-item .go_link:before {
  content: ">";
  margin-right: 0.3125rem;
}

ul.animateurs_list {
  height: auto;
  overflow: hidden;
  padding-top: 0.625rem;
  padding-bottom: 0.3125rem;
}
ul.animateurs_list li {
  float: left;
}
ul.animateurs_list li:first-of-type {
  padding-top: 0.625rem;
  margin-right: 0.3125rem;
}

.bloc_faq.resultat_details_list {
  flex-direction: column;
}
.bloc_faq.resultat_details_list > div {
  border-bottom: solid 1px #E0E0E0;
}
.bloc_faq.resultat_details_list > div .question,
.bloc_faq.resultat_details_list > div button.collapse-question {
  display: block;
  text-align: left;
  padding: 0.9375rem 0.625rem;
  font-weight: 600;
}
.bloc_faq.resultat_details_list > div .question, .bloc_faq.resultat_details_list > div .question:hover,
.bloc_faq.resultat_details_list > div button.collapse-question,
.bloc_faq.resultat_details_list > div button.collapse-question:hover {
  text-decoration: none;
}
.bloc_faq.resultat_details_list > div .question.collapsed,
.bloc_faq.resultat_details_list > div button.collapse-question.collapsed {
  color: #333333;
}
.bloc_faq.resultat_details_list > div .question:not(.collapsed),
.bloc_faq.resultat_details_list > div button.collapse-question:not(.collapsed) {
  color: #1057C8;
}
.bloc_faq.resultat_details_list > div .question span.faq_title,
.bloc_faq.resultat_details_list > div button.collapse-question span.faq_title {
  display: block;
  width: calc(100% - 1.875rem);
  float: left;
  line-height: initial;
  white-space: normal;
  font-weight: 600;
  color: #1057C8;
}
.bloc_faq.resultat_details_list > div .question span.faq_title ~ i,
.bloc_faq.resultat_details_list > div button.collapse-question span.faq_title ~ i {
  float: right;
  background-repeat: no-repeat;
}
.bloc_faq.resultat_details_list > div button.collapse-question, .bloc_faq.resultat_details_list > div button.collapse-question:hover, .bloc_faq.resultat_details_list > div button.collapse-question:active {
  width: 100%;
  border-radius: 0 !important;
  background: transparent;
  box-shadow: none !important;
  white-space: normal;
}
.bloc_faq.resultat_details_list > div button.collapse-question:focus-visible {
  outline: solid 1px #1057C8;
  outline-offset: 0.625rem;
}
.bloc_faq.resultat_details_list .resultat_details {
  padding: 0 2.5rem 0 0.625rem;
}
.bloc_faq.resultat_details_list .resultat_details .response {
  margin-bottom: 0.3125rem;
  font-size: 0.75rem;
}
.bloc_faq.resultat_details_list .resultat_details a.communaute {
  font-size: 0.75rem;
  display: block;
  margin-bottom: 0.625rem;
}

.categorie {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 100%;
  letter-spacing: 0.0625rem;
}
.veol .categorie {
  color: #1057C8;
}
.erdf .categorie {
  color: #1F73B7;
}

a.card-hover {
  display: block;
  position: relative;
}
a.card-hover:hover {
  text-decoration: none;
}
.veol a.card-hover:hover h5, .veol a.card-hover:hover .categorie, .veol a.card-hover:hover h4, .veol a.card-hover:hover h3, .veol a.card-hover:hover p {
  color: #1057C8;
}
.erdf a.card-hover:hover h5, .erdf a.card-hover:hover .categorie, .erdf a.card-hover:hover h4, .erdf a.card-hover:hover h3, .erdf a.card-hover:hover p {
  color: #1F73B7;
}
a.card-hover:hover .img-vue-mosaique, a.card-hover:hover .wrapper-image-breve {
  position: relative;
}
a.card-hover:hover .img-vue-mosaique::before, a.card-hover:hover .wrapper-image-breve::before {
  content: "";
  background-color: var(--filtre-bleu-bg-color);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.75;
}
a.card-hover:hover .cartel-wrapper .categorie {
  color: white !important;
}

.a-la-une h3, .a-la-une h3 a, .a-la-une h4, .a-la-une h4 a, .a-la-une p, .a-la-une p a,
.pour-comprendre h3,
.pour-comprendre h3 a,
.pour-comprendre h4,
.pour-comprendre h4 a,
.pour-comprendre p,
.pour-comprendre p a,
.a-proximite h3,
.a-proximite h3 a,
.a-proximite h4,
.a-proximite h4 a,
.a-proximite p,
.a-proximite p a,
.veol .portlet-dansmescommunautes h3,
.veol .portlet-dansmescommunautes h3 a,
.veol .portlet-dansmescommunautes h4,
.veol .portlet-dansmescommunautes h4 a,
.veol .portlet-dansmescommunautes p,
.veol .portlet-dansmescommunautes p a {
  color: #333333;
}
.a-la-une h3,
.pour-comprendre h3,
.a-proximite h3,
.veol .portlet-dansmescommunautes h3 {
  font-weight: 600;
  margin: 0.9375rem 0;
}
.veol .a-la-une h3,
.veol .pour-comprendre h3,
.veol .a-proximite h3,
.veol .veol .portlet-dansmescommunautes h3 {
  font-size: 1.5rem;
}
.erdf .a-la-une h3,
.erdf .pour-comprendre h3,
.erdf .a-proximite h3,
.erdf .veol .portlet-dansmescommunautes h3 {
  font-size: 1.125rem;
}
.a-la-une p:not(.ellipsis-n):not(.temps-lecture),
.pour-comprendre p:not(.ellipsis-n):not(.temps-lecture),
.a-proximite p:not(.ellipsis-n):not(.temps-lecture),
.veol .portlet-dansmescommunautes p:not(.ellipsis-n):not(.temps-lecture) {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 120%;
}
.a-la-une .label-aui,
.pour-comprendre .label-aui,
.a-proximite .label-aui,
.veol .portlet-dansmescommunautes .label-aui {
  margin-bottom: -10px;
}
.a-la-une .img-vue-mosaique,
.pour-comprendre .img-vue-mosaique,
.a-proximite .img-vue-mosaique,
.veol .portlet-dansmescommunautes .img-vue-mosaique {
  position: relative;
  background-color: #ccc;
  width: 100%;
}
.a-la-une .img-vue-mosaique > span, .a-la-une .img-vue-mosaique > a,
.pour-comprendre .img-vue-mosaique > span,
.pour-comprendre .img-vue-mosaique > a,
.a-proximite .img-vue-mosaique > span,
.a-proximite .img-vue-mosaique > a,
.veol .portlet-dansmescommunautes .img-vue-mosaique > span,
.veol .portlet-dansmescommunautes .img-vue-mosaique > a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 58.4%;
  background-size: cover;
  background-position: left;
}

.a-la-une .categorie, .pour-comprendre .categorie {
  color: #D6430A;
  margin: 0.3125rem 0 0.75rem 0;
  line-height: 120%;
  display: block;
}
.veol .portlet-dansmescommunautes .categorie, .selection-de-la-redaction .categorie {
  color: white;
  font-size: 0.5rem;
  max-height: 3.5625rem;
  overflow: hidden;
}

.cartel-wrapper {
  position: absolute;
  width: 100%;
  top: -10px;
  z-index: 2;
  padding: 0 20px;
  text-align: center;
}
.cartel-wrapper h5, .cartel-wrapper .categorie {
  border-radius: 1.5625rem;
  padding: 0.3125rem 0.625rem;
  margin: 0;
  text-align: center;
  display: inline-block;
  color: white;
  font-size: 0.5rem;
  max-height: 3.5625rem;
  overflow: hidden;
}
.veol .cartel-wrapper h5, .veol .cartel-wrapper .categorie {
  background-color: #1057C8;
}
.erdf .cartel-wrapper h5, .erdf .cartel-wrapper .categorie {
  background-color: #1423DC;
}

.pour-comprendre h2.portlet-title-text-like {
  color: #307A10;
}
.veol .portlet-dansmescommunautes h2.portlet-title-text-like {
  margin-top: 0.3125rem;
}

.a-la-une .en-gloire {
  margin-bottom: 20px;
}
.a-la-une .en-gloire .categorie {
  margin-top: 0;
}
.a-la-une .en-gloire .img-vue-mosaique {
  width: 48.4%;
}
.a-la-une .en-gloire .en-gloire-content {
  width: 51.6%;
  max-height: 180px;
  overflow: hidden;
  padding: 10px 20px 0 20px;
}
.a-la-une .en-gloire .en-gloire-content h3 {
  margin: 0.625rem 0 0.75rem 0;
  overflow: hidden;
  font-size: 1.25rem;
  max-height: 4.5rem;
}
.a-la-une .card-hover .card {
  margin-bottom: 0;
}
.a-la-une h4.ellipsis-4 {
  line-height: 1.2rem;
  height: 4.9rem;
}
.a-la-une.communautes-alaune h3 {
  color: #001A70;
  margin-top: 1.125rem;
  font-size: 1.375rem;
  max-height: none;
}
.a-la-une.communautes-alaune .en-gloire .img-vue-mosaique {
  width: 60%;
}
.a-la-une.communautes-alaune .en-gloire-content {
  width: 40%;
  max-height: none;
}
.a-la-une.communautes-alaune .en-gloire-content, .a-la-une.communautes-alaune .col-md-6 .card-block {
  border-top: solid 1.5rem #1057C8;
}
.erdf .a-la-une.enedis-a-la-une .en-gloire .img-vue-mosaique img {
  height: 11.25rem;
  width: 100%;
  object-fit: cover;
}
.erdf .a-la-une.enedis-a-la-une .col-md-4 .img-vue-mosaique img {
  height: 7.25rem;
  width: 100%;
  object-fit: cover;
}
.erdf .a-la-une.enedis-a-la-une h3 {
  font-size: 1.375rem;
  max-height: 5.5rem;
  margin: 0 0 0.75rem 0;
  color: #58595b;
}
.erdf .a-la-une.enedis-a-la-une h4 {
  font-size: 0.8em;
  line-height: 1.1;
  font-weight: 500;
  color: #58595b;
}
.erdf .a-la-une.enedis-a-la-une .categorie {
  margin: 0 0 0.75rem 0;
  color: #1423DC;
}
.erdf .a-la-une.enedis-a-la-une p {
  color: #58595b;
}

.portlet-actus-aproximite-home h3 {
  margin: 8px 0 !important;
}
.portlet-actus-aproximite-home .autofit-col.for-border-right {
  width: 20px !important;
  border-left: solid 1px #ccc;
}

.selection-de-la-redaction a.card-hover .img-vue-mosaique::before {
  content: "";
  background-color: black;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.35;
}
.selection-de-la-redaction a.card-hover .img-vue-mosaique span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 150%;
  background-size: cover;
  background-position: center;
}
.selection-de-la-redaction a.card-hover .card-like {
  position: relative;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.selection-de-la-redaction a.card-hover .card-like .card-block {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0;
  height: 100%;
  z-index: 2;
}
.selection-de-la-redaction a.card-hover .card-like .card-block p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 130%;
  color: white;
  margin: 0.9375rem;
  word-wrap: unset;
  max-height: 49%;
  overflow: hidden;
  width: calc(100% - 30px);
  position: absolute;
  bottom: 0;
  display: inline-block;
}
.selection-de-la-redaction a.card-hover:hover span.categorie, .selection-de-la-redaction a.card-hover:hover .card-block p {
  color: white !important;
}

.pour-comprendre h3 {
  max-height: 5.5rem;
  overflow: hidden;
  line-height: 1.125rem;
  margin-top: 0;
  font-size: 1rem !important;
  margin-bottom: 0.5rem;
  font-weight: normal;
  color: #333333 !important;
}
.pour-comprendre .card {
  height: 26.875rem;
  border: none;
  margin-bottom: 0.875rem;
}
.pour-comprendre .card .card-block {
  border: solid 0.0625rem #ddd;
  height: 18.125rem;
  overflow: hidden;
  width: 80%;
  margin-left: 10%;
  margin-top: -2.5rem;
  background-color: white;
  padding: 1.875rem;
  position: absolute;
}
.pour-comprendre .card .card-block p:not(.temps-lecture):after {
  content: "";
  background: url(/o/veol-2018-theme/images/common/degrade-blanc.png) 0 0 repeat-x;
  height: 80px;
  width: 100%;
  position: absolute;
  bottom: -0.625rem;
  left: 0;
}
.pour-comprendre a.card-hover:hover .card .card-block {
  margin-top: -2.9375rem;
}
.pour-comprendre .temps-lecture {
  position: absolute;
  bottom: 0;
  z-index: 2;
  font-size: 0.625rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
.pour-comprendre .temps-lecture.dateMaj {
  color: #666666 !important;
}
.pour-comprendre .img-vue-mosaique {
  max-height: 11.25rem;
}

.pour-comprendre-wrapper {
  border-top: solid 0.0625rem #cecece;
  border-bottom: solid 0.0625rem #cecece;
}

.fil-info-list li > .card,
.fil-info-mosaique li > .card {
  box-shadow: none !important;
}

.selection-de-la-redaction a.card-hover:hover {
  box-shadow: none !important;
}
.selection-de-la-redaction a.card-hover:hover .card-like {
  box-shadow: #a7a9ac 0.125rem 0.25rem 0.875rem !important;
}

.portlet-flux-activites-par-type h4 strong,
[class*=mon_reseau_web_portlet_FluxActivites_] h4 strong {
  font-weight: normal;
}

/* 	homepage > blocs actualites : grande image + 4 vignettes
	blocs "a proximité", "actus a la une", asset transverse "vidéo à la une"
*/
.portlet-actus-aproximite-home h2.portlet-title-text-like span::after {
  padding: 0.375rem 0.4375rem;
  top: -0.25rem;
}

.portlet-actus-alaune h2.portlet-title-text::after,
[class*=AssetTransverse] h2.portlet-title-text::after {
  margin-left: 0.75rem;
  padding: 0.4375rem;
  height: 1.5rem;
  top: 0.25rem;
}

.quatreActualites .journal-content-article {
  float: left;
  width: calc(50% - 20px);
  margin-right: 10px;
  margin-bottom: 10px;
}

.actualite__grande a,
.actualite__petite a {
  display: inline-block;
  font-size: 1.75rem;
  line-height: 130%;
  margin-bottom: 1.125rem;
}

.actualite__grande {
  height: 510px;
}
.actualite__grande .portletStyle__img {
  height: 50%;
  background-color: white;
}

.actualite__petite {
  height: 250px;
  position: relative;
}
.actualite__petite .portletStyle__img {
  height: 57.6%;
}
.actualite__petite .portletStyle__body {
  height: 42.4%;
}
.actualite__petite .portletStyle__body a {
  display: inline-block;
  width: calc(100% - 14px);
  vertical-align: middle;
}
.actualite__petite .portletStyle__body .icon-chevron-right {
  display: inline;
}

.bg_bleu {
  background-color: #ebf5ff;
}

.card.card-my-actus {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}
.card.card-my-actus .card-title-container p {
  font-size: 1.125rem;
  font-weight: 400;
}

/* Styles de la catégorie (toujours au-dessus) */
.card.card-my-actus .cartel-wrapper {
  width: 30%;
  text-align: center;
}

/* Styles PAR DÉFAUT (pour les conteneurs larges, ex: portlet à 70% de la page) */
/* Image à gauche, titre à droite, aligné en haut */
.card.card-my-actus .card-media-and-title-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 15px; /* Espacement entre image et titre */
  align-items: flex-start;
}

.card.card-my-actus .card-image-container {
  width: 30%;
  flex-shrink: 0;
}

.card.card-my-actus .card-title-container {
  width: 70%;
  padding-left: 0;
}

.card.card-my-actus .img-vue-mosaique {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.card.card-my-actus .img-vue-mosaique span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card.card-my-actus .img-vue-mosaique .icon-video {
  color: white;
  font-size: 2em;
}

/* Styles SPÉCIFIQUES pour les portlets dans une colonne .col-md-4 */
/* Titre en dessous de l'image */
.portlet-column.col-md-4 .card.card-my-actus .card-media-and-title-wrapper {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.portlet-column.col-md-4 .card.card-my-actus .card-image-container {
  width: 100%;
}
.portlet-column.col-md-4 .card.card-my-actus .card-title-container {
  width: 100%;
  padding-left: 0;
}
.portlet-column.col-md-4 .card.card-my-actus .cartel-wrapper {
  width: 100%;
  text-align: center;
}

/* blocs "a proximité", "actus a la une", asset transverse "vidéo à la une" */
.veol .a-la-une-groupe, .veol .portlet-actus-mescommunautes {
  background-color: #E9F1F9;
}
.veol .a-la-une-groupe .portlet-content-container, .veol .portlet-actus-mescommunautes .portlet-content-container {
  padding: 1rem;
}
.veol .a-la-une-groupe h2.portlet-title-text, .veol .portlet-actus-mescommunautes h2.portlet-title-text {
  padding: 0 1rem;
}
.veol .a-la-une-groupe .card, .veol .portlet-actus-mescommunautes .card {
  background-color: transparent;
}
.veol .a-la-une-groupe .card h3, .veol .portlet-actus-mescommunautes .card h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #1057C8;
  margin: 0.9375rem 0 1.625rem 0;
}
.veol .a-la-une-groupe .card h4, .veol .portlet-actus-mescommunautes .card h4 {
  color: #1057C8;
  line-height: 110%;
}
.veol .a-la-une-groupe .lien-voir-plus, .veol .portlet-actus-mescommunautes .lien-voir-plus {
  background-color: white;
  margin: 0;
  padding: 3px 14px;
}

.bg_matiere.bleu_matiere_wide {
  background-image: url("/o/veol-2018-theme/images/common/bg_bleu_wide.jpg");
  height: 137px;
  margin-bottom: 0;
  background-size: cover;
}

.accroche_bleu {
  margin: 0;
  position: absolute;
  left: 50%;
  z-index: 2;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #323f83 transparent transparent;
}

.msm_bloc_list_title {
  font-size: 13px;
  padding: 12px 30px 0 30px;
  color: #4f9e30;
  min-height: 45px;
}

.msm_bloc_blanc_after {
  border-top: solid 1px #ccc;
  padding: 15px 25px;
}
.msm_bloc_blanc_after ul {
  margin: 0;
}
.msm_bloc_blanc_after ul li {
  list-style-image: url("/o/veol-2018-theme/images/common/fleche_liste.png");
  list-style-position: inside;
}

.veol .msm_bloc_blanc_after {
  background-color: white;
}

.blocks_wrapper .block_type {
  width: 50%;
  position: relative;
}
.blocks_wrapper .block_type:first-of-type {
  padding-right: 8px;
}
.blocks_wrapper .block_type:last-of-type {
  padding-left: 8px;
}
.blocks_wrapper .block_type .titre_wide {
  height: 137px;
  margin-bottom: 0;
}
.blocks_wrapper .block_type .titre_wide p {
  font-size: 28px;
  line-height: 137px;
  color: white;
  text-align: center;
}
.blocks_wrapper .block_type p.description {
  background-color: white;
  text-align: left;
  font-size: 16px;
  color: #666666;
  padding: 70px 40px;
  height: 186px;
  border-bottom: solid 1px #a1a1a3;
  font-weight: normal;
  margin: 0;
}
.blocks_wrapper .block_type .btn_wrapper {
  text-align: center;
  background: white;
  padding: 15px;
}
.blocks_wrapper .block_type a.btn_big_square {
  width: 50%;
  margin: 18px 0;
  text-align: center;
}

.micropost .panel,
.micropost .portlet,
.portlet-microposts-home .panel,
.portlet-microposts-home .portlet {
  margin-bottom: 0;
}
.micropost .panel-heading,
.portlet-microposts-home .panel-heading {
  padding: 15px 15px 10px 15px;
  padding-bottom: 0;
}
.micropost .panel-heading h3,
.portlet-microposts-home .panel-heading h3 {
  margin: 0;
}
.micropost .panel-body,
.portlet-microposts-home .panel-body {
  padding: 0;
}
.micropost .panel-footer,
.portlet-microposts-home .panel-footer {
  padding-top: 0;
}
.micropost .add_post_wrapper .list-group,
.portlet-microposts-home .add_post_wrapper .list-group {
  margin-bottom: 0;
}
.micropost .add_post_wrapper .list-group .list-group-item,
.micropost .add_post_wrapper .list-group .autofit-col,
.portlet-microposts-home .add_post_wrapper .list-group .list-group-item,
.portlet-microposts-home .add_post_wrapper .list-group .autofit-col {
  height: auto;
}
.micropost .add_post_wrapper .list-group .autofit-col,
.portlet-microposts-home .add_post_wrapper .list-group .autofit-col {
  padding: 0.2rem 0.8rem;
}
.micropost .add_post_wrapper .list-group li:first-of-type .autofit-col,
.portlet-microposts-home .add_post_wrapper .list-group li:first-of-type .autofit-col {
  padding-top: 1rem;
}
.micropost .add_post_wrapper.bloc-reduit .list-group .autofit-col,
.portlet-microposts-home .add_post_wrapper.bloc-reduit .list-group .autofit-col {
  padding: 1rem;
}
.micropost .add_post_wrapper button:not(.btn-primary), .micropost .add_post_wrapper button:not(.btn-primary):hover,
.portlet-microposts-home .add_post_wrapper button:not(.btn-primary),
.portlet-microposts-home .add_post_wrapper button:not(.btn-primary):hover {
  background-color: transparent;
  border: none;
}
.micropost .add_post_wrapper .margin-mark,
.portlet-microposts-home .add_post_wrapper .margin-mark {
  margin-left: 12%;
}
.micropost .add_post_wrapper .alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus):not(.form-control), .micropost .add_post_wrapper .alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-editable, .micropost .add_post_wrapper .alloy-editor-container .alloy-editor.alloy-editor-placeholder.cke_focus,
.portlet-microposts-home .add_post_wrapper .alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus):not(.form-control),
.portlet-microposts-home .add_post_wrapper .alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-editable,
.portlet-microposts-home .add_post_wrapper .alloy-editor-container .alloy-editor.alloy-editor-placeholder.cke_focus {
  border: none;
  min-height: 60px;
}
.micropost .add_post_wrapper .alloy-editor-container .lexicon-icon.lexicon-icon-format,
.portlet-microposts-home .add_post_wrapper .alloy-editor-container .lexicon-icon.lexicon-icon-format {
  display: none;
}

.micropost {
  margin-bottom: 1.5em;
}
.veol .micropost {
  border: solid 1px #666666;
}
.erdf .micropost {
  border: solid 1px #d9dfe5;
}

.erdf.dialog-iframe-popup .micropost,
.veol.dialog-iframe-popup .micropost {
  border: none;
  margin: 0;
}

.portlet-separated.portlet-nested-portlets .portlet-microposts-home .portlet-content-container {
  padding: 0;
}
.portlet-separated.portlet-nested-portlets .portlet-microposts-home .portlet-content-container .list-group-item-field,
.portlet-separated.portlet-nested-portlets .portlet-microposts-home .portlet-content-container .list-group-item-content {
  padding: 0;
}
.portlet-separated.portlet-nested-portlets .portlet-microposts-home .portlet-content-container .list-group-item-field {
  padding-left: 0.6875rem;
  padding-right: 1rem;
}
.portlet-separated.portlet-nested-portlets .portlet-microposts-home .portlet-content-container .contacts_selector .list-group-item-field {
  padding-top: 0;
  padding-bottom: 0;
}
.portlet-separated.portlet-nested-portlets .portlet-microposts-home .portlet-content-container .contacts_selector .autocomplete-user-selector {
  margin: 0;
}
.portlet-separated.portlet-nested-portlets .portlet-microposts-home .portlet-content-container .contacts_selector .autocomplete-user-selector .form-control.yui3-aclist-input {
  padding-top: 0;
  padding-bottom: 0;
}
.portlet-separated.portlet-nested-portlets .portlet-microposts-home .portlet-content-container .panel-footer.mb_envoi {
  padding-bottom: 0;
}
.portlet-separated.portlet-nested-portlets .portlet-microposts-home .portlet-content-container .list-group-item.deleguant_selector .list-group-item-content.pt-3 {
  padding-top: 0.375rem !important;
}
.portlet-separated.portlet-nested-portlets .portlet-microposts-home .portlet-content-container .list-group-item.deleguant_selector .list-group-item-content.pt-3 .form-group.input-select-wrapper {
  margin-bottom: 0.1875rem;
}
.portlet-separated.portlet-nested-portlets .portlet-microposts-home .portlet-content-container .list-group-item .file-selector {
  margin-top: 0.375rem;
}
.portlet-separated.portlet-nested-portlets .portlet-microposts-home .add_post_wrapper button:not(.btn-primary) {
  font-size: 0.875rem;
}

.micropost-for-actions {
  padding-top: 0.625rem;
  border-top: solid 1px #E0E0E0;
  margin-top: 0.5rem;
}
.micropost-for-actions .voir-comment {
  margin-left: 2rem;
}
.micropost-for-actions .partager {
  margin-left: 1.875rem;
}
.flux-activites-list.flux-reseau .micropost-for-actions .ratings .counter {
  display: none;
}
.micropost-for-actions .btn:active:focus {
  box-shadow: none;
}
.micropost-for-actions .btn:focus {
  box-shadow: none;
}

.microActivitesAction, .btn.microActivitesAction, .microActivitesAction a {
  font-size: 0.75rem;
  font-weight: 400;
  color: #333333;
  display: flex;
}
.microActivitesAction > i, .btn.microActivitesAction > i, .microActivitesAction a > i {
  margin-right: 0.25rem;
}
.veol .microActivitesAction, .veol .microActivitesAction:hover, .erdf .microActivitesAction, .erdf .microActivitesAction:hover, .veol .btn.microActivitesAction, .veol .btn.microActivitesAction:hover, .erdf .btn.microActivitesAction, .erdf .btn.microActivitesAction:hover, .veol .microActivitesAction a, .veol .microActivitesAction a:hover, .erdf .microActivitesAction a, .erdf .microActivitesAction a:hover {
  color: #333333;
}

span.microActivitesAction {
  display: inline-block;
  margin-left: 0.25rem;
}

/* liste de contributions sur :
    - Mon Réseau
    - échanges libres (conversations)
*/
.mon-micropost {
  margin-bottom: 1rem;
}
.mon-micropost > .portlet {
  margin-bottom: 0;
}
.mon-micropost:not(.portlet-creation-echange-libre) .portlet-content-container .portlet-body, .mon-micropost.portlet-creation-echange-libre .saisie-conversation {
  padding: 1rem;
  border: solid 1px #E0E0E0;
  box-shadow: 0 0.125rem 0.5625rem rgba(0, 0, 0, 0.1);
}
.mon-micropost .micropost-head {
  position: relative;
}
.mon-micropost .micropost-head .autofit-col {
  position: unset;
  justify-content: center;
  line-height: 130%;
}
.mon-micropost .micropost-head .autofit-col > p {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 400;
  color: #666666;
}
.mon-micropost .micropost-head .autofit-col.micropost-trigger > a, .mon-micropost .micropost-head .autofit-col.micropost-trigger > button, .mon-micropost .micropost-head .autofit-col.micropost-trigger > .btn-neutre-like {
  display: block;
}
.mon-micropost .micropost-head .autofit-col.micropost-trigger > a .placeholder-span-publier, .mon-micropost .micropost-head .autofit-col.micropost-trigger > button .placeholder-span-publier, .mon-micropost .micropost-head .autofit-col.micropost-trigger > .btn-neutre-like .placeholder-span-publier {
  display: inline-block;
  font-size: 1rem;
  color: #666666;
  padding: 0.25rem 0.75rem 0.25rem 2.375rem;
  text-align: right;
  border: none;
  border-radius: 0;
  background-color: #E0E0E0;
  padding: 0.375rem 0.75rem 0.375rem 2.375rem;
}
.mon-micropost .micropost-head .autofit-col.micropost-trigger > a .placeholder-span-publier, .mon-micropost .micropost-head .autofit-col.micropost-trigger > a .placeholder-span-publier:hover, .mon-micropost .micropost-head .autofit-col.micropost-trigger > button .placeholder-span-publier, .mon-micropost .micropost-head .autofit-col.micropost-trigger > button .placeholder-span-publier:hover, .mon-micropost .micropost-head .autofit-col.micropost-trigger > .btn-neutre-like .placeholder-span-publier, .mon-micropost .micropost-head .autofit-col.micropost-trigger > .btn-neutre-like .placeholder-span-publier:hover {
  background-image: url("/o/veol-2018-theme/images/icones-svg/mon-reseau/icon-publier-disabled.svg");
  background-repeat: no-repeat;
  background-position: 0.25rem 0.0625rem;
}
.mon-micropost .micropost-head .autofit-col.micropost-trigger > a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.mon-micropost .micropost-head .autofit-col.micropost-trigger > a:hover {
  text-decoration: none;
}
.mon-micropost .micropost-head .autofit-col .authorPublie,
.mon-micropost .micropost-head .autofit-col .btn-select-audience {
  font-size: 0.75rem;
  font-weight: 400;
  color: #333333;
  margin-bottom: 0;
}
.mon-micropost .micropost-head .autofit-col .btn-select-audience {
  background-color: #E0E0E0;
  padding: 0.1875rem 0.375rem;
  border-radius: 0.25rem;
}
.mon-micropost .ae-placeholder:not(:focus) ~ .alloy-editor-placeholder {
  border-width: 0 !important;
}
.mon-micropost .bloc-agrandi .micropost-saisie.conversation .square-textarea-2:not(.alloy-editor-placeholder) {
  border: none;
}
.portal-popup .mon-micropost .bloc-agrandi .micropost-saisie .square-textarea-2.alloy-editor-placeholder {
  top: 0.625rem;
}
.mon-micropost .bloc-agrandi .micropost-saisie .micropost-destinataires {
  font-size: 0.875rem;
  font-weight: 400;
  color: #333333;
  border-bottom: solid 1px #E0E0E0;
  padding-bottom: 0.375rem;
  margin-bottom: 0.375rem;
}
.mon-micropost .bloc-reduit .micropost-saisie.conversation {
  padding-top: 0.375rem;
}
.mon-micropost .micropost-saisie .square-textarea-2:not(.alloy-editor-placeholder) {
  position: relative;
  min-height: 4.125rem;
  padding-right: 2.5rem;
}
.mon-micropost .micropost-saisie .square-textarea-2:not(.alloy-editor-placeholder) ~ .emoji-picker {
  right: 0.3125rem;
  top: 0.3125rem;
}
.portal-popup .mon-micropost .micropost-saisie .square-textarea-2:not(.alloy-editor-placeholder) {
  background-color: #fafafa;
  border: none;
  padding: 0.625rem 2.1875rem 0.625rem 0.625rem;
  margin-bottom: 0.625rem;
  min-height: unset;
}
.mon-micropost .micropost-file-selector .span-ajouter-publication {
  display: none;
}
.mon-micropost .micropost-file-selector .autofit-col {
  justify-content: center;
}
.mon-micropost .micropost-file-selector .autofit-col:last-child {
  justify-content: flex-end;
}
.mon-micropost .micropost-file-selector .file-preview-selector-wrapper {
  display: flex;
  flex-direction: column;
}
.mon-micropost .micropost-file-selector .file-preview-selector-wrapper .file-selector {
  padding: 0;
}
.mon-micropost .micropost-file-selector button.publier {
  display: inline-block;
  font-size: 1rem;
  color: #fff;
  padding: 0.25rem 0.75rem 0.25rem 2.375rem;
  text-align: right;
  border: none;
  border-radius: 0;
  margin-left: 0.75rem;
}
.mon-micropost .micropost-file-selector button.publier, .mon-micropost .micropost-file-selector button.publier:hover {
  background-image: url("/o/veol-2018-theme/images/icones-svg/mon-reseau/icon-publier.svg");
  background-repeat: no-repeat;
  background-position: 0.25rem 0.0625rem;
}
.veol .mon-micropost .micropost-file-selector button.publier {
  background-color: #1057C8;
}
.erdf .mon-micropost .micropost-file-selector button.publier {
  background-color: #1F73B7;
}
.veol .mon-micropost .micropost-file-selector button.publier:hover, .veol .mon-micropost .micropost-file-selector button.publier:active, .veol .mon-micropost .micropost-file-selector button.publier:focus {
  background-color: #001A70;
}
.erdf .mon-micropost .micropost-file-selector button.publier:hover, .erdf .mon-micropost .micropost-file-selector button.publier:active, .erdf .mon-micropost .micropost-file-selector button.publier:focus {
  background-color: #1423DC;
}
.mon-micropost .micropost-file-selector button.add-image {
  font-size: 0.875rem;
  font-weight: 400;
  color: #333333 !important;
  padding-left: 1.5rem;
  margin-bottom: 0;
  background: url("/o/veol-2018-theme/images/icones-svg/mon-reseau/icon-image.svg") 0 0 no-repeat;
}
.mon-micropost .micropost-file-selector button.add-document {
  font-size: 0.875rem;
  font-weight: 400;
  color: #333333 !important;
  padding-left: 1.25rem;
  margin-bottom: 0;
  margin-left: 1rem;
  background: url("/o/veol-2018-theme/images/icones-svg/mon-reseau/icon-document.svg") 0 0 no-repeat;
}
.mon-micropost .micropost-file-selector .galerie-trois-vignettes {
  padding: 0 0.75rem 0.75rem 0.75rem;
}
.mon-micropost .micropost-file-selector .galerie-trois-vignettes .times-circle {
  left: 1rem;
}
.mon-micropost .micropost-file-selector .galerie-trois-vignettes .attachment-filename {
  font-size: 0.75rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
.mon-micropost .micropost-file-selector.file-conversation .galerie-trois-vignettes {
  padding: 0 0 0.75rem 0;
}
.mon-micropost .micropost-file-selector.micropost-footer {
  border-top: solid 1px #E0E0E0;
  padding-top: 0.625rem;
}
.portal-popup .mon-micropost {
  margin-bottom: 0;
}
.portal-popup .mon-micropost form {
  padding: 1rem 1rem 1.25rem 1rem;
  background: none;
}
.portal-popup .mon-micropost form .micropost-head.micropost-update {
  margin-bottom: 1rem;
}
.portal-popup .mon-micropost form .micropost-head.micropost-update .aspect-ratio-bg-cover.user-icon {
  margin-left: -0.25rem;
}
.portal-popup .mon-micropost form .micropost-head.micropost-update .autofit-col:first-child {
  justify-content: flex-start;
}
.portal-popup .mon-micropost form .micropost-file-selector {
  flex-direction: column;
}
.portal-popup .mon-micropost form .micropost-file-selector .galerie-trois-vignettes {
  padding: 0 0 0.75rem 0;
}
.portal-popup .mon-micropost form .micropost-file-selector .galerie-trois-vignettes .attachment-filename {
  word-break: break-all;
}
.portal-popup .mon-micropost form .micropost-file-selector .autofit-col:last-child {
  align-items: flex-end;
}
.portal-popup .mon-micropost form .micropost-file-selector button.add-image {
  margin-left: 0;
}
.portal-popup .mon-micropost .saisie-message {
  padding: 0.75rem;
}
.mon-micropost.portlet-microposts-home .micropost-head .autofit-col > p {
  padding-left: 0.25rem;
  line-height: 1;
  font-size: 0.9375rem;
}
.mon-micropost .add_post_wrapper.dropZone_highlighted {
  border: dashed 0.125rem #1089FF;
  background-color: #f0f8ff;
  margin: -1rem;
  padding: 0.875rem;
}
.mon-micropost .add_post_wrapper.dropZone_highlighted .dropZone {
  border: dashed 0.125rem transparent;
}
.portal-popup .mon-micropost .add_post_wrapper.dropZone_highlighted {
  margin: unset;
  padding: unset;
}
.mon-micropost .add_post_wrapper .dropZone {
  width: auto;
  height: 2.5rem;
  border: 0.125rem dashed #E0E0E0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  color: #666666;
}
.portal-popup .mon-micropost .add_post_wrapper .dropZone {
  margin: 0;
}
.portal-popup .mon-micropost .add_post_wrapper {
  min-height: 31.25rem;
}

.add_post_wrapper[class*=communaute-] .yui3-aclist,
.flux-activites-list .saisie-commentaire .yui3-aclist {
  max-height: 21.875rem;
  overflow-y: auto;
  scrollbar-width: thin;
  border-right: solid 1px #afafaf;
  border-bottom: solid 1px #afafaf;
  box-shadow: #e6e5e5 0.125rem 0.5rem 0.875rem;
}

.m-normal {
  font-size: 1rem;
}

.m-moyenne {
  font-size: 1.3rem;
}

.m-grande {
  font-size: 1.6rem;
}

.cke_notifications_area .cke_notification_info {
  display: none;
}

.flux-activites-list .list-group-item-field,
.flux-activites-list .list-group-item-content {
  background-color: transparent;
  padding: 0.5rem 0.5rem 0.5rem 0;
  border: none;
}
.flux-activites-list .list-group-item-field:first-child,
.flux-activites-list .list-group-item-content:first-child {
  padding-left: 0;
}
.flux-activites-list .list-group-item-field:last-child,
.flux-activites-list .list-group-item-content:last-child {
  padding-right: 0;
}
.flux-activites-list > .list-group-item {
  height: auto;
  display: block;
  background: transparent;
  border: solid 1px #E0E0E0;
  margin-bottom: 1.875rem;
  padding: 0;
}
.flux-activites-list .filet-hr {
  border: none;
}
.flux-activites-list .card .card-header,
.flux-activites-list .card .card-footer {
  background-color: white;
}
.flux-activites-list .card .card-header {
  padding: 1.5rem 1rem 0.5rem 1rem;
}
.flux-activites-list .card .card-header .autofit-col {
  justify-content: flex-start;
}
.flux-activites-list .card .card-footer {
  padding-top: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}
.flux-activites-list .card .authorAction {
  font-size: 0.875rem;
  font-weight: 400;
  color: #333333;
  display: none;
}
.flux-activites-list .card .card-body {
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 400;
  color: #333333;
  padding-top: 0;
  padding-bottom: 0.5rem;
  overflow: hidden;
  word-break: break-word;
}
.flux-activites-list .card .comments {
  margin-left: 0.375rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: #666666;
}
.flux-activites-list .card.activite-micropost .ellipsis-7 {
  height: 11rem;
  line-height: 1.1rem;
  margin-bottom: 1rem;
}
.flux-activites-list .card.activite-micropost .ellipsis-7.ellipsis-suite {
  height: 5.375rem;
}
.flux-activites-list .card.activite-micropost .ellipsis-7.ellipsis-suite > br {
  display: none;
}
.flux-activites-list .card.activite-micropost .seemore {
  background: url(/o/veol-2018-theme/images/common/degrade-blanc.png) 0 0 repeat-x;
  height: 5rem;
  width: 100%;
  position: relative;
  margin-top: -0.1875rem;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
}
.flux-activites-list .card.activite-micropost .seemore > a {
  margin-top: 2rem;
}
.flux-activites-list .card.activite-micropost .cadre-post-recommande {
  color: white;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  position: absolute;
  left: 2.625rem;
  top: -0.75rem;
}
.veol .flux-activites-list .card.activite-micropost .cadre-post-recommande {
  background-color: #D6430A;
}
.erdf .flux-activites-list .card.activite-micropost .cadre-post-recommande {
  background-color: #943510;
}
.flux-activites-list .card.activite-micropost .infos-influenceur {
  padding: 0.5rem;
}
.flux-activites-list .card.activite-micropost .infos-influenceur .abonnes {
  font-weight: 400;
  font-size: 0.625rem;
  color: #666666;
  text-align: center;
  min-width: 6.25rem;
}
.flux-activites-list .card.activite-micropost .images-jointes {
  position: relative;
  height: auto;
  overflow: hidden;
}
.flux-activites-list .card.activite-micropost .images-jointes a {
  display: block;
}
.flux-activites-list .card.activite-micropost .images-jointes a img {
  object-fit: cover;
  width: 100%;
  height: inherit;
}
.flux-activites-list .card.activite-micropost .images-jointes.uneImage a[class^=image] {
  width: 100%;
  height: 19.375rem;
}
.flux-activites-list .card.activite-micropost .images-jointes.deuxImages a.image-1 {
  width: 50%;
  height: 19.375rem;
  float: left;
}
.flux-activites-list .card.activite-micropost .images-jointes.deuxImages a.image-2 {
  width: calc(50% - 0.125rem);
  height: 19.375rem;
  float: left;
  border-left: solid 0.125rem white;
}
@media (max-width: 430px) {
  .flux-activites-list .card.activite-micropost .images-jointes.deuxImages a[class^=image] {
    height: 13.125rem;
  }
}
.flux-activites-list .card.activite-micropost .images-jointes.troisImages a.image-1, .flux-activites-list .card.activite-micropost .images-jointes.plusImages a.image-1 {
  width: 28.4375rem;
  height: 19.375rem;
  border-right: solid 0.125rem white;
}
.flux-activites-list .card.activite-micropost .images-jointes.troisImages a.image-2, .flux-activites-list .card.activite-micropost .images-jointes.plusImages a.image-2 {
  width: 9.1875rem;
  height: 9.6875rem;
  position: absolute;
  top: 0;
  right: 0;
}
.flux-activites-list .card.activite-micropost .images-jointes.troisImages a.image-3, .flux-activites-list .card.activite-micropost .images-jointes.plusImages a.image-3 {
  width: 9.1875rem;
  height: 9.5625rem;
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: solid 0.125rem white;
}
@media (max-width: 430px) {
  .flux-activites-list .card.activite-micropost .images-jointes.troisImages a[class^=image], .flux-activites-list .card.activite-micropost .images-jointes.plusImages a[class^=image] {
    display: block;
    width: 33%;
    float: left;
    height: 9.6875rem;
    position: unset;
    border-top: none;
    border-right: solid 0.125rem white;
  }
}
.flux-activites-list .card.activite-micropost .images-jointes.plusImages .voir-autres-images {
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  font-size: 1.75rem;
  font-weight: 400;
  width: 9.1875rem;
  height: 9.5625rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.flux-activites-list .card.activite-micropost .images-jointes.plusImages .voir-autres-images span {
  height: inherit;
  width: inherit;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 430px) {
  .flux-activites-list .card.activite-micropost .images-jointes.plusImages .voir-autres-images {
    display: none;
  }
}
.flux-activites-list .card.activite-micropost .images-jointes ~ ul.nmnp {
  margin-top: 0.625rem;
}
.flux-activites-list .card.activite-micropost img.uploading-image {
  max-width: 100%;
}
.flux-activites-list .card.a-commente-micropost .extrait-article, .flux-activites-list .card.a-aime-micropost .extrait-article {
  border-top: solid 0.0625rem #E0E0E0;
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
}
.flux-activites-list .card.a-commente-micropost .extrait-article .img-rectangle-liste-wrapper, .flux-activites-list .card.a-aime-micropost .extrait-article .img-rectangle-liste-wrapper {
  position: relative;
  margin-right: 0.625rem;
}
.flux-activites-list .card.a-commente-micropost .extrait-article .img-rectangle-liste-wrapper img, .flux-activites-list .card.a-aime-micropost .extrait-article .img-rectangle-liste-wrapper img {
  object-fit: cover;
  object-position: center;
  width: 6.625rem;
  height: 3.9375rem;
}
.flux-activites-list .card.a-commente-micropost .extrait-article .img-rectangle-liste-wrapper > a, .flux-activites-list .card.a-aime-micropost .extrait-article .img-rectangle-liste-wrapper > a {
  display: inline-block;
}
.flux-activites-list .card.a-commente-micropost .extrait-article .ellipsis-n, .flux-activites-list .card.a-aime-micropost .extrait-article .ellipsis-n {
  margin-bottom: 0.75rem;
  font-weight: 600;
}
.flux-activites-list .card.a-commente-micropost .extrait-article .microActivitesAction .card-activites-infos, .flux-activites-list .card.a-aime-micropost .extrait-article .microActivitesAction .card-activites-infos {
  line-height: 1.2;
}
.flux-activites-list .card.a-commente-micropost .extrait-article .img-rectangle-liste-wrapper img[src*=vignette-default], .flux-activites-list .card.a-aime-micropost .extrait-article .img-rectangle-liste-wrapper img[src*=vignette-default] {
  display: none;
}
.flux-activites-list .tooltips > div,
.flux-activites-list .tooltips > a {
  margin-left: 0.3125rem;
}
.flux-activites-list .tooltips .asset-flag {
  position: relative;
  top: -0.0625rem;
}
.flux-activites-list .tooltips .ratings {
  vertical-align: top;
  float: left;
}
.flux-activites-list .tbar-item.field-for-like {
  width: 4.375rem;
  padding-right: 0;
}
.flux-activites-list .tbar-item.field-for-like .taglib-ratings.like {
  position: static;
  margin-top: -0.5625rem;
  float: right;
}
.flux-activites-list .tbar-item.micropost-for-like .taglib-ratings.like {
  margin-top: 0.375rem;
}
.flux-activites-list .entry-comment {
  padding: 0.9375rem 5.3125rem 0.9375rem 3.125rem;
  position: relative;
  text-align: justify;
}
.flux-activites-list .entry-comment .sticker-bottom-right {
  right: 3.75rem;
}
.flux-activites-list .img-rectangle-liste-wrapper:not(.forUserPortrait) {
  position: relative;
}
.flux-activites-list .img-rectangle-liste-wrapper:not(.forUserPortrait) img {
  object-fit: cover;
  object-position: center;
  width: 135px;
  height: 90px;
}
.flux-activites-list .img-rectangle-liste-wrapper:not(.forUserPortrait) > a {
  display: inline-block;
}
.flux-activites-list .echange_message_body span.display_inline p:first-child {
  display: inline;
}

.expert_selected_board {
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.125rem 0.5rem;
  color: #fff;
  border-radius: 0.3125rem;
  display: inline-flex;
}
.veol .expert_selected_board {
  background: #1057C8;
}
.erdf .expert_selected_board {
  background: #1F73B7;
}

.authorName[class^=mt-] a {
  margin-top: inherit;
}

ul.activite-micropost-reponses-list li.activite-micropost-reponse {
  padding: 0 1rem;
  border: none;
}
ul.activite-micropost-reponses-list li.activite-micropost-reponse .reponse-text {
  padding: 0 0 0 0.5rem;
  border-left: solid 0.1875rem #E0E0E0;
  margin: 0.625rem 0;
  text-align: left;
}
ul.activite-micropost-reponses-list li.activite-micropost-reponse .reponse-text p {
  margin: 0;
}
ul.activite-micropost-reponses-list li.activite-micropost-reponse .reponse-text, ul.activite-micropost-reponses-list li.activite-micropost-reponse .reponse-text p {
  font-size: 0.75rem;
  color: #333333;
}
ul.activite-micropost-reponses-list li.activite-micropost-reponse .images-jointes {
  position: relative;
  height: auto;
  overflow: hidden;
}
ul.activite-micropost-reponses-list li.activite-micropost-reponse .images-jointes a, ul.activite-micropost-reponses-list li.activite-micropost-reponse .images-jointes span.img-sans-zoom {
  display: block;
  width: 33.33%;
  height: 7.375rem;
  float: left;
  position: relative;
}
ul.activite-micropost-reponses-list li.activite-micropost-reponse .images-jointes a:not(:nth-child(3)), ul.activite-micropost-reponses-list li.activite-micropost-reponse .images-jointes span.img-sans-zoom:not(:nth-child(3)) {
  border-right: solid 0.125rem white;
}
ul.activite-micropost-reponses-list li.activite-micropost-reponse .images-jointes a img, ul.activite-micropost-reponses-list li.activite-micropost-reponse .images-jointes span.img-sans-zoom img {
  object-fit: cover;
  width: 100%;
  height: inherit;
}
ul.activite-micropost-reponses-list li.activite-micropost-reponse .images-jointes.plusImages .voir-autres-images {
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  font-size: 1.75rem;
  font-weight: 400;
  height: inherit;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
ul.activite-micropost-reponses-list li.activite-micropost-reponse .images-jointes.plusImages .voir-autres-images span {
  height: inherit;
  width: inherit;
  display: block;
  line-height: 7.125rem;
  text-align: center;
}
ul.activite-micropost-reponses-list li.activite-micropost-reponse .autofit-row.reponse-like.ratings-small .btn:focus {
  box-shadow: none;
}

.preview-placeholder {
  max-width: 100%;
}
.preview-placeholder .apercu-article {
  margin-top: 0.4375rem;
  margin-bottom: 0.5625rem;
  box-shadow: #e6e5e5 0.125rem 0.25rem 0.625rem !important;
  line-height: initial;
}
.preview-placeholder .apercu-article, .preview-placeholder .apercu-article .card-col-gutters {
  max-width: 100%;
  justify-content: unset;
}
.preview-placeholder .apercu-article .img-cover {
  max-width: 26.25rem;
}
.preview-placeholder .apercu-article .shareArtMicroDelete {
  display: none;
}

.taglib-icon-hashtag {
  width: 1.25rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
}

.nombreContacts-portlet {
  background-color: #001A70;
}
.erdf .nombreContacts-portlet {
  background-color: #1423DC;
}
.nombreContacts-portlet .portlet-body > div {
  display: contents;
}
.nombreContacts-portlet .nombrescontact {
  width: 50%;
  align-items: center;
  padding: 1.25rem 0;
}
.nombreContacts-portlet .nombrescontact strong {
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
}
.nombreContacts-portlet .nombrescontact .link_see_all_contacts a {
  color: white;
  text-decoration: underline;
  text-transform: capitalize;
  font-size: 0.75rem;
  float: left;
}
.nombreContacts-portlet .nombrescontact .do_not_see_all_contacts p {
  color: white;
  font-size: 0.75rem;
  text-transform: capitalize;
  margin-bottom: 0;
}

@media screen and (min-width: 0\0 ) {
  #mesnotificationscount {
    top: -0.9375rem;
  }
}
.lfr-pagination-buttons.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  justify-content: center;
}
.lfr-pagination-buttons.pagination li.page-item {
  display: inline-flex;
}
.lfr-pagination-buttons.pagination li.page-item:first-child {
  margin-right: 0.1875rem;
}
.lfr-pagination-buttons.pagination li.page-item.disabled > a,
.lfr-pagination-buttons.pagination li.page-item.disabled > span {
  color: #666666;
  background-color: white;
}
.lfr-pagination-buttons.pagination li.page-item.disabled > a:hover, .lfr-pagination-buttons.pagination li.page-item.disabled > a:focus,
.lfr-pagination-buttons.pagination li.page-item.disabled > span:hover,
.lfr-pagination-buttons.pagination li.page-item.disabled > span:focus {
  cursor: not-allowed;
}

.haut_de_page {
  margin-bottom: 1.25rem;
  font-size: 0.8125rem;
  color: #001A70;
  font-weight: 700;
  display: block;
  text-align: right;
}
.haut_de_page::before {
  content: "";
  display: inline-block;
  background-image: url("/o/veol-2018-theme/images/ico/ico_vers_haut_de_page.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 0.75rem;
  height: 0.9375rem;
  margin-right: 0.4375rem;
}

.breadcrumb {
  background-color: white;
  margin-bottom: 0.3125rem;
  padding: 0;
}
.breadcrumb.breadcrumb-slash > li + li::before {
  background-image: none;
  content: "/";
  text-align: center;
  top: 0.4375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.portletStyle__info {
  margin: 0.3125rem 0;
  padding: 0;
}

.info__item {
  display: inline-block;
  padding-right: 10px;
}
.info__item:not(:last-child) {
  border-right: solid 1px #666666;
}
.info__item:not(:first-child) {
  padding-left: 10px;
}

.communautePublications {
  height: auto;
}

.communautePublications__list {
  list-style-type: none;
}

/* dl dt dd en ligne */
.inline-dl dt {
  float: left;
}

/* pour forcer IE à considérer un "dt" vide */
.ie .inline-dl dd::after {
  padding: 10px;
}

/* Espace de separation apres un element */
.space-after:after {
  content: " ";
  white-space: pre;
}

/* Menu Portée de Control Panel/Contennu */
.product-menu .scope-selector {
  border-bottom: 1px solid #365d9e;
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}

/* auteur d un commentaire */
.lfr-discussion-message .lfr-discussion-message-author .author-link {
  font-weight: bold;
} /*fil actu small*/
.fil_actu_small .asset-abstract {
  background: #fff;
  display: table;
  width: 100%;
  padding: 15px;
  margin-bottom: 10px;
}
.fil_actu_small .asset-abstract .metadata-publish-date {
  display: table-cell;
  width: 80%;
}
.fil_actu_small .asset-abstract ul {
  display: table-cell;
  width: 20%;
}
.fil_actu_small .asset-abstract ul li {
  display: inline-block;
  list-style: none;
}
.fil_actu_small .asset-abstract .fil_actu_small_middle {
  display: table-row-group;
}

@media only print {
  a[href]:after {
    content: none;
  }
}
@media only screen {
  .for_print_only {
    display: none;
  }
}
@media only print {
  .for_print_only {
    display: inline-block;
  }
  .top_info_relative {
    top: 0 !important;
  }
  .comment_grey,
  .taglib-ratings.like .thumbrating a.glyphicon-thumbs-up.rating-off::after,
  .taglib-ratings.like .thumbrating a.glyphicon-thumbs-up.rating-on::after,
  .asset_retweet,
  .asset_share,
  #blog_bookmarkId,
  .print-action,
  .traduction-action,
  .reply-action,
  .asset-flag,
  .btn-comment,
  [class^=lfr-discussion-details] a,
  .fieldset.add-comment,
  .list-group-card-icon,
  .toolbar-group-content[title],
  .traduction-boutons-wrapper {
    display: none !important;
  }
  .lfr-discussion-body .lfr-discussion-controls > div,
  [class^=lfr-discussion-details] {
    float: none !important;
  }
  .card.list-group-card.card-horizontal {
    border: solid 1px black;
  }
  .card.list-group-card.card-horizontal .panel-body {
    padding: 0.5rem;
  }
  .article-add-comment,
  .toolbar.toolbar-bottom-article,
  .lfr-discussion-body,
  .journal-content-article > .row,
  .lfr-discussion-body .lfr-discussion-controls > div {
    margin: 0 !important;
  }
  .toolbar.toolbar-bottom-article {
    border-top-color: black !important;
    border-bottom-color: black !important;
  }
  p.expert_selected_board {
    background: white !important;
    color: black;
    display: inline-block !important;
    padding: 0;
    margin: 0;
  }
  .card-col-content > div:first-of-type {
    height: 0 !important;
  }
  .journal-content-article,
  .asset-content > .col-md-12 {
    padding: 0 !important;
  }
  .like ~ .for_print_only {
    position: relative;
    top: 5px;
  }
}
.service-couleur,
.service-icone {
  position: relative;
  width: 100%;
}

.service-icone {
  background-repeat: no-repeat;
  background-position: center center;
}

.service-couleur.wrapper-radio.bleu_fonce_edf {
  background-color: #001A70;
}
.service-couleur.wrapper-radio.bleu_clair_edf {
  background-color: #1057C8;
}
.service-couleur.wrapper-radio.gris_clair {
  background-color: #ecf0f3;
}
.service-couleur.wrapper-radio.orange_fonce_edf {
  background-color: #D6430A;
}
.service-couleur.wrapper-radio.orange_clair_edf {
  background-color: #FFB210;
}
.service-couleur.wrapper-radio.vert_fonce_edf {
  background-color: #307A10;
}
.service-couleur.wrapper-radio.vert_clair_edf {
  background-color: #C0E410;
}
.erdf .service-couleur.wrapper-radio.bleu_fonce_edf {
  background-color: #1423DC;
}
.erdf .service-couleur.wrapper-radio.bleu_clair_edf {
  background-color: #2382D2;
}
.erdf .service-couleur.wrapper-radio.gris_clair {
  background-color: #ecf0f3;
}
.erdf .service-couleur.wrapper-radio.orange_fonce_edf {
  background-color: #8755C8;
}
.erdf .service-couleur.wrapper-radio.orange_clair_edf {
  background-color: #ac2c0c;
}
.erdf .service-couleur.wrapper-radio.vert_fonce_edf {
  background-color: #2A7E7E;
}
.erdf .service-couleur.wrapper-radio.vert_clair_edf {
  background-color: #96CD32;
}
.service-couleur.serviceoutil-icon.bleu_fonce_edf {
  background: #005bbb;
  background: -webkit-linear-gradient(to bottom, #005bbb 0%, #003783 100%);
  background: -moz-linear-gradient(to bottom, #005bbb 0%, #003783 100%);
  background: linear-gradient(to bottom, #005bbb 0%, #003783 100%);
}
.erdf .service-couleur.serviceoutil-icon.bleu_fonce_edf {
  background: #004689;
  background: -webkit-linear-gradient(to top, #004689 0%, #4087ca 72%);
  background: -moz-linear-gradient(to top, #004689 0%, #4087ca 72%);
  background: linear-gradient(to top, #004689 0%, #4087ca 72%);
}
.service-couleur.serviceoutil-icon.bleu_clair_edf {
  background: #288ffd;
  background: -webkit-linear-gradient(to bottom, #288ffd 0%, #035fc0 100%);
  background: -moz-linear-gradient(to bottom, #288ffd 0%, #035fc0 100%);
  background: linear-gradient(to bottom, #288ffd 0%, #035fc0 100%);
}
.erdf .service-couleur.serviceoutil-icon.bleu_clair_edf {
  background: #4087ca;
  background: -webkit-linear-gradient(to top, #4087ca 0%, #7faed8 100%);
  background: -moz-linear-gradient(to top, #4087ca 0%, #7faed8 100%);
  background: linear-gradient(to top, #4087ca 0%, #7faed8 100%);
}
.service-couleur.serviceoutil-icon.gris_clair {
  background-color: #ecf0f3;
}
.service-couleur.serviceoutil-icon.orange_fonce_edf {
  background: #fe5815;
  background: -webkit-linear-gradient(to bottom, #fe5815 0%, #e13409 100%);
  background: -moz-linear-gradient(to bottom, #fe5815 0%, #e13409 100%);
  background: linear-gradient(to bottom, #fe5815 0%, #e13409 100%);
}
.erdf .service-couleur.serviceoutil-icon.orange_fonce_edf {
  background: #ac2c0c;
  background: -webkit-linear-gradient(to top, #ac2c0c 0%, #f29d88 100%);
  background: -moz-linear-gradient(to top, #ac2c0c 0%, #f29d88 100%);
  background: linear-gradient(to top, #ac2c0c 0%, #f29d88 100%);
}
.service-couleur.serviceoutil-icon.orange_clair_edf {
  background: #ff9b2c;
  background: -webkit-linear-gradient(to bottom, #ff9b2c 0%, #ff5c03 100%);
  background: -moz-linear-gradient(to bottom, #ff9b2c 0%, #ff5c03 100%);
  background: linear-gradient(to bottom, #ff9b2c 0%, #ff5c03 100%);
}
.erdf .service-couleur.serviceoutil-icon.orange_clair_edf {
  background: #f37293;
  background: -webkit-linear-gradient(to top, #f37293 0%, #fbd0db 100%);
  background: -moz-linear-gradient(to top, #f37293 0%, #fbd0db 100%);
  background: linear-gradient(to top, #f37293 0%, #fbd0db 100%);
}
.service-couleur.serviceoutil-icon.vert_fonce_edf {
  background: #509e2f;
  background: -webkit-linear-gradient(to bottom, #509e2f 0%, #0d8151 100%);
  background: -moz-linear-gradient(to bottom, #509e2f 0%, #0d8151 100%);
  background: linear-gradient(to bottom, #509e2f 0%, #0d8151 100%);
}
.erdf .service-couleur.serviceoutil-icon.vert_fonce_edf {
  background: #496406;
  background: -webkit-linear-gradient(to top, #496406 0%, #93c90e 52%);
  background: -moz-linear-gradient(to top, #496406 0%, #93c90e 52%);
  background: linear-gradient(to top, #496406 0%, #93c90e 52%);
}
.service-couleur.serviceoutil-icon.vert_clair_edf {
  background: #c4d600;
  background: -webkit-linear-gradient(to bottom, #c4d600 0%, #83c205 100%);
  background: -moz-linear-gradient(to bottom, #c4d600 0%, #83c205 100%);
  background: linear-gradient(to bottom, #c4d600 0%, #83c205 100%);
}
.erdf .service-couleur.serviceoutil-icon.vert_clair_edf {
  background: #00b2a9;
  background: -webkit-linear-gradient(to top, #00b2a9 0%, #7fd8d4 72%);
  background: -moz-linear-gradient(to top, #00b2a9 0%, #7fd8d4 72%);
  background: linear-gradient(to top, #00b2a9 0%, #7fd8d4 72%);
}
.erdf .service-couleur.serviceoutil-icon.vert_clair_edf .service-icone.ordinateur {
  background-image: url(/o/celluledi-mes-outils-web/images/ico-ordinateur-white.svg);
  background-size: 140% auto;
}
.service-couleur.serviceoutil-icon.vert_clair_edf .service-icone.communication {
  background-image: url(/o/celluledi-mes-outils-web/images/ico-communication.svg);
  background-size: 120% auto;
}
.service-couleur.serviceoutil-icon.vert_clair_edf .service-icone.echange {
  background-image: url(/o/celluledi-mes-outils-web/images/ico-echange.svg);
  background-size: 140% auto;
}
.service-couleur.serviceoutil-icon.vert_clair_edf .service-icone.ordinateur {
  background-image: url(/o/celluledi-mes-outils-web/images/ico-ordinateur.svg);
  background-size: 140% auto;
}
.service-couleur.serviceoutil-icon.vert_clair_edf .service-icone.outil {
  background-image: url(/o/celluledi-mes-outils-web/images/ico-outil.svg);
  background-size: 140% auto;
}
.service-couleur.serviceoutil-icon.vert_clair_edf .service-icone.reseau {
  background-image: url(/o/celluledi-mes-outils-web/images/ico-reseau.svg);
  background-size: 180% auto;
}
.service-couleur.serviceoutil-icon.vert_clair_edf .service-icone.voiture {
  background-image: url(/o/celluledi-mes-outils-web/images/ico-voiture.svg);
  background-size: 120% auto;
}
.service-couleur.serviceoutil-icon .service-icone.communication {
  background-image: url(/o/celluledi-mes-outils-web/images/ico-communication-white.svg);
  background-size: 120% auto;
  opacity: 0.4;
}
.service-couleur.serviceoutil-icon .service-icone.echange {
  background-image: url(/o/celluledi-mes-outils-web/images/ico-echange-white.svg);
  background-size: 140% auto;
  opacity: 0.4;
}
.service-couleur.serviceoutil-icon .service-icone.ordinateur {
  background-image: url(/o/celluledi-mes-outils-web/images/ico-ordinateur-white.svg);
  background-size: 140% auto;
  opacity: 0.4;
}
.service-couleur.serviceoutil-icon .service-icone.outil {
  background-image: url(/o/celluledi-mes-outils-web/images/ico-outil-white.svg);
  background-size: 140% auto;
  opacity: 0.4;
}
.service-couleur.serviceoutil-icon .service-icone.reseau {
  background-image: url(/o/celluledi-mes-outils-web/images/ico-reseau-white.svg);
  background-size: 180% auto;
  opacity: 0.4;
}
.service-couleur.serviceoutil-icon .service-icone.voiture {
  background-image: url(/o/celluledi-mes-outils-web/images/ico-voiture-white.svg);
  background-size: 120% auto;
  opacity: 0.4;
}

.service-icone {
  background-size: 120% auto;
}
.service-icone.communication {
  background-image: url(/o/celluledi-mes-outils-web/images/ico-communication.svg);
}
.service-icone.echange {
  background-image: url(/o/celluledi-mes-outils-web/images/ico-echange.svg);
}
.service-icone.ordinateur {
  background-image: url(/o/celluledi-mes-outils-web/images/ico-ordinateur.svg);
}
.service-icone.outil {
  background-image: url(/o/celluledi-mes-outils-web/images/ico-outil.svg);
}
.service-icone.reseau {
  background-image: url(/o/celluledi-mes-outils-web/images/ico-reseau.svg);
}
.service-icone.voiture {
  background-image: url(/o/celluledi-mes-outils-web/images/ico-voiture.svg);
}

.serviceoutil-vignette {
  position: relative;
  width: 64px;
  height: 64px;
  display: inline-block;
}
.serviceoutil-vignette .asset-title {
  display: inline-block;
  width: inherit;
  height: inherit;
}
.serviceoutil-vignette.small-vignette {
  width: 40px;
  height: 40px;
}
.serviceoutil-vignette .service-icone {
  height: 64px;
}
.result_search_autocomplete .serviceoutil-vignette .service-icone {
  height: 42px;
}
.serviceoutil-vignette .serviceoutil-icon {
  border-radius: 15%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.serviceoutil-vignette .serviceoutil-icon.groupeservices-icon {
  border: 1px solid grey;
  padding: 5px;
}
.serviceoutil-vignette .serviceoutil-icon.groupeservices-icon .groupeservices-item {
  width: 28.66667%;
  height: 28.66667%;
  float: left;
  margin-right: 7%;
  margin-top: 7%;
}
.serviceoutil-vignette .serviceoutil-icon.groupeservices-icon .groupeservices-item:nth-child(3n) {
  margin-right: 0;
}
.serviceoutil-vignette .serviceoutil-icon.groupeservices-icon .groupeservices-item:nth-child(1), .serviceoutil-vignette .serviceoutil-icon.groupeservices-icon .groupeservices-item:nth-child(2), .serviceoutil-vignette .serviceoutil-icon.groupeservices-icon .groupeservices-item:nth-child(3) {
  margin-top: 0;
}
.serviceoutil-vignette .serviceoutil-icon.groupeservices-icon .service-icone {
  height: 14px;
}
.serviceoutil-vignette .serviceoutil-icon > img {
  object-fit: cover;
  width: inherit;
  height: inherit;
  vertical-align: top;
}
.serviceoutil-vignette .serviceoutil-icon.gris_clair img {
  width: 150%;
  position: relative;
  top: -16px;
  left: -15px;
}
.serviceoutil-vignette a:hover {
  text-decoration: none;
}

.service_list_intitule .switch p,
.service_list_description .switch p {
  font-size: 9px;
  line-height: 120%;
  font-weight: normal;
  border: solid 1px #ccc;
  border-radius: 15%;
  width: 70px;
  height: 55px;
  text-align: center;
  padding: 6px;
  right: 20px;
  position: relative;
  text-transform: uppercase;
}

.nav > li.active > a {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav > li:not(.active) > a:hover, .nav > li > a:focus {
  border-color: #eee #eee #ddd;
  background-color: #eee;
  text-decoration: underline;
}
.veol .nav > li:not(.active) > a:hover, .veol .nav > li > a:focus {
  color: #1057C8;
}
.erdf .nav > li:not(.active) > a:hover, .erdf .nav > li > a:focus {
  color: #1423DC;
}

/*
- page actualités :
    - intranet-fil-info-communaute.ftl
- transverse :
    - intranet-fil-info-transverse.ftl
    - intranet-asset-transverse.ftl
*/
.aLaUne {
  position: relative;
  margin-bottom: 0.9375rem;
}
.aLaUne .label-inverse-primary {
  width: 86%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.aLaUne .label-alternate {
  width: 86%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.aLaUne p {
  font-size: 0.75rem;
}
.aLaUne .img-vue-mosaique a[style],
.aLaUne .img-vue-mosaique span[style],
.aLaUne .img-vue-aLaUne a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 58.4%;
  background-size: cover;
  background-position: left;
}
.aLaUne .img-vue-mosaique .userPortrait {
  margin-top: 10px;
}
.aLaUne .card-block {
  padding-top: 0;
}
.aLaUne .card-block .asset-title p.asset-title-head {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 600;
  color: #333333;
  margin: 0;
  height: 1.375rem;
}
.aLaUne .card-block .asset-title h3 {
  margin-bottom: 0.25rem;
}
.aLaUne .card-block .asset-title h3, .aLaUne .card-block .asset-title h3 a {
  font-size: 1rem;
  font-weight: 400;
}
.aLaUne .card-block .asset-title h3.ellipsis-2 {
  height: 2.3125rem;
}
.aLaUne .card-block .asset-title h3.ellipsis-4 {
  height: 4.5rem;
}
.aLaUne .txt-vue-aLaUne {
  background-color: white;
  padding: 20px;
}
.aLaUne .txt-vue-aLaUne h3 {
  margin-top: 0;
}
.intranet-video-alaune-actus .aLaUne {
  border: none;
  margin-bottom: 0;
}
.intranet-fil-info-transverse .aLaUne > h2 {
  margin-top: 4rem;
}
.intranet-fil-info-transverse .aLaUne > h2 span {
  display: inline-block;
}
.intranet-fil-info-transverse .aLaUne > h2 .btn-with-close {
  margin-top: -10px;
  margin-left: 10px;
}
.aLaUne .img-vue-mosaique, .aLaUne .cropped-img__listView .autofit-col {
  position: relative;
}

.retweet-lu-dans {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.4375rem;
  text-align: center;
}
.retweet-lu-dans .label.label-inverse-primary {
  width: calc(100% - 1.875rem);
  font-size: 0.5625rem;
  padding: 0.1875rem 0.4375rem;
  margin: 0;
  text-align: center;
}

@media (max-width: 414px) {
  .intranet-home-mescommunautes-actus .card-row {
    flex-direction: column;
  }
  .intranet-home-mescommunautes-actus .card-row .autofit-col {
    width: 100%;
  }
  .intranet-home-mescommunautes-actus .card-row .autofit-col .cropped-img__listView:not(.forUserPortrait) > a {
    display: block;
  }
  .intranet-home-mescommunautes-actus .card-row .autofit-col .cropped-img__listView:not(.forUserPortrait) > a img {
    width: 100%;
    height: 10.9375rem;
    max-height: unset;
    object-fit: cover;
  }
  .intranet-home-mescommunautes-actus .card-row .autofit-col .cropped-img__listView:not(.forUserPortrait) > a img[src*="vignette-default-380x222.png"] {
    display: none;
  }
}
.intranet-fil-info-mini-avec-img .card-image > a {
  display: block;
}
.intranet-fil-info-mini-avec-img .card-image img {
  width: 100%;
  height: 8.75rem;
  object-fit: cover;
}
@media (max-width: 414px) {
  .intranet-fil-info-mini-avec-img .card-image img {
    height: 10.9375rem;
  }
  .intranet-fil-info-mini-avec-img .card-image img[src*="vignette-default-380x222.png"] {
    display: none;
  }
}