@charset "UTF-8";
/**
 * Clay 3.37.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
 */
@font-face {
  font-family: MontBold;
  src: url("../font/Mont-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: NexaBookItalic;
  src: url("../font/Nexa-BookItalic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: NexaBook;
  src: url("../font/Nexa-Book.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: NexaBold;
  src: url("../font/Nexa-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: NexaHeavyItalic;
  src: url("../font/Nexa-HeavyItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: NexaHeavy;
  src: url("../font/Nexa-Heavy.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: NexaLight;
  src: url("../font/Nexa-Light.otf") format("opentype");
  font-weight: normal;
  font-style: light;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "o2icon";
  src: url("../font/o2icon.eot?v=1.2.0");
  src: url("../font/o2icon.eot?v=1.2.0#iefix") format("embedded-opentype"), url("../font/o2icon.ttf?v=1.2.0") format("truetype"), url("../font/o2icon.woff?v=1.2.0") format("woff"), url("../font/o2icon.svg?v=1.2.0#o2icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.o2icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "o2icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.o2-lbl {
  display: contents !important;
}

/* set the overriding variables */
/**
 * Clay 3.37.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
 */
.loadingmask-message {
  background: transparent;
  border-width: 0;
  display: block;
  height: 1em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  width: 1em;
}
.loadingmask-message .loadingmask-message-content {
  -webkit-animation: loading-animation 1.2s infinite ease-out;
  animation: loading-animation 1.2s infinite ease-out;
  background: transparent;
  border-radius: 50%;
  border-width: 0;
  clear: both;
  color: transparent;
  height: 1em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  transform: translateZ(0);
  width: 1em;
}

.logo {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.portal-iframe #main-content {
  width: 100%;
}

.separator {
  border-top: 1px solid #cdced9;
  clear: both;
  display: block;
  margin: 15px auto;
}

.entry-status {
  border-left: 4px solid transparent;
}

span.alert {
  display: inline-block;
}

.quick-access-nav {
  position: absolute;
  top: -1000px;
  width: 100%;
  z-index: 1000;
}
.quick-access-nav a {
  background: #333;
  background: rgba(51, 51, 51, 0.9);
  border: 1px solid #fff;
  left: 0;
  outline: none;
  padding: 8px;
  position: absolute;
  right: 0;
  text-align: center;
}
.quick-access-nav a:focus {
  color: #fff;
  top: 1000px;
}

@media (max-width: 991.98px) {
  .responsive-table-horizontal {
    display: block;
    position: relative;
    width: 100%;
  }
  .responsive-table-horizontal:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
  }
  .responsive-table-horizontal tbody {
    display: block;
    overflow-x: auto;
    position: relative;
    white-space: nowrap;
    width: auto;
  }
  .responsive-table-horizontal tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  .responsive-table-horizontal tbody tr td {
    display: block;
    margin-bottom: 20px;
  }
  .responsive-table-horizontal tbody tr td:first-child {
    text-align: left;
  }
  .responsive-table-horizontal thead {
    display: block;
    float: left;
    margin-right: 10px;
  }
  .responsive-table-horizontal thead:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
  }
  .responsive-table-horizontal thead th {
    display: block;
    margin-bottom: 20px;
    text-align: right;
  }
  .responsive-table-horizontal thead th:first-child {
    text-align: right;
  }
}
.important {
  font-weight: bold;
}

.highlight {
  background: #ffc;
  font-weight: bold;
  margin: 0 1px;
}

.hide {
  display: none !important;
}

.hide-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.force-offset {
  display: block !important;
  position: absolute !important;
  visibility: hidden !important;
}

.unselectable,
.unselectable * {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup,
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  background: transparent;
}
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  background: transparent;
}
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  border-color: #a6a6a6;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}

.lfr-asset-category-container .no-matches {
  color: #999;
}

.lfr-asset-category-search-container {
  background-color: #d3dadd;
  border-bottom-color: #aeb8bc;
}

.lfr-asset-category-list ul {
  list-style: none;
  margin-top: 4px;
  padding: 0;
}
.lfr-asset-category-list li {
  list-style-type: none;
  margin: 0;
  padding: 0 0 3px 16px;
}
.lfr-asset-category-list span {
  padding-left: 3px;
}
.lfr-asset-category-list a.selected {
  background-color: #eee;
}

.lfr-asset-category-list-container {
  cursor: pointer;
}

.lfr-categories-selector-category-name {
  float: left;
  width: 50%;
}

.lfr-categories-selector-search-results-path {
  color: #575757;
  float: right;
  font-size: 0.9em;
  text-align: right;
  width: 49%;
}

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

.lfr-asset-column-details .lfr-panel.lfr-extended {
  border-color: #ccc;
}

.overlay {
  position: absolute;
}

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

.form-builder-field {
  background-color: white;
  border: 0.0625rem solid #e7e7ed;
  border-radius: 0.25rem;
  margin-top: 0.5rem;
  padding: 0.625rem;
}

.form-builder-placeholder {
  border: 0.0625rem dashed #ccc;
  margin: 0.3125rem;
}

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

html:not(#__):not(#___) .overlay-content .open > .cadmin.dropdown-menu {
  display: block;
  position: static;
}

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

.dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-menu .dropdown-item.active {
  pointer-events: initial;
}

.dropdown-toggle:after {
  border-width: 0;
  content: normal;
}

.dropup .dropdown-toggle:after {
  border-width: 0;
  content: normal;
}

.dropdown > .dropdown-menu {
  position: absolute;
}

.lfr-edit-layout-panel .taglib-form-navigator .button-holder {
  background-color: #fff;
}

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

.form-inline label {
  display: inline-block;
}

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

.alert.popup-alert-notice, .alert.popup-alert-warning, .alert.taglib-portal-message {
  left: 0;
  line-height: 30px;
  padding: 9px 14px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
}
@media (max-width: 991.98px) {
  .alert.popup-alert-notice, .alert.popup-alert-warning, .alert.taglib-portal-message {
    line-height: 20px;
    margin-bottom: 0;
    padding: 14px 28px;
    position: static;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .alert.popup-alert-notice, .alert.popup-alert-warning, .alert.taglib-portal-message {
    margin: 0 -20px;
  }
}
.alert.lfr-shutdown-message.popup-alert-warning {
  margin: 0;
  position: relative;
}

.definition-of-terms dd:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.definition-of-terms dl {
  margin-left: 0;
}
@media (max-width: 767.98px) {
  .definition-of-terms dl {
    margin-left: 10px;
  }
}
.definition-of-terms dt {
  color: #333;
  font-weight: normal;
  margin-bottom: 2em;
  width: 100%;
  width: 25em;
  word-break: break-word;
}
@media (min-width: 576px) {
  .definition-of-terms dt {
    float: left;
    width: auto;
  }
}

.lfr-code {
  background: #fff;
  border: 1px solid transparent;
  border-color: #777;
  font-family: monospace;
  overflow: hidden;
  overflow-wrap: normal;
  overflow-x: auto;
  white-space: pre;
  word-break: normal;
  word-wrap: normal;
}
.lfr-code table {
  table-layout: auto;
  width: 100%;
}
.lfr-code table tr td.lines, .lfr-code table tr td.line-numbers {
  border-width: 0;
}
.lfr-code table tr td.line-numbers {
  background: #fafafa;
  border-right-width: 1px;
  color: #aaa;
  cursor: default;
  padding: 0 8px;
  text-align: right;
  text-shadow: 1px 1px #fff;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: top;
  width: 1%;
}

.popup-alert-notice .countdown-timer {
  font-size: 1.1em;
  font-weight: bold;
}

.lfr-token {
  background-color: #b3daef;
  border: 1px solid transparent;
  border-color: #5fa8ff;
  color: #444;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  margin: 0.1em 0.2em;
  padding: 0.3em 0.5em;
  text-decoration: none;
}
.lfr-token:hover {
  background-color: #d1e5ef;
}

.lfr-button {
  background: no-repeat 0 50%;
  padding: 2px 0 2px 20px;
}

.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-checkbox-preselected {
  opacity: 0.5;
}

.controls-hidden .lfr-configurator-visibility {
  display: none;
}
.controls-hidden .portlet-topper-toolbar {
  display: none !important;
}

.js .controls-hidden .lfr-meta-actions,
.js .controls-hidden .lfr-configurator-visibility {
  display: none;
}
.js .page-maximized .portlet-topper-toolbar {
  display: block;
}

.lfr-header-row {
  border-bottom-color: #7b7b7b;
}
.lfr-header-row .lfr-search-combobox {
  border-color: #5f5f5f;
}

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

#portlet-set-properties fieldset fieldset legend {
  font-size: 1.1em;
}

.lfr-preview-file {
  position: relative;
}

.lfr-preview-file-content {
  border-bottom: 1px solid transparent;
  border-bottom-color: #6d6d6e;
  padding: 0 0 40px 135px;
  position: relative;
}

.lfr-preview-audio-content,
.lfr-preview-video-content {
  padding-left: 0;
}

.lfr-preview-file-arrow {
  border-radius: 4px;
  height: 52px;
  line-height: 48px;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
}
@media (min-width: 576px) {
  .lfr-preview-file-arrow {
    height: 64px;
    line-height: 60px;
    width: 64px;
  }
}
.lfr-preview-file-arrow.carousel-control {
  background-color: #000;
  background-image: none;
}

.lfr-preview-file-image-current {
  background: url(../images/aui/loading_indicator.gif) no-repeat 50% 50%;
  max-height: 440px;
  max-width: 100%;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .lfr-preview-file-image-current {
    max-height: 65%;
  }
}

.lfr-preview-file-image {
  display: block;
  margin: 5px;
  width: 100%;
}
.lfr-preview-file-image img {
  background: url(../images/aui/loading_indicator.gif) no-repeat 50% 50%;
  border: 1px solid transparent;
  border-color: #aeb8bc;
  display: inline-block;
  margin: 3px;
  min-height: 40px;
  width: 72px;
}

.lfr-preview-file-image-selected img,
.lfr-preview-file-image:hover img {
  border-color: #00a2ea;
}

.lfr-preview-file-loading-indicator {
  background: #333;
  bottom: 0;
  color: #fff;
  left: 0;
  margin: 2px;
  padding: 2px 5px;
  position: absolute;
}

.lfr-preview-file-image-overlay {
  height: 90%;
  width: 70%;
}
.lfr-preview-file-image-overlay .modal-header {
  min-height: 61px;
}
.lfr-preview-file-image-overlay .modal-header .close {
  font-size: 30px;
}

.lfr-preview-file-image-overlay-controls {
  pointer-events: all;
}
.lfr-preview-file-image-overlay-controls .image-viewer-control.carousel-control.left {
  left: 15px;
}
.lfr-preview-file-image-overlay-controls .image-viewer-control.carousel-control.right {
  right: 25px;
}

textarea.lfr-editor-textarea {
  font-family: monospace;
  height: 100%;
  min-height: 8em;
  min-width: 10em;
  padding: 0;
  width: 100%;
}

.sidebar-sm {
  font-size: 0.875rem;
}
.sidebar-sm .sheet-subtitle {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.sidebar-sm .form-group {
  margin-bottom: 1rem;
}
.sidebar-sm .form-control {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  height: 2rem;
  line-height: 1.5;
  min-height: auto;
  padding: 0.25rem 0.75rem;
}
.sidebar-sm .form-control.form-control-tag-group {
  height: auto;
}
.sidebar-sm .form-control.form-control-tag-group .form-control-inset {
  margin-bottom: 0;
  margin-top: 0;
}
.sidebar-sm .form-control.form-control-tag-group .label {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 0.25rem;
}
.sidebar-sm .form-control[type=file] {
  padding: 0;
}
.sidebar-sm select.form-control {
  padding-right: 1.6rem;
}
.sidebar-sm select.form-control:not([size]) {
  height: 2rem;
}
.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 .btn:not(.btn-unstyled) {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  line-height: 1.15;
  padding: 0.4375rem 0.75rem;
}
.sidebar-sm .btn:not(.btn-unstyled).close {
  padding: 0.4375rem;
}
.sidebar-sm .btn.btn-monospaced, .sidebar-sm .btn.btn-monospaced.btn-sm {
  height: 2rem;
  padding: 0.1875rem 0;
  width: 2rem;
}
.sidebar-sm .btn.btn-monospaced.input-localized-trigger, .sidebar-sm .btn.btn-monospaced.btn-sm.input-localized-trigger {
  padding: 0;
}
.sidebar-sm .input-group-item .input-group-text {
  font-size: 0.875rem;
  height: 2rem;
  min-width: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.sidebar-sm .input-group-item .btn .btn-section {
  font-size: 0.5625rem;
}
.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-spa-loading-bar {
  background: #2fa4f5;
  display: none;
  height: 2px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2000;
}

.lfr-spa-loading .lfr-spa-loading-bar {
  display: block;
}

.lfr-tags-selector-list {
  border: 0 solid transparent;
  border-width: 0 1px 1px;
  margin-bottom: 0.5em;
}
.lfr-tags-selector-list li.tree-node .tree-node-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lfr-tags-selector-content.has-error .form-feedback-item {
  margin-top: -1.5em;
}
.lfr-tags-selector-content .toolbar {
  position: static;
}
.lfr-tags-selector-content .textboxlistentry-holder li {
  margin: 0 5px 0 0;
}
.lfr-tags-selector-content .textboxlist-input-container input {
  margin: 0;
}
.lfr-tags-selector-content .textboxlist-input-container .textboxlist-content .field-input-text {
  padding: 0;
}

.lfr-tag-selector-popup {
  width: 250px;
}
.lfr-tag-selector-popup label {
  border-bottom: 1px solid #eee;
  cursor: pointer;
  display: block;
  padding: 2px;
  padding-left: 20px;
}
.lfr-tag-selector-popup label input {
  margin-right: 5px;
  vertical-align: middle;
}
.lfr-tag-selector-popup label .lfr-tag-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lfr-tag-selector-popup ul {
  margin: 0;
}
.lfr-tag-selector-popup li li {
  list-style: none;
  margin-left: 1em;
}
.lfr-tag-selector-popup .lfr-tag-selector-search,
.lfr-tag-selector-popup .lfr-tag-selector-input {
  margin-bottom: 0;
}
.lfr-tag-selector-popup .lfr-tag-message {
  display: none;
}
.lfr-tag-selector-popup .no-matches {
  color: #999;
  padding: 3px;
}
.lfr-tag-selector-popup .no-matches .lfr-tag-message {
  display: block;
}

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

.undomanager .lfr-undo-queue {
  margin: 10px auto;
}

.lfr-action-undo {
  float: left;
}

.lfr-action-clear {
  float: right;
}

.undomanager .lfr-queue-empty,
.lfr-queue-single .lfr-action-clear {
  display: none;
}

.lfr-upload-container {
  margin-bottom: 1em;
}
.lfr-upload-container .upload-target {
  border: 3px dashed #ddd;
  margin-bottom: 1em;
  min-height: 30px;
  padding: 30px 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: #ddedde;
  border-color: #7d7;
  border-style: dashed;
}
.lfr-upload-container .upload-target h4 span {
  display: block;
  margin: 5px 0;
  text-transform: lowercase;
}
.lfr-upload-container .upload-target .or-text {
  font-size: 0.8em;
}
.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 .manage-upload-target {
  padding: 5px 0 0;
  position: relative;
}
.lfr-upload-container .manage-upload-target .select-files {
  margin: 0 1.125rem 1.125rem;
}
.lfr-upload-container .browse-button-container {
  padding-top: 5px;
}
.lfr-upload-container a.browse-button {
  background-image: url(../images/common/add.png);
  background-repeat: no-repeat;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
}
.lfr-upload-container a.clear-uploads {
  background-image: url(../images/common/remove.png);
  background-repeat: no-repeat;
  float: right;
  padding-left: 16px;
}
.lfr-upload-container a.cancel-uploads {
  background-image: url(../images/common/close.png);
  background-repeat: no-repeat;
  float: right;
  margin-right: 0;
}
.lfr-upload-container .upload-file.upload-complete.file-saved {
  padding-left: 25px;
}
.lfr-upload-container .upload-file .file-title {
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
  padding-right: 16px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.lfr-upload-container .upload-file .icon-file {
  font-size: 40px;
}
.lfr-upload-container .upload-list-info {
  margin: 1em 0 0.5em;
}
.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em;
}
.lfr-upload-container .cancel-button {
  color: #869cad;
  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: #869cad;
}
.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: #fdd url(../images/messages/error.png) no-repeat 5px 5px;
  border-color: #900;
  color: #900;
  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 {
  background-color: #ffc;
}
.lfr-upload-container .file-uploading .progress {
  display: flex;
}

.select-files {
  float: left;
  line-height: 0;
  margin-right: 2px;
  padding: 0 0 0 5px;
}

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

.app-view-entry.selected .entry-metadata dt,
.app-view-entry.selected .entry-metadata dd,
.app-view-entry.selected .entry-metadata .entry-categories,
.app-view-entry.selected .entry-metadata .entry-tags,
.app-view-entry.selected .entry-metadata .entry-description {
  color: #f0f0f0;
}
.app-view-entry .entry-action {
  position: absolute;
  right: 6px;
  top: 10px;
}
.app-view-entry .entry-action .btn {
  padding: 0;
}
.app-view-entry .entry-selector {
  left: 5px;
  position: absolute;
  top: 10px;
}
.app-view-entry .entry-title {
  display: block;
  font-size: 1.15em;
  font-weight: bold;
  padding: 5px 0 10px;
}
.app-view-entry .entry-link {
  display: block;
  overflow: hidden;
  text-align: left;
  text-decoration: none;
}
.app-view-entry .entry-metadata {
  margin: 10px 0 20px;
}
@media (max-width: 991.98px) {
  .app-view-entry .entry-metadata {
    margin: 0 0 5px 15px;
    width: 85%;
  }
}
.app-view-entry .entry-metadata .entry-title {
  padding-bottom: 3px;
}
.app-view-entry .entry-metadata .entry-description {
  display: block;
}
.app-view-entry .entry-metadata dl {
  margin: 0;
}
.app-view-entry .entry-metadata dl.entry-latest-approved-container {
  margin: 20px 0;
}
.app-view-entry .entry-metadata dl dt {
  float: left;
  margin-right: 3px;
}
.app-view-entry .entry-metadata .entry-categories,
.app-view-entry .entry-metadata .entry-tags {
  display: block;
}
.app-view-entry .entry-metadata .entry-tags .tag {
  margin-left: 15px;
}
.app-view-entry .entry-metadata .entry-tags .tag:first-child {
  margin-left: 0;
}
.app-view-entry .entry-metadata .entry-categories .taglib-asset-categories-summary {
  font-weight: bold;
}
.app-view-entry .entry-metadata .entry-categories .taglib-asset-categories-summary .asset-category {
  font-weight: normal;
  margin-left: 0.8em;
}
.app-view-entry .entry-metadata dt,
.app-view-entry .entry-metadata dd,
.app-view-entry .entry-metadata .entry-categories,
.app-view-entry .entry-metadata .entry-tags,
.app-view-entry .entry-metadata .entry-description {
  color: #333;
  line-height: 1.5em;
  overflow: hidden;
  word-wrap: break-word;
}
.app-view-entry .entry-metadata .taglib-workflow-status {
  display: inline;
}
.app-view-entry .entry-metadata .taglib-workflow-status .workflow-status {
  padding-left: 0.2em;
}
.app-view-entry .overlay.entry-action a {
  display: block;
  width: 20px;
}
.app-view-entry .entry-title .entry-categories,
.app-view-entry a.entry-title .entry-tags {
  font-size: 16px;
}
.app-view-entry.selected, .app-view-entry.selected:hover {
  background-color: #00a2ea;
}
.app-view-entry.selected a, .app-view-entry.selected a:focus, .app-view-entry.selected a:hover {
  color: #fff;
}
.app-view-entry.selected a .lfr-icon-menu-arrow {
  color: #333;
}
.app-view-entry.active-area, .app-view-entry.active-area.hover, .app-view-entry.active-area td {
  background-color: #5ad300;
}
.app-view-entry:hover, .app-view-entry.hover {
  background-color: #d3e8f1;
}
.app-view-entry a.entry-link:hover {
  text-decoration: none;
}
.app-view-entry a.entry-link:hover .entry-metadata .entry-title .entry-title-text {
  text-decoration: underline;
}

.lfr-search-container td .overlay.entry-action {
  position: static;
}
.lfr-search-container td .overlay.entry-action .btn a {
  display: block;
  padding: 4px 12px;
}

.taglib-asset-metadata {
  clear: both;
  overflow: hidden;
  padding: 10px;
}
.taglib-asset-metadata span {
  display: inline-block;
}
.taglib-asset-metadata .asset-metadata-panel {
  clear: both;
}
.taglib-asset-metadata .metadata-entry-label {
  font-weight: normal;
}
.taglib-asset-metadata .metadata-author {
  font-weight: bold;
  overflow: hidden;
  padding: 10px;
}
.taglib-asset-metadata .metadata-author .asset-avatar {
  float: left;
  padding-right: 10px;
}
.taglib-asset-metadata .metadata-author .asset-avatar .avatar {
  width: 45px;
}
.taglib-asset-metadata .metadata-author .asset-user-info {
  margin-top: 5px;
}
.taglib-asset-metadata .metadata-author .asset-user-info .user-info {
  display: block;
}
.taglib-asset-metadata .metadata-entry {
  color: #999;
  margin-right: 2em;
}
.taglib-asset-metadata .metadata-author .asset-user-info .user-info {
  color: #009ae5;
  font-size: 14px;
  line-height: 14px;
}
.taglib-asset-metadata .metadata-author .asset-user-info .date-info {
  color: #8c8c8c;
  font-size: 13px;
}

.contextual-sidebar {
  height: calc(100vh - 49px);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 49px;
  transform: translateX(100%);
  transition: transform ease 0.5s;
  width: 320px;
  will-change: transform;
}
.contextual-sidebar.contextual-sidebar-visible {
  pointer-events: auto;
  transform: translateX(0);
}
body.has-control-menu .contextual-sidebar {
  height: calc(100vh - 98px);
  top: 98px;
}

@media (min-width: 576px) {
  .contextual-sidebar {
    height: calc(100vh - 64px);
    top: 64px;
  }
  body.has-control-menu .contextual-sidebar {
    height: calc(
				100vh - 120px
			);
    top: 120px;
  }
  .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-addedline,
#taglib-diff-results ins {
  background: #e6ffe6;
}

.taglib-diff-context {
  background: #eee;
}

.taglib-diff-deletedline,
#taglib-diff-results del {
  background: #ffe6e6;
}

.taglib-diff-table {
  border-collapse: separate;
  border-spacing: 5pt;
  table-layout: fixed;
}
.taglib-diff-table td {
  word-wrap: break-word;
}

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

.diff-version-comparator .taglib-diff-html .diff-html-changed {
  background-image: none;
  border-bottom: 2px dotted #009ae5;
}
.diff-version-comparator .taglib-diff-html .diff-html-changed img {
  border-color: #009ae5;
  max-width: 100%;
}
.diff-version-comparator .taglib-diff-html .diff-added-image,
.diff-version-comparator .taglib-diff-html .diff-removed-image {
  display: none;
}
.diff-version-comparator .diff-container-column .diff-container {
  min-height: 400px;
}
.diff-version-comparator .diff-container-column .legend-item {
  margin-right: 15px;
}
.diff-version-comparator .diff-target-selector {
  border-left: 1px solid #e5e5e5;
  padding-left: 30px;
}
.diff-version-comparator .diff-version-filter {
  background-color: #f9f9f9;
}
.diff-version-comparator .divider {
  margin-bottom: 20px;
}
.diff-version-comparator .list-group-item {
  cursor: pointer;
}

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

.lfr-discussion-reply-popover {
  width: 25rem;
}
@media (min-width: 576px) {
  .lfr-discussion-reply-popover {
    max-width: 25rem;
  }
}

.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%;
}
.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;
}
.drop-here-info .drop-icons span {
  position: absolute;
  text-align: center;
}
.drop-here-info .drop-icons span:nth-of-type(1) {
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  top: 10px;
  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) {
  display: block;
  font-size: 45px;
  height: 70px;
  left: 90px;
  line-height: 70px;
  opacity: 0;
  position: relative;
  top: 8px;
  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;
}

.taglib-empty-result-message.sheet {
  margin-bottom: 24px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  color: #6c757d;
  margin-top: 8px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  max-width: 200px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(/o/classic-theme/images/states/empty_state.gif);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(/o/classic-theme/images/states/search_state.gif);
  max-width: 210px;
  padding-top: 232px;
}
.taglib-empty-result-message .taglib-empty-state {
  background-image: url(/o/classic-theme/images/states/empty_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-success-state {
  background-image: url(/o/classic-theme/images/states/success_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-search-state {
  background-image: url(/o/classic-theme/images/states/search_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
.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;
}

.lfr-ddm-field-group {
  margin-bottom: 20px;
}

.lfr-ddm-field-group-inline {
  display: inline-block;
  vertical-align: bottom;
}

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

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

.taglib-form-navigator .error-notice,
.taglib-form-navigator .modified-notice {
  display: none;
}
.taglib-form-navigator > .form-steps {
  position: relative;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  background: transparent;
  border-width: 0;
  clear: both;
  float: none;
  overflow: visible;
  padding: 0;
  width: 100%;
}
@media (max-width: 991.98px) {
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
    overflow: auto;
    white-space: nowrap;
  }
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab {
  border-width: 0;
  display: inline-block;
  overflow: visible;
  position: relative;
  text-align: center;
  white-space: nowrap;
  z-index: 50;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active {
  background: transparent;
  opacity: 1;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active:last-child .tab-label .tab-icon {
  display: none;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label {
  position: relative;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label:hover, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label:focus {
  background: transparent;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .message {
  color: #000;
  display: inline-block;
  opacity: 0.7;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .number {
  background: #333;
  font-size: 18px;
  opacity: 1;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .tab-icon {
  color: #333;
  display: inline-block;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label {
  background: transparent;
  border-width: 0;
  display: block;
  margin: 0 5px 0 -5px;
  outline: 0;
  padding: 0;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus {
  text-decoration: 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 {
  opacity: 1;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .error-notice {
  display: none;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
  background: #ccc;
  clear: both;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin: 5px;
  opacity: 0.6;
  text-decoration: none;
  width: 30px;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .message {
  color: #000;
  font-size: 12px;
  margin-left: -5px;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .modified-notice {
  display: none;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .tab-icon {
  display: none;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.multi-step-progress-bar {
  display: block;
  padding-top: 10px;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.multi-step-progress-bar .tab-label {
  outline-width: 0;
}
.taglib-form-navigator .form-navigator-content {
  overflow: visible;
}
.taglib-form-navigator .form-navigator-content .form-section {
  display: none;
}
.taglib-form-navigator .form-navigator-content .form-section.active {
  display: block;
}
.taglib-form-navigator .form-navigator-content .form-section textarea {
  max-width: 100%;
}
.taglib-form-navigator .form-navigator-content legend {
  overflow: auto;
  padding-bottom: 2px;
}
.taglib-form-navigator .section-modified .modified-notice {
  display: inline-block;
}
.taglib-form-navigator .section-error .error-notice {
  display: inline-block;
  margin-right: 5px;
}

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

a.taglib-icon, a.taglib-icon:focus, a.taglib-icon:hover {
  text-decoration: none;
}
a.taglib-icon:focus .taglib-text, a.taglib-icon:hover .taglib-text {
  text-decoration: underline;
}
a.taglib-icon.btn:focus .taglib-text, a.taglib-icon.btn:hover .taglib-text {
  text-decoration: none;
}

.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px;
}

.taglib-icon-label {
  margin-left: 12px;
}

.icon-monospaced, .icon-monospaced[class^=icon-], .icon-monospaced[class*=" icon-"] {
  color: inherit;
  display: inline-block;
  height: 2rem;
  line-height: 34px;
  text-align: center;
  width: 2rem;
}
.icon-monospaced.lexicon-icon {
  padding: 8px;
}
.btn-monospaced > .icon-monospaced:not(.lexicon-icon) {
  padding: 0;
}

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

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

@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-icon-menu-open:after {
  clear: both;
  content: "";
  display: table;
}
.lfr-icon-menu-open .dropdown-menu {
  position: static;
}

.taglib-image-selector {
  height: 100%;
  min-height: 100px;
  padding: 0;
  position: relative;
  text-align: center;
}
.taglib-image-selector.drop-enabled .drop-here-info .drop-here-indicator {
  height: 90px;
}
.taglib-image-selector.drop-enabled .drop-here-info .drop-text {
  display: inline-block;
  margin-left: 20px;
  margin-top: 0;
}
.taglib-image-selector .progress-wrapper {
  display: none;
  left: 50%;
  max-width: 450px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}
.taglib-image-selector .progress-wrapper button {
  margin-top: 20px;
}
.taglib-image-selector .progress-wrapper p {
  font-size: 18px;
  margin: 0;
  text-align: left;
}
.taglib-image-selector .progress-wrapper p.size {
  font-size: 14px;
}
.taglib-image-selector .progress-wrapper .progressbar {
  height: 6px;
  margin: 5px auto;
  width: 100%;
}
.taglib-image-selector.drop-active .change-image-controls {
  display: none;
}
.taglib-image-selector.drop-active .progress-wrapper {
  display: none;
}
.taglib-image-selector.draggable-image.vertical .current-image {
  left: 0 !important;
  max-height: inherit;
  min-width: 100%;
}
.taglib-image-selector.draggable-image.horizontal .current-image {
  max-width: inherit;
}
.taglib-image-selector.draggable-image.both .current-image {
  max-height: 100%;
  max-width: 100%;
}
.taglib-image-selector.draggable-image.drop-enabled .image-wrapper {
  height: 0;
}
.taglib-image-selector.draggable-image .image-wrapper {
  height: 400px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767.98px) {
  .taglib-image-selector.draggable-image .image-wrapper {
    height: 150px;
  }
}
.taglib-image-selector.progress-active .change-image-controls {
  display: none;
}
.taglib-image-selector.progress-active .progress-wrapper {
  display: block;
}
.taglib-image-selector .browse-image-controls,
.taglib-image-selector .current-image {
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}
.taglib-image-selector .browse-image-controls {
  padding: 10px;
  width: 100%;
  z-index: 1;
}
.taglib-image-selector .browse-image-controls .drag-drop-label,
.taglib-image-selector .browse-image-controls .browse-image {
  font-size: 16px;
}
.taglib-image-selector .browse-image-controls .drag-drop-label {
  line-height: 35px;
}
.taglib-image-selector .browse-image-controls .file-validation-info {
  margin-top: 15px;
}
.taglib-image-selector .change-image-controls {
  bottom: 10px;
  padding: 10px;
  position: absolute;
  right: 10px;
}
.taglib-image-selector .current-image {
  margin-bottom: 5px;
}
.taglib-image-selector .error-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.taglib-image-selector .selection-status {
  left: 50%;
  padding: 11px 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.taglib-image-selector .yui3-uploader-content {
  display: none;
}

.info-bar-container {
  background-color: #fff;
  border-bottom: 1px solid #edf0f2;
  min-height: 47px;
}
.info-bar-container .info-bar {
  padding: 0;
}
@media (min-width: 576px) {
  .info-bar-container {
    min-height: 59px;
  }
}
.info-bar-container .info-bar-default .taglib-workflow-status .workflow-version {
  color: #6b6c7e;
}
.info-bar-container .info-bar-default .btn {
  margin: 7px 0 7px 15px;
}
@media (min-width: 576px) {
  .info-bar-container .info-bar-default .btn {
    margin: 13px 0 13px 15px;
  }
}
.info-bar-container .info-bar-center {
  left: 50%;
  margin-top: 16px;
  position: absolute;
  text-align: center;
  transform: translate(-50%);
  width: 100%;
}
@media (min-width: 576px) {
  .info-bar-container .info-bar-center {
    margin-top: 20px;
  }
}
.info-bar-container.affix {
  min-height: 35px;
  transition: min-height 0.15s ease;
}
.info-bar-container.affix .info-bar-center {
  margin-top: 5px;
}

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

.input-group .input-localized .input-localized-content {
  margin-top: 3px;
}

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

.taglib-image-selector .change-image-controls {
  background: #fff;
}
.taglib-image-selector .selection-status {
  background: #fff;
  opacity: 0;
  z-index: -1;
}
.taglib-image-selector .progress-wrapper .progressbar {
  background: #b0b4bb;
  opacity: 0.7;
}
.taglib-image-selector.check-active .selection-status {
  opacity: 1;
  z-index: 0;
}
.taglib-image-selector.drop-active {
  outline-width: 0;
}
.taglib-image-selector.drop-active .browse-image-controls {
  opacity: 0;
}
.taglib-image-selector.drop-active .selection-status {
  opacity: 0;
}
.taglib-image-selector.drop-active .image-wrapper {
  opacity: 0.15;
}
.taglib-image-selector.drop-active .error-wrapper {
  opacity: 0;
}
.taglib-image-selector.progress-active .image-wrapper {
  opacity: 0.15;
}
.taglib-image-selector.progress-active .browse-image-controls {
  opacity: 0;
}
.taglib-image-selector.progress-active .drop-here-info {
  opacity: 0;
}
.taglib-image-selector.progress-active .selection-status {
  opacity: 0;
}

.portal-popup {
  background-color: #fff;
}

.portlet-item-selector .management-bar {
  border-bottom-color: #e7e7ed;
}

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

.lfr-tree-display-page .tree-node .tree-node-over .tree-label {
  text-decoration: none;
}
.lfr-tree-display-page .tree-label {
  cursor: default;
}
.lfr-tree-display-page .tree-label a {
  color: black;
}
.lfr-tree-display-page .tree-label .layout-page-invalid {
  color: #aaa;
  font-style: italic;
}
.lfr-tree-display-page .tree-label .layout-page-invalid:hover {
  cursor: default;
  text-decoration: none;
}

.lfr-tree-radio.lfr-tree-root-node-hidden .lfr-root-node + .tree-container {
  margin-left: 0;
}

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

@media (max-width: 767.98px) {
  .alert-notifications.alert-notifications-fixed {
    top: inherit;
  }
  .alert-notifications.alert-notifications-fixed .alert {
    max-width: none;
  }
}

.lfr-notification-container {
  bottom: 1.25rem;
  left: 1.25rem;
  max-height: 100%;
  max-width: 400px;
  overflow: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  position: fixed;
  width: 100%;
  z-index: 999999;
}
.lfr-notification-container .lfr-notification-wrapper {
  margin-bottom: 5px;
  overflow: hidden;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

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

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

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

.lfr-asset-type-column,
.lfr-author-column,
.lfr-city-column,
.lfr-country-column,
.lfr-email-address-column,
.lfr-job-title-column,
.lfr-region-column,
.lfr-removed-by-column,
.lfr-replier-column,
.lfr-scope-column,
.lfr-screen-name-column,
.lfr-type-column,
.lfr-user-column,
.lfr-users-column {
  word-wrap: break-word;
}
@media (min-width: 576px) {
  .lfr-asset-type-column,
  .lfr-author-column,
  .lfr-city-column,
  .lfr-country-column,
  .lfr-email-address-column,
  .lfr-job-title-column,
  .lfr-region-column,
  .lfr-removed-by-column,
  .lfr-replier-column,
  .lfr-scope-column,
  .lfr-screen-name-column,
  .lfr-type-column,
  .lfr-user-column,
  .lfr-users-column {
    max-width: 125px;
    min-width: 100px;
  }
}

.lfr-completion-date-column,
.lfr-create-date-column,
.lfr-date-column,
.lfr-discount-column,
.lfr-display-date-column,
.lfr-expiration-date-column,
.lfr-last-post-date-column,
.lfr-modified-date-column,
.lfr-price-column,
.lfr-removed-date-column,
.lfr-reply-date-column,
.lfr-revision-column,
.lfr-size-column,
.lfr-total-column {
  white-space: nowrap;
}

.lfr-description-column,
.lfr-role-column {
  max-width: 375px;
  min-width: 375px;
}

.lfr-email-address-column,
.lfr-name-column,
.lfr-parent-organization-column,
.lfr-screen-name-column,
.lfr-title-column,
.lfr-url-column,
.lfr-wiki-column {
  max-width: 200px;
  min-width: 200px;
}

.lfr-email-column,
.lfr-mobile-column,
.lfr-website-column {
  min-width: 100px;
}
@media (min-width: 576px) {
  .lfr-email-column,
  .lfr-mobile-column,
  .lfr-website-column {
    min-width: 115px;
  }
}
.lfr-email-column .checkbox-container .form-group,
.lfr-mobile-column .checkbox-container .form-group,
.lfr-website-column .checkbox-container .form-group {
  margin-bottom: 0;
}

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

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

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

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

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

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

.taglib-social-activities table {
  width: 100%;
}
.taglib-social-activities td {
  padding: 5px;
  vertical-align: top;
}
.taglib-social-activities .day-separator {
  border-bottom: 1px dotted transparent;
  border-bottom-color: #ccc;
  margin-bottom: 0;
  margin-top: 10px;
  padding-bottom: 2px;
}
.taglib-social-activities .portlet-icon {
  width: 16px;
}

.taglib-social-bookmarks a.social-bookmark-link {
  background-repeat: no-repeat;
}

.trash-undo-button.btn-link,
.trash-empty-button.btn-link {
  font-weight: 600;
  padding: 0;
  vertical-align: inherit;
}
.trash-undo-button.btn-link:hover,
.trash-empty-button.btn-link:hover {
  text-decoration: none;
}
.trash-undo-button.btn-link:focus,
.trash-empty-button.btn-link:focus {
  background-color: transparent;
}

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

.card-row-layout-fixed .lfr-card-actions-column {
  width: 32px;
}
.lfr-card-actions-column .dropdown {
  margin-right: -8px;
  margin-top: -5px;
}
.card-row-layout-fixed .lfr-card-actions-column .dropdown {
  margin-left: 8px;
  margin-right: 0;
}

.lfr-card-subtitle-text {
  font-size: 14px;
  font-weight: 400;
}

.lfr-card-title-text {
  font-size: 14px;
  font-weight: 600;
}

.taglib-webdav.visible {
  background: #f0f5f7;
}
.taglib-webdav table {
  border-color: #828f95;
}

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

.btn-account-selector {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: auto min-content;
  height: 70px;
  width: 300px;
}
.btn-account-selector.account-selected {
  grid-template-columns: min-content minmax(0, 1fr) min-content;
}
.btn-account-selector .current-info-container {
  text-align: left;
}
.btn-account-selector .no-account-selected-placeholder {
  margin: 0;
  text-align: left;
}

.dropdown-menu.account-selector-dropdown-menu {
  max-width: 300px;
  min-width: 300px;
}

.aspect-ratio.aspect-ratio-8-to-3 {
  padding-bottom: 37.5%;
}

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

.liferay-autocomplete-input-mirror {
  left: -9999px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: -9999px;
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.card-tab-group .card-tab:nth-child(n+2) {
  border-left: 4px solid #65b6f0;
  padding-left: 20px;
}
.card-tab-group .card-tab:nth-child(n+2) .card-tab {
  border-left: 4px solid #93ccf5;
  padding-left: 20px;
}
.card-tab-group .card-tab:nth-child(n+2) .card-tab .card-tab {
  border-left-color: #c2e2f9;
}
.card-tab-group .card-tab:nth-child(n+2) .card-tab .card-tab .card-tab {
  border-left-width: 0;
  padding-left: 0;
}

.hsv-palette .hsv-view-container .hsv-label-value-hex .hsv-value {
  width: 95px;
}
.hsv-palette .hsv-view-container .hsv-value {
  width: 56px;
}

.yui3-color-picker-popover .palette-container {
  border-collapse: separate;
}

.portal-popup .hsv-palette-modal.modal-dialog {
  bottom: 0 !important;
  left: 0 !important;
  margin: 0;
  max-width: none;
  right: 0 !important;
  top: 0 !important;
  width: 100%;
}
@media (min-width: 768px) {
  .portal-popup .hsv-palette-modal.modal-dialog {
    bottom: auto !important;
    height: 100%;
    left: 50% !important;
    max-height: 375px;
    max-width: 650px;
    right: auto !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
  }
}
.portal-popup .hsv-palette-modal.modal-dialog > .hsv-palette-modal-content {
  bottom: 0;
  left: 0;
  overflow: visible;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767.98px) {
  .portal-popup .hsv-palette-modal.modal-dialog > .hsv-palette-modal-content {
    border-radius: 0;
    border-width: 0;
  }
}
@media (max-width: 767.98px) {
  .portal-popup .hsv-palette-modal.modal-dialog .modal-body {
    padding: 1rem;
  }
}
.portal-popup .hsv-palette-modal.modal-dialog .hsv-default-size.hsv-container {
  width: 100%;
}
.portal-popup .hsv-palette-modal.modal-dialog .hsv-image-container {
  margin: 0;
}

.dialog-bd {
  min-height: 30px;
}

.dialog-content {
  border: 1px solid #c8c9ca;
  padding: 5px;
}

.portal-popup .sheet > .lfr-nav {
  margin-top: -24px;
}
.portal-popup .contacts-portlet .portlet-configuration-container .form {
  position: static;
}
.portal-popup .lfr-form-content {
  padding: 24px 12px;
}
.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout {
  height: 100%;
}
.portal-popup .portlet-column {
  position: static;
}
.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .dialog-body .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view {
  padding-top: 20px;
}
.portal-popup .dialog-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .dialog-body .container-view .nav-tabs-underline,
.portal-popup .export-dialog-tree > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .export-dialog-tree .container-view .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
.portal-popup .lfr-form-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-form-content .container-view .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
.portal-popup .process-list > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .process-list .container-view .nav-tabs-underline,
.portal-popup .roles-selector-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .roles-selector-body .container-view .nav-tabs-underline {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -20px;
}
.portal-popup .dialog-body > .lfr-nav + .container-fluid-max-xl,
.portal-popup .export-dialog-tree > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-form-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .process-list > .lfr-nav + .container-fluid-max-xl,
.portal-popup .roles-selector-body > .lfr-nav + .container-fluid-max-xl {
  padding-top: 0;
}
.portal-popup .login-container {
  padding: 1rem;
}
.portal-popup .management-bar-default {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
  border-top-width: 0;
  margin-bottom: 0;
}
.portal-popup .navbar ~ .portlet-configuration-setup,
.portal-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative;
}
@media (min-width: 576px) {
  .portal-popup .navbar ~ .portlet-configuration-setup,
  .portal-popup .portlet-export-import-container {
    height: calc(100% - 48px);
  }
}
.portal-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
}
.portal-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0;
}
.portal-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.portal-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px;
}
@media (min-width: 576px) {
  .portal-popup .portlet-configuration-setup .lfr-nav {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.portal-popup .lfr-dynamic-uploader,
.portal-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 576px) {
  .portal-popup .lfr-dynamic-uploader,
  .portal-popup .process-list {
    top: 48px;
  }
}
.portal-popup .portlet-export-import-publish-processes {
  top: 0;
}
.portal-popup .dialog-footer {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
  z-index: 1020;
}
@media (min-width: 768px) {
  .portal-popup .dialog-footer {
    position: fixed;
  }
}
.portal-popup .dialog-footer .btn {
  margin-left: 1rem;
  margin-right: 0;
}
@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;
}

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

.lfr-editable {
  outline: 1px dashed #68bb30;
  outline-offset: 2px;
  position: relative;
}
.lfr-editable:after {
  background: #68bb30 url(../images/common/edit_white.png) no-repeat 50%;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
}
.lfr-editable:focus:after {
  display: none;
}
.lfr-editable:focus:hover {
  background-color: transparent;
}
.lfr-editable:hover {
  background-color: rgba(255, 255, 255, 0.3);
  outline-color: #519226;
}
.lfr-editable:hover:after {
  background-color: #519226;
}

.lfr-editable-notice-close {
  margin-left: 1em;
}

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

* [class*=ae-toolbar-][role=toolbar] {
  z-index: 980;
}
@media (max-width: 767.98px) {
  * [class*=ae-toolbar-][role=toolbar] {
    z-index: 1000;
  }
}

.ae-ui .ae-toolbars .ae-toolbar-add {
  border-width: 1px;
  margin-left: 4px;
  z-index: 989;
}
.ae-ui .ae-toolbars .ae-toolbar-add .ae-button {
  height: 28px;
  width: 28px;
}
@media (min-width: 1200px) {
  .ae-ui .ae-toolbars .ae-toolbar-add .ae-button {
    height: 32px;
    width: 32px;
  }
}

.alloy-editor-container {
  position: relative;
}
.alloy-editor-container .alloy-editor-icon {
  bottom: 8px;
  color: #869cad;
  display: none;
  position: absolute;
  right: 8px;
}
.alloy-editor-container .alloy-editor {
  cursor: text;
  outline: 0;
  overflow: hidden;
  text-align: start;
}
.alloy-editor-container .alloy-editor[dir=rtl] + .alloy-editor-icon {
  left: 8px;
}
.alloy-editor-container .alloy-editor.alloy-editor-placeholder {
  color: #2b4259;
}
.alloy-editor-container .alloy-editor.alloy-editor-placeholder:before {
  pointer-events: none;
}
.alloy-editor-container .alloy-editor.alloy-editor-placeholder.readonly {
  color: #ccc;
}
.alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:empty {
  min-height: 1.5em;
}
.alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus) {
  border-left-color: #dbdde1;
  color: #b0b4bb;
}
.alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus):not(.form-control) {
  border-left: 2px solid;
  padding-left: 10px;
}
.has-error .alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus) {
  border-left-color: #c67;
}
.alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder[data-required=true]:not(:focus):before {
  content: attr(data-placeholder) " *";
}
.alloy-editor-container .alloy-editor a {
  cursor: auto;
}
.alloy-editor-container .alloy-editor blockquote {
  margin: 1em 40px;
}
.alloy-editor-container .alloy-editor p:only-child {
  margin-bottom: 0;
}
.alloy-editor-container .alloy-editor.form-control {
  height: auto;
}
.alloy-editor-container .alloy-editor.form-control ~ .alloy-editor-icon {
  display: block;
  max-width: 24px;
}
.alloy-editor-container .alloy-editor .cke_widget_wrapper {
  max-width: 100%;
}
.alloy-editor-container .alloy-editor-switch {
  position: absolute;
  text-align: right;
  top: 0;
  width: 100%;
}
.alloy-editor-container .alloy-editor-switch .btn {
  margin-top: 0;
}
.alloy-editor-container .alloy-editor-wrapper {
  padding-top: 44px;
}
.alloy-editor-container .alloy-editor-wrapper .lfr-source-editor {
  display: none;
}
.alloy-editor-container .alloy-editor-wrapper.show-source .alloy-editor-placeholder {
  display: none;
}
.alloy-editor-container .alloy-editor-wrapper.show-source .lfr-source-editor {
  display: block;
}
.has-error .alloy-editor-container .form-feedback-item {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4em;
  text-align: left;
}
.ie11 .alloy-editor-container .cke_widget_inline {
  display: inline-block;
}

.cke_editable_inline a {
  cursor: pointer;
}

.cke_panel.cke_combopanel {
  width: 220px;
}

.cke_panel_block .cke_panel_grouptitle {
  font-size: 20px;
  line-height: 20px;
  margin-top: 0;
}
.cke_panel_block .cke_panel_list {
  margin-left: 0;
}
.cke_panel_block .cke_panel_list .cke_panel_listItem {
  line-height: initial;
}
.cke_panel_block .cke_panel_list .cke_panel_listItem a:hover {
  text-decoration: none;
}

.cke_show_border {
  width: 500px;
}
.cke_show_border td {
  height: 15px;
}

.html-editor.portlet-message-boards {
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  word-wrap: break-word;
}
.html-editor.portlet-message-boards blockquote {
  background: #eef0f2 url(../images/message_boards/quoteleft.png) no-repeat 5px 5px;
  border: 1px solid #777;
  padding: 5px 45px;
}
.html-editor.portlet-message-boards blockquote:after {
  background: url(../images/message_boards/quoteright.png) no-repeat 50%;
  content: "";
  display: block;
  float: right;
  height: 24px;
  margin-right: -35px;
  margin-top: -25px;
  width: 31px;
  z-index: 999;
}
.html-editor.portlet-message-boards blockquote cite {
  display: block;
  font-weight: bold;
}
.html-editor.portlet-message-boards pre {
  background: #f9f9f9;
  border: 1px solid #777;
  padding: 0.5em;
}

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

.mce-content-body {
  text-align: start;
}

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

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

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

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

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

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

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

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

.item-selector .item-selector-list-row:hover {
  background-color: #9fcfff;
  cursor: pointer;
}

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3;
}
.lfr-item-viewer.uploading > .progress-container {
  visibility: visible;
}
.lfr-item-viewer #cardSection {
  margin-bottom: 20px;
}
.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 .image-viewer-footer-controls {
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .lfr-item-viewer .image-viewer-footer-controls {
    flex: 0 1 100%;
    order: 1;
  }
}
.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 .url-view {
  margin: 15px;
}
.lfr-item-viewer .yui3-widget-bd {
  position: relative;
}

.lfr-item-viewer .lfr-item-viewer-close {
  color: #fff;
  font-size: 16px;
  left: 4px;
  max-width: calc(100% - 8px);
  opacity: 1;
  padding: 0 15px 0 0;
  right: 4px;
  text-align: left;
  top: 4px;
  z-index: 5;
}
.lfr-item-viewer .lfr-item-viewer-close, .lfr-item-viewer .lfr-item-viewer-close:focus, .lfr-item-viewer .lfr-item-viewer-close:hover {
  color: #fff;
}
.lfr-item-viewer .lfr-item-viewer-close .icon-monospaced {
  color: #777;
  position: absolute;
}
.image-viewer-base .image-viewer-sidenav .lfr-item-viewer-close {
  padding: 0 15px 0 0;
}

.lfr-item-viewer-close-text {
  display: block;
  line-height: 32px;
  padding-left: 35px;
}

.lfr-item-viewer-icon-info {
  color: #fff;
}

.lfr-item-viewer-icon-info-link {
  float: right;
  font-size: 20px;
}
.lfr-item-viewer-icon-info-link:focus, .lfr-item-viewer-icon-info-link:hover {
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .lfr-item-viewer .lfr-item-viewer-icon-info-link {
    bottom: 10px;
    flex: 0 1 auto;
    order: 3;
    position: absolute;
    right: 20px;
    z-index: 1;
  }
}

.lfr-item-viewer .image-viewer-base {
  outline: none;
}
.image-viewer-base .image-viewer-sidenav.open {
  width: 300px;
}
@media (min-width: 576px) {
  .image-viewer-base .image-viewer-sidenav.open {
    width: 400px;
  }
}

.image-viewer-caption {
  color: #777;
}
.lfr-item-viewer .image-viewer-caption {
  line-height: 32px;
  position: absolute;
  text-align: left;
  width: 33%;
}
@media (max-width: 767.98px) {
  .lfr-item-viewer .image-viewer-caption {
    flex: 0 1 100%;
    order: 2;
    padding-left: 45px;
    padding-right: 45px;
    position: relative;
  }
}

.lfr-item-viewer .image-viewer-footer-content {
  padding: 0 20px;
}
@media (max-width: 767.98px) {
  .lfr-item-viewer .image-viewer-footer-content {
    display: flex;
    flex-wrap: wrap;
  }
}
.lfr-item-viewer .image-viewer-footer-content .image-viewer-thumbnails {
  display: none;
}

.image-viewer-footer-control, .image-viewer-footer-control:focus, .image-viewer-footer-control:hover {
  color: #777;
}
.lfr-item-viewer .image-viewer-footer-content .image-viewer-footer-control {
  margin: 0 10px;
  position: relative;
}
.lfr-item-viewer .image-viewer-footer-content .image-viewer-footer-control:focus, .lfr-item-viewer .image-viewer-footer-content .image-viewer-footer-control:hover {
  text-decoration: none;
}

.image-viewer-sidenav {
  line-height: normal;
}
.image-viewer-sidenav.sidenav-fixed {
  bottom: 0;
}
@media (min-width: 576px) {
  .image-viewer-sidenav.sidenav-fixed {
    bottom: 47px;
    position: absolute;
  }
}
.image-viewer-sidenav dd {
  color: #8b8b8b;
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .image-viewer-sidenav dd {
    color: #777;
  }
}
.image-viewer-sidenav .h5 {
  color: #869cad;
  margin-bottom: 3px;
}
@media (min-width: 576px) {
  .image-viewer-sidenav .h5 {
    color: #fff;
  }
}
.image-viewer-sidenav .image-viewer-sidenav-header {
  margin-top: 25px;
}
@media (min-width: 576px) {
  .image-viewer-sidenav .image-viewer-sidenav-header {
    margin-top: 0;
  }
}

@media (min-width: 576px) {
  .image-viewer-sidenav-menu {
    background-color: transparent;
    border-left-width: 0;
  }
}
.image-viewer-base .image-viewer-sidenav .image-viewer-sidenav-menu {
  width: 300px;
}
@media (min-width: 576px) {
  .image-viewer-base .image-viewer-sidenav .image-viewer-sidenav-menu {
    top: 18px;
    width: 400px;
  }
}

.image-viewer-sidenav-close {
  display: block;
  float: right;
  margin-right: -10px;
  margin-top: -15px;
}

.image-viewer-sidenav-body {
  padding-top: 0;
}
.image-viewer-sidenav .image-viewer-sidenav-body {
  text-align: left;
}

.sidenav-transition .image-viewer-base-image-list-inner {
  transition: all 0.5s ease;
}
@media (prefers-reduced-motion: reduce) {
  .sidenav-transition .image-viewer-base-image-list-inner {
    transition: none;
  }
}
@media (min-width: 576px) {
  .lfr-item-viewer .image-viewer-base-image-list-inner {
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .image-viewer-base.open .image-viewer-base-image-list-inner {
    padding-right: 400px;
  }
}

.nav.list-group li > a:focus, .nav.list-group li > a:hover {
  background-color: #e5f5fc;
  color: #009ae5;
}
.nav.list-group > .active {
  border-width: 1px 0 0;
}
.nav.list-group > .active > a, .nav.list-group > .active > a:focus, .nav.list-group > .active > a:hover {
  background-color: #60bfef;
  border: 1px solid #60bfef;
  color: #fff;
}
.nav.list-group .list-group-item {
  padding: 0;
}
.nav.list-group .list-group-item.nav-header {
  background-color: #f3f3f3;
  padding-left: 10px;
  padding-right: 10px;
}

.lfr-page-templates li a {
  padding: 0;
}
.lfr-page-templates li a label {
  cursor: pointer;
  display: block;
  padding: 5px 0 5px 5px;
}

.menu {
  position: absolute;
  width: auto;
}
.menu .notice-message {
  background-image: none;
  margin: 3px;
  padding: 6px;
}

.menu-content {
  background: #fff;
  list-style: none;
  min-width: 150px;
}
.menu-content li {
  margin: 0;
  padding: 0;
}
.menu-content li .disabled {
  color: #999;
}

.menu-content {
  background: #ccc9c9 url(../images/application/menu_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #aeafb1 #777879 #777879 #aeafb1;
  padding: 2px 0;
}

.menugroup-content .menu-label {
  background: #d2d6de;
  color: #5b677d;
  display: block;
  padding: 5px 3px;
  text-shadow: 1px 1px #fff;
}

.menugroup-content ul {
  display: block;
  min-width: 0;
}

.menu-content li {
  border-bottom: 1px solid #bcbbbb;
  border-top: 1px solid #eee;
  display: block;
  margin: 0;
  padding: 0;
}
.menu-content li.first {
  border-top-width: 0;
}
.menu-content li.last {
  border-bottom-width: 0;
}

.menu-content li a,
.menu-content li .disabled {
  color: #2c2f34;
  display: block;
  padding: 4px 5px;
  text-decoration: none;
}

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

.app-view-drop-active {
  background-color: #00a2ea;
  font-weight: bold;
}
.category-portlets .app-view-drop-active {
  background-color: #00a2ea;
  color: #fff;
}

.basecelleditor [class~=form-validator-message] {
  clip: rect(auto auto auto auto);
  width: auto;
}

.document-library-file-entry-cell-editor-hidden {
  display: none;
}

.previous-level {
  display: inline-block;
  font-size: 21px;
  line-height: 21px;
  margin-right: 5px;
  text-decoration: none;
  vertical-align: middle;
}

.has-control-menu .lfr-asset-anchor {
  height: 74px;
  margin-top: -74px;
}

.lfr-asset-anchor {
  display: block;
  height: 10px;
  margin-top: -10px;
  position: relative;
  z-index: -1;
}

.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.card,
.lfr-page-layouts input[type=radio]:checked + .card-horizontal .card {
  cursor: default;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  bottom: -0.0625rem;
  content: "";
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal.card,
.lfr-page-layouts .card-horizontal .card {
  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.card,
  .lfr-page-layouts .card-horizontal .card {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal::after {
  border-radius: 0 0 0.25rem 0.25rem;
  bottom: -0.0625rem;
  content: "";
  height: 0;
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal::after {
    transition: none;
  }
}
.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;
}

.modal {
  display: block;
  margin: 0;
  overflow: hidden;
  position: fixed;
}

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

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

.modal-hidden {
  display: none;
}

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

.dragging .portlet-column.customizable {
  background-color: #cffccf;
  outline: 3px solid #5eaf3d;
}

.customizable-layout-column-content {
  background-color: #c92c3c;
}
.customizable-layout-column-content.yui3-widget-content-expanded {
  margin: 0 15px;
}

.layout-customizable-controls {
  background-color: rgba(201, 44, 60, 0.8);
}

.customizable .customizable-layout-column-content {
  background-color: #5eaf3d;
}
.customizable .layout-customizable-controls {
  background-color: rgba(94, 175, 61, 0.8);
}

.layout-customizable-controls-container {
  margin: 0 15px;
  position: relative;
}

.layout-customizable-controls {
  font-size: 1.5em;
  padding: 4px 16px;
  position: absolute;
  width: 100%;
  z-index: 15;
}
.layout-customizable-controls label {
  color: #fff;
}

.paginator-link {
  background: #eee no-repeat scroll 50% 1px;
  border: 1px solid #f0f1f2;
  border-color: #f0f1f2 #b2b2b2 #949494 #f0f1f1;
  color: #1f1e1e;
  display: inline-block;
  height: 20px;
  padding: 0;
  text-indent: -9999px;
  width: 20px;
}

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

.paginator-current-page {
  background: #0083bd url(../images/application/paginator_link_current_bg.png) 0 0 repeat-x;
  border-color: #38b6ef #006d9e #006d9e #46b4e6;
  color: #fff;
  text-shadow: -1px -1px #003c57;
}

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

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

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

.paginator-next-link {
  background-image: url(../images/arrows/paging_next.png);
}

.paginator-current-page-report,
.paginator-total {
  color: #555;
  font-size: 0.9em;
}

.paginator-current-page-report {
  margin-left: 2em;
}

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

.lfr-panel-container {
  background: #fff;
}

.lfr-panel-content {
  padding: 5px 10px;
}

.lfr-panel-basic .lfr-panel-content {
  padding-left: 15px;
}

.panel-hd {
  background: #c0c2c5 url(../images/application/panel_header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #c8c9ca #aeb2b8 #aeb2b8 #c8c9ca;
  padding-left: 10px;
  text-shadow: 1px 1px #fff;
}

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

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

.lfr-nav.nav-tabs {
  margin-bottom: 20px;
}

.tab-active strong {
  font-weight: normal;
}

.tab-back {
  float: right;
}

.tab-back-content {
  border-width: 0;
  padding: 1px;
}

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

.tagselector-content {
  border-width: 0;
  padding: 0;
}
.tagselector-content .textboxlistentry-holder {
  border-bottom: 2px solid #869cad;
  margin-bottom: 10px;
  padding: 0;
}

.categoriesselector-content .textboxlistentry-holder {
  background-color: transparent;
  border-width: 0;
  padding: 0;
}

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

.tooltip {
  max-width: 200px;
}
.tooltip .tooltip-arrow {
  background-color: #000;
  height: 0.6rem;
  position: absolute;
  transform: rotate(45deg);
  width: 0.6rem;
}

.tooltip.top .tooltip-arrow,
.tooltip.bottom .tooltip-arrow {
  left: 50%;
  margin-left: -0.3rem;
}

.tooltip.right .tooltip-arrow,
.tooltip.left .tooltip-arrow {
  margin-top: -0.3rem;
  top: 50%;
}

.tooltip.bottom {
  padding-top: 0.3rem;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
}

.tooltip.left {
  padding-right: 0.3rem;
}
.tooltip.left .tooltip-arrow {
  right: 0;
}

.tooltip.right {
  padding-left: 0.3rem;
}
.tooltip.right .tooltip-arrow {
  left: 0;
}

.tooltip.top {
  padding-bottom: 0.3rem;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
}

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

.underlay {
  clear: both;
  top: 100%;
}
.underlay .yui3-widget-hd {
  height: 38px;
}

.underlay-hidden {
  display: none;
}

.underlay-content {
  background: #f4f3f3 url(../images/common/message_panel_shadow.png) repeat-x 0 0;
  border: 0 solid #aeafb1;
  border-width: 0 1px 1px;
}

.underlay-close {
  position: absolute;
  right: 5px;
  top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

#wrapper {
  position: relative;
}

.modify-pages li {
  position: relative;
}
.modify-pages li.lfr-nav-hover .delete-tab {
  opacity: 1;
}
.modify-pages .delete-tab {
  color: #444;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 16px;
  line-height: 6px;
  margin-top: -8px;
  opacity: 0;
  overflow: hidden;
  padding: 3px 0;
  position: absolute;
  right: 1px;
  text-shadow: 0 1px #fff;
  top: 50%;
}
.modify-pages .delete-tab:hover {
  color: #b50303;
}
.modify-pages .drag-handle {
  cursor: move;
  left: 3px;
  margin-left: 15px;
  position: absolute;
  top: 15px;
}

.controls-hidden .modify-pages .drag-handle {
  display: none;
}

@media (min-width: 768px) {
  .touch .modify-pages .drag-handle {
    display: none;
  }
}

.nav li .toolbar {
  margin-top: 5px;
}

.collapse.open {
  display: block;
}

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

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

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

.navigation-pane .body-row {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.navigation-pane .body-row ul li a .icon {
  float: left;
  margin-right: 5px;
}
.navigation-pane .lfr-component {
  margin-left: 0;
}
.navigation-pane .navigation-entry {
  position: relative;
}
.navigation-pane .navigation-entry.folder.error {
  display: block;
  padding: 6px 8px;
}
.navigation-pane .navigation-entry .browse-folder,
.navigation-pane .navigation-entry .nav-item-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.navigation-pane .navigation-entry .nav-item-icon {
  vertical-align: middle;
}
.navigation-pane .navigation-entry .overlay.entry-action {
  bottom: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.navigation-pane .navigation-entry .overlay.entry-action .btn {
  border-width: 0;
  margin: 0;
  padding: 11px 14px;
}
@media (min-width: 768px) {
  .navigation-pane .navigation-entry .overlay.entry-action .btn {
    padding: 11px;
  }
}

.nav-menu ul {
  padding-left: 10px;
}
.nav-menu li a.ancestor {
  font-weight: bold;
}
.nav-menu li a.selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.nav-menu-style-arrows ul {
  list-style-image: url(../images/arrows/04_right.png);
}

.portlet-navigation .nav-pills > li > a {
  margin-bottom: 2px;
}
.portlet-navigation .nav-pills > li > .dropdown-menu {
  margin-top: 0;
}

.split-button-dropdowns {
  list-style: none;
  margin: 0;
  padding: 0;
}
.split-button-dropdowns > li {
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
}

.form-options {
  border: 1px solid #aaa;
  display: inline-block;
  vertical-align: middle;
}
.form-options input {
  border-width: 0;
  display: inline;
  float: left;
}

.form-triggers {
  float: left;
}

.form-trigger {
  background: #c4c4c4 url(../images/application/button_bg.png) repeat-x 0 0;
  border-left: 1px solid #bbb;
  display: inline-block;
  float: left;
}
.form-trigger img {
  background: no-repeat 50% 40%;
  height: 25px;
  padding: 0 3px;
  vertical-align: middle;
  width: 16px;
}
.form-trigger:focus, .form-trigger:hover {
  background-color: #83b0ca;
  background-image: url(../images/application/button_bg_over.png);
}

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

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

.save-trigger img {
  background-image: url(../images/common/check.png);
}

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

body.portlet {
  border-width: 0;
}

.portlet-icon-back {
  margin-top: -2px;
}

.portlet-topper {
  position: relative;
}
.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-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}

.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-content .portlet-title-text,
.panel-page-body .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;
}

.portlet-draggable .portlet-topper {
  cursor: move;
}

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

@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none;
  }
}

.lfr-status-alert-label,
.lfr-status-error-label,
.lfr-status-info-label,
.lfr-status-progress-label,
.lfr-status-success-label {
  background: none no-repeat 0 50%;
  padding: 3px 3px 3px 20px;
}

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

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

.lfr-status-help-label,
.lfr-status-info-label,
.lfr-status-progress-label {
  background-image: url(../images/messages/info.png);
  color: #34404f;
}

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

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

.lfr-status-success-label {
  background-image: url(../images/messages/success.png);
  color: #384f34;
}

.portlet-msg {
  background: #eee none no-repeat 6px 50%;
  border: 1px solid #555;
  color: #34404f;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left;
}

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

.lfr-message-content.alert {
  margin-bottom: 0;
}

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

.portlet-section-selected,
.portlet-section-selected a {
  background: #727c81;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.portlet-section-selected a:hover,
.portlet-section-selected a:focus {
  background-color: #727c81;
}

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

.portlet {
  margin-bottom: 10px;
  position: relative;
}
.portlet > .portlet-content-editable {
  border-color: transparent;
}
.portlet > .portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .portlet > .portlet-topper {
    transition: none;
  }
}

@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-content-editable, .controls-visible .portlet.open > .portlet-content-editable, .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-topper, .controls-visible .portlet.open > .portlet-topper, .controls-visible .portlet.focus > .portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}

.portlet-content-editable {
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}

.portlet-actions {
  float: right;
}

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

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

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

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

.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}

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

@media (max-width: 767.98px) {
  .lfr-configurator-visibility {
    opacity: 0.5;
  }
}
@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;
  }
  .lfr-configurator-visibility .portlet-content-editable {
    opacity: 0.5;
  }
}

@media (max-width: 767.98px) {
  .controls-visible .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-topper {
    display: box;
    display: flex;
  }
}
.controls-visible .portlet-topper-toolbar {
  display: block;
}

.lfr-configurator-visibility .portlet-borderless-bar {
  opacity: 0.6;
}
.lfr-configurator-visibility .portlet-content .lfr-icon-actions {
  opacity: 1;
}

.lfr-panel-page {
  width: 100%;
}
.lfr-panel-page .portlet-title {
  font-size: 13px;
}
.lfr-panel-page .lfr-add-content h2 span {
  background-color: #d3dadd;
}

.main-content-body {
  margin-top: 24px;
}

.restricted, .restricted td {
  background: #fdd;
  border-width: 0;
}
.restricted * {
  color: #727c81;
}

.alt.restricted td {
  background-color: #ffc0c0;
}

.hover.restricted td {
  background-color: #d3bdc0;
}

.alt.restricted td.first,
.restricted td.first {
  background-image: url(../images/messages/error.png);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 28px;
}

.portlet-borderless .portlet-content {
  padding: 1rem;
}

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

.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border-width: 0;
}
.taglib-calendar tr td a {
  background-color: #f0f5f7;
  border: 1px solid #fff;
  border-bottom-width: 0;
  border-left-width: 0;
  display: block;
  height: 15px;
  padding: 5px 0;
}
.taglib-calendar tr td a:hover {
  background-color: #727c81;
  color: #fff;
}
.taglib-calendar tr td.calendar-inactive {
  background-color: #fff;
  color: #b5bfc4;
}
.taglib-calendar tr th {
  border-bottom-color: #d7d7d7;
}
.taglib-calendar table td {
  border-width: 0;
}
.taglib-calendar .calendar-current-day, .taglib-calendar .calendar-current-day a {
  background-color: #fff;
}
.taglib-calendar .calendar-current-day a {
  border: 1px solid #727c81;
  color: #369;
  text-decoration: underline;
}

.navbar form {
  margin: 0;
}

.widget-toolbar .btn + .btn,
.widget-toolbar .widget-group + .widget-group {
  margin-left: 1rem;
}

.widget-mode-detail {
  padding-top: 1rem;
}
.widget-mode-detail .title {
  font-size: 36px;
}
.widget-mode-detail .sub-title {
  font-size: 26px;
  margin-bottom: 32px;
}
.widget-mode-detail .widget-metadata {
  margin-bottom: 2rem;
}
.widget-mode-detail .widget-mode-detail-text {
  margin-top: 48px;
}
.widget-mode-detail .widget-mode-detail-text img {
  max-width: 100%;
}
.widget-mode-detail .widget-mode-detail-text p {
  font-size: 18px;
  line-height: 1.8;
}

.widget-mode-card .card {
  display: flex;
  flex-direction: column;
  height: calc(100% - 24px);
  margin-bottom: 24px;
}
.widget-mode-card .card-header {
  overflow: hidden;
  padding: 0;
}
.widget-mode-card .card-title {
  position: relative;
}
@media (min-width: 768px) {
  .widget-mode-card .visible-interaction {
    position: absolute;
    right: -8px;
  }
}

.widget-mode-simple .widget-topbar {
  margin-bottom: 8px;
}
.widget-mode-simple .widget-metadata {
  margin-bottom: 24px;
}
.widget-mode-simple .widget-toolbar {
  margin-top: 1.5rem;
}
.widget-mode-simple .widget-content .cover-image {
  margin-bottom: 24px;
}

.menu-content,
.underlay-content {
  box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
}

.lfr-ddm-container .file-entry-upload-progress {
  border-radius: 0 0 4px 4px;
}

.lfr-preview-file-image img {
  box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8);
}

.lfr-preview-file-image-current-column {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
}

.lfr-preview-file-image-current-column {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
}

.portlet-document-library .lfr-ddm-small-image-preview,
.portlet-dynamic-data-mapping .lfr-ddm-small-image-preview {
  box-shadow: 0 1px 3px #ccc;
}

.portlet-document-library-upload-mask .overlaymask-content {
  border-radius: 5px;
}

.overlaymask-content {
  background-color: #fff;
}

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

.product-menu .loading-animation {
  margin-top: 160px;
}

.lfr-search-combobox-item {
  border-radius: 1px;
}

.lfr-search-combobox .field-input-text {
  border-radius: 4px 1px 1px 4px;
}
.lfr-search-combobox .button-input {
  border-radius: 1px 4px 4px 1px;
}

.lfr-upload-container .progress-bar,
.lfr-upload-container .progress,
.lfr-editable:after {
  border-radius: 10px;
}

.portlet-language .portlet-body .current-language,
.portlet-language .portlet-body .taglib-icon,
.portlet-language .portlet-body .taglib-language-list-text {
  border-radius: 10px;
}

body > .lfr-menu-list ul,
.active-area-proxy,
.lfr-api-results,
.lfr-translation-manager,
.lfr-translation-manager-translation,
.lfr-upload-container .cancel-button .modify-pages .delete-tab,
.portlet-image-gallery-display .image-thumbnail img,
.rule-group-instance-container .rule-group-instance,
.select-documents,
.select-files,
.tags-search-combobox .field-input-text {
  border-radius: 4px;
}

.lfr-search-combobox,
.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target,
.portlet-document-library .common-file-metadata-container.selected,
.portlet-document-library-display .common-file-metadata-container.selected,
.portlet-image-gallery-display .image-icon,
.select-documents,
.select-files {
  border-radius: 5px;
}

.portlet-dynamic-data-list-display .lfr-ddm-container .lfr-ddm-repeatable-placeholder,
.portlet-dynamic-data-lists .lfr-ddm-container .lfr-ddm-repeatable-placeholder {
  border-radius: 6px;
}

.menu-content {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

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

.underlay-content {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.input-localized .lfr-input-localized-state {
  border-radius: 3px;
}
.input-localized .lfr-input-localized .lfr-input-localized-state {
  box-shadow: 0 0 3px #ddd;
}
.input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
  box-shadow: 0 0 3px #ff0047;
}
.input-localized .palette-item-selected .lfr-input-localized-state {
  box-shadow: 0 0 3px #27c1f2;
}

.lfr-content-preview-popup .lfr-content-preview-popup-content {
  border-radius: 0;
  box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25);
}

.lfr-message .lfr-message-control {
  border-radius: 10px;
}

.lfr-token {
  border-radius: 8px;
}

.staging-tabview-list {
  border-radius: 0;
}

.site-variations-tabview-list .tab-content,
.staging-tabview-list .tab-active .tab-content,
.tagselector-content .textboxlistentry-holder .lfr-tag-selector-input:focus {
  box-shadow: none;
}

.rule-group-instance-container .rule-group-instance {
  box-shadow: 1px 1px 2px #999;
}

.lfr-action-label {
  border-radius: 2px;
}

@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 {
  -webkit-animation: progress-bar-stripes 0.5s linear infinite;
  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;
  }
}

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

.lfr-spa-loading .lfr-spa-loading-bar {
  -webkit-animation: shift-rightwards 1s ease-in-out infinite;
  animation: shift-rightwards 1s ease-in-out infinite;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.lfr-spa-loading-bar {
  transform: translateX(100%);
}

@keyframes shift-rightwards {
  0% {
    transform: translateX(-100%);
  }
  40% {
    transform: translateX(0%);
  }
  60% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
.mobile.touch body:first-of-type .portlet-content .lfr-icon-actions .lfr-icon-menu-text,
.mobile.touch body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
  max-width: 200px;
}

.portlet-boundary.yui3-dd-dragging {
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .portlet-boundary.yui3-dd-dragging {
    transition: none;
  }
}

.portlet-document-library .entry-thumbnail .label,
.portlet-document-library-display .workflow-status .label,
.portlet-journal .entry-thumbnail .label {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

@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;
  }
}
.upload-drop-active .lfr-upload-container .upload-target {
  -webkit-animation: none;
  animation: none;
}
.upload-drop-active .portlet-document-library .document-container {
  box-shadow: inset 0 0 5px #b8c1d1;
}

.upload-drop-intent .lfr-upload-container .upload-target {
  -webkit-animation: lfr-drop-active 1s ease 0.2s infinite;
  animation: lfr-drop-active 1s ease 0.2s infinite;
}

.quick-access-nav a {
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
}

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup,
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  box-shadow: initial;
}
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  box-shadow: none;
}
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  background-image: linear-gradient(#fff, #e4e4e4);
  border-radius: 2px;
}
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:hover:after {
  background-image: linear-gradient(#f2f2f2, #ccc);
}

input.switch:focus ~ .switch-bar:before {
  box-shadow: 0 0 3px #00f;
}
input.switch:empty ~ .switch-bar:after, input.switch:empty ~ .switch-bar:before,
input.switch:empty ~ .switch-bar .switch-icon,
input.switch:empty ~ .switch-bar .switch-toggle:after,
input.switch:empty ~ .switch-bar .switch-toggle:before {
  transition: all 100ms ease-in;
}
@media (prefers-reduced-motion: reduce) {
  input.switch:empty ~ .switch-bar:after, input.switch:empty ~ .switch-bar:before,
  input.switch:empty ~ .switch-bar .switch-icon,
  input.switch:empty ~ .switch-bar .switch-toggle:after,
  input.switch:empty ~ .switch-bar .switch-toggle:before {
    transition: none;
  }
}

.taglib-image-selector .selection-status {
  transition: opacity 0.2s ease-in-out;
  border-radius: 30px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-image-selector .selection-status {
    transition: none;
  }
}
.taglib-image-selector .progress-wrapper .progressbar {
  border-radius: 0;
}

.drop-here-info {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info {
    transition: none;
  }
}
.drop-here-info .drop-icons {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons {
    transition: none;
  }
}
.drop-here-info .drop-icons span {
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}
@media (prefers-reduced-motion: reduce) {
  .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);
  transform: rotate(25deg);
}
.drop-here-info .drop-icons span:nth-of-type(2) {
  box-shadow: 0 6px 0 -2px rgba(0, 0, 0, 0.15);
  transform: scale(0.8);
}
.drop-here-info .drop-icons span:nth-of-type(3) {
  box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
  transform: rotate(-25deg);
}

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

/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
html {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
}
html body {
  text-rendering: optimizeLegibility;
}
@media (max-width: 1199.98px) {
  html body.modal-open {
    overflow-y: scroll;
  }
}
@media (max-width: 767.98px) {
  html body .eb7-snippet--button {
    margin-bottom: 75px;
  }
}
html body div#wrapper, html body div#cookie-consent {
  padding: 0;
  position: relative !important;
  /* CSS used here will be applied after bootstrap.css */
  /** Override padding **/
  /**
   * Copy of :
   * layout-content-page-editor-web/src/main/resources/META-INF/resources/css/FragmentsEditorSidebar.scss
   */
}
html body div#wrapper :focus, html body div#cookie-consent :focus {
  outline: #000 dotted 2px;
}
html body div#wrapper .custom-control .custom-control-input:focus ~ .custom-control-label::before, html body div#cookie-consent .custom-control .custom-control-input:focus ~ .custom-control-label::before {
  outline: #000 dotted 2px;
}
html body div#wrapper label.radio-label:focus-within, html body div#cookie-consent label.radio-label:focus-within {
  outline: #000 dotted 2px;
}
html body div#wrapper.disable-outline :focus, html body div#cookie-consent.disable-outline :focus {
  outline: none !important;
}
html body div#wrapper.disable-outline .custom-control .custom-control-input:focus ~ .custom-control-label::before, html body div#cookie-consent.disable-outline .custom-control .custom-control-input:focus ~ .custom-control-label::before {
  outline: none !important;
  box-shadow: none !important;
}
html body div#wrapper.disable-outline label.radio-label:focus-within, html body div#cookie-consent.disable-outline label.radio-label:focus-within {
  outline: none !important;
  box-shadow: none !important;
}
html body div#wrapper.disable-outline input:focus, html body div#wrapper.disable-outline textarea:focus, html body div#wrapper.disable-outline button.btn:focus, html body div#wrapper.disable-outline a.btn:focus, html body div#wrapper.disable-outline .select-styled:focus, html body div#cookie-consent.disable-outline input:focus, html body div#cookie-consent.disable-outline textarea:focus, html body div#cookie-consent.disable-outline button.btn:focus, html body div#cookie-consent.disable-outline a.btn:focus, html body div#cookie-consent.disable-outline .select-styled:focus {
  box-shadow: none !important;
}
html body div#wrapper .blue, html body div#cookie-consent .blue {
  color: #005CB9;
}
html body div#wrapper .light-blue, html body div#cookie-consent .light-blue {
  color: #b2cdf0;
}
html body div#wrapper .indigo, html body div#cookie-consent .indigo {
  color: #6610f2;
}
html body div#wrapper .purple, html body div#cookie-consent .purple {
  color: #6f42c1;
}
html body div#wrapper .pink, html body div#wrapper .fuchsia, html body div#cookie-consent .pink, html body div#cookie-consent .fuchsia {
  color: #ca337e;
}
html body div#wrapper .red, html body div#wrapper .carmine, html body div#cookie-consent .red, html body div#cookie-consent .carmine {
  color: #eb584e;
}
html body div#wrapper .orange, html body div#wrapper .peach, html body div#cookie-consent .orange, html body div#cookie-consent .peach {
  color: #ee956f;
}
html body div#wrapper .yellow, html body div#cookie-consent .yellow {
  color: #e7ba63;
}
html body div#wrapper .green, html body div#cookie-consent .green {
  color: #00bfa2;
}
html body div#wrapper .teal, html body div#cookie-consent .teal {
  color: #20c997;
}
html body div#wrapper .cyan, html body div#cookie-consent .cyan {
  color: #1e9dc3;
}
html body div#wrapper .teal, html body div#cookie-consent .teal {
  color: #20c997;
}
html body div#wrapper .light-grey, html body div#cookie-consent .light-grey {
  color: #f9f5f3;
}
html body div#wrapper .grey, html body div#cookie-consent .grey {
  color: #747474;
}
html body div#wrapper .grey2, html body div#cookie-consent .grey2 {
  color: #878787;
}
html body div#wrapper .grey3, html body div#cookie-consent .grey3 {
  color: #5c5c5c;
}
html body div#wrapper .o2icon, html body div#cookie-consent .o2icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "o2icon" !important;
  font-size: 30px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body div#wrapper .o2icon icon-part, html body div#cookie-consent .o2icon icon-part {
  display: contents;
}
html body div#wrapper .o2icon.icon-medium, html body div#cookie-consent .o2icon.icon-medium {
  font-size: 40px;
}
html body div#wrapper .o2icon.icon-large, html body div#cookie-consent .o2icon.icon-large {
  font-size: 50px;
}
html body div#wrapper .o2icon-download:before, html body div#cookie-consent .o2icon-download:before {
  content: "\e967";
}
html body div#wrapper .o2icon-chevron-right:before, html body div#cookie-consent .o2icon-chevron-right:before {
  content: "\e968";
}
html body div#wrapper .o2icon-bullet-avis-0:before, html body div#cookie-consent .o2icon-bullet-avis-0:before {
  content: "\e962";
}
html body div#wrapper .o2icon-bullet-avis-1 .path1:before, html body div#cookie-consent .o2icon-bullet-avis-1 .path1:before {
  content: "\e963";
}
html body div#wrapper .o2icon-bullet-avis-1 .path2:before, html body div#cookie-consent .o2icon-bullet-avis-1 .path2:before {
  content: "\e964";
  margin-left: -1em;
}
html body div#wrapper .o2icon-bullet-avis-2:before, html body div#cookie-consent .o2icon-bullet-avis-2:before {
  content: "\e965";
}
html body div#wrapper .o2icon-star-empty:before, html body div#cookie-consent .o2icon-star-empty:before {
  content: "\e966";
}
html body div#wrapper .o2icon-bulle:before, html body div#cookie-consent .o2icon-bulle:before {
  content: "\e95f";
}
html body div#wrapper .o2icon-instagram .path1:before, html body div#cookie-consent .o2icon-instagram .path1:before {
  content: "\e960";
  color: rgb(33, 94, 178);
}
html body div#wrapper .o2icon-instagram .path2:before, html body div#cookie-consent .o2icon-instagram .path2:before {
  content: "\e961";
  margin-left: -30px;
  color: rgb(255, 255, 255);
}
html body div#wrapper .o2icon-star-incomplete:before, html body div#cookie-consent .o2icon-star-incomplete:before {
  content: "\e902";
}
html body div#wrapper .o2icon-map-france:before, html body div#cookie-consent .o2icon-map-france:before {
  content: "\e907";
}
html body div#wrapper .o2icon-map-france-big:before, html body div#cookie-consent .o2icon-map-france-big:before {
  content: "\e957";
}
html body div#wrapper .o2icon-star:before, html body div#cookie-consent .o2icon-star:before {
  content: "\e95d";
}
html body div#wrapper .o2icon-verbatim:before, html body div#cookie-consent .o2icon-verbatim:before {
  content: "\e95e";
}
html body div#wrapper .o2icon-illu-job:before, html body div#cookie-consent .o2icon-illu-job:before {
  content: "\e95b";
}
html body div#wrapper .o2icon-info-unavailable:before, html body div#cookie-consent .o2icon-info-unavailable:before {
  content: "\e95c";
}
html body div#wrapper .o2icon-search:before, html body div#cookie-consent .o2icon-search:before {
  content: "\e959";
}
html body div#wrapper .o2icon-geolocalisation:before, html body div#cookie-consent .o2icon-geolocalisation:before {
  content: "\e95a";
}
html body div#wrapper .o2icon-tunnel-check:before, html body div#cookie-consent .o2icon-tunnel-check:before {
  content: "\e901";
}
html body div#wrapper .o2icon-trash:before, html body div#cookie-consent .o2icon-trash:before {
  content: "\e903";
}
html body div#wrapper .o2icon-puce:before, html body div#cookie-consent .o2icon-puce:before {
  content: "\e904";
}
html body div#wrapper .o2icon-logo:before, html body div#cookie-consent .o2icon-logo:before {
  content: "\e905";
}
html body div#wrapper .o2icon-localisation:before, html body div#cookie-consent .o2icon-localisation:before {
  content: "\e906";
}
html body div#wrapper .o2icon-job:before, html body div#cookie-consent .o2icon-job:before {
  content: "\e908";
}
html body div#wrapper .o2icon-webcallback-check .path1:before, html body div#cookie-consent .o2icon-webcallback-check .path1:before {
  content: "\e909";
  color: #005CB9;
}
html body div#wrapper .o2icon-webcallback-check .path2:before, html body div#cookie-consent .o2icon-webcallback-check .path2:before {
  content: "\e90a";
  margin-left: -1em;
  color: #005CB9;
}
html body div#wrapper .o2icon-webcallback-check .path3:before, html body div#cookie-consent .o2icon-webcallback-check .path3:before {
  content: "\e90b";
  margin-left: -1em;
  color: #005CB9;
}
html body div#wrapper .o2icon-webcallback-check .path4:before, html body div#cookie-consent .o2icon-webcallback-check .path4:before {
  content: "\e90c";
  margin-left: -1em;
  color: #005CB9;
}
html body div#wrapper .o2icon-webcallback-check .path5:before, html body div#cookie-consent .o2icon-webcallback-check .path5:before {
  content: "\e90d";
  margin-left: -1em;
  color: #005CB9;
}
html body div#wrapper .o2icon-webcallback-check .path6:before, html body div#cookie-consent .o2icon-webcallback-check .path6:before {
  content: "\e90e";
  margin-left: -1em;
  color: #005CB9;
}
html body div#wrapper .o2icon-webcallback-check .path7:before, html body div#cookie-consent .o2icon-webcallback-check .path7:before {
  content: "\e90f";
  margin-left: -1em;
  color: #00bfa2;
}
html body div#wrapper .o2icon-webcallback-check .path8:before, html body div#cookie-consent .o2icon-webcallback-check .path8:before {
  content: "\e910";
  margin-left: -1em;
  color: #fff;
}
html body div#wrapper .o2icon-sdb:before, html body div#cookie-consent .o2icon-sdb:before {
  content: "\e911";
}
html body div#wrapper .o2icon-repas:before, html body div#cookie-consent .o2icon-repas:before {
  content: "\e912";
}
html body div#wrapper .o2icon-rangement:before, html body div#cookie-consent .o2icon-rangement:before {
  content: "\e913";
}
html body div#wrapper .o2icon-personne-age:before, html body div#cookie-consent .o2icon-personne-age:before {
  content: "\e914";
}
html body div#wrapper .o2icon-nettoyage:before, html body div#cookie-consent .o2icon-nettoyage:before {
  content: "\e915";
}
html body div#wrapper .o2icon-menage:before, html body div#cookie-consent .o2icon-menage:before {
  content: "\e916";
}
html body div#wrapper .o2icon-simu:before, html body div#cookie-consent .o2icon-simu:before {
  content: "\e917";
}
html body div#wrapper .o2icon-soutien-scolaire:before, html body div#cookie-consent .o2icon-soutien-scolaire:before {
  content: "\e900";
}
html body div#wrapper .o2icon-handicap:before, html body div#cookie-consent .o2icon-handicap:before {
  content: "\e918";
}
html body div#wrapper .o2icon-gestion-linge:before, html body div#cookie-consent .o2icon-gestion-linge:before {
  content: "\e919";
}
html body div#wrapper .o2icon-gens-handicap:before, html body div#cookie-consent .o2icon-gens-handicap:before {
  content: "\e91a";
}
html body div#wrapper .o2icon-gens:before, html body div#cookie-consent .o2icon-gens:before {
  content: "\e91b";
}
html body div#wrapper .o2icon-chambre:before, html body div#cookie-consent .o2icon-chambre:before {
  content: "\e91c";
}
html body div#wrapper .o2icon-assurance-se:before, html body div#cookie-consent .o2icon-assurance-se:before {
  content: "\e91d";
}
html body div#wrapper .o2icon-assurance-jardinage:before, html body div#cookie-consent .o2icon-assurance-jardinage:before {
  content: "\e91e";
}
html body div#wrapper .o2icon-assurance-formation:before, html body div#cookie-consent .o2icon-assurance-formation:before {
  content: "\e91f";
}
html body div#wrapper .o2icon-assurance-devis:before, html body div#cookie-consent .o2icon-assurance-devis:before {
  content: "\e920";
}
html body div#wrapper .o2icon-assurance-brico-2:before, html body div#cookie-consent .o2icon-assurance-brico-2:before {
  content: "\e921";
}
html body div#wrapper .o2icon-assurance-brico-1:before, html body div#cookie-consent .o2icon-assurance-brico-1:before {
  content: "\e922";
}
html body div#wrapper .o2icon-assurance-5:before, html body div#cookie-consent .o2icon-assurance-5:before {
  content: "\e923";
}
html body div#wrapper .o2icon-assurance-4:before, html body div#cookie-consent .o2icon-assurance-4:before {
  content: "\e924";
}
html body div#wrapper .o2icon-assurance-3:before, html body div#cookie-consent .o2icon-assurance-3:before {
  content: "\e925";
}
html body div#wrapper .o2icon-assurance-2 .path1:before, html body div#cookie-consent .o2icon-assurance-2 .path1:before {
  content: "\e926";
  color: rgb(33, 94, 178);
}
html body div#wrapper .o2icon-assurance-2 .path2:before, html body div#cookie-consent .o2icon-assurance-2 .path2:before {
  content: "\e927";
  margin-left: -1em;
  color: rgb(33, 94, 178);
}
html body div#wrapper .o2icon-assurance-2 .path3:before, html body div#cookie-consent .o2icon-assurance-2 .path3:before {
  content: "\e928";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
html body div#wrapper .o2icon-assurance-2 .path4:before, html body div#cookie-consent .o2icon-assurance-2 .path4:before {
  content: "\e929";
  margin-left: -1em;
  color: rgb(33, 94, 178);
}
html body div#wrapper .o2icon-assurance-2 .path5:before, html body div#cookie-consent .o2icon-assurance-2 .path5:before {
  content: "\e92a";
  margin-left: -1em;
  color: rgb(33, 94, 178);
}
html body div#wrapper .o2icon-assurance-1:before, html body div#cookie-consent .o2icon-assurance-1:before {
  content: "\e92b";
}
html body div#wrapper .o2icon-rappel:before, html body div#cookie-consent .o2icon-rappel:before {
  content: "\e92c";
}
html body div#wrapper .o2icon-parrainage-phone:before, html body div#cookie-consent .o2icon-parrainage-phone:before {
  content: "\e92d";
  color: #005CB9;
}
html body div#wrapper .o2icon-parrainage-phone-green:before, html body div#cookie-consent .o2icon-parrainage-phone-green:before {
  content: "\e92d";
  color: #00BFA2;
}
html body div#wrapper .o2icon-parrainage-mail:before, html body div#cookie-consent .o2icon-parrainage-mail:before {
  content: "\e92e";
}
html body div#wrapper .o2icon-parrainage-formulaire:before, html body div#cookie-consent .o2icon-parrainage-formulaire:before {
  content: "\e92f";
}
html body div#wrapper .o2icon-parrainage-beneficiaire:before, html body div#cookie-consent .o2icon-parrainage-beneficiaire:before {
  content: "\e930";
}
html body div#wrapper .o2icon-mail:before, html body div#cookie-consent .o2icon-mail:before {
  content: "\e931";
}
html body div#wrapper .o2icon-devis-check .path1:before, html body div#cookie-consent .o2icon-devis-check .path1:before {
  content: "\e932";
  color: #005CB9;
}
html body div#wrapper .o2icon-devis-check .path2:before, html body div#cookie-consent .o2icon-devis-check .path2:before {
  content: "\e933";
  margin-left: -1.0263671875em;
  color: #005CB9;
}
html body div#wrapper .o2icon-devis-check .path3:before, html body div#cookie-consent .o2icon-devis-check .path3:before {
  content: "\e934";
  margin-left: -1.0263671875em;
  color: #005CB9;
}
html body div#wrapper .o2icon-devis-check .path4:before, html body div#cookie-consent .o2icon-devis-check .path4:before {
  content: "\e935";
  margin-left: -1.0263671875em;
  color: #005CB9;
}
html body div#wrapper .o2icon-devis-check .path5:before, html body div#cookie-consent .o2icon-devis-check .path5:before {
  content: "\e936";
  margin-left: -1.0263671875em;
  color: #005CB9;
}
html body div#wrapper .o2icon-devis-check .path6:before, html body div#cookie-consent .o2icon-devis-check .path6:before {
  content: "\e937";
  margin-left: -1.0263671875em;
  color: #005CB9;
}
html body div#wrapper .o2icon-devis-check .path7:before, html body div#cookie-consent .o2icon-devis-check .path7:before {
  content: "\e938";
  margin-left: -1.0263671875em;
  color: #005CB9;
}
html body div#wrapper .o2icon-devis-check .path8:before, html body div#cookie-consent .o2icon-devis-check .path8:before {
  content: "\e939";
  margin-left: -1.0263671875em;
  color: #005CB9;
}
html body div#wrapper .o2icon-devis-check .path9:before, html body div#cookie-consent .o2icon-devis-check .path9:before {
  content: "\e93a";
  margin-left: -1.0263671875em;
  color: #005CB9;
}
html body div#wrapper .o2icon-devis-check .path10:before, html body div#cookie-consent .o2icon-devis-check .path10:before {
  content: "\e93b";
  margin-left: -1.0263671875em;
  color: #00bfa2;
}
html body div#wrapper .o2icon-devis-check .path11:before, html body div#cookie-consent .o2icon-devis-check .path11:before {
  content: "\e93c";
  margin-left: -1.0263671875em;
  color: #fff;
}
html body div#wrapper .o2icon-illu-devis:before, html body div#cookie-consent .o2icon-illu-devis:before {
  content: "\e93d";
}
html body div#wrapper .o2icon-calendrier:before, html body div#cookie-consent .o2icon-calendrier:before {
  content: "\e93e";
}
html body div#wrapper .o2icon-avatar:before, html body div#cookie-consent .o2icon-avatar:before {
  content: "\e93f";
}
html body div#wrapper .o2icon-404:before, html body div#cookie-consent .o2icon-404:before {
  content: "\e940";
}
html body div#wrapper .o2icon-youtube .path1:before, html body div#cookie-consent .o2icon-youtube .path1:before {
  content: "\e941";
  color: rgb(0, 92, 185);
}
html body div#wrapper .o2icon-youtube .path2:before, html body div#cookie-consent .o2icon-youtube .path2:before {
  content: "\e942";
  margin-left: -30px;
  color: rgb(255, 255, 255);
}
html body div#wrapper .o2icon-twitter .path1:before, html body div#cookie-consent .o2icon-twitter .path1:before {
  content: "\e943";
  color: rgb(0, 92, 185);
}
html body div#wrapper .o2icon-twitter .path2:before, html body div#cookie-consent .o2icon-twitter .path2:before {
  content: "\e944";
  margin-left: -30px;
  color: rgb(255, 255, 255);
}
html body div#wrapper .o2icon-twitter .path3:before, html body div#cookie-consent .o2icon-twitter .path3:before {
  content: "\e943";
  color: rgb(255, 255, 255);
}
html body div#wrapper .o2icon-twitter .path4:before, html body div#cookie-consent .o2icon-twitter .path4:before {
  content: "\e944";
  margin-left: -1.5em;
  color: rgb(35, 35, 35);
}
html body div#wrapper .o2icon-icon-sourd:before, html body div#cookie-consent .o2icon-icon-sourd:before {
  content: "\e945";
}
html body div#wrapper .o2icon-linkedin .path1:before, html body div#cookie-consent .o2icon-linkedin .path1:before {
  content: "\e946";
  color: rgb(0, 92, 185);
}
html body div#wrapper .o2icon-linkedin .path2:before, html body div#cookie-consent .o2icon-linkedin .path2:before {
  content: "\e947";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
html body div#wrapper .o2icon-facebook .path1:before, html body div#cookie-consent .o2icon-facebook .path1:before {
  content: "\e948";
  color: rgb(0, 92, 185);
}
html body div#wrapper .o2icon-facebook .path2:before, html body div#cookie-consent .o2icon-facebook .path2:before {
  content: "\e949";
  margin-left: -30px;
  color: rgb(255, 255, 255);
}
html body div#wrapper .o2icon-facebook .path3:before, html body div#cookie-consent .o2icon-facebook .path3:before {
  content: "\e948";
  color: rgb(255, 255, 255);
}
html body div#wrapper .o2icon-facebook .path4:before, html body div#cookie-consent .o2icon-facebook .path4:before {
  content: "\e949";
  margin-left: -1.5em;
  color: rgb(43, 43, 43);
}
html body div#wrapper .o2icon-devis:before, html body div#cookie-consent .o2icon-devis:before {
  content: "\e94a";
}
html body div#wrapper .o2icon-cta-rappel:before, html body div#cookie-consent .o2icon-cta-rappel:before {
  content: "\e94b";
}
html body div#wrapper .o2icon-cta-localisation:before, html body div#cookie-consent .o2icon-cta-localisation:before {
  content: "\e94c";
}
html body div#wrapper .o2icon-copy:before, html body div#cookie-consent .o2icon-copy:before {
  content: "\e94d";
}
html body div#wrapper .o2icon-close:before, html body div#cookie-consent .o2icon-close:before {
  content: "\e94e";
}
html body div#wrapper .o2icon-check-simple:before, html body div#cookie-consent .o2icon-check-simple:before {
  content: "\e94f";
}
html body div#wrapper .o2icon-calendar:before, html body div#cookie-consent .o2icon-calendar:before {
  content: "\e950";
}
html body div#wrapper .o2icon-arrow-top:before, html body div#cookie-consent .o2icon-arrow-top:before {
  content: "\e951";
}
html body div#wrapper .o2icon-arrow-right:before, html body div#cookie-consent .o2icon-arrow-right:before {
  content: "\e952";
}
html body div#wrapper .o2icon-arrow-left:before, html body div#cookie-consent .o2icon-arrow-left:before {
  content: "\e953";
}
html body div#wrapper .o2icon-arrow-down:before, html body div#cookie-consent .o2icon-arrow-down:before {
  content: "\e954";
}
html body div#wrapper .o2icon-action-warning:before, html body div#cookie-consent .o2icon-action-warning:before {
  content: "\e955";
}
html body div#wrapper .o2icon-action-search:before, html body div#cookie-consent .o2icon-action-search:before {
  content: "\e956";
}
html body div#wrapper .o2icon-action-infocircle:before, html body div#cookie-consent .o2icon-action-infocircle:before {
  content: "\e958";
}
html body div#wrapper .o2icon-action-check:before, html body div#cookie-consent .o2icon-action-check:before {
  content: "\e969";
}
html body div#wrapper .o2icon-info-circle:before, html body div#cookie-consent .o2icon-info-circle:before {
  content: "ⓘ";
}
html body div#wrapper h1, html body div#wrapper h2, html body div#wrapper h3, html body div#wrapper h4, html body div#wrapper h5, html body div#wrapper h6, html body div#wrapper .h1, html body div#wrapper .h2, html body div#wrapper .h3, html body div#wrapper .h4, html body div#wrapper .h5, html body div#wrapper .h6, html body div#cookie-consent h1, html body div#cookie-consent h2, html body div#cookie-consent h3, html body div#cookie-consent h4, html body div#cookie-consent h5, html body div#cookie-consent h6, html body div#cookie-consent .h1, html body div#cookie-consent .h2, html body div#cookie-consent .h3, html body div#cookie-consent .h4, html body div#cookie-consent .h5, html body div#cookie-consent .h6 {
  color: #005CB9;
}
html body div#wrapper h1.o2-title, html body div#wrapper h2.o2-title, html body div#wrapper h3.o2-title, html body div#wrapper h4.o2-title, html body div#wrapper h5.o2-title, html body div#wrapper h6.o2-title, html body div#wrapper .h1.o2-title, html body div#wrapper .h2.o2-title, html body div#wrapper .h3.o2-title, html body div#wrapper .h4.o2-title, html body div#wrapper .h5.o2-title, html body div#wrapper .h6.o2-title, html body div#cookie-consent h1.o2-title, html body div#cookie-consent h2.o2-title, html body div#cookie-consent h3.o2-title, html body div#cookie-consent h4.o2-title, html body div#cookie-consent h5.o2-title, html body div#cookie-consent h6.o2-title, html body div#cookie-consent .h1.o2-title, html body div#cookie-consent .h2.o2-title, html body div#cookie-consent .h3.o2-title, html body div#cookie-consent .h4.o2-title, html body div#cookie-consent .h5.o2-title, html body div#cookie-consent .h6.o2-title {
  margin: 50px 0;
  color: #fff;
}
html body div#wrapper h1.o2-title .o2-lbl, html body div#wrapper h2.o2-title .o2-lbl, html body div#wrapper h3.o2-title .o2-lbl, html body div#wrapper h4.o2-title .o2-lbl, html body div#wrapper h5.o2-title .o2-lbl, html body div#wrapper h6.o2-title .o2-lbl, html body div#wrapper .h1.o2-title .o2-lbl, html body div#wrapper .h2.o2-title .o2-lbl, html body div#wrapper .h3.o2-title .o2-lbl, html body div#wrapper .h4.o2-title .o2-lbl, html body div#wrapper .h5.o2-title .o2-lbl, html body div#wrapper .h6.o2-title .o2-lbl, html body div#cookie-consent h1.o2-title .o2-lbl, html body div#cookie-consent h2.o2-title .o2-lbl, html body div#cookie-consent h3.o2-title .o2-lbl, html body div#cookie-consent h4.o2-title .o2-lbl, html body div#cookie-consent h5.o2-title .o2-lbl, html body div#cookie-consent h6.o2-title .o2-lbl, html body div#cookie-consent .h1.o2-title .o2-lbl, html body div#cookie-consent .h2.o2-title .o2-lbl, html body div#cookie-consent .h3.o2-title .o2-lbl, html body div#cookie-consent .h4.o2-title .o2-lbl, html body div#cookie-consent .h5.o2-title .o2-lbl, html body div#cookie-consent .h6.o2-title .o2-lbl {
  font-size: 0.6em;
}
html body div#wrapper h1.o2-title .stroke, html body div#wrapper h2.o2-title .stroke, html body div#wrapper h3.o2-title .stroke, html body div#wrapper h4.o2-title .stroke, html body div#wrapper h5.o2-title .stroke, html body div#wrapper h6.o2-title .stroke, html body div#wrapper .h1.o2-title .stroke, html body div#wrapper .h2.o2-title .stroke, html body div#wrapper .h3.o2-title .stroke, html body div#wrapper .h4.o2-title .stroke, html body div#wrapper .h5.o2-title .stroke, html body div#wrapper .h6.o2-title .stroke, html body div#cookie-consent h1.o2-title .stroke, html body div#cookie-consent h2.o2-title .stroke, html body div#cookie-consent h3.o2-title .stroke, html body div#cookie-consent h4.o2-title .stroke, html body div#cookie-consent h5.o2-title .stroke, html body div#cookie-consent h6.o2-title .stroke, html body div#cookie-consent .h1.o2-title .stroke, html body div#cookie-consent .h2.o2-title .stroke, html body div#cookie-consent .h3.o2-title .stroke, html body div#cookie-consent .h4.o2-title .stroke, html body div#cookie-consent .h5.o2-title .stroke, html body div#cookie-consent .h6.o2-title .stroke {
  display: block;
  -webkit-text-stroke-color: #fff;
}
html body div#wrapper h1.o2-title-primary, html body div#wrapper h1.o2-title-blue, html body div#wrapper h2.o2-title-primary, html body div#wrapper h2.o2-title-blue, html body div#wrapper h3.o2-title-primary, html body div#wrapper h3.o2-title-blue, html body div#wrapper h4.o2-title-primary, html body div#wrapper h4.o2-title-blue, html body div#wrapper h5.o2-title-primary, html body div#wrapper h5.o2-title-blue, html body div#wrapper h6.o2-title-primary, html body div#wrapper h6.o2-title-blue, html body div#wrapper .h1.o2-title-primary, html body div#wrapper .h1.o2-title-blue, html body div#wrapper .h2.o2-title-primary, html body div#wrapper .h2.o2-title-blue, html body div#wrapper .h3.o2-title-primary, html body div#wrapper .h3.o2-title-blue, html body div#wrapper .h4.o2-title-primary, html body div#wrapper .h4.o2-title-blue, html body div#wrapper .h5.o2-title-primary, html body div#wrapper .h5.o2-title-blue, html body div#wrapper .h6.o2-title-primary, html body div#wrapper .h6.o2-title-blue, html body div#cookie-consent h1.o2-title-primary, html body div#cookie-consent h1.o2-title-blue, html body div#cookie-consent h2.o2-title-primary, html body div#cookie-consent h2.o2-title-blue, html body div#cookie-consent h3.o2-title-primary, html body div#cookie-consent h3.o2-title-blue, html body div#cookie-consent h4.o2-title-primary, html body div#cookie-consent h4.o2-title-blue, html body div#cookie-consent h5.o2-title-primary, html body div#cookie-consent h5.o2-title-blue, html body div#cookie-consent h6.o2-title-primary, html body div#cookie-consent h6.o2-title-blue, html body div#cookie-consent .h1.o2-title-primary, html body div#cookie-consent .h1.o2-title-blue, html body div#cookie-consent .h2.o2-title-primary, html body div#cookie-consent .h2.o2-title-blue, html body div#cookie-consent .h3.o2-title-primary, html body div#cookie-consent .h3.o2-title-blue, html body div#cookie-consent .h4.o2-title-primary, html body div#cookie-consent .h4.o2-title-blue, html body div#cookie-consent .h5.o2-title-primary, html body div#cookie-consent .h5.o2-title-blue, html body div#cookie-consent .h6.o2-title-primary, html body div#cookie-consent .h6.o2-title-blue {
  color: #005CB9;
}
html body div#wrapper h1.o2-title-primary .stroke, html body div#wrapper h1.o2-title-blue .stroke, html body div#wrapper h2.o2-title-primary .stroke, html body div#wrapper h2.o2-title-blue .stroke, html body div#wrapper h3.o2-title-primary .stroke, html body div#wrapper h3.o2-title-blue .stroke, html body div#wrapper h4.o2-title-primary .stroke, html body div#wrapper h4.o2-title-blue .stroke, html body div#wrapper h5.o2-title-primary .stroke, html body div#wrapper h5.o2-title-blue .stroke, html body div#wrapper h6.o2-title-primary .stroke, html body div#wrapper h6.o2-title-blue .stroke, html body div#wrapper .h1.o2-title-primary .stroke, html body div#wrapper .h1.o2-title-blue .stroke, html body div#wrapper .h2.o2-title-primary .stroke, html body div#wrapper .h2.o2-title-blue .stroke, html body div#wrapper .h3.o2-title-primary .stroke, html body div#wrapper .h3.o2-title-blue .stroke, html body div#wrapper .h4.o2-title-primary .stroke, html body div#wrapper .h4.o2-title-blue .stroke, html body div#wrapper .h5.o2-title-primary .stroke, html body div#wrapper .h5.o2-title-blue .stroke, html body div#wrapper .h6.o2-title-primary .stroke, html body div#wrapper .h6.o2-title-blue .stroke, html body div#cookie-consent h1.o2-title-primary .stroke, html body div#cookie-consent h1.o2-title-blue .stroke, html body div#cookie-consent h2.o2-title-primary .stroke, html body div#cookie-consent h2.o2-title-blue .stroke, html body div#cookie-consent h3.o2-title-primary .stroke, html body div#cookie-consent h3.o2-title-blue .stroke, html body div#cookie-consent h4.o2-title-primary .stroke, html body div#cookie-consent h4.o2-title-blue .stroke, html body div#cookie-consent h5.o2-title-primary .stroke, html body div#cookie-consent h5.o2-title-blue .stroke, html body div#cookie-consent h6.o2-title-primary .stroke, html body div#cookie-consent h6.o2-title-blue .stroke, html body div#cookie-consent .h1.o2-title-primary .stroke, html body div#cookie-consent .h1.o2-title-blue .stroke, html body div#cookie-consent .h2.o2-title-primary .stroke, html body div#cookie-consent .h2.o2-title-blue .stroke, html body div#cookie-consent .h3.o2-title-primary .stroke, html body div#cookie-consent .h3.o2-title-blue .stroke, html body div#cookie-consent .h4.o2-title-primary .stroke, html body div#cookie-consent .h4.o2-title-blue .stroke, html body div#cookie-consent .h5.o2-title-primary .stroke, html body div#cookie-consent .h5.o2-title-blue .stroke, html body div#cookie-consent .h6.o2-title-primary .stroke, html body div#cookie-consent .h6.o2-title-blue .stroke {
  -webkit-text-stroke-color: #005CB9;
}
html body div#wrapper h1.o2-title-secondary, html body div#wrapper h1.o2-title-success, html body div#wrapper h1.o2-title-green, html body div#wrapper h2.o2-title-secondary, html body div#wrapper h2.o2-title-success, html body div#wrapper h2.o2-title-green, html body div#wrapper h3.o2-title-secondary, html body div#wrapper h3.o2-title-success, html body div#wrapper h3.o2-title-green, html body div#wrapper h4.o2-title-secondary, html body div#wrapper h4.o2-title-success, html body div#wrapper h4.o2-title-green, html body div#wrapper h5.o2-title-secondary, html body div#wrapper h5.o2-title-success, html body div#wrapper h5.o2-title-green, html body div#wrapper h6.o2-title-secondary, html body div#wrapper h6.o2-title-success, html body div#wrapper h6.o2-title-green, html body div#wrapper .h1.o2-title-secondary, html body div#wrapper .h1.o2-title-success, html body div#wrapper .h1.o2-title-green, html body div#wrapper .h2.o2-title-secondary, html body div#wrapper .h2.o2-title-success, html body div#wrapper .h2.o2-title-green, html body div#wrapper .h3.o2-title-secondary, html body div#wrapper .h3.o2-title-success, html body div#wrapper .h3.o2-title-green, html body div#wrapper .h4.o2-title-secondary, html body div#wrapper .h4.o2-title-success, html body div#wrapper .h4.o2-title-green, html body div#wrapper .h5.o2-title-secondary, html body div#wrapper .h5.o2-title-success, html body div#wrapper .h5.o2-title-green, html body div#wrapper .h6.o2-title-secondary, html body div#wrapper .h6.o2-title-success, html body div#wrapper .h6.o2-title-green, html body div#cookie-consent h1.o2-title-secondary, html body div#cookie-consent h1.o2-title-success, html body div#cookie-consent h1.o2-title-green, html body div#cookie-consent h2.o2-title-secondary, html body div#cookie-consent h2.o2-title-success, html body div#cookie-consent h2.o2-title-green, html body div#cookie-consent h3.o2-title-secondary, html body div#cookie-consent h3.o2-title-success, html body div#cookie-consent h3.o2-title-green, html body div#cookie-consent h4.o2-title-secondary, html body div#cookie-consent h4.o2-title-success, html body div#cookie-consent h4.o2-title-green, html body div#cookie-consent h5.o2-title-secondary, html body div#cookie-consent h5.o2-title-success, html body div#cookie-consent h5.o2-title-green, html body div#cookie-consent h6.o2-title-secondary, html body div#cookie-consent h6.o2-title-success, html body div#cookie-consent h6.o2-title-green, html body div#cookie-consent .h1.o2-title-secondary, html body div#cookie-consent .h1.o2-title-success, html body div#cookie-consent .h1.o2-title-green, html body div#cookie-consent .h2.o2-title-secondary, html body div#cookie-consent .h2.o2-title-success, html body div#cookie-consent .h2.o2-title-green, html body div#cookie-consent .h3.o2-title-secondary, html body div#cookie-consent .h3.o2-title-success, html body div#cookie-consent .h3.o2-title-green, html body div#cookie-consent .h4.o2-title-secondary, html body div#cookie-consent .h4.o2-title-success, html body div#cookie-consent .h4.o2-title-green, html body div#cookie-consent .h5.o2-title-secondary, html body div#cookie-consent .h5.o2-title-success, html body div#cookie-consent .h5.o2-title-green, html body div#cookie-consent .h6.o2-title-secondary, html body div#cookie-consent .h6.o2-title-success, html body div#cookie-consent .h6.o2-title-green {
  color: #00bfa2;
}
html body div#wrapper h1.o2-title-secondary .stroke, html body div#wrapper h1.o2-title-success .stroke, html body div#wrapper h1.o2-title-green .stroke, html body div#wrapper h2.o2-title-secondary .stroke, html body div#wrapper h2.o2-title-success .stroke, html body div#wrapper h2.o2-title-green .stroke, html body div#wrapper h3.o2-title-secondary .stroke, html body div#wrapper h3.o2-title-success .stroke, html body div#wrapper h3.o2-title-green .stroke, html body div#wrapper h4.o2-title-secondary .stroke, html body div#wrapper h4.o2-title-success .stroke, html body div#wrapper h4.o2-title-green .stroke, html body div#wrapper h5.o2-title-secondary .stroke, html body div#wrapper h5.o2-title-success .stroke, html body div#wrapper h5.o2-title-green .stroke, html body div#wrapper h6.o2-title-secondary .stroke, html body div#wrapper h6.o2-title-success .stroke, html body div#wrapper h6.o2-title-green .stroke, html body div#wrapper .h1.o2-title-secondary .stroke, html body div#wrapper .h1.o2-title-success .stroke, html body div#wrapper .h1.o2-title-green .stroke, html body div#wrapper .h2.o2-title-secondary .stroke, html body div#wrapper .h2.o2-title-success .stroke, html body div#wrapper .h2.o2-title-green .stroke, html body div#wrapper .h3.o2-title-secondary .stroke, html body div#wrapper .h3.o2-title-success .stroke, html body div#wrapper .h3.o2-title-green .stroke, html body div#wrapper .h4.o2-title-secondary .stroke, html body div#wrapper .h4.o2-title-success .stroke, html body div#wrapper .h4.o2-title-green .stroke, html body div#wrapper .h5.o2-title-secondary .stroke, html body div#wrapper .h5.o2-title-success .stroke, html body div#wrapper .h5.o2-title-green .stroke, html body div#wrapper .h6.o2-title-secondary .stroke, html body div#wrapper .h6.o2-title-success .stroke, html body div#wrapper .h6.o2-title-green .stroke, html body div#cookie-consent h1.o2-title-secondary .stroke, html body div#cookie-consent h1.o2-title-success .stroke, html body div#cookie-consent h1.o2-title-green .stroke, html body div#cookie-consent h2.o2-title-secondary .stroke, html body div#cookie-consent h2.o2-title-success .stroke, html body div#cookie-consent h2.o2-title-green .stroke, html body div#cookie-consent h3.o2-title-secondary .stroke, html body div#cookie-consent h3.o2-title-success .stroke, html body div#cookie-consent h3.o2-title-green .stroke, html body div#cookie-consent h4.o2-title-secondary .stroke, html body div#cookie-consent h4.o2-title-success .stroke, html body div#cookie-consent h4.o2-title-green .stroke, html body div#cookie-consent h5.o2-title-secondary .stroke, html body div#cookie-consent h5.o2-title-success .stroke, html body div#cookie-consent h5.o2-title-green .stroke, html body div#cookie-consent h6.o2-title-secondary .stroke, html body div#cookie-consent h6.o2-title-success .stroke, html body div#cookie-consent h6.o2-title-green .stroke, html body div#cookie-consent .h1.o2-title-secondary .stroke, html body div#cookie-consent .h1.o2-title-success .stroke, html body div#cookie-consent .h1.o2-title-green .stroke, html body div#cookie-consent .h2.o2-title-secondary .stroke, html body div#cookie-consent .h2.o2-title-success .stroke, html body div#cookie-consent .h2.o2-title-green .stroke, html body div#cookie-consent .h3.o2-title-secondary .stroke, html body div#cookie-consent .h3.o2-title-success .stroke, html body div#cookie-consent .h3.o2-title-green .stroke, html body div#cookie-consent .h4.o2-title-secondary .stroke, html body div#cookie-consent .h4.o2-title-success .stroke, html body div#cookie-consent .h4.o2-title-green .stroke, html body div#cookie-consent .h5.o2-title-secondary .stroke, html body div#cookie-consent .h5.o2-title-success .stroke, html body div#cookie-consent .h5.o2-title-green .stroke, html body div#cookie-consent .h6.o2-title-secondary .stroke, html body div#cookie-consent .h6.o2-title-success .stroke, html body div#cookie-consent .h6.o2-title-green .stroke {
  -webkit-text-stroke-color: #00bfa2;
}
html body div#wrapper h1.o2-title-info, html body div#wrapper h2.o2-title-info, html body div#wrapper h3.o2-title-info, html body div#wrapper h4.o2-title-info, html body div#wrapper h5.o2-title-info, html body div#wrapper h6.o2-title-info, html body div#wrapper .h1.o2-title-info, html body div#wrapper .h2.o2-title-info, html body div#wrapper .h3.o2-title-info, html body div#wrapper .h4.o2-title-info, html body div#wrapper .h5.o2-title-info, html body div#wrapper .h6.o2-title-info, html body div#cookie-consent h1.o2-title-info, html body div#cookie-consent h2.o2-title-info, html body div#cookie-consent h3.o2-title-info, html body div#cookie-consent h4.o2-title-info, html body div#cookie-consent h5.o2-title-info, html body div#cookie-consent h6.o2-title-info, html body div#cookie-consent .h1.o2-title-info, html body div#cookie-consent .h2.o2-title-info, html body div#cookie-consent .h3.o2-title-info, html body div#cookie-consent .h4.o2-title-info, html body div#cookie-consent .h5.o2-title-info, html body div#cookie-consent .h6.o2-title-info {
  color: #b2cdf0;
}
html body div#wrapper h1.o2-title-info .stroke, html body div#wrapper h2.o2-title-info .stroke, html body div#wrapper h3.o2-title-info .stroke, html body div#wrapper h4.o2-title-info .stroke, html body div#wrapper h5.o2-title-info .stroke, html body div#wrapper h6.o2-title-info .stroke, html body div#wrapper .h1.o2-title-info .stroke, html body div#wrapper .h2.o2-title-info .stroke, html body div#wrapper .h3.o2-title-info .stroke, html body div#wrapper .h4.o2-title-info .stroke, html body div#wrapper .h5.o2-title-info .stroke, html body div#wrapper .h6.o2-title-info .stroke, html body div#cookie-consent h1.o2-title-info .stroke, html body div#cookie-consent h2.o2-title-info .stroke, html body div#cookie-consent h3.o2-title-info .stroke, html body div#cookie-consent h4.o2-title-info .stroke, html body div#cookie-consent h5.o2-title-info .stroke, html body div#cookie-consent h6.o2-title-info .stroke, html body div#cookie-consent .h1.o2-title-info .stroke, html body div#cookie-consent .h2.o2-title-info .stroke, html body div#cookie-consent .h3.o2-title-info .stroke, html body div#cookie-consent .h4.o2-title-info .stroke, html body div#cookie-consent .h5.o2-title-info .stroke, html body div#cookie-consent .h6.o2-title-info .stroke {
  -webkit-text-stroke-color: #b2cdf0;
}
html body div#wrapper h1.o2-title-warning, html body div#wrapper h2.o2-title-warning, html body div#wrapper h3.o2-title-warning, html body div#wrapper h4.o2-title-warning, html body div#wrapper h5.o2-title-warning, html body div#wrapper h6.o2-title-warning, html body div#wrapper .h1.o2-title-warning, html body div#wrapper .h2.o2-title-warning, html body div#wrapper .h3.o2-title-warning, html body div#wrapper .h4.o2-title-warning, html body div#wrapper .h5.o2-title-warning, html body div#wrapper .h6.o2-title-warning, html body div#cookie-consent h1.o2-title-warning, html body div#cookie-consent h2.o2-title-warning, html body div#cookie-consent h3.o2-title-warning, html body div#cookie-consent h4.o2-title-warning, html body div#cookie-consent h5.o2-title-warning, html body div#cookie-consent h6.o2-title-warning, html body div#cookie-consent .h1.o2-title-warning, html body div#cookie-consent .h2.o2-title-warning, html body div#cookie-consent .h3.o2-title-warning, html body div#cookie-consent .h4.o2-title-warning, html body div#cookie-consent .h5.o2-title-warning, html body div#cookie-consent .h6.o2-title-warning {
  color: #e7ba63;
}
html body div#wrapper h1.o2-title-warning .stroke, html body div#wrapper h2.o2-title-warning .stroke, html body div#wrapper h3.o2-title-warning .stroke, html body div#wrapper h4.o2-title-warning .stroke, html body div#wrapper h5.o2-title-warning .stroke, html body div#wrapper h6.o2-title-warning .stroke, html body div#wrapper .h1.o2-title-warning .stroke, html body div#wrapper .h2.o2-title-warning .stroke, html body div#wrapper .h3.o2-title-warning .stroke, html body div#wrapper .h4.o2-title-warning .stroke, html body div#wrapper .h5.o2-title-warning .stroke, html body div#wrapper .h6.o2-title-warning .stroke, html body div#cookie-consent h1.o2-title-warning .stroke, html body div#cookie-consent h2.o2-title-warning .stroke, html body div#cookie-consent h3.o2-title-warning .stroke, html body div#cookie-consent h4.o2-title-warning .stroke, html body div#cookie-consent h5.o2-title-warning .stroke, html body div#cookie-consent h6.o2-title-warning .stroke, html body div#cookie-consent .h1.o2-title-warning .stroke, html body div#cookie-consent .h2.o2-title-warning .stroke, html body div#cookie-consent .h3.o2-title-warning .stroke, html body div#cookie-consent .h4.o2-title-warning .stroke, html body div#cookie-consent .h5.o2-title-warning .stroke, html body div#cookie-consent .h6.o2-title-warning .stroke {
  -webkit-text-stroke-color: #e7ba63;
}
html body div#wrapper h1.o2-title-danger, html body div#wrapper h1.o2-title-carmine, html body div#wrapper h2.o2-title-danger, html body div#wrapper h2.o2-title-carmine, html body div#wrapper h3.o2-title-danger, html body div#wrapper h3.o2-title-carmine, html body div#wrapper h4.o2-title-danger, html body div#wrapper h4.o2-title-carmine, html body div#wrapper h5.o2-title-danger, html body div#wrapper h5.o2-title-carmine, html body div#wrapper h6.o2-title-danger, html body div#wrapper h6.o2-title-carmine, html body div#wrapper .h1.o2-title-danger, html body div#wrapper .h1.o2-title-carmine, html body div#wrapper .h2.o2-title-danger, html body div#wrapper .h2.o2-title-carmine, html body div#wrapper .h3.o2-title-danger, html body div#wrapper .h3.o2-title-carmine, html body div#wrapper .h4.o2-title-danger, html body div#wrapper .h4.o2-title-carmine, html body div#wrapper .h5.o2-title-danger, html body div#wrapper .h5.o2-title-carmine, html body div#wrapper .h6.o2-title-danger, html body div#wrapper .h6.o2-title-carmine, html body div#cookie-consent h1.o2-title-danger, html body div#cookie-consent h1.o2-title-carmine, html body div#cookie-consent h2.o2-title-danger, html body div#cookie-consent h2.o2-title-carmine, html body div#cookie-consent h3.o2-title-danger, html body div#cookie-consent h3.o2-title-carmine, html body div#cookie-consent h4.o2-title-danger, html body div#cookie-consent h4.o2-title-carmine, html body div#cookie-consent h5.o2-title-danger, html body div#cookie-consent h5.o2-title-carmine, html body div#cookie-consent h6.o2-title-danger, html body div#cookie-consent h6.o2-title-carmine, html body div#cookie-consent .h1.o2-title-danger, html body div#cookie-consent .h1.o2-title-carmine, html body div#cookie-consent .h2.o2-title-danger, html body div#cookie-consent .h2.o2-title-carmine, html body div#cookie-consent .h3.o2-title-danger, html body div#cookie-consent .h3.o2-title-carmine, html body div#cookie-consent .h4.o2-title-danger, html body div#cookie-consent .h4.o2-title-carmine, html body div#cookie-consent .h5.o2-title-danger, html body div#cookie-consent .h5.o2-title-carmine, html body div#cookie-consent .h6.o2-title-danger, html body div#cookie-consent .h6.o2-title-carmine {
  color: #eb584e;
}
html body div#wrapper h1.o2-title-danger .stroke, html body div#wrapper h1.o2-title-carmine .stroke, html body div#wrapper h2.o2-title-danger .stroke, html body div#wrapper h2.o2-title-carmine .stroke, html body div#wrapper h3.o2-title-danger .stroke, html body div#wrapper h3.o2-title-carmine .stroke, html body div#wrapper h4.o2-title-danger .stroke, html body div#wrapper h4.o2-title-carmine .stroke, html body div#wrapper h5.o2-title-danger .stroke, html body div#wrapper h5.o2-title-carmine .stroke, html body div#wrapper h6.o2-title-danger .stroke, html body div#wrapper h6.o2-title-carmine .stroke, html body div#wrapper .h1.o2-title-danger .stroke, html body div#wrapper .h1.o2-title-carmine .stroke, html body div#wrapper .h2.o2-title-danger .stroke, html body div#wrapper .h2.o2-title-carmine .stroke, html body div#wrapper .h3.o2-title-danger .stroke, html body div#wrapper .h3.o2-title-carmine .stroke, html body div#wrapper .h4.o2-title-danger .stroke, html body div#wrapper .h4.o2-title-carmine .stroke, html body div#wrapper .h5.o2-title-danger .stroke, html body div#wrapper .h5.o2-title-carmine .stroke, html body div#wrapper .h6.o2-title-danger .stroke, html body div#wrapper .h6.o2-title-carmine .stroke, html body div#cookie-consent h1.o2-title-danger .stroke, html body div#cookie-consent h1.o2-title-carmine .stroke, html body div#cookie-consent h2.o2-title-danger .stroke, html body div#cookie-consent h2.o2-title-carmine .stroke, html body div#cookie-consent h3.o2-title-danger .stroke, html body div#cookie-consent h3.o2-title-carmine .stroke, html body div#cookie-consent h4.o2-title-danger .stroke, html body div#cookie-consent h4.o2-title-carmine .stroke, html body div#cookie-consent h5.o2-title-danger .stroke, html body div#cookie-consent h5.o2-title-carmine .stroke, html body div#cookie-consent h6.o2-title-danger .stroke, html body div#cookie-consent h6.o2-title-carmine .stroke, html body div#cookie-consent .h1.o2-title-danger .stroke, html body div#cookie-consent .h1.o2-title-carmine .stroke, html body div#cookie-consent .h2.o2-title-danger .stroke, html body div#cookie-consent .h2.o2-title-carmine .stroke, html body div#cookie-consent .h3.o2-title-danger .stroke, html body div#cookie-consent .h3.o2-title-carmine .stroke, html body div#cookie-consent .h4.o2-title-danger .stroke, html body div#cookie-consent .h4.o2-title-carmine .stroke, html body div#cookie-consent .h5.o2-title-danger .stroke, html body div#cookie-consent .h5.o2-title-carmine .stroke, html body div#cookie-consent .h6.o2-title-danger .stroke, html body div#cookie-consent .h6.o2-title-carmine .stroke {
  -webkit-text-stroke-color: #eb584e;
}
html body div#wrapper h1.o2-title-light, html body div#wrapper h2.o2-title-light, html body div#wrapper h3.o2-title-light, html body div#wrapper h4.o2-title-light, html body div#wrapper h5.o2-title-light, html body div#wrapper h6.o2-title-light, html body div#wrapper .h1.o2-title-light, html body div#wrapper .h2.o2-title-light, html body div#wrapper .h3.o2-title-light, html body div#wrapper .h4.o2-title-light, html body div#wrapper .h5.o2-title-light, html body div#wrapper .h6.o2-title-light, html body div#cookie-consent h1.o2-title-light, html body div#cookie-consent h2.o2-title-light, html body div#cookie-consent h3.o2-title-light, html body div#cookie-consent h4.o2-title-light, html body div#cookie-consent h5.o2-title-light, html body div#cookie-consent h6.o2-title-light, html body div#cookie-consent .h1.o2-title-light, html body div#cookie-consent .h2.o2-title-light, html body div#cookie-consent .h3.o2-title-light, html body div#cookie-consent .h4.o2-title-light, html body div#cookie-consent .h5.o2-title-light, html body div#cookie-consent .h6.o2-title-light {
  color: #f9f5f3;
}
html body div#wrapper h1.o2-title-light .stroke, html body div#wrapper h2.o2-title-light .stroke, html body div#wrapper h3.o2-title-light .stroke, html body div#wrapper h4.o2-title-light .stroke, html body div#wrapper h5.o2-title-light .stroke, html body div#wrapper h6.o2-title-light .stroke, html body div#wrapper .h1.o2-title-light .stroke, html body div#wrapper .h2.o2-title-light .stroke, html body div#wrapper .h3.o2-title-light .stroke, html body div#wrapper .h4.o2-title-light .stroke, html body div#wrapper .h5.o2-title-light .stroke, html body div#wrapper .h6.o2-title-light .stroke, html body div#cookie-consent h1.o2-title-light .stroke, html body div#cookie-consent h2.o2-title-light .stroke, html body div#cookie-consent h3.o2-title-light .stroke, html body div#cookie-consent h4.o2-title-light .stroke, html body div#cookie-consent h5.o2-title-light .stroke, html body div#cookie-consent h6.o2-title-light .stroke, html body div#cookie-consent .h1.o2-title-light .stroke, html body div#cookie-consent .h2.o2-title-light .stroke, html body div#cookie-consent .h3.o2-title-light .stroke, html body div#cookie-consent .h4.o2-title-light .stroke, html body div#cookie-consent .h5.o2-title-light .stroke, html body div#cookie-consent .h6.o2-title-light .stroke {
  -webkit-text-stroke-color: #f9f5f3;
}
html body div#wrapper h1.o2-title-dark, html body div#wrapper h2.o2-title-dark, html body div#wrapper h3.o2-title-dark, html body div#wrapper h4.o2-title-dark, html body div#wrapper h5.o2-title-dark, html body div#wrapper h6.o2-title-dark, html body div#wrapper .h1.o2-title-dark, html body div#wrapper .h2.o2-title-dark, html body div#wrapper .h3.o2-title-dark, html body div#wrapper .h4.o2-title-dark, html body div#wrapper .h5.o2-title-dark, html body div#wrapper .h6.o2-title-dark, html body div#cookie-consent h1.o2-title-dark, html body div#cookie-consent h2.o2-title-dark, html body div#cookie-consent h3.o2-title-dark, html body div#cookie-consent h4.o2-title-dark, html body div#cookie-consent h5.o2-title-dark, html body div#cookie-consent h6.o2-title-dark, html body div#cookie-consent .h1.o2-title-dark, html body div#cookie-consent .h2.o2-title-dark, html body div#cookie-consent .h3.o2-title-dark, html body div#cookie-consent .h4.o2-title-dark, html body div#cookie-consent .h5.o2-title-dark, html body div#cookie-consent .h6.o2-title-dark {
  color: #747474;
}
html body div#wrapper h1.o2-title-dark .stroke, html body div#wrapper h2.o2-title-dark .stroke, html body div#wrapper h3.o2-title-dark .stroke, html body div#wrapper h4.o2-title-dark .stroke, html body div#wrapper h5.o2-title-dark .stroke, html body div#wrapper h6.o2-title-dark .stroke, html body div#wrapper .h1.o2-title-dark .stroke, html body div#wrapper .h2.o2-title-dark .stroke, html body div#wrapper .h3.o2-title-dark .stroke, html body div#wrapper .h4.o2-title-dark .stroke, html body div#wrapper .h5.o2-title-dark .stroke, html body div#wrapper .h6.o2-title-dark .stroke, html body div#cookie-consent h1.o2-title-dark .stroke, html body div#cookie-consent h2.o2-title-dark .stroke, html body div#cookie-consent h3.o2-title-dark .stroke, html body div#cookie-consent h4.o2-title-dark .stroke, html body div#cookie-consent h5.o2-title-dark .stroke, html body div#cookie-consent h6.o2-title-dark .stroke, html body div#cookie-consent .h1.o2-title-dark .stroke, html body div#cookie-consent .h2.o2-title-dark .stroke, html body div#cookie-consent .h3.o2-title-dark .stroke, html body div#cookie-consent .h4.o2-title-dark .stroke, html body div#cookie-consent .h5.o2-title-dark .stroke, html body div#cookie-consent .h6.o2-title-dark .stroke {
  -webkit-text-stroke-color: #747474;
}
html body div#wrapper h1.o2-title-darker, html body div#wrapper h2.o2-title-darker, html body div#wrapper h3.o2-title-darker, html body div#wrapper h4.o2-title-darker, html body div#wrapper h5.o2-title-darker, html body div#wrapper h6.o2-title-darker, html body div#wrapper .h1.o2-title-darker, html body div#wrapper .h2.o2-title-darker, html body div#wrapper .h3.o2-title-darker, html body div#wrapper .h4.o2-title-darker, html body div#wrapper .h5.o2-title-darker, html body div#wrapper .h6.o2-title-darker, html body div#cookie-consent h1.o2-title-darker, html body div#cookie-consent h2.o2-title-darker, html body div#cookie-consent h3.o2-title-darker, html body div#cookie-consent h4.o2-title-darker, html body div#cookie-consent h5.o2-title-darker, html body div#cookie-consent h6.o2-title-darker, html body div#cookie-consent .h1.o2-title-darker, html body div#cookie-consent .h2.o2-title-darker, html body div#cookie-consent .h3.o2-title-darker, html body div#cookie-consent .h4.o2-title-darker, html body div#cookie-consent .h5.o2-title-darker, html body div#cookie-consent .h6.o2-title-darker {
  color: #5c5c5c;
}
html body div#wrapper h1.o2-title-darker .stroke, html body div#wrapper h2.o2-title-darker .stroke, html body div#wrapper h3.o2-title-darker .stroke, html body div#wrapper h4.o2-title-darker .stroke, html body div#wrapper h5.o2-title-darker .stroke, html body div#wrapper h6.o2-title-darker .stroke, html body div#wrapper .h1.o2-title-darker .stroke, html body div#wrapper .h2.o2-title-darker .stroke, html body div#wrapper .h3.o2-title-darker .stroke, html body div#wrapper .h4.o2-title-darker .stroke, html body div#wrapper .h5.o2-title-darker .stroke, html body div#wrapper .h6.o2-title-darker .stroke, html body div#cookie-consent h1.o2-title-darker .stroke, html body div#cookie-consent h2.o2-title-darker .stroke, html body div#cookie-consent h3.o2-title-darker .stroke, html body div#cookie-consent h4.o2-title-darker .stroke, html body div#cookie-consent h5.o2-title-darker .stroke, html body div#cookie-consent h6.o2-title-darker .stroke, html body div#cookie-consent .h1.o2-title-darker .stroke, html body div#cookie-consent .h2.o2-title-darker .stroke, html body div#cookie-consent .h3.o2-title-darker .stroke, html body div#cookie-consent .h4.o2-title-darker .stroke, html body div#cookie-consent .h5.o2-title-darker .stroke, html body div#cookie-consent .h6.o2-title-darker .stroke {
  -webkit-text-stroke-color: #5c5c5c;
}
html body div#wrapper h1.o2-title-pink, html body div#wrapper h1.o2-title-fuchsia, html body div#wrapper h2.o2-title-pink, html body div#wrapper h2.o2-title-fuchsia, html body div#wrapper h3.o2-title-pink, html body div#wrapper h3.o2-title-fuchsia, html body div#wrapper h4.o2-title-pink, html body div#wrapper h4.o2-title-fuchsia, html body div#wrapper h5.o2-title-pink, html body div#wrapper h5.o2-title-fuchsia, html body div#wrapper h6.o2-title-pink, html body div#wrapper h6.o2-title-fuchsia, html body div#wrapper .h1.o2-title-pink, html body div#wrapper .h1.o2-title-fuchsia, html body div#wrapper .h2.o2-title-pink, html body div#wrapper .h2.o2-title-fuchsia, html body div#wrapper .h3.o2-title-pink, html body div#wrapper .h3.o2-title-fuchsia, html body div#wrapper .h4.o2-title-pink, html body div#wrapper .h4.o2-title-fuchsia, html body div#wrapper .h5.o2-title-pink, html body div#wrapper .h5.o2-title-fuchsia, html body div#wrapper .h6.o2-title-pink, html body div#wrapper .h6.o2-title-fuchsia, html body div#cookie-consent h1.o2-title-pink, html body div#cookie-consent h1.o2-title-fuchsia, html body div#cookie-consent h2.o2-title-pink, html body div#cookie-consent h2.o2-title-fuchsia, html body div#cookie-consent h3.o2-title-pink, html body div#cookie-consent h3.o2-title-fuchsia, html body div#cookie-consent h4.o2-title-pink, html body div#cookie-consent h4.o2-title-fuchsia, html body div#cookie-consent h5.o2-title-pink, html body div#cookie-consent h5.o2-title-fuchsia, html body div#cookie-consent h6.o2-title-pink, html body div#cookie-consent h6.o2-title-fuchsia, html body div#cookie-consent .h1.o2-title-pink, html body div#cookie-consent .h1.o2-title-fuchsia, html body div#cookie-consent .h2.o2-title-pink, html body div#cookie-consent .h2.o2-title-fuchsia, html body div#cookie-consent .h3.o2-title-pink, html body div#cookie-consent .h3.o2-title-fuchsia, html body div#cookie-consent .h4.o2-title-pink, html body div#cookie-consent .h4.o2-title-fuchsia, html body div#cookie-consent .h5.o2-title-pink, html body div#cookie-consent .h5.o2-title-fuchsia, html body div#cookie-consent .h6.o2-title-pink, html body div#cookie-consent .h6.o2-title-fuchsia {
  color: #ca337e;
}
html body div#wrapper h1.o2-title-pink .stroke, html body div#wrapper h1.o2-title-fuchsia .stroke, html body div#wrapper h2.o2-title-pink .stroke, html body div#wrapper h2.o2-title-fuchsia .stroke, html body div#wrapper h3.o2-title-pink .stroke, html body div#wrapper h3.o2-title-fuchsia .stroke, html body div#wrapper h4.o2-title-pink .stroke, html body div#wrapper h4.o2-title-fuchsia .stroke, html body div#wrapper h5.o2-title-pink .stroke, html body div#wrapper h5.o2-title-fuchsia .stroke, html body div#wrapper h6.o2-title-pink .stroke, html body div#wrapper h6.o2-title-fuchsia .stroke, html body div#wrapper .h1.o2-title-pink .stroke, html body div#wrapper .h1.o2-title-fuchsia .stroke, html body div#wrapper .h2.o2-title-pink .stroke, html body div#wrapper .h2.o2-title-fuchsia .stroke, html body div#wrapper .h3.o2-title-pink .stroke, html body div#wrapper .h3.o2-title-fuchsia .stroke, html body div#wrapper .h4.o2-title-pink .stroke, html body div#wrapper .h4.o2-title-fuchsia .stroke, html body div#wrapper .h5.o2-title-pink .stroke, html body div#wrapper .h5.o2-title-fuchsia .stroke, html body div#wrapper .h6.o2-title-pink .stroke, html body div#wrapper .h6.o2-title-fuchsia .stroke, html body div#cookie-consent h1.o2-title-pink .stroke, html body div#cookie-consent h1.o2-title-fuchsia .stroke, html body div#cookie-consent h2.o2-title-pink .stroke, html body div#cookie-consent h2.o2-title-fuchsia .stroke, html body div#cookie-consent h3.o2-title-pink .stroke, html body div#cookie-consent h3.o2-title-fuchsia .stroke, html body div#cookie-consent h4.o2-title-pink .stroke, html body div#cookie-consent h4.o2-title-fuchsia .stroke, html body div#cookie-consent h5.o2-title-pink .stroke, html body div#cookie-consent h5.o2-title-fuchsia .stroke, html body div#cookie-consent h6.o2-title-pink .stroke, html body div#cookie-consent h6.o2-title-fuchsia .stroke, html body div#cookie-consent .h1.o2-title-pink .stroke, html body div#cookie-consent .h1.o2-title-fuchsia .stroke, html body div#cookie-consent .h2.o2-title-pink .stroke, html body div#cookie-consent .h2.o2-title-fuchsia .stroke, html body div#cookie-consent .h3.o2-title-pink .stroke, html body div#cookie-consent .h3.o2-title-fuchsia .stroke, html body div#cookie-consent .h4.o2-title-pink .stroke, html body div#cookie-consent .h4.o2-title-fuchsia .stroke, html body div#cookie-consent .h5.o2-title-pink .stroke, html body div#cookie-consent .h5.o2-title-fuchsia .stroke, html body div#cookie-consent .h6.o2-title-pink .stroke, html body div#cookie-consent .h6.o2-title-fuchsia .stroke {
  -webkit-text-stroke-color: #ca337e;
}
html body div#wrapper h1.o2-title-peach, html body div#wrapper h2.o2-title-peach, html body div#wrapper h3.o2-title-peach, html body div#wrapper h4.o2-title-peach, html body div#wrapper h5.o2-title-peach, html body div#wrapper h6.o2-title-peach, html body div#wrapper .h1.o2-title-peach, html body div#wrapper .h2.o2-title-peach, html body div#wrapper .h3.o2-title-peach, html body div#wrapper .h4.o2-title-peach, html body div#wrapper .h5.o2-title-peach, html body div#wrapper .h6.o2-title-peach, html body div#cookie-consent h1.o2-title-peach, html body div#cookie-consent h2.o2-title-peach, html body div#cookie-consent h3.o2-title-peach, html body div#cookie-consent h4.o2-title-peach, html body div#cookie-consent h5.o2-title-peach, html body div#cookie-consent h6.o2-title-peach, html body div#cookie-consent .h1.o2-title-peach, html body div#cookie-consent .h2.o2-title-peach, html body div#cookie-consent .h3.o2-title-peach, html body div#cookie-consent .h4.o2-title-peach, html body div#cookie-consent .h5.o2-title-peach, html body div#cookie-consent .h6.o2-title-peach {
  color: #ee956f;
}
html body div#wrapper h1.o2-title-peach .stroke, html body div#wrapper h2.o2-title-peach .stroke, html body div#wrapper h3.o2-title-peach .stroke, html body div#wrapper h4.o2-title-peach .stroke, html body div#wrapper h5.o2-title-peach .stroke, html body div#wrapper h6.o2-title-peach .stroke, html body div#wrapper .h1.o2-title-peach .stroke, html body div#wrapper .h2.o2-title-peach .stroke, html body div#wrapper .h3.o2-title-peach .stroke, html body div#wrapper .h4.o2-title-peach .stroke, html body div#wrapper .h5.o2-title-peach .stroke, html body div#wrapper .h6.o2-title-peach .stroke, html body div#cookie-consent h1.o2-title-peach .stroke, html body div#cookie-consent h2.o2-title-peach .stroke, html body div#cookie-consent h3.o2-title-peach .stroke, html body div#cookie-consent h4.o2-title-peach .stroke, html body div#cookie-consent h5.o2-title-peach .stroke, html body div#cookie-consent h6.o2-title-peach .stroke, html body div#cookie-consent .h1.o2-title-peach .stroke, html body div#cookie-consent .h2.o2-title-peach .stroke, html body div#cookie-consent .h3.o2-title-peach .stroke, html body div#cookie-consent .h4.o2-title-peach .stroke, html body div#cookie-consent .h5.o2-title-peach .stroke, html body div#cookie-consent .h6.o2-title-peach .stroke {
  -webkit-text-stroke-color: #ee956f;
}
html body div#wrapper h1.o2-title-carmine, html body div#wrapper h2.o2-title-carmine, html body div#wrapper h3.o2-title-carmine, html body div#wrapper h4.o2-title-carmine, html body div#wrapper h5.o2-title-carmine, html body div#wrapper h6.o2-title-carmine, html body div#wrapper .h1.o2-title-carmine, html body div#wrapper .h2.o2-title-carmine, html body div#wrapper .h3.o2-title-carmine, html body div#wrapper .h4.o2-title-carmine, html body div#wrapper .h5.o2-title-carmine, html body div#wrapper .h6.o2-title-carmine, html body div#cookie-consent h1.o2-title-carmine, html body div#cookie-consent h2.o2-title-carmine, html body div#cookie-consent h3.o2-title-carmine, html body div#cookie-consent h4.o2-title-carmine, html body div#cookie-consent h5.o2-title-carmine, html body div#cookie-consent h6.o2-title-carmine, html body div#cookie-consent .h1.o2-title-carmine, html body div#cookie-consent .h2.o2-title-carmine, html body div#cookie-consent .h3.o2-title-carmine, html body div#cookie-consent .h4.o2-title-carmine, html body div#cookie-consent .h5.o2-title-carmine, html body div#cookie-consent .h6.o2-title-carmine {
  color: #eb584e;
}
html body div#wrapper h1.o2-title-carmine .stroke, html body div#wrapper h2.o2-title-carmine .stroke, html body div#wrapper h3.o2-title-carmine .stroke, html body div#wrapper h4.o2-title-carmine .stroke, html body div#wrapper h5.o2-title-carmine .stroke, html body div#wrapper h6.o2-title-carmine .stroke, html body div#wrapper .h1.o2-title-carmine .stroke, html body div#wrapper .h2.o2-title-carmine .stroke, html body div#wrapper .h3.o2-title-carmine .stroke, html body div#wrapper .h4.o2-title-carmine .stroke, html body div#wrapper .h5.o2-title-carmine .stroke, html body div#wrapper .h6.o2-title-carmine .stroke, html body div#cookie-consent h1.o2-title-carmine .stroke, html body div#cookie-consent h2.o2-title-carmine .stroke, html body div#cookie-consent h3.o2-title-carmine .stroke, html body div#cookie-consent h4.o2-title-carmine .stroke, html body div#cookie-consent h5.o2-title-carmine .stroke, html body div#cookie-consent h6.o2-title-carmine .stroke, html body div#cookie-consent .h1.o2-title-carmine .stroke, html body div#cookie-consent .h2.o2-title-carmine .stroke, html body div#cookie-consent .h3.o2-title-carmine .stroke, html body div#cookie-consent .h4.o2-title-carmine .stroke, html body div#cookie-consent .h5.o2-title-carmine .stroke, html body div#cookie-consent .h6.o2-title-carmine .stroke {
  -webkit-text-stroke-color: #eb584e;
}
html body div#wrapper h1.o2-title-white, html body div#wrapper h2.o2-title-white, html body div#wrapper h3.o2-title-white, html body div#wrapper h4.o2-title-white, html body div#wrapper h5.o2-title-white, html body div#wrapper h6.o2-title-white, html body div#wrapper .h1.o2-title-white, html body div#wrapper .h2.o2-title-white, html body div#wrapper .h3.o2-title-white, html body div#wrapper .h4.o2-title-white, html body div#wrapper .h5.o2-title-white, html body div#wrapper .h6.o2-title-white, html body div#cookie-consent h1.o2-title-white, html body div#cookie-consent h2.o2-title-white, html body div#cookie-consent h3.o2-title-white, html body div#cookie-consent h4.o2-title-white, html body div#cookie-consent h5.o2-title-white, html body div#cookie-consent h6.o2-title-white, html body div#cookie-consent .h1.o2-title-white, html body div#cookie-consent .h2.o2-title-white, html body div#cookie-consent .h3.o2-title-white, html body div#cookie-consent .h4.o2-title-white, html body div#cookie-consent .h5.o2-title-white, html body div#cookie-consent .h6.o2-title-white {
  color: #fff;
}
html body div#wrapper h1.o2-title-white .stroke, html body div#wrapper h2.o2-title-white .stroke, html body div#wrapper h3.o2-title-white .stroke, html body div#wrapper h4.o2-title-white .stroke, html body div#wrapper h5.o2-title-white .stroke, html body div#wrapper h6.o2-title-white .stroke, html body div#wrapper .h1.o2-title-white .stroke, html body div#wrapper .h2.o2-title-white .stroke, html body div#wrapper .h3.o2-title-white .stroke, html body div#wrapper .h4.o2-title-white .stroke, html body div#wrapper .h5.o2-title-white .stroke, html body div#wrapper .h6.o2-title-white .stroke, html body div#cookie-consent h1.o2-title-white .stroke, html body div#cookie-consent h2.o2-title-white .stroke, html body div#cookie-consent h3.o2-title-white .stroke, html body div#cookie-consent h4.o2-title-white .stroke, html body div#cookie-consent h5.o2-title-white .stroke, html body div#cookie-consent h6.o2-title-white .stroke, html body div#cookie-consent .h1.o2-title-white .stroke, html body div#cookie-consent .h2.o2-title-white .stroke, html body div#cookie-consent .h3.o2-title-white .stroke, html body div#cookie-consent .h4.o2-title-white .stroke, html body div#cookie-consent .h5.o2-title-white .stroke, html body div#cookie-consent .h6.o2-title-white .stroke {
  -webkit-text-stroke-color: #fff;
}
html body div#wrapper h1.o2-title-black, html body div#wrapper h2.o2-title-black, html body div#wrapper h3.o2-title-black, html body div#wrapper h4.o2-title-black, html body div#wrapper h5.o2-title-black, html body div#wrapper h6.o2-title-black, html body div#wrapper .h1.o2-title-black, html body div#wrapper .h2.o2-title-black, html body div#wrapper .h3.o2-title-black, html body div#wrapper .h4.o2-title-black, html body div#wrapper .h5.o2-title-black, html body div#wrapper .h6.o2-title-black, html body div#cookie-consent h1.o2-title-black, html body div#cookie-consent h2.o2-title-black, html body div#cookie-consent h3.o2-title-black, html body div#cookie-consent h4.o2-title-black, html body div#cookie-consent h5.o2-title-black, html body div#cookie-consent h6.o2-title-black, html body div#cookie-consent .h1.o2-title-black, html body div#cookie-consent .h2.o2-title-black, html body div#cookie-consent .h3.o2-title-black, html body div#cookie-consent .h4.o2-title-black, html body div#cookie-consent .h5.o2-title-black, html body div#cookie-consent .h6.o2-title-black {
  color: #000;
}
html body div#wrapper h1.o2-title-black .stroke, html body div#wrapper h2.o2-title-black .stroke, html body div#wrapper h3.o2-title-black .stroke, html body div#wrapper h4.o2-title-black .stroke, html body div#wrapper h5.o2-title-black .stroke, html body div#wrapper h6.o2-title-black .stroke, html body div#wrapper .h1.o2-title-black .stroke, html body div#wrapper .h2.o2-title-black .stroke, html body div#wrapper .h3.o2-title-black .stroke, html body div#wrapper .h4.o2-title-black .stroke, html body div#wrapper .h5.o2-title-black .stroke, html body div#wrapper .h6.o2-title-black .stroke, html body div#cookie-consent h1.o2-title-black .stroke, html body div#cookie-consent h2.o2-title-black .stroke, html body div#cookie-consent h3.o2-title-black .stroke, html body div#cookie-consent h4.o2-title-black .stroke, html body div#cookie-consent h5.o2-title-black .stroke, html body div#cookie-consent h6.o2-title-black .stroke, html body div#cookie-consent .h1.o2-title-black .stroke, html body div#cookie-consent .h2.o2-title-black .stroke, html body div#cookie-consent .h3.o2-title-black .stroke, html body div#cookie-consent .h4.o2-title-black .stroke, html body div#cookie-consent .h5.o2-title-black .stroke, html body div#cookie-consent .h6.o2-title-black .stroke {
  -webkit-text-stroke-color: #000;
}
@media (max-width: 1199.98px) {
  html body div#wrapper h1.o2-title, html body div#wrapper h2.o2-title, html body div#wrapper h3.o2-title, html body div#wrapper h4.o2-title, html body div#wrapper h5.o2-title, html body div#wrapper h6.o2-title, html body div#wrapper .h1.o2-title, html body div#wrapper .h2.o2-title, html body div#wrapper .h3.o2-title, html body div#wrapper .h4.o2-title, html body div#wrapper .h5.o2-title, html body div#wrapper .h6.o2-title, html body div#cookie-consent h1.o2-title, html body div#cookie-consent h2.o2-title, html body div#cookie-consent h3.o2-title, html body div#cookie-consent h4.o2-title, html body div#cookie-consent h5.o2-title, html body div#cookie-consent h6.o2-title, html body div#cookie-consent .h1.o2-title, html body div#cookie-consent .h2.o2-title, html body div#cookie-consent .h3.o2-title, html body div#cookie-consent .h4.o2-title, html body div#cookie-consent .h5.o2-title, html body div#cookie-consent .h6.o2-title {
    margin: 15px 0;
  }
}
html body div#wrapper h1 .stroke, html body div#wrapper .h1 .stroke, html body div#wrapper h2 .stroke, html body div#wrapper .h2 .stroke, html body div#cookie-consent h1 .stroke, html body div#cookie-consent .h1 .stroke, html body div#cookie-consent h2 .stroke, html body div#cookie-consent .h2 .stroke {
  font-family: NexaLight;
}
html body div#wrapper .o2-lbl, html body div#cookie-consent .o2-lbl {
  font-size: 0.6em;
}
html body div#wrapper h1, html body div#wrapper .h1, html body div#cookie-consent h1, html body div#cookie-consent .h1 {
  font-family: MontBold, Arial, Helvetica, sans-serif;
  font-size: 3.7rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 62px;
}
html body div#wrapper h2, html body div#wrapper .h2, html body div#cookie-consent h2, html body div#cookie-consent .h2 {
  font-family: MontBold, Arial, Helvetica, sans-serif;
  font-size: 2.8125rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 48px;
}
html body div#wrapper h3, html body div#wrapper .h3, html body div#cookie-consent h3, html body div#cookie-consent .h3 {
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  font-size: 1.5625rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 30px;
}
html body div#wrapper h4, html body div#wrapper .h4, html body div#wrapper .h2-mobile-h4-desktop, html body div#cookie-consent h4, html body div#cookie-consent .h4, html body div#cookie-consent .h2-mobile-h4-desktop {
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 25px;
}
html body div#wrapper h5, html body div#wrapper .h5, html body div#cookie-consent h5, html body div#cookie-consent .h5 {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 20px;
}
html body div#wrapper h6, html body div#wrapper .h6, html body div#cookie-consent h6, html body div#cookie-consent .h6 {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 16px;
}
html body div#wrapper p, html body div#wrapper a, html body div#cookie-consent p, html body div#cookie-consent a {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
}
html body div#wrapper .text-medium, html body div#cookie-consent .text-medium {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.125rem;
  line-height: 25px;
}
html body div#wrapper .text-small, html body div#cookie-consent .text-small {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.9375rem;
  line-height: 20px;
}
html body div#wrapper .text-tiny, html body div#cookie-consent .text-tiny {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.75rem;
  line-height: 16px;
}
html body div#wrapper .text-peach, html body div#cookie-consent .text-peach {
  color: #ee956f !important;
}
html body div#wrapper .font-nexabook, html body div#cookie-consent .font-nexabook {
  font-family: NexaBook, Arial, Helvetica, sans-serif !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
html body div#wrapper .font-nexabook-italic, html body div#cookie-consent .font-nexabook-italic {
  font-family: NexaBookItalic, Arial, Helvetica, sans-serif !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
html body div#wrapper .font-nexabold, html body div#cookie-consent .font-nexabold {
  font-family: NexaBold, Arial, Helvetica, sans-serif !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
html body div#wrapper .font-nexaheavy, html body div#cookie-consent .font-nexaheavy {
  font-family: NexaHeavy, Arial, Helvetica, sans-serif !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
html body div#wrapper .font-nexaheavy-italic, html body div#cookie-consent .font-nexaheavy-italic {
  font-family: NexaHeavyItalic, Arial, Helvetica, sans-serif !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767.98px) {
  html body div#wrapper h1, html body div#wrapper .h1, html body div#cookie-consent h1, html body div#cookie-consent .h1 {
    font-size: 2.5rem;
    line-height: 40px;
  }
  html body div#wrapper h2, html body div#wrapper .h2, html body div#cookie-consent h2, html body div#cookie-consent .h2 {
    font-size: 1.875rem;
    line-height: 35px;
  }
  html body div#wrapper h3, html body div#wrapper .h3, html body div#cookie-consent h3, html body div#cookie-consent .h3 {
    font-size: 1.25rem;
    line-height: 25px;
  }
  html body div#wrapper h4, html body div#wrapper .h4, html body div#cookie-consent h4, html body div#cookie-consent .h4 {
    font-size: 1.0625rem;
    line-height: 20px;
  }
  html body div#wrapper h5, html body div#wrapper .h5, html body div#cookie-consent h5, html body div#cookie-consent .h5 {
    font-size: 0.9375rem;
    line-height: 17px;
  }
  html body div#wrapper h6, html body div#wrapper .h6, html body div#cookie-consent h6, html body div#cookie-consent .h6 {
    font-size: 0.875rem;
    line-height: 15px;
  }
  html body div#wrapper .text-medium, html body div#cookie-consent .text-medium {
    font-size: 1.0625rem;
    line-height: 25px;
  }
}
html body div#wrapper blockquote, html body div#cookie-consent blockquote {
  position: relative;
  padding: 25px 50px;
  border-radius: 10px;
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  font-size: 1.125rem;
}
html body div#wrapper blockquote:before, html body div#cookie-consent blockquote:before {
  position: absolute;
  display: block;
  top: 5px;
  left: 10px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "o2icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e95e";
  font-size: 30px;
}
html body div#wrapper blockquote:after, html body div#cookie-consent blockquote:after {
  position: relative;
  display: inline-block;
  content: '"';
  font-family: NexaBold, Arial, Helvetica, sans-serif;
}
html body div#wrapper blockquote p, html body div#cookie-consent blockquote p {
  display: inline;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
html body div#wrapper blockquote.blockquote-editorial:after, html body div#cookie-consent blockquote.blockquote-editorial:after {
  content: "";
}
html body div#wrapper ul.dotted, html body div#cookie-consent ul.dotted {
  list-style-type: none;
  padding: 0;
}
html body div#wrapper ul.dotted > li, html body div#cookie-consent ul.dotted > li {
  position: relative;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.125rem;
  line-height: 30px;
  color: #5c5c5c;
  padding-left: 20px;
}
html body div#wrapper ul.dotted > li:before, html body div#cookie-consent ul.dotted > li:before {
  position: absolute;
  left: 0;
  content: "•";
  color: #00bfa2;
  font-size: 1.5rem;
}
html body div#wrapper ul.checked, html body div#cookie-consent ul.checked {
  list-style-type: none;
  padding: 0;
}
html body div#wrapper ul.checked > li, html body div#cookie-consent ul.checked > li {
  position: relative;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 30px;
  color: #5c5c5c;
  padding-left: 30px;
}
html body div#wrapper ul.checked > li:before, html body div#cookie-consent ul.checked > li:before {
  position: absolute;
  left: 0;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "o2icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e94f";
  color: #00bfa2;
  font-size: 1.5rem;
}
html body div#wrapper .section .text-white ul > li, html body div#cookie-consent .section .text-white ul > li {
  font-size: 1.125rem;
  line-height: 30px;
}
html body div#wrapper .section .text-white ul > li:before, html body div#cookie-consent .section .text-white ul > li:before {
  color: #fff;
  font-size: 1.5rem;
}
html body div#wrapper .text-underline, html body div#cookie-consent .text-underline {
  text-decoration: underline;
}
html body div#wrapper .text-underline:hover, html body div#wrapper .text-underline:focus, html body div#wrapper .text-underline:active, html body div#wrapper .text-underline:not(:disabled):not(.disabled):active, html body div#wrapper .text-underline.active, html body div#wrapper .text-underline:not(:disabled):not(.disabled).active, html body div#cookie-consent .text-underline:hover, html body div#cookie-consent .text-underline:focus, html body div#cookie-consent .text-underline:active, html body div#cookie-consent .text-underline:not(:disabled):not(.disabled):active, html body div#cookie-consent .text-underline.active, html body div#cookie-consent .text-underline:not(:disabled):not(.disabled).active {
  text-decoration: none;
}
html body div#wrapper .alert, html body div#cookie-consent .alert {
  display: flex;
  padding: 0.5rem;
}
@media (max-width: 991.98px) {
  html body div#wrapper .alert, html body div#cookie-consent .alert {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
html body div#wrapper .alert.alert-danger, html body div#cookie-consent .alert.alert-danger {
  background-color: #eb584e;
  color: #fff;
}
html body div#wrapper .alert.alert-danger p, html body div#cookie-consent .alert.alert-danger p {
  margin: 0;
}
html body div#wrapper .alert.alert-danger .o2icon, html body div#cookie-consent .alert.alert-danger .o2icon {
  font-size: 25px;
  color: #fff;
}
html body div#wrapper .alert .close, html body div#cookie-consent .alert .close {
  font-size: 2rem;
}
html body div#wrapper .alert#o2-jobs-alert, html body div#cookie-consent .alert#o2-jobs-alert {
  display: block;
  line-height: 1.5rem;
  color: #005CB9;
  background-color: #b2cdf0;
  height: 0;
  padding: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  border-width: 0;
}
html body div#wrapper .alert#o2-jobs-alert.show, html body div#cookie-consent .alert#o2-jobs-alert.show {
  height: auto;
  padding: 0.5rem;
}
html body div#wrapper .alert#o2-jobs-alert .close, html body div#cookie-consent .alert#o2-jobs-alert .close {
  color: #005CB9;
  font-size: 2rem;
  top: 0.5rem;
  text-shadow: none;
}
@media (max-width: 991.98px) {
  html body div#wrapper .alert#o2-jobs-alert .close, html body div#cookie-consent .alert#o2-jobs-alert .close {
    top: 0.25rem;
  }
}
html body div#wrapper .alert#o2-jobs-alert .o2icon, html body div#cookie-consent .alert#o2-jobs-alert .o2icon {
  vertical-align: middle;
}
html body div#wrapper .breadcrumb, html body div#cookie-consent .breadcrumb {
  margin-top: 40px;
  padding-left: 0;
  background-color: transparent;
}
html body div#wrapper .breadcrumb .breadcrumb-item, html body div#cookie-consent .breadcrumb .breadcrumb-item {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 0.75rem;
}
html body div#wrapper .breadcrumb .breadcrumb-item + .breadcrumb-item:before, html body div#cookie-consent .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: ">";
  vertical-align: top;
  color: #fff;
  line-height: 16px;
  font-size: 18px;
  background-image: none;
}
html body div#wrapper .breadcrumb .breadcrumb-item a, html body div#cookie-consent .breadcrumb .breadcrumb-item a {
  color: #fff;
}
@media (max-width: 1199.98px) {
  html body div#wrapper .breadcrumb, html body div#cookie-consent .breadcrumb {
    margin: 0;
  }
}
html body div#wrapper .btn-group, html body div#cookie-consent .btn-group {
  flex-flow: inherit;
  flex-wrap: inherit;
}
html body div#wrapper .btn-group .btn, html body div#cookie-consent .btn-group .btn {
  min-height: 50px;
  min-width: 100px;
  width: auto;
  line-height: 40px;
  padding: 0.375rem 0.75rem;
  text-align: center;
  border: 1px solid #005CB9;
  color: #005CB9;
  background-color: #fff;
  text-transform: initial;
}
html body div#wrapper .btn-group .btn.active, html body div#cookie-consent .btn-group .btn.active {
  background-color: #005CB9;
  border: 1px solid #005CB9;
  color: #fff;
}
html body div#wrapper .btn-group .btn.large, html body div#cookie-consent .btn-group .btn.large {
  min-height: 65px;
  line-height: 55px;
}
html body div#wrapper .btn-group.btn-group-number .btn, html body div#cookie-consent .btn-group.btn-group-number .btn {
  height: 50px;
  min-width: inherit;
  width: 50px;
  text-align: center;
  padding: inherit;
  transition: 0.1s;
  font-size: 0.75rem;
}
html body div#wrapper .btn-group.btn-group-number .btn.active, html body div#cookie-consent .btn-group.btn-group-number .btn.active {
  background-color: #fff;
  color: #005CB9;
}
html body div#wrapper .btn-group.btn-group-number .btn:active, html body div#cookie-consent .btn-group.btn-group-number .btn:active {
  background-color: #005CB9;
  color: #fff;
}
html body div#wrapper .btn-group.btn-group-number input[type=number], html body div#cookie-consent .btn-group.btn-group-number input[type=number] {
  width: 90px;
  border: 1px solid #005CB9;
  text-align: center;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.125rem;
  line-height: 25px;
  font-weight: bold;
  border-left: 0;
  border-right: 0;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
}
html body div#wrapper .btn-group.btn-group-number input[type=number]::-webkit-inner-spin-button, html body div#wrapper .btn-group.btn-group-number input[type=number]::-webkit-outer-spin-button, html body div#cookie-consent .btn-group.btn-group-number input[type=number]::-webkit-inner-spin-button, html body div#cookie-consent .btn-group.btn-group-number input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html body div#wrapper div:not(.btn-group) > .btn, html body div#cookie-consent div:not(.btn-group) > .btn {
  border-radius: 5px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.9375rem;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
}
html body div#wrapper div:not(.btn-group) > .btn span.d-block.text-small, html body div#cookie-consent div:not(.btn-group) > .btn span.d-block.text-small {
  margin-top: 4px;
  line-height: 18px;
}
html body div#wrapper div:not(.btn-group) > .btn.with-icon, html body div#cookie-consent div:not(.btn-group) > .btn.with-icon {
  display: flex;
  align-items: center;
  text-align: left;
}
html body div#wrapper div:not(.btn-group) > .btn.with-icon span.o2icon, html body div#cookie-consent div:not(.btn-group) > .btn.with-icon span.o2icon {
  display: flex;
  font-size: 30px;
  line-height: 35px;
  padding-left: 15px;
  padding-right: 15px;
}
html body div#wrapper div:not(.btn-group) > .btn.with-icon span.o2icon + span, html body div#cookie-consent div:not(.btn-group) > .btn.with-icon span.o2icon + span {
  line-height: 35px;
}
html body div#wrapper div:not(.btn-group) > .btn.with-icon span.o2icon + span.lh-0, html body div#cookie-consent div:not(.btn-group) > .btn.with-icon span.o2icon + span.lh-0 {
  line-height: 0;
}
html body div#wrapper div:not(.btn-group) > .btn.btn-peach, html body div#cookie-consent div:not(.btn-group) > .btn.btn-peach {
  color: #fff;
}
html body div#wrapper div:not(.btn-group) > .btn.btn-light, html body div#cookie-consent div:not(.btn-group) > .btn.btn-light {
  color: #747474;
}
html body div#wrapper div:not(.btn-group) > .btn.btn-outline:hover, html body div#wrapper div:not(.btn-group) > .btn.btn-outline:focus, html body div#wrapper div:not(.btn-group) > .btn.btn-outline:active, html body div#wrapper div:not(.btn-group) > .btn.btn-outline:not(:disabled):not(.disabled):active, html body div#wrapper div:not(.btn-group) > .btn.btn-outline.active, html body div#wrapper div:not(.btn-group) > .btn.btn-outline:not(:disabled):not(.disabled).active, html body div#cookie-consent div:not(.btn-group) > .btn.btn-outline:hover, html body div#cookie-consent div:not(.btn-group) > .btn.btn-outline:focus, html body div#cookie-consent div:not(.btn-group) > .btn.btn-outline:active, html body div#cookie-consent div:not(.btn-group) > .btn.btn-outline:not(:disabled):not(.disabled):active, html body div#cookie-consent div:not(.btn-group) > .btn.btn-outline.active, html body div#cookie-consent div:not(.btn-group) > .btn.btn-outline:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
html body div#wrapper div:not(.btn-group) > .btn.btn-outline:disabled, html body div#wrapper div:not(.btn-group) > .btn.btn-outline.disabled, html body div#cookie-consent div:not(.btn-group) > .btn.btn-outline:disabled, html body div#cookie-consent div:not(.btn-group) > .btn.btn-outline.disabled {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: #fff;
  color: #fff;
  cursor: not-allowed;
}
html body div#wrapper div:not(.btn-group) > .btn.btn-outline-primary, html body div#cookie-consent div:not(.btn-group) > .btn.btn-outline-primary {
  color: #005CB9;
  background-color: #fff;
  border-color: #005CB9;
}
html body div#wrapper div:not(.btn-group) > .btn.btn-rounded-outline-primary, html body div#cookie-consent div:not(.btn-group) > .btn.btn-rounded-outline-primary {
  color: #005CB9;
  background-color: #fff;
  border-color: #005CB9;
  border-radius: 50px;
  min-height: inherit;
  line-height: 20px !important;
  vertical-align: middle;
  padding: 0.25rem 1rem;
  text-transform: inherit;
}
html body div#wrapper div:not(.btn-group) > .btn.btn-rounded-outline-primary .o2icon, html body div#cookie-consent div:not(.btn-group) > .btn.btn-rounded-outline-primary .o2icon {
  vertical-align: inherit;
  font-size: 1.25rem;
}
html body div#wrapper div:not(.btn-group) > .btn.btn-rounded-outline-primary .o2icon.o2icon-close, html body div#cookie-consent div:not(.btn-group) > .btn.btn-rounded-outline-primary .o2icon.o2icon-close {
  font-size: 1rem;
}
html body div#wrapper div:not(.btn-group) > .btn.btn-filled-primary, html body div#cookie-consent div:not(.btn-group) > .btn.btn-filled-primary {
  color: #005CB9;
  border-color: #005CB9;
}
html body div#wrapper div:not(.btn-group) > .btn.btn-filled-primary:hover, html body div#wrapper div:not(.btn-group) > .btn.btn-filled-primary:focus, html body div#wrapper div:not(.btn-group) > .btn.btn-filled-primary:active, html body div#wrapper div:not(.btn-group) > .btn.btn-filled-primary:not(:disabled):not(.disabled):active, html body div#cookie-consent div:not(.btn-group) > .btn.btn-filled-primary:hover, html body div#cookie-consent div:not(.btn-group) > .btn.btn-filled-primary:focus, html body div#cookie-consent div:not(.btn-group) > .btn.btn-filled-primary:active, html body div#cookie-consent div:not(.btn-group) > .btn.btn-filled-primary:not(:disabled):not(.disabled):active {
  background-color: #005CB9;
  border-color: #005CB9;
  color: #fff;
}
html body div#wrapper div:not(.btn-group) > .btn.btn-outline-primary.btn-filled-primary, html body div#cookie-consent div:not(.btn-group) > .btn.btn-outline-primary.btn-filled-primary {
  border-color: #fff;
}
html body div#wrapper div:not(.btn-group) > .btn.btn-outline-primary.btn-filled-primary:hover, html body div#wrapper div:not(.btn-group) > .btn.btn-outline-primary.btn-filled-primary:focus, html body div#wrapper div:not(.btn-group) > .btn.btn-outline-primary.btn-filled-primary:active, html body div#wrapper div:not(.btn-group) > .btn.btn-outline-primary.btn-filled-primary:not(:disabled):not(.disabled):active, html body div#cookie-consent div:not(.btn-group) > .btn.btn-outline-primary.btn-filled-primary:hover, html body div#cookie-consent div:not(.btn-group) > .btn.btn-outline-primary.btn-filled-primary:focus, html body div#cookie-consent div:not(.btn-group) > .btn.btn-outline-primary.btn-filled-primary:active, html body div#cookie-consent div:not(.btn-group) > .btn.btn-outline-primary.btn-filled-primary:not(:disabled):not(.disabled):active {
  border-color: #005CB9;
}
html body div#wrapper div:not(.btn-group) > .btn.btn-outline-secondary, html body div#cookie-consent div:not(.btn-group) > .btn.btn-outline-secondary {
  color: #00bfa2;
  background-color: #fff;
  border-color: #00bfa2;
}
html body div#wrapper div:not(.btn-group) > .btn.btn-outline-success, html body div#cookie-consent div:not(.btn-group) > .btn.btn-outline-success {
  color: #00bfa2;
  background-color: #fff;
  border-color: #fff;
}
html body div#wrapper div:not(.btn-group) > .btn.btn-outline-danger, html body div#cookie-consent div:not(.btn-group) > .btn.btn-outline-danger {
  color: #eb584e;
  background-color: #fff;
  border-color: #fff;
}
html body div#wrapper div:not(.btn-group) > .btn.btn-outline-warning, html body div#cookie-consent div:not(.btn-group) > .btn.btn-outline-warning {
  color: #ee956f;
  background-color: #fff;
  border-color: #fff;
}
html body div#wrapper div:not(.btn-group) > .btn.btn-outline-info, html body div#cookie-consent div:not(.btn-group) > .btn.btn-outline-info {
  background-color: #fff;
  border-color: #fff;
  color: #1e9dc3;
}
html body div#wrapper div:not(.btn-group) > .btn.btn-outline-peach, html body div#cookie-consent div:not(.btn-group) > .btn.btn-outline-peach {
  background-color: #fff;
  border-color: #fff;
  color: #ee956f;
}
html body div#wrapper div:not(.btn-group) > .btn.btn-outline-carmine, html body div#cookie-consent div:not(.btn-group) > .btn.btn-outline-carmine {
  background-color: #fff;
  border-color: #fff;
  color: #eb584e;
}
html body div#wrapper div:not(.btn-group) > .btn.btn-outline-fuchsia, html body div#cookie-consent div:not(.btn-group) > .btn.btn-outline-fuchsia {
  background-color: #fff;
  border-color: #fff;
  color: #ca337e;
}
html body div#wrapper div:not(.btn-group) > .btn.btn-outline-dark, html body div#cookie-consent div:not(.btn-group) > .btn.btn-outline-dark {
  color: #747474;
}
html body div#wrapper div:not(.btn-group) > .btn.btn-outline-dark:hover, html body div#wrapper div:not(.btn-group) > .btn.btn-outline-dark:focus, html body div#wrapper div:not(.btn-group) > .btn.btn-outline-dark:active, html body div#wrapper div:not(.btn-group) > .btn.btn-outline-dark:not(:disabled):not(.disabled):active, html body div#cookie-consent div:not(.btn-group) > .btn.btn-outline-dark:hover, html body div#cookie-consent div:not(.btn-group) > .btn.btn-outline-dark:focus, html body div#cookie-consent div:not(.btn-group) > .btn.btn-outline-dark:active, html body div#cookie-consent div:not(.btn-group) > .btn.btn-outline-dark:not(:disabled):not(.disabled):active {
  background-color: #747474;
  border-color: #747474;
  color: #fff;
}
html body div#wrapper div:not(.btn-group) > .btn.btn-outline-variant-primary, html body div#cookie-consent div:not(.btn-group) > .btn.btn-outline-variant-primary {
  border-color: #005CB9;
  color: #005CB9;
  background-color: #fff;
}
html body div#wrapper div:not(.btn-group) > .btn.btn-outline-variant-success, html body div#cookie-consent div:not(.btn-group) > .btn.btn-outline-variant-success {
  border-color: #00bfa2;
  color: #00bfa2;
  background-color: #fff;
}
html body div#wrapper div:not(.btn-group) > .btn.btn-outline-variant-danger, html body div#cookie-consent div:not(.btn-group) > .btn.btn-outline-variant-danger {
  border-color: #eb584e;
  color: #eb584e;
  background-color: #fff;
}
html body div#wrapper div:not(.btn-group) > .btn.btn-outline-variant-warning, html body div#cookie-consent div:not(.btn-group) > .btn.btn-outline-variant-warning {
  border-color: #e7ba63;
  color: #e7ba63;
  background-color: #fff;
}
html body div#wrapper div:not(.btn-group) > .btn.btn-outline-variant-info, html body div#cookie-consent div:not(.btn-group) > .btn.btn-outline-variant-info {
  border-color: #b2cdf0;
  color: #b2cdf0;
  background-color: #fff;
}
html body div#wrapper div:not(.btn-group) > .btn.btn-outline-variant-dark, html body div#cookie-consent div:not(.btn-group) > .btn.btn-outline-variant-dark {
  border-color: #747474;
  color: #747474;
  background-color: #fff;
}
html body div#wrapper div:not(.btn-group) > .btn.btn-outline-variant-secondary, html body div#cookie-consent div:not(.btn-group) > .btn.btn-outline-variant-secondary {
  border-color: #00bfa2;
  color: #00bfa2;
  background-color: #fff;
}
html body div#wrapper div:not(.btn-group) > .btn.btn-outline-variant-light, html body div#cookie-consent div:not(.btn-group) > .btn.btn-outline-variant-light {
  border-color: #f9f5f3;
  color: #f9f5f3;
  background-color: #fff;
}
html body div#wrapper div:not(.btn-group) > .btn.btn-outline-variant-fuchsia, html body div#cookie-consent div:not(.btn-group) > .btn.btn-outline-variant-fuchsia {
  border-color: #ca337e;
  color: #ca337e;
  background-color: #fff;
}
@media (max-width: 575.98px) {
  html body div#wrapper div:not(.btn-group) > .btn, html body div#cookie-consent div:not(.btn-group) > .btn {
    line-height: 20px !important;
  }
}
@media (max-width: 767.98px) {
  html body div#wrapper div:not(.btn-group) > .btn.btn-table, html body div#cookie-consent div:not(.btn-group) > .btn.btn-table {
    display: table-cell;
    min-height: 50px;
    height: 50px;
    padding: 10px 20px;
  }
}
html body div#wrapper .btn-carmine, html body div#cookie-consent .btn-carmine {
  background-color: #eb584e;
  border-color: #eb584e;
}
html body div#wrapper .btn-peach, html body div#cookie-consent .btn-peach {
  background-color: #ee956f;
  border-color: #ee956f;
}
html body div#wrapper .btn-fuchsia, html body div#cookie-consent .btn-fuchsia {
  background-color: #ca337e;
  border-color: #ca337e;
}
html body div#wrapper .o2-carousel, html body div#cookie-consent .o2-carousel {
  overflow: hidden;
}
@media (min-width: 768px) {
  html body div#wrapper .o2-carousel .carousel-inner, html body div#cookie-consent .o2-carousel .carousel-inner {
    width: 1000px;
  }
}
@media (max-width: 991.98px) {
  html body div#wrapper .o2-carousel .carousel-inner, html body div#cookie-consent .o2-carousel .carousel-inner {
    width: 50rem;
  }
}
html body div#wrapper .o2-carousel .carousel-inner .carousel-item-right.active,
html body div#wrapper .o2-carousel .carousel-inner .carousel-item-next, html body div#cookie-consent .o2-carousel .carousel-inner .carousel-item-right.active,
html body div#cookie-consent .o2-carousel .carousel-inner .carousel-item-next {
  transform: translateX(33.33%);
}
html body div#wrapper .o2-carousel .carousel-inner .carousel-item-left.active,
html body div#wrapper .o2-carousel .carousel-inner .carousel-item-prev, html body div#cookie-consent .o2-carousel .carousel-inner .carousel-item-left.active,
html body div#cookie-consent .o2-carousel .carousel-inner .carousel-item-prev {
  transform: translateX(-33.33%);
}
html body div#wrapper .o2-carousel .carousel-inner .carousel-item-right,
html body div#wrapper .o2-carousel .carousel-inner .carousel-item-left, html body div#cookie-consent .o2-carousel .carousel-inner .carousel-item-right,
html body div#cookie-consent .o2-carousel .carousel-inner .carousel-item-left {
  transform: translateX(0);
}
html body div#wrapper .o2-carousel .carousel-item, html body div#cookie-consent .o2-carousel .carousel-item {
  position: relative;
}
@media (max-width: 991.98px) {
  html body div#wrapper .o2-carousel .carousel-item .img-overlay, html body div#cookie-consent .o2-carousel .carousel-item .img-overlay {
    background: none;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
html body div#wrapper .o2-carousel .carousel-item .slide-item, html body div#cookie-consent .o2-carousel .carousel-item .slide-item {
  position: relative;
  margin-right: 1.5rem;
  overflow: hidden;
}
html body div#wrapper .o2-carousel .carousel-item.active .slide-item:first-of-type, html body div#cookie-consent .o2-carousel .carousel-item.active .slide-item:first-of-type {
  margin-left: 0;
}
html body div#wrapper .o2-carousel .carousel-controls, html body div#cookie-consent .o2-carousel .carousel-controls {
  margin-top: -1.5rem;
  text-align: right;
}
@media (min-width: 768px) {
  html body div#wrapper .o2-carousel .carousel-controls, html body div#cookie-consent .o2-carousel .carousel-controls {
    margin-right: 5rem;
  }
}
@media (max-width: 767.98px) {
  html body div#wrapper .o2-carousel .carousel-controls, html body div#cookie-consent .o2-carousel .carousel-controls {
    margin-right: 3rem;
  }
}
html body div#wrapper .o2-carousel .carousel-controls .btn-floating, html body div#cookie-consent .o2-carousel .carousel-controls .btn-floating {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 10px;
  border: 2px solid #005CB9;
  z-index: 10;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  background: #fff;
}
@media (min-width: 768px) {
  html body div#wrapper .o2-carousel .carousel-controls .btn-floating, html body div#cookie-consent .o2-carousel .carousel-controls .btn-floating {
    width: 3.625rem;
    height: 3.625rem;
  }
}
@media (max-width: 991.98px) {
  html body div#wrapper .o2-carousel .carousel-controls .btn-floating, html body div#cookie-consent .o2-carousel .carousel-controls .btn-floating {
    width: 3.125rem;
    height: 3.125rem;
  }
}
html body div#wrapper .o2-carousel .carousel-controls .btn-floating .o2icon-arrow-left,
html body div#wrapper .o2-carousel .carousel-controls .btn-floating .o2icon-arrow-right, html body div#cookie-consent .o2-carousel .carousel-controls .btn-floating .o2icon-arrow-left,
html body div#cookie-consent .o2-carousel .carousel-controls .btn-floating .o2icon-arrow-right {
  color: #005CB9;
  display: inline-block;
  width: inherit;
  text-align: center;
}
@media (min-width: 768px) {
  html body div#wrapper .o2-carousel .carousel-controls .btn-floating .o2icon-arrow-left,
  html body div#wrapper .o2-carousel .carousel-controls .btn-floating .o2icon-arrow-right, html body div#cookie-consent .o2-carousel .carousel-controls .btn-floating .o2icon-arrow-left,
  html body div#cookie-consent .o2-carousel .carousel-controls .btn-floating .o2icon-arrow-right {
    line-height: 3.5rem;
  }
}
@media (max-width: 991.98px) {
  html body div#wrapper .o2-carousel .carousel-controls .btn-floating .o2icon-arrow-left,
  html body div#wrapper .o2-carousel .carousel-controls .btn-floating .o2icon-arrow-right, html body div#cookie-consent .o2-carousel .carousel-controls .btn-floating .o2icon-arrow-left,
  html body div#cookie-consent .o2-carousel .carousel-controls .btn-floating .o2icon-arrow-right {
    line-height: 3.125rem;
  }
}
html body div#wrapper .o2-carousel .carousel-controls .btn-floating.disabled, html body div#cookie-consent .o2-carousel .carousel-controls .btn-floating.disabled {
  border-color: #747474;
}
html body div#wrapper .o2-carousel .carousel-controls .btn-floating.disabled .o2icon-arrow-left,
html body div#wrapper .o2-carousel .carousel-controls .btn-floating.disabled .o2icon-arrow-right, html body div#cookie-consent .o2-carousel .carousel-controls .btn-floating.disabled .o2icon-arrow-left,
html body div#cookie-consent .o2-carousel .carousel-controls .btn-floating.disabled .o2icon-arrow-right {
  color: #747474;
}
html body div#wrapper select, html body div#cookie-consent select {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.9375rem;
  line-height: 20px;
  border: 1px solid #005CB9;
  border-radius: 5px;
  width: auto;
  height: 50px;
  line-height: 40px;
  background-color: #fff;
  color: #005CB9;
  padding: 5px 35px 5px 15px;
  white-space: nowrap;
  overflow: hidden;
}
html body div#wrapper .select-hidden, html body div#cookie-consent .select-hidden {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
html body div#wrapper .select-styled, html body div#cookie-consent .select-styled {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.9375rem;
  line-height: 20px;
  border: 1px solid #005CB9;
  border-radius: 5px;
  width: auto;
  height: 50px;
  line-height: 40px;
  background-color: #fff;
  color: #005CB9;
  padding: 5px 35px 5px 15px;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.5s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  html body div#wrapper .select-styled, html body div#cookie-consent .select-styled {
    transition: none;
  }
}
html body div#wrapper .select-styled:after, html body div#cookie-consent .select-styled:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "o2icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e954";
  color: #005CB9;
  position: absolute;
  font-size: 25px;
  line-height: 40px;
  right: 10px;
  transition: transform 0.5s ease;
}
html body div#wrapper .select-styled:active:focus, html body div#wrapper .select-styled.active:focus, html body div#cookie-consent .select-styled:active:focus, html body div#cookie-consent .select-styled.active:focus {
  background-color: #fff;
  border-color: #0782ff;
  color: #495057;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 67, 134, 0.25);
}
html body div#wrapper .select-styled:active:after, html body div#wrapper .select-styled.active:after, html body div#cookie-consent .select-styled:active:after, html body div#cookie-consent .select-styled.active:after {
  color: #005CB9;
  transform: rotate(180deg);
}
html body div#wrapper .select-styled:focus, html body div#cookie-consent .select-styled:focus {
  background-color: #fff;
  border-color: #0782ff;
  color: #495057;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 67, 134, 0.25);
  outline: #000 dotted 2px;
}
html body div#wrapper .select-styled ~ .invalid-feedback, html body div#cookie-consent .select-styled ~ .invalid-feedback {
  position: absolute;
}
html body div#wrapper .select-options, html body div#cookie-consent .select-options {
  display: none;
  position: absolute;
  top: 47px;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 999;
  max-height: 290px;
  min-height: 48px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #005CB9 #b2cdf0 !important;
  scrollbar-width: thin !important;
  background-color: #fff;
  list-style: none;
  border: 1px solid #005CB9;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
html body div#wrapper .select-options.show, html body div#cookie-consent .select-options.show {
  display: block;
}
html body div#wrapper .select-options::-webkit-scrollbar, html body div#cookie-consent .select-options::-webkit-scrollbar {
  width: 5px;
  background-color: #b2cdf0;
}
html body div#wrapper .select-options::-webkit-scrollbar-thumb, html body div#cookie-consent .select-options::-webkit-scrollbar-thumb {
  background: #005CB9;
}
html body div#wrapper .select-options li, html body div#cookie-consent .select-options li {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.9375rem;
  line-height: 20px;
  margin: 0;
  padding: 5px 0;
  text-indent: 15px;
  color: #005CB9;
  border-top: 1px solid #fff;
  height: 40px;
  line-height: 30px;
  background-color: #fff;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.25s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  html body div#wrapper .select-options li, html body div#cookie-consent .select-options li {
    transition: none;
  }
}
html body div#wrapper .select-options li:nth-child(odd), html body div#cookie-consent .select-options li:nth-child(odd) {
  background-color: #f9f5f3;
}
html body div#wrapper .select-options li:hover, html body div#wrapper .select-options li.select_option-hover, html body div#cookie-consent .select-options li:hover, html body div#cookie-consent .select-options li.select_option-hover {
  color: #fff;
  background: #005CB9;
}
html body div#wrapper .select-options li[rel=""], html body div#cookie-consent .select-options li[rel=""] {
  display: none;
}
html body div#wrapper .d-none, html body div#cookie-consent .d-none {
  display: none;
}
html body div#wrapper .ville-input, html body div#cookie-consent .ville-input {
  width: 319px;
  border-color: rgba(116, 116, 116, 0.2392156863) !important;
  border-radius: 6px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
}
html body div#wrapper .o2-dropdown:after, html body div#cookie-consent .o2-dropdown:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "o2icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e954";
  color: #005CB9;
  position: absolute;
  font-size: 25px;
  line-height: 40px;
  right: 10px;
  top: 5px;
  transition: transform 0.5s ease;
}
html body div#wrapper .o2-dropdown.show:focus, html body div#cookie-consent .o2-dropdown.show:focus {
  background-color: #fff;
  border-color: #0782ff;
  color: #495057;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 67, 134, 0.25);
}
html body div#wrapper .o2-dropdown.show:after, html body div#cookie-consent .o2-dropdown.show:after {
  color: #005CB9;
  transform: rotate(180deg);
}
html body div#wrapper .o2-dropdown .dropdown-toggle.btn, html body div#cookie-consent .o2-dropdown .dropdown-toggle.btn {
  position: relative;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.125rem;
  line-height: 25px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: left;
  text-transform: uppercase;
}
html body div#wrapper .o2-dropdown .dropdown-toggle.btn.btn-outline-primary, html body div#cookie-consent .o2-dropdown .dropdown-toggle.btn.btn-outline-primary {
  border: 1px solid #005CB9;
}
html body div#wrapper .o2-dropdown .dropdown-menu.show, html body div#cookie-consent .o2-dropdown .dropdown-menu.show {
  width: 100%;
  max-width: 100%;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #005CB9 #b2cdf0 !important;
  scrollbar-width: thin !important;
  background-color: #fff;
  list-style: none;
  border: 1px solid #005CB9;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
html body div#wrapper .o2-dropdown .dropdown-menu.show::-webkit-scrollbar, html body div#cookie-consent .o2-dropdown .dropdown-menu.show::-webkit-scrollbar {
  width: 5px;
  background-color: #b2cdf0;
}
html body div#wrapper .o2-dropdown .dropdown-menu.show::-webkit-scrollbar-thumb, html body div#cookie-consent .o2-dropdown .dropdown-menu.show::-webkit-scrollbar-thumb {
  background: #005CB9;
}
html body div#wrapper .o2-dropdown .dropdown-menu.show .dropdown-item, html body div#cookie-consent .o2-dropdown .dropdown-menu.show .dropdown-item {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.9375rem;
  line-height: 20px;
  margin: 0;
  padding: 5px 0;
  text-indent: 15px;
  color: #005CB9;
  border-top: 1px solid #fff;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.25s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  html body div#wrapper .o2-dropdown .dropdown-menu.show .dropdown-item, html body div#cookie-consent .o2-dropdown .dropdown-menu.show .dropdown-item {
    transition: none;
  }
}
html body div#wrapper .o2-dropdown .dropdown-menu.show .dropdown-item:nth-child(odd), html body div#cookie-consent .o2-dropdown .dropdown-menu.show .dropdown-item:nth-child(odd) {
  background-color: #f9f5f3;
}
html body div#wrapper .o2-dropdown .dropdown-menu.show .dropdown-item:hover, html body div#cookie-consent .o2-dropdown .dropdown-menu.show .dropdown-item:hover {
  color: #005CB9;
  background: #f9f5f3;
}
html body div#wrapper .flex-items, html body div#cookie-consent .flex-items {
  display: flex;
  flex-wrap: wrap;
}
html body div#wrapper .flex-items div[class^=flex-], html body div#cookie-consent .flex-items div[class^=flex-] {
  margin: 1rem;
}
html body div#wrapper .flex-items .flex-1-item, html body div#cookie-consent .flex-items .flex-1-item {
  flex-basis: 100%;
  margin: 1rem 0;
}
html body div#wrapper .flex-items .flex-2-item, html body div#cookie-consent .flex-items .flex-2-item {
  flex-basis: calc(50% - 1rem);
}
html body div#wrapper .flex-items .flex-2-item:nth-child(2n+1), html body div#cookie-consent .flex-items .flex-2-item:nth-child(2n+1) {
  margin-left: 0;
}
html body div#wrapper .flex-items .flex-2-item:nth-child(2n), html body div#cookie-consent .flex-items .flex-2-item:nth-child(2n) {
  margin-right: 0;
}
html body div#wrapper .flex-items .flex-3-item, html body div#cookie-consent .flex-items .flex-3-item {
  flex-basis: calc(33.33% - 1.3333333333rem);
}
html body div#wrapper .flex-items .flex-3-item:nth-child(3n+1), html body div#cookie-consent .flex-items .flex-3-item:nth-child(3n+1) {
  margin-left: 0;
}
html body div#wrapper .flex-items .flex-3-item:nth-child(3n), html body div#cookie-consent .flex-items .flex-3-item:nth-child(3n) {
  margin-right: 0;
}
html body div#wrapper .flex-items .flex-4-item, html body div#cookie-consent .flex-items .flex-4-item {
  flex-basis: calc(25% - 1.5rem);
}
html body div#wrapper .flex-items .flex-4-item:nth-child(4n+1), html body div#cookie-consent .flex-items .flex-4-item:nth-child(4n+1) {
  margin-left: 0;
}
html body div#wrapper .flex-items .flex-4-item:nth-child(4n), html body div#cookie-consent .flex-items .flex-4-item:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 1199.98px) {
  html body div#wrapper .flex-items, html body div#cookie-consent .flex-items {
    /*
     * in case of do not want to extend to 100%, use the css class n100 to escape
     */
  }
  html body div#wrapper .flex-items div[class^=flex-]:not(.n100), html body div#cookie-consent .flex-items div[class^=flex-]:not(.n100) {
    flex-basis: 100%;
    margin: 1rem 0;
  }
}
html body div#wrapper .invalid-feedback, html body div#cookie-consent .invalid-feedback {
  align-items: center;
  background-color: #eb584e;
  border-radius: 50px;
  line-height: 0.75rem;
  color: white;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.75rem;
  line-height: 16px;
  font-weight: bold;
  padding: 2px 10px 2px 4px;
}
html body div#wrapper .invalid-feedback span.o2icon, html body div#cookie-consent .invalid-feedback span.o2icon {
  font-size: 1rem;
  line-height: 1rem;
  margin-right: 5px;
  vertical-align: middle;
}
html body div#wrapper .invalid-feedback span.o2icon:after, html body div#cookie-consent .invalid-feedback span.o2icon:after {
  font-size: 1rem;
  line-height: 1rem;
}
html body div#wrapper .invalid-feedback.show, html body div#cookie-consent .invalid-feedback.show {
  display: flex;
  align-items: center;
}
html body div#wrapper .was-validated .form-group.o2-icon .form-control:invalid, html body div#cookie-consent .was-validated .form-group.o2-icon .form-control:invalid {
  background-image: none;
}
html body div#wrapper .was-validated .form-control:invalid, html body div#cookie-consent .was-validated .form-control:invalid {
  border: 2px solid #eb584e;
}
html body div#wrapper .was-validated .form-control:invalid ~ .invalid-feedback, html body div#cookie-consent .was-validated .form-control:invalid ~ .invalid-feedback {
  display: flex;
  align-items: center;
}
html body div#wrapper .was-validated .form-control:invalid + .select-styled, html body div#cookie-consent .was-validated .form-control:invalid + .select-styled {
  border: 2px solid #eb584e;
}
html body div#wrapper .was-validated .vue-select.required, html body div#cookie-consent .was-validated .vue-select.required {
  margin-bottom: 24px;
}
html body div#wrapper .was-validated .vue-select.required .form-control.invalid, html body div#cookie-consent .was-validated .vue-select.required .form-control.invalid {
  border: 2px solid #eb584e;
}
html body div#wrapper .was-validated .vue-select.required .form-control.invalid ~ .invalid-feedback, html body div#cookie-consent .was-validated .vue-select.required .form-control.invalid ~ .invalid-feedback {
  display: flex;
}
html body div#wrapper .was-validated .geolocalisation .form-control:valid, html body div#cookie-consent .was-validated .geolocalisation .form-control:valid {
  background-image: none;
}
html body div#wrapper .was-validated .floating-label, html body div#cookie-consent .was-validated .floating-label {
  position: relative;
}
html body div#wrapper .was-validated .floating-label input, html body div#wrapper .was-validated .floating-label textarea, html body div#cookie-consent .was-validated .floating-label input, html body div#cookie-consent .was-validated .floating-label textarea {
  margin-top: 2rem;
}
html body div#wrapper .was-validated .floating-label input ~ label, html body div#wrapper .was-validated .floating-label textarea ~ label, html body div#cookie-consent .was-validated .floating-label input ~ label, html body div#cookie-consent .was-validated .floating-label textarea ~ label {
  top: -2rem;
  padding: 0;
  margin: 0;
  line-height: 2rem;
  height: 2rem;
}
html body div#wrapper textarea, html body div#cookie-consent textarea {
  border-color: #005CB9;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.9375rem;
  line-height: 20px;
  color: #005CB9;
  resize: none;
  line-height: 25px;
  padding: 15px 10px;
}
html body div#wrapper textarea::placeholder, html body div#cookie-consent textarea::placeholder {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.9375rem;
  line-height: 20px;
  font-style: italic;
  color: #005CB9;
}
html body div#wrapper textarea ~ .bootstrap-maxlength, html body div#cookie-consent textarea ~ .bootstrap-maxlength {
  position: absolute;
  bottom: 0;
  right: 25px;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.75rem;
  line-height: 16px;
  padding-bottom: 0.75rem;
}
html body div#wrapper textarea ~ .bootstrap-maxlength.form-text.text-muted, html body div#cookie-consent textarea ~ .bootstrap-maxlength.form-text.text-muted {
  color: #b2cdf0 !important;
}
html body div#wrapper textarea ~ .bootstrap-maxlength.form-text.text-danger, html body div#cookie-consent textarea ~ .bootstrap-maxlength.form-text.text-danger {
  color: #eb584e !important;
  font-weight: bold;
}
html body div#wrapper input:not(.multiselect-input), html body div#cookie-consent input:not(.multiselect-input) {
  height: 50px;
  border-color: #005CB9;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.9375rem;
  line-height: 20px;
  font-size: 1rem !important;
  line-height: 40px;
  color: #005CB9;
}
html body div#wrapper input:not(.multiselect-input)::placeholder, html body div#cookie-consent input:not(.multiselect-input)::placeholder {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.9375rem;
  line-height: 20px;
  font-style: italic;
  line-height: 40px;
  color: #005CB9;
}
html body div#wrapper .floating-label, html body div#cookie-consent .floating-label {
  position: relative;
}
html body div#wrapper .floating-label input, html body div#wrapper .floating-label textarea, html body div#cookie-consent .floating-label input, html body div#cookie-consent .floating-label textarea {
  margin-top: 2rem;
}
html body div#wrapper .floating-label input:focus ~ label, html body div#wrapper .floating-label input:valid:not(.empty) ~ label, html body div#wrapper .floating-label input.not-empty ~ label, html body div#wrapper .floating-label textarea:focus ~ label, html body div#wrapper .floating-label textarea:valid:not(.empty) ~ label, html body div#wrapper .floating-label textarea.not-empty ~ label, html body div#cookie-consent .floating-label input:focus ~ label, html body div#cookie-consent .floating-label input:valid:not(.empty) ~ label, html body div#cookie-consent .floating-label input.not-empty ~ label, html body div#cookie-consent .floating-label textarea:focus ~ label, html body div#cookie-consent .floating-label textarea:valid:not(.empty) ~ label, html body div#cookie-consent .floating-label textarea.not-empty ~ label {
  top: -2rem;
  padding: 0;
  margin: 0;
  line-height: 2rem;
  height: 2rem;
}
html body div#wrapper .floating-label label, html body div#cookie-consent .floating-label label {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.9375rem;
  line-height: 20px;
  color: #005CB9;
  font-style: italic;
  position: absolute;
  top: 0;
  line-height: 50px;
  padding: 0 0.75rem;
  width: 100%;
  transition: background 0.5s ease, top 0.5s ease, bottom 0.5s ease, right 0.5s ease, left 0.5s ease;
}
html body div#wrapper select.custom-select, html body div#cookie-consent select.custom-select {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.125rem;
  line-height: 25px;
  background-color: #fff !important;
  border: 1px solid #005CB9;
  text-transform: inherit;
  color: #005CB9;
  height: 50px;
  padding: 5px 45px 5px 15px;
}
html body div#wrapper .form-group.o2-icon input, html body div#cookie-consent .form-group.o2-icon input {
  padding-right: 45px;
}
html body div#wrapper .form-group.o2-icon:after, html body div#cookie-consent .form-group.o2-icon:after {
  position: absolute;
  right: 10px;
  top: 5px;
}
html body div#wrapper .form-group.o2-icon.geolocalisation:after, html body div#cookie-consent .form-group.o2-icon.geolocalisation:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "o2icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e95a";
  color: #005CB9;
  position: absolute;
  font-size: 25px;
  line-height: 40px;
  right: 10px;
}
html body div#wrapper .custom-checkbox,
html body div#wrapper .custom-radio, html body div#cookie-consent .custom-checkbox,
html body div#cookie-consent .custom-radio {
  position: relative;
  display: inline-block;
}
html body div#wrapper .custom-checkbox input[type=radio],
html body div#wrapper .custom-checkbox input[type=checkbox],
html body div#wrapper .custom-radio input[type=radio],
html body div#wrapper .custom-radio input[type=checkbox], html body div#cookie-consent .custom-checkbox input[type=radio],
html body div#cookie-consent .custom-checkbox input[type=checkbox],
html body div#cookie-consent .custom-radio input[type=radio],
html body div#cookie-consent .custom-radio input[type=checkbox] {
  position: absolute;
  line-height: 30px;
}
html body div#wrapper .custom-checkbox input[type=radio] ~ .custom-control-label,
html body div#wrapper .custom-checkbox input[type=checkbox] ~ .custom-control-label,
html body div#wrapper .custom-radio input[type=radio] ~ .custom-control-label,
html body div#wrapper .custom-radio input[type=checkbox] ~ .custom-control-label, html body div#cookie-consent .custom-checkbox input[type=radio] ~ .custom-control-label,
html body div#cookie-consent .custom-checkbox input[type=checkbox] ~ .custom-control-label,
html body div#cookie-consent .custom-radio input[type=radio] ~ .custom-control-label,
html body div#cookie-consent .custom-radio input[type=checkbox] ~ .custom-control-label {
  display: block;
  padding-left: 30px;
  padding-top: 3px;
}
html body div#wrapper .custom-checkbox input[type=radio] ~ .custom-control-label:before, html body div#wrapper .custom-checkbox input[type=radio] ~ .custom-control-label:after,
html body div#wrapper .custom-checkbox input[type=checkbox] ~ .custom-control-label:before,
html body div#wrapper .custom-checkbox input[type=checkbox] ~ .custom-control-label:after,
html body div#wrapper .custom-radio input[type=radio] ~ .custom-control-label:before,
html body div#wrapper .custom-radio input[type=radio] ~ .custom-control-label:after,
html body div#wrapper .custom-radio input[type=checkbox] ~ .custom-control-label:before,
html body div#wrapper .custom-radio input[type=checkbox] ~ .custom-control-label:after, html body div#cookie-consent .custom-checkbox input[type=radio] ~ .custom-control-label:before, html body div#cookie-consent .custom-checkbox input[type=radio] ~ .custom-control-label:after,
html body div#cookie-consent .custom-checkbox input[type=checkbox] ~ .custom-control-label:before,
html body div#cookie-consent .custom-checkbox input[type=checkbox] ~ .custom-control-label:after,
html body div#cookie-consent .custom-radio input[type=radio] ~ .custom-control-label:before,
html body div#cookie-consent .custom-radio input[type=radio] ~ .custom-control-label:after,
html body div#cookie-consent .custom-radio input[type=checkbox] ~ .custom-control-label:before,
html body div#cookie-consent .custom-radio input[type=checkbox] ~ .custom-control-label:after {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
}
html body div#wrapper .custom-checkbox input[type=checkbox]:disabled ~ .custom-control-label::before,
html body div#wrapper .custom-radio input[type=checkbox]:disabled ~ .custom-control-label::before, html body div#cookie-consent .custom-checkbox input[type=checkbox]:disabled ~ .custom-control-label::before,
html body div#cookie-consent .custom-radio input[type=checkbox]:disabled ~ .custom-control-label::before {
  border-color: #747474;
  background-color: #878787 !important;
}
html body div#wrapper .custom-checkbox input[type=checkbox]:disabled:checked ~ .custom-control-label::after,
html body div#wrapper .custom-radio input[type=checkbox]:disabled:checked ~ .custom-control-label::after, html body div#cookie-consent .custom-checkbox input[type=checkbox]:disabled:checked ~ .custom-control-label::after,
html body div#cookie-consent .custom-radio input[type=checkbox]:disabled:checked ~ .custom-control-label::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "o2icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e94f";
  color: #fff;
  font-size: 25px;
  background-image: none;
  top: 2px;
  left: -2px;
}
html body div#wrapper .custom-checkbox input[type=checkbox]:not(:disabled) ~ .custom-control-label::before,
html body div#wrapper .custom-radio input[type=checkbox]:not(:disabled) ~ .custom-control-label::before, html body div#cookie-consent .custom-checkbox input[type=checkbox]:not(:disabled) ~ .custom-control-label::before,
html body div#cookie-consent .custom-radio input[type=checkbox]:not(:disabled) ~ .custom-control-label::before {
  border-color: #005CB9;
  background-color: #fff;
  color: #fff;
}
html body div#wrapper .custom-checkbox input[type=checkbox]:not(:disabled):checked ~ .custom-control-label::before,
html body div#wrapper .custom-radio input[type=checkbox]:not(:disabled):checked ~ .custom-control-label::before, html body div#cookie-consent .custom-checkbox input[type=checkbox]:not(:disabled):checked ~ .custom-control-label::before,
html body div#cookie-consent .custom-radio input[type=checkbox]:not(:disabled):checked ~ .custom-control-label::before {
  content: "";
  border-color: #005CB9;
  background-color: #005CB9;
  color: #fff;
}
html body div#wrapper .custom-checkbox input[type=checkbox]:not(:disabled):checked ~ .custom-control-label::after,
html body div#wrapper .custom-radio input[type=checkbox]:not(:disabled):checked ~ .custom-control-label::after, html body div#cookie-consent .custom-checkbox input[type=checkbox]:not(:disabled):checked ~ .custom-control-label::after,
html body div#cookie-consent .custom-radio input[type=checkbox]:not(:disabled):checked ~ .custom-control-label::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "o2icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e94f";
  color: #fff;
  font-size: 25px;
  background-image: none;
  top: 2px;
  left: -2px;
}
html body div#wrapper .custom-checkbox input[type=radio]:not(:disabled) ~ .custom-control-label::before,
html body div#wrapper .custom-radio input[type=radio]:not(:disabled) ~ .custom-control-label::before, html body div#cookie-consent .custom-checkbox input[type=radio]:not(:disabled) ~ .custom-control-label::before,
html body div#cookie-consent .custom-radio input[type=radio]:not(:disabled) ~ .custom-control-label::before {
  border-color: #005CB9;
  background-color: #fff;
  color: #fff;
}
html body div#wrapper .custom-checkbox input[type=radio]:not(:disabled):checked ~ .custom-control-label::before,
html body div#wrapper .custom-radio input[type=radio]:not(:disabled):checked ~ .custom-control-label::before, html body div#cookie-consent .custom-checkbox input[type=radio]:not(:disabled):checked ~ .custom-control-label::before,
html body div#cookie-consent .custom-radio input[type=radio]:not(:disabled):checked ~ .custom-control-label::before {
  content: "";
  border-color: #005CB9;
  background-color: #fff;
  color: #fff;
}
html body div#wrapper .custom-checkbox input[type=radio]:not(:disabled):checked ~ .custom-control-label::after,
html body div#wrapper .custom-radio input[type=radio]:not(:disabled):checked ~ .custom-control-label::after, html body div#cookie-consent .custom-checkbox input[type=radio]:not(:disabled):checked ~ .custom-control-label::after,
html body div#cookie-consent .custom-radio input[type=radio]:not(:disabled):checked ~ .custom-control-label::after {
  border-radius: 50%;
  background: #005CB9;
  height: 10px;
  width: 10px;
  left: 5px;
  top: 9px;
}
html body div#wrapper label.radio-card input[type=radio] + .card, html body div#cookie-consent label.radio-card input[type=radio] + .card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.25rem;
  width: 250px;
  height: 180px;
  border: 1px solid #005CB9;
  color: #005CB9;
  background-color: #fff;
  cursor: pointer;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.125rem;
  line-height: 25px;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  html body div#wrapper label.radio-card input[type=radio] + .card, html body div#cookie-consent label.radio-card input[type=radio] + .card {
    padding: 0.5rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html body div#wrapper label.radio-card input[type=radio] + .card, html body div#cookie-consent label.radio-card input[type=radio] + .card {
    transition: none;
  }
}
html body div#wrapper label.radio-card input[type=radio] + .card.card-primary, html body div#cookie-consent label.radio-card input[type=radio] + .card.card-primary {
  color: #fff;
  background-color: #005CB9;
}
html body div#wrapper label.radio-card input[type=radio] + .card.card-primary a, html body div#cookie-consent label.radio-card input[type=radio] + .card.card-primary a {
  color: #fff;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  html body div#wrapper label.radio-card input[type=radio] + .card.card-primary a, html body div#cookie-consent label.radio-card input[type=radio] + .card.card-primary a {
    transition: none;
  }
}
html body div#wrapper label.radio-card input[type=radio] + .card div span.tooltip-help, html body div#cookie-consent label.radio-card input[type=radio] + .card div span.tooltip-help {
  position: absolute;
  top: 10px;
  right: 20px;
}
html body div#wrapper label.radio-card input[type=radio] + .card div span.tooltip-help .o2icon:before, html body div#cookie-consent label.radio-card input[type=radio] + .card div span.tooltip-help .o2icon:before {
  color: #b2cdf0;
  font-size: 20px;
}
html body div#wrapper label.radio-card input[type=radio] + .card div .o2icon, html body div#cookie-consent label.radio-card input[type=radio] + .card div .o2icon {
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  html body div#wrapper label.radio-card input[type=radio] + .card div .o2icon, html body div#cookie-consent label.radio-card input[type=radio] + .card div .o2icon {
    transition: none;
  }
}
html body div#wrapper label.radio-card input[type=radio] + .card div .o2icon:not(.o2icon-action-infocircle), html body div#cookie-consent label.radio-card input[type=radio] + .card div .o2icon:not(.o2icon-action-infocircle) {
  display: block;
  margin-bottom: 15px;
}
html body div#wrapper label.radio-card input[type=radio] + .card div .o2icon:not(.o2icon-action-infocircle).o2icon-tunnel-check, html body div#cookie-consent label.radio-card input[type=radio] + .card div .o2icon:not(.o2icon-action-infocircle).o2icon-tunnel-check {
  opacity: 0;
}
html body div#wrapper label.radio-card input[type=radio] + .card div .o2icon:not(.o2icon-action-infocircle):after, html body div#cookie-consent label.radio-card input[type=radio] + .card div .o2icon:not(.o2icon-action-infocircle):after {
  color: #005CB9;
}
html body div#wrapper label.radio-card input[type=radio]:checked + .card, html body div#cookie-consent label.radio-card input[type=radio]:checked + .card {
  border-color: #00bfa2;
  color: #fff;
  background-color: #00bfa2;
}
html body div#wrapper label.radio-card input[type=radio]:checked + .card span.tooltip-help i.o2icon:before, html body div#cookie-consent label.radio-card input[type=radio]:checked + .card span.tooltip-help i.o2icon:before {
  color: #b2cdf0;
}
html body div#wrapper label.radio-card input[type=radio]:checked + .card .o2icon:not(.o2icon-action-infocircle), html body div#cookie-consent label.radio-card input[type=radio]:checked + .card .o2icon:not(.o2icon-action-infocircle) {
  display: block;
}
html body div#wrapper label.radio-card input[type=radio]:checked + .card .o2icon:not(.o2icon-action-infocircle).o2icon-tunnel-check, html body div#cookie-consent label.radio-card input[type=radio]:checked + .card .o2icon:not(.o2icon-action-infocircle).o2icon-tunnel-check {
  opacity: 1;
}
html body div#wrapper label.radio-card input[type=radio]:checked + .card .o2icon:not(.o2icon-action-infocircle):after, html body div#cookie-consent label.radio-card input[type=radio]:checked + .card .o2icon:not(.o2icon-action-infocircle):after {
  color: #fff;
}
html body div#wrapper label.radio-card input[type=radio]:checked + .card.card-primary, html body div#cookie-consent label.radio-card input[type=radio]:checked + .card.card-primary {
  border-color: #005CB9;
  color: #005CB9;
  background-color: #fff;
}
html body div#wrapper label.radio-card input[type=radio]:checked + .card.card-primary .o2icon:not(.o2icon-action-infocircle), html body div#cookie-consent label.radio-card input[type=radio]:checked + .card.card-primary .o2icon:not(.o2icon-action-infocircle) {
  display: block;
}
html body div#wrapper label.radio-card input[type=radio]:checked + .card.card-primary .o2icon:not(.o2icon-action-infocircle):after, html body div#cookie-consent label.radio-card input[type=radio]:checked + .card.card-primary .o2icon:not(.o2icon-action-infocircle):after {
  color: #005CB9;
}
html body div#wrapper label.radio-card input[type=radio]:checked + .card.card-primary a, html body div#cookie-consent label.radio-card input[type=radio]:checked + .card.card-primary a {
  color: #005CB9;
}
@media not all and (hover: none) {
  html body div#wrapper label.radio-card:hover input[type=radio] + .card, html body div#cookie-consent label.radio-card:hover input[type=radio] + .card {
    border-color: #00bfa2;
    color: #fff;
    background-color: #00bfa2;
  }
  html body div#wrapper label.radio-card:hover input[type=radio] + .card .o2icon, html body div#cookie-consent label.radio-card:hover input[type=radio] + .card .o2icon {
    transition: all 300ms ease;
  }
  @media (prefers-reduced-motion: reduce) {
    html body div#wrapper label.radio-card:hover input[type=radio] + .card .o2icon, html body div#cookie-consent label.radio-card:hover input[type=radio] + .card .o2icon {
      transition: none;
    }
  }
  html body div#wrapper label.radio-card:hover input[type=radio] + .card .o2icon:not(.o2icon-action-check), html body div#cookie-consent label.radio-card:hover input[type=radio] + .card .o2icon:not(.o2icon-action-check) {
    display: block;
  }
  html body div#wrapper label.radio-card:hover input[type=radio] + .card .o2icon:not(.o2icon-action-check):after, html body div#cookie-consent label.radio-card:hover input[type=radio] + .card .o2icon:not(.o2icon-action-check):after {
    color: #fff;
  }
  html body div#wrapper label.radio-card:hover input[type=radio] + .card.card-primary, html body div#cookie-consent label.radio-card:hover input[type=radio] + .card.card-primary {
    border-color: #005CB9;
    color: #005CB9;
    background-color: #fff;
  }
  html body div#wrapper label.radio-card:hover input[type=radio] + .card.card-primary .o2icon:not(.o2icon-action-check), html body div#cookie-consent label.radio-card:hover input[type=radio] + .card.card-primary .o2icon:not(.o2icon-action-check) {
    display: block;
  }
  html body div#wrapper label.radio-card:hover input[type=radio] + .card.card-primary .o2icon:not(.o2icon-action-check):after, html body div#wrapper label.radio-card:hover input[type=radio] + .card.card-primary .o2icon:not(.o2icon-action-check):before, html body div#cookie-consent label.radio-card:hover input[type=radio] + .card.card-primary .o2icon:not(.o2icon-action-check):after, html body div#cookie-consent label.radio-card:hover input[type=radio] + .card.card-primary .o2icon:not(.o2icon-action-check):before {
    color: #005CB9;
  }
  html body div#wrapper label.radio-card:hover input[type=radio] + .card.card-primary a, html body div#cookie-consent label.radio-card:hover input[type=radio] + .card.card-primary a {
    color: #005CB9;
  }
}
html body div#wrapper label.radio-label:focus-within, html body div#cookie-consent label.radio-label:focus-within {
  color: #495057;
  background-color: #fff;
  border-color: #0782ff;
  box-shadow: 0 0 0 0.2rem rgba(0, 67, 134, 0.25);
  z-index: 1;
}
html body div#wrapper .init-padd, html body div#cookie-consent .init-padd {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
html body div#wrapper .form-step .number-circle, html body div#cookie-consent .form-step .number-circle {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  padding: 0.25rem 0.2rem 0.2rem 0.25rem;
  line-height: 1.25rem;
  border-radius: 50%;
  border: 3px solid #ee956f;
  background-color: #fff;
  color: #ee956f;
  font-family: NexaBold;
  font-size: 0.938rem;
  text-align: center;
}
html body div#wrapper .form-step .number-circle.active, html body div#cookie-consent .form-step .number-circle.active {
  background-color: #ee956f;
  color: #fff;
}
html body div#wrapper .color-bloc .consumer-service-day, html body div#cookie-consent .color-bloc .consumer-service-day {
  min-width: 150px;
}
html body div#wrapper .block-provided-services, html body div#cookie-consent .block-provided-services {
  margin-left: 1rem;
}
html body div#wrapper .block-provided-services .text-decoration-underline:hover, html body div#cookie-consent .block-provided-services .text-decoration-underline:hover {
  text-decoration: underline;
}
html body div#wrapper .address-src-section, html body div#cookie-consent .address-src-section {
  padding: 0 10px 0 30px;
}
html body div#wrapper .address-src-section.border-line-div-address, html body div#cookie-consent .address-src-section.border-line-div-address {
  border-left: 1px solid #D3DFF0;
}
html body div#wrapper .address-src-section.border-line-div-address h3, html body div#cookie-consent .address-src-section.border-line-div-address h3 {
  margin-bottom: 1.688rem;
  margin-top: 0px;
}
html body div#wrapper .address-src-section.border-line-div-address .text-devis, html body div#cookie-consent .address-src-section.border-line-div-address .text-devis {
  margin-bottom: 1.7rem !important;
}
html body div#wrapper .address-src-section h4, html body div#cookie-consent .address-src-section h4 {
  color: #5c5c5c;
}
html body div#wrapper .div-provided-services, html body div#cookie-consent .div-provided-services {
  padding-right: 0rem;
  margin-top: 1.88rem;
}
html body div#wrapper .div-provided-services .d-table-cell, html body div#cookie-consent .div-provided-services .d-table-cell {
  text-align: left;
  vertical-align: top;
}
html body div#wrapper .interview-section .vertical-line-interview, html body div#cookie-consent .interview-section .vertical-line-interview {
  box-shadow: -3px 0px 0px 0px #005CB9;
}
html body div#wrapper .interview-section h4, html body div#cookie-consent .interview-section h4 {
  color: #5c5c5c;
}
html body div#wrapper .img-overlay, html body div#cookie-consent .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  z-index: 2;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
}
html body div#wrapper .o2-modal.modal.show, html body div#cookie-consent .o2-modal.modal.show {
  display: flex !important;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
}
html body div#wrapper .o2-modal.modal .modal-dialog, html body div#cookie-consent .o2-modal.modal .modal-dialog {
  justify-content: center;
  align-content: center;
  overflow-y: initial !important;
}
@media (min-width: 768px) {
  html body div#wrapper .o2-modal.modal .modal-dialog, html body div#cookie-consent .o2-modal.modal .modal-dialog {
    max-width: none;
  }
}
html body div#wrapper .o2-modal.modal .modal-dialog .modal-content, html body div#cookie-consent .o2-modal.modal .modal-dialog .modal-content {
  max-width: 47.5rem;
  height: auto;
  align-content: center;
}
html body div#wrapper .o2-modal.modal .modal-dialog .modal-content .modal-header, html body div#cookie-consent .o2-modal.modal .modal-dialog .modal-content .modal-header {
  border: none;
}
html body div#wrapper .o2-modal.modal .modal-dialog .modal-content .modal-header .close, html body div#cookie-consent .o2-modal.modal .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: 2rem;
  color: #005CB9;
  font-size: 30px;
}
html body div#wrapper .o2-modal.modal .modal-dialog .modal-content .modal-header + .modal-body, html body div#cookie-consent .o2-modal.modal .modal-dialog .modal-content .modal-header + .modal-body {
  padding-top: 0px;
}
html body div#wrapper .o2-modal.modal .modal-dialog .modal-content .modal-body, html body div#cookie-consent .o2-modal.modal .modal-dialog .modal-content .modal-body {
  max-height: calc(100vh - 225px);
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #005CB9 #b2cdf0 !important;
  scrollbar-width: thin !important;
}
html body div#wrapper .o2-modal.modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar, html body div#cookie-consent .o2-modal.modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar {
  width: 5px;
  background-color: #b2cdf0;
}
html body div#wrapper .o2-modal.modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb, html body div#cookie-consent .o2-modal.modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb {
  background: #005CB9;
}
html body div#wrapper .o2-modal.modal .modal-dialog .modal-content .modal-body .btn-link, html body div#cookie-consent .o2-modal.modal .modal-dialog .modal-content .modal-body .btn-link {
  text-transform: none !important;
}
html body div#wrapper .o2-modal.modal .modal-dialog .modal-content .modal-footer, html body div#cookie-consent .o2-modal.modal .modal-dialog .modal-content .modal-footer {
  border: none;
  clear: both;
}
html body div#wrapper .o2-modal.modal .modal-dialog .modal-content .modal-footer .btn-secondary, html body div#cookie-consent .o2-modal.modal .modal-dialog .modal-content .modal-footer .btn-secondary {
  width: 25%;
}
@media (max-width: 991.98px) {
  html body div#wrapper .o2-modal.modal, html body div#cookie-consent .o2-modal.modal {
    top: 40px;
  }
  html body div#wrapper .o2-modal.modal .modal-dialog .modal-content .modal-body, html body div#cookie-consent .o2-modal.modal .modal-dialog .modal-content .modal-body {
    padding: 30px 15px;
    max-height: calc(100vh - 275px);
    overflow-y: auto;
  }
  html body div#wrapper .o2-modal.modal .modal-dialog .modal-content .modal-body .btn-outline-secondary, html body div#cookie-consent .o2-modal.modal .modal-dialog .modal-content .modal-body .btn-outline-secondary {
    line-height: 25px !important;
  }
  html body div#wrapper .o2-modal.modal .modal-dialog .modal-content .modal-footer .btn, html body div#cookie-consent .o2-modal.modal .modal-dialog .modal-content .modal-footer .btn {
    width: 100%;
  }
}
html body div#wrapper #sticky-menu, html body div#cookie-consent #sticky-menu {
  position: fixed;
  top: 40%;
  right: 20px;
  overflow: hidden;
  z-index: 999;
}
html body div#wrapper #sticky-menu a, html body div#cookie-consent #sticky-menu a {
  position: relative;
  display: flex;
  height: 50px;
  width: 50px;
  margin: 5px 0;
  float: right;
  clear: both;
  border: 2px solid #fff;
  border-radius: 50px;
  overflow: hidden;
  transition: width 0.3s ease;
}
html body div#wrapper #sticky-menu a .sticky-menu-text, html body div#cookie-consent #sticky-menu a .sticky-menu-text {
  display: flex;
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  line-height: 50px;
  color: #fff;
  width: 0;
  text-transform: uppercase;
  overflow: hidden;
}
html body div#wrapper #sticky-menu a .sticky-menu-text span, html body div#cookie-consent #sticky-menu a .sticky-menu-text span {
  display: block;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
}
html body div#wrapper #sticky-menu a.green, html body div#cookie-consent #sticky-menu a.green {
  background-color: #00bfa2;
}
html body div#wrapper #sticky-menu a.orange, html body div#cookie-consent #sticky-menu a.orange {
  background-color: #ee956f;
}
html body div#wrapper #sticky-menu a.yellow, html body div#cookie-consent #sticky-menu a.yellow {
  background-color: #e7ba63;
}
html body div#wrapper #sticky-menu a span.o2icon, html body div#cookie-consent #sticky-menu a span.o2icon {
  position: absolute;
  display: flex;
  right: 0px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 24px;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #fff;
}
html body div#wrapper #sticky-menu a:hover, html body div#wrapper #sticky-menu a:focus, html body div#wrapper #sticky-menu a:active, html body div#cookie-consent #sticky-menu a:hover, html body div#cookie-consent #sticky-menu a:focus, html body div#cookie-consent #sticky-menu a:active {
  text-decoration: none;
}
html body div#wrapper #sticky-menu a:hover .sticky-menu-text, html body div#wrapper #sticky-menu a:focus .sticky-menu-text, html body div#wrapper #sticky-menu a:active .sticky-menu-text, html body div#cookie-consent #sticky-menu a:hover .sticky-menu-text, html body div#cookie-consent #sticky-menu a:focus .sticky-menu-text, html body div#cookie-consent #sticky-menu a:active .sticky-menu-text {
  width: auto;
  padding: 0 20px;
}
html body div#wrapper #sticky-menu a:hover span.o2icon, html body div#wrapper #sticky-menu a:focus span.o2icon, html body div#wrapper #sticky-menu a:active span.o2icon, html body div#cookie-consent #sticky-menu a:hover span.o2icon, html body div#cookie-consent #sticky-menu a:focus span.o2icon, html body div#cookie-consent #sticky-menu a:active span.o2icon {
  background-color: #fff;
  border-radius: 50px;
}
html body div#wrapper #sticky-menu a:hover.green, html body div#wrapper #sticky-menu a:focus.green, html body div#wrapper #sticky-menu a:active.green, html body div#cookie-consent #sticky-menu a:hover.green, html body div#cookie-consent #sticky-menu a:focus.green, html body div#cookie-consent #sticky-menu a:active.green {
  border-color: #00bfa2;
  width: 230px;
}
html body div#wrapper #sticky-menu a:hover.green span.o2icon, html body div#wrapper #sticky-menu a:focus.green span.o2icon, html body div#wrapper #sticky-menu a:active.green span.o2icon, html body div#cookie-consent #sticky-menu a:hover.green span.o2icon, html body div#cookie-consent #sticky-menu a:focus.green span.o2icon, html body div#cookie-consent #sticky-menu a:active.green span.o2icon {
  color: #00bfa2;
}
html body div#wrapper #sticky-menu a:hover.orange, html body div#wrapper #sticky-menu a:focus.orange, html body div#wrapper #sticky-menu a:active.orange, html body div#cookie-consent #sticky-menu a:hover.orange, html body div#cookie-consent #sticky-menu a:focus.orange, html body div#cookie-consent #sticky-menu a:active.orange {
  border-color: #ee956f;
  width: 180px;
}
html body div#wrapper #sticky-menu a:hover.orange span.o2icon, html body div#wrapper #sticky-menu a:focus.orange span.o2icon, html body div#wrapper #sticky-menu a:active.orange span.o2icon, html body div#cookie-consent #sticky-menu a:hover.orange span.o2icon, html body div#cookie-consent #sticky-menu a:focus.orange span.o2icon, html body div#cookie-consent #sticky-menu a:active.orange span.o2icon {
  color: #ee956f;
}
html body div#wrapper #sticky-menu a:hover.yellow, html body div#wrapper #sticky-menu a:focus.yellow, html body div#wrapper #sticky-menu a:active.yellow, html body div#cookie-consent #sticky-menu a:hover.yellow, html body div#cookie-consent #sticky-menu a:focus.yellow, html body div#cookie-consent #sticky-menu a:active.yellow {
  border-color: #e7ba63;
  width: 280px;
}
html body div#wrapper #sticky-menu a:hover.yellow .sticky-menu-text, html body div#wrapper #sticky-menu a:focus.yellow .sticky-menu-text, html body div#wrapper #sticky-menu a:active.yellow .sticky-menu-text, html body div#cookie-consent #sticky-menu a:hover.yellow .sticky-menu-text, html body div#cookie-consent #sticky-menu a:focus.yellow .sticky-menu-text, html body div#cookie-consent #sticky-menu a:active.yellow .sticky-menu-text {
  line-height: 18px;
  display: inline-block;
  padding: 6px 20px;
}
html body div#wrapper #sticky-menu a:hover.yellow span.o2icon, html body div#wrapper #sticky-menu a:focus.yellow span.o2icon, html body div#wrapper #sticky-menu a:active.yellow span.o2icon, html body div#cookie-consent #sticky-menu a:hover.yellow span.o2icon, html body div#cookie-consent #sticky-menu a:focus.yellow span.o2icon, html body div#cookie-consent #sticky-menu a:active.yellow span.o2icon {
  color: #e7ba63;
}
@media (max-width: 991.98px) {
  html body div#wrapper #sticky-menu .slide-sticky-menu, html body div#cookie-consent #sticky-menu .slide-sticky-menu {
    text-decoration: none;
  }
  html body div#wrapper #sticky-menu .slide-sticky-menu .sticky-menu-text, html body div#cookie-consent #sticky-menu .slide-sticky-menu .sticky-menu-text {
    width: auto;
    padding: 0 20px;
  }
  html body div#wrapper #sticky-menu .slide-sticky-menu span.o2icon, html body div#cookie-consent #sticky-menu .slide-sticky-menu span.o2icon {
    background-color: #fff;
    border-radius: 50px;
  }
  html body div#wrapper #sticky-menu .slide-sticky-menu.green, html body div#cookie-consent #sticky-menu .slide-sticky-menu.green {
    border-color: #00bfa2;
    width: 230px;
  }
  html body div#wrapper #sticky-menu .slide-sticky-menu.green span.o2icon, html body div#cookie-consent #sticky-menu .slide-sticky-menu.green span.o2icon {
    color: #00bfa2;
  }
  html body div#wrapper #sticky-menu .slide-sticky-menu.orange, html body div#cookie-consent #sticky-menu .slide-sticky-menu.orange {
    border-color: #ee956f;
    width: 180px;
  }
  html body div#wrapper #sticky-menu .slide-sticky-menu.orange span.o2icon, html body div#cookie-consent #sticky-menu .slide-sticky-menu.orange span.o2icon {
    color: #ee956f;
  }
  html body div#wrapper #sticky-menu .slide-sticky-menu.yellow, html body div#cookie-consent #sticky-menu .slide-sticky-menu.yellow {
    border-color: #e7ba63;
    width: 280px;
  }
  html body div#wrapper #sticky-menu .slide-sticky-menu.yellow .sticky-menu-text, html body div#cookie-consent #sticky-menu .slide-sticky-menu.yellow .sticky-menu-text {
    line-height: 18px;
    display: inline-block;
    padding: 6px 20px;
  }
  html body div#wrapper #sticky-menu .slide-sticky-menu.yellow span.o2icon, html body div#cookie-consent #sticky-menu .slide-sticky-menu.yellow span.o2icon {
    color: #e7ba63;
  }
}
@media (max-width: 767.98px) {
  html body div#wrapper #sticky-menu, html body div#cookie-consent #sticky-menu {
    position: fixed;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    bottom: 0;
    right: 0;
    top: inherit;
    width: 100%;
  }
  html body div#wrapper #sticky-menu li, html body div#cookie-consent #sticky-menu li {
    width: 33.33%;
  }
  html body div#wrapper #sticky-menu li a, html body div#cookie-consent #sticky-menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    text-align: center;
    float: inherit;
    border: none;
    border-radius: 0;
    transition: none;
  }
  html body div#wrapper #sticky-menu li a .sticky-menu-text, html body div#cookie-consent #sticky-menu li a .sticky-menu-text {
    width: 0;
  }
  html body div#wrapper #sticky-menu li a span.o2icon, html body div#cookie-consent #sticky-menu li a span.o2icon {
    position: relative;
    display: block;
    right: inherit;
    margin: 0 auto;
    background-color: transparent;
    border-radius: 0;
  }
  html body div#wrapper #sticky-menu li a:hover, html body div#wrapper #sticky-menu li a:focus, html body div#wrapper #sticky-menu li a:active, html body div#cookie-consent #sticky-menu li a:hover, html body div#cookie-consent #sticky-menu li a:focus, html body div#cookie-consent #sticky-menu li a:active {
    text-decoration: none;
  }
  html body div#wrapper #sticky-menu li a:hover .sticky-menu-text, html body div#wrapper #sticky-menu li a:focus .sticky-menu-text, html body div#wrapper #sticky-menu li a:active .sticky-menu-text, html body div#cookie-consent #sticky-menu li a:hover .sticky-menu-text, html body div#cookie-consent #sticky-menu li a:focus .sticky-menu-text, html body div#cookie-consent #sticky-menu li a:active .sticky-menu-text {
    width: 0;
    padding: 0;
  }
  html body div#wrapper #sticky-menu li a:hover span.o2icon, html body div#wrapper #sticky-menu li a:focus span.o2icon, html body div#wrapper #sticky-menu li a:active span.o2icon, html body div#cookie-consent #sticky-menu li a:hover span.o2icon, html body div#cookie-consent #sticky-menu li a:focus span.o2icon, html body div#cookie-consent #sticky-menu li a:active span.o2icon {
    position: relative;
    display: block;
    right: inherit;
    margin: 0 auto;
    background-color: transparent;
    border-radius: 0;
  }
  html body div#wrapper #sticky-menu li a:hover.green, html body div#wrapper #sticky-menu li a:focus.green, html body div#wrapper #sticky-menu li a:active.green, html body div#cookie-consent #sticky-menu li a:hover.green, html body div#cookie-consent #sticky-menu li a:focus.green, html body div#cookie-consent #sticky-menu li a:active.green {
    background-color: #00a68c;
    border-color: #00bfa2;
    width: 100%;
  }
  html body div#wrapper #sticky-menu li a:hover.green span.o2icon, html body div#wrapper #sticky-menu li a:focus.green span.o2icon, html body div#wrapper #sticky-menu li a:active.green span.o2icon, html body div#cookie-consent #sticky-menu li a:hover.green span.o2icon, html body div#cookie-consent #sticky-menu li a:focus.green span.o2icon, html body div#cookie-consent #sticky-menu li a:active.green span.o2icon {
    color: #fff;
  }
  html body div#wrapper #sticky-menu li a:hover.orange, html body div#wrapper #sticky-menu li a:focus.orange, html body div#wrapper #sticky-menu li a:active.orange, html body div#cookie-consent #sticky-menu li a:hover.orange, html body div#cookie-consent #sticky-menu li a:focus.orange, html body div#cookie-consent #sticky-menu li a:active.orange {
    background-color: #eb8458;
    border-color: #ee956f;
    width: 100%;
  }
  html body div#wrapper #sticky-menu li a:hover.orange span.o2icon, html body div#wrapper #sticky-menu li a:focus.orange span.o2icon, html body div#wrapper #sticky-menu li a:active.orange span.o2icon, html body div#cookie-consent #sticky-menu li a:hover.orange span.o2icon, html body div#cookie-consent #sticky-menu li a:focus.orange span.o2icon, html body div#cookie-consent #sticky-menu li a:active.orange span.o2icon {
    color: #fff;
  }
  html body div#wrapper #sticky-menu li a:hover.yellow, html body div#wrapper #sticky-menu li a:focus.yellow, html body div#wrapper #sticky-menu li a:active.yellow, html body div#cookie-consent #sticky-menu li a:hover.yellow, html body div#cookie-consent #sticky-menu li a:focus.yellow, html body div#cookie-consent #sticky-menu li a:active.yellow {
    background-color: #e4b04d;
    border-color: #e7ba63;
    width: 100%;
  }
  html body div#wrapper #sticky-menu li a:hover.yellow .sticky-menu-text, html body div#wrapper #sticky-menu li a:focus.yellow .sticky-menu-text, html body div#wrapper #sticky-menu li a:active.yellow .sticky-menu-text, html body div#cookie-consent #sticky-menu li a:hover.yellow .sticky-menu-text, html body div#cookie-consent #sticky-menu li a:focus.yellow .sticky-menu-text, html body div#cookie-consent #sticky-menu li a:active.yellow .sticky-menu-text {
    display: inline-block;
    padding: 0;
  }
  html body div#wrapper #sticky-menu li a:hover.yellow span.o2icon, html body div#wrapper #sticky-menu li a:focus.yellow span.o2icon, html body div#wrapper #sticky-menu li a:active.yellow span.o2icon, html body div#cookie-consent #sticky-menu li a:hover.yellow span.o2icon, html body div#cookie-consent #sticky-menu li a:focus.yellow span.o2icon, html body div#cookie-consent #sticky-menu li a:active.yellow span.o2icon {
    color: #fff;
  }
}
html body div#wrapper table.o2-table, html body div#cookie-consent table.o2-table {
  border-collapse: separate;
  border-spacing: 0 1rem;
  color: #005CB9;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
}
html body div#wrapper table.o2-table caption, html body div#cookie-consent table.o2-table caption {
  margin-bottom: -1rem;
  caption-side: top;
}
html body div#wrapper table.o2-table thead th, html body div#cookie-consent table.o2-table thead th {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.9375rem;
  line-height: 20px;
  color: #005CB9;
  background-color: transparent;
  border: none;
  vertical-align: bottom;
  font-weight: bold;
}
html body div#wrapper table.o2-table thead th.h4, html body div#cookie-consent table.o2-table thead th.h4 {
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 25px;
}
html body div#wrapper table.o2-table tbody tr td, html body div#cookie-consent table.o2-table tbody tr td {
  border: 1px solid #005CB9;
  border-style: solid none;
  background-color: #fff;
  padding: 0.25rem 1rem;
}
html body div#wrapper table.o2-table tbody tr td:before, html body div#cookie-consent table.o2-table tbody tr td:before {
  display: none;
}
html body div#wrapper table.o2-table tbody tr td:first-child, html body div#cookie-consent table.o2-table tbody tr td:first-child {
  border-top-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
html body div#wrapper table.o2-table tbody tr td:last-child, html body div#cookie-consent table.o2-table tbody tr td:last-child {
  border-top-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
html body div#wrapper table.o2-table.o2-table-tariff thead, html body div#cookie-consent table.o2-table.o2-table-tariff thead {
  text-align: left;
}
html body div#wrapper table.o2-table.o2-table-tariff thead th, html body div#cookie-consent table.o2-table.o2-table-tariff thead th {
  padding: 0;
}
html body div#wrapper table.o2-table.o2-table-tariff thead th:first-child, html body div#cookie-consent table.o2-table.o2-table-tariff thead th:first-child {
  width: 40%;
}
html body div#wrapper table.o2-table.o2-table-tariff tbody tr td:last-child, html body div#cookie-consent table.o2-table.o2-table-tariff tbody tr td:last-child {
  background-color: #005CB9;
  color: #fff;
  padding-left: 2rem;
}
html body div#wrapper table.o2-table.o2-table-tariff tbody tr td:last-child:after, html body div#cookie-consent table.o2-table.o2-table-tariff tbody tr td:last-child:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  left: -5px;
  background-color: #005CB9;
  border-left: 1.7rem solid #fff;
  border-top: 1.8rem solid #005CB9;
  border-bottom: 1.8rem solid #005CB9;
}
@media (max-width: 1199.98px) {
  html body div#wrapper table.o2-table.o2-table-tariff tbody tr td, html body div#cookie-consent table.o2-table.o2-table-tariff tbody tr td {
    padding: 0.4rem;
    font-size: 0.875rem;
  }
  html body div#wrapper table.o2-table.o2-table-tariff tbody tr td span, html body div#cookie-consent table.o2-table.o2-table-tariff tbody tr td span {
    font-size: 0.875rem;
  }
}
@media (max-width: 991.98px) {
  html body div#wrapper table.o2-table.o2-table-tariff, html body div#cookie-consent table.o2-table.o2-table-tariff {
    margin: 0 auto;
  }
  html body div#wrapper table.o2-table.o2-table-tariff thead th:first-child, html body div#cookie-consent table.o2-table.o2-table-tariff thead th:first-child {
    width: 185px;
  }
  html body div#wrapper table.o2-table.o2-table-tariff thead th, html body div#cookie-consent table.o2-table.o2-table-tariff thead th {
    vertical-align: middle;
  }
  html body div#wrapper table.o2-table.o2-table-tariff thead th tr:first-of-type, html body div#cookie-consent table.o2-table.o2-table-tariff thead th tr:first-of-type {
    display: none;
  }
  html body div#wrapper table.o2-table.o2-table-tariff tbody tr td .text-tiny-mobile, html body div#cookie-consent table.o2-table.o2-table-tariff tbody tr td .text-tiny-mobile {
    font-family: NexaBook, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
  }
  html body div#wrapper table.o2-table.o2-table-tariff tbody tr td .text-small-mobile, html body div#cookie-consent table.o2-table.o2-table-tariff tbody tr td .text-small-mobile {
    font-family: NexaBook, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 20px;
  }
  html body div#wrapper table.o2-table.o2-table-tariff tbody tr td:last-child, html body div#cookie-consent table.o2-table.o2-table-tariff tbody tr td:last-child {
    background-color: #005CB9;
    color: #fff;
    padding-left: 2rem;
  }
  html body div#wrapper table.o2-table.o2-table-tariff tbody tr td:last-child:after, html body div#cookie-consent table.o2-table.o2-table-tariff tbody tr td:last-child:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    left: -1rem;
    background-color: #005CB9;
  }
}
@media (max-width: 767.98px) {
  html body div#wrapper table.o2-table.o2-table-tariff thead th, html body div#cookie-consent table.o2-table.o2-table-tariff thead th {
    display: none;
  }
}
html body div#wrapper table.o2-table.o2-table-tariff.o2-table-tariff-diy, html body div#cookie-consent table.o2-table.o2-table-tariff.o2-table-tariff-diy {
  max-width: 500px;
}
html body div#wrapper table.o2-table.o2-table-tariff.o2-table-tariff-diy tbody tr td, html body div#cookie-consent table.o2-table.o2-table-tariff.o2-table-tariff-diy tbody tr td {
  justify-content: center;
  text-align: left;
  padding: 1.6rem 2rem;
  width: 50%;
}
html body div#wrapper table.o2-table.o2-table-tariff.o2-table-tariff-diy tbody tr td:last-child:after, html body div#cookie-consent table.o2-table.o2-table-tariff.o2-table-tariff-diy tbody tr td:last-child:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  left: -2rem;
  background-color: #005CB9;
  border-left: 2rem solid #fff;
  border-top: 3.5rem solid #005CB9;
  border-bottom: 3.5rem solid #005CB9;
}
@media (max-width: 1199.98px) {
  html body div#wrapper table.o2-table.o2-table-tariff.o2-table-tariff-diy tbody tr td:last-child:after, html body div#cookie-consent table.o2-table.o2-table-tariff.o2-table-tariff-diy tbody tr td:last-child:after {
    border-top: 3.4rem solid #005CB9;
    border-bottom: 3.4rem solid #005CB9;
  }
}
@media (max-width: 767.98px) {
  html body div#wrapper table.o2-table.o2-table-tariff.o2-table-tariff-diy tbody tr td, html body div#cookie-consent table.o2-table.o2-table-tariff.o2-table-tariff-diy tbody tr td {
    padding: 1rem 2rem;
    width: 100% !important;
    text-align: center;
  }
  html body div#wrapper table.o2-table.o2-table-tariff.o2-table-tariff-diy tbody tr td:last-child:after, html body div#cookie-consent table.o2-table.o2-table-tariff.o2-table-tariff-diy tbody tr td:last-child:after {
    top: -1px;
    width: 100%;
    left: 0rem;
    height: 20px;
    border: 0;
    background: white;
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    z-index: 2;
  }
}
@media (max-width: 767.98px) {
  html body div#wrapper table.o2-table.o2-table-tariff.o2-table-tariff-school tbody tr td:first-child, html body div#cookie-consent table.o2-table.o2-table-tariff.o2-table-tariff-school tbody tr td:first-child {
    grid-template-columns: 100%;
  }
}
@media (max-width: 767.98px) {
  html body div#wrapper table.o2-table.o2-table-tariff, html body div#cookie-consent table.o2-table.o2-table-tariff {
    width: 96%;
    max-width: 96%;
  }
  html body div#wrapper table.o2-table.o2-table-tariff tbody tr td, html body div#cookie-consent table.o2-table.o2-table-tariff tbody tr td {
    position: relative;
    display: grid;
    grid-template-columns: 10rem auto;
    grid-gap: 1rem 0.5rem;
    border-style: none solid;
    padding: 1rem 0.7rem 0 0.7rem;
  }
  html body div#wrapper table.o2-table.o2-table-tariff tbody tr td:before, html body div#cookie-consent table.o2-table.o2-table-tariff tbody tr td:before {
    display: inline;
    font-family: NexaBook, Arial, Helvetica, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 0.75rem;
    line-height: 16px;
    line-height: 18px;
    max-width: 100px;
  }
  html body div#wrapper table.o2-table.o2-table-tariff tbody tr td:first-child, html body div#cookie-consent table.o2-table.o2-table-tariff tbody tr td:first-child {
    grid-template-columns: max-content max-content;
    border: 1px solid #005CB9;
    border-bottom-style: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
  }
  html body div#wrapper table.o2-table.o2-table-tariff tbody tr td:first-child:before, html body div#cookie-consent table.o2-table.o2-table-tariff tbody tr td:first-child:before {
    font-size: 1rem;
    font-family: NexaBold, Arial, Helvetica, sans-serif;
    line-height: 25px;
  }
  html body div#wrapper table.o2-table.o2-table-tariff tbody tr td:last-child, html body div#cookie-consent table.o2-table.o2-table-tariff tbody tr td:last-child {
    padding: 2rem 0.7rem 1rem 0.7rem !important;
    border: 1px solid #005CB9;
    border-top-style: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  html body div#wrapper table.o2-table.o2-table-tariff tbody tr td:last-child:after, html body div#cookie-consent table.o2-table.o2-table-tariff tbody tr td:last-child:after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    width: 100%;
    left: 0rem;
    height: 20px;
    border: none;
    background: white;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    z-index: 2;
  }
  html body div#wrapper table.o2-table.o2-table-tariff tbody tr td:first-child:before, html body div#cookie-consent table.o2-table.o2-table-tariff tbody tr td:first-child:before {
    display: none;
  }
}
@media print {
  html body div#wrapper table.o2-table, html body div#cookie-consent table.o2-table {
    page-break-inside: avoid;
  }
}
@media print and (max-width: 5in) {
  html body div#wrapper table.o2-table, html body div#cookie-consent table.o2-table {
    page-break-inside: auto;
  }
  html body div#wrapper table.o2-table tr, html body div#cookie-consent table.o2-table tr {
    page-break-inside: avoid;
  }
}
html body div#wrapper .d-table, html body div#cookie-consent .d-table {
  display: table;
}
html body div#wrapper .d-table-cell, html body div#cookie-consent .d-table-cell {
  display: table-cell;
}
html body div#wrapper .tooltip.tooltip-service .tooltip-inner, html body div#cookie-consent .tooltip.tooltip-service .tooltip-inner {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  line-height: 16px;
  background-color: #fff;
  color: #ee956f;
  padding: 0.5rem;
}
html body div#wrapper .tooltip.tooltip-service .tooltip-arrow, html body div#cookie-consent .tooltip.tooltip-service .tooltip-arrow {
  position: absolute;
  bottom: -5px;
  left: 8px;
  border: 15px solid #fff;
  border-color: #fff transparent transparent #fff;
  z-index: -1;
}
html body div#wrapper .tooltip.tooltip-express-quote.bs-tooltip-left .arrow:before, html body div#cookie-consent .tooltip.tooltip-express-quote.bs-tooltip-left .arrow:before {
  border-left-color: #005CB9;
}
html body div#wrapper .tooltip.tooltip-express-quote.bs-tooltip-right .arrow:before, html body div#cookie-consent .tooltip.tooltip-express-quote.bs-tooltip-right .arrow:before {
  border-right-color: #005CB9;
}
html body div#wrapper .tooltip.tooltip-express-quote .tooltip-inner, html body div#cookie-consent .tooltip.tooltip-express-quote .tooltip-inner {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  line-height: 16px;
  color: white;
  background-color: #005CB9;
  padding: 0.8rem;
}
html body div#wrapper .text-mobile-primary-desktop-white, html body div#cookie-consent .text-mobile-primary-desktop-white {
  color: #fff;
}
html body div#wrapper .bg-mobile-grey-desktop-white, html body div#cookie-consent .bg-mobile-grey-desktop-white {
  background-color: #fff;
}
@media (max-width: 991.98px) {
  html body div#wrapper .h2-mobile-h4-desktop, html body div#cookie-consent .h2-mobile-h4-desktop {
    font-family: NexaHeavy, Arial, Helvetica, sans-serif;
    font-size: 1.3rem !important;
    line-height: 30px !important;
  }
  html body div#wrapper .text-mobile-primary-desktop-white, html body div#cookie-consent .text-mobile-primary-desktop-white {
    color: #005CB9;
    font-size: 1.5rem !important;
    line-height: 35px !important;
  }
  html body div#wrapper .bg-mobile-white, html body div#cookie-consent .bg-mobile-white {
    background-color: #fff;
  }
  html body div#wrapper .bg-mobile-grey-desktop-white, html body div#cookie-consent .bg-mobile-grey-desktop-white {
    background-color: #f9f5f3;
  }
  html body div#wrapper .full-screen-mobile, html body div#cookie-consent .full-screen-mobile {
    margin-top: -15px;
    margin-right: -15px;
    margin-left: -15px;
    padding: 15px;
  }
}
html body div#wrapper .multiselect.multiselect--active .multiselect__select:before, html body div#cookie-consent .multiselect.multiselect--active .multiselect__select:before {
  color: #005CB9;
  transform: rotate(180deg);
}
html body div#wrapper .multiselect .multiselect__tags, html body div#cookie-consent .multiselect .multiselect__tags {
  width: 100%;
  display: inline-block;
  cursor: pointer;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.9375rem;
  line-height: 20px;
  border: 1px solid #005CB9;
  border-radius: 5px;
  height: 50px;
  line-height: 40px;
  background-color: #fff;
  color: #005CB9;
  padding: 5px 35px 5px 15px;
  white-space: nowrap;
  overflow: hidden;
}
html body div#wrapper .multiselect .multiselect__select, html body div#cookie-consent .multiselect .multiselect__select {
  transition: all 0.5s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  html body div#wrapper .multiselect .multiselect__select, html body div#cookie-consent .multiselect .multiselect__select {
    transition: none;
  }
}
html body div#wrapper .multiselect .multiselect__select:before, html body div#cookie-consent .multiselect .multiselect__select:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "o2icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e954";
  color: #005CB9;
  position: absolute;
  font-size: 25px;
  line-height: 40px;
  right: 20px;
  transition: transform 0.5s ease;
  padding: 5px;
  cursor: pointer;
}
html body div#wrapper .multiselect .multiselect__input, html body div#cookie-consent .multiselect .multiselect__input {
  border: none;
}
html body div#wrapper .multiselect .multiselect__content-wrapper, html body div#cookie-consent .multiselect .multiselect__content-wrapper {
  margin-top: -8px;
}
html body div#wrapper .multiselect .multiselect__content, html body div#cookie-consent .multiselect .multiselect__content {
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 999;
  max-height: 290px;
  min-height: 48px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  scrollbar-color: #005CB9 #b2cdf0 !important;
  scrollbar-width: thin !important;
  background-color: #fff;
  list-style: none;
  border: 1px solid #005CB9;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
html body div#wrapper .multiselect .multiselect__content li, html body div#cookie-consent .multiselect .multiselect__content li {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.9375rem;
  line-height: 20px;
  margin: 0;
  text-indent: 15px;
  color: #005CB9;
  border-top: 1px solid #fff;
  height: 40px;
  line-height: 30px;
  background-color: #fff;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.25s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  html body div#wrapper .multiselect .multiselect__content li, html body div#cookie-consent .multiselect .multiselect__content li {
    transition: none;
  }
}
html body div#wrapper .multiselect .multiselect__content li:nth-child(odd), html body div#cookie-consent .multiselect .multiselect__content li:nth-child(odd) {
  background-color: #f9f5f3;
}
html body div#wrapper .multiselect .multiselect__content li:hover, html body div#cookie-consent .multiselect .multiselect__content li:hover {
  color: #fff;
  background: #005CB9;
}
html body div#wrapper .multiselect .multiselect__content li[rel=""], html body div#cookie-consent .multiselect .multiselect__content li[rel=""] {
  display: none;
}
html body div#wrapper .multiselect .multiselect__content li .multiselect__option, html body div#cookie-consent .multiselect .multiselect__content li .multiselect__option {
  display: block;
  padding: 5px 0;
  height: 100%;
}
html body div#wrapper .multiselect .multiselect__content li > .multiselect__option--selected, html body div#cookie-consent .multiselect .multiselect__content li > .multiselect__option--selected {
  background: #005CB9;
  color: #fff;
}
html body div#wrapper .taglib-page-iterator, html body div#cookie-consent .taglib-page-iterator {
  display: flex;
  justify-content: center;
  padding-top: 43px;
}
html body div#wrapper .taglib-page-iterator .search-results,
html body div#wrapper .taglib-page-iterator .lfr-pagination-delta-selector,
html body div#wrapper .taglib-page-iterator .first,
html body div#wrapper .taglib-page-iterator .last, html body div#cookie-consent .taglib-page-iterator .search-results,
html body div#cookie-consent .taglib-page-iterator .lfr-pagination-delta-selector,
html body div#cookie-consent .taglib-page-iterator .first,
html body div#cookie-consent .taglib-page-iterator .last {
  display: none;
}
html body div#wrapper .taglib-page-iterator ul > li:before,
html body div#wrapper .taglib-page-iterator ul > li:after, html body div#cookie-consent .taglib-page-iterator ul > li:before,
html body div#cookie-consent .taglib-page-iterator ul > li:after {
  display: none;
}
html body div#wrapper .taglib-page-iterator .pager li > a, html body div#cookie-consent .taglib-page-iterator .pager li > a {
  width: 2%;
  border: none;
}
html body div#wrapper .taglib-page-iterator .btn-group .btn, html body div#cookie-consent .taglib-page-iterator .btn-group .btn {
  font-weight: bolder;
}
html body div#wrapper .taglib-page-iterator .dropdown-item,
html body div#wrapper .taglib-page-iterator .dropdown-menu > li > a,
html body div#wrapper .taglib-page-iterator .dropdown-menu,
html body div#wrapper .taglib-page-iterator .link-list > li > a, html body div#cookie-consent .taglib-page-iterator .dropdown-item,
html body div#cookie-consent .taglib-page-iterator .dropdown-menu > li > a,
html body div#cookie-consent .taglib-page-iterator .dropdown-menu,
html body div#cookie-consent .taglib-page-iterator .link-list > li > a {
  color: #005CB9;
}
html body div#wrapper .taglib-page-iterator .lfr-pagination-buttons > li > a, html body div#cookie-consent .taglib-page-iterator .lfr-pagination-buttons > li > a {
  position: relative;
  color: transparent;
}
html body div#wrapper .taglib-page-iterator .lfr-pagination-buttons > li:nth-child(2) > a:before, html body div#cookie-consent .taglib-page-iterator .lfr-pagination-buttons > li:nth-child(2) > a:before {
  position: absolute;
  display: block;
  content: "<";
  z-index: 1;
  left: 0;
  right: 0;
  font-size: larger;
  font-weight: bold;
  color: #005CB9;
}
html body div#wrapper .taglib-page-iterator .lfr-pagination-buttons > li:nth-child(3) > a:before, html body div#cookie-consent .taglib-page-iterator .lfr-pagination-buttons > li:nth-child(3) > a:before {
  position: absolute;
  display: block;
  content: ">";
  z-index: 1;
  left: 0;
  right: 0;
  font-weight: bold;
  font-size: larger;
  color: #005CB9;
}
html body div#wrapper .taglib-page-iterator .lfr-pagination-buttons .disabled > a, html body div#wrapper .taglib-page-iterator .pager .disabled > a:hover, html body div#wrapper .taglib-page-iterator .pager .disabled > a:focus, html body div#wrapper .taglib-page-iterator .pager .disabled > span, html body div#cookie-consent .taglib-page-iterator .lfr-pagination-buttons .disabled > a, html body div#cookie-consent .taglib-page-iterator .pager .disabled > a:hover, html body div#cookie-consent .taglib-page-iterator .pager .disabled > a:focus, html body div#cookie-consent .taglib-page-iterator .pager .disabled > span {
  visibility: hidden;
}
html body div#wrapper .taglib-page-iterator .pager li > a:hover, html body div#cookie-consent .taglib-page-iterator .pager li > a:hover {
  background-color: transparent !important;
}
html body div#wrapper .taglib-page-iterator .pager li > a:focus, html body div#cookie-consent .taglib-page-iterator .pager li > a:focus {
  background-color: transparent !important;
}
html body div#wrapper .taglib-page-iterator .lfr-pagination-buttons > li:nth-child(2) > a:hover:before, html body div#cookie-consent .taglib-page-iterator .lfr-pagination-buttons > li:nth-child(2) > a:hover:before {
  color: #00366d !important;
}
html body div#wrapper .taglib-page-iterator .lfr-pagination-buttons > li:nth-child(3) > a:hover:before, html body div#cookie-consent .taglib-page-iterator .lfr-pagination-buttons > li:nth-child(3) > a:hover:before {
  color: #00366d !important;
}
html body div#wrapper .taglib-page-iterator .pager li.disabled > a:hover, html body div#cookie-consent .taglib-page-iterator .pager li.disabled > a:hover {
  color: transparent !important;
}
@media (min-width: 1200px) {
  html body div#wrapper .taglib-page-iterator .taglib-page-iterator .lfr-pagination-buttons > li, html body div#cookie-consent .taglib-page-iterator .taglib-page-iterator .lfr-pagination-buttons > li {
    display: inline-block;
    float: left;
  }
  html body div#wrapper .taglib-page-iterator .lfr-pagination-buttons > li:nth-child(2), html body div#cookie-consent .taglib-page-iterator .lfr-pagination-buttons > li:nth-child(2) {
    right: 300px;
    padding-left: 90px !important;
  }
  html body div#wrapper .taglib-page-iterator .lfr-pagination, html body div#cookie-consent .taglib-page-iterator .lfr-pagination {
    padding-left: 136px;
  }
  html body div#wrapper .taglib-page-iterator .btn-group, html body div#cookie-consent .taglib-page-iterator .btn-group {
    padding-left: 152px;
  }
  html body div#wrapper .taglib-page-iterator .lfr-pagination-buttons > li:nth-child(3), html body div#cookie-consent .taglib-page-iterator .lfr-pagination-buttons > li:nth-child(3) {
    right: 140px;
  }
  html body div#wrapper .taglib-page-iterator .lfr-pagination-buttons > li:nth-child(3) > a:before, html body div#cookie-consent .taglib-page-iterator .lfr-pagination-buttons > li:nth-child(3) > a:before {
    padding-top: 5px;
  }
  html body div#wrapper .taglib-page-iterator .lfr-pagination-buttons > li:nth-child(2) > a:before, html body div#cookie-consent .taglib-page-iterator .lfr-pagination-buttons > li:nth-child(2) > a:before {
    padding-top: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  html body div#wrapper .taglib-page-iterator .lfr-pagination-buttons > li:nth-child(2), html body div#cookie-consent .taglib-page-iterator .lfr-pagination-buttons > li:nth-child(2) {
    right: 240px;
    top: 9px;
  }
  html body div#wrapper .taglib-page-iterator .lfr-pagination-buttons > li:nth-child(3), html body div#cookie-consent .taglib-page-iterator .lfr-pagination-buttons > li:nth-child(3) {
    top: 7px;
    right: 60px;
  }
  html body div#wrapper .taglib-page-iterator .btn-group, html body div#cookie-consent .taglib-page-iterator .btn-group {
    padding-left: 318px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body div#wrapper .taglib-page-iterator .lfr-pagination-buttons > li:nth-child(2), html body div#cookie-consent .taglib-page-iterator .lfr-pagination-buttons > li:nth-child(2) {
    bottom: 47px;
    left: 225px;
    padding-top: 10px;
  }
  html body div#wrapper .taglib-page-iterator .lfr-pagination-buttons > li:nth-child(3), html body div#cookie-consent .taglib-page-iterator .lfr-pagination-buttons > li:nth-child(3) {
    bottom: 49px;
    right: -126px;
    padding-top: 10px;
  }
  html body div#wrapper .taglib-page-iterator .btn-group, html body div#cookie-consent .taglib-page-iterator .btn-group {
    padding-left: 318px;
  }
}
@media (max-width: 767.98px) {
  html body div#wrapper .taglib-page-iterator .lfr-pagination-config, html body div#cookie-consent .taglib-page-iterator .lfr-pagination-config {
    display: flex;
    justify-content: center;
    padding-top: 43px;
  }
  html body div#wrapper .taglib-page-iterator .lfr-pagination-buttons > li > a, html body div#cookie-consent .taglib-page-iterator .lfr-pagination-buttons > li > a {
    line-height: 0px;
    padding: 0px;
  }
  html body div#wrapper .taglib-page-iterator .lfr-pagination-buttons > li, html body div#cookie-consent .taglib-page-iterator .lfr-pagination-buttons > li {
    top: -63px;
  }
  html body div#wrapper .taglib-page-iterator .lfr-pagination-buttons > li:nth-child(3), html body div#cookie-consent .taglib-page-iterator .lfr-pagination-buttons > li:nth-child(3) {
    left: 96px;
    padding-top: 15px;
  }
  html body div#wrapper .taglib-page-iterator .lfr-pagination-buttons > li:nth-child(2), html body div#cookie-consent .taglib-page-iterator .lfr-pagination-buttons > li:nth-child(2) {
    right: 55px;
    padding-top: 12px;
  }
}
html body div#wrapper .lfr-icon-menu-open .dropdown-menu, html body div#cookie-consent .lfr-icon-menu-open .dropdown-menu {
  min-width: 8.2rem !important;
  border: 1px solid #005cb9 !important;
}
html body div#wrapper .lfr-icon-menu-open .dropdown-menu > li > a, html body div#wrapper .lfr-icon-menu-open .dropdown-menu .link-list > li > a, html body div#cookie-consent .lfr-icon-menu-open .dropdown-menu > li > a, html body div#cookie-consent .lfr-icon-menu-open .dropdown-menu .link-list > li > a {
  color: #005cb9;
}
html body div#wrapper .lfr-icon-menu-open .dropdown-menu > li > a:hover, html body div#wrapper .lfr-icon-menu-open .dropdown-menu .link-list > li > a:hover, html body div#cookie-consent .lfr-icon-menu-open .dropdown-menu > li > a:hover, html body div#cookie-consent .lfr-icon-menu-open .dropdown-menu .link-list > li > a:hover {
  color: #FFF;
  background: #005cb9;
}
html body div#wrapper .categories-capsules .style-description, html body div#cookie-consent .categories-capsules .style-description {
  font-size: 18px;
}
html body div#wrapper .categories-capsules li:before, html body div#cookie-consent .categories-capsules li:before {
  display: none;
}
html body div#wrapper .categories-capsules .dropdown-btn, html body div#cookie-consent .categories-capsules .dropdown-btn {
  border: none;
  cursor: pointer;
  outline: none;
  font-family: inherit;
}
html body div#wrapper .categories-capsules .dropdown-btn::after, html body div#cookie-consent .categories-capsules .dropdown-btn::after {
  font-family: "o2icon" !important;
  line-height: 1;
  content: "\e954";
  color: #005CB9;
  position: absolute;
  font-size: 25px;
  transition: transform 0.5s ease;
  right: 13px;
  padding: 6px;
}
html body div#wrapper .categories-capsules .position-relative.is-open .dropdown-btn:after, html body div#cookie-consent .categories-capsules .position-relative.is-open .dropdown-btn:after {
  transform: rotate(180deg);
}
html body div#wrapper .categories-capsules .position-relative.is-open, html body div#cookie-consent .categories-capsules .position-relative.is-open {
  display: block;
}
@media (max-width: 991.98px) {
  html body div#wrapper .categories-capsules, html body div#cookie-consent .categories-capsules {
    margin-top: -1px;
    padding-bottom: 2rem !important;
  }
  html body div#wrapper .categories-capsules .show-desktop, html body div#cookie-consent .categories-capsules .show-desktop {
    display: none;
  }
  html body div#wrapper .categories-capsules .show-mobile, html body div#cookie-consent .categories-capsules .show-mobile {
    display: block;
  }
}
@media (min-width: 992px) {
  html body div#wrapper .categories-capsules, html body div#cookie-consent .categories-capsules {
    margin-top: -1px;
    padding-bottom: 0px !important;
  }
  html body div#wrapper .categories-capsules .show-mobile, html body div#cookie-consent .categories-capsules .show-mobile {
    display: none;
  }
  html body div#wrapper .categories-capsules .show-desktop, html body div#cookie-consent .categories-capsules .show-desktop {
    display: flex;
  }
}
html body div#wrapper .categories-capsules a:hover, html body div#cookie-consent .categories-capsules a:hover {
  background-color: white;
  text-decoration: none;
}
html body div#wrapper .categories-capsules .style-text, html body div#cookie-consent .categories-capsules .style-text {
  font-size: 15px;
  text-align: center;
}
html body div#wrapper .categories-capsules .style-text:hover, html body div#cookie-consent .categories-capsules .style-text:hover {
  color: #005CB9 !important;
}
html body div#wrapper .categories-capsules .h4, html body div#cookie-consent .categories-capsules .h4 {
  width: 568px;
  height: 23px;
  left: 142px;
  top: 513px;
  font-size: 20px !important;
}
html body div#wrapper .categories-capsules .style-border, html body div#cookie-consent .categories-capsules .style-border {
  border: 2px solid white;
  box-sizing: border-box;
  border-radius: 100px;
  padding-bottom: 6px;
  padding-top: 8px;
  padding-right: 26px;
  padding-left: 26px;
}
html body div#wrapper .categories-capsules .text-mobile, html body div#cookie-consent .categories-capsules .text-mobile {
  font-family: "NexaBook";
  font-size: medium;
  float: left;
}
html body div#wrapper .categories-capsules .select-styled:focus, html body div#cookie-consent .categories-capsules .select-styled:focus {
  color: #005CB9 !important;
}
html body div#wrapper .asset-full-content.clearfix > .mb-2, html body div#cookie-consent .asset-full-content.clearfix > .mb-2 {
  margin: 0 !important;
}
html body div#wrapper .asset-full-content.clearfix .component-title, html body div#cookie-consent .asset-full-content.clearfix .component-title {
  display: none;
}
html body div#wrapper .asset-full-content.clearfix .asset-anchor.lfr-asset-anchor, html body div#cookie-consent .asset-full-content.clearfix .asset-anchor.lfr-asset-anchor {
  display: none;
}
html body div#wrapper .agency-contribution.color-bloc, html body div#cookie-consent .agency-contribution.color-bloc {
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
}
html body div#wrapper .agency-contribution.color-bloc .blockquote, html body div#cookie-consent .agency-contribution.color-bloc .blockquote {
  padding: 15px 50px;
}
html body div#wrapper .agency-contribution.color-bloc .legal-notice, html body div#cookie-consent .agency-contribution.color-bloc .legal-notice {
  width: calc(100% - 60px);
  margin-top: auto;
}
@media (max-width: 767.98px) {
  html body div#wrapper .agency-contribution.color-bloc .legal-notice, html body div#cookie-consent .agency-contribution.color-bloc .legal-notice {
    width: calc(100% - 80px);
  }
}
html body div#wrapper .intervention-cities.color-bloc, html body div#cookie-consent .intervention-cities.color-bloc {
  position: relative;
  padding-bottom: 60px;
}
html body div#wrapper .intervention-cities.color-bloc .link-see-all, html body div#cookie-consent .intervention-cities.color-bloc .link-see-all {
  position: absolute;
  bottom: 30px;
}
html body div#wrapper .localized-agencies-section, html body div#cookie-consent .localized-agencies-section {
  background-color: #f9f5f3;
}
html body div#wrapper .localized-agencies-section .nav-tabs .nav-link, html body div#cookie-consent .localized-agencies-section .nav-tabs .nav-link {
  text-transform: uppercase;
  border: 2px solid transparent;
  background-color: #fff;
  border-radius: 30px;
  margin-right: 2rem;
  padding: 0.7rem 2rem;
  height: 2.75rem;
}
html body div#wrapper .localized-agencies-section .nav-tabs .nav-link.active, html body div#cookie-consent .localized-agencies-section .nav-tabs .nav-link.active {
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #00bfa2;
}
html body div#wrapper .localized-agencies-section .service-list .list-inline-item, html body div#cookie-consent .localized-agencies-section .service-list .list-inline-item {
  position: relative;
}
html body div#wrapper .localized-agencies-section .service-list .list-inline-item .o2icon, html body div#cookie-consent .localized-agencies-section .service-list .list-inline-item .o2icon {
  font-size: 50px;
}
html body div#wrapper .localized-agencies-section .service-list .list-inline-item .tooltip-inner, html body div#cookie-consent .localized-agencies-section .service-list .list-inline-item .tooltip-inner {
  background-color: #fff;
  color: #ee956f;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.9375rem;
  line-height: 20px;
}
html body div#wrapper .localized-agencies-section .service-list .list-inline-item .tooltip.bs-tooltip-right .arrow:before,
html body div#wrapper .localized-agencies-section .service-list .list-inline-item .tooltip.bs-tooltip-left .arrow:before,
html body div#wrapper .localized-agencies-section .service-list .list-inline-item .tooltip.bs-tooltip-bottom .arrow:before,
html body div#wrapper .localized-agencies-section .service-list .list-inline-item .tooltip.bs-tooltip-top .arrow:before, html body div#cookie-consent .localized-agencies-section .service-list .list-inline-item .tooltip.bs-tooltip-right .arrow:before,
html body div#cookie-consent .localized-agencies-section .service-list .list-inline-item .tooltip.bs-tooltip-left .arrow:before,
html body div#cookie-consent .localized-agencies-section .service-list .list-inline-item .tooltip.bs-tooltip-bottom .arrow:before,
html body div#cookie-consent .localized-agencies-section .service-list .list-inline-item .tooltip.bs-tooltip-top .arrow:before {
  border-right-color: #fff !important;
}
html body div#wrapper .agencies-service-and-city-section .container, html body div#cookie-consent .agencies-service-and-city-section .container {
  padding: 0;
}
html body div#wrapper .agencies-service-and-city-section #carousel-agency-list .carousel-item .slide-item, html body div#cookie-consent .agencies-service-and-city-section #carousel-agency-list .carousel-item .slide-item {
  background-color: #00bfa2;
  height: 310px;
  padding: 2.5rem 1.5rem;
}
html body div#wrapper .agencies-service-and-city-section #carousel-agency-list .carousel-item .slide-item .locate, html body div#cookie-consent .agencies-service-and-city-section #carousel-agency-list .carousel-item .slide-item .locate {
  width: min-content;
}
html body div#wrapper .agencies-service-and-city-section #carousel-agency-list .carousel-item .slide-item .o2icon.o2icon-localisation, html body div#cookie-consent .agencies-service-and-city-section #carousel-agency-list .carousel-item .slide-item .o2icon.o2icon-localisation {
  font-size: 1.25rem;
}
html body div#wrapper .agencies-service-and-city-section #carousel-agency-list .carousel-item .slide-item .link-agency, html body div#cookie-consent .agencies-service-and-city-section #carousel-agency-list .carousel-item .slide-item .link-agency {
  display: block;
  margin-top: 2.5rem;
}
html body div#wrapper .agencies-service-and-city-section #carousel-agency-list .carousel-item .slide-item h3, html body div#wrapper .agencies-service-and-city-section #carousel-agency-list .carousel-item .slide-item a, html body div#cookie-consent .agencies-service-and-city-section #carousel-agency-list .carousel-item .slide-item h3, html body div#cookie-consent .agencies-service-and-city-section #carousel-agency-list .carousel-item .slide-item a {
  color: #fff;
}
html body div#wrapper .agencies-service-and-city-section #carousel-agency-list a:hover, html body div#cookie-consent .agencies-service-and-city-section #carousel-agency-list a:hover {
  text-decoration: none;
}
html body div#wrapper .agencies-service-and-city-section .btn-agencies, html body div#cookie-consent .agencies-service-and-city-section .btn-agencies {
  width: 100%;
}
html body div#wrapper .agencies-service-and-city-section .btn-agencies.btn-warning, html body div#cookie-consent .agencies-service-and-city-section .btn-agencies.btn-warning {
  margin-bottom: 1.25rem;
}
@media (max-width: 1199.98px) {
  html body div#wrapper .agencies-service-and-city-section label.btn, html body div#cookie-consent .agencies-service-and-city-section label.btn {
    line-height: normal;
  }
}
html body div#wrapper .agencies-service-and-city-section .text-multi-coverage-area, html body div#cookie-consent .agencies-service-and-city-section .text-multi-coverage-area {
  color: #005CB9;
}
html body div#wrapper .agencies-service-and-city-section .form-agency-search, html body div#cookie-consent .agencies-service-and-city-section .form-agency-search {
  padding: 0 15px;
}
@media (min-width: 992px) {
  html body div#wrapper .portlet-store-locator-directory ul.region-city-list, html body div#cookie-consent .portlet-store-locator-directory ul.region-city-list {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  html body div#wrapper .portlet-store-locator-directory ul.region-city-list, html body div#cookie-consent .portlet-store-locator-directory ul.region-city-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
@media (max-width: 991.98px) {
  html body div#wrapper .portlet-store-locator-directory ul.region-city-list, html body div#cookie-consent .portlet-store-locator-directory ul.region-city-list {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
html body div#wrapper .portlet-store-locator-directory ul.region-city-list, html body div#cookie-consent .portlet-store-locator-directory ul.region-city-list {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
}
html body div#wrapper section#portlet_com_orange_o2_home_takeyoutime_TakeYourTimePortlet_INSTANCE_0, html body div#cookie-consent section#portlet_com_orange_o2_home_takeyoutime_TakeYourTimePortlet_INSTANCE_0 {
  overflow: hidden;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  html body div#wrapper section#portlet_com_orange_o2_home_takeyoutime_TakeYourTimePortlet_INSTANCE_0, html body div#cookie-consent section#portlet_com_orange_o2_home_takeyoutime_TakeYourTimePortlet_INSTANCE_0 {
    overflow: visible;
    margin-bottom: 10px;
  }
}
html body div#wrapper .take-your-time-portlet, html body div#cookie-consent .take-your-time-portlet {
  overflow: hidden;
  margin-bottom: -3px;
  min-height: 700px;
}
html body div#wrapper .take-your-time-portlet .hide, html body div#cookie-consent .take-your-time-portlet .hide {
  display: none;
}
html body div#wrapper .take-your-time-portlet .main-menu a.first-level-link:hover, html body div#cookie-consent .take-your-time-portlet .main-menu a.first-level-link:hover {
  cursor: pointer;
}
html body div#wrapper .take-your-time-portlet .main-menu li.nav-item.active > a, html body div#cookie-consent .take-your-time-portlet .main-menu li.nav-item.active > a {
  color: #e7ba63;
  text-decoration: none;
}
html body div#wrapper .take-your-time-portlet .main-menu li.nav-item > a, html body div#cookie-consent .take-your-time-portlet .main-menu li.nav-item > a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-right: 30%;
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 50px;
  vertical-align: middle;
  color: #fff;
}
html body div#wrapper .take-your-time-portlet .main-menu li.nav-item > a:hover, html body div#wrapper .take-your-time-portlet .main-menu li.nav-item > a:focus, html body div#wrapper .take-your-time-portlet .main-menu li.nav-item > a:active, html body div#wrapper .take-your-time-portlet .main-menu li.nav-item > a:not(:disabled):not(.disabled):active, html body div#wrapper .take-your-time-portlet .main-menu li.nav-item > a.active, html body div#wrapper .take-your-time-portlet .main-menu li.nav-item > a:not(:disabled):not(.disabled).active, html body div#cookie-consent .take-your-time-portlet .main-menu li.nav-item > a:hover, html body div#cookie-consent .take-your-time-portlet .main-menu li.nav-item > a:focus, html body div#cookie-consent .take-your-time-portlet .main-menu li.nav-item > a:active, html body div#cookie-consent .take-your-time-portlet .main-menu li.nav-item > a:not(:disabled):not(.disabled):active, html body div#cookie-consent .take-your-time-portlet .main-menu li.nav-item > a.active, html body div#cookie-consent .take-your-time-portlet .main-menu li.nav-item > a:not(:disabled):not(.disabled).active {
  color: #e7ba63;
  text-decoration: none;
}
html body div#wrapper .take-your-time-portlet .main-menu li.nav-item > a .o2icon, html body div#cookie-consent .take-your-time-portlet .main-menu li.nav-item > a .o2icon {
  position: absolute;
  top: 0;
  right: 10rem;
  line-height: 50px;
}
@media (max-width: 1199.98px) {
  html body div#wrapper .take-your-time-portlet, html body div#cookie-consent .take-your-time-portlet {
    padding-top: 2.5rem;
  }
  html body div#wrapper .take-your-time-portlet .main-menu li.nav-item > a, html body div#cookie-consent .take-your-time-portlet .main-menu li.nav-item > a {
    padding-right: 25px;
  }
  html body div#wrapper .take-your-time-portlet .main-menu li.nav-item > a .o2icon, html body div#cookie-consent .take-your-time-portlet .main-menu li.nav-item > a .o2icon {
    right: 8rem;
  }
}
@media (max-width: 991.98px) {
  html body div#wrapper .take-your-time-portlet, html body div#cookie-consent .take-your-time-portlet {
    padding: 0;
  }
  html body div#wrapper .take-your-time-portlet .o2-title, html body div#cookie-consent .take-your-time-portlet .o2-title {
    margin: 2rem 0;
  }
  html body div#wrapper .take-your-time-portlet .main-menu li.nav-item > a .o2icon, html body div#cookie-consent .take-your-time-portlet .main-menu li.nav-item > a .o2icon {
    right: 2rem;
  }
}
@media (max-width: 767.98px) {
  html body div#wrapper .take-your-time-portlet, html body div#cookie-consent .take-your-time-portlet {
    overflow: visible;
    padding: 0;
  }
  html body div#wrapper .take-your-time-portlet .main-menu li.nav-item > a .o2icon, html body div#cookie-consent .take-your-time-portlet .main-menu li.nav-item > a .o2icon {
    right: 0rem;
  }
  html body div#wrapper .take-your-time-portlet .image, html body div#cookie-consent .take-your-time-portlet .image {
    padding-right: 0;
    padding-left: 0;
  }
  html body div#wrapper .take-your-time-portlet .image .mt-md-5, html body div#cookie-consent .take-your-time-portlet .image .mt-md-5 {
    height: 100%;
  }
  html body div#wrapper .take-your-time-portlet .image .mt-md-5 img, html body div#cookie-consent .take-your-time-portlet .image .mt-md-5 img {
    max-height: 100%;
  }
}
@media (max-width: 575.98px) {
  html body div#wrapper .take-your-time-portlet, html body div#cookie-consent .take-your-time-portlet {
    padding: 0;
  }
  html body div#wrapper .take-your-time-portlet .main-menu li.nav-item > a, html body div#cookie-consent .take-your-time-portlet .main-menu li.nav-item > a {
    display: flex;
    line-height: 40px;
    justify-content: space-between;
    align-items: center;
  }
  html body div#wrapper .take-your-time-portlet .main-menu li.nav-item > a .o2icon, html body div#cookie-consent .take-your-time-portlet .main-menu li.nav-item > a .o2icon {
    right: 0rem;
    line-height: 40px;
  }
}
@media (max-width: 355px) {
  html body div#wrapper .take-your-time-portlet .main-menu li.nav-item > a.text-long, html body div#cookie-consent .take-your-time-portlet .main-menu li.nav-item > a.text-long {
    line-height: 20px;
  }
}
html body div#wrapper .portlet-good-news .o2-good-news-check, html body div#cookie-consent .portlet-good-news .o2-good-news-check {
  background-color: #00bfa2;
  font-size: 40px;
}
html body div#wrapper .customer-reviews .fix-padding-left, html body div#cookie-consent .customer-reviews .fix-padding-left {
  padding-left: 3.5rem !important;
}
@media (max-width: 767.98px) {
  html body div#wrapper .customer-reviews .prestation, html body div#cookie-consent .customer-reviews .prestation {
    font-size: 10px !important;
  }
}
html body div#wrapper .customer-reviews span.o2icon.o2icon-star-size, html body div#cookie-consent .customer-reviews span.o2icon.o2icon-star-size {
  font-size: 18px !important;
}
html body div#wrapper .customer-reviews .prestation, html body div#cookie-consent .customer-reviews .prestation {
  font-family: "NexaBook";
  font-size: 12px;
}
html body div#wrapper .customer-reviews .o2icon-bullet-avis-0,
html body div#wrapper .customer-reviews .o2icon-bullet-avis-1,
html body div#wrapper .customer-reviews .o2icon-bullet-avis-2, html body div#cookie-consent .customer-reviews .o2icon-bullet-avis-0,
html body div#cookie-consent .customer-reviews .o2icon-bullet-avis-1,
html body div#cookie-consent .customer-reviews .o2icon-bullet-avis-2 {
  font-size: 9px;
}
html body div#wrapper .customer-reviews .o2icon-bullet-avis-0:before, html body div#cookie-consent .customer-reviews .o2icon-bullet-avis-0:before {
  color: white;
}
html body div#wrapper .customer-reviews .o2icon-bullet-avis-1 .path1:before, html body div#cookie-consent .customer-reviews .o2icon-bullet-avis-1 .path1:before {
  color: white;
}
html body div#wrapper .customer-reviews .o2icon-bullet-avis-1 .path2:before, html body div#cookie-consent .customer-reviews .o2icon-bullet-avis-1 .path2:before {
  color: #ee956f;
}
html body div#wrapper .customer-reviews .o2icon-bullet-avis-2:before, html body div#cookie-consent .customer-reviews .o2icon-bullet-avis-2:before {
  color: #ee956f;
}
html body div#wrapper .customer-reviews .btn-outline-peach, html body div#cookie-consent .customer-reviews .btn-outline-peach {
  border-color: #ee956f !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body div#wrapper .customer-reviews .btn-outline-peach:focus, html body div#wrapper .customer-reviews .btn-outline-peach:hover, html body div#cookie-consent .customer-reviews .btn-outline-peach:focus, html body div#cookie-consent .customer-reviews .btn-outline-peach:hover {
  background-color: #ee956f !important;
}
html body div#wrapper .customer-reviews .customer,
html body div#wrapper .customer-reviews .carousel, html body div#cookie-consent .customer-reviews .customer,
html body div#cookie-consent .customer-reviews .carousel {
  color: #828282;
}
html body div#wrapper .customer-reviews .customer, html body div#cookie-consent .customer-reviews .customer {
  width: 66%;
  float: left;
}
html body div#wrapper .customer-reviews .customer .flex-items,
html body div#wrapper .customer-reviews .notation, html body div#cookie-consent .customer-reviews .customer .flex-items,
html body div#cookie-consent .customer-reviews .notation {
  min-height: 368px;
}
html body div#wrapper .customer-reviews .notation, html body div#cookie-consent .customer-reviews .notation {
  width: 33%;
}
@media (max-width: 991.98px) {
  html body div#wrapper .customer-reviews .notation, html body div#cookie-consent .customer-reviews .notation {
    width: 100%;
    min-height: auto;
    padding-top: 1rem;
  }
}
@media (min-width: 768px) {
  html body div#wrapper .customer-reviews .notation .flex-1-item, html body div#cookie-consent .customer-reviews .notation .flex-1-item {
    padding-left: 2.2rem;
  }
}
html body div#wrapper .customer-reviews .notation .logo-service, html body div#cookie-consent .customer-reviews .notation .logo-service {
  margin-right: 1rem;
}
html body div#wrapper .customer-reviews .notation .on-your-mind,
html body div#wrapper .customer-reviews .notation .border-vertical div, html body div#cookie-consent .customer-reviews .notation .on-your-mind,
html body div#cookie-consent .customer-reviews .notation .border-vertical div {
  display: flex;
  justify-content: space-between;
}
html body div#wrapper .customer-reviews .notation .note, html body div#cookie-consent .customer-reviews .notation .note {
  font-size: 1.875rem;
  font-weight: 900;
}
html body div#wrapper .customer-reviews .notation .certification, html body div#cookie-consent .customer-reviews .notation .certification {
  font-size: 0.875rem;
  color: #828282;
}
html body div#wrapper .customer-reviews .notation .border-vertical, html body div#cookie-consent .customer-reviews .notation .border-vertical {
  border-top: 1px solid #ee956f;
  font-size: 0.9375rem;
}
html body div#wrapper .customer-reviews .notation .border-vertical div, html body div#cookie-consent .customer-reviews .notation .border-vertical div {
  padding-top: 0.3rem;
}
html body div#wrapper .customer-reviews .notation .agency, html body div#cookie-consent .customer-reviews .notation .agency {
  color: #828282;
  font-size: 25px;
}
html body div#wrapper .details-text-seo h2, html body div#cookie-consent .details-text-seo h2 {
  font-size: 1.563rem;
  line-height: 1.875rem;
}
html body div#wrapper .details-text-seo h3,
html body div#wrapper .details-text-seo h4, html body div#cookie-consent .details-text-seo h3,
html body div#cookie-consent .details-text-seo h4 {
  font-size: 1.25rem;
  line-height: 1.563rem;
}
html body div#wrapper .details-text-seo p, html body div#cookie-consent .details-text-seo p {
  color: #5C5C5C;
}
html body div#wrapper .details-text-seo ul li, html body div#cookie-consent .details-text-seo ul li {
  line-height: inherit !important;
  font-size: 0.9375rem !important;
}
html body div#wrapper .agency-address a.location, html body div#cookie-consent .agency-address a.location {
  text-decoration: none;
}
html body div#wrapper .agency-address a.location:hover, html body div#wrapper .agency-address a.location:focus, html body div#wrapper .agency-address a.location:active, html body div#cookie-consent .agency-address a.location:hover, html body div#cookie-consent .agency-address a.location:focus, html body div#cookie-consent .agency-address a.location:active {
  text-decoration: none;
}
html body div#wrapper .agency-address a.location:hover span.text-underline, html body div#wrapper .agency-address a.location:focus span.text-underline, html body div#wrapper .agency-address a.location:active span.text-underline, html body div#cookie-consent .agency-address a.location:hover span.text-underline, html body div#cookie-consent .agency-address a.location:focus span.text-underline, html body div#cookie-consent .agency-address a.location:active span.text-underline {
  text-decoration: none;
}
html body div#wrapper .agency-address a.location .o2icon-cta-localisation, html body div#cookie-consent .agency-address a.location .o2icon-cta-localisation {
  color: #00bfa2;
  background: white;
  border-radius: 50%;
  font-size: 15px;
  padding: 3px;
}
html body div#wrapper .agency-address .mb-5-5, html body div#cookie-consent .agency-address .mb-5-5 {
  margin-bottom: 4rem !important;
}
html body div#wrapper .agency-search-store-locator-section, html body div#cookie-consent .agency-search-store-locator-section {
  background-image: url("./../images/map-france-point-transparent.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto 80%;
  padding-bottom: 80px;
}
html body div#wrapper .agency-search-store-locator-section .text-small.text-white, html body div#cookie-consent .agency-search-store-locator-section .text-small.text-white {
  padding-top: 20px;
}
@media (max-width: 1199.98px) {
  html body div#wrapper .agency-search-store-locator-section, html body div#cookie-consent .agency-search-store-locator-section {
    background-image: none;
    padding-bottom: 1rem;
  }
}
@media (max-width: 991.98px) {
  html body div#wrapper .container-fluid.section.agency-search-service-section .container, html body div#cookie-consent .container-fluid.section.agency-search-service-section .container {
    padding-bottom: 1rem;
  }
  html body div#wrapper .container-fluid.section.agency-search-service-section .agency-search-service, html body div#cookie-consent .container-fluid.section.agency-search-service-section .agency-search-service {
    padding: 15px;
    margin: -15px;
    width: calc(100% + 30px);
  }
  html body div#wrapper .container-fluid.section.agency-search-service-section .agency-search-service .btn.btn-secondary, html body div#cookie-consent .container-fluid.section.agency-search-service-section .agency-search-service .btn.btn-secondary {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  html body div#wrapper .agency-search .form-agency-search .btn, html body div#cookie-consent .agency-search .form-agency-search .btn {
    width: 90% !important;
  }
}
@media (min-width: 992px) {
  html body div#wrapper .agency-search .form-agency-search .form-group, html body div#cookie-consent .agency-search .form-agency-search .form-group {
    margin: -20px;
    margin-top: 0;
  }
  html body div#wrapper .agency-search form, html body div#cookie-consent .agency-search form {
    position: relative;
    left: 22px;
  }
}
html body div#wrapper .agency-search form,
html body div#wrapper .tariff-search form, html body div#cookie-consent .agency-search form,
html body div#cookie-consent .tariff-search form {
  min-height: 50px;
}
html body div#wrapper .agency-search .label-in,
html body div#wrapper .tariff-search .label-in, html body div#cookie-consent .agency-search .label-in,
html body div#cookie-consent .tariff-search .label-in {
  color: #005CB9;
  line-height: 50px;
}
html body div#wrapper .agency-search.agency-search-home,
html body div#wrapper .tariff-search.agency-search-home, html body div#cookie-consent .agency-search.agency-search-home,
html body div#cookie-consent .tariff-search.agency-search-home {
  background-color: #fff;
  z-index: 10;
  margin-top: -100px;
  padding: 30px 80px;
}
@media (max-width: 991.98px) {
  html body div#wrapper .agency-search.agency-search-home.col-lg-10,
  html body div#wrapper .tariff-search.agency-search-home.col-lg-10, html body div#cookie-consent .agency-search.agency-search-home.col-lg-10,
  html body div#cookie-consent .tariff-search.agency-search-home.col-lg-10 {
    margin: -15px;
    padding: 15px;
    width: calc(100% + 30px);
  }
}
html body div#wrapper .agency-search.agency-search-home .text-multi-coverage-area,
html body div#wrapper .tariff-search.agency-search-home .text-multi-coverage-area, html body div#cookie-consent .agency-search.agency-search-home .text-multi-coverage-area,
html body div#cookie-consent .tariff-search.agency-search-home .text-multi-coverage-area {
  color: #005CB9;
}
html body div#wrapper .agency-search.agency-search-home .text-small.text-white,
html body div#wrapper .tariff-search.agency-search-home .text-small.text-white, html body div#cookie-consent .agency-search.agency-search-home .text-small.text-white,
html body div#cookie-consent .tariff-search.agency-search-home .text-small.text-white {
  color: #005CB9 !important;
}
html body div#wrapper .agency-search.agency-search-home .text-small.text-primary,
html body div#wrapper .tariff-search.agency-search-home .text-small.text-primary, html body div#cookie-consent .agency-search.agency-search-home .text-small.text-primary,
html body div#cookie-consent .tariff-search.agency-search-home .text-small.text-primary {
  padding-top: 20px;
}
html body div#wrapper .agency-search.agency-search-frontage,
html body div#wrapper .tariff-search.agency-search-frontage, html body div#cookie-consent .agency-search.agency-search-frontage,
html body div#cookie-consent .tariff-search.agency-search-frontage {
  background-color: #f9f5f3;
  padding: 60px 90px;
}
html body div#wrapper .agency-search.agency-search-store-locator .label-in,
html body div#wrapper .agency-search.agency-search-store-locator .text-multi-coverage-area,
html body div#wrapper .tariff-search.agency-search-store-locator .label-in,
html body div#wrapper .tariff-search.agency-search-store-locator .text-multi-coverage-area, html body div#cookie-consent .agency-search.agency-search-store-locator .label-in,
html body div#cookie-consent .agency-search.agency-search-store-locator .text-multi-coverage-area,
html body div#cookie-consent .tariff-search.agency-search-store-locator .label-in,
html body div#cookie-consent .tariff-search.agency-search-store-locator .text-multi-coverage-area {
  color: #fff;
}
html body div#wrapper .agency-search.agency-search-store-locator div.portlet,
html body div#wrapper .tariff-search.agency-search-store-locator div.portlet, html body div#cookie-consent .agency-search.agency-search-store-locator div.portlet,
html body div#cookie-consent .tariff-search.agency-search-store-locator div.portlet {
  height: auto !important;
}
html body div#wrapper .agency-search .form-agency-search .container,
html body div#wrapper .agency-search .form-tariff-search .container,
html body div#wrapper .tariff-search .form-agency-search .container,
html body div#wrapper .tariff-search .form-tariff-search .container, html body div#cookie-consent .agency-search .form-agency-search .container,
html body div#cookie-consent .agency-search .form-tariff-search .container,
html body div#cookie-consent .tariff-search .form-agency-search .container,
html body div#cookie-consent .tariff-search .form-tariff-search .container {
  margin-top: 1rem;
}
html body div#wrapper .agency-search .form-agency-search .container select,
html body div#wrapper .agency-search .form-tariff-search .container select,
html body div#wrapper .tariff-search .form-agency-search .container select,
html body div#wrapper .tariff-search .form-tariff-search .container select, html body div#cookie-consent .agency-search .form-agency-search .container select,
html body div#cookie-consent .agency-search .form-tariff-search .container select,
html body div#cookie-consent .tariff-search .form-agency-search .container select,
html body div#cookie-consent .tariff-search .form-tariff-search .container select {
  width: 100%;
}
html body div#wrapper .agency-search .form-agency-search .container span:not(.o2icon),
html body div#wrapper .agency-search .form-tariff-search .container span:not(.o2icon),
html body div#wrapper .tariff-search .form-agency-search .container span:not(.o2icon),
html body div#wrapper .tariff-search .form-tariff-search .container span:not(.o2icon), html body div#cookie-consent .agency-search .form-agency-search .container span:not(.o2icon),
html body div#cookie-consent .agency-search .form-tariff-search .container span:not(.o2icon),
html body div#cookie-consent .tariff-search .form-agency-search .container span:not(.o2icon),
html body div#cookie-consent .tariff-search .form-tariff-search .container span:not(.o2icon) {
  line-height: 50px;
}
html body div#wrapper .agency-search .form-agency-search .container .text-multi-coverage-area .o2-lbl,
html body div#wrapper .agency-search .form-tariff-search .container .text-multi-coverage-area .o2-lbl,
html body div#wrapper .tariff-search .form-agency-search .container .text-multi-coverage-area .o2-lbl,
html body div#wrapper .tariff-search .form-tariff-search .container .text-multi-coverage-area .o2-lbl, html body div#cookie-consent .agency-search .form-agency-search .container .text-multi-coverage-area .o2-lbl,
html body div#cookie-consent .agency-search .form-tariff-search .container .text-multi-coverage-area .o2-lbl,
html body div#cookie-consent .tariff-search .form-agency-search .container .text-multi-coverage-area .o2-lbl,
html body div#cookie-consent .tariff-search .form-tariff-search .container .text-multi-coverage-area .o2-lbl {
  line-height: initial;
}
html body div#wrapper .agency-search .form-agency-search .container .form-group ul li,
html body div#wrapper .agency-search .form-tariff-search .container .form-group ul li,
html body div#wrapper .tariff-search .form-agency-search .container .form-group ul li,
html body div#wrapper .tariff-search .form-tariff-search .container .form-group ul li, html body div#cookie-consent .agency-search .form-agency-search .container .form-group ul li,
html body div#cookie-consent .agency-search .form-tariff-search .container .form-group ul li,
html body div#cookie-consent .tariff-search .form-agency-search .container .form-group ul li,
html body div#cookie-consent .tariff-search .form-tariff-search .container .form-group ul li {
  display: flex;
  align-items: center;
}
html body div#wrapper .agency-search .form-agency-search .container .text-multi-coverage-area-address,
html body div#wrapper .agency-search .form-tariff-search .container .text-multi-coverage-area-address,
html body div#wrapper .tariff-search .form-agency-search .container .text-multi-coverage-area-address,
html body div#wrapper .tariff-search .form-tariff-search .container .text-multi-coverage-area-address, html body div#cookie-consent .agency-search .form-agency-search .container .text-multi-coverage-area-address,
html body div#cookie-consent .agency-search .form-tariff-search .container .text-multi-coverage-area-address,
html body div#cookie-consent .tariff-search .form-agency-search .container .text-multi-coverage-area-address,
html body div#cookie-consent .tariff-search .form-tariff-search .container .text-multi-coverage-area-address {
  margin-left: 0.5rem;
  margin-top: 0.5rem;
  color: #005CB9;
}
html body div#wrapper .agency-search .form-agency-search .container .text-multi-coverage-area-address .o2-lbl,
html body div#wrapper .agency-search .form-tariff-search .container .text-multi-coverage-area-address .o2-lbl,
html body div#wrapper .tariff-search .form-agency-search .container .text-multi-coverage-area-address .o2-lbl,
html body div#wrapper .tariff-search .form-tariff-search .container .text-multi-coverage-area-address .o2-lbl, html body div#cookie-consent .agency-search .form-agency-search .container .text-multi-coverage-area-address .o2-lbl,
html body div#cookie-consent .agency-search .form-tariff-search .container .text-multi-coverage-area-address .o2-lbl,
html body div#cookie-consent .tariff-search .form-agency-search .container .text-multi-coverage-area-address .o2-lbl,
html body div#cookie-consent .tariff-search .form-tariff-search .container .text-multi-coverage-area-address .o2-lbl {
  line-height: 20px;
}
@media (max-width: 1199.98px) {
  html body div#wrapper .agency-search .form-agency-search .container .text-multi-coverage-area-address,
  html body div#wrapper .agency-search .form-tariff-search .container .text-multi-coverage-area-address,
  html body div#wrapper .tariff-search .form-agency-search .container .text-multi-coverage-area-address,
  html body div#wrapper .tariff-search .form-tariff-search .container .text-multi-coverage-area-address, html body div#cookie-consent .agency-search .form-agency-search .container .text-multi-coverage-area-address,
  html body div#cookie-consent .agency-search .form-tariff-search .container .text-multi-coverage-area-address,
  html body div#cookie-consent .tariff-search .form-agency-search .container .text-multi-coverage-area-address,
  html body div#cookie-consent .tariff-search .form-tariff-search .container .text-multi-coverage-area-address {
    margin-left: 0rem;
  }
}
html body div#wrapper .agency-search .form-tariff-search .form-group,
html body div#wrapper .tariff-search .form-tariff-search .form-group, html body div#cookie-consent .agency-search .form-tariff-search .form-group,
html body div#cookie-consent .tariff-search .form-tariff-search .form-group {
  margin: 0;
}
@media (max-width: 1199.98px) {
  html body div#wrapper .agency-search.agency-search-home, html body div#wrapper .agency-search.agency-search-frontage, html body div#wrapper .agency-search.agency-search-store-locator, html body div#wrapper .agency-search.agency-search-service-city, html body div#wrapper .agency-search.agency-search-service,
  html body div#wrapper .tariff-search.agency-search-home,
  html body div#wrapper .tariff-search.agency-search-frontage,
  html body div#wrapper .tariff-search.agency-search-store-locator,
  html body div#wrapper .tariff-search.agency-search-service-city,
  html body div#wrapper .tariff-search.agency-search-service, html body div#cookie-consent .agency-search.agency-search-home, html body div#cookie-consent .agency-search.agency-search-frontage, html body div#cookie-consent .agency-search.agency-search-store-locator, html body div#cookie-consent .agency-search.agency-search-service-city, html body div#cookie-consent .agency-search.agency-search-service,
  html body div#cookie-consent .tariff-search.agency-search-home,
  html body div#cookie-consent .tariff-search.agency-search-frontage,
  html body div#cookie-consent .tariff-search.agency-search-store-locator,
  html body div#cookie-consent .tariff-search.agency-search-service-city,
  html body div#cookie-consent .tariff-search.agency-search-service {
    padding: 15px;
  }
  html body div#wrapper .agency-search.agency-search-home .form-agency-search .container .form-group,
  html body div#wrapper .agency-search.agency-search-home .form-tariff-search .container .form-group, html body div#wrapper .agency-search.agency-search-frontage .form-agency-search .container .form-group,
  html body div#wrapper .agency-search.agency-search-frontage .form-tariff-search .container .form-group, html body div#wrapper .agency-search.agency-search-store-locator .form-agency-search .container .form-group,
  html body div#wrapper .agency-search.agency-search-store-locator .form-tariff-search .container .form-group, html body div#wrapper .agency-search.agency-search-service-city .form-agency-search .container .form-group,
  html body div#wrapper .agency-search.agency-search-service-city .form-tariff-search .container .form-group, html body div#wrapper .agency-search.agency-search-service .form-agency-search .container .form-group,
  html body div#wrapper .agency-search.agency-search-service .form-tariff-search .container .form-group,
  html body div#wrapper .tariff-search.agency-search-home .form-agency-search .container .form-group,
  html body div#wrapper .tariff-search.agency-search-home .form-tariff-search .container .form-group,
  html body div#wrapper .tariff-search.agency-search-frontage .form-agency-search .container .form-group,
  html body div#wrapper .tariff-search.agency-search-frontage .form-tariff-search .container .form-group,
  html body div#wrapper .tariff-search.agency-search-store-locator .form-agency-search .container .form-group,
  html body div#wrapper .tariff-search.agency-search-store-locator .form-tariff-search .container .form-group,
  html body div#wrapper .tariff-search.agency-search-service-city .form-agency-search .container .form-group,
  html body div#wrapper .tariff-search.agency-search-service-city .form-tariff-search .container .form-group,
  html body div#wrapper .tariff-search.agency-search-service .form-agency-search .container .form-group,
  html body div#wrapper .tariff-search.agency-search-service .form-tariff-search .container .form-group, html body div#cookie-consent .agency-search.agency-search-home .form-agency-search .container .form-group,
  html body div#cookie-consent .agency-search.agency-search-home .form-tariff-search .container .form-group, html body div#cookie-consent .agency-search.agency-search-frontage .form-agency-search .container .form-group,
  html body div#cookie-consent .agency-search.agency-search-frontage .form-tariff-search .container .form-group, html body div#cookie-consent .agency-search.agency-search-store-locator .form-agency-search .container .form-group,
  html body div#cookie-consent .agency-search.agency-search-store-locator .form-tariff-search .container .form-group, html body div#cookie-consent .agency-search.agency-search-service-city .form-agency-search .container .form-group,
  html body div#cookie-consent .agency-search.agency-search-service-city .form-tariff-search .container .form-group, html body div#cookie-consent .agency-search.agency-search-service .form-agency-search .container .form-group,
  html body div#cookie-consent .agency-search.agency-search-service .form-tariff-search .container .form-group,
  html body div#cookie-consent .tariff-search.agency-search-home .form-agency-search .container .form-group,
  html body div#cookie-consent .tariff-search.agency-search-home .form-tariff-search .container .form-group,
  html body div#cookie-consent .tariff-search.agency-search-frontage .form-agency-search .container .form-group,
  html body div#cookie-consent .tariff-search.agency-search-frontage .form-tariff-search .container .form-group,
  html body div#cookie-consent .tariff-search.agency-search-store-locator .form-agency-search .container .form-group,
  html body div#cookie-consent .tariff-search.agency-search-store-locator .form-tariff-search .container .form-group,
  html body div#cookie-consent .tariff-search.agency-search-service-city .form-agency-search .container .form-group,
  html body div#cookie-consent .tariff-search.agency-search-service-city .form-tariff-search .container .form-group,
  html body div#cookie-consent .tariff-search.agency-search-service .form-agency-search .container .form-group,
  html body div#cookie-consent .tariff-search.agency-search-service .form-tariff-search .container .form-group {
    margin-bottom: 1rem;
  }
  html body div#wrapper .agency-search.agency-search-home .btn, html body div#wrapper .agency-search.agency-search-frontage .btn, html body div#wrapper .agency-search.agency-search-store-locator .btn, html body div#wrapper .agency-search.agency-search-service-city .btn, html body div#wrapper .agency-search.agency-search-service .btn,
  html body div#wrapper .tariff-search.agency-search-home .btn,
  html body div#wrapper .tariff-search.agency-search-frontage .btn,
  html body div#wrapper .tariff-search.agency-search-store-locator .btn,
  html body div#wrapper .tariff-search.agency-search-service-city .btn,
  html body div#wrapper .tariff-search.agency-search-service .btn, html body div#cookie-consent .agency-search.agency-search-home .btn, html body div#cookie-consent .agency-search.agency-search-frontage .btn, html body div#cookie-consent .agency-search.agency-search-store-locator .btn, html body div#cookie-consent .agency-search.agency-search-service-city .btn, html body div#cookie-consent .agency-search.agency-search-service .btn,
  html body div#cookie-consent .tariff-search.agency-search-home .btn,
  html body div#cookie-consent .tariff-search.agency-search-frontage .btn,
  html body div#cookie-consent .tariff-search.agency-search-store-locator .btn,
  html body div#cookie-consent .tariff-search.agency-search-service-city .btn,
  html body div#cookie-consent .tariff-search.agency-search-service .btn {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  html body div#wrapper .agency-search.agency-search-home,
  html body div#wrapper .tariff-search.agency-search-home, html body div#cookie-consent .agency-search.agency-search-home,
  html body div#cookie-consent .tariff-search.agency-search-home {
    margin-top: 0px;
  }
  html body div#wrapper .agency-search.agency-search-home, html body div#wrapper .agency-search.agency-search-frontage, html body div#wrapper .agency-search.agency-search-service-city,
  html body div#wrapper .tariff-search.agency-search-home,
  html body div#wrapper .tariff-search.agency-search-frontage,
  html body div#wrapper .tariff-search.agency-search-service-city, html body div#cookie-consent .agency-search.agency-search-home, html body div#cookie-consent .agency-search.agency-search-frontage, html body div#cookie-consent .agency-search.agency-search-service-city,
  html body div#cookie-consent .tariff-search.agency-search-home,
  html body div#cookie-consent .tariff-search.agency-search-frontage,
  html body div#cookie-consent .tariff-search.agency-search-service-city {
    padding: 0;
  }
  html body div#wrapper .agency-search.agency-search-home .o2icon-search, html body div#wrapper .agency-search.agency-search-frontage .o2icon-search, html body div#wrapper .agency-search.agency-search-store-locator .o2icon-search, html body div#wrapper .agency-search.agency-search-service-city .o2icon-search, html body div#wrapper .agency-search.agency-search-service .o2icon-search,
  html body div#wrapper .tariff-search.agency-search-home .o2icon-search,
  html body div#wrapper .tariff-search.agency-search-frontage .o2icon-search,
  html body div#wrapper .tariff-search.agency-search-store-locator .o2icon-search,
  html body div#wrapper .tariff-search.agency-search-service-city .o2icon-search,
  html body div#wrapper .tariff-search.agency-search-service .o2icon-search, html body div#cookie-consent .agency-search.agency-search-home .o2icon-search, html body div#cookie-consent .agency-search.agency-search-frontage .o2icon-search, html body div#cookie-consent .agency-search.agency-search-store-locator .o2icon-search, html body div#cookie-consent .agency-search.agency-search-service-city .o2icon-search, html body div#cookie-consent .agency-search.agency-search-service .o2icon-search,
  html body div#cookie-consent .tariff-search.agency-search-home .o2icon-search,
  html body div#cookie-consent .tariff-search.agency-search-frontage .o2icon-search,
  html body div#cookie-consent .tariff-search.agency-search-store-locator .o2icon-search,
  html body div#cookie-consent .tariff-search.agency-search-service-city .o2icon-search,
  html body div#cookie-consent .tariff-search.agency-search-service .o2icon-search {
    padding-left: 0 !important;
  }
}
@media (max-width: 767.98px) {
  html body div#wrapper .agency-search.agency-search-frontage,
  html body div#wrapper .tariff-search.agency-search-frontage, html body div#cookie-consent .agency-search.agency-search-frontage,
  html body div#cookie-consent .tariff-search.agency-search-frontage {
    margin: -15px;
    padding: 15px;
  }
}
html body div#wrapper .agency-search-not-found, html body div#cookie-consent .agency-search-not-found {
  padding: 60px 33.33% 60px 90px;
}
@media (max-width: 1199.98px) {
  html body div#wrapper .agency-search-not-found, html body div#cookie-consent .agency-search-not-found {
    padding: 15px;
  }
}
html body div#wrapper .agency-search-not-found .text-primary .o2-lbl, html body div#cookie-consent .agency-search-not-found .text-primary .o2-lbl {
  line-height: initial;
}
html body div#wrapper .agency-search-not-found .logo-famihero, html body div#cookie-consent .agency-search-not-found .logo-famihero {
  height: 36px;
  background-image: url("./../images/logo-famihero.png");
  background-size: contain;
  background-repeat: no-repeat;
}
html body div#wrapper .form-agency-search .label-in, html body div#wrapper .needs-validation .label-in, html body div#cookie-consent .form-agency-search .label-in, html body div#cookie-consent .needs-validation .label-in {
  color: #005CB9;
  line-height: 50px;
}
html body div#wrapper .form-agency-search .multiselect__content-wrapper, html body div#wrapper .needs-validation .multiselect__content-wrapper, html body div#cookie-consent .form-agency-search .multiselect__content-wrapper, html body div#cookie-consent .needs-validation .multiselect__content-wrapper {
  max-height: none !important;
}
html body div#wrapper .agency-founded, html body div#cookie-consent .agency-founded {
  color: #f4f4f4;
  position: absolute;
  padding: 50px 0px 0px 80px;
  font-size: 40px;
  margin-left: -30px;
  color: white !important;
}
@media (max-width: 1200px) {
  html body div#wrapper .agency-founded, html body div#cookie-consent .agency-founded {
    padding: 15px 0px 0px 53%;
  }
}
html body div#wrapper .agency-not-founded, html body div#cookie-consent .agency-not-founded {
  color: #f4f4f4;
  position: absolute;
  padding: 30px 0px 0px 80px;
  font-size: 55px;
  margin-left: -30px;
  color: white !important;
}
@media (max-width: 1200px) {
  html body div#wrapper .agency-not-founded, html body div#cookie-consent .agency-not-founded {
    padding: 0px 0px 0px 53%;
  }
}
html body div#wrapper .title-search-check, html body div#cookie-consent .title-search-check {
  text-align: center;
  padding: 50px 0px 0px 0px;
  color: white;
  font-size: 33px !important;
  line-height: 40px;
  font-family: NexaBold, Arial, Helvetica, sans-serif !important;
}
@media (max-width: 1200px) {
  html body div#wrapper .title-search-check, html body div#cookie-consent .title-search-check {
    padding: 65px 0px 0px 0px;
  }
}
html body div#wrapper #agency-search-exist, html body div#wrapper #agency-search-not-exist, html body div#cookie-consent #agency-search-exist, html body div#cookie-consent #agency-search-not-exist {
  width: 100%;
  height: 100%;
  background-color: aquamarine;
  overflow: auto;
  padding: 0px 5px 30px 0px;
}
@media (min-width: 768px) {
  html body div#wrapper #agency-search-exist, html body div#wrapper #agency-search-not-exist, html body div#cookie-consent #agency-search-exist, html body div#cookie-consent #agency-search-not-exist {
    margin: 0px 50px 0px -50px;
    width: 120%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body div#wrapper #agency-search-exist, html body div#wrapper #agency-search-not-exist, html body div#cookie-consent #agency-search-exist, html body div#cookie-consent #agency-search-not-exist {
    margin: 0px 0px 0px 0px;
    width: 120%;
  }
}
html body div#wrapper .form-button, html body div#cookie-consent .form-button {
  margin-top: 10px;
  background-color: white;
  font-size: 13px;
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  width: 30% !important;
  height: 40px;
  border: 1px transparent;
  border-radius: 5px !important;
}
@media (min-width: 100px) and (max-width: 330px) {
  html body div#wrapper .form-button, html body div#cookie-consent .form-button {
    width: 150px !important;
    margin-bottom: 5px;
  }
}
@media (min-width: 331px) and (max-width: 991px) {
  html body div#wrapper .form-button, html body div#cookie-consent .form-button {
    width: 270px !important;
    margin-bottom: 5px;
  }
}
html body div#wrapper .desc-text-failed, html body div#cookie-consent .desc-text-failed {
  color: white;
  font-size: larger;
  font-family: NexaBold, Arial, Helvetica, sans-serif !important;
}
html body div#wrapper .desc-text, html body div#cookie-consent .desc-text {
  color: white;
  font-size: 20px;
  font-family: NexaBold, Arial, Helvetica, sans-serif !important;
}
html body div#wrapper .address-row, html body div#cookie-consent .address-row {
  margin-top: 1.8rem !important;
  margin-bottom: 1.5rem !important;
  margin-left: -0.2rem;
}
html body div#wrapper #agency-search-desc, html body div#cookie-consent #agency-search-desc {
  margin-top: 21px !important;
  margin-bottom: 18px !important;
}
@media (max-width: 991.98px) {
  html body div#wrapper #agency-search-desc, html body div#cookie-consent #agency-search-desc {
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  html body div#wrapper .search-button-zip, html body div#cookie-consent .search-button-zip {
    margin-left: -5% !important;
  }
}
@media (max-width: 991.98px) {
  html body div#wrapper .text-for-address, html body div#cookie-consent .text-for-address {
    margin-top: -25px;
  }
  html body div#wrapper .address-auto-complete, html body div#cookie-consent .address-auto-complete {
    margin-left: -10px;
    padding-right: 2px;
  }
  html body div#wrapper .btn-search, html body div#cookie-consent .btn-search {
    width: 100% !important;
  }
}
html body div#wrapper .message-desc-failed, html body div#cookie-consent .message-desc-failed {
  color: white;
  font-family: NexaBook, Arial, Helvetica, sans-serif !important;
}
@media (max-width: 991.98px) {
  html body div#wrapper .search-button-lp, html body div#cookie-consent .search-button-lp {
    padding-left: 5px !important;
    padding-right: 10px !important;
  }
}
html body div#wrapper .section-background, html body div#cookie-consent .section-background {
  position: absolute;
  width: 100%;
}
html body div#wrapper .section-background.h-25-px, html body div#cookie-consent .section-background.h-25-px {
  height: 25px;
}
html body div#wrapper .section-background.h-50-px, html body div#cookie-consent .section-background.h-50-px {
  height: 50px;
}
html body div#wrapper .section-background.h-75-px, html body div#cookie-consent .section-background.h-75-px {
  height: 75px;
}
html body div#wrapper .section-background.h-100-px, html body div#cookie-consent .section-background.h-100-px {
  height: 100px;
}
html body div#wrapper .color-bloc, html body div#cookie-consent .color-bloc {
  position: relative;
  padding: 30px;
  color: #fff;
  width: 100%;
  height: 100%;
  min-height: 325px;
}
html body div#wrapper .color-bloc h1, html body div#wrapper .color-bloc h2, html body div#wrapper .color-bloc h3, html body div#wrapper .color-bloc h4, html body div#wrapper .color-bloc h5, html body div#wrapper .color-bloc h6, html body div#wrapper .color-bloc a, html body div#cookie-consent .color-bloc h1, html body div#cookie-consent .color-bloc h2, html body div#cookie-consent .color-bloc h3, html body div#cookie-consent .color-bloc h4, html body div#cookie-consent .color-bloc h5, html body div#cookie-consent .color-bloc h6, html body div#cookie-consent .color-bloc a {
  color: #fff;
}
@media (max-width: 1199.98px) {
  html body div#wrapper .color-bloc, html body div#cookie-consent .color-bloc {
    padding: 15px;
  }
  html body div#wrapper .color-bloc .btn, html body div#cookie-consent .color-bloc .btn {
    width: calc(100% - 30px);
  }
}
@media (min-width: 992px) {
  html body div#wrapper .color-bloc .btn, html body div#cookie-consent .color-bloc .btn {
    width: calc(100% - 60px);
  }
}
html body div#wrapper .color-bloc a.btn, html body div#cookie-consent .color-bloc a.btn {
  position: absolute;
  bottom: 30px;
}
html body div#wrapper .color-bloc.color-bloc-green, html body div#cookie-consent .color-bloc.color-bloc-green {
  background-color: #00bfa2;
}
html body div#wrapper .color-bloc.color-bloc-orange, html body div#cookie-consent .color-bloc.color-bloc-orange {
  background-color: #ee956f;
}
html body div#wrapper .color-bloc.color-bloc-lightgrey, html body div#cookie-consent .color-bloc.color-bloc-lightgrey {
  background-color: #f9f5f3;
}
html body div#wrapper .color-bloc.color-bloc-white, html body div#cookie-consent .color-bloc.color-bloc-white {
  color: #5c5c5c;
  background-color: #fff;
}
html body div#wrapper .color-bloc.color-bloc-white a:not(.btn), html body div#cookie-consent .color-bloc.color-bloc-white a:not(.btn) {
  color: #5c5c5c;
}
html body div#wrapper .layout-content div:not(.col-12):not(.col-md-12):not(.col-lg-12) > div[id^=fragment], html body div#cookie-consent .layout-content div:not(.col-12):not(.col-md-12):not(.col-lg-12) > div[id^=fragment] {
  height: auto;
}
html body div#wrapper .layout-content div:not(.col-12):not(.col-md-12):not(.col-lg-12) > .portlet, html body div#cookie-consent .layout-content div:not(.col-12):not(.col-md-12):not(.col-lg-12) > .portlet {
  height: 100%;
}
html body div#wrapper .layout-content div:not(.col-12):not(.col-md-12):not(.col-lg-12) > .portlet > .portlet-static, html body div#cookie-consent .layout-content div:not(.col-12):not(.col-md-12):not(.col-lg-12) > .portlet > .portlet-static {
  height: 100%;
}
html body div#wrapper .layout-content div:not(.col-12):not(.col-md-12):not(.col-lg-12) > .portlet > .portlet-static > .portlet, html body div#cookie-consent .layout-content div:not(.col-12):not(.col-md-12):not(.col-lg-12) > .portlet > .portlet-static > .portlet {
  height: 100%;
}
html body div#wrapper .layout-content div:not(.col-12):not(.col-md-12):not(.col-lg-12) > .portlet > .portlet-static > .portlet > .portlet-content, html body div#cookie-consent .layout-content div:not(.col-12):not(.col-md-12):not(.col-lg-12) > .portlet > .portlet-static > .portlet > .portlet-content {
  height: 100%;
}
html body div#wrapper .layout-content div:not(.col-12):not(.col-md-12):not(.col-lg-12) > .portlet > .portlet-static > .portlet > .portlet-content > .portlet-content-container, html body div#cookie-consent .layout-content div:not(.col-12):not(.col-md-12):not(.col-lg-12) > .portlet > .portlet-static > .portlet > .portlet-content > .portlet-content-container {
  height: 100%;
}
html body div#wrapper .layout-content div:not(.col-12):not(.col-md-12):not(.col-lg-12) > .portlet > .portlet-static > .portlet > .portlet-content > .portlet-content-container > .portlet-body, html body div#cookie-consent .layout-content div:not(.col-12):not(.col-md-12):not(.col-lg-12) > .portlet > .portlet-static > .portlet > .portlet-content > .portlet-content-container > .portlet-body {
  height: 100%;
}
html body div#wrapper .layout-content div:not(.col-12):not(.col-md-12):not(.col-lg-12) > .portlet > .portlet-static > .portlet > .portlet-content > .portlet-content-container > .portlet-body > div, html body div#cookie-consent .layout-content div:not(.col-12):not(.col-md-12):not(.col-lg-12) > .portlet > .portlet-static > .portlet > .portlet-content > .portlet-content-container > .portlet-body > div {
  height: 100%;
}
html body div#wrapper .layout-content div:not(.col-12):not(.col-md-12):not(.col-lg-12) > .portlet > .portlet-static > .portlet > .portlet-content > .portlet-content-container > .portlet-body > div > .journal-content-article, html body div#cookie-consent .layout-content div:not(.col-12):not(.col-md-12):not(.col-lg-12) > .portlet > .portlet-static > .portlet > .portlet-content > .portlet-content-container > .portlet-body > div > .journal-content-article {
  height: 100%;
}
html body div#wrapper .layout-content .fragments-editor div:not(.col-12):not(.col-lg-12) > div[id^=fragment],
html body div#wrapper .layout-content .fragments-editor div:not(.col-12):not(.col-lg-12) > .portlet, html body div#cookie-consent .layout-content .fragments-editor div:not(.col-12):not(.col-lg-12) > div[id^=fragment],
html body div#cookie-consent .layout-content .fragments-editor div:not(.col-12):not(.col-lg-12) > .portlet {
  height: auto;
}
html body div#wrapper .layout-content .fragments-editor div:not(.col-12):not(.col-lg-12) > div[id^=fragment] > .portlet-static,
html body div#wrapper .layout-content .fragments-editor div:not(.col-12):not(.col-lg-12) > .portlet > .portlet-static, html body div#cookie-consent .layout-content .fragments-editor div:not(.col-12):not(.col-lg-12) > div[id^=fragment] > .portlet-static,
html body div#cookie-consent .layout-content .fragments-editor div:not(.col-12):not(.col-lg-12) > .portlet > .portlet-static {
  height: auto;
}
html body div#wrapper .layout-content .fragments-editor div:not(.col-12):not(.col-lg-12) > div[id^=fragment] > .portlet-static > .portlet,
html body div#wrapper .layout-content .fragments-editor div:not(.col-12):not(.col-lg-12) > .portlet > .portlet-static > .portlet, html body div#cookie-consent .layout-content .fragments-editor div:not(.col-12):not(.col-lg-12) > div[id^=fragment] > .portlet-static > .portlet,
html body div#cookie-consent .layout-content .fragments-editor div:not(.col-12):not(.col-lg-12) > .portlet > .portlet-static > .portlet {
  height: auto;
}
html body div#wrapper .layout-content .fragments-editor div:not(.col-12):not(.col-lg-12) > div[id^=fragment] > .portlet-static > .portlet > .portlet-content,
html body div#wrapper .layout-content .fragments-editor div:not(.col-12):not(.col-lg-12) > .portlet > .portlet-static > .portlet > .portlet-content, html body div#cookie-consent .layout-content .fragments-editor div:not(.col-12):not(.col-lg-12) > div[id^=fragment] > .portlet-static > .portlet > .portlet-content,
html body div#cookie-consent .layout-content .fragments-editor div:not(.col-12):not(.col-lg-12) > .portlet > .portlet-static > .portlet > .portlet-content {
  height: auto;
}
html body div#wrapper .layout-content .fragments-editor div:not(.col-12):not(.col-lg-12) > div[id^=fragment] > .portlet-static > .portlet > .portlet-content > .portlet-content-container,
html body div#wrapper .layout-content .fragments-editor div:not(.col-12):not(.col-lg-12) > .portlet > .portlet-static > .portlet > .portlet-content > .portlet-content-container, html body div#cookie-consent .layout-content .fragments-editor div:not(.col-12):not(.col-lg-12) > div[id^=fragment] > .portlet-static > .portlet > .portlet-content > .portlet-content-container,
html body div#cookie-consent .layout-content .fragments-editor div:not(.col-12):not(.col-lg-12) > .portlet > .portlet-static > .portlet > .portlet-content > .portlet-content-container {
  height: auto;
}
html body div#wrapper .layout-content .fragments-editor div:not(.col-12):not(.col-lg-12) > div[id^=fragment] > .portlet-static > .portlet > .portlet-content > .portlet-content-container > .portlet-body,
html body div#wrapper .layout-content .fragments-editor div:not(.col-12):not(.col-lg-12) > .portlet > .portlet-static > .portlet > .portlet-content > .portlet-content-container > .portlet-body, html body div#cookie-consent .layout-content .fragments-editor div:not(.col-12):not(.col-lg-12) > div[id^=fragment] > .portlet-static > .portlet > .portlet-content > .portlet-content-container > .portlet-body,
html body div#cookie-consent .layout-content .fragments-editor div:not(.col-12):not(.col-lg-12) > .portlet > .portlet-static > .portlet > .portlet-content > .portlet-content-container > .portlet-body {
  height: auto;
}
html body div#wrapper .layout-content .fragments-editor div:not(.col-12):not(.col-lg-12) > div[id^=fragment] > .portlet-static > .portlet > .portlet-content > .portlet-content-container > .portlet-body > div,
html body div#wrapper .layout-content .fragments-editor div:not(.col-12):not(.col-lg-12) > .portlet > .portlet-static > .portlet > .portlet-content > .portlet-content-container > .portlet-body > div, html body div#cookie-consent .layout-content .fragments-editor div:not(.col-12):not(.col-lg-12) > div[id^=fragment] > .portlet-static > .portlet > .portlet-content > .portlet-content-container > .portlet-body > div,
html body div#cookie-consent .layout-content .fragments-editor div:not(.col-12):not(.col-lg-12) > .portlet > .portlet-static > .portlet > .portlet-content > .portlet-content-container > .portlet-body > div {
  height: auto;
}
html body div#wrapper .layout-content .fragments-editor div:not(.col-12):not(.col-lg-12) > div[id^=fragment] > .portlet-static > .portlet > .portlet-content > .portlet-content-container > .portlet-body > div > .journal-content-article,
html body div#wrapper .layout-content .fragments-editor div:not(.col-12):not(.col-lg-12) > .portlet > .portlet-static > .portlet > .portlet-content > .portlet-content-container > .portlet-body > div > .journal-content-article, html body div#cookie-consent .layout-content .fragments-editor div:not(.col-12):not(.col-lg-12) > div[id^=fragment] > .portlet-static > .portlet > .portlet-content > .portlet-content-container > .portlet-body > div > .journal-content-article,
html body div#cookie-consent .layout-content .fragments-editor div:not(.col-12):not(.col-lg-12) > .portlet > .portlet-static > .portlet > .portlet-content > .portlet-content-container > .portlet-body > div > .journal-content-article {
  height: auto;
}
html body div#wrapper .layout-content .portlet-content .portlet-header, html body div#cookie-consent .layout-content .portlet-content .portlet-header {
  display: none;
}
html body div#wrapper .intervention-cities, html body div#cookie-consent .intervention-cities {
  position: relative;
  height: 100%;
  min-height: 360px;
}
html body div#wrapper .intervention-cities a, html body div#cookie-consent .intervention-cities a {
  position: absolute;
  bottom: 40px;
}
html body div#wrapper .intervention-cities a:hover, html body div#cookie-consent .intervention-cities a:hover {
  opacity: 0.8;
}
html body div#wrapper .intervention-cities:before, html body div#cookie-consent .intervention-cities:before {
  position: absolute;
  bottom: 20px;
  right: 30px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "o2icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e957";
  font-size: 250px;
  color: #f6c7b3;
  opacity: 0.5;
}
@media (max-width: 1199.98px) {
  html body div#wrapper .intervention-cities ul.list-unstyled, html body div#cookie-consent .intervention-cities ul.list-unstyled {
    margin-bottom: 0rem !important;
  }
}
html body div#wrapper .blockquote-editorial-bloc, html body div#cookie-consent .blockquote-editorial-bloc {
  display: inline-flex !important;
}
html body div#wrapper .blockquote-editorial-bloc .text-quotes, html body div#cookie-consent .blockquote-editorial-bloc .text-quotes {
  font-family: NexaHeavyItalic, Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 35px;
  color: #00bfa2;
}
html body div#wrapper .blockquote-editorial-bloc img, html body div#cookie-consent .blockquote-editorial-bloc img {
  border-radius: 50%;
}
html body div#wrapper .blockquote-editorial-bloc .padding-author-div, html body div#cookie-consent .blockquote-editorial-bloc .padding-author-div {
  margin-left: 3rem !important;
}
@media (max-width: 1199.98px) {
  html body div#wrapper .blockquote-editorial-bloc, html body div#cookie-consent .blockquote-editorial-bloc {
    flex-wrap: wrap;
  }
  html body div#wrapper .blockquote-editorial-bloc img, html body div#cookie-consent .blockquote-editorial-bloc img {
    width: 6.5rem;
    height: 6.5rem;
  }
  html body div#wrapper .blockquote-editorial-bloc .text-quotes, html body div#cookie-consent .blockquote-editorial-bloc .text-quotes {
    font-family: NexaHeavyItalic, Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    color: #00bfa2;
  }
  html body div#wrapper .blockquote-editorial-bloc .blockquote:before, html body div#cookie-consent .blockquote-editorial-bloc .blockquote:before {
    position: initial;
  }
  html body div#wrapper .blockquote-editorial-bloc .blockquote, html body div#cookie-consent .blockquote-editorial-bloc .blockquote {
    padding: 0px 0px;
  }
  html body div#wrapper .blockquote-editorial-bloc .padding-author-div, html body div#cookie-consent .blockquote-editorial-bloc .padding-author-div {
    margin-left: 0rem !important;
  }
}
html body div#wrapper .table-focus-column .table.table-striped > tbody > tr > td, html body div#wrapper .table-focus-column .table .table-striped > tbody > tr > th, html body div#cookie-consent .table-focus-column .table.table-striped > tbody > tr > td, html body div#cookie-consent .table-focus-column .table .table-striped > tbody > tr > th {
  background-color: #fff;
  padding-left: 2.5rem;
}
html body div#wrapper .table-focus-column .table.table-striped > tbody > tr > td.bloc-focus-1, html body div#wrapper .table-focus-column .table .table-striped > tbody > tr > th.bloc-focus-1, html body div#cookie-consent .table-focus-column .table.table-striped > tbody > tr > td.bloc-focus-1, html body div#cookie-consent .table-focus-column .table .table-striped > tbody > tr > th.bloc-focus-1 {
  background-color: #005CB9;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-color: #005CB9;
  padding-left: 1.688rem;
  background-clip: border-box;
}
html body div#wrapper .table-focus-column .table.table-striped > tbody > tr > td.bloc-focus-2, html body div#wrapper .table-focus-column .table .table-striped > tbody > tr > th.bloc-focus-2, html body div#cookie-consent .table-focus-column .table.table-striped > tbody > tr > td.bloc-focus-2, html body div#cookie-consent .table-focus-column .table .table-striped > tbody > tr > th.bloc-focus-2 {
  background-color: #005CB9;
  border-bottom-color: #005CB9;
  background-clip: border-box;
  padding-left: 1.688rem;
}
html body div#wrapper .table-focus-column .table.table-striped > tbody > tr > td.bloc-focus-2 h4, html body div#wrapper .table-focus-column .table .table-striped > tbody > tr > th.bloc-focus-2 h4, html body div#cookie-consent .table-focus-column .table.table-striped > tbody > tr > td.bloc-focus-2 h4, html body div#cookie-consent .table-focus-column .table .table-striped > tbody > tr > th.bloc-focus-2 h4 {
  color: #fff;
}
html body div#wrapper .table-focus-column .table.table-striped > tbody > tr > td.bloc-focus-3, html body div#wrapper .table-focus-column .table .table-striped > tbody > tr > th.bloc-focus-3, html body div#cookie-consent .table-focus-column .table.table-striped > tbody > tr > td.bloc-focus-3, html body div#cookie-consent .table-focus-column .table .table-striped > tbody > tr > th.bloc-focus-3 {
  background-color: #005CB9;
  padding-top: 0rem;
  padding-bottom: 0rem;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0px 0px 13px 0px;
  background-clip: border-box;
}
html body div#wrapper .table-focus-column tbody > tr:first-child > td, html body div#cookie-consent .table-focus-column tbody > tr:first-child > td {
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #005CB9;
}
html body div#wrapper .table-focus-column tbody > tr:first-child > td.bloc-focus-1, html body div#cookie-consent .table-focus-column tbody > tr:first-child > td.bloc-focus-1 {
  color: #fff;
}
html body div#wrapper .table-focus-column .nowrap, html body div#cookie-consent .table-focus-column .nowrap {
  white-space: nowrap;
}
html body div#wrapper .table-focus-column .border-hidden, html body div#cookie-consent .table-focus-column .border-hidden {
  border-top-style: none;
  border-bottom-style: none;
}
html body div#wrapper .table-focus-column tbody > tr > td:first-child.border-line, html body div#cookie-consent .table-focus-column tbody > tr > td:first-child.border-line {
  border-left: 2px solid #dee2e6 !important;
}
html body div#wrapper .table-focus-column tbody > tr > td:last-child.border-line, html body div#cookie-consent .table-focus-column tbody > tr > td:last-child.border-line {
  border-right: 2px solid #dee2e6 !important;
}
html body div#wrapper .complex-table-multi-columns .table.table-striped > tbody > tr:nth-child(2n+1) > td, html body div#wrapper .complex-table-multi-columns .table .table-striped > tbody > tr:nth-child(2n+1) > th, html body div#cookie-consent .complex-table-multi-columns .table.table-striped > tbody > tr:nth-child(2n+1) > td, html body div#cookie-consent .complex-table-multi-columns .table .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #fff;
}
html body div#wrapper .complex-table-multi-columns .table.table-striped > tbody > tr:nth-child(2n) > td, html body div#wrapper .complex-table-multi-columns .table .table-striped > tbody > tr:nth-child(2n) > th, html body div#cookie-consent .complex-table-multi-columns .table.table-striped > tbody > tr:nth-child(2n) > td, html body div#cookie-consent .complex-table-multi-columns .table .table-striped > tbody > tr:nth-child(2n) > th {
  background-color: #f9f5f3;
}
html body div#wrapper .complex-table-multi-columns tbody > tr > th,
html body div#wrapper .complex-table-multi-columns tbody > tr > td, html body div#cookie-consent .complex-table-multi-columns tbody > tr > th,
html body div#cookie-consent .complex-table-multi-columns tbody > tr > td {
  position: initial;
  border: 1px solid #dee2e6 !important;
}
html body div#wrapper .complex-table-multi-columns thead > tr > td,
html body div#wrapper .complex-table-multi-columns thead > tr > th, html body div#cookie-consent .complex-table-multi-columns thead > tr > td,
html body div#cookie-consent .complex-table-multi-columns thead > tr > th {
  background-color: initial;
}
html body div#wrapper .complex-table-multi-columns tbody > tr > th, html body div#cookie-consent .complex-table-multi-columns tbody > tr > th {
  background-color: #fff;
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  font-size: 0.938rem;
  line-height: 18px;
  text-align: center;
  color: #005CB9;
}
html body div#wrapper .complex-table-multi-columns tbody > tr > th:not(:first-child), html body div#wrapper .complex-table-multi-columns tbody > tr > td:not(:first-child), html body div#cookie-consent .complex-table-multi-columns tbody > tr > th:not(:first-child), html body div#cookie-consent .complex-table-multi-columns tbody > tr > td:not(:first-child) {
  vertical-align: middle;
}
html body div#wrapper .complex-table-multi-columns tbody > tr > td .o2icon, html body div#cookie-consent .complex-table-multi-columns tbody > tr > td .o2icon {
  display: flex;
  justify-content: center;
}
html body div#wrapper .complex-table-multi-columns .text-head-1,
html body div#wrapper .complex-table-multi-columns .text-head-2, html body div#cookie-consent .complex-table-multi-columns .text-head-1,
html body div#cookie-consent .complex-table-multi-columns .text-head-2 {
  color: #005CB9;
  border-bottom: none;
  font-weight: normal;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 25px;
}
html body div#wrapper .complex-table-multi-columns .text-head-1, html body div#cookie-consent .complex-table-multi-columns .text-head-1 {
  padding-bottom: 0.688rem;
}
html body div#wrapper .complex-table-multi-columns .text-head-2, html body div#cookie-consent .complex-table-multi-columns .text-head-2 {
  font-size: 1.125rem;
  line-height: 25px;
}
html body div#wrapper .list-column .table.table-striped > tbody > tr:nth-child(2n+1) > td, html body div#wrapper .list-column .table .table-striped > tbody > tr:nth-child(2n+1) > th, html body div#cookie-consent .list-column .table.table-striped > tbody > tr:nth-child(2n+1) > td, html body div#cookie-consent .list-column .table .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #f9f5f3;
}
html body div#wrapper .list-column .table.table-striped > tbody > tr:nth-child(2n) > td, html body div#wrapper .list-column .table .table-striped > tbody > tr:nth-child(2n) > th, html body div#cookie-consent .list-column .table.table-striped > tbody > tr:nth-child(2n) > td, html body div#cookie-consent .list-column .table .table-striped > tbody > tr:nth-child(2n) > th {
  background-color: #fff;
}
html body div#wrapper .list-column .border-column-left, html body div#cookie-consent .list-column .border-column-left {
  border-left: 2px solid #dee2e6 !important;
}
html body div#wrapper .list-column .border-column-top, html body div#cookie-consent .list-column .border-column-top {
  border-top: 2px solid #dee2e6 !important;
}
@media (max-width: 991.98px) {
  html body div#wrapper .list-column.one-column, html body div#cookie-consent .list-column.one-column {
    margin-top: 1rem;
  }
  html body div#wrapper .container .border-column-left, html body div#cookie-consent .container .border-column-left {
    border-left: 2px solid #dee2e6 !important;
  }
  html body div#wrapper .container.container-table, html body div#cookie-consent .container.container-table {
    white-space: initial;
    overflow-x: auto;
  }
  html body div#wrapper .container.container-table .table-column, html body div#cookie-consent .container.container-table .table-column {
    width: max-content;
  }
  html body div#wrapper .container.container-table#scrollbar::-webkit-scrollbar-track, html body div#cookie-consent .container.container-table#scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0.625rem;
  }
  html body div#wrapper .container.container-table#scrollbar::-webkit-scrollbar, html body div#cookie-consent .container.container-table#scrollbar::-webkit-scrollbar {
    width: 3.125rem;
    height: 0.5rem;
    border-radius: 0.313rem;
  }
  html body div#wrapper .container.container-table#scrollbar::-webkit-scrollbar-thumb, html body div#cookie-consent .container.container-table#scrollbar::-webkit-scrollbar-thumb {
    border-radius: 0.625rem;
    background-color: #00bfa2;
  }
}
html body div#wrapper .blockquote-editorial-bloc, html body div#cookie-consent .blockquote-editorial-bloc {
  display: inline-flex !important;
}
html body div#wrapper .blockquote-editorial-bloc .text-quotes, html body div#cookie-consent .blockquote-editorial-bloc .text-quotes {
  font-family: NexaHeavyItalic, Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 35px;
  color: #00bfa2;
}
html body div#wrapper .blockquote-editorial-bloc img, html body div#cookie-consent .blockquote-editorial-bloc img {
  border-radius: 50%;
}
html body div#wrapper .blockquote-editorial-bloc .padding-author-div, html body div#cookie-consent .blockquote-editorial-bloc .padding-author-div {
  margin-left: 3rem !important;
}
@media (max-width: 1199.98px) {
  html body div#wrapper .blockquote-editorial-bloc, html body div#cookie-consent .blockquote-editorial-bloc {
    flex-wrap: wrap;
  }
  html body div#wrapper .blockquote-editorial-bloc img, html body div#cookie-consent .blockquote-editorial-bloc img {
    width: 6.5rem;
    height: 6.5rem;
  }
  html body div#wrapper .blockquote-editorial-bloc .text-quotes, html body div#cookie-consent .blockquote-editorial-bloc .text-quotes {
    font-family: NexaHeavyItalic, Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    color: #00bfa2;
  }
  html body div#wrapper .blockquote-editorial-bloc .blockquote:before, html body div#cookie-consent .blockquote-editorial-bloc .blockquote:before {
    position: initial;
  }
  html body div#wrapper .blockquote-editorial-bloc .blockquote, html body div#cookie-consent .blockquote-editorial-bloc .blockquote {
    padding: 0px 0px;
  }
  html body div#wrapper .blockquote-editorial-bloc .padding-author-div, html body div#cookie-consent .blockquote-editorial-bloc .padding-author-div {
    margin-left: 0rem !important;
  }
}
html body div#wrapper .section.directory-page-header-section, html body div#cookie-consent .section.directory-page-header-section {
  background-image: url("./../images/map-france-point-transparent.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: auto 80%;
  padding-bottom: 5rem;
}
html body div#wrapper .section.directory-page-header-section .text-header-directory-page, html body div#cookie-consent .section.directory-page-header-section .text-header-directory-page {
  width: 65%;
  height: 9.375rem;
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 25px;
  color: white;
}
@media (max-width: 1199.98px) {
  html body div#wrapper .section.directory-page-header-section, html body div#cookie-consent .section.directory-page-header-section {
    background-image: none;
  }
  html body div#wrapper .section.directory-page-header-section .text-header-directory-page, html body div#cookie-consent .section.directory-page-header-section .text-header-directory-page {
    width: 100%;
  }
}
html body div#wrapper .component-button .btn, html body div#cookie-consent .component-button .btn {
  justify-content: center;
}
@media (max-width: 991.98px) {
  html body div#wrapper .component-button .btn, html body div#cookie-consent .component-button .btn {
    line-height: 20px !important;
    width: 100%;
  }
}
html body div#wrapper .color-background h1, html body div#cookie-consent .color-background h1 {
  font-size: 2.813rem;
  line-height: 48px;
}
html body div#wrapper .color-background h4, html body div#cookie-consent .color-background h4 {
  font-size: 1.25rem;
}
html body div#wrapper .color-background .included-in-the-service div:first-of-type, html body div#cookie-consent .color-background .included-in-the-service div:first-of-type {
  font-size: 0.813rem;
  padding-left: 80px;
}
html body div#wrapper .color-background .included-in-the-service ul li, html body div#cookie-consent .color-background .included-in-the-service ul li {
  font-size: 0.938rem !important;
  line-height: 24px !important;
}
@media (max-width: 991.98px) {
  html body div#wrapper .color-background h1, html body div#cookie-consent .color-background h1 {
    font-size: 2.5rem;
  }
  html body div#wrapper .color-background h4, html body div#cookie-consent .color-background h4 {
    font-size: 1.063rem;
  }
  html body div#wrapper .color-background .included-in-the-service div:first-of-type, html body div#cookie-consent .color-background .included-in-the-service div:first-of-type {
    font-size: 1.063rem;
  }
}
html body div#wrapper .bg-carmine, html body div#cookie-consent .bg-carmine {
  background-color: #eb584e;
  border-color: #eb584e;
}
html body div#wrapper .bg-peach, html body div#cookie-consent .bg-peach {
  background-color: #ee956f !important;
}
html body div#wrapper .activities .title, html body div#cookie-consent .activities .title {
  font-size: 1.25rem;
  line-height: 1.563rem;
  font-family: NexaBold, Arial, Helvetica, sans-serif;
}
@media (max-width: 991.98px) {
  html body div#wrapper .button-component .button-mobile, html body div#cookie-consent .button-component .button-mobile {
    width: 100%;
  }
  html body div#wrapper .button-component .button-mobile, html body div#cookie-consent .button-component .button-mobile {
    margin-right: 0px !important;
    justify-content: center;
  }
}
@media only screen and (max-width: 410px) {
  html body div#wrapper .section-header-category, html body div#cookie-consent .section-header-category {
    font-size: 34px;
  }
}
html body div#wrapper .section.section-service-header .bloc-image-service, html body div#cookie-consent .section.section-service-header .bloc-image-service {
  position: relative;
  transition: all 1s ease;
  background-color: transparent;
}
html body div#wrapper .section.section-service-header .bloc-image-service img, html body div#cookie-consent .section.section-service-header .bloc-image-service img {
  width: 100%;
  opacity: 1;
  visibility: visible;
  transition: opacity 1s ease;
}
html body div#wrapper .section.section-service-header .bloc-image-service .text, html body div#cookie-consent .section.section-service-header .bloc-image-service .text {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 30px;
  color: #fff;
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  z-index: 10;
}
html body div#wrapper .section.section-service-header .bloc-image-service .text h3, html body div#cookie-consent .section.section-service-header .bloc-image-service .text h3 {
  color: #fff;
}
html body div#wrapper .section.section-service-header .bloc-image-service .text-service, html body div#cookie-consent .section.section-service-header .bloc-image-service .text-service {
  color: white;
}
html body div#wrapper .section.section-service-header .bloc-image-service:hover, html body div#wrapper .section.section-service-header .bloc-image-service:focus, html body div#wrapper .section.section-service-header .bloc-image-service:active, html body div#cookie-consent .section.section-service-header .bloc-image-service:hover, html body div#cookie-consent .section.section-service-header .bloc-image-service:focus, html body div#cookie-consent .section.section-service-header .bloc-image-service:active {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
}
html body div#wrapper .section.section-service-header .bloc-image-service:hover .img-overlay, html body div#wrapper .section.section-service-header .bloc-image-service:focus .img-overlay, html body div#wrapper .section.section-service-header .bloc-image-service:active .img-overlay, html body div#cookie-consent .section.section-service-header .bloc-image-service:hover .img-overlay, html body div#cookie-consent .section.section-service-header .bloc-image-service:focus .img-overlay, html body div#cookie-consent .section.section-service-header .bloc-image-service:active .img-overlay {
  opacity: 0;
  visibility: hidden;
}
html body div#wrapper .section.section-service-header .bloc-image-service:hover img, html body div#wrapper .section.section-service-header .bloc-image-service:focus img, html body div#wrapper .section.section-service-header .bloc-image-service:active img, html body div#cookie-consent .section.section-service-header .bloc-image-service:hover img, html body div#cookie-consent .section.section-service-header .bloc-image-service:focus img, html body div#cookie-consent .section.section-service-header .bloc-image-service:active img {
  opacity: 0;
  visibility: hidden;
}
html body div#wrapper .section.section-service-header .bloc-image-service:hover .text, html body div#wrapper .section.section-service-header .bloc-image-service:focus .text, html body div#wrapper .section.section-service-header .bloc-image-service:active .text, html body div#cookie-consent .section.section-service-header .bloc-image-service:hover .text, html body div#cookie-consent .section.section-service-header .bloc-image-service:focus .text, html body div#cookie-consent .section.section-service-header .bloc-image-service:active .text {
  top: 25%;
  color: #005CB9;
  margin: auto;
}
html body div#wrapper .section.section-service-header .bloc-image-service:hover .text h3, html body div#wrapper .section.section-service-header .bloc-image-service:focus .text h3, html body div#wrapper .section.section-service-header .bloc-image-service:active .text h3, html body div#cookie-consent .section.section-service-header .bloc-image-service:hover .text h3, html body div#cookie-consent .section.section-service-header .bloc-image-service:focus .text h3, html body div#cookie-consent .section.section-service-header .bloc-image-service:active .text h3 {
  color: #005CB9;
}
html body div#wrapper .section .links-bloc, html body div#cookie-consent .section .links-bloc {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
html body div#wrapper .section .links-bloc li, html body div#cookie-consent .section .links-bloc li {
  display: inline-block;
}
html body div#wrapper .section .links-bloc li:not(:last-child)::after, html body div#cookie-consent .section .links-bloc li:not(:last-child)::after {
  content: " | ";
  margin: 0 0.5em;
  color: #fff;
}
html body div#wrapper .section .links-bloc li a:hover, html body div#wrapper .section .links-bloc li a:focus, html body div#wrapper .section .links-bloc li a:active, html body div#cookie-consent .section .links-bloc li a:hover, html body div#cookie-consent .section .links-bloc li a:focus, html body div#cookie-consent .section .links-bloc li a:active {
  text-decoration: underline;
}
html body div#wrapper .section .links-bloc li a div, html body div#cookie-consent .section .links-bloc li a div {
  display: inline-block;
}
html body div#wrapper .section.section-service-home-care, html body div#cookie-consent .section.section-service-home-care {
  margin-bottom: 50px;
}
html body div#wrapper .section.section-service-home-care h4, html body div#cookie-consent .section.section-service-home-care h4 {
  padding-left: 80px;
}
html body div#wrapper .section.section-service-home-care img, html body div#cookie-consent .section.section-service-home-care img {
  margin-top: 10px;
}
html body div#wrapper .section.section-service-home-care ul, html body div#cookie-consent .section.section-service-home-care ul {
  margin-left: 80px;
}
html body div#wrapper .section.section-service-home-care .btn-home-care-bloc, html body div#cookie-consent .section.section-service-home-care .btn-home-care-bloc {
  padding-left: 40px;
  padding-right: 40px;
}
html body div#wrapper .section.agency-search-service-section, html body div#cookie-consent .section.agency-search-service-section {
  position: relative;
}
html body div#wrapper .section.agency-search-service-section .bg-bottom,
html body div#wrapper .section.agency-search-service-section .bg-top, html body div#cookie-consent .section.agency-search-service-section .bg-bottom,
html body div#cookie-consent .section.agency-search-service-section .bg-top {
  position: absolute;
  height: 50%;
  width: 100%;
  z-index: -1;
}
html body div#wrapper .section.agency-search-service-section .bg-top, html body div#cookie-consent .section.agency-search-service-section .bg-top {
  top: 0;
}
html body div#wrapper .section.agency-search-service-section .bg-bottom, html body div#cookie-consent .section.agency-search-service-section .bg-bottom {
  bottom: 0;
}
html body div#wrapper .section.agency-search-service-section .agency-search-service, html body div#cookie-consent .section.agency-search-service-section .agency-search-service {
  background-color: #fff;
  padding: 30px 80px;
}
html body div#wrapper .section.agency-search-service-section .agency-search-service .label-in, html body div#cookie-consent .section.agency-search-service-section .agency-search-service .label-in {
  color: #005CB9;
  line-height: 50px;
}
html body div#wrapper .section.home-visit-service-section, html body div#cookie-consent .section.home-visit-service-section {
  margin-top: 50px;
}
html body div#wrapper .section.home-visit-service-section .portlet .container, html body div#cookie-consent .section.home-visit-service-section .portlet .container {
  padding: 0;
}
html body div#wrapper .section.home-visit-service-section .img-home-visit, html body div#cookie-consent .section.home-visit-service-section .img-home-visit {
  margin-top: -36px;
}
html body div#wrapper .section.home-visit-service-section .button-row, html body div#cookie-consent .section.home-visit-service-section .button-row {
  margin: 50px 0;
}
html body div#wrapper .section.home-visit-service-section .btn-outline-carmine, html body div#cookie-consent .section.home-visit-service-section .btn-outline-carmine {
  height: 3.125rem;
}
@media (max-width: 991.98px) {
  html body div#wrapper .section.home-visit-service-section, html body div#cookie-consent .section.home-visit-service-section {
    background-image: linear-gradient(#eb584e 95%, #fff 0%);
    background-color: inherit !important;
    padding: 28px 18px 0 16px;
  }
  html body div#wrapper .section.home-visit-service-section .div-btn-1, html body div#cookie-consent .section.home-visit-service-section .div-btn-1 {
    padding-right: 0 !important;
    margin-bottom: 1rem;
  }
  html body div#wrapper .section.home-visit-service-section .div-btn-2, html body div#cookie-consent .section.home-visit-service-section .div-btn-2 {
    padding-left: 0 !important;
    margin-bottom: 1.906rem;
  }
  html body div#wrapper .section.home-visit-service-section .img-home-visit, html body div#cookie-consent .section.home-visit-service-section .img-home-visit {
    width: inherit;
  }
}
html body div#wrapper .section.formula-service-section btn, html body div#cookie-consent .section.formula-service-section btn {
  width: 100%;
}
html body div#wrapper .section.faq-service-section a.text-darker.link-underline, html body div#cookie-consent .section.faq-service-section a.text-darker.link-underline {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  text-decoration: underline;
  color: #5c5c5c;
}
html body div#wrapper .section.faq-service-section a.text-darker.link-underline:hover, html body div#wrapper .section.faq-service-section a.text-darker.link-underline:focus, html body div#wrapper .section.faq-service-section a.text-darker.link-underline:active, html body div#cookie-consent .section.faq-service-section a.text-darker.link-underline:hover, html body div#cookie-consent .section.faq-service-section a.text-darker.link-underline:focus, html body div#cookie-consent .section.faq-service-section a.text-darker.link-underline:active {
  text-decoration: none;
}
html body div#wrapper .section.o2-near-you-service-section .flex-container, html body div#cookie-consent .section.o2-near-you-service-section .flex-container {
  display: flex;
}
html body div#wrapper .section.o2-near-you-service-section .flex-container img, html body div#cookie-consent .section.o2-near-you-service-section .flex-container img {
  width: 50%;
}
html body div#wrapper .section.o2-near-you-service-section .flex-container .o2-title, html body div#cookie-consent .section.o2-near-you-service-section .flex-container .o2-title {
  margin: 10px 0;
}
html body div#wrapper .section.o2-near-you-service-section .flex-container .div-container-your-agency, html body div#cookie-consent .section.o2-near-you-service-section .flex-container .div-container-your-agency {
  flex-grow: 1;
  width: 50%;
}
html body div#wrapper .section.o2-near-you-service-section .flex-container .div-container-your-agency .bloc-your-agency, html body div#cookie-consent .section.o2-near-you-service-section .flex-container .div-container-your-agency .bloc-your-agency {
  background-color: #00bfa2;
  height: 50%;
  padding: 1rem;
}
html body div#wrapper .section.o2-near-you-service-section .flex-container .div-container-your-agency .bloc-your-agency .phone-number, html body div#cookie-consent .section.o2-near-you-service-section .flex-container .div-container-your-agency .bloc-your-agency .phone-number {
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  font-size: 30px;
}
html body div#wrapper .section.o2-near-you-service-section .flex-container .div-container-your-agency .bloc-available, html body div#cookie-consent .section.o2-near-you-service-section .flex-container .div-container-your-agency .bloc-available {
  background-color: #f9f5f3;
  height: 50%;
  padding: 1rem;
}
html body div#wrapper .section.o2-near-you-service-section .flex-container .div-container-your-agency .bloc-available .title-bloc-available, html body div#cookie-consent .section.o2-near-you-service-section .flex-container .div-container-your-agency .bloc-available .title-bloc-available {
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #5c5c5c;
}
html body div#wrapper .section.o2-near-you-service-section .col-lg-4, html body div#cookie-consent .section.o2-near-you-service-section .col-lg-4 {
  margin-top: 5rem;
}
html body div#wrapper .section.we-help-you-service-section, html body div#cookie-consent .section.we-help-you-service-section {
  padding: 0 0 6rem 0;
}
html body div#wrapper .section.we-help-you-service-section div, html body div#cookie-consent .section.we-help-you-service-section div {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
}
html body div#wrapper .section.we-help-you-service-section ul li, html body div#cookie-consent .section.we-help-you-service-section ul li {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 50px;
  white-space: nowrap;
  font-size: 1rem;
}
html body div#wrapper .section.we-help-you-service-section ul li.text-medium, html body div#cookie-consent .section.we-help-you-service-section ul li.text-medium {
  line-height: 50px;
  font-size: 1rem;
}
html body div#wrapper .section.need-cleaning-service-section .col-lg-8, html body div#cookie-consent .section.need-cleaning-service-section .col-lg-8 {
  margin-top: -5rem;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("./../images/need-cleaning-service-section.png");
  background-size: contain;
  padding: 30px 90px;
}
html body div#wrapper .section.need-cleaning-service-section .col-lg-8 h2,
html body div#wrapper .section.need-cleaning-service-section .col-lg-8 h3,
html body div#wrapper .section.need-cleaning-service-section .col-lg-8 .row, html body div#cookie-consent .section.need-cleaning-service-section .col-lg-8 h2,
html body div#cookie-consent .section.need-cleaning-service-section .col-lg-8 h3,
html body div#cookie-consent .section.need-cleaning-service-section .col-lg-8 .row {
  position: relative;
  z-index: 100;
}
html body div#wrapper .section.need-cleaning-service-section .col-lg-8 h2 .o2icon,
html body div#wrapper .section.need-cleaning-service-section .col-lg-8 h3 .o2icon,
html body div#wrapper .section.need-cleaning-service-section .col-lg-8 .row .o2icon, html body div#cookie-consent .section.need-cleaning-service-section .col-lg-8 h2 .o2icon,
html body div#cookie-consent .section.need-cleaning-service-section .col-lg-8 h3 .o2icon,
html body div#cookie-consent .section.need-cleaning-service-section .col-lg-8 .row .o2icon {
  padding-left: 0;
}
html body div#wrapper .section.tips-and-news-service-section img, html body div#cookie-consent .section.tips-and-news-service-section img {
  width: 100%;
}
html body div#wrapper .section.tips-and-news-service-section .text-darker, html body div#cookie-consent .section.tips-and-news-service-section .text-darker {
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  color: #5c5c5c;
}
html body div#wrapper .section.tips-and-news-service-section .text-primary, html body div#cookie-consent .section.tips-and-news-service-section .text-primary {
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
}
html body div#wrapper .section.professionals-bloc-section, html body div#cookie-consent .section.professionals-bloc-section {
  margin: 1.5rem 0;
}
@media (max-width: 767.98px) {
  html body div#wrapper .section.professionals-bloc-section, html body div#cookie-consent .section.professionals-bloc-section {
    margin: 1rem 0;
  }
}
html body div#wrapper .section.professionals-bloc-section .btn, html body div#cookie-consent .section.professionals-bloc-section .btn {
  height: 3.125rem;
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
  line-height: 20px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
}
html body div#wrapper .section.professionals-bloc-section .btn .o2-lbl, html body div#cookie-consent .section.professionals-bloc-section .btn .o2-lbl {
  display: contents;
}
@media (max-width: 991.98px) {
  html body div#wrapper .section.professionals-bloc-section .btn, html body div#cookie-consent .section.professionals-bloc-section .btn {
    width: 100%;
    margin-bottom: 1rem;
    height: auto;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
html body div#wrapper .section.professionals-bloc-section ul:not(.list-unstyled):not(.tbar-nav):not(.nav-stacked) > li, html body div#cookie-consent .section.professionals-bloc-section ul:not(.list-unstyled):not(.tbar-nav):not(.nav-stacked) > li {
  font-size: 1.125rem;
}
html body div#wrapper .section.section-header-category-img, html body div#cookie-consent .section.section-header-category-img {
  min-height: 520px;
}
html body div#wrapper .section.section-header-category-img ul li, html body div#cookie-consent .section.section-header-category-img ul li {
  color: #fff !important;
  padding-left: 30px !important;
  margin-bottom: 10px;
}
html body div#wrapper .section.section-header-category-img ul li::before, html body div#cookie-consent .section.section-header-category-img ul li::before {
  color: #fff !important;
}
html body div#wrapper .section.section-header-category-img .col-lg-7 .portlet, html body div#cookie-consent .section.section-header-category-img .col-lg-7 .portlet {
  height: auto;
}
html body div#wrapper .section.section-header-category-img img, html body div#cookie-consent .section.section-header-category-img img {
  position: relative;
  margin-bottom: -40px;
  max-width: 100%;
  z-index: 1;
}
@media (max-width: 991.98px) {
  html body div#wrapper .section.section-header-category-img, html body div#cookie-consent .section.section-header-category-img {
    min-height: auto;
    background-image: linear-gradient(#005CB9 90%, #f9f5f3 0%);
  }
  html body div#wrapper .section.section-header-category-img ul li, html body div#cookie-consent .section.section-header-category-img ul li {
    font-size: 1.063rem !important;
    line-height: 25px !important;
    margin-bottom: 1rem;
  }
  html body div#wrapper .section.section-header-category-img ul li::before, html body div#cookie-consent .section.section-header-category-img ul li::before {
    font-size: 40px !important;
  }
  html body div#wrapper .section.section-header-category-img img, html body div#cookie-consent .section.section-header-category-img img {
    margin-bottom: 0;
  }
  html body div#wrapper .section.o2-near-you-service-section .flex-container img, html body div#cookie-consent .section.o2-near-you-service-section .flex-container img {
    width: 100%;
    margin-top: 1rem;
  }
  html body div#wrapper .section.o2-near-you-service-section .flex-container .div-container-your-agency, html body div#cookie-consent .section.o2-near-you-service-section .flex-container .div-container-your-agency {
    width: 100%;
  }
  html body div#wrapper .section.o2-near-you-service-section .flex-container .div-container-your-agency > div, html body div#cookie-consent .section.o2-near-you-service-section .flex-container .div-container-your-agency > div {
    margin-top: 1rem;
  }
}
html body div#wrapper .section.section-header-city-service .portlet, html body div#cookie-consent .section.section-header-city-service .portlet {
  height: auto !important;
}
html body div#wrapper .section.section-header-city-service .portlet .details-seo, html body div#cookie-consent .section.section-header-city-service .portlet .details-seo {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.125rem;
  line-height: 25px;
  font-family: NexaBold;
  color: #fff;
}
@media (min-width: 768px) {
  html body div#wrapper .section.section-header-city-service .portlet .details-seo, html body div#cookie-consent .section.section-header-city-service .portlet .details-seo {
    padding-bottom: 2.375rem;
  }
}
html body div#wrapper .section.section-header-city-service .dynamic-address-portlet, html body div#cookie-consent .section.section-header-city-service .dynamic-address-portlet {
  margin-top: 50px;
  height: auto;
  z-index: 10;
}
html body div#wrapper .section.section-header-city-service .dynamic-address-portlet .agency-address, html body div#cookie-consent .section.section-header-city-service .dynamic-address-portlet .agency-address {
  min-height: 325px;
}
html body div#wrapper .section.section-header-city-service .dynamic-address-portlet .agency-address .btn-row a.btn, html body div#cookie-consent .section.section-header-city-service .dynamic-address-portlet .agency-address .btn-row a.btn {
  position: relative;
  bottom: auto;
  width: 100%;
}
@media (max-width: 1199.98px) {
  html body div#wrapper .section.section-header-city-service, html body div#cookie-consent .section.section-header-city-service {
    background-color: inherit !important;
    background-image: linear-gradient(#005CB9 84%, #fff 0%);
  }
}
@media (max-width: 991.98px) {
  html body div#wrapper .section.section-header-city-service, html body div#cookie-consent .section.section-header-city-service {
    background-image: linear-gradient(#005CB9 80%, #fff 0%);
  }
}
@media (max-width: 575.98px) {
  html body div#wrapper .section.section-header-city-service .reduce-size, html body div#cookie-consent .section.section-header-city-service .reduce-size {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  html body div#wrapper .section.section-header-city-service div.space, html body div#cookie-consent .section.section-header-city-service div.space {
    height: 80px;
  }
}
html body div#wrapper .section.around-city-service-section, html body div#cookie-consent .section.around-city-service-section {
  padding-bottom: 1.5rem;
}
html body div#wrapper .section.around-city-service-section .mb-n4, html body div#cookie-consent .section.around-city-service-section .mb-n4 {
  margin-bottom: -1.5rem !important;
}
html body div#wrapper .section.around-city-service-section ul, html body div#cookie-consent .section.around-city-service-section ul {
  white-space: pre-wrap;
}
html body div#wrapper .section.around-city-service-section ul li, html body div#cookie-consent .section.around-city-service-section ul li {
  font-family: NexaBook;
  color: #fff;
  line-height: normal;
  font-size: 0.9375rem;
  white-space: pre-line;
}
html body div#wrapper .section.around-city-service-section ul li.text-medium, html body div#cookie-consent .section.around-city-service-section ul li.text-medium {
  line-height: normal;
  font-size: 1rem;
}
html body div#wrapper .section.webcallback-section .webcallback-container, html body div#cookie-consent .section.webcallback-section .webcallback-container {
  padding: 4rem 8rem;
}
html body div#wrapper .section.webcallback-section .webcallback-container .title-input, html body div#cookie-consent .section.webcallback-section .webcallback-container .title-input {
  font-family: NexaBookItalic, Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  color: #005CB9;
}
html body div#wrapper .section.webcallback-section .webcallback-container label.btn, html body div#cookie-consent .section.webcallback-section .webcallback-container label.btn {
  hyphens: auto;
}
html body div#wrapper .section.webcallback-section .webcallback-container label.btn:not(.active), html body div#cookie-consent .section.webcallback-section .webcallback-container label.btn:not(.active) {
  background-color: #fff;
}
html body div#wrapper .section.webcallback-section .webcallback-container .o2icon-webcallback-check, html body div#cookie-consent .section.webcallback-section .webcallback-container .o2icon-webcallback-check {
  font-size: 70px;
  color: white;
}
html body div#wrapper .section.webcallback-section .webcallback-container div.h3, html body div#cookie-consent .section.webcallback-section .webcallback-container div.h3 {
  margin-top: -3rem;
}
html body div#wrapper .section.webcallback-section .webcallback-container .contact-us, html body div#cookie-consent .section.webcallback-section .webcallback-container .contact-us {
  padding: 0 2rem;
  display: inline-flex;
}
@media (min-width: 768px) {
  html body div#wrapper .section.webcallback-section .webcallback-container .form-webcallback button, html body div#cookie-consent .section.webcallback-section .webcallback-container .form-webcallback button {
    width: 215px;
    height: 50px;
  }
}
@media (max-width: 1199.98px) {
  html body div#wrapper .section.webcallback-section .webcallback-container, html body div#cookie-consent .section.webcallback-section .webcallback-container {
    padding: 1rem;
  }
  html body div#wrapper .section.webcallback-section .webcallback-container div.h3, html body div#cookie-consent .section.webcallback-section .webcallback-container div.h3 {
    margin-top: 0rem;
  }
}
@media (max-width: 767.98px) {
  html body div#wrapper .section.webcallback-section .webcallback-container label.btn, html body div#cookie-consent .section.webcallback-section .webcallback-container label.btn {
    font-size: 0.75rem;
  }
  html body div#wrapper .section.webcallback-section .webcallback-container label.btn.immediate, html body div#cookie-consent .section.webcallback-section .webcallback-container label.btn.immediate {
    white-space: nowrap;
    line-height: 30px;
    padding-left: 5px !important;
  }
  html body div#wrapper .section.webcallback-section .webcallback-container .contact-us, html body div#cookie-consent .section.webcallback-section .webcallback-container .contact-us {
    width: 100%;
  }
  html body div#wrapper .section.webcallback-section .webcallback-container .btn[type=submit], html body div#cookie-consent .section.webcallback-section .webcallback-container .btn[type=submit] {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  html body div#wrapper .section.webcallback-section .webcallback-container label.btn, html body div#cookie-consent .section.webcallback-section .webcallback-container label.btn {
    line-height: normal;
    height: auto;
    min-height: inherit;
  }
}
html body div#wrapper .section.express-quote-section, html body div#cookie-consent .section.express-quote-section {
  padding: 30px 90px 90px 90px;
}
@media (max-width: 767.98px) {
  html body div#wrapper .section.express-quote-section .order-mobile, html body div#cookie-consent .section.express-quote-section .order-mobile {
    order: -1;
  }
}
@media (max-width: 575.98px) {
  html body div#wrapper .section.express-quote-section #job-content-modal ul li, html body div#cookie-consent .section.express-quote-section #job-content-modal ul li {
    font-size: 1.0625rem;
  }
  html body div#wrapper .section.express-quote-section #job-content-modal a.btn, html body div#cookie-consent .section.express-quote-section #job-content-modal a.btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
html body div#wrapper .section.express-quote-section h1, html body div#wrapper .section.express-quote-section h2, html body div#wrapper .section.express-quote-section h3, html body div#wrapper .section.express-quote-section h4, html body div#cookie-consent .section.express-quote-section h1, html body div#cookie-consent .section.express-quote-section h2, html body div#cookie-consent .section.express-quote-section h3, html body div#cookie-consent .section.express-quote-section h4 {
  text-align: center;
}
html body div#wrapper .section.express-quote-section .o2icon-devis-check, html body div#cookie-consent .section.express-quote-section .o2icon-devis-check {
  font-size: 70px;
}
html body div#wrapper .section.express-quote-section label, html body div#cookie-consent .section.express-quote-section label {
  width: 100%;
}
html body div#wrapper .section.express-quote-section label.radio-card, html body div#cookie-consent .section.express-quote-section label.radio-card {
  margin-bottom: 1.5rem;
}
html body div#wrapper .section.express-quote-section label.radio-card .card, html body div#cookie-consent .section.express-quote-section label.radio-card .card {
  position: relative;
}
html body div#wrapper .section.express-quote-section label.radio-card .card.card-body, html body div#cookie-consent .section.express-quote-section label.radio-card .card.card-body {
  width: 100%;
  height: 11rem;
  margin: 0;
  word-break: break-word;
}
html body div#wrapper .section.express-quote-section label.radio-card .card.card-body .check-icon, html body div#cookie-consent .section.express-quote-section label.radio-card .card.card-body .check-icon {
  position: absolute;
  top: 1.5rem;
  width: 100%;
  left: 0;
}
html body div#wrapper .section.express-quote-section label.radio-card .card.card-body .search-card, html body div#cookie-consent .section.express-quote-section label.radio-card .card.card-body .search-card {
  padding-top: 1.5rem;
}
html body div#wrapper .section.express-quote-section label.radio-card .card.card-body .search-card .check-icon, html body div#cookie-consent .section.express-quote-section label.radio-card .card.card-body .search-card .check-icon {
  top: 0rem;
}
html body div#wrapper .section.express-quote-section label.btn, html body div#cookie-consent .section.express-quote-section label.btn {
  hyphens: auto;
}
html body div#wrapper .section.express-quote-section label.btn:not(.active), html body div#cookie-consent .section.express-quote-section label.btn:not(.active) {
  background-color: #fff;
}
html body div#wrapper .section.express-quote-section .button-validate, html body div#cookie-consent .section.express-quote-section .button-validate {
  margin-top: 3rem;
}
html body div#wrapper .section.express-quote-section .underline-text, html body div#cookie-consent .section.express-quote-section .underline-text {
  text-decoration: underline;
}
html body div#wrapper .section.express-quote-section .customer-service h4,
html body div#wrapper .section.express-quote-section .customer-service h3, html body div#cookie-consent .section.express-quote-section .customer-service h4,
html body div#cookie-consent .section.express-quote-section .customer-service h3 {
  text-align: left;
}
html body div#wrapper .section.express-quote-section .agency-search-not-found, html body div#cookie-consent .section.express-quote-section .agency-search-not-found {
  padding: 0 120px;
  text-align: center;
}
html body div#wrapper .section.express-quote-section .agency-search-not-found img, html body div#cookie-consent .section.express-quote-section .agency-search-not-found img {
  margin: 3rem auto !important;
}
@media (max-width: 991.98px) {
  html body div#wrapper .section.express-quote-section, html body div#cookie-consent .section.express-quote-section {
    padding: 1rem;
  }
  html body div#wrapper .section.express-quote-section h1, html body div#wrapper .section.express-quote-section h2, html body div#wrapper .section.express-quote-section h3, html body div#wrapper .section.express-quote-section h4, html body div#cookie-consent .section.express-quote-section h1, html body div#cookie-consent .section.express-quote-section h2, html body div#cookie-consent .section.express-quote-section h3, html body div#cookie-consent .section.express-quote-section h4 {
    text-align: left;
  }
  html body div#wrapper .section.express-quote-section .form-step, html body div#cookie-consent .section.express-quote-section .form-step {
    padding-top: 3.75rem;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  html body div#wrapper .section.express-quote-section .form-step, html body div#cookie-consent .section.express-quote-section .form-step {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 991.98px) {
  html body div#wrapper .section.express-quote-section .agency-search-not-found, html body div#cookie-consent .section.express-quote-section .agency-search-not-found {
    padding: 0 2rem;
  }
  html body div#wrapper .section.express-quote-section .card.card-body, html body div#cookie-consent .section.express-quote-section .card.card-body {
    height: 10rem;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  html body div#wrapper .section.express-quote-section .card.card-body.card-primary, html body div#cookie-consent .section.express-quote-section .card.card-body.card-primary {
    line-height: 20px;
  }
}
@media (max-width: 991.98px) {
  html body div#wrapper .section.express-quote-section .card.card-body .check-icon, html body div#cookie-consent .section.express-quote-section .card.card-body .check-icon {
    top: 1rem;
  }
  html body div#wrapper .section.express-quote-section .row.row-step, html body div#cookie-consent .section.express-quote-section .row.row-step {
    margin-bottom: 2rem;
  }
  html body div#wrapper .section.express-quote-section .row .bloc-contact, html body div#cookie-consent .section.express-quote-section .row .bloc-contact {
    margin-bottom: 1rem;
  }
  html body div#wrapper .section.express-quote-section .row .bg-secondary, html body div#cookie-consent .section.express-quote-section .row .bg-secondary {
    margin: 1rem;
  }
  html body div#wrapper .section.express-quote-section .row .btn-validate, html body div#cookie-consent .section.express-quote-section .row .btn-validate {
    width: 100%;
    margin-top: 2rem;
  }
  html body div#wrapper .section.express-quote-section .row .btn, html body div#cookie-consent .section.express-quote-section .row .btn {
    line-height: normal;
    width: 100%;
  }
  html body div#wrapper .section.express-quote-section .row label.btn, html body div#cookie-consent .section.express-quote-section .row label.btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  html body div#wrapper .section.express-quote-section .row .button-validate, html body div#cookie-consent .section.express-quote-section .row .button-validate {
    width: 100%;
  }
  html body div#wrapper .section.express-quote-section .row .button-validate .btn, html body div#cookie-consent .section.express-quote-section .row .button-validate .btn {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  html body div#wrapper .section .choice-label, html body div#cookie-consent .section .choice-label {
    bottom: 2.2rem;
  }
}
@media (max-width: 1199.98px) {
  html body div#wrapper .section .choice-label, html body div#cookie-consent .section .choice-label {
    bottom: 1.2rem;
  }
}
html body div#wrapper .s5-civ-mme, html body div#cookie-consent .s5-civ-mme {
  margin-left: 12px;
}
html body div#wrapper .s5-container, html body div#cookie-consent .s5-container {
  display: flex;
  flex-direction: column;
  margin-top: -7%;
  margin-left: 11%;
  width: 77%;
}
html body div#wrapper .s5-mr-t, html body div#cookie-consent .s5-mr-t {
  margin-top: -20px;
}
html body div#wrapper .check-left, html body div#cookie-consent .check-left {
  margin-left: 9% !important;
  margin-top: -2%;
  margin-bottom: 6%;
}
html body div#wrapper .check-mar, html body div#cookie-consent .check-mar {
  margin-top: -31px;
}
html body div#wrapper .s5-sub-container, html body div#cookie-consent .s5-sub-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-content: stretch;
  justify-content: space-between;
  max-width: 600px;
  margin-top: -7%;
}
html body div#wrapper .inv, html body div#cookie-consent .inv {
  margin-top: -4%;
  margin-bottom: 0%;
}
html body div#wrapper .mt-10, html body div#cookie-consent .mt-10 {
  margin-top: 7px !important;
}
html body div#wrapper .mmm-6, html body div#cookie-consent .mmm-6 {
  margin-bottom: -6% !important;
}
html body div#wrapper .ms5-9, html body div#cookie-consent .ms5-9 {
  margin-left: 55px !important;
}
html body div#wrapper .coverd-city-main-flex, html body div#cookie-consent .coverd-city-main-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3%;
  text-align: center !important;
}
html body div#wrapper .alert-lead, html body div#cookie-consent .alert-lead {
  margin-bottom: 6%;
  margin-top: -11%;
  width: 100%;
  margin-right: 13%;
}
html body div#wrapper .coordinates-center-text, html body div#cookie-consent .coordinates-center-text {
  display: flex !important;
  justify-content: center;
  text-align: center;
}
@media (max-width: 575px) {
  html body div#wrapper .coverd-city-main-flex, html body div#cookie-consent .coverd-city-main-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3%;
    white-space: normal;
  }
  html body div#wrapper .text-center-area, html body div#cookie-consent .text-center-area {
    text-align: center !important;
  }
  html body div#wrapper .text-in-the-center, html body div#cookie-consent .text-in-the-center {
    text-align: center !important;
    margin-bottom: 14px !important;
  }
  html body div#wrapper .coordinates-center-text, html body div#cookie-consent .coordinates-center-text {
    display: none !important;
  }
  html body div#wrapper .alert-lead, html body div#cookie-consent .alert-lead {
    margin-bottom: 6%;
    margin-top: -11%;
    width: 100%;
    margin-right: 0%;
  }
  html body div#wrapper .ms5-9, html body div#cookie-consent .ms5-9 {
    margin-left: -23px !important;
  }
  html body div#wrapper .cn-f, html body div#cookie-consent .cn-f {
    margin-left: 50px;
    white-space: nowrap;
  }
  html body div#wrapper .mml-0, html body div#cookie-consent .mml-0 {
    margin-left: 0 !important;
  }
  html body div#wrapper .span-info-down, html body div#cookie-consent .span-info-down {
    font-size: 9px !important;
    padding: 0% 11% 4%;
    color: rgba(0, 0, 0, 0.5098039216) !important;
  }
  html body div#wrapper .w-g, html body div#cookie-consent .w-g {
    width: 100% !important;
    max-width: 600px !important;
    white-space: nowrap;
    padding-left: 4% !important;
  }
}
html body div#wrapper .dd-color, html body div#cookie-consent .dd-color {
  background: #CCEBE3;
  border-color: #CCEBE3;
}
html body div#wrapper .btnhovered, html body div#cookie-consent .btnhovered {
  background-color: #235AA5 !important;
}
html body div#wrapper .age-button.hovered, html body div#cookie-consent .age-button.hovered {
  background-color: #235AA5 !important;
  color: white !important;
  border-color: #235AA5 !important;
}
html body div#wrapper .age-button.hovered h4, html body div#cookie-consent .age-button.hovered h4 {
  color: white !important;
}
html body div#wrapper .four-boxs, html body div#cookie-consent .four-boxs {
  margin-top: -10px !important;
}
html body div#wrapper .lab-rdv, html body div#cookie-consent .lab-rdv {
  margin-top: 0% !important;
}
html body div#wrapper .section.section-service-and-city-formulas .faq, html body div#cookie-consent .section.section-service-and-city-formulas .faq {
  border-top: none;
}
html body div#wrapper .section.section-service-and-city-formulas.desktop-container .rubrique, html body div#cookie-consent .section.section-service-and-city-formulas.desktop-container .rubrique {
  margin-left: -1.5rem;
}
html body div#wrapper .section.section-service-and-city-formulas.desktop-container ul, html body div#cookie-consent .section.section-service-and-city-formulas.desktop-container ul {
  -webkit-text-stroke: 0 #000000;
  font-family: NexaBookItalic, Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin-left: 5rem;
  margin-top: -3rem;
  line-height: 20px;
}
html body div#wrapper .section.section-service-and-city-formulas.desktop-container ul li, html body div#cookie-consent .section.section-service-and-city-formulas.desktop-container ul li {
  margin-left: 1.375rem;
  transition: all 0.5s ease;
  margin-bottom: 0.75rem;
}
html body div#wrapper .section.section-service-and-city-formulas.desktop-container ul li .o2icon, html body div#cookie-consent .section.section-service-and-city-formulas.desktop-container ul li .o2icon {
  font-size: 1rem;
  transition: all 0.5s ease;
  margin-right: 0.5rem;
}
html body div#wrapper .section.section-service-and-city-formulas.desktop-container ul li .o2icon.o2icon-info-unavailable:before, html body div#cookie-consent .section.section-service-and-city-formulas.desktop-container ul li .o2icon.o2icon-info-unavailable:before {
  opacity: 1;
  display: inline-block;
  margin-top: 0.15rem;
  color: #e0e0e0;
}
html body div#wrapper .section.section-service-and-city-formulas.desktop-container ul li .o2icon.o2icon-action-check:before, html body div#cookie-consent .section.section-service-and-city-formulas.desktop-container ul li .o2icon.o2icon-action-check:before {
  color: #ca337e;
  display: none;
  margin-top: 0.15rem;
}
html body div#wrapper .section.section-service-and-city-formulas.desktop-container ul li.checked .o2icon-info-unavailable:before, html body div#cookie-consent .section.section-service-and-city-formulas.desktop-container ul li.checked .o2icon-info-unavailable:before {
  opacity: 0;
  display: none;
  margin-top: 0.15rem;
}
html body div#wrapper .section.section-service-and-city-formulas.desktop-container ul li.checked .o2icon-action-check:before, html body div#cookie-consent .section.section-service-and-city-formulas.desktop-container ul li.checked .o2icon-action-check:before {
  color: #ca337e;
  opacity: 1;
  display: inline-block;
  margin-top: 0.15rem;
}
html body div#wrapper .section.section-service-and-city-formulas.desktop-container ul li.checked .text-formulas, html body div#cookie-consent .section.section-service-and-city-formulas.desktop-container ul li.checked .text-formulas {
  color: #ca337e;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
}
html body div#wrapper .section.section-service-and-city-formulas.desktop-container .text-formulas, html body div#cookie-consent .section.section-service-and-city-formulas.desktop-container .text-formulas {
  display: flex;
  margin-left: 1.5rem;
  color: #9a9a9a;
}
html body div#wrapper .section.section-service-and-city-formulas.desktop-container .btn.btn-formulas, html body div#cookie-consent .section.section-service-and-city-formulas.desktop-container .btn.btn-formulas {
  border-radius: 6.25rem;
  min-height: 2.81rem;
  line-height: 30px !important;
  min-width: 11rem;
  border: solid 2px transparent;
  padding: 0.375rem 1rem 0.25rem 1rem;
}
html body div#wrapper .section.section-service-and-city-formulas.desktop-container .btn.btn-formulas:hover, html body div#wrapper .section.section-service-and-city-formulas.desktop-container .btn.btn-formulas:focus, html body div#wrapper .section.section-service-and-city-formulas.desktop-container .btn.btn-formulas:active, html body div#wrapper .section.section-service-and-city-formulas.desktop-container .btn.btn-formulas:not(:disabled):not(.disabled):active, html body div#cookie-consent .section.section-service-and-city-formulas.desktop-container .btn.btn-formulas:hover, html body div#cookie-consent .section.section-service-and-city-formulas.desktop-container .btn.btn-formulas:focus, html body div#cookie-consent .section.section-service-and-city-formulas.desktop-container .btn.btn-formulas:active, html body div#cookie-consent .section.section-service-and-city-formulas.desktop-container .btn.btn-formulas:not(:disabled):not(.disabled):active {
  border: solid 2px #ca337e;
  font-family: Nexabold, Arial, Helvetica, sans-serif;
}
html body div#wrapper .section.section-service-and-city-formulas.desktop-container .btn.btn-formulas.focus, html body div#cookie-consent .section.section-service-and-city-formulas.desktop-container .btn.btn-formulas.focus {
  border: solid 2px #ca337e;
  font-family: Nexabold, Arial, Helvetica, sans-serif;
}
html body div#wrapper .section.section-service-and-city-formulas.desktop-container .btn-div, html body div#cookie-consent .section.section-service-and-city-formulas.desktop-container .btn-div {
  flex-wrap: initial;
}
html body div#wrapper .section.section-service-and-city-formulas.desktop-container .btn[type=submit], html body div#cookie-consent .section.section-service-and-city-formulas.desktop-container .btn[type=submit] {
  padding-left: 4rem;
  padding-right: 4rem;
}
html body div#wrapper .section.section-service-and-city-formulas.desktop-container .btn-outline-fuchsia:focus, html body div#wrapper .section.section-service-and-city-formulas.desktop-container .btn-outline-fuchsia.focus, html body div#wrapper .section.section-service-and-city-formulas.desktop-container .btn-outline-fuchsia:active, html body div#wrapper .section.section-service-and-city-formulas.desktop-container .btn-outline-fuchsia.active, html body div#cookie-consent .section.section-service-and-city-formulas.desktop-container .btn-outline-fuchsia:focus, html body div#cookie-consent .section.section-service-and-city-formulas.desktop-container .btn-outline-fuchsia.focus, html body div#cookie-consent .section.section-service-and-city-formulas.desktop-container .btn-outline-fuchsia:active, html body div#cookie-consent .section.section-service-and-city-formulas.desktop-container .btn-outline-fuchsia.active {
  box-shadow: none;
}
html body div#wrapper .section.section-service-and-city-formulas.desktop-container .text-rubrique, html body div#cookie-consent .section.section-service-and-city-formulas.desktop-container .text-rubrique {
  margin-left: 0.2rem;
  -webkit-text-stroke: 0 #000;
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}
html body div#wrapper .section.section-service-and-city-formulas.desktop-container .text-fuchsia, html body div#cookie-consent .section.section-service-and-city-formulas.desktop-container .text-fuchsia {
  color: #ca337e !important;
}
html body div#wrapper .section.section-service-and-city-formulas.desktop-container .text-rubrique-div, html body div#cookie-consent .section.section-service-and-city-formulas.desktop-container .text-rubrique-div {
  display: inline-block;
  margin-left: 1rem;
}
html body div#wrapper .section.section-service-and-city-formulas.desktop-container .image-div, html body div#cookie-consent .section.section-service-and-city-formulas.desktop-container .image-div {
  border-radius: 50%;
  width: 4.85rem;
  height: 4.85rem;
  background: #fff;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
html body div#wrapper .section.section-service-and-city-formulas.desktop-container img.img-rubrique, html body div#cookie-consent .section.section-service-and-city-formulas.desktop-container img.img-rubrique {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199.98px) {
  html body div#wrapper .section.section-service-and-city-formulas.mobile-container .faq, html body div#cookie-consent .section.section-service-and-city-formulas.mobile-container .faq {
    padding: 0.15rem !important;
  }
  html body div#wrapper .section.section-service-and-city-formulas.mobile-container .o2icon.o2icon-arrow-down, html body div#cookie-consent .section.section-service-and-city-formulas.mobile-container .o2icon.o2icon-arrow-down {
    font-size: 40px;
  }
  html body div#wrapper .section.section-service-and-city-formulas.mobile-container .card-body img, html body div#cookie-consent .section.section-service-and-city-formulas.mobile-container .card-body img {
    width: 68px;
  }
  html body div#wrapper .section.section-service-and-city-formulas.mobile-container .card, html body div#cookie-consent .section.section-service-and-city-formulas.mobile-container .card {
    margin-bottom: 0.625rem;
    border-bottom: none;
    padding-left: 0.938rem;
    padding-right: 0.938rem;
  }
  html body div#wrapper .section.section-service-and-city-formulas.mobile-container .card .card-body, html body div#cookie-consent .section.section-service-and-city-formulas.mobile-container .card .card-body {
    padding-bottom: 0;
    padding-left: 0;
  }
  html body div#wrapper .section.section-service-and-city-formulas.mobile-container .card .card-body .header-bloc, html body div#cookie-consent .section.section-service-and-city-formulas.mobile-container .card .card-body .header-bloc {
    margin-bottom: 0.5rem;
  }
  html body div#wrapper .section.section-service-and-city-formulas.mobile-container .card .card-body img, html body div#cookie-consent .section.section-service-and-city-formulas.mobile-container .card .card-body img {
    width: 50px;
    margin-right: 0.938rem;
  }
  html body div#wrapper .section.section-service-and-city-formulas.mobile-container .card button span.pull-left, html body div#cookie-consent .section.section-service-and-city-formulas.mobile-container .card button span.pull-left {
    margin-top: 0.25rem;
  }
  html body div#wrapper .section.section-service-and-city-formulas.mobile-container .text-formulas, html body div#cookie-consent .section.section-service-and-city-formulas.mobile-container .text-formulas {
    display: flex;
    margin-left: 1.5rem;
    color: #9a9a9a;
  }
  html body div#wrapper .section.section-service-and-city-formulas.mobile-container .text-rubrique, html body div#cookie-consent .section.section-service-and-city-formulas.mobile-container .text-rubrique {
    -webkit-text-stroke: 0 #000;
    font-family: NexaBold, Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 25px;
  }
  html body div#wrapper .section.section-service-and-city-formulas.mobile-container .btn.btn-formulas, html body div#cookie-consent .section.section-service-and-city-formulas.mobile-container .btn.btn-formulas {
    width: 100%;
    border-radius: 0;
    border: hidden;
    line-height: 30px !important;
    padding-left: 0;
    padding-right: 2.5rem;
    text-align: left;
  }
  html body div#wrapper .section.section-service-and-city-formulas.mobile-container .btn.btn-formulas:hover, html body div#wrapper .section.section-service-and-city-formulas.mobile-container .btn.btn-formulas:focus, html body div#wrapper .section.section-service-and-city-formulas.mobile-container .btn.btn-formulas:active, html body div#wrapper .section.section-service-and-city-formulas.mobile-container .btn.btn-formulas:not(:disabled):not(.disabled):active, html body div#cookie-consent .section.section-service-and-city-formulas.mobile-container .btn.btn-formulas:hover, html body div#cookie-consent .section.section-service-and-city-formulas.mobile-container .btn.btn-formulas:focus, html body div#cookie-consent .section.section-service-and-city-formulas.mobile-container .btn.btn-formulas:active, html body div#cookie-consent .section.section-service-and-city-formulas.mobile-container .btn.btn-formulas:not(:disabled):not(.disabled):active {
    border: hidden;
    box-shadow: none;
    font-weight: bold;
  }
  html body div#wrapper .section.section-service-and-city-formulas.mobile-container .btn.text-button, html body div#cookie-consent .section.section-service-and-city-formulas.mobile-container .btn.text-button {
    font-family: NexaBold, Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.25;
  }
  html body div#wrapper .section.section-service-and-city-formulas.mobile-container .btn.collapsed, html body div#cookie-consent .section.section-service-and-city-formulas.mobile-container .btn.collapsed {
    width: 100%;
    border: hidden;
  }
  html body div#wrapper .section.section-service-and-city-formulas.mobile-container .btn .o2icon-arrow-down, html body div#cookie-consent .section.section-service-and-city-formulas.mobile-container .btn .o2icon-arrow-down {
    transition: transform 0.5s ease;
  }
  html body div#wrapper .section.section-service-and-city-formulas.mobile-container .btn:not(.collapsed) .o2icon-arrow-down, html body div#cookie-consent .section.section-service-and-city-formulas.mobile-container .btn:not(.collapsed) .o2icon-arrow-down {
    transform: rotate(180deg);
    transition: transform 0.5s ease;
  }
  html body div#wrapper .section.section-service-and-city-formulas.mobile-container ul, html body div#cookie-consent .section.section-service-and-city-formulas.mobile-container ul {
    list-style: none;
    margin-top: 0.5rem;
    margin-right: 1.5rem;
    line-height: 25px;
    padding-left: 2.5rem;
  }
  html body div#wrapper .section.section-service-and-city-formulas.mobile-container ul li, html body div#cookie-consent .section.section-service-and-city-formulas.mobile-container ul li {
    margin-bottom: 0.75rem;
    transition: all 0.5s ease;
    -webkit-text-stroke: 0 #000;
    font-family: NexaBookItalic, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 20px;
  }
  html body div#wrapper .section.section-service-and-city-formulas.mobile-container ul li .o2icon, html body div#cookie-consent .section.section-service-and-city-formulas.mobile-container ul li .o2icon {
    font-size: 1rem;
    transition: all 0.5s ease;
  }
  html body div#wrapper .section.section-service-and-city-formulas.mobile-container ul li .o2icon.o2icon-info-unavailable:before, html body div#cookie-consent .section.section-service-and-city-formulas.mobile-container ul li .o2icon.o2icon-info-unavailable:before {
    opacity: 1;
    display: inline-block;
    margin-top: 0.15rem;
    color: #e0e0e0;
  }
  html body div#wrapper .section.section-service-and-city-formulas.mobile-container ul li .o2icon.o2icon-action-check:before, html body div#cookie-consent .section.section-service-and-city-formulas.mobile-container ul li .o2icon.o2icon-action-check:before {
    color: #ca337e;
    display: none;
  }
  html body div#wrapper .section.section-service-and-city-formulas.mobile-container ul li.checked .o2icon-info-unavailable:before, html body div#cookie-consent .section.section-service-and-city-formulas.mobile-container ul li.checked .o2icon-info-unavailable:before {
    opacity: 0;
    display: none;
    margin-top: 0.15rem;
  }
  html body div#wrapper .section.section-service-and-city-formulas.mobile-container ul li.checked .o2icon-action-check:before, html body div#cookie-consent .section.section-service-and-city-formulas.mobile-container ul li.checked .o2icon-action-check:before {
    color: #ca337e;
    opacity: 1;
    display: inline-block;
    margin-top: 0.15rem;
  }
  html body div#wrapper .section.section-service-and-city-formulas.mobile-container ul li.checked .text-formulas, html body div#cookie-consent .section.section-service-and-city-formulas.mobile-container ul li.checked .text-formulas {
    color: #ca337e;
    font-family: NexaBook, Arial, Helvetica, sans-serif;
  }
  html body div#wrapper .section.section-service-and-city-formulas.mobile-container .btn[type=submit], html body div#cookie-consent .section.section-service-and-city-formulas.mobile-container .btn[type=submit] {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
html body div#wrapper .section.type-prestation-header-section .text-header-formule, html body div#cookie-consent .section.type-prestation-header-section .text-header-formule {
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.563rem;
  color: #fff;
}
html body div#wrapper .section.type-prestation-header-section ul, html body div#cookie-consent .section.type-prestation-header-section ul {
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.563rem;
  color: #fff;
  padding-bottom: 3rem;
}
html body div#wrapper .section.type-prestation-header-section ul li, html body div#cookie-consent .section.type-prestation-header-section ul li {
  margin-bottom: 1rem;
  display: inline-block;
}
html body div#wrapper .section.type-prestation-header-section ul li:not(:last-child)::after, html body div#cookie-consent .section.type-prestation-header-section ul li:not(:last-child)::after {
  content: " ";
  margin: 0 1.5rem 0 1.5rem;
  border-right: 3px solid #fff;
  border-width: medium;
}
html body div#wrapper .section.type-prestation-header-section ul li::before, html body div#cookie-consent .section.type-prestation-header-section ul li::before {
  content: " ";
  border-left: none;
}
html body div#wrapper .section.type-prestation-header-section ul li:hover, html body div#cookie-consent .section.type-prestation-header-section ul li:hover {
  text-decoration: underline;
  cursor: pointer;
}
html body div#wrapper .section.type-prestation-header-section ul li a, html body div#cookie-consent .section.type-prestation-header-section ul li a {
  color: #fff;
}
html body div#wrapper .section.type-prestation-header-section ul li a:hover, html body div#wrapper .section.type-prestation-header-section ul li a:focus, html body div#wrapper .section.type-prestation-header-section ul li a:active, html body div#cookie-consent .section.type-prestation-header-section ul li a:hover, html body div#cookie-consent .section.type-prestation-header-section ul li a:focus, html body div#cookie-consent .section.type-prestation-header-section ul li a:active {
  text-decoration: underline;
}
html body div#wrapper .section.type-prestation-header-section ul li a div, html body div#cookie-consent .section.type-prestation-header-section ul li a div {
  display: inline-block;
}
@media (max-width: 991.98px) {
  html body div#wrapper .section.type-prestation-header-section .text-medium, html body div#cookie-consent .section.type-prestation-header-section .text-medium {
    font-size: 1.125rem;
  }
  html body div#wrapper .section.type-prestation-header-section ul, html body div#cookie-consent .section.type-prestation-header-section ul {
    font-size: 1.063rem;
    padding-bottom: 1rem;
  }
  html body div#wrapper .section.type-prestation-header-section ul li, html body div#cookie-consent .section.type-prestation-header-section ul li {
    margin-bottom: 2rem;
    display: inline-block;
  }
  html body div#wrapper .section.type-prestation-header-section ul li a, html body div#cookie-consent .section.type-prestation-header-section ul li a {
    color: #fff;
  }
  html body div#wrapper .section.type-prestation-header-section ul li::before, html body div#cookie-consent .section.type-prestation-header-section ul li::before {
    content: " ";
    margin: 0 1em 0 0;
    border-left: 3px solid #fff;
    border-width: medium;
  }
  html body div#wrapper .section.type-prestation-header-section ul li:not(:last-child)::after, html body div#cookie-consent .section.type-prestation-header-section ul li:not(:last-child)::after {
    content: " ";
    border-right: none;
  }
}
@media (max-width: 575.98px) {
  html body div#wrapper .section.type-prestation-header-section ul li, html body div#cookie-consent .section.type-prestation-header-section ul li {
    display: block;
  }
}
html body div#wrapper .section.title-intro-formule-section, html body div#cookie-consent .section.title-intro-formule-section {
  padding-bottom: 2rem;
}
html body div#wrapper .section.title-intro-formule-section .text-costumer, html body div#cookie-consent .section.title-intro-formule-section .text-costumer {
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  font-size: 0.938rem;
  line-height: 1.125rem;
}
html body div#wrapper .section.title-intro-formule-section .o2-title, html body div#cookie-consent .section.title-intro-formule-section .o2-title {
  margin: 1.875rem 0;
}
html body div#wrapper .section.title-intro-formule-section .quotes-container, html body div#cookie-consent .section.title-intro-formule-section .quotes-container {
  background-color: #ee956f;
  min-width: 21.813rem;
  padding: 1rem 1rem 1rem 1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
html body div#wrapper .section.title-intro-formule-section .quotes-container:after, html body div#cookie-consent .section.title-intro-formule-section .quotes-container:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 100%;
  border-style: solid;
  border-width: 0.654rem 0 0 0.925rem;
  border-color: transparent transparent transparent #ee956f;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  html body div#wrapper .section.title-intro-formule-section .quotes-container, html body div#cookie-consent .section.title-intro-formule-section .quotes-container {
    left: 35%;
  }
}
html body div#wrapper .section.title-intro-formule-section img, html body div#cookie-consent .section.title-intro-formule-section img {
  width: auto;
  height: auto;
  border-radius: 50%;
}
html body div#wrapper .section.title-intro-formule-section .imag-div, html body div#cookie-consent .section.title-intro-formule-section .imag-div {
  float: right;
}
html body div#wrapper .section.title-intro-formule-section .bloc-quotes, html body div#cookie-consent .section.title-intro-formule-section .bloc-quotes {
  margin-top: 2rem;
}
@media (max-width: 991.98px) {
  html body div#wrapper .section.title-intro-formule-section .quotes-container, html body div#cookie-consent .section.title-intro-formule-section .quotes-container {
    background-color: #ee956f;
    margin-top: 2rem;
    min-width: initial;
    min-height: 6rem;
    padding: 1rem 1rem 1rem 1rem;
    position: relative;
    left: 0px;
    top: 0px;
    transform: none;
  }
  html body div#wrapper .section.title-intro-formule-section .quotes-container:after, html body div#cookie-consent .section.title-intro-formule-section .quotes-container:after {
    content: "";
    display: block;
    position: absolute;
    top: 98%;
    left: 10%;
    border-top: solid 3.125rem #ee956f;
    border-left: solid 3.125rem transparent;
    border-width: 2.5rem 0 0 3.563rem;
  }
  html body div#wrapper .section.title-intro-formule-section img, html body div#cookie-consent .section.title-intro-formule-section img {
    width: 6.25rem;
    height: 6.25rem;
  }
  html body div#wrapper .section.title-intro-formule-section .imag-div, html body div#cookie-consent .section.title-intro-formule-section .imag-div {
    text-align: center;
    margin-top: 1rem;
    float: none;
  }
  html body div#wrapper .section.title-intro-formule-section .bloc-quotes, html body div#cookie-consent .section.title-intro-formule-section .bloc-quotes {
    margin-top: 0rem;
  }
  html body div#wrapper .section.title-intro-formule-section .title-formule, html body div#cookie-consent .section.title-intro-formule-section .title-formule {
    display: block;
  }
}
html body div#wrapper .section.section-tariff-prestation, html body div#cookie-consent .section.section-tariff-prestation {
  padding: 2rem;
}
html body div#wrapper .section.section-tariff-prestation img, html body div#cookie-consent .section.section-tariff-prestation img {
  width: 100%;
  margin-top: 2.688rem;
  margin-bottom: 1.769rem;
}
html body div#wrapper .section.section-tariff-prestation .text-example, html body div#cookie-consent .section.section-tariff-prestation .text-example {
  width: 50%;
}
html body div#wrapper .section.section-tariff-prestation .text-tariff, html body div#cookie-consent .section.section-tariff-prestation .text-tariff {
  padding-right: 4rem;
}
html body div#wrapper .section.section-tariff-prestation .link-tariff, html body div#cookie-consent .section.section-tariff-prestation .link-tariff {
  text-decoration: underline;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  font-size: 0.938rem;
  line-height: 19px;
}
html body div#wrapper .section.section-tariff-prestation .text-tiny-bold, html body div#cookie-consent .section.section-tariff-prestation .text-tiny-bold {
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
}
html body div#wrapper .section.section-tariff-prestation .legal-text, html body div#cookie-consent .section.section-tariff-prestation .legal-text {
  margin-bottom: 1.75rem;
  padding-right: 5rem;
}
html body div#wrapper .section.section-tariff-prestation .tarrif-prestation-title-1, html body div#cookie-consent .section.section-tariff-prestation .tarrif-prestation-title-1 {
  margin-bottom: 1.938rem;
}
html body div#wrapper .section.section-tariff-prestation .text-hourly-tariff, html body div#cookie-consent .section.section-tariff-prestation .text-hourly-tariff {
  font-family: NexaBold;
  font-size: 1.125rem;
  line-height: 25px;
}
html body div#wrapper .section.section-tariff-prestation .breadcrumb-tariff, html body div#cookie-consent .section.section-tariff-prestation .breadcrumb-tariff {
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
  counter-reset: flag;
  margin-bottom: 1.5rem;
  width: 100%;
}
html body div#wrapper .section.section-tariff-prestation .breadcrumb-tariff div, html body div#cookie-consent .section.section-tariff-prestation .breadcrumb-tariff div {
  float: left;
  position: relative;
}
html body div#wrapper .section.section-tariff-prestation .breadcrumb-tariff div:first-child, html body div#cookie-consent .section.section-tariff-prestation .breadcrumb-tariff div:first-child {
  width: 47%;
  height: 100%;
  padding: 1.5rem;
  border: solid 1px #005CB9;
  border-radius: 5px 0 0 5px;
  color: #005CB9;
  background-color: white;
}
html body div#wrapper .section.section-tariff-prestation .breadcrumb-tariff div:first-child .d-block.text-tiny-mobile, html body div#cookie-consent .section.section-tariff-prestation .breadcrumb-tariff div:first-child .d-block.text-tiny-mobile {
  font-size: 0.938rem;
}
html body div#wrapper .section.section-tariff-prestation .breadcrumb-tariff div:last-child, html body div#cookie-consent .section.section-tariff-prestation .breadcrumb-tariff div:last-child {
  border-radius: 0 5px 5px 0;
  background-color: #005CB9;
  width: 53%;
  height: 100%;
  color: white;
  padding: 1rem 1.25rem 1.6rem 2.5rem;
}
html body div#wrapper .section.section-tariff-prestation .breadcrumb-tariff div:last-child .text-hourly-tariff, html body div#cookie-consent .section.section-tariff-prestation .breadcrumb-tariff div:last-child .text-hourly-tariff {
  font-size: 0.938rem;
}
html body div#wrapper .section.section-tariff-prestation .breadcrumb-tariff div:after, html body div#cookie-consent .section.section-tariff-prestation .breadcrumb-tariff div:after {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 100%;
  border-style: solid;
  border-width: 3.38rem 0 3.38rem 0.938rem;
  border-color: transparent transparent transparent #fff;
}
html body div#wrapper .section.section-tariff-prestation .breadcrumb-tariff div:last-child:after, html body div#cookie-consent .section.section-tariff-prestation .breadcrumb-tariff div:last-child:after {
  content: none;
}
@media (max-width: 991.98px) {
  html body div#wrapper .section.section-tariff-prestation .breadcrumb-tariff, html body div#cookie-consent .section.section-tariff-prestation .breadcrumb-tariff {
    width: 100%;
  }
  html body div#wrapper .section.section-tariff-prestation .breadcrumb-tariff div:first-child, html body div#cookie-consent .section.section-tariff-prestation .breadcrumb-tariff div:first-child {
    width: 100%;
    border-radius: 5px 5px 0 0px;
    text-align: center;
    padding-top: 1.125rem;
    padding-bottom: 0rem;
  }
  html body div#wrapper .section.section-tariff-prestation .breadcrumb-tariff div:last-child, html body div#cookie-consent .section.section-tariff-prestation .breadcrumb-tariff div:last-child {
    width: 100%;
    border-radius: 0 0 5px 5px;
    padding-top: 3.5rem;
    padding-bottom: 1rem;
    text-align: center;
  }
  html body div#wrapper .section.section-tariff-prestation .breadcrumb-tariff div:after, html body div#cookie-consent .section.section-tariff-prestation .breadcrumb-tariff div:after {
    content: "";
    top: 99%;
    left: 0;
    right: 0;
    padding-bottom: 10%;
    background: #fff;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    border-style: none;
  }
  html body div#wrapper .section.section-tariff-prestation img, html body div#cookie-consent .section.section-tariff-prestation img {
    margin-top: 0.938rem;
  }
  html body div#wrapper .section.section-tariff-prestation .text-example, html body div#cookie-consent .section.section-tariff-prestation .text-example {
    width: 70%;
  }
  html body div#wrapper .section.section-tariff-prestation .btn-warning, html body div#cookie-consent .section.section-tariff-prestation .btn-warning {
    margin-top: 0.875rem;
    margin-bottom: 1.938rem;
  }
  html body div#wrapper .section.section-tariff-prestation .text-hourly-tariff, html body div#cookie-consent .section.section-tariff-prestation .text-hourly-tariff {
    font-family: NexaBold;
    font-size: 1.125rem;
    line-height: 25px;
  }
  html body div#wrapper .section.section-tariff-prestation .display-block-text, html body div#cookie-consent .section.section-tariff-prestation .display-block-text {
    display: block;
  }
  html body div#wrapper .section.section-tariff-prestation .link-tariff, html body div#cookie-consent .section.section-tariff-prestation .link-tariff {
    line-height: 21px;
  }
  html body div#wrapper .section.section-tariff-prestation .link-tariff-div, html body div#cookie-consent .section.section-tariff-prestation .link-tariff-div {
    margin-bottom: 3rem;
  }
  html body div#wrapper .section.section-tariff-prestation .legal-text, html body div#cookie-consent .section.section-tariff-prestation .legal-text {
    font-family: NexaBook;
    font-size: 0.938rem;
    line-height: 25px;
  }
  html body div#wrapper .section.section-tariff-prestation .text-tiny-bold, html body div#cookie-consent .section.section-tariff-prestation .text-tiny-bold {
    font-family: NexaBold;
    font-size: 0.938rem;
    line-height: 18px;
  }
  html body div#wrapper .section.section-tariff-prestation .text-tiny-14, html body div#cookie-consent .section.section-tariff-prestation .text-tiny-14 {
    font-family: NexaBook;
    font-size: 0.875rem;
    line-height: 20px;
  }
  html body div#wrapper .section.section-tariff-prestation .text-tariff, html body div#cookie-consent .section.section-tariff-prestation .text-tariff {
    padding-right: 0rem;
  }
}
html body div#wrapper .more-questions-section .title-more-question h1, html body div#wrapper .more-questions-section .title-more-question h2, html body div#wrapper .more-questions-section .title-more-question h3, html body div#wrapper .more-questions-section .title-more-question h4, html body div#cookie-consent .more-questions-section .title-more-question h1, html body div#cookie-consent .more-questions-section .title-more-question h2, html body div#cookie-consent .more-questions-section .title-more-question h3, html body div#cookie-consent .more-questions-section .title-more-question h4 {
  margin-top: 0;
  margin-bottom: 0;
}
html body div#wrapper .more-questions-section .col-lg-6, html body div#cookie-consent .more-questions-section .col-lg-6 {
  color: #00bfa2;
}
@media (min-width: 768px) {
  html body div#wrapper .more-questions-section .col-lg-6 ul li, html body div#cookie-consent .more-questions-section .col-lg-6 ul li {
    padding-right: 10rem;
  }
}
html body div#wrapper .more-questions-section .col-lg-6 ul li a, html body div#cookie-consent .more-questions-section .col-lg-6 ul li a {
  color: #00bfa2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.125rem;
}
html body div#wrapper .more-questions-section .col-lg-6 ul li a:after, html body div#cookie-consent .more-questions-section .col-lg-6 ul li a:after {
  font-size: 1.5rem;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "o2icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e952";
  line-height: 40px;
}
html body div#wrapper .more-questions-section .col-lg-6 ul li a:hover, html body div#cookie-consent .more-questions-section .col-lg-6 ul li a:hover {
  text-decoration: none;
}
html body div#wrapper .section.section-tariffs-header .paragraphe, html body div#cookie-consent .section.section-tariffs-header .paragraphe {
  padding-right: 7.5rem;
  padding-bottom: 3rem;
}
html body div#wrapper .section.section-tariffs-header .btnPadding, html body div#cookie-consent .section.section-tariffs-header .btnPadding {
  padding-bottom: 3.125rem;
}
html body div#wrapper .section.section-tariffs-header .paragraphe, html body div#cookie-consent .section.section-tariffs-header .paragraphe {
  padding-bottom: 1.5rem;
}
html body div#wrapper .section.section-tariffs-header ul li, html body div#cookie-consent .section.section-tariffs-header ul li {
  position: relative;
  padding-left: 30px;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 30px;
  color: #fff;
  margin-bottom: 10px;
}
html body div#wrapper .section.section-tariffs-header ul li::before, html body div#cookie-consent .section.section-tariffs-header ul li::before {
  position: absolute;
  left: 0;
  content: "•";
  color: #fff;
  margin-right: 1.063rem;
  font-size: 25px;
}
@media (max-width: 991.98px) {
  html body div#wrapper .section.section-tariffs-header, html body div#cookie-consent .section.section-tariffs-header {
    margin-bottom: 7.375rem;
  }
  html body div#wrapper .section.section-tariffs-header .paragraphe, html body div#cookie-consent .section.section-tariffs-header .paragraphe {
    padding-right: 0.938rem;
    padding-bottom: 1.625rem;
    margin-top: 3.438rem;
  }
  html body div#wrapper .section.section-tariffs-header img, html body div#cookie-consent .section.section-tariffs-header img {
    margin-bottom: -5rem;
  }
  html body div#wrapper .section.section-tariffs-header ul li, html body div#cookie-consent .section.section-tariffs-header ul li {
    font-size: 1.063rem;
    line-height: 25px;
    margin-bottom: 1rem;
  }
  html body div#wrapper .section.section-tariffs-header ul li::before, html body div#cookie-consent .section.section-tariffs-header ul li::before {
    content: "•";
    color: #fff;
    margin-right: 1.063rem;
    font-size: 40px;
  }
}
html body div#wrapper .section.family-assistant-section .bg-light, html body div#cookie-consent .section.family-assistant-section .bg-light {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}
html body div#wrapper .section.family-assistant-section img, html body div#cookie-consent .section.family-assistant-section img {
  width: 150px;
  height: 150px;
  align-self: center;
}
@media (max-width: 991.98px) {
  html body div#wrapper .section.family-assistant-section .bg-light, html body div#cookie-consent .section.family-assistant-section .bg-light {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  html body div#wrapper .section.family-assistant-section img, html body div#cookie-consent .section.family-assistant-section img {
    align-self: auto;
    width: 70px;
    height: 70px;
    margin-top: 1.5rem;
  }
}
html body div#wrapper .section.section-tariff-body .o2-title, html body div#cookie-consent .section.section-tariff-body .o2-title {
  padding-top: 15px;
  padding-bottom: 15px;
}
html body div#wrapper .section.section-header-lp div:not(.row), html body div#cookie-consent .section.section-header-lp div:not(.row) {
  display: flex;
}
html body div#wrapper .section.section-header-lp div, html body div#cookie-consent .section.section-header-lp div {
  align-items: center;
}
html body div#wrapper .section.section-header-lp div .slogan, html body div#cookie-consent .section.section-header-lp div .slogan {
  justify-content: flex-end;
  padding-top: 0.625rem;
}
html body div#wrapper .section.section-header-lp img, html body div#cookie-consent .section.section-header-lp img {
  max-height: 50px;
  max-width: 50px;
}
html body div#wrapper .section.section-header-lp .o2-lbl, html body div#cookie-consent .section.section-header-lp .o2-lbl {
  display: contents;
}
@media (min-width: 768px) {
  html body div#wrapper .section.section-header-lp .row, html body div#cookie-consent .section.section-header-lp .row {
    width: 100%;
  }
  html body div#wrapper .section.section-header-lp img, html body div#cookie-consent .section.section-header-lp img {
    max-height: 76px;
    max-width: 76px;
  }
}
html body div#wrapper .section.form-lead-section label.btn, html body div#cookie-consent .section.form-lead-section label.btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
html body div#wrapper .section.form-lead-section .btn, html body div#cookie-consent .section.form-lead-section .btn {
  line-height: normal;
  justify-content: center;
}
@media (min-width: 768px) {
  html body div#wrapper .section.form-lead-section h4, html body div#cookie-consent .section.form-lead-section h4 {
    font-size: 1.25rem;
  }
}
@media (max-width: 991.98px) {
  html body div#wrapper .section.form-lead-section .confirmation, html body div#cookie-consent .section.form-lead-section .confirmation {
    max-width: 100%;
  }
  html body div#wrapper .section.form-lead-section button.btn, html body div#cookie-consent .section.form-lead-section button.btn {
    width: 100%;
  }
}
html body div#wrapper .section.form-lead-section #coverage-area-not-found h2, html body div#cookie-consent .section.form-lead-section #coverage-area-not-found h2 {
  font-size: 35px;
  line-height: 43px;
}
html body div#wrapper .section.form-lead-section .btn-apply-for-job, html body div#cookie-consent .section.form-lead-section .btn-apply-for-job {
  background-color: #BDCDE4;
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}
@media (max-width: 991.98px) {
  html body div#wrapper .section.form-lead-section .btn-apply-for-job, html body div#cookie-consent .section.form-lead-section .btn-apply-for-job {
    width: 100%;
  }
}
html body div#wrapper .section.form-lead-section .btn-apply-for-job:hover, html body div#wrapper .section.form-lead-section .btn-apply-for-job:focus, html body div#cookie-consent .section.form-lead-section .btn-apply-for-job:hover, html body div#cookie-consent .section.form-lead-section .btn-apply-for-job:focus {
  background-color: #235AA5;
}
html body div#wrapper .section.banner-section, html body div#cookie-consent .section.banner-section {
  margin-bottom: -564px;
  text-align: center;
}
html body div#wrapper .section.banner-section.bg-primary, html body div#wrapper .section.banner-section img, html body div#cookie-consent .section.banner-section.bg-primary, html body div#cookie-consent .section.banner-section img {
  height: 690px;
  object-fit: cover;
  object-position: top center;
}
@media (max-width: 1199.98px) {
  html body div#wrapper .section.banner-section.bg-primary, html body div#cookie-consent .section.banner-section.bg-primary {
    display: none;
  }
}
@media (max-width: 991.98px) {
  html body div#wrapper .section.banner-section, html body div#cookie-consent .section.banner-section {
    margin-bottom: 0;
  }
  html body div#wrapper .section.banner-section img, html body div#cookie-consent .section.banner-section img {
    max-height: 368px;
  }
}
@media (max-width: 575.98px) {
  html body div#wrapper .section.banner-section img, html body div#cookie-consent .section.banner-section img {
    max-height: 160px;
  }
}
html body div#wrapper .section.section-footer-lp .logo, html body div#cookie-consent .section.section-footer-lp .logo {
  width: 100%;
}
@media (min-width: 768px) {
  html body div#wrapper .section.section-footer-lp img, html body div#cookie-consent .section.section-footer-lp img {
    margin-right: 1rem !important;
  }
}
@media (min-width: 992px) {
  html body div#wrapper .section.section-footer-lp .text-tiny, html body div#cookie-consent .section.section-footer-lp .text-tiny {
    flex-basis: 0;
    max-width: 100%;
    flex-grow: 1;
  }
}
html body div#wrapper .section.section-footer-lp .logo-silver-alliance, html body div#cookie-consent .section.section-footer-lp .logo-silver-alliance {
  max-height: 50.78px;
  max-width: 50.82px;
}
html body div#wrapper .section.section-footer-lp .logo-service-personne, html body div#cookie-consent .section.section-footer-lp .logo-service-personne {
  max-height: 68px;
  width: 90.33px;
}
html body div#wrapper .section.section-footer-lp .logo-service, html body div#cookie-consent .section.section-footer-lp .logo-service {
  max-height: 70px;
}
html body div#wrapper .section.section-footer-lp .logo-silver-eco, html body div#cookie-consent .section.section-footer-lp .logo-silver-eco {
  max-width: 116.17px;
  max-height: 65.2px;
}
@media (max-width: 991.98px) {
  html body div#wrapper .section.section-footer-lp, html body div#cookie-consent .section.section-footer-lp {
    margin-bottom: 60px;
  }
  html body div#wrapper .section.section-footer-lp .text-tiny, html body div#wrapper .section.section-footer-lp .text-small, html body div#cookie-consent .section.section-footer-lp .text-tiny, html body div#cookie-consent .section.section-footer-lp .text-small {
    font-size: 15px;
    line-height: 20px;
  }
}
html body div#wrapper .section.section-sticky-zone, html body div#cookie-consent .section.section-sticky-zone {
  display: none;
}
html body div#wrapper .section.section-sticky-zone .with-icon, html body div#cookie-consent .section.section-sticky-zone .with-icon {
  justify-content: center;
  border-radius: 0px;
}
@media (max-width: 991.98px) {
  html body div#wrapper .section.section-sticky-zone, html body div#cookie-consent .section.section-sticky-zone {
    position: fixed;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    bottom: 0;
    right: 0;
    top: inherit;
    width: 100%;
    z-index: 999;
  }
}
html body div#wrapper [class^=fragments-editor] .section-sticky-zone, html body div#cookie-consent [class^=fragments-editor] .section-sticky-zone {
  display: initial;
}
@media (max-width: 991.98px) {
  html body div#wrapper .section-header-magazine .title-in-mobile, html body div#cookie-consent .section-header-magazine .title-in-mobile {
    font-family: "NexaHeavy";
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 35px;
  }
  html body div#wrapper .section-header-magazine .style-col, html body div#cookie-consent .section-header-magazine .style-col {
    padding-left: 10px;
    padding-top: 17px;
    padding-bottom: 42px;
  }
  html body div#wrapper .section-header-magazine .paragraph-style, html body div#cookie-consent .section-header-magazine .paragraph-style {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  html body div#wrapper .section-header-magazine .title-style, html body div#cookie-consent .section-header-magazine .title-style {
    font-family: "NexaHeavy";
    font-size: 70px;
    line-height: 48px;
    font-weight: 800;
    padding-bottom: 10px;
  }
  html body div#wrapper .section-header-magazine .paragraph-style, html body div#cookie-consent .section-header-magazine .paragraph-style {
    font-size: 18px;
    font-family: "NexaBook";
    line-height: 25px;
  }
  html body div#wrapper .section-header-magazine .style-col, html body div#cookie-consent .section-header-magazine .style-col {
    padding-left: 10px;
    padding-top: 17px;
    padding-bottom: 19px;
  }
}
html body div#wrapper .section.recruit-needs .external-site-bloc, html body div#wrapper .section.recruit-needs .needs, html body div#cookie-consent .section.recruit-needs .external-site-bloc, html body div#cookie-consent .section.recruit-needs .needs {
  height: 360px;
}
@media (min-width: 992px) {
  html body div#wrapper .section.recruit-needs .needs .description, html body div#cookie-consent .section.recruit-needs .needs .description {
    padding-top: 20px;
  }
  html body div#wrapper .section.recruit-needs .needs > div:last-child, html body div#cookie-consent .section.recruit-needs .needs > div:last-child {
    padding-bottom: 7px !important;
  }
}
@media (min-width: 768px) {
  html body div#wrapper .section.recruit-needs .needs, html body div#cookie-consent .section.recruit-needs .needs {
    padding-bottom: 0 !important;
  }
  html body div#wrapper .section.recruit-needs .needs > div:last-child, html body div#cookie-consent .section.recruit-needs .needs > div:last-child {
    align-items: flex-end;
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  html body div#wrapper .section.recruit-needs .external-site-bloc, html body div#wrapper .section.recruit-needs .needs, html body div#cookie-consent .section.recruit-needs .external-site-bloc, html body div#cookie-consent .section.recruit-needs .needs {
    height: 400px;
  }
  html body div#wrapper .section.recruit-needs .needs .description, html body div#cookie-consent .section.recruit-needs .needs .description {
    padding-top: 40px;
  }
  html body div#wrapper .section.recruit-needs .needs > div:last-child, html body div#cookie-consent .section.recruit-needs .needs > div:last-child {
    padding-bottom: 0px !important;
  }
}
html body div#wrapper footer, html body div#wrapper .section-footer-lp, html body div#cookie-consent footer, html body div#cookie-consent .section-footer-lp {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
html body div#wrapper footer .row, html body div#wrapper .section-footer-lp .row, html body div#cookie-consent footer .row, html body div#cookie-consent .section-footer-lp .row {
  margin: 0;
}
@media (max-width: 575.98px) {
  html body div#wrapper footer .social div:first-of-type, html body div#wrapper .section-footer-lp .social div:first-of-type, html body div#cookie-consent footer .social div:first-of-type, html body div#cookie-consent .section-footer-lp .social div:first-of-type {
    margin-bottom: 1.188rem;
  }
}
html body div#wrapper footer .social ul a, html body div#wrapper .section-footer-lp .social ul a, html body div#cookie-consent footer .social ul a, html body div#cookie-consent .section-footer-lp .social ul a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0 10px;
  font-size: 40px;
  text-decoration: none;
  color: #fff;
  background-color: #005CB9;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
html body div#wrapper footer .social ul a span.o2icon, html body div#wrapper .section-footer-lp .social ul a span.o2icon, html body div#cookie-consent footer .social ul a span.o2icon, html body div#cookie-consent .section-footer-lp .social ul a span.o2icon {
  color: #fff;
}
html body div#wrapper footer .customers-opinion .o2icon, html body div#wrapper .section-footer-lp .customers-opinion .o2icon, html body div#cookie-consent footer .customers-opinion .o2icon, html body div#cookie-consent .section-footer-lp .customers-opinion .o2icon {
  font-size: 25px;
}
html body div#wrapper footer .footerCustomerReviewsPortlet .portlet-boundary, html body div#wrapper .section-footer-lp .footerCustomerReviewsPortlet .portlet-boundary, html body div#cookie-consent footer .footerCustomerReviewsPortlet .portlet-boundary, html body div#cookie-consent .section-footer-lp .footerCustomerReviewsPortlet .portlet-boundary {
  height: 100%;
}
html body div#wrapper footer .footerCustomerReviewsPortlet .portlet-boundary .portlet, html body div#wrapper .section-footer-lp .footerCustomerReviewsPortlet .portlet-boundary .portlet, html body div#cookie-consent footer .footerCustomerReviewsPortlet .portlet-boundary .portlet, html body div#cookie-consent .section-footer-lp .footerCustomerReviewsPortlet .portlet-boundary .portlet {
  height: 100%;
}
html body div#wrapper footer .footerCustomerReviewsPortlet .portlet-boundary .portlet .portlet-content, html body div#wrapper .section-footer-lp .footerCustomerReviewsPortlet .portlet-boundary .portlet .portlet-content, html body div#cookie-consent footer .footerCustomerReviewsPortlet .portlet-boundary .portlet .portlet-content, html body div#cookie-consent .section-footer-lp .footerCustomerReviewsPortlet .portlet-boundary .portlet .portlet-content {
  height: 100%;
  padding: 0;
}
html body div#wrapper footer .footerCustomerReviewsPortlet .portlet-boundary .portlet .portlet-content .portlet-content-container, html body div#wrapper .section-footer-lp .footerCustomerReviewsPortlet .portlet-boundary .portlet .portlet-content .portlet-content-container, html body div#cookie-consent footer .footerCustomerReviewsPortlet .portlet-boundary .portlet .portlet-content .portlet-content-container, html body div#cookie-consent .section-footer-lp .footerCustomerReviewsPortlet .portlet-boundary .portlet .portlet-content .portlet-content-container {
  height: 100%;
}
html body div#wrapper footer .footerCustomerReviewsPortlet .portlet-boundary .portlet .portlet-content .portlet-content-container .portlet-body, html body div#wrapper .section-footer-lp .footerCustomerReviewsPortlet .portlet-boundary .portlet .portlet-content .portlet-content-container .portlet-body, html body div#cookie-consent footer .footerCustomerReviewsPortlet .portlet-boundary .portlet .portlet-content .portlet-content-container .portlet-body, html body div#cookie-consent .section-footer-lp .footerCustomerReviewsPortlet .portlet-boundary .portlet .portlet-content .portlet-content-container .portlet-body {
  height: 100%;
}
html body div#wrapper footer .footerCustomerReviewsPortlet .portlet-boundary .portlet .portlet-content .portlet-content-container .portlet-body .customers-opinion, html body div#wrapper .section-footer-lp .footerCustomerReviewsPortlet .portlet-boundary .portlet .portlet-content .portlet-content-container .portlet-body .customers-opinion, html body div#cookie-consent footer .footerCustomerReviewsPortlet .portlet-boundary .portlet .portlet-content .portlet-content-container .portlet-body .customers-opinion, html body div#cookie-consent .section-footer-lp .footerCustomerReviewsPortlet .portlet-boundary .portlet .portlet-content .portlet-content-container .portlet-body .customers-opinion {
  position: relative;
}
html body div#wrapper footer .footerCustomerReviewsPortlet .portlet-boundary .portlet .portlet-content .portlet-content-container .portlet-body .customers-opinion .bottom, html body div#wrapper .section-footer-lp .footerCustomerReviewsPortlet .portlet-boundary .portlet .portlet-content .portlet-content-container .portlet-body .customers-opinion .bottom, html body div#cookie-consent footer .footerCustomerReviewsPortlet .portlet-boundary .portlet .portlet-content .portlet-content-container .portlet-body .customers-opinion .bottom, html body div#cookie-consent .section-footer-lp .footerCustomerReviewsPortlet .portlet-boundary .portlet .portlet-content .portlet-content-container .portlet-body .customers-opinion .bottom {
  position: absolute;
  padding-bottom: 24px;
  bottom: 0;
}
@media (max-width: 991.98px) {
  html body div#wrapper footer .footerCustomerReviewsPortlet .portlet-boundary .portlet .portlet-content .portlet-content-container .portlet-body .customers-opinion, html body div#wrapper .section-footer-lp .footerCustomerReviewsPortlet .portlet-boundary .portlet .portlet-content .portlet-content-container .portlet-body .customers-opinion, html body div#cookie-consent footer .footerCustomerReviewsPortlet .portlet-boundary .portlet .portlet-content .portlet-content-container .portlet-body .customers-opinion, html body div#cookie-consent .section-footer-lp .footerCustomerReviewsPortlet .portlet-boundary .portlet .portlet-content .portlet-content-container .portlet-body .customers-opinion {
    margin-bottom: 2rem;
  }
}
html body div#wrapper footer .accordion .accordion-link, html body div#wrapper .section-footer-lp .accordion .accordion-link, html body div#cookie-consent footer .accordion .accordion-link, html body div#cookie-consent .section-footer-lp .accordion .accordion-link {
  position: relative;
  cursor: pointer;
  display: block;
  height: 40px;
  line-height: 20px;
}
html body div#wrapper footer .accordion .accordion-link:after, html body div#wrapper .section-footer-lp .accordion .accordion-link:after, html body div#cookie-consent footer .accordion .accordion-link:after, html body div#cookie-consent .section-footer-lp .accordion .accordion-link:after {
  float: right;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "o2icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  content: "\e954";
  transition: transform 0.5s ease;
}
html body div#wrapper footer .accordion .accordion-link[aria-expanded=true]:after, html body div#wrapper .section-footer-lp .accordion .accordion-link[aria-expanded=true]:after, html body div#cookie-consent footer .accordion .accordion-link[aria-expanded=true]:after, html body div#cookie-consent .section-footer-lp .accordion .accordion-link[aria-expanded=true]:after {
  transform: rotate(180deg);
}
html body div#wrapper footer ul.links-footer li a, html body div#wrapper .section-footer-lp ul.links-footer li a, html body div#cookie-consent footer ul.links-footer li a, html body div#cookie-consent .section-footer-lp ul.links-footer li a {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  color: #878787;
}
html body div#wrapper footer ul.links-footer li a:hover, html body div#wrapper .section-footer-lp ul.links-footer li a:hover, html body div#cookie-consent footer ul.links-footer li a:hover, html body div#cookie-consent .section-footer-lp ul.links-footer li a:hover {
  color: #4f4f4f;
  text-decoration: none;
}
html body div#wrapper footer ul.links-footer li.displayInline, html body div#wrapper .section-footer-lp ul.links-footer li.displayInline, html body div#cookie-consent footer ul.links-footer li.displayInline, html body div#cookie-consent .section-footer-lp ul.links-footer li.displayInline {
  display: inline;
}
html body div#wrapper footer ul.links-footer li a.mc-link, html body div#wrapper .section-footer-lp ul.links-footer li a.mc-link, html body div#cookie-consent footer ul.links-footer li a.mc-link, html body div#cookie-consent .section-footer-lp ul.links-footer li a.mc-link {
  display: flex;
  line-height: 40px;
  justify-content: space-between;
  align-items: center;
}
html body div#wrapper footer ul.links-footer li.linkNotice::after, html body div#wrapper .section-footer-lp ul.links-footer li.linkNotice::after, html body div#cookie-consent footer ul.links-footer li.linkNotice::after, html body div#cookie-consent .section-footer-lp ul.links-footer li.linkNotice::after {
  color: #878787;
  content: " -";
}
html body div#wrapper footer ul.links-footer li.linkNotice:last-child::after, html body div#wrapper .section-footer-lp ul.links-footer li.linkNotice:last-child::after, html body div#cookie-consent footer ul.links-footer li.linkNotice:last-child::after, html body div#cookie-consent .section-footer-lp ul.links-footer li.linkNotice:last-child::after {
  content: "";
}
html body div#wrapper footer ul.links-footer li.linkNotice a, html body div#wrapper .section-footer-lp ul.links-footer li.linkNotice a, html body div#cookie-consent footer ul.links-footer li.linkNotice a, html body div#cookie-consent .section-footer-lp ul.links-footer li.linkNotice a {
  font-size: 12px !important;
}
html body div#wrapper footer .bloc-info, html body div#wrapper .section-footer-lp .bloc-info, html body div#cookie-consent footer .bloc-info, html body div#cookie-consent .section-footer-lp .bloc-info {
  vertical-align: middle;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  padding: 24px;
}
html body div#wrapper footer .bloc-info a.text-primary:hover, html body div#wrapper footer .bloc-info a.text-primary:focus, html body div#wrapper .section-footer-lp .bloc-info a.text-primary:hover, html body div#wrapper .section-footer-lp .bloc-info a.text-primary:focus, html body div#cookie-consent footer .bloc-info a.text-primary:hover, html body div#cookie-consent footer .bloc-info a.text-primary:focus, html body div#cookie-consent .section-footer-lp .bloc-info a.text-primary:hover, html body div#cookie-consent .section-footer-lp .bloc-info a.text-primary:focus {
  color: #005CB9 !important;
}
html body div#wrapper footer .bloc-info.bloc-info-grey, html body div#wrapper .section-footer-lp .bloc-info.bloc-info-grey, html body div#cookie-consent footer .bloc-info.bloc-info-grey, html body div#cookie-consent .section-footer-lp .bloc-info.bloc-info-grey {
  background-color: #f9f5f3;
  white-space: nowrap;
}
html body div#wrapper footer .bloc-info.bloc-info-grey ul.list-unstyled li.list-inline-item:not(:last-child), html body div#wrapper .section-footer-lp .bloc-info.bloc-info-grey ul.list-unstyled li.list-inline-item:not(:last-child), html body div#cookie-consent footer .bloc-info.bloc-info-grey ul.list-unstyled li.list-inline-item:not(:last-child), html body div#cookie-consent .section-footer-lp .bloc-info.bloc-info-grey ul.list-unstyled li.list-inline-item:not(:last-child) {
  margin-right: 0rem;
}
html body div#wrapper footer .bloc-info.bloc-info-grey .text-avis-client, html body div#wrapper .section-footer-lp .bloc-info.bloc-info-grey .text-avis-client, html body div#cookie-consent footer .bloc-info.bloc-info-grey .text-avis-client, html body div#cookie-consent .section-footer-lp .bloc-info.bloc-info-grey .text-avis-client {
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.39;
}
html body div#wrapper footer .bloc-info.bloc-info-blue, html body div#wrapper .section-footer-lp .bloc-info.bloc-info-blue, html body div#cookie-consent footer .bloc-info.bloc-info-blue, html body div#cookie-consent .section-footer-lp .bloc-info.bloc-info-blue {
  background-color: #005CB9;
  color: #fff;
}
html body div#wrapper footer .bloc-info.bloc-info-blue h3, html body div#wrapper footer .bloc-info.bloc-info-blue h4, html body div#wrapper .section-footer-lp .bloc-info.bloc-info-blue h3, html body div#wrapper .section-footer-lp .bloc-info.bloc-info-blue h4, html body div#cookie-consent footer .bloc-info.bloc-info-blue h3, html body div#cookie-consent footer .bloc-info.bloc-info-blue h4, html body div#cookie-consent .section-footer-lp .bloc-info.bloc-info-blue h3, html body div#cookie-consent .section-footer-lp .bloc-info.bloc-info-blue h4 {
  color: #fff;
}
html body div#wrapper footer .bloc-info.bloc-info-blue p.d-flex, html body div#wrapper .section-footer-lp .bloc-info.bloc-info-blue p.d-flex, html body div#cookie-consent footer .bloc-info.bloc-info-blue p.d-flex, html body div#cookie-consent .section-footer-lp .bloc-info.bloc-info-blue p.d-flex {
  align-items: center;
}
html body div#wrapper footer .bloc-info.bloc-info-blue p.d-flex span.o2icon, html body div#wrapper .section-footer-lp .bloc-info.bloc-info-blue p.d-flex span.o2icon, html body div#cookie-consent footer .bloc-info.bloc-info-blue p.d-flex span.o2icon, html body div#cookie-consent .section-footer-lp .bloc-info.bloc-info-blue p.d-flex span.o2icon {
  font-size: 25px;
}
html body div#wrapper footer .bloc-info.bloc-info-blue a, html body div#wrapper .section-footer-lp .bloc-info.bloc-info-blue a, html body div#cookie-consent footer .bloc-info.bloc-info-blue a, html body div#cookie-consent .section-footer-lp .bloc-info.bloc-info-blue a {
  color: #fff;
}
html body div#wrapper footer .bloc-info.navigate, html body div#wrapper .section-footer-lp .bloc-info.navigate, html body div#cookie-consent footer .bloc-info.navigate, html body div#cookie-consent .section-footer-lp .bloc-info.navigate {
  padding: 5px 15px;
}
@media (max-width: 991.98px) {
  html body div#wrapper footer .bloc-info.navigate, html body div#wrapper .section-footer-lp .bloc-info.navigate, html body div#cookie-consent footer .bloc-info.navigate, html body div#cookie-consent .section-footer-lp .bloc-info.navigate {
    padding: 5px 0;
  }
}
html body div#wrapper footer hr.line-footer, html body div#wrapper .section-footer-lp hr.line-footer, html body div#cookie-consent footer hr.line-footer, html body div#cookie-consent .section-footer-lp hr.line-footer {
  height: 1px;
  opacity: 0.2;
  background-color: #878787;
  border-top: 1px rgba(0, 0, 0, 0.1);
}
html body div#wrapper footer .bloc-img, html body div#wrapper .section-footer-lp .bloc-img, html body div#cookie-consent footer .bloc-img, html body div#cookie-consent .section-footer-lp .bloc-img {
  vertical-align: middle;
}
html body div#wrapper footer .bloc-img img, html body div#wrapper .section-footer-lp .bloc-img img, html body div#cookie-consent footer .bloc-img img, html body div#cookie-consent .section-footer-lp .bloc-img img {
  max-width: 100%;
}
html body div#wrapper footer p.text-footer, html body div#wrapper .section-footer-lp p.text-footer, html body div#cookie-consent footer p.text-footer, html body div#cookie-consent .section-footer-lp p.text-footer {
  display: flex;
  color: #747474;
  align-items: center;
}
html body div#wrapper footer .logo > img,
html body div#wrapper footer .logo .logo-service, html body div#wrapper .section-footer-lp .logo > img,
html body div#wrapper .section-footer-lp .logo .logo-service, html body div#cookie-consent footer .logo > img,
html body div#cookie-consent footer .logo .logo-service, html body div#cookie-consent .section-footer-lp .logo > img,
html body div#cookie-consent .section-footer-lp .logo .logo-service {
  margin-right: 2rem;
}
html body div#wrapper footer .logo img, html body div#wrapper .section-footer-lp .logo img, html body div#cookie-consent footer .logo img, html body div#cookie-consent .section-footer-lp .logo img {
  vertical-align: middle;
  height: 78.99px;
}
@media (max-width: 991.98px) {
  html body div#wrapper footer .logo img, html body div#wrapper .section-footer-lp .logo img, html body div#cookie-consent footer .logo img, html body div#cookie-consent .section-footer-lp .logo img {
    width: calc((100% - 1rem - 30px) / 4);
    height: initial;
  }
}
html body div#wrapper footer .logo > a:hover, html body div#wrapper .section-footer-lp .logo > a:hover, html body div#cookie-consent footer .logo > a:hover, html body div#cookie-consent .section-footer-lp .logo > a:hover {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  html body div#wrapper footer .logo > a, html body div#wrapper .section-footer-lp .logo > a, html body div#cookie-consent footer .logo > a, html body div#cookie-consent .section-footer-lp .logo > a {
    width: calc((100% - 1rem - 30px) / 4);
    height: initial;
  }
}
html body div#wrapper footer .col-w-25, html body div#wrapper .section-footer-lp .col-w-25, html body div#cookie-consent footer .col-w-25, html body div#cookie-consent .section-footer-lp .col-w-25 {
  flex: 0 0 2.5%;
  max-width: 2.5%;
}
html body div#wrapper footer .col-w-50, html body div#wrapper .section-footer-lp .col-w-50, html body div#cookie-consent footer .col-w-50, html body div#cookie-consent .section-footer-lp .col-w-50 {
  flex: 0 0 5%;
  max-width: 5%;
}
html body div#wrapper footer .col-w-75, html body div#wrapper .section-footer-lp .col-w-75, html body div#cookie-consent footer .col-w-75, html body div#cookie-consent .section-footer-lp .col-w-75 {
  flex: 0 0 7.5%;
  max-width: 7.5%;
}
html body div#wrapper footer .col-w-100, html body div#wrapper .section-footer-lp .col-w-100, html body div#cookie-consent footer .col-w-100, html body div#cookie-consent .section-footer-lp .col-w-100 {
  flex: 0 0 10%;
  max-width: 10%;
}
html body div#wrapper footer .col-w-125, html body div#wrapper .section-footer-lp .col-w-125, html body div#cookie-consent footer .col-w-125, html body div#cookie-consent .section-footer-lp .col-w-125 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
html body div#wrapper footer .col-w-150, html body div#wrapper .section-footer-lp .col-w-150, html body div#cookie-consent footer .col-w-150, html body div#cookie-consent .section-footer-lp .col-w-150 {
  flex: 0 0 15%;
  max-width: 15%;
}
html body div#wrapper footer .col-w-175, html body div#wrapper .section-footer-lp .col-w-175, html body div#cookie-consent footer .col-w-175, html body div#cookie-consent .section-footer-lp .col-w-175 {
  flex: 0 0 17.5%;
  max-width: 17.5%;
}
html body div#wrapper footer .col-w-200, html body div#wrapper .section-footer-lp .col-w-200, html body div#cookie-consent footer .col-w-200, html body div#cookie-consent .section-footer-lp .col-w-200 {
  flex: 0 0 20%;
  max-width: 20%;
}
html body div#wrapper footer .col-w-225, html body div#wrapper .section-footer-lp .col-w-225, html body div#cookie-consent footer .col-w-225, html body div#cookie-consent .section-footer-lp .col-w-225 {
  flex: 0 0 22.5%;
  max-width: 22.5%;
}
html body div#wrapper footer .col-w-250, html body div#wrapper .section-footer-lp .col-w-250, html body div#cookie-consent footer .col-w-250, html body div#cookie-consent .section-footer-lp .col-w-250 {
  flex: 0 0 25%;
  max-width: 25%;
}
html body div#wrapper footer .col-w-275, html body div#wrapper .section-footer-lp .col-w-275, html body div#cookie-consent footer .col-w-275, html body div#cookie-consent .section-footer-lp .col-w-275 {
  flex: 0 0 27.5%;
  max-width: 27.5%;
}
html body div#wrapper footer .col-w-300, html body div#wrapper .section-footer-lp .col-w-300, html body div#cookie-consent footer .col-w-300, html body div#cookie-consent .section-footer-lp .col-w-300 {
  flex: 0 0 30%;
  max-width: 30%;
}
html body div#wrapper footer .col-w-325, html body div#wrapper .section-footer-lp .col-w-325, html body div#cookie-consent footer .col-w-325, html body div#cookie-consent .section-footer-lp .col-w-325 {
  flex: 0 0 32.5%;
  max-width: 32.5%;
}
html body div#wrapper footer .col-w-350, html body div#wrapper .section-footer-lp .col-w-350, html body div#cookie-consent footer .col-w-350, html body div#cookie-consent .section-footer-lp .col-w-350 {
  flex: 0 0 35%;
  max-width: 35%;
}
html body div#wrapper footer .col-w-375, html body div#wrapper .section-footer-lp .col-w-375, html body div#cookie-consent footer .col-w-375, html body div#cookie-consent .section-footer-lp .col-w-375 {
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
html body div#wrapper footer .col-w-400, html body div#wrapper .section-footer-lp .col-w-400, html body div#cookie-consent footer .col-w-400, html body div#cookie-consent .section-footer-lp .col-w-400 {
  flex: 0 0 40%;
  max-width: 40%;
}
html body div#wrapper footer .col-w-425, html body div#wrapper .section-footer-lp .col-w-425, html body div#cookie-consent footer .col-w-425, html body div#cookie-consent .section-footer-lp .col-w-425 {
  flex: 0 0 42.5%;
  max-width: 42.5%;
}
html body div#wrapper footer .col-w-450, html body div#wrapper .section-footer-lp .col-w-450, html body div#cookie-consent footer .col-w-450, html body div#cookie-consent .section-footer-lp .col-w-450 {
  flex: 0 0 45%;
  max-width: 45%;
}
html body div#wrapper footer .col-w-475, html body div#wrapper .section-footer-lp .col-w-475, html body div#cookie-consent footer .col-w-475, html body div#cookie-consent .section-footer-lp .col-w-475 {
  flex: 0 0 47.5%;
  max-width: 47.5%;
}
html body div#wrapper footer .col-w-500, html body div#wrapper .section-footer-lp .col-w-500, html body div#cookie-consent footer .col-w-500, html body div#cookie-consent .section-footer-lp .col-w-500 {
  flex: 0 0 50%;
  max-width: 50%;
}
html body div#wrapper footer .col-w-525, html body div#wrapper .section-footer-lp .col-w-525, html body div#cookie-consent footer .col-w-525, html body div#cookie-consent .section-footer-lp .col-w-525 {
  flex: 0 0 52.5%;
  max-width: 52.5%;
}
html body div#wrapper footer .col-w-550, html body div#wrapper .section-footer-lp .col-w-550, html body div#cookie-consent footer .col-w-550, html body div#cookie-consent .section-footer-lp .col-w-550 {
  flex: 0 0 55%;
  max-width: 55%;
}
html body div#wrapper footer .col-w-575, html body div#wrapper .section-footer-lp .col-w-575, html body div#cookie-consent footer .col-w-575, html body div#cookie-consent .section-footer-lp .col-w-575 {
  flex: 0 0 57.5%;
  max-width: 57.5%;
}
html body div#wrapper footer .col-w-600, html body div#wrapper .section-footer-lp .col-w-600, html body div#cookie-consent footer .col-w-600, html body div#cookie-consent .section-footer-lp .col-w-600 {
  flex: 0 0 60%;
  max-width: 60%;
}
html body div#wrapper footer .col-w-625, html body div#wrapper .section-footer-lp .col-w-625, html body div#cookie-consent footer .col-w-625, html body div#cookie-consent .section-footer-lp .col-w-625 {
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
html body div#wrapper footer .col-w-650, html body div#wrapper .section-footer-lp .col-w-650, html body div#cookie-consent footer .col-w-650, html body div#cookie-consent .section-footer-lp .col-w-650 {
  flex: 0 0 65%;
  max-width: 65%;
}
html body div#wrapper footer .col-w-675, html body div#wrapper .section-footer-lp .col-w-675, html body div#cookie-consent footer .col-w-675, html body div#cookie-consent .section-footer-lp .col-w-675 {
  flex: 0 0 67.5%;
  max-width: 67.5%;
}
html body div#wrapper footer .col-w-700, html body div#wrapper .section-footer-lp .col-w-700, html body div#cookie-consent footer .col-w-700, html body div#cookie-consent .section-footer-lp .col-w-700 {
  flex: 0 0 70%;
  max-width: 70%;
}
html body div#wrapper footer .col-w-725, html body div#wrapper .section-footer-lp .col-w-725, html body div#cookie-consent footer .col-w-725, html body div#cookie-consent .section-footer-lp .col-w-725 {
  flex: 0 0 72.5%;
  max-width: 72.5%;
}
html body div#wrapper footer .col-w-750, html body div#wrapper .section-footer-lp .col-w-750, html body div#cookie-consent footer .col-w-750, html body div#cookie-consent .section-footer-lp .col-w-750 {
  flex: 0 0 75%;
  max-width: 75%;
}
html body div#wrapper footer .col-w-775, html body div#wrapper .section-footer-lp .col-w-775, html body div#cookie-consent footer .col-w-775, html body div#cookie-consent .section-footer-lp .col-w-775 {
  flex: 0 0 77.5%;
  max-width: 77.5%;
}
html body div#wrapper footer .col-w-800, html body div#wrapper .section-footer-lp .col-w-800, html body div#cookie-consent footer .col-w-800, html body div#cookie-consent .section-footer-lp .col-w-800 {
  flex: 0 0 80%;
  max-width: 80%;
}
html body div#wrapper footer .col-w-825, html body div#wrapper .section-footer-lp .col-w-825, html body div#cookie-consent footer .col-w-825, html body div#cookie-consent .section-footer-lp .col-w-825 {
  flex: 0 0 82.5%;
  max-width: 82.5%;
}
html body div#wrapper footer .col-w-850, html body div#wrapper .section-footer-lp .col-w-850, html body div#cookie-consent footer .col-w-850, html body div#cookie-consent .section-footer-lp .col-w-850 {
  flex: 0 0 85%;
  max-width: 85%;
}
html body div#wrapper footer .col-w-875, html body div#wrapper .section-footer-lp .col-w-875, html body div#cookie-consent footer .col-w-875, html body div#cookie-consent .section-footer-lp .col-w-875 {
  flex: 0 0 87.5%;
  max-width: 87.5%;
}
html body div#wrapper footer .col-w-900, html body div#wrapper .section-footer-lp .col-w-900, html body div#cookie-consent footer .col-w-900, html body div#cookie-consent .section-footer-lp .col-w-900 {
  flex: 0 0 90%;
  max-width: 90%;
}
html body div#wrapper footer .col-w-925, html body div#wrapper .section-footer-lp .col-w-925, html body div#cookie-consent footer .col-w-925, html body div#cookie-consent .section-footer-lp .col-w-925 {
  flex: 0 0 92.5%;
  max-width: 92.5%;
}
html body div#wrapper footer .col-w-950, html body div#wrapper .section-footer-lp .col-w-950, html body div#cookie-consent footer .col-w-950, html body div#cookie-consent .section-footer-lp .col-w-950 {
  flex: 0 0 95%;
  max-width: 95%;
}
html body div#wrapper footer .col-w-975, html body div#wrapper .section-footer-lp .col-w-975, html body div#cookie-consent footer .col-w-975, html body div#cookie-consent .section-footer-lp .col-w-975 {
  flex: 0 0 97.5%;
  max-width: 97.5%;
}
html body div#wrapper footer .col-w-1000, html body div#wrapper .section-footer-lp .col-w-1000, html body div#cookie-consent footer .col-w-1000, html body div#cookie-consent .section-footer-lp .col-w-1000 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) and (max-width: 992px) {
  html body div#wrapper footer .text-h3-mobile, html body div#wrapper .section-footer-lp .text-h3-mobile, html body div#cookie-consent footer .text-h3-mobile, html body div#cookie-consent .section-footer-lp .text-h3-mobile {
    font-size: 1.563rem;
  }
  html body div#wrapper footer .bloc-info-grey, html body div#wrapper .section-footer-lp .bloc-info-grey, html body div#cookie-consent footer .bloc-info-grey, html body div#cookie-consent .section-footer-lp .bloc-info-grey {
    margin-bottom: 1.5rem;
  }
  html body div#wrapper footer .logo-service-personne, html body div#wrapper .section-footer-lp .logo-service-personne, html body div#cookie-consent footer .logo-service-personne, html body div#cookie-consent .section-footer-lp .logo-service-personne {
    width: 65px;
  }
  html body div#wrapper footer .logo-service, html body div#wrapper .section-footer-lp .logo-service, html body div#cookie-consent footer .logo-service, html body div#cookie-consent .section-footer-lp .logo-service {
    width: 57px;
  }
  html body div#wrapper footer .logo-silver-eco, html body div#wrapper .section-footer-lp .logo-silver-eco, html body div#cookie-consent footer .logo-silver-eco, html body div#cookie-consent .section-footer-lp .logo-silver-eco {
    width: 83.6px;
  }
  html body div#wrapper footer .logo-silver-alliance, html body div#wrapper .section-footer-lp .logo-silver-alliance, html body div#cookie-consent footer .logo-silver-alliance, html body div#cookie-consent .section-footer-lp .logo-silver-alliance {
    width: 36.6px;
  }
  html body div#wrapper footer .logo img, html body div#wrapper .section-footer-lp .logo img, html body div#cookie-consent footer .logo img, html body div#cookie-consent .section-footer-lp .logo img {
    margin-right: 1rem;
    vertical-align: middle;
  }
}
@media (min-width: 576px) and (max-width: 992px) and (max-width: 991.98px) {
  html body div#wrapper footer .logo img, html body div#wrapper .section-footer-lp .logo img, html body div#cookie-consent footer .logo img, html body div#cookie-consent .section-footer-lp .logo img {
    width: calc((100% - 4rem - 30px) / 4);
  }
}
@media (min-width: 576px) and (max-width: 992px) and (max-width: 991.98px) {
  html body div#wrapper footer .logo > a, html body div#wrapper .section-footer-lp .logo > a, html body div#cookie-consent footer .logo > a, html body div#cookie-consent .section-footer-lp .logo > a {
    width: calc((100% - 4rem - 30px) / 4);
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  html body div#wrapper footer .logo .text-dark, html body div#wrapper .section-footer-lp .logo .text-dark, html body div#cookie-consent footer .logo .text-dark, html body div#cookie-consent .section-footer-lp .logo .text-dark {
    padding-bottom: 4rem;
  }
  html body div#wrapper footer .col-w-25, html body div#wrapper .section-footer-lp .col-w-25, html body div#cookie-consent footer .col-w-25, html body div#cookie-consent .section-footer-lp .col-w-25 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-50, html body div#wrapper .section-footer-lp .col-w-50, html body div#cookie-consent footer .col-w-50, html body div#cookie-consent .section-footer-lp .col-w-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-75, html body div#wrapper .section-footer-lp .col-w-75, html body div#cookie-consent footer .col-w-75, html body div#cookie-consent .section-footer-lp .col-w-75 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-100, html body div#wrapper .section-footer-lp .col-w-100, html body div#cookie-consent footer .col-w-100, html body div#cookie-consent .section-footer-lp .col-w-100 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-125, html body div#wrapper .section-footer-lp .col-w-125, html body div#cookie-consent footer .col-w-125, html body div#cookie-consent .section-footer-lp .col-w-125 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-150, html body div#wrapper .section-footer-lp .col-w-150, html body div#cookie-consent footer .col-w-150, html body div#cookie-consent .section-footer-lp .col-w-150 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-175, html body div#wrapper .section-footer-lp .col-w-175, html body div#cookie-consent footer .col-w-175, html body div#cookie-consent .section-footer-lp .col-w-175 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-200, html body div#wrapper .section-footer-lp .col-w-200, html body div#cookie-consent footer .col-w-200, html body div#cookie-consent .section-footer-lp .col-w-200 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-225, html body div#wrapper .section-footer-lp .col-w-225, html body div#cookie-consent footer .col-w-225, html body div#cookie-consent .section-footer-lp .col-w-225 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-250, html body div#wrapper .section-footer-lp .col-w-250, html body div#cookie-consent footer .col-w-250, html body div#cookie-consent .section-footer-lp .col-w-250 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-275, html body div#wrapper .section-footer-lp .col-w-275, html body div#cookie-consent footer .col-w-275, html body div#cookie-consent .section-footer-lp .col-w-275 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-300, html body div#wrapper .section-footer-lp .col-w-300, html body div#cookie-consent footer .col-w-300, html body div#cookie-consent .section-footer-lp .col-w-300 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-325, html body div#wrapper .section-footer-lp .col-w-325, html body div#cookie-consent footer .col-w-325, html body div#cookie-consent .section-footer-lp .col-w-325 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-350, html body div#wrapper .section-footer-lp .col-w-350, html body div#cookie-consent footer .col-w-350, html body div#cookie-consent .section-footer-lp .col-w-350 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-375, html body div#wrapper .section-footer-lp .col-w-375, html body div#cookie-consent footer .col-w-375, html body div#cookie-consent .section-footer-lp .col-w-375 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-400, html body div#wrapper .section-footer-lp .col-w-400, html body div#cookie-consent footer .col-w-400, html body div#cookie-consent .section-footer-lp .col-w-400 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-425, html body div#wrapper .section-footer-lp .col-w-425, html body div#cookie-consent footer .col-w-425, html body div#cookie-consent .section-footer-lp .col-w-425 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-450, html body div#wrapper .section-footer-lp .col-w-450, html body div#cookie-consent footer .col-w-450, html body div#cookie-consent .section-footer-lp .col-w-450 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-475, html body div#wrapper .section-footer-lp .col-w-475, html body div#cookie-consent footer .col-w-475, html body div#cookie-consent .section-footer-lp .col-w-475 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-500, html body div#wrapper .section-footer-lp .col-w-500, html body div#cookie-consent footer .col-w-500, html body div#cookie-consent .section-footer-lp .col-w-500 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-525, html body div#wrapper .section-footer-lp .col-w-525, html body div#cookie-consent footer .col-w-525, html body div#cookie-consent .section-footer-lp .col-w-525 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-550, html body div#wrapper .section-footer-lp .col-w-550, html body div#cookie-consent footer .col-w-550, html body div#cookie-consent .section-footer-lp .col-w-550 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-575, html body div#wrapper .section-footer-lp .col-w-575, html body div#cookie-consent footer .col-w-575, html body div#cookie-consent .section-footer-lp .col-w-575 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-600, html body div#wrapper .section-footer-lp .col-w-600, html body div#cookie-consent footer .col-w-600, html body div#cookie-consent .section-footer-lp .col-w-600 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-625, html body div#wrapper .section-footer-lp .col-w-625, html body div#cookie-consent footer .col-w-625, html body div#cookie-consent .section-footer-lp .col-w-625 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-650, html body div#wrapper .section-footer-lp .col-w-650, html body div#cookie-consent footer .col-w-650, html body div#cookie-consent .section-footer-lp .col-w-650 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-675, html body div#wrapper .section-footer-lp .col-w-675, html body div#cookie-consent footer .col-w-675, html body div#cookie-consent .section-footer-lp .col-w-675 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-700, html body div#wrapper .section-footer-lp .col-w-700, html body div#cookie-consent footer .col-w-700, html body div#cookie-consent .section-footer-lp .col-w-700 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-725, html body div#wrapper .section-footer-lp .col-w-725, html body div#cookie-consent footer .col-w-725, html body div#cookie-consent .section-footer-lp .col-w-725 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-750, html body div#wrapper .section-footer-lp .col-w-750, html body div#cookie-consent footer .col-w-750, html body div#cookie-consent .section-footer-lp .col-w-750 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-775, html body div#wrapper .section-footer-lp .col-w-775, html body div#cookie-consent footer .col-w-775, html body div#cookie-consent .section-footer-lp .col-w-775 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-800, html body div#wrapper .section-footer-lp .col-w-800, html body div#cookie-consent footer .col-w-800, html body div#cookie-consent .section-footer-lp .col-w-800 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-825, html body div#wrapper .section-footer-lp .col-w-825, html body div#cookie-consent footer .col-w-825, html body div#cookie-consent .section-footer-lp .col-w-825 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-850, html body div#wrapper .section-footer-lp .col-w-850, html body div#cookie-consent footer .col-w-850, html body div#cookie-consent .section-footer-lp .col-w-850 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-875, html body div#wrapper .section-footer-lp .col-w-875, html body div#cookie-consent footer .col-w-875, html body div#cookie-consent .section-footer-lp .col-w-875 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-900, html body div#wrapper .section-footer-lp .col-w-900, html body div#cookie-consent footer .col-w-900, html body div#cookie-consent .section-footer-lp .col-w-900 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-925, html body div#wrapper .section-footer-lp .col-w-925, html body div#cookie-consent footer .col-w-925, html body div#cookie-consent .section-footer-lp .col-w-925 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-950, html body div#wrapper .section-footer-lp .col-w-950, html body div#cookie-consent footer .col-w-950, html body div#cookie-consent .section-footer-lp .col-w-950 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-975, html body div#wrapper .section-footer-lp .col-w-975, html body div#cookie-consent footer .col-w-975, html body div#cookie-consent .section-footer-lp .col-w-975 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-1000, html body div#wrapper .section-footer-lp .col-w-1000, html body div#cookie-consent footer .col-w-1000, html body div#cookie-consent .section-footer-lp .col-w-1000 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body div#wrapper footer .col-w-175.reviews, html body div#wrapper .section-footer-lp .col-w-175.reviews, html body div#cookie-consent footer .col-w-175.reviews, html body div#cookie-consent .section-footer-lp .col-w-175.reviews {
    flex: 0 0 33%;
    max-width: 33%;
  }
  html body div#wrapper footer .col-w-250.customer-service, html body div#wrapper .section-footer-lp .col-w-250.customer-service, html body div#cookie-consent footer .col-w-250.customer-service, html body div#cookie-consent .section-footer-lp .col-w-250.customer-service {
    flex: 0 0 66%;
    max-width: 66%;
  }
  html body div#wrapper footer .col-w-250.customer-service .bloc-info, html body div#wrapper .section-footer-lp .col-w-250.customer-service .bloc-info, html body div#cookie-consent footer .col-w-250.customer-service .bloc-info, html body div#cookie-consent .section-footer-lp .col-w-250.customer-service .bloc-info {
    height: 100%;
  }
  html body div#wrapper footer .col-w-250.customer-service .bloc-info div.mt-3, html body div#wrapper .section-footer-lp .col-w-250.customer-service .bloc-info div.mt-3, html body div#cookie-consent footer .col-w-250.customer-service .bloc-info div.mt-3, html body div#cookie-consent .section-footer-lp .col-w-250.customer-service .bloc-info div.mt-3 {
    max-width: 75%;
  }
}
@media (max-width: 575px) {
  html body div#wrapper footer .col-w-25, html body div#wrapper .section-footer-lp .col-w-25, html body div#cookie-consent footer .col-w-25, html body div#cookie-consent .section-footer-lp .col-w-25 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-50, html body div#wrapper .section-footer-lp .col-w-50, html body div#cookie-consent footer .col-w-50, html body div#cookie-consent .section-footer-lp .col-w-50 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-75, html body div#wrapper .section-footer-lp .col-w-75, html body div#cookie-consent footer .col-w-75, html body div#cookie-consent .section-footer-lp .col-w-75 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-100, html body div#wrapper .section-footer-lp .col-w-100, html body div#cookie-consent footer .col-w-100, html body div#cookie-consent .section-footer-lp .col-w-100 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-125, html body div#wrapper .section-footer-lp .col-w-125, html body div#cookie-consent footer .col-w-125, html body div#cookie-consent .section-footer-lp .col-w-125 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-150, html body div#wrapper .section-footer-lp .col-w-150, html body div#cookie-consent footer .col-w-150, html body div#cookie-consent .section-footer-lp .col-w-150 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-175, html body div#wrapper .section-footer-lp .col-w-175, html body div#cookie-consent footer .col-w-175, html body div#cookie-consent .section-footer-lp .col-w-175 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-200, html body div#wrapper .section-footer-lp .col-w-200, html body div#cookie-consent footer .col-w-200, html body div#cookie-consent .section-footer-lp .col-w-200 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-225, html body div#wrapper .section-footer-lp .col-w-225, html body div#cookie-consent footer .col-w-225, html body div#cookie-consent .section-footer-lp .col-w-225 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-250, html body div#wrapper .section-footer-lp .col-w-250, html body div#cookie-consent footer .col-w-250, html body div#cookie-consent .section-footer-lp .col-w-250 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-275, html body div#wrapper .section-footer-lp .col-w-275, html body div#cookie-consent footer .col-w-275, html body div#cookie-consent .section-footer-lp .col-w-275 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-300, html body div#wrapper .section-footer-lp .col-w-300, html body div#cookie-consent footer .col-w-300, html body div#cookie-consent .section-footer-lp .col-w-300 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-325, html body div#wrapper .section-footer-lp .col-w-325, html body div#cookie-consent footer .col-w-325, html body div#cookie-consent .section-footer-lp .col-w-325 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-350, html body div#wrapper .section-footer-lp .col-w-350, html body div#cookie-consent footer .col-w-350, html body div#cookie-consent .section-footer-lp .col-w-350 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-375, html body div#wrapper .section-footer-lp .col-w-375, html body div#cookie-consent footer .col-w-375, html body div#cookie-consent .section-footer-lp .col-w-375 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-400, html body div#wrapper .section-footer-lp .col-w-400, html body div#cookie-consent footer .col-w-400, html body div#cookie-consent .section-footer-lp .col-w-400 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-425, html body div#wrapper .section-footer-lp .col-w-425, html body div#cookie-consent footer .col-w-425, html body div#cookie-consent .section-footer-lp .col-w-425 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-450, html body div#wrapper .section-footer-lp .col-w-450, html body div#cookie-consent footer .col-w-450, html body div#cookie-consent .section-footer-lp .col-w-450 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-475, html body div#wrapper .section-footer-lp .col-w-475, html body div#cookie-consent footer .col-w-475, html body div#cookie-consent .section-footer-lp .col-w-475 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-500, html body div#wrapper .section-footer-lp .col-w-500, html body div#cookie-consent footer .col-w-500, html body div#cookie-consent .section-footer-lp .col-w-500 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-525, html body div#wrapper .section-footer-lp .col-w-525, html body div#cookie-consent footer .col-w-525, html body div#cookie-consent .section-footer-lp .col-w-525 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-550, html body div#wrapper .section-footer-lp .col-w-550, html body div#cookie-consent footer .col-w-550, html body div#cookie-consent .section-footer-lp .col-w-550 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-575, html body div#wrapper .section-footer-lp .col-w-575, html body div#cookie-consent footer .col-w-575, html body div#cookie-consent .section-footer-lp .col-w-575 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-600, html body div#wrapper .section-footer-lp .col-w-600, html body div#cookie-consent footer .col-w-600, html body div#cookie-consent .section-footer-lp .col-w-600 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-625, html body div#wrapper .section-footer-lp .col-w-625, html body div#cookie-consent footer .col-w-625, html body div#cookie-consent .section-footer-lp .col-w-625 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-650, html body div#wrapper .section-footer-lp .col-w-650, html body div#cookie-consent footer .col-w-650, html body div#cookie-consent .section-footer-lp .col-w-650 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-675, html body div#wrapper .section-footer-lp .col-w-675, html body div#cookie-consent footer .col-w-675, html body div#cookie-consent .section-footer-lp .col-w-675 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-700, html body div#wrapper .section-footer-lp .col-w-700, html body div#cookie-consent footer .col-w-700, html body div#cookie-consent .section-footer-lp .col-w-700 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-725, html body div#wrapper .section-footer-lp .col-w-725, html body div#cookie-consent footer .col-w-725, html body div#cookie-consent .section-footer-lp .col-w-725 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-750, html body div#wrapper .section-footer-lp .col-w-750, html body div#cookie-consent footer .col-w-750, html body div#cookie-consent .section-footer-lp .col-w-750 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-775, html body div#wrapper .section-footer-lp .col-w-775, html body div#cookie-consent footer .col-w-775, html body div#cookie-consent .section-footer-lp .col-w-775 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-800, html body div#wrapper .section-footer-lp .col-w-800, html body div#cookie-consent footer .col-w-800, html body div#cookie-consent .section-footer-lp .col-w-800 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-825, html body div#wrapper .section-footer-lp .col-w-825, html body div#cookie-consent footer .col-w-825, html body div#cookie-consent .section-footer-lp .col-w-825 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-850, html body div#wrapper .section-footer-lp .col-w-850, html body div#cookie-consent footer .col-w-850, html body div#cookie-consent .section-footer-lp .col-w-850 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-875, html body div#wrapper .section-footer-lp .col-w-875, html body div#cookie-consent footer .col-w-875, html body div#cookie-consent .section-footer-lp .col-w-875 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-900, html body div#wrapper .section-footer-lp .col-w-900, html body div#cookie-consent footer .col-w-900, html body div#cookie-consent .section-footer-lp .col-w-900 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-925, html body div#wrapper .section-footer-lp .col-w-925, html body div#cookie-consent footer .col-w-925, html body div#cookie-consent .section-footer-lp .col-w-925 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-950, html body div#wrapper .section-footer-lp .col-w-950, html body div#cookie-consent footer .col-w-950, html body div#cookie-consent .section-footer-lp .col-w-950 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-975, html body div#wrapper .section-footer-lp .col-w-975, html body div#cookie-consent footer .col-w-975, html body div#cookie-consent .section-footer-lp .col-w-975 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-1000, html body div#wrapper .section-footer-lp .col-w-1000, html body div#cookie-consent footer .col-w-1000, html body div#cookie-consent .section-footer-lp .col-w-1000 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body div#wrapper footer .col-w-250.customer-service .bloc-info, html body div#wrapper .section-footer-lp .col-w-250.customer-service .bloc-info, html body div#cookie-consent footer .col-w-250.customer-service .bloc-info, html body div#cookie-consent .section-footer-lp .col-w-250.customer-service .bloc-info {
    height: 100%;
    margin: 0 !important;
  }
  html body div#wrapper footer .logo img,
  html body div#wrapper footer .logo .logo-service, html body div#wrapper .section-footer-lp .logo img,
  html body div#wrapper .section-footer-lp .logo .logo-service, html body div#cookie-consent footer .logo img,
  html body div#cookie-consent footer .logo .logo-service, html body div#cookie-consent .section-footer-lp .logo img,
  html body div#cookie-consent .section-footer-lp .logo .logo-service {
    margin-right: 0.5rem;
  }
}
html body div#wrapper header#banner, html body div#cookie-consent header#banner {
  position: relative;
  height: 116px;
  padding: 0 10%;
  background-color: #fff;
}
html body div#wrapper header#banner + .ControlMenu, html body div#cookie-consent header#banner + .ControlMenu {
  margin-top: 56.5px;
}
html body div#wrapper header#banner div.wrapper, html body div#cookie-consent header#banner div.wrapper {
  max-width: 1440px;
}
html body div#wrapper header#banner div.wrapper nav, html body div#cookie-consent header#banner div.wrapper nav {
  position: relative;
  float: right;
  margin-top: 10px;
}
html body div#wrapper header#banner div.wrapper nav ul.nav-header, html body div#cookie-consent header#banner div.wrapper nav ul.nav-header {
  margin-bottom: 0;
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  font-size: 0.8125rem;
}
html body div#wrapper header#banner div.wrapper nav ul.nav-header li, html body div#cookie-consent header#banner div.wrapper nav ul.nav-header li {
  display: inline-block;
  line-height: 20px;
  height: 16px;
  color: #747474;
}
html body div#wrapper header#banner div.wrapper nav ul.nav-header li:not(:last-child), html body div#cookie-consent header#banner div.wrapper nav ul.nav-header li:not(:last-child) {
  padding: 0 10px;
}
html body div#wrapper header#banner div.wrapper nav ul.nav-header li:last-child, html body div#cookie-consent header#banner div.wrapper nav ul.nav-header li:last-child {
  padding-left: 10px;
}
html body div#wrapper header#banner div.wrapper nav ul.nav-header li.separator, html body div#cookie-consent header#banner div.wrapper nav ul.nav-header li.separator {
  position: relative;
  width: 1px;
  height: 15px;
  line-height: 16px;
  vertical-align: middle;
  margin: 0 20px;
  padding: 0;
  background-color: #9A9A9A;
}
html body div#wrapper header#banner div.wrapper nav ul.nav-header li a, html body div#cookie-consent header#banner div.wrapper nav ul.nav-header li a {
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  color: #5c5c5c;
  line-height: 16px;
}
html body div#wrapper header#banner div.wrapper nav ul.nav-header li a:hover, html body div#wrapper header#banner div.wrapper nav ul.nav-header li a:focus, html body div#wrapper header#banner div.wrapper nav ul.nav-header li a:active, html body div#wrapper header#banner div.wrapper nav ul.nav-header li a:not(:disabled):not(.disabled):active, html body div#wrapper header#banner div.wrapper nav ul.nav-header li a.active, html body div#wrapper header#banner div.wrapper nav ul.nav-header li a:not(:disabled):not(.disabled).active, html body div#cookie-consent header#banner div.wrapper nav ul.nav-header li a:hover, html body div#cookie-consent header#banner div.wrapper nav ul.nav-header li a:focus, html body div#cookie-consent header#banner div.wrapper nav ul.nav-header li a:active, html body div#cookie-consent header#banner div.wrapper nav ul.nav-header li a:not(:disabled):not(.disabled):active, html body div#cookie-consent header#banner div.wrapper nav ul.nav-header li a.active, html body div#cookie-consent header#banner div.wrapper nav ul.nav-header li a:not(:disabled):not(.disabled).active {
  color: #4f4f4f;
}
html body div#wrapper header#banner div.wrapper nav ul.nav-header li a .o2icon, html body div#cookie-consent header#banner div.wrapper nav ul.nav-header li a .o2icon {
  font-size: 1.25rem;
  margin-right: 15px;
  vertical-align: bottom;
}
html body div#wrapper header#banner div.wrapper nav ul.nav-header li a.text-secondary:hover, html body div#wrapper header#banner div.wrapper nav ul.nav-header li a.text-secondary:focus, html body div#wrapper header#banner div.wrapper nav ul.nav-header li a.text-secondary:active, html body div#wrapper header#banner div.wrapper nav ul.nav-header li a.text-secondary:not(:disabled):not(.disabled):active, html body div#wrapper header#banner div.wrapper nav ul.nav-header li a.text-secondary.active, html body div#wrapper header#banner div.wrapper nav ul.nav-header li a.text-secondary:not(:disabled):not(.disabled).active, html body div#cookie-consent header#banner div.wrapper nav ul.nav-header li a.text-secondary:hover, html body div#cookie-consent header#banner div.wrapper nav ul.nav-header li a.text-secondary:focus, html body div#cookie-consent header#banner div.wrapper nav ul.nav-header li a.text-secondary:active, html body div#cookie-consent header#banner div.wrapper nav ul.nav-header li a.text-secondary:not(:disabled):not(.disabled):active, html body div#cookie-consent header#banner div.wrapper nav ul.nav-header li a.text-secondary.active, html body div#cookie-consent header#banner div.wrapper nav ul.nav-header li a.text-secondary:not(:disabled):not(.disabled).active {
  text-decoration: none;
}
html body div#wrapper header#banner div.wrapper .header-bottom, html body div#cookie-consent header#banner div.wrapper .header-bottom {
  position: relative;
  width: 100%;
  margin: 0;
}
html body div#wrapper header#banner div.wrapper .header-bottom .col-lg-6, html body div#cookie-consent header#banner div.wrapper .header-bottom .col-lg-6 {
  margin-top: 0rem;
}
html body div#wrapper header#banner div.wrapper .header-bottom .col-lg-6 a.logo, html body div#cookie-consent header#banner div.wrapper .header-bottom .col-lg-6 a.logo {
  margin-top: -85px;
  position: relative;
  bottom: -53px;
  margin-left: 15px;
}
html body div#wrapper header#banner div.wrapper .header-bottom .col-lg-6 a.logo img, html body div#cookie-consent header#banner div.wrapper .header-bottom .col-lg-6 a.logo img {
  height: 105px;
  width: 105px;
}
html body div#wrapper header#banner div.wrapper .header-bottom .col-lg-6 nav.nav-search, html body div#cookie-consent header#banner div.wrapper .header-bottom .col-lg-6 nav.nav-search {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
}
html body div#wrapper header#banner div.wrapper .header-bottom .col-lg-6 nav.nav-search ul li, html body div#cookie-consent header#banner div.wrapper .header-bottom .col-lg-6 nav.nav-search ul li {
  display: inline-block;
  line-height: 15px;
  vertical-align: middle;
  margin-left: 2rem;
}
html body div#wrapper header#banner div.wrapper .header-bottom .col-lg-6 nav.nav-search ul li a, html body div#cookie-consent header#banner div.wrapper .header-bottom .col-lg-6 nav.nav-search ul li a {
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  margin: 0;
  color: #005CB9;
}
html body div#wrapper header#banner div.wrapper .header-bottom .col-lg-6 nav.nav-search ul li a.btn-link, html body div#cookie-consent header#banner div.wrapper .header-bottom .col-lg-6 nav.nav-search ul li a.btn-link {
  padding: 0;
}
html body div#wrapper header#banner div.wrapper .header-bottom .col-lg-6 nav.nav-search ul li a.btn-link span.o2icon, html body div#cookie-consent header#banner div.wrapper .header-bottom .col-lg-6 nav.nav-search ul li a.btn-link span.o2icon {
  vertical-align: middle;
}
html body div#wrapper header#banner div.wrapper .header-bottom .col-lg-6 nav.nav-search ul li a.btn-link:hover, html body div#wrapper header#banner div.wrapper .header-bottom .col-lg-6 nav.nav-search ul li a.btn-link:focus, html body div#wrapper header#banner div.wrapper .header-bottom .col-lg-6 nav.nav-search ul li a.btn-link:active, html body div#wrapper header#banner div.wrapper .header-bottom .col-lg-6 nav.nav-search ul li a.btn-link:not(:disabled):not(.disabled):active, html body div#wrapper header#banner div.wrapper .header-bottom .col-lg-6 nav.nav-search ul li a.btn-link.active, html body div#wrapper header#banner div.wrapper .header-bottom .col-lg-6 nav.nav-search ul li a.btn-link:not(:disabled):not(.disabled).active, html body div#cookie-consent header#banner div.wrapper .header-bottom .col-lg-6 nav.nav-search ul li a.btn-link:hover, html body div#cookie-consent header#banner div.wrapper .header-bottom .col-lg-6 nav.nav-search ul li a.btn-link:focus, html body div#cookie-consent header#banner div.wrapper .header-bottom .col-lg-6 nav.nav-search ul li a.btn-link:active, html body div#cookie-consent header#banner div.wrapper .header-bottom .col-lg-6 nav.nav-search ul li a.btn-link:not(:disabled):not(.disabled):active, html body div#cookie-consent header#banner div.wrapper .header-bottom .col-lg-6 nav.nav-search ul li a.btn-link.active, html body div#cookie-consent header#banner div.wrapper .header-bottom .col-lg-6 nav.nav-search ul li a.btn-link:not(:disabled):not(.disabled).active {
  text-decoration: none;
}
@media (min-width: 960px) and (max-width: 1200px) {
  html body div#wrapper header#banner, html body div#cookie-consent header#banner {
    padding: 0 1%;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  html body div#wrapper header#banner, html body div#cookie-consent header#banner {
    padding: 0 5%;
  }
}
html body div#wrapper section#content .container-fluid, html body div#cookie-consent section#content .container-fluid {
  padding: 0;
}
html body div#wrapper section#content .container-fluid .background-primary, html body div#cookie-consent section#content .container-fluid .background-primary {
  position: relative;
  height: 500px;
  width: 100%;
  background-color: #005CB9;
}
html body div#wrapper section#content ul:not(.list-unstyled):not(.tbar-nav):not(.nav-stacked):not(.multiselect__content), html body div#cookie-consent section#content ul:not(.list-unstyled):not(.tbar-nav):not(.nav-stacked):not(.multiselect__content) {
  list-style-type: none;
  padding: 0;
}
html body div#wrapper section#content ul:not(.list-unstyled):not(.tbar-nav):not(.nav-stacked):not(.multiselect__content) > li, html body div#cookie-consent section#content ul:not(.list-unstyled):not(.tbar-nav):not(.nav-stacked):not(.multiselect__content) > li {
  position: relative;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.125rem;
  line-height: 30px;
  color: #747474;
  padding-left: 20px;
}
html body div#wrapper section#content ul:not(.list-unstyled):not(.tbar-nav):not(.nav-stacked):not(.multiselect__content) > li:before, html body div#cookie-consent section#content ul:not(.list-unstyled):not(.tbar-nav):not(.nav-stacked):not(.multiselect__content) > li:before {
  position: absolute;
  left: 0;
  content: "•";
  color: #00bfa2;
  font-size: 1.5rem;
}
html body div#wrapper section#content ol:not(.breadcrumb), html body div#cookie-consent section#content ol:not(.breadcrumb) {
  counter-reset: item;
  padding: 0;
}
html body div#wrapper section#content ol:not(.breadcrumb) > li, html body div#cookie-consent section#content ol:not(.breadcrumb) > li {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  display: block;
  font-size: 0.9375rem;
  line-height: 30px;
  color: #5c5c5c;
}
html body div#wrapper section#content ol:not(.breadcrumb) > li:before, html body div#cookie-consent section#content ol:not(.breadcrumb) > li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #00bfa2;
  display: inline-block;
  width: 1em;
  margin-right: 0.5em;
  text-align: right;
}
html body div#wrapper header#banner-mobile, html body div#cookie-consent header#banner-mobile {
  height: 5rem;
}
html body div#wrapper header#banner-mobile nav, html body div#cookie-consent header#banner-mobile nav {
  position: fixed;
  background-color: #fff;
  top: auto;
  left: 0;
  width: 100%;
  z-index: 1107;
  overflow-y: scroll;
  max-height: 100%;
}
html body div#wrapper header#banner-mobile nav.scrollUp, html body div#cookie-consent header#banner-mobile nav.scrollUp {
  transform: translateY(-80px);
}
html body div#wrapper header#banner-mobile nav.scrollUpWithBarControlLiferay, html body div#cookie-consent header#banner-mobile nav.scrollUpWithBarControlLiferay {
  transform: translateY(-140px);
}
html body div#wrapper header#banner-mobile nav::-webkit-scrollbar, html body div#cookie-consent header#banner-mobile nav::-webkit-scrollbar {
  width: 0 !important;
}
html body div#wrapper header#banner-mobile .header-logo a img, html body div#cookie-consent header#banner-mobile .header-logo a img {
  height: 80px;
  width: 80px;
}
html body div#wrapper header#banner-mobile .header-logo a .o2icon-logo, html body div#cookie-consent header#banner-mobile .header-logo a .o2icon-logo {
  font-size: 5rem;
  color: #005CB9;
}
html body div#wrapper header#banner-mobile .header-logo a:hover, html body div#wrapper header#banner-mobile .header-logo a:focus, html body div#wrapper header#banner-mobile .header-logo a:active, html body div#wrapper header#banner-mobile .header-logo a:not(:disabled):not(.disabled):active, html body div#wrapper header#banner-mobile .header-logo a.active, html body div#wrapper header#banner-mobile .header-logo a:not(:disabled):not(.disabled).active, html body div#cookie-consent header#banner-mobile .header-logo a:hover, html body div#cookie-consent header#banner-mobile .header-logo a:focus, html body div#cookie-consent header#banner-mobile .header-logo a:active, html body div#cookie-consent header#banner-mobile .header-logo a:not(:disabled):not(.disabled):active, html body div#cookie-consent header#banner-mobile .header-logo a.active, html body div#cookie-consent header#banner-mobile .header-logo a:not(:disabled):not(.disabled).active {
  text-decoration: none;
}
html body div#wrapper header#banner-mobile .header-connection img, html body div#cookie-consent header#banner-mobile .header-connection img {
  width: 60px;
  height: 60px;
}
html body div#wrapper header#banner-mobile #main-navigation-mobile-button, html body div#cookie-consent header#banner-mobile #main-navigation-mobile-button {
  padding: 0;
  margin-left: -2rem;
  border: none;
  box-shadow: none;
}
html body div#wrapper header#banner-mobile #main-navigation-mobile-button:hover, html body div#wrapper header#banner-mobile #main-navigation-mobile-button:focus, html body div#wrapper header#banner-mobile #main-navigation-mobile-button:active, html body div#wrapper header#banner-mobile #main-navigation-mobile-button:not(:disabled):not(.disabled):active, html body div#wrapper header#banner-mobile #main-navigation-mobile-button.active, html body div#wrapper header#banner-mobile #main-navigation-mobile-button:not(:disabled):not(.disabled).active, html body div#cookie-consent header#banner-mobile #main-navigation-mobile-button:hover, html body div#cookie-consent header#banner-mobile #main-navigation-mobile-button:focus, html body div#cookie-consent header#banner-mobile #main-navigation-mobile-button:active, html body div#cookie-consent header#banner-mobile #main-navigation-mobile-button:not(:disabled):not(.disabled):active, html body div#cookie-consent header#banner-mobile #main-navigation-mobile-button.active, html body div#cookie-consent header#banner-mobile #main-navigation-mobile-button:not(:disabled):not(.disabled).active {
  border: none;
  box-shadow: none;
}
html body div#wrapper header#banner-mobile #main-navigation-mobile-button.cross path#top,
html body div#wrapper header#banner-mobile #main-navigation-mobile-button.cross path#bottom, html body div#cookie-consent header#banner-mobile #main-navigation-mobile-button.cross path#top,
html body div#cookie-consent header#banner-mobile #main-navigation-mobile-button.cross path#bottom {
  stroke-dashoffset: -650px;
  stroke-dashoffset: -650px;
}
html body div#wrapper header#banner-mobile #main-navigation-mobile-button.cross path#middle, html body div#cookie-consent header#banner-mobile #main-navigation-mobile-button.cross path#middle {
  stroke-dashoffset: -115px;
  stroke-dasharray: 1px 220px;
}
html body div#wrapper header#banner-mobile #main-navigation-mobile-button svg, html body div#cookie-consent header#banner-mobile #main-navigation-mobile-button svg {
  width: 100px;
  height: 5rem;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
}
html body div#wrapper header#banner-mobile #main-navigation-mobile-button svg path, html body div#cookie-consent header#banner-mobile #main-navigation-mobile-button svg path {
  fill: none;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  stroke-width: 40px;
  stroke-linecap: round;
  stroke: #005CB9;
  stroke-dashoffset: 0px;
}
html body div#wrapper header#banner-mobile #main-navigation-mobile-button svg path#top, html body div#wrapper header#banner-mobile #main-navigation-mobile-button svg path#bottom, html body div#cookie-consent header#banner-mobile #main-navigation-mobile-button svg path#top, html body div#cookie-consent header#banner-mobile #main-navigation-mobile-button svg path#bottom {
  stroke-dasharray: 240px 950px;
}
html body div#wrapper header#banner-mobile #main-navigation-mobile-button svg path#middle, html body div#cookie-consent header#banner-mobile #main-navigation-mobile-button svg path#middle {
  stroke-dasharray: 240px 240px;
}
html body div#wrapper header#banner-mobile .menu-first-level-mobile, html body div#cookie-consent header#banner-mobile .menu-first-level-mobile {
  position: relative;
  z-index: 1107;
  top: 0;
  padding-bottom: 2rem;
  min-height: 100vh;
  height: 100%;
}
html body div#wrapper header#banner-mobile .menu-first-level-mobile .bloc-links-services ul, html body div#cookie-consent header#banner-mobile .menu-first-level-mobile .bloc-links-services ul {
  margin: 1rem 0;
}
html body div#wrapper header#banner-mobile .menu-first-level-mobile .bloc-links-services ul li, html body div#cookie-consent header#banner-mobile .menu-first-level-mobile .bloc-links-services ul li {
  line-height: 2.5rem;
}
html body div#wrapper header#banner-mobile .menu-first-level-mobile .bloc-links-services ul li a, html body div#cookie-consent header#banner-mobile .menu-first-level-mobile .bloc-links-services ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  font-size: 1.063rem;
  color: #fff;
  cursor: pointer;
}
html body div#wrapper header#banner-mobile .menu-first-level-mobile .bloc-links-services ul li a.text-darker, html body div#cookie-consent header#banner-mobile .menu-first-level-mobile .bloc-links-services ul li a.text-darker {
  color: #5c5c5c;
}
html body div#wrapper header#banner-mobile .menu-first-level-mobile .bloc-links-services .o2icon-arrow-right, html body div#cookie-consent header#banner-mobile .menu-first-level-mobile .bloc-links-services .o2icon-arrow-right {
  vertical-align: middle;
}
html body div#wrapper header#banner-mobile .menu-first-level-mobile .bloc-links-services .o2icon-arrow-right:before, html body div#cookie-consent header#banner-mobile .menu-first-level-mobile .bloc-links-services .o2icon-arrow-right:before {
  float: right;
}
html body div#wrapper header#banner-mobile .menu-first-level-mobile .bloc-links-services .o2icon-arrow-left, html body div#cookie-consent header#banner-mobile .menu-first-level-mobile .bloc-links-services .o2icon-arrow-left {
  vertical-align: middle;
}
html body div#wrapper header#banner-mobile .bloc-search-agency-link ul li, html body div#cookie-consent header#banner-mobile .bloc-search-agency-link ul li {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  font-size: 1.063rem;
  height: 50px;
  line-height: 50px;
}
html body div#wrapper header#banner-mobile .bloc-search-agency-link ul li a, html body div#cookie-consent header#banner-mobile .bloc-search-agency-link ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
html body div#wrapper header#banner-mobile .bloc-search-agency-link .o2icon-localisation, html body div#cookie-consent header#banner-mobile .bloc-search-agency-link .o2icon-localisation {
  vertical-align: middle;
}
html body div#wrapper header#banner-mobile .bloc-sub-links ul li a, html body div#cookie-consent header#banner-mobile .bloc-sub-links ul li a {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  font-size: 1.063rem;
  line-height: 2rem;
  color: #005CB9;
}
html body div#wrapper header#banner-mobile .bloc-sub-links .link-choose-o2 ul, html body div#cookie-consent header#banner-mobile .bloc-sub-links .link-choose-o2 ul {
  margin-top: 1rem;
}
html body div#wrapper header#banner-mobile .bloc-sub-links .link-choose-o2 ul li, html body div#cookie-consent header#banner-mobile .bloc-sub-links .link-choose-o2 ul li {
  display: none;
}
html body div#wrapper header#banner-mobile .bloc-sub-links .link-choose-o2 ul li:first-child, html body div#cookie-consent header#banner-mobile .bloc-sub-links .link-choose-o2 ul li:first-child {
  display: block;
}
html body div#wrapper header#banner-mobile .bloc-sub-links .link-franchise-recrutement ul, html body div#cookie-consent header#banner-mobile .bloc-sub-links .link-franchise-recrutement ul {
  margin: 1rem 0;
}
html body div#wrapper header#banner-mobile .bloc-sub-links .link-franchise-recrutement ul li a, html body div#cookie-consent header#banner-mobile .bloc-sub-links .link-franchise-recrutement ul li a {
  color: #5c5c5c;
}
html body div#wrapper header#banner-mobile .menu-second-level-mobile, html body div#cookie-consent header#banner-mobile .menu-second-level-mobile {
  padding: 0 15px;
  min-height: 575px;
}
html body div#wrapper header#banner-mobile .menu-second-level-mobile.collapsing, html body div#cookie-consent header#banner-mobile .menu-second-level-mobile.collapsing {
  -webkit-transition: none;
  transition: none;
  display: none;
}
html body div#wrapper header#banner-mobile .menu-second-level-mobile.show, html body div#cookie-consent header#banner-mobile .menu-second-level-mobile.show {
  z-index: 1107;
  position: absolute;
  top: 0rem;
  left: 0;
  transition: 0.2s;
  width: 100%;
  visibility: visible;
  height: 100%;
}
html body div#wrapper header#banner-mobile .menu-second-level-mobile .nav-back-link, html body div#cookie-consent header#banner-mobile .menu-second-level-mobile .nav-back-link {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.9375rem;
  line-height: 20px;
  text-transform: none;
  text-decoration: none;
}
html body div#wrapper header#banner-mobile .menu-second-level-mobile .nav-back-link:hover, html body div#wrapper header#banner-mobile .menu-second-level-mobile .nav-back-link:focus, html body div#wrapper header#banner-mobile .menu-second-level-mobile .nav-back-link:active, html body div#wrapper header#banner-mobile .menu-second-level-mobile .nav-back-link:not(:disabled):not(.disabled):active, html body div#wrapper header#banner-mobile .menu-second-level-mobile .nav-back-link.active, html body div#wrapper header#banner-mobile .menu-second-level-mobile .nav-back-link:not(:disabled):not(.disabled).active, html body div#cookie-consent header#banner-mobile .menu-second-level-mobile .nav-back-link:hover, html body div#cookie-consent header#banner-mobile .menu-second-level-mobile .nav-back-link:focus, html body div#cookie-consent header#banner-mobile .menu-second-level-mobile .nav-back-link:active, html body div#cookie-consent header#banner-mobile .menu-second-level-mobile .nav-back-link:not(:disabled):not(.disabled):active, html body div#cookie-consent header#banner-mobile .menu-second-level-mobile .nav-back-link.active, html body div#cookie-consent header#banner-mobile .menu-second-level-mobile .nav-back-link:not(:disabled):not(.disabled).active {
  text-transform: none;
  text-decoration: none;
}
html body div#wrapper header#banner-mobile .menu-second-level-mobile .bloc-second-level-links ul li a, html body div#cookie-consent header#banner-mobile .menu-second-level-mobile .bloc-second-level-links ul li a {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
}
html body div#wrapper header#banner-mobile .menu-second-level-mobile .bloc-second-level-links ul li, html body div#cookie-consent header#banner-mobile .menu-second-level-mobile .bloc-second-level-links ul li {
  line-height: 2.5rem;
}
html body div#wrapper header .header-bottom #main-navigation-button, html body div#cookie-consent header .header-bottom #main-navigation-button {
  position: relative;
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  color: #005CB9;
  vertical-align: text-bottom;
  margin-left: 9rem;
  padding-right: 2rem;
  text-transform: uppercase;
}
html body div#wrapper header .header-bottom #main-navigation-button.btn-link:focus, html body div#cookie-consent header .header-bottom #main-navigation-button.btn-link:focus {
  box-shadow: none;
}
html body div#wrapper header .header-bottom #main-navigation-button:after, html body div#cookie-consent header .header-bottom #main-navigation-button:after {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 1.5rem;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "o2icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e954";
  transition: transform 0.5s ease;
  line-height: 40px;
}
html body div#wrapper header .header-bottom #main-navigation-button[aria-expanded=true]:after, html body div#cookie-consent header .header-bottom #main-navigation-button[aria-expanded=true]:after {
  transform: rotate(180deg);
}
html body div#wrapper header .header-bottom #main-navigation-button:hover, html body div#cookie-consent header .header-bottom #main-navigation-button:hover {
  color: #00366d;
  text-decoration: none;
}
html body div#wrapper #main-navigation, html body div#cookie-consent #main-navigation {
  position: absolute;
  top: 155px;
  left: 0;
  width: 100%;
  z-index: 1108;
  height: 575px;
  padding: 0;
  margin: 0;
}
html body div#wrapper #main-navigation .container-fluid, html body div#cookie-consent #main-navigation .container-fluid {
  padding: 0;
}
html body div#wrapper #main-navigation .container-fluid .row, html body div#cookie-consent #main-navigation .container-fluid .row {
  max-width: 1440px;
  margin: auto;
}
html body div#wrapper #main-navigation .fill-blank-left, html body div#cookie-consent #main-navigation .fill-blank-left {
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  background-color: #005CB9;
  width: calc((100vw - (100vw - 100%) - 1440px) / 2);
}
html body div#wrapper #main-navigation .fill-blank-right, html body div#cookie-consent #main-navigation .fill-blank-right {
  top: 0;
  right: 0;
  position: absolute;
  height: 525px;
  background-color: #005CB9;
  width: calc((100vw - (100vw - 100%) - 1440px) / 2);
}
html body div#wrapper #main-navigation.with-top-alert, html body div#cookie-consent #main-navigation.with-top-alert {
  top: 162px;
}
html body div#wrapper #main-navigation .col-first-level, html body div#cookie-consent #main-navigation .col-first-level {
  flex: 0 0 calc(100% - 825px);
  height: 575px;
  min-width: 375px;
}
html body div#wrapper #main-navigation .col-first-level.first-level, html body div#cookie-consent #main-navigation .col-first-level.first-level {
  padding-top: 3.5rem;
}
html body div#wrapper #main-navigation .col-first-level.first-level .main-menu, html body div#cookie-consent #main-navigation .col-first-level.first-level .main-menu {
  float: right;
  max-width: 500px;
  width: 100%;
}
html body div#wrapper #main-navigation .col-first-level.first-level .main-menu a.first-level-link:hover, html body div#cookie-consent #main-navigation .col-first-level.first-level .main-menu a.first-level-link:hover {
  cursor: pointer;
}
html body div#wrapper #main-navigation .col-first-level.first-level .main-menu li.nav-item.active > a, html body div#cookie-consent #main-navigation .col-first-level.first-level .main-menu li.nav-item.active > a {
  color: #e7ba63;
  text-decoration: none;
}
html body div#wrapper #main-navigation .col-first-level.first-level .main-menu li.nav-item > a, html body div#cookie-consent #main-navigation .col-first-level.first-level .main-menu li.nav-item > a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-right: 30%;
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 50px;
  vertical-align: middle;
  color: #fff;
}
html body div#wrapper #main-navigation .col-first-level.first-level .main-menu li.nav-item > a:hover, html body div#wrapper #main-navigation .col-first-level.first-level .main-menu li.nav-item > a:focus, html body div#wrapper #main-navigation .col-first-level.first-level .main-menu li.nav-item > a:active, html body div#wrapper #main-navigation .col-first-level.first-level .main-menu li.nav-item > a:not(:disabled):not(.disabled):active, html body div#wrapper #main-navigation .col-first-level.first-level .main-menu li.nav-item > a.active, html body div#wrapper #main-navigation .col-first-level.first-level .main-menu li.nav-item > a:not(:disabled):not(.disabled).active, html body div#cookie-consent #main-navigation .col-first-level.first-level .main-menu li.nav-item > a:hover, html body div#cookie-consent #main-navigation .col-first-level.first-level .main-menu li.nav-item > a:focus, html body div#cookie-consent #main-navigation .col-first-level.first-level .main-menu li.nav-item > a:active, html body div#cookie-consent #main-navigation .col-first-level.first-level .main-menu li.nav-item > a:not(:disabled):not(.disabled):active, html body div#cookie-consent #main-navigation .col-first-level.first-level .main-menu li.nav-item > a.active, html body div#cookie-consent #main-navigation .col-first-level.first-level .main-menu li.nav-item > a:not(:disabled):not(.disabled).active {
  color: #e7ba63;
  text-decoration: none;
}
html body div#wrapper #main-navigation .col-first-level.first-level .main-menu li.nav-item > a .o2icon, html body div#cookie-consent #main-navigation .col-first-level.first-level .main-menu li.nav-item > a .o2icon {
  position: absolute;
  right: 4rem;
  line-height: 50px;
}
html body div#wrapper #main-navigation .col-first-level.first-level .main-menu li.nav-item a.active + div.main-submenu, html body div#cookie-consent #main-navigation .col-first-level.first-level .main-menu li.nav-item a.active + div.main-submenu {
  display: block;
}
html body div#wrapper #main-navigation .col-first-level.first-level .main-menu li.nav-item .main-submenu, html body div#cookie-consent #main-navigation .col-first-level.first-level .main-menu li.nav-item .main-submenu {
  position: absolute;
  top: 0;
  width: 100%;
  height: 525px;
  display: none;
}
html body div#wrapper #main-navigation .col-first-level .second-level, html body div#cookie-consent #main-navigation .col-first-level .second-level {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
html body div#wrapper #main-navigation .col-first-level .second-level .second-level-img img, html body div#cookie-consent #main-navigation .col-first-level .second-level .second-level-img img {
  object-fit: cover;
}
html body div#wrapper #main-navigation .col-first-level .second-level .child-menu, html body div#cookie-consent #main-navigation .col-first-level .second-level .child-menu {
  position: relative;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  background-color: #f9f5f3;
  opacity: 0;
  z-index: 0;
  overflow: hidden;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
html body div#wrapper #main-navigation .col-first-level .second-level .child-menu + div[class^=second-level-img], html body div#cookie-consent #main-navigation .col-first-level .second-level .child-menu + div[class^=second-level-img] {
  z-index: 0;
}
html body div#wrapper #main-navigation .col-first-level .second-level .child-menu.second-level-visible, html body div#cookie-consent #main-navigation .col-first-level .second-level .child-menu.second-level-visible {
  max-width: 500px;
  width: calc(100% - 415px);
  height: 525px;
  padding: 4rem 2rem;
  opacity: 1;
  z-index: 1108;
  visibility: visible;
}
html body div#wrapper #main-navigation .col-first-level .second-level .child-menu.second-level-visible + div[class^=second-level-img], html body div#cookie-consent #main-navigation .col-first-level .second-level .child-menu.second-level-visible + div[class^=second-level-img] {
  position: relative;
  width: 415px;
  height: 525px;
  opacity: 1;
  z-index: 1108;
  visibility: visible;
}
html body div#wrapper #main-navigation .col-first-level .second-level .child-menu.second-level-visible + div[class^=second-level-img] + div[class^=fill-sub-blank-right], html body div#cookie-consent #main-navigation .col-first-level .second-level .child-menu.second-level-visible + div[class^=second-level-img] + div[class^=fill-sub-blank-right] {
  z-index: 1108;
  background-color: #f9f5f3;
}
html body div#wrapper #main-navigation .col-first-level .second-level .child-menu li, html body div#cookie-consent #main-navigation .col-first-level .second-level .child-menu li {
  object-fit: contain;
  line-height: 2rem;
}
html body div#wrapper #main-navigation .col-first-level .second-level .child-menu li a.text-darker, html body div#cookie-consent #main-navigation .col-first-level .second-level .child-menu li a.text-darker {
  color: #5c5c5c;
}
html body div#wrapper #main-navigation .col-first-level .second-level .child-menu .contact-us, html body div#cookie-consent #main-navigation .col-first-level .second-level .child-menu .contact-us {
  position: absolute;
  bottom: 2rem;
  width: 315px;
}
html body div#wrapper #main-navigation .col-first-level .second-level div[class^=second-level-img], html body div#cookie-consent #main-navigation .col-first-level .second-level div[class^=second-level-img] {
  position: relative;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  background-color: #f9f5f3;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
html body div#wrapper #main-navigation .col-first-level .second-level div[class^=fill-sub-blank-right], html body div#cookie-consent #main-navigation .col-first-level .second-level div[class^=fill-sub-blank-right] {
  background-color: #005CB9;
  height: 100%;
}
html body div#wrapper #main-navigation .col-image-first-level, html body div#cookie-consent #main-navigation .col-image-first-level {
  position: relative;
  padding: 0;
  flex: 0 0 825px;
  max-width: 825px;
}
html body div#wrapper #main-navigation .col-image-first-level .img-overlay,
html body div#wrapper #main-navigation .col-image-first-level .image-first-level, html body div#cookie-consent #main-navigation .col-image-first-level .img-overlay,
html body div#cookie-consent #main-navigation .col-image-first-level .image-first-level {
  width: 100%;
  max-width: 825px;
  height: 525px;
}
html body div#wrapper #main-navigation .col-image-first-level .img-overlay, html body div#cookie-consent #main-navigation .col-image-first-level .img-overlay {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
html body div#wrapper #main-navigation .col-image-first-level .image-first-level, html body div#cookie-consent #main-navigation .col-image-first-level .image-first-level {
  position: relative;
}
html body div#wrapper #main-navigation .col-image-first-level .h2, html body div#cookie-consent #main-navigation .col-image-first-level .h2 {
  position: absolute;
  bottom: 0;
  left: 2rem;
  padding-bottom: 3rem;
  z-index: 10;
}
@media (min-width: 960px) and (max-width: 1024px) {
  html body div#wrapper #main-navigation .col-first-level, html body div#cookie-consent #main-navigation .col-first-level {
    min-width: unset !important;
    flex: 0 0 calc(100% - 675px);
  }
  html body div#wrapper #main-navigation .col-first-level.first-level .main-menu, html body div#cookie-consent #main-navigation .col-first-level.first-level .main-menu {
    max-width: 325px;
  }
  html body div#wrapper #main-navigation .col-first-level.first-level .main-menu li.nav-item > a, html body div#cookie-consent #main-navigation .col-first-level.first-level .main-menu li.nav-item > a {
    padding: 0;
  }
  html body div#wrapper #main-navigation .col-first-level.first-level .main-menu li.nav-item > a .o2icon, html body div#cookie-consent #main-navigation .col-first-level.first-level .main-menu li.nav-item > a .o2icon {
    right: 2px;
  }
  html body div#wrapper #main-navigation .col-first-level .second-level .child-menu.second-level-visible, html body div#cookie-consent #main-navigation .col-first-level .second-level .child-menu.second-level-visible {
    width: calc(100% - 380px);
    padding: 1rem 1rem;
  }
  html body div#wrapper #main-navigation .col-first-level .second-level .child-menu.second-level-visible + div[class^=second-level-img], html body div#cookie-consent #main-navigation .col-first-level .second-level .child-menu.second-level-visible + div[class^=second-level-img] {
    width: 380px;
  }
  html body div#wrapper #main-navigation .col-first-level .second-level .child-menu .contact-us, html body div#cookie-consent #main-navigation .col-first-level .second-level .child-menu .contact-us {
    width: calc(100% - 2rem);
  }
  html body div#wrapper #main-navigation .col-image-first-level, html body div#cookie-consent #main-navigation .col-image-first-level {
    flex: 0 0 612px;
    max-width: 612px;
  }
}
@media (min-width: 1024px) and (max-width: 1050px) {
  html body div#wrapper #main-navigation .col-first-level, html body div#cookie-consent #main-navigation .col-first-level {
    flex: 0 0 calc(100% - 675px);
  }
  html body div#wrapper #main-navigation .col-first-level.first-level .main-menu, html body div#cookie-consent #main-navigation .col-first-level.first-level .main-menu {
    max-width: 325px;
  }
  html body div#wrapper #main-navigation .col-first-level.first-level .main-menu li.nav-item > a, html body div#cookie-consent #main-navigation .col-first-level.first-level .main-menu li.nav-item > a {
    padding: 0;
  }
  html body div#wrapper #main-navigation .col-first-level.first-level .main-menu li.nav-item > a .o2icon, html body div#cookie-consent #main-navigation .col-first-level.first-level .main-menu li.nav-item > a .o2icon {
    right: 2px;
  }
  html body div#wrapper #main-navigation .col-first-level .second-level .child-menu.second-level-visible, html body div#cookie-consent #main-navigation .col-first-level .second-level .child-menu.second-level-visible {
    width: calc(100% - 380px);
    padding: 1rem 1rem;
  }
  html body div#wrapper #main-navigation .col-first-level .second-level .child-menu.second-level-visible + div[class^=second-level-img], html body div#cookie-consent #main-navigation .col-first-level .second-level .child-menu.second-level-visible + div[class^=second-level-img] {
    width: 380px;
  }
  html body div#wrapper #main-navigation .col-first-level .second-level .child-menu .contact-us, html body div#cookie-consent #main-navigation .col-first-level .second-level .child-menu .contact-us {
    width: calc(100% - 2rem);
  }
  html body div#wrapper #main-navigation .col-image-first-level, html body div#cookie-consent #main-navigation .col-image-first-level {
    flex: 0 0 630px;
    max-width: 630px;
  }
}
@media (min-width: 1050px) and (max-width: 1100px) {
  html body div#wrapper #main-navigation .col-first-level, html body div#cookie-consent #main-navigation .col-first-level {
    min-width: unset !important;
    flex: 0 0 calc(100% - 675px);
  }
  html body div#wrapper #main-navigation .col-first-level.first-level .main-menu, html body div#cookie-consent #main-navigation .col-first-level.first-level .main-menu {
    max-width: 325px;
  }
  html body div#wrapper #main-navigation .col-first-level.first-level .main-menu li.nav-item > a, html body div#cookie-consent #main-navigation .col-first-level.first-level .main-menu li.nav-item > a {
    padding: 0;
  }
  html body div#wrapper #main-navigation .col-first-level.first-level .main-menu li.nav-item > a .o2icon, html body div#cookie-consent #main-navigation .col-first-level.first-level .main-menu li.nav-item > a .o2icon {
    right: 2px;
  }
  html body div#wrapper #main-navigation .col-first-level .second-level .child-menu.second-level-visible, html body div#cookie-consent #main-navigation .col-first-level .second-level .child-menu.second-level-visible {
    width: calc(100% - 380px);
    padding: 1rem 1rem;
  }
  html body div#wrapper #main-navigation .col-first-level .second-level .child-menu.second-level-visible + div[class^=second-level-img], html body div#cookie-consent #main-navigation .col-first-level .second-level .child-menu.second-level-visible + div[class^=second-level-img] {
    width: 380px;
  }
  html body div#wrapper #main-navigation .col-first-level .second-level .child-menu .contact-us, html body div#cookie-consent #main-navigation .col-first-level .second-level .child-menu .contact-us {
    width: calc(100% - 2rem);
  }
  html body div#wrapper #main-navigation .col-image-first-level, html body div#cookie-consent #main-navigation .col-image-first-level {
    flex: 0 0 675px;
    max-width: 675px;
  }
}
@media (min-width: 1100px) and (max-width: 1200px) {
  html body div#wrapper #main-navigation .col-first-level, html body div#cookie-consent #main-navigation .col-first-level {
    min-width: unset !important;
    flex: 0 0 calc(100% - 675px);
    min-width: 425px;
  }
  html body div#wrapper #main-navigation .col-first-level.first-level .main-menu, html body div#cookie-consent #main-navigation .col-first-level.first-level .main-menu {
    max-width: 350px;
  }
  html body div#wrapper #main-navigation .col-first-level.first-level .main-menu li.nav-item > a, html body div#cookie-consent #main-navigation .col-first-level.first-level .main-menu li.nav-item > a {
    padding: 0;
  }
  html body div#wrapper #main-navigation .col-first-level.first-level .main-menu li.nav-item > a .o2icon, html body div#cookie-consent #main-navigation .col-first-level.first-level .main-menu li.nav-item > a .o2icon {
    right: 1rem;
  }
  html body div#wrapper #main-navigation .col-first-level .second-level .child-menu.second-level-visible, html body div#cookie-consent #main-navigation .col-first-level .second-level .child-menu.second-level-visible {
    width: calc(100% - 380px);
    padding: 1rem 1rem;
  }
  html body div#wrapper #main-navigation .col-first-level .second-level .child-menu.second-level-visible + div[class^=second-level-img], html body div#cookie-consent #main-navigation .col-first-level .second-level .child-menu.second-level-visible + div[class^=second-level-img] {
    width: 380px;
  }
  html body div#wrapper #main-navigation .col-first-level .second-level .child-menu .contact-us, html body div#cookie-consent #main-navigation .col-first-level .second-level .child-menu .contact-us {
    width: calc(100% - 2rem);
  }
  html body div#wrapper #main-navigation .col-image-first-level, html body div#cookie-consent #main-navigation .col-image-first-level {
    flex: 0 0 675px;
    max-width: 675px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  html body div#wrapper #main-navigation .col-first-level, html body div#cookie-consent #main-navigation .col-first-level {
    flex: 0 0 calc(100% - 725px);
    min-width: 415px;
  }
  html body div#wrapper #main-navigation .col-first-level.first-level .main-menu, html body div#cookie-consent #main-navigation .col-first-level.first-level .main-menu {
    max-width: 400px;
  }
  html body div#wrapper #main-navigation .col-first-level.first-level .main-menu li.nav-item > a, html body div#cookie-consent #main-navigation .col-first-level.first-level .main-menu li.nav-item > a {
    padding: 0;
  }
  html body div#wrapper #main-navigation .col-first-level.first-level .main-menu li.nav-item > a .o2icon, html body div#cookie-consent #main-navigation .col-first-level.first-level .main-menu li.nav-item > a .o2icon {
    right: 3rem;
  }
  html body div#wrapper #main-navigation .col-first-level .second-level .child-menu.second-level-visible, html body div#cookie-consent #main-navigation .col-first-level .second-level .child-menu.second-level-visible {
    width: calc(100% - 380px);
    padding: 2rem 1rem;
  }
  html body div#wrapper #main-navigation .col-first-level .second-level .child-menu.second-level-visible + div[class^=second-level-img], html body div#cookie-consent #main-navigation .col-first-level .second-level .child-menu.second-level-visible + div[class^=second-level-img] {
    width: 380px;
  }
  html body div#wrapper #main-navigation .col-first-level .second-level .child-menu .contact-us, html body div#cookie-consent #main-navigation .col-first-level .second-level .child-menu .contact-us {
    width: calc(100% - 2rem);
  }
  html body div#wrapper #main-navigation .col-image-first-level, html body div#cookie-consent #main-navigation .col-image-first-level {
    flex: 0 0 725px;
    max-width: 725px;
  }
}
@media (min-width: 1300px) and (max-width: 1400px) {
  html body div#wrapper #main-navigation .col-first-level.first-level .main-menu, html body div#cookie-consent #main-navigation .col-first-level.first-level .main-menu {
    max-width: 400px;
  }
  html body div#wrapper #main-navigation .col-first-level.first-level .main-menu li.nav-item > a, html body div#cookie-consent #main-navigation .col-first-level.first-level .main-menu li.nav-item > a {
    padding: 0;
  }
}
@media (min-width: 1401px) {
  html body div#wrapper #main-navigation .col-first-level.first-level .main-menu, html body div#cookie-consent #main-navigation .col-first-level.first-level .main-menu {
    max-width: inherit;
    width: 75%;
  }
  html body div#wrapper #main-navigation .col-first-level.first-level .main-menu li.nav-item > a, html body div#cookie-consent #main-navigation .col-first-level.first-level .main-menu li.nav-item > a {
    padding: 0;
  }
  html body div#wrapper #main-navigation .col-first-level.first-level .main-menu li.nav-item > a .o2icon, html body div#cookie-consent #main-navigation .col-first-level.first-level .main-menu li.nav-item > a .o2icon {
    right: 6rem;
  }
}
html body div#wrapper .portlet-layout .portlet-header, html body div#cookie-consent .portlet-layout .portlet-header {
  margin-bottom: 0;
}
html body div#wrapper ul.list-unstyled, html body div#cookie-consent ul.list-unstyled {
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  margin: 0;
}
html body div#wrapper .lfr-layout-structure-item-container.container-fluid.container-fluid-max-xl, html body div#cookie-consent .lfr-layout-structure-item-container.container-fluid.container-fluid-max-xl {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
html body div#wrapper .agencies-near-you.container, html body div#cookie-consent .agencies-near-you.container {
  padding: 0;
}
html body div#wrapper .agencies-near-you .row > .col-lg-7 > .row, html body div#cookie-consent .agencies-near-you .row > .col-lg-7 > .row {
  margin: 0;
}
html body div#wrapper .agencies-near-you .city, html body div#cookie-consent .agencies-near-you .city {
  position: relative;
  max-width: calc(25% - 10px);
  padding: 0;
  margin: 5px;
}
html body div#wrapper .agencies-near-you .city a, html body div#cookie-consent .agencies-near-you .city a {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 5;
}
html body div#wrapper .agencies-near-you .city p.city-name, html body div#cookie-consent .agencies-near-you .city p.city-name {
  position: absolute;
  bottom: 20px;
  margin: 0;
  padding-left: 15px;
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  color: white;
  z-index: 3;
}
html body div#wrapper .agencies-near-you .city img, html body div#cookie-consent .agencies-near-you .city img {
  position: relative;
  border-radius: 3px;
  max-height: 210px;
  width: 100%;
}
html body div#wrapper .agencies-near-you .city .img-overlay, html body div#cookie-consent .agencies-near-you .city .img-overlay {
  border-radius: 3px;
}
@media (max-width: 991.98px) {
  html body div#wrapper .agencies-near-you .agencies-near-you-carousel-container, html body div#cookie-consent .agencies-near-you .agencies-near-you-carousel-container {
    padding-right: 0;
    width: calc(100vw - (100vw - 100% + 15px) / 2);
  }
}
html body div#wrapper .agencies-near-you .o2-carousel .carousel-inner, html body div#cookie-consent .agencies-near-you .o2-carousel .carousel-inner {
  width: 70rem;
}
@media (max-width: 767.98px) {
  html body div#wrapper .agencies-near-you .o2-carousel .carousel-inner, html body div#cookie-consent .agencies-near-you .o2-carousel .carousel-inner {
    width: 100rem;
  }
}
html body div#wrapper .agencies-near-you .o2-carousel .carousel-inner .slide-item p.city-name, html body div#cookie-consent .agencies-near-you .o2-carousel .carousel-inner .slide-item p.city-name {
  position: absolute;
  bottom: 20px;
  margin: 0;
  padding-left: 15px;
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  color: white;
  z-index: 3;
}
html body div#wrapper .agencies-near-you .o2-carousel .carousel-inner .slide-item img, html body div#cookie-consent .agencies-near-you .o2-carousel .carousel-inner .slide-item img {
  position: relative;
  border-radius: 3px;
  max-height: 210px;
  width: 100%;
}
@media (max-width: 767.98px) {
  html body div#wrapper .agencies-near-you .o2-carousel .carousel-inner .slide-item img, html body div#cookie-consent .agencies-near-you .o2-carousel .carousel-inner .slide-item img {
    max-height: none;
  }
}
html body div#wrapper .agencies-near-you .o2-carousel .carousel-inner .slide-item .img-overlay, html body div#cookie-consent .agencies-near-you .o2-carousel .carousel-inner .slide-item .img-overlay {
  border-radius: 3px;
}
html body div#wrapper .agencies-near-you .o2-carousel .carousel-inner .carousel-item-right.active,
html body div#wrapper .agencies-near-you .o2-carousel .carousel-inner .carousel-item-next, html body div#cookie-consent .agencies-near-you .o2-carousel .carousel-inner .carousel-item-right.active,
html body div#cookie-consent .agencies-near-you .o2-carousel .carousel-inner .carousel-item-next {
  transform: translateX(16.67%);
}
html body div#wrapper .agencies-near-you .o2-carousel .carousel-inner .carousel-item-left.active,
html body div#wrapper .agencies-near-you .o2-carousel .carousel-inner .carousel-item-prev, html body div#cookie-consent .agencies-near-you .o2-carousel .carousel-inner .carousel-item-left.active,
html body div#cookie-consent .agencies-near-you .o2-carousel .carousel-inner .carousel-item-prev {
  transform: translateX(-16.67%);
}
html body div#wrapper .agencies-near-you .o2-carousel .carousel-inner .carousel-item-right,
html body div#wrapper .agencies-near-you .o2-carousel .carousel-inner .carousel-item-left, html body div#cookie-consent .agencies-near-you .o2-carousel .carousel-inner .carousel-item-right,
html body div#cookie-consent .agencies-near-you .o2-carousel .carousel-inner .carousel-item-left {
  transform: translateX(0);
}
html body div#wrapper .agencies-near-you.generic .background-map, html body div#cookie-consent .agencies-near-you.generic .background-map {
  background-image: url("./../images/map-france-point.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
html body div#wrapper .agencies-near-you.generic .background-map .text, html body div#cookie-consent .agencies-near-you.generic .background-map .text {
  margin-top: 200px;
}
html body div#wrapper .agencies-near-you.generic .background-map .text .image-text-1, html body div#cookie-consent .agencies-near-you.generic .background-map .text .image-text-1 {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  font-size: 2.188rem;
  line-height: 40px;
}
html body div#wrapper .agencies-near-you.generic .background-map .text .image-text-2, html body div#cookie-consent .agencies-near-you.generic .background-map .text .image-text-2 {
  font-family: NexaHeavy, Arial, Helvetica, sans-serif;
  font-size: 2.188rem;
  line-height: 40px;
}
html body div#wrapper .agencies-near-you.generic .background-map .text a.btn, html body div#cookie-consent .agencies-near-you.generic .background-map .text a.btn {
  margin-top: 10px;
  font-size: 0.9375rem;
  font-family: NexaBold, Arial, Helvetica, sans-serif;
}
html body div#wrapper .agencies-near-you.without-cookie .background-map, html body div#wrapper .agencies-near-you.with-cookie .background-map, html body div#cookie-consent .agencies-near-you.without-cookie .background-map, html body div#cookie-consent .agencies-near-you.with-cookie .background-map {
  background-image: url("./../images/map-france-point.png");
  background-repeat: no-repeat;
  background-position: right center;
}
html body div#wrapper .agencies-near-you.without-cookie .background-map .text, html body div#wrapper .agencies-near-you.with-cookie .background-map .text, html body div#cookie-consent .agencies-near-you.without-cookie .background-map .text, html body div#cookie-consent .agencies-near-you.with-cookie .background-map .text {
  margin-top: 200px;
}
html body div#wrapper .agencies-near-you.without-cookie .background-map .text .image-text-1, html body div#wrapper .agencies-near-you.with-cookie .background-map .text .image-text-1, html body div#cookie-consent .agencies-near-you.without-cookie .background-map .text .image-text-1, html body div#cookie-consent .agencies-near-you.with-cookie .background-map .text .image-text-1 {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 40px;
}
html body div#wrapper .agencies-near-you.without-cookie .background-map .text .image-text-2, html body div#wrapper .agencies-near-you.with-cookie .background-map .text .image-text-2, html body div#cookie-consent .agencies-near-you.without-cookie .background-map .text .image-text-2, html body div#cookie-consent .agencies-near-you.with-cookie .background-map .text .image-text-2 {
  font-family: NexaHeavy, Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 40px;
}
html body div#wrapper .agencies-near-you.without-cookie .background-map .text a.see-all, html body div#wrapper .agencies-near-you.with-cookie .background-map .text a.see-all, html body div#cookie-consent .agencies-near-you.without-cookie .background-map .text a.see-all, html body div#cookie-consent .agencies-near-you.with-cookie .background-map .text a.see-all {
  display: block;
  text-decoration: underline;
  margin-bottom: 20px;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
}
html body div#wrapper .agencies-near-you.without-cookie .background-map .text a.btn, html body div#wrapper .agencies-near-you.with-cookie .background-map .text a.btn, html body div#cookie-consent .agencies-near-you.without-cookie .background-map .text a.btn, html body div#cookie-consent .agencies-near-you.with-cookie .background-map .text a.btn {
  margin-top: 10px;
}
html body div#wrapper .agencies-near-you.with-cookie .background-map, html body div#cookie-consent .agencies-near-you.with-cookie .background-map {
  background-size: 80%;
}
html body div#wrapper .agencies-near-you.with-cookie ul.city-list, html body div#cookie-consent .agencies-near-you.with-cookie ul.city-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  min-height: 100px;
  margin-top: 2rem;
}
html body div#wrapper .agencies-near-you.with-cookie ul.city-list li, html body div#cookie-consent .agencies-near-you.with-cookie ul.city-list li {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  color: #5c5c5c;
  padding: 5px 0;
}
html body div#wrapper .agencies-near-you.with-cookie ul.city-list li a, html body div#cookie-consent .agencies-near-you.with-cookie ul.city-list li a {
  font-size: 0.9375rem;
  color: #5c5c5c;
}
html body div#wrapper .agencies-near-you.with-cookie a.btn, html body div#cookie-consent .agencies-near-you.with-cookie a.btn {
  width: 70%;
}
html body div#wrapper .agencies-near-you.without-cookie .background-map, html body div#cookie-consent .agencies-near-you.without-cookie .background-map {
  background-size: 60%;
}
html body div#wrapper .agencies-near-you.with-cookie a.btn, html body div#wrapper .agencies-near-you.without-cookie a.btn, html body div#wrapper .agencies-near-you.generic a.btn, html body div#cookie-consent .agencies-near-you.with-cookie a.btn, html body div#cookie-consent .agencies-near-you.without-cookie a.btn, html body div#cookie-consent .agencies-near-you.generic a.btn {
  padding-top: 0;
  padding-bottom: 0;
  display: inline-grid;
  align-items: center;
}
@media (max-width: 991.98px) {
  html body div#wrapper .agencies-near-you .city, html body div#cookie-consent .agencies-near-you .city {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  html body div#wrapper .agencies-near-you.generic .background-map .text, html body div#wrapper .agencies-near-you.without-cookie .background-map .text, html body div#wrapper .agencies-near-you.with-cookie .background-map .text, html body div#cookie-consent .agencies-near-you.generic .background-map .text, html body div#cookie-consent .agencies-near-you.without-cookie .background-map .text, html body div#cookie-consent .agencies-near-you.with-cookie .background-map .text {
    margin-top: 170px;
  }
  html body div#wrapper .agencies-near-you.generic .background-map .text .image-text-1,
  html body div#wrapper .agencies-near-you.generic .background-map .text .image-text-2, html body div#wrapper .agencies-near-you.without-cookie .background-map .text .image-text-1,
  html body div#wrapper .agencies-near-you.without-cookie .background-map .text .image-text-2, html body div#wrapper .agencies-near-you.with-cookie .background-map .text .image-text-1,
  html body div#wrapper .agencies-near-you.with-cookie .background-map .text .image-text-2, html body div#cookie-consent .agencies-near-you.generic .background-map .text .image-text-1,
  html body div#cookie-consent .agencies-near-you.generic .background-map .text .image-text-2, html body div#cookie-consent .agencies-near-you.without-cookie .background-map .text .image-text-1,
  html body div#cookie-consent .agencies-near-you.without-cookie .background-map .text .image-text-2, html body div#cookie-consent .agencies-near-you.with-cookie .background-map .text .image-text-1,
  html body div#cookie-consent .agencies-near-you.with-cookie .background-map .text .image-text-2 {
    font-size: 1.25rem;
    line-height: 25px;
  }
  html body div#wrapper .agencies-near-you.without-cookie .background-map text, html body div#cookie-consent .agencies-near-you.without-cookie .background-map text {
    margin-top: 180px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body div#wrapper .agencies-near-you.generic .background-map .text, html body div#wrapper .agencies-near-you.without-cookie .background-map .text, html body div#wrapper .agencies-near-you.with-cookie .background-map .text, html body div#cookie-consent .agencies-near-you.generic .background-map .text, html body div#cookie-consent .agencies-near-you.without-cookie .background-map .text, html body div#cookie-consent .agencies-near-you.with-cookie .background-map .text {
    margin-top: 140px;
  }
  html body div#wrapper .agencies-near-you.generic .background-map .text .image-text-1,
  html body div#wrapper .agencies-near-you.generic .background-map .text .image-text-2, html body div#wrapper .agencies-near-you.without-cookie .background-map .text .image-text-1,
  html body div#wrapper .agencies-near-you.without-cookie .background-map .text .image-text-2, html body div#wrapper .agencies-near-you.with-cookie .background-map .text .image-text-1,
  html body div#wrapper .agencies-near-you.with-cookie .background-map .text .image-text-2, html body div#cookie-consent .agencies-near-you.generic .background-map .text .image-text-1,
  html body div#cookie-consent .agencies-near-you.generic .background-map .text .image-text-2, html body div#cookie-consent .agencies-near-you.without-cookie .background-map .text .image-text-1,
  html body div#cookie-consent .agencies-near-you.without-cookie .background-map .text .image-text-2, html body div#cookie-consent .agencies-near-you.with-cookie .background-map .text .image-text-1,
  html body div#cookie-consent .agencies-near-you.with-cookie .background-map .text .image-text-2 {
    font-size: 1.25rem;
    line-height: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  html body div#wrapper .agencies-near-you.generic .background-map .text .image-text-1,
  html body div#wrapper .agencies-near-you.generic .background-map .text .image-text-2, html body div#wrapper .agencies-near-you.without-cookie .background-map .text .image-text-1,
  html body div#wrapper .agencies-near-you.without-cookie .background-map .text .image-text-2, html body div#wrapper .agencies-near-you.with-cookie .background-map .text .image-text-1,
  html body div#wrapper .agencies-near-you.with-cookie .background-map .text .image-text-2, html body div#cookie-consent .agencies-near-you.generic .background-map .text .image-text-1,
  html body div#cookie-consent .agencies-near-you.generic .background-map .text .image-text-2, html body div#cookie-consent .agencies-near-you.without-cookie .background-map .text .image-text-1,
  html body div#cookie-consent .agencies-near-you.without-cookie .background-map .text .image-text-2, html body div#cookie-consent .agencies-near-you.with-cookie .background-map .text .image-text-1,
  html body div#cookie-consent .agencies-near-you.with-cookie .background-map .text .image-text-2 {
    font-size: 1.25rem;
    line-height: 25px;
  }
  html body div#wrapper .agencies-near-you.generic .background-map .text a.btn, html body div#wrapper .agencies-near-you.without-cookie .background-map .text a.btn, html body div#wrapper .agencies-near-you.with-cookie .background-map .text a.btn, html body div#cookie-consent .agencies-near-you.generic .background-map .text a.btn, html body div#cookie-consent .agencies-near-you.without-cookie .background-map .text a.btn, html body div#cookie-consent .agencies-near-you.with-cookie .background-map .text a.btn {
    width: 100%;
  }
  html body div#wrapper .agencies-near-you.generic .background-map, html body div#wrapper .agencies-near-you.without-cookie .background-map, html body div#cookie-consent .agencies-near-you.generic .background-map, html body div#cookie-consent .agencies-near-you.without-cookie .background-map {
    min-height: 300px;
    background-size: contain;
    background-position: center;
  }
  html body div#wrapper .agencies-near-you.generic .background-map .text, html body div#wrapper .agencies-near-you.without-cookie .background-map .text, html body div#cookie-consent .agencies-near-you.generic .background-map .text, html body div#cookie-consent .agencies-near-you.without-cookie .background-map .text {
    margin-top: 170px;
  }
  html body div#wrapper .agencies-near-you.with-cookie h3, html body div#cookie-consent .agencies-near-you.with-cookie h3 {
    margin-bottom: 20px;
  }
  html body div#wrapper .agencies-near-you.with-cookie .background-map, html body div#cookie-consent .agencies-near-you.with-cookie .background-map {
    background: none;
  }
  html body div#wrapper .agencies-near-you.with-cookie .background-map .text, html body div#cookie-consent .agencies-near-you.with-cookie .background-map .text {
    margin-top: 10px;
  }
}
@media (max-width: 575.98px) {
  html body div#wrapper .agencies-near-you.generic p.city-name, html body div#wrapper .agencies-near-you.without-cookie p.city-name, html body div#wrapper .agencies-near-you.with-cookie p.city-name, html body div#cookie-consent .agencies-near-you.generic p.city-name, html body div#cookie-consent .agencies-near-you.without-cookie p.city-name, html body div#cookie-consent .agencies-near-you.with-cookie p.city-name {
    font-size: 1rem;
  }
  html body div#wrapper .agencies-near-you.generic .background-map .text .image-text-1, html body div#wrapper .agencies-near-you.without-cookie .background-map .text .image-text-1, html body div#wrapper .agencies-near-you.with-cookie .background-map .text .image-text-1, html body div#cookie-consent .agencies-near-you.generic .background-map .text .image-text-1, html body div#cookie-consent .agencies-near-you.without-cookie .background-map .text .image-text-1, html body div#cookie-consent .agencies-near-you.with-cookie .background-map .text .image-text-1 {
    font-size: 1.25rem;
    line-height: 25px;
  }
  html body div#wrapper .agencies-near-you.generic .background-map .text .image-text-2, html body div#wrapper .agencies-near-you.without-cookie .background-map .text .image-text-2, html body div#wrapper .agencies-near-you.with-cookie .background-map .text .image-text-2, html body div#cookie-consent .agencies-near-you.generic .background-map .text .image-text-2, html body div#cookie-consent .agencies-near-you.without-cookie .background-map .text .image-text-2, html body div#cookie-consent .agencies-near-you.with-cookie .background-map .text .image-text-2 {
    font-size: 1.5625rem;
    line-height: 25px;
  }
  html body div#wrapper .agencies-near-you.generic .background-map .text a.btn, html body div#wrapper .agencies-near-you.without-cookie .background-map .text a.btn, html body div#wrapper .agencies-near-you.with-cookie .background-map .text a.btn, html body div#cookie-consent .agencies-near-you.generic .background-map .text a.btn, html body div#cookie-consent .agencies-near-you.without-cookie .background-map .text a.btn, html body div#cookie-consent .agencies-near-you.with-cookie .background-map .text a.btn {
    width: 100%;
  }
  html body div#wrapper .agencies-near-you.generic .slide-item p.city-name, html body div#wrapper .agencies-near-you.without-cookie .slide-item p.city-name, html body div#wrapper .agencies-near-you.with-cookie .slide-item p.city-name, html body div#cookie-consent .agencies-near-you.generic .slide-item p.city-name, html body div#cookie-consent .agencies-near-you.without-cookie .slide-item p.city-name, html body div#cookie-consent .agencies-near-you.with-cookie .slide-item p.city-name {
    font-size: 1rem;
  }
  html body div#wrapper .agencies-near-you.generic .slide-item img, html body div#wrapper .agencies-near-you.without-cookie .slide-item img, html body div#wrapper .agencies-near-you.with-cookie .slide-item img, html body div#cookie-consent .agencies-near-you.generic .slide-item img, html body div#cookie-consent .agencies-near-you.without-cookie .slide-item img, html body div#cookie-consent .agencies-near-you.with-cookie .slide-item img {
    position: relative;
    border-radius: 3px;
    max-height: 210px;
    width: 100%;
  }
  html body div#wrapper .agencies-near-you.generic .slide-item .img-overlay, html body div#wrapper .agencies-near-you.without-cookie .slide-item .img-overlay, html body div#wrapper .agencies-near-you.with-cookie .slide-item .img-overlay, html body div#cookie-consent .agencies-near-you.generic .slide-item .img-overlay, html body div#cookie-consent .agencies-near-you.without-cookie .slide-item .img-overlay, html body div#cookie-consent .agencies-near-you.with-cookie .slide-item .img-overlay {
    border-radius: 3px;
  }
  html body div#wrapper .agencies-near-you.generic .background-map, html body div#wrapper .agencies-near-you.without-cookie .background-map, html body div#cookie-consent .agencies-near-you.generic .background-map, html body div#cookie-consent .agencies-near-you.without-cookie .background-map {
    min-height: 300px;
    background-size: contain;
    background-position: center;
  }
  html body div#wrapper .agencies-near-you.generic .background-map .text, html body div#wrapper .agencies-near-you.without-cookie .background-map .text, html body div#cookie-consent .agencies-near-you.generic .background-map .text, html body div#cookie-consent .agencies-near-you.without-cookie .background-map .text {
    margin-top: 170px;
  }
  html body div#wrapper .agencies-near-you.with-cookie .background-map, html body div#cookie-consent .agencies-near-you.with-cookie .background-map {
    background: none;
  }
  html body div#wrapper .agencies-near-you.with-cookie .background-map .text, html body div#cookie-consent .agencies-near-you.with-cookie .background-map .text {
    margin-top: 10px;
  }
}
html body div#wrapper .external-site-bloc-container, html body div#cookie-consent .external-site-bloc-container {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
html body div#wrapper .external-site-bloc-container .external-site-bloc, html body div#cookie-consent .external-site-bloc-container .external-site-bloc {
  min-height: 360px;
  padding: 40px 80px;
}
@media (min-width: 992px) {
  html body div#wrapper .external-site-bloc-container .external-site-bloc.half-width, html body div#cookie-consent .external-site-bloc-container .external-site-bloc.half-width {
    padding: 30px 30px;
  }
}
html body div#wrapper .external-site-bloc-container .external-site-bloc.half-width .pb-30, html body div#cookie-consent .external-site-bloc-container .external-site-bloc.half-width .pb-30 {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  html body div#wrapper .external-site-bloc-container .external-site-bloc.one-third-width, html body div#cookie-consent .external-site-bloc-container .external-site-bloc.one-third-width {
    padding: 30px 50px;
  }
}
html body div#wrapper .external-site-bloc-container .external-site-bloc.one-third-width .pb-30, html body div#cookie-consent .external-site-bloc-container .external-site-bloc.one-third-width .pb-30 {
  padding-bottom: 30px;
}
html body div#wrapper .external-site-bloc-container .external-site-bloc.light, html body div#cookie-consent .external-site-bloc-container .external-site-bloc.light {
  min-height: 240px;
}
@media (min-width: 992px) {
  html body div#wrapper .external-site-bloc-container .external-site-bloc.light, html body div#cookie-consent .external-site-bloc-container .external-site-bloc.light {
    padding: 30px 40px;
  }
}
@media (max-width: 1199.98px) {
  html body div#wrapper .external-site-bloc-container .external-site-bloc, html body div#cookie-consent .external-site-bloc-container .external-site-bloc {
    padding: 30px 20px;
  }
  html body div#wrapper .external-site-bloc-container .external-site-bloc .pb-30, html body div#cookie-consent .external-site-bloc-container .external-site-bloc .pb-30 {
    padding-bottom: 30px;
  }
}
html body div#wrapper .external-site-bloc-container .external-site-bloc .mw-550, html body div#cookie-consent .external-site-bloc-container .external-site-bloc .mw-550 {
  max-width: 550px;
}
html body div#wrapper .external-site-bloc-container .external-site-bloc a:not(.btn), html body div#cookie-consent .external-site-bloc-container .external-site-bloc a:not(.btn) {
  text-decoration: underline;
}
html body div#wrapper .external-site-bloc-container .external-site-bloc a:not(.btn):hover, html body div#wrapper .external-site-bloc-container .external-site-bloc a:not(.btn):focus, html body div#cookie-consent .external-site-bloc-container .external-site-bloc a:not(.btn):hover, html body div#cookie-consent .external-site-bloc-container .external-site-bloc a:not(.btn):focus {
  text-decoration: none;
}
html body div#wrapper .external-site-bloc-container .external-site-bloc a:not(.btn):hover u, html body div#wrapper .external-site-bloc-container .external-site-bloc a:not(.btn):focus u, html body div#cookie-consent .external-site-bloc-container .external-site-bloc a:not(.btn):hover u, html body div#cookie-consent .external-site-bloc-container .external-site-bloc a:not(.btn):focus u {
  text-decoration: none;
}
html body div#wrapper .want-to-exchange, html body div#cookie-consent .want-to-exchange {
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.2px;
  display: flex;
  background-color: #ee956f;
}
html body div#wrapper .want-to-exchange .exchange-cta div:nth-child(2), html body div#cookie-consent .want-to-exchange .exchange-cta div:nth-child(2) {
  padding-top: 20px;
}
html body div#wrapper .want-to-exchange .exchange-cta a.btn, html body div#cookie-consent .want-to-exchange .exchange-cta a.btn {
  position: initial;
  width: initial;
}
@media (min-width: 768px) {
  html body div#wrapper .want-to-exchange, html body div#cookie-consent .want-to-exchange {
    padding: 20px 60px 20px 60px;
    height: 250px;
  }
  html body div#wrapper .want-to-exchange .exchange-img-desktop, html body div#cookie-consent .want-to-exchange .exchange-img-desktop {
    width: 70%;
    align-self: center;
  }
  html body div#wrapper .want-to-exchange .exchange-img-desktop img, html body div#cookie-consent .want-to-exchange .exchange-img-desktop img {
    vertical-align: middle;
    width: 70%;
  }
  html body div#wrapper .want-to-exchange .exchange-cta, html body div#cookie-consent .want-to-exchange .exchange-cta {
    width: 30%;
    margin: auto;
  }
}
@media (max-width: 991.98px) {
  html body div#wrapper .want-to-exchange, html body div#cookie-consent .want-to-exchange {
    flex-direction: column;
    padding: 25px 15px;
    height: auto;
  }
  html body div#wrapper .want-to-exchange .o2-title, html body div#cookie-consent .want-to-exchange .o2-title {
    margin: 20px 0 20px 0;
  }
  html body div#wrapper .want-to-exchange .exchange-cta, html body div#cookie-consent .want-to-exchange .exchange-cta {
    width: 100%;
    margin: auto;
  }
}
html body div#wrapper .rassurance .title-rassurance, html body div#cookie-consent .rassurance .title-rassurance {
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #005CB9;
}
@media (max-width: 991.98px) {
  html body div#wrapper .rassurance .vertical-line, html body div#cookie-consent .rassurance .vertical-line {
    display: flex;
    padding: 0rem 1rem 1rem 0rem;
  }
  html body div#wrapper .rassurance .vertical-line a, html body div#cookie-consent .rassurance .vertical-line a {
    display: flex;
  }
  html body div#wrapper .rassurance .vertical-line .text-width, html body div#cookie-consent .rassurance .vertical-line .text-width {
    width: 100%;
    padding-left: 1rem !important;
  }
}
@media (min-width: 768px) {
  html body div#wrapper .rassurance .vertical-line, html body div#cookie-consent .rassurance .vertical-line {
    border-left: 1px solid #FADFD4;
  }
}
html body div#wrapper .rassurance .text-width, html body div#cookie-consent .rassurance .text-width {
  width: 12.5rem;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #005CB9;
}
@media (min-width: 992px) {
  html body div#wrapper .rassurance .tab, html body div#cookie-consent .rassurance .tab {
    justify-content: space-around;
    margin-left: 80px;
    width: 86%;
    flex-wrap: nowrap;
  }
  html body div#wrapper .rassurance .ico-center, html body div#cookie-consent .rassurance .ico-center {
    margin-left: 60px;
  }
  html body div#wrapper .rassurance .center, html body div#cookie-consent .rassurance .center {
    text-align: center;
  }
}
html body div#wrapper .included-in-the-service, html body div#cookie-consent .included-in-the-service {
  position: relative;
  margin-top: 10px;
  margin-bottom: 8px;
}
html body div#wrapper .included-in-the-service h4, html body div#cookie-consent .included-in-the-service h4 {
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  padding-left: 80px;
}
html body div#wrapper .included-in-the-service ul, html body div#cookie-consent .included-in-the-service ul {
  margin-left: 80px;
}
html body div#wrapper .included-in-the-service img, html body div#cookie-consent .included-in-the-service img {
  max-width: 50px;
  padding-top: 6px;
}
@media (max-width: 991.98px) {
  html body div#wrapper .included-in-the-service h4, html body div#cookie-consent .included-in-the-service h4 {
    font-size: 1.0625rem;
  }
  html body div#wrapper .included-in-the-service img, html body div#cookie-consent .included-in-the-service img {
    position: absolute;
    top: -25px;
  }
  html body div#wrapper .included-in-the-service ul, html body div#cookie-consent .included-in-the-service ul {
    margin-top: 1.5rem;
    margin-left: 0px;
    margin-bottom: 0;
  }
}
html body div#wrapper .need-of, html body div#cookie-consent .need-of {
  position: relative;
  overflow: hidden;
  margin-top: -5rem;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("./../images/need-of.jpg") no-repeat;
  background-size: contain;
  padding: 20px 80px;
  min-height: 355px;
}
html body div#wrapper .need-of svg, html body div#cookie-consent .need-of svg {
  margin: 0 -10px;
}
html body div#wrapper .need-of h2,
html body div#wrapper .need-of h3,
html body div#wrapper .need-of .row, html body div#cookie-consent .need-of h2,
html body div#cookie-consent .need-of h3,
html body div#cookie-consent .need-of .row {
  position: relative;
  z-index: 100;
}
html body div#wrapper .need-of h2 .o2icon,
html body div#wrapper .need-of h3 .o2icon,
html body div#wrapper .need-of .row .o2icon, html body div#cookie-consent .need-of h2 .o2icon,
html body div#cookie-consent .need-of h3 .o2icon,
html body div#cookie-consent .need-of .row .o2icon {
  padding-left: 0;
}
html body div#wrapper .need-of .btn, html body div#cookie-consent .need-of .btn {
  height: 3.125rem;
}
@media (max-width: 991.98px) {
  html body div#wrapper .need-of, html body div#cookie-consent .need-of {
    padding: 1rem;
    background: url("./../images/need-of-md.jpg") no-repeat;
    background-size: cover;
  }
  html body div#wrapper .need-of svg, html body div#cookie-consent .need-of svg {
    margin: 0;
  }
  html body div#wrapper .need-of .row, html body div#cookie-consent .need-of .row {
    margin-top: 2rem;
  }
}
html body div#wrapper .we-help-you-service, html body div#cookie-consent .we-help-you-service {
  padding-bottom: 6rem;
}
html body div#wrapper .we-help-you-service div, html body div#cookie-consent .we-help-you-service div {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
}
html body div#wrapper .we-help-you-service ul li, html body div#cookie-consent .we-help-you-service ul li {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  color: #fff;
  white-space: pre-line;
  font-size: 1rem;
}
html body div#wrapper .we-help-you-service ul li.text-medium, html body div#cookie-consent .we-help-you-service ul li.text-medium {
  line-height: 50px;
  font-size: 1rem;
}
html body div#wrapper .we-help-you-service ul li > a > p, html body div#cookie-consent .we-help-you-service ul li > a > p {
  display: inline;
  margin: 0;
}
@media (min-width: 992px) {
  html body div#wrapper .we-help-you-service ul, html body div#cookie-consent .we-help-you-service ul {
    white-space: pre-wrap;
  }
}
@media (max-width: 1199.98px) {
  html body div#wrapper .we-help-you-service .text-margin > p, html body div#cookie-consent .we-help-you-service .text-margin > p {
    margin-bottom: 1px;
  }
}
@media (min-width: 992px) {
  html body div#wrapper .we-help-you-service .text-margin > p, html body div#cookie-consent .we-help-you-service .text-margin > p {
    margin-bottom: -11px;
  }
}
@media (max-width: 1199.98px) {
  html body div#wrapper .we-help-you-service h2, html body div#cookie-consent .we-help-you-service h2 {
    margin-top: 2.313rem;
    margin-bottom: 1.75rem;
  }
}
html body div#wrapper .color-bloc-white.agency-consumer-service, html body div#cookie-consent .color-bloc-white.agency-consumer-service {
  margin-bottom: 1rem;
  min-height: 245px;
  height: auto;
  padding: 0 10px 0 30px;
  border-left: #D0DFF1 1px solid;
}
html body div#wrapper .color-bloc-white.agency-consumer-service .by-phone, html body div#cookie-consent .color-bloc-white.agency-consumer-service .by-phone {
  margin-bottom: 27px;
}
html body div#wrapper .color-bloc-white.agency-consumer-service .phone-number, html body div#cookie-consent .color-bloc-white.agency-consumer-service .phone-number {
  margin-bottom: 17px;
}
html body div#wrapper .color-bloc-white.agency-consumer-service .text-tiny, html body div#cookie-consent .color-bloc-white.agency-consumer-service .text-tiny {
  margin-bottom: 24px;
}
html body div#wrapper .color-bloc-white.agency-consumer-service a.btn, html body div#cookie-consent .color-bloc-white.agency-consumer-service a.btn {
  width: 100%;
  position: static;
  bottom: auto;
}
html body div#wrapper .read-more a, html body div#cookie-consent .read-more a {
  font-size: 15px;
}
html body div#wrapper .read-more a.text-white:hover, html body div#cookie-consent .read-more a.text-white:hover {
  opacity: 0.8;
}
html body div#wrapper .prices-service-section .container, html body div#cookie-consent .prices-service-section .container {
  padding: 0;
}
html body div#wrapper .prices-service-section .text-darker, html body div#cookie-consent .prices-service-section .text-darker {
  color: #5c5c5c;
}
html body div#wrapper .prices-service-section .price-container, html body div#cookie-consent .prices-service-section .price-container {
  position: relative;
  padding: 2rem 2rem 5rem 2rem;
  flex-basis: 50%;
}
html body div#wrapper .prices-service-section .price-container .btn, html body div#cookie-consent .prices-service-section .price-container .btn {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}
@media (max-width: 1199.98px) {
  html body div#wrapper .prices-service-section .price-container, html body div#cookie-consent .prices-service-section .price-container {
    margin-bottom: 1rem;
    padding-bottom: 2rem;
  }
  html body div#wrapper .prices-service-section .price-container .btn, html body div#cookie-consent .prices-service-section .price-container .btn {
    position: initial;
    justify-content: center;
    margin: auto;
    line-height: initial !important;
  }
}
html body div#wrapper .section-prestation.desktop-container .rubrique, html body div#cookie-consent .section-prestation.desktop-container .rubrique {
  margin-left: -1.5rem;
}
html body div#wrapper .section-prestation.desktop-container ul, html body div#cookie-consent .section-prestation.desktop-container ul {
  -webkit-text-stroke: 0 #000000;
  font-family: NexaBookItalic, Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin-left: 3rem;
  margin-top: 0.5rem;
  line-height: 20px;
}
html body div#wrapper .section-prestation.desktop-container ul.list-unstyled, html body div#cookie-consent .section-prestation.desktop-container ul.list-unstyled {
  padding-left: 3rem;
}
html body div#wrapper .section-prestation.desktop-container ul li, html body div#cookie-consent .section-prestation.desktop-container ul li {
  transition: all 0.5s ease;
  margin-bottom: 0.75rem;
}
html body div#wrapper .section-prestation.desktop-container ul li.text-primary, html body div#cookie-consent .section-prestation.desktop-container ul li.text-primary {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
}
html body div#wrapper .section-prestation.desktop-container ul li .o2icon, html body div#cookie-consent .section-prestation.desktop-container ul li .o2icon {
  font-size: 1rem;
  margin-right: 0.813rem;
  margin-top: 2px;
}
html body div#wrapper .section-prestation.desktop-container ul li .o2icon.o2icon-info-unavailable:before, html body div#cookie-consent .section-prestation.desktop-container ul li .o2icon.o2icon-info-unavailable:before {
  color: #e0e0e0;
}
html body div#wrapper .section-prestation.desktop-container .text-formulas, html body div#cookie-consent .section-prestation.desktop-container .text-formulas {
  display: flex;
  margin-left: 1.5rem;
}
html body div#wrapper .section-prestation.desktop-container .text-rubrique, html body div#cookie-consent .section-prestation.desktop-container .text-rubrique {
  -webkit-text-stroke: 0 #000000;
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}
html body div#wrapper .section-prestation.desktop-container span.img-rubrique-wrapper, html body div#cookie-consent .section-prestation.desktop-container span.img-rubrique-wrapper {
  width: 4.875rem;
  margin-right: 1rem;
  background: white;
  padding: 15px;
}
@media (max-width: 1199.98px) {
  html body div#wrapper .section-prestation.mobile-container .o2icon.o2icon-arrow-down, html body div#cookie-consent .section-prestation.mobile-container .o2icon.o2icon-arrow-down {
    font-size: 40px;
  }
  html body div#wrapper .section-prestation.mobile-container .text-formulas, html body div#cookie-consent .section-prestation.mobile-container .text-formulas {
    display: flex;
    margin-left: 1.5rem;
  }
  html body div#wrapper .section-prestation.mobile-container .text-rubrique, html body div#cookie-consent .section-prestation.mobile-container .text-rubrique {
    -webkit-text-stroke: 0 #000000;
    font-family: NexaBold, Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 25px;
  }
  html body div#wrapper .section-prestation.mobile-container img, html body div#cookie-consent .section-prestation.mobile-container img {
    width: 50px;
    margin-right: 0.938rem;
  }
  html body div#wrapper .section-prestation.mobile-container ul, html body div#cookie-consent .section-prestation.mobile-container ul {
    list-style: none;
    margin-top: 0.5rem;
    margin-right: 1.5rem;
    line-height: 25px;
  }
  html body div#wrapper .section-prestation.mobile-container ul.list-unstyled, html body div#cookie-consent .section-prestation.mobile-container ul.list-unstyled {
    padding-left: 2.5rem;
  }
  html body div#wrapper .section-prestation.mobile-container ul li, html body div#cookie-consent .section-prestation.mobile-container ul li {
    margin-bottom: 0.75rem;
    transition: all 0.5s ease;
    -webkit-text-stroke: 0 #000000;
    font-family: NexaBookItalic, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 20px;
  }
  html body div#wrapper .section-prestation.mobile-container ul li.text-primary, html body div#cookie-consent .section-prestation.mobile-container ul li.text-primary {
    font-family: NexaBook, Arial, Helvetica, sans-serif;
  }
  html body div#wrapper .section-prestation.mobile-container ul li.text-black-50, html body div#cookie-consent .section-prestation.mobile-container ul li.text-black-50 {
    color: #9a9a9a !important;
  }
  html body div#wrapper .section-prestation.mobile-container ul li .o2icon, html body div#cookie-consent .section-prestation.mobile-container ul li .o2icon {
    font-size: 1rem;
    transition: all 0.5s ease;
  }
  html body div#wrapper .section-prestation.mobile-container ul li .o2icon.o2icon-info-unavailable:before, html body div#cookie-consent .section-prestation.mobile-container ul li .o2icon.o2icon-info-unavailable:before {
    color: #e0e0e0;
  }
}
@media (max-width: 991.98px) {
  html body div#wrapper .they-have-chosen .they-have-chosen-carousel-container, html body div#cookie-consent .they-have-chosen .they-have-chosen-carousel-container {
    padding-right: 0;
    width: calc(100vw - (100vw - 100% + 15px) / 2);
  }
}
html body div#wrapper .they-have-chosen .they-have-chosen-carousel-container .o2-carousel .carousel-inner, html body div#cookie-consent .they-have-chosen .they-have-chosen-carousel-container .o2-carousel .carousel-inner {
  width: 1000px;
}
html body div#wrapper .they-have-chosen .they-have-chosen-carousel-container .o2-carousel .carousel-inner .carousel-item .slide-item, html body div#cookie-consent .they-have-chosen .they-have-chosen-carousel-container .o2-carousel .carousel-inner .carousel-item .slide-item {
  padding: 0rem;
}
html body div#wrapper .they-have-chosen .they-have-chosen-carousel-container .o2-carousel .carousel-inner .carousel-item .slide-item .bg-light, html body div#cookie-consent .they-have-chosen .they-have-chosen-carousel-container .o2-carousel .carousel-inner .carousel-item .slide-item .bg-light {
  padding: 1rem;
}
@media (min-width: 300px) and (max-width: 415px) {
  html body div#wrapper .they-have-chosen .they-have-chosen-carousel-container .o2-carousel .carousel-inner, html body div#cookie-consent .they-have-chosen .they-have-chosen-carousel-container .o2-carousel .carousel-inner {
    width: 198vw;
  }
  html body div#wrapper .they-have-chosen .they-have-chosen-carousel-container .o2-carousel .carousel-inner .carousel-item > div, html body div#cookie-consent .they-have-chosen .they-have-chosen-carousel-container .o2-carousel .carousel-inner .carousel-item > div {
    width: 66vw;
    max-width: inherit;
  }
}
html body div#wrapper .they-have-chosen img, html body div#cookie-consent .they-have-chosen img {
  width: 100%;
}
html body div#wrapper .they-have-chosen .flex-items .bg-light, html body div#cookie-consent .they-have-chosen .flex-items .bg-light {
  margin-bottom: 0rem;
}
html body div#wrapper .they-have-chosen .flex-items .bg-light img, html body div#cookie-consent .they-have-chosen .flex-items .bg-light img {
  margin-bottom: 1rem;
}
html body div#wrapper .they-have-chosen .flex-items .bg-light p, html body div#cookie-consent .they-have-chosen .flex-items .bg-light p {
  padding: 0.5rem 1.5rem;
  margin: 0;
}
html body div#wrapper .testimonial h2, html body div#cookie-consent .testimonial h2 {
  margin: 10px 0 1.5rem;
}
@media (max-width: 991.98px) {
  html body div#wrapper .testimonial h2, html body div#cookie-consent .testimonial h2 {
    margin-bottom: 2rem;
  }
}
html body div#wrapper .testimonial .flex-items .bg-white .row div,
html body div#wrapper .testimonial .slide-item .bg-white .row div, html body div#cookie-consent .testimonial .flex-items .bg-white .row div,
html body div#cookie-consent .testimonial .slide-item .bg-white .row div {
  align-self: center;
}
html body div#wrapper .testimonial .o2-carousel .carousel-inner, html body div#cookie-consent .testimonial .o2-carousel .carousel-inner {
  margin-bottom: 1rem;
}
html body div#wrapper .testimonial .o2-carousel .carousel-inner .slide-item, html body div#cookie-consent .testimonial .o2-carousel .carousel-inner .slide-item {
  min-height: 375px;
}
@media (max-width: 425px) {
  html body div#wrapper .testimonial .o2-carousel .carousel-inner .slide-item, html body div#cookie-consent .testimonial .o2-carousel .carousel-inner .slide-item {
    min-height: 450px;
  }
}
@media (max-width: 345px) {
  html body div#wrapper .testimonial .o2-carousel .carousel-inner .slide-item, html body div#cookie-consent .testimonial .o2-carousel .carousel-inner .slide-item {
    min-height: 500px;
  }
}
@media (max-width: 315px) {
  html body div#wrapper .testimonial .o2-carousel .carousel-inner .slide-item, html body div#cookie-consent .testimonial .o2-carousel .carousel-inner .slide-item {
    min-height: 600px;
  }
}
@media (max-width: 991.98px) {
  html body div#wrapper .testimonial.d-lg-none, html body div#cookie-consent .testimonial.d-lg-none {
    width: calc(100vw - (100vw - 100% + 15px) / 2);
    padding: 0;
  }
  html body div#wrapper .testimonial.d-lg-none .o2-carousel .carousel-inner, html body div#cookie-consent .testimonial.d-lg-none .o2-carousel .carousel-inner {
    width: 150%;
  }
}
@media (max-width: 767.98px) {
  html body div#wrapper .testimonial.d-lg-none .o2-carousel .carousel-inner, html body div#cookie-consent .testimonial.d-lg-none .o2-carousel .carousel-inner {
    width: 200%;
  }
}
@media (max-width: 575.98px) {
  html body div#wrapper .testimonial.d-lg-none .o2-carousel .carousel-inner, html body div#cookie-consent .testimonial.d-lg-none .o2-carousel .carousel-inner {
    width: 250%;
  }
}
html body div#wrapper .prices-not-localized .text-tiny-bold, html body div#cookie-consent .prices-not-localized .text-tiny-bold {
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
}
html body div#wrapper .prices-not-localized .text-hourly-tariff, html body div#cookie-consent .prices-not-localized .text-hourly-tariff {
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 25px;
}
html body div#wrapper .prices-not-localized .breadcrumb-tariff, html body div#cookie-consent .prices-not-localized .breadcrumb-tariff {
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
  counter-reset: flag;
  margin-bottom: 1.5rem;
  width: 100%;
}
html body div#wrapper .prices-not-localized .breadcrumb-tariff .bloc-1,
html body div#wrapper .prices-not-localized .breadcrumb-tariff .bloc-2, html body div#cookie-consent .prices-not-localized .breadcrumb-tariff .bloc-1,
html body div#cookie-consent .prices-not-localized .breadcrumb-tariff .bloc-2 {
  float: left;
  display: flex;
  position: relative;
  height: 100%;
}
html body div#wrapper .prices-not-localized .breadcrumb-tariff .bloc-1 .text-tiny,
html body div#wrapper .prices-not-localized .breadcrumb-tariff .bloc-2 .text-tiny, html body div#cookie-consent .prices-not-localized .breadcrumb-tariff .bloc-1 .text-tiny,
html body div#cookie-consent .prices-not-localized .breadcrumb-tariff .bloc-2 .text-tiny {
  font-size: 0.9375rem;
}
html body div#wrapper .prices-not-localized .breadcrumb-tariff .bloc-1:after,
html body div#wrapper .prices-not-localized .breadcrumb-tariff .bloc-2:after, html body div#cookie-consent .prices-not-localized .breadcrumb-tariff .bloc-1:after,
html body div#cookie-consent .prices-not-localized .breadcrumb-tariff .bloc-2:after {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 100%;
  border-style: solid;
  border-width: 2.4rem 0 2.4rem 0.938rem;
  border-color: transparent transparent transparent #fff;
}
html body div#wrapper .prices-not-localized .breadcrumb-tariff .bloc-1:last-child:after,
html body div#wrapper .prices-not-localized .breadcrumb-tariff .bloc-2:last-child:after, html body div#cookie-consent .prices-not-localized .breadcrumb-tariff .bloc-1:last-child:after,
html body div#cookie-consent .prices-not-localized .breadcrumb-tariff .bloc-2:last-child:after {
  content: none;
}
html body div#wrapper .prices-not-localized .breadcrumb-tariff .bloc-1 div:last-child,
html body div#wrapper .prices-not-localized .breadcrumb-tariff .bloc-2 div:last-child, html body div#cookie-consent .prices-not-localized .breadcrumb-tariff .bloc-1 div:last-child,
html body div#cookie-consent .prices-not-localized .breadcrumb-tariff .bloc-2 div:last-child {
  align-self: flex-end;
}
html body div#wrapper .prices-not-localized .breadcrumb-tariff .bloc-1 .direction,
html body div#wrapper .prices-not-localized .breadcrumb-tariff .bloc-2 .direction, html body div#cookie-consent .prices-not-localized .breadcrumb-tariff .bloc-1 .direction,
html body div#cookie-consent .prices-not-localized .breadcrumb-tariff .bloc-2 .direction {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
html body div#wrapper .prices-not-localized .breadcrumb-tariff .bloc-1, html body div#cookie-consent .prices-not-localized .breadcrumb-tariff .bloc-1 {
  width: 63%;
  padding: 1rem;
  border: solid 1px #005CB9;
  border-radius: 5px 0 0 5px;
  color: #005CB9;
  background-color: white;
}
html body div#wrapper .prices-not-localized .breadcrumb-tariff .bloc-1 div:first-child, html body div#cookie-consent .prices-not-localized .breadcrumb-tariff .bloc-1 div:first-child {
  align-self: center;
}
html body div#wrapper .prices-not-localized .breadcrumb-tariff .bloc-1 .direction.column, html body div#cookie-consent .prices-not-localized .breadcrumb-tariff .bloc-1 .direction.column {
  padding-left: 0.75rem;
}
html body div#wrapper .prices-not-localized .breadcrumb-tariff .bloc-2, html body div#cookie-consent .prices-not-localized .breadcrumb-tariff .bloc-2 {
  border-radius: 0 5px 5px 0;
  background-color: #005CB9;
  width: 37%;
  color: white;
  padding: 1rem 1.25rem 1.1rem 2.8rem;
}
@media (max-width: 991.98px) {
  html body div#wrapper .prices-not-localized, html body div#cookie-consent .prices-not-localized {
    padding: 0rem 1rem 1rem 1rem;
  }
  html body div#wrapper .prices-not-localized.prices-not-localized-diy, html body div#cookie-consent .prices-not-localized.prices-not-localized-diy {
    padding: 0;
  }
  html body div#wrapper .prices-not-localized .text-medium, html body div#cookie-consent .prices-not-localized .text-medium {
    font-size: 1.125rem;
  }
  html body div#wrapper .prices-not-localized .breadcrumb-tariff, html body div#cookie-consent .prices-not-localized .breadcrumb-tariff {
    width: 100%;
  }
  html body div#wrapper .prices-not-localized .breadcrumb-tariff .bloc-1,
  html body div#wrapper .prices-not-localized .breadcrumb-tariff .bloc-2, html body div#cookie-consent .prices-not-localized .breadcrumb-tariff .bloc-1,
  html body div#cookie-consent .prices-not-localized .breadcrumb-tariff .bloc-2 {
    width: 100%;
    border-radius: 5px 5px 0 0px;
    text-align: left;
    padding-bottom: 1rem;
  }
  html body div#wrapper .prices-not-localized .breadcrumb-tariff .bloc-1 .column,
  html body div#wrapper .prices-not-localized .breadcrumb-tariff .bloc-2 .column, html body div#cookie-consent .prices-not-localized .breadcrumb-tariff .bloc-1 .column,
  html body div#cookie-consent .prices-not-localized .breadcrumb-tariff .bloc-2 .column {
    flex-direction: column;
    align-items: flex-end;
  }
  html body div#wrapper .prices-not-localized .breadcrumb-tariff .bloc-1 .direction-mobile,
  html body div#wrapper .prices-not-localized .breadcrumb-tariff .bloc-2 .direction-mobile, html body div#cookie-consent .prices-not-localized .breadcrumb-tariff .bloc-1 .direction-mobile,
  html body div#cookie-consent .prices-not-localized .breadcrumb-tariff .bloc-2 .direction-mobile {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  html body div#wrapper .prices-not-localized .breadcrumb-tariff .bloc-1, html body div#cookie-consent .prices-not-localized .breadcrumb-tariff .bloc-1 {
    padding-top: 1.125rem;
    flex-direction: column;
  }
  html body div#wrapper .prices-not-localized .breadcrumb-tariff .bloc-1 .formule, html body div#cookie-consent .prices-not-localized .breadcrumb-tariff .bloc-1 .formule {
    display: flex;
    align-self: flex-start;
    padding: 0 0 2rem 0;
  }
  html body div#wrapper .prices-not-localized .breadcrumb-tariff .bloc-2, html body div#cookie-consent .prices-not-localized .breadcrumb-tariff .bloc-2 {
    padding: 2.8rem 1rem 1rem 1rem;
  }
  html body div#wrapper .prices-not-localized .breadcrumb-tariff .bloc-1:after,
  html body div#wrapper .prices-not-localized .breadcrumb-tariff .bloc-2:after, html body div#cookie-consent .prices-not-localized .breadcrumb-tariff .bloc-1:after,
  html body div#cookie-consent .prices-not-localized .breadcrumb-tariff .bloc-2:after {
    content: "";
    top: 99%;
    left: 0;
    right: 0;
    padding-bottom: 10%;
    background: #fff;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    border-style: none;
  }
}
@media (max-width: 991.98px) {
  html body div#wrapper .padding-mobile-hidden, html body div#cookie-consent .padding-mobile-hidden {
    margin-left: -15px;
    margin-right: -15px;
  }
}
html body div#wrapper .padding-mobile-hidden .mobile-specific-apres-credit, html body div#cookie-consent .padding-mobile-hidden .mobile-specific-apres-credit {
  font-size: 0.8rem !important;
}
html body div#wrapper .padding-mobile-hidden .commun-style-tarrif-before, html body div#cookie-consent .padding-mobile-hidden .commun-style-tarrif-before {
  font-size: 0.98rem !important;
}
html body div#wrapper .padding-mobile-hidden .commun-style-tarrif-after, html body div#cookie-consent .padding-mobile-hidden .commun-style-tarrif-after {
  font-size: 0.85rem !important;
}
@media (max-width: 991.98px) {
  html body div#wrapper .tuile-bloc .tuile-carousel-container, html body div#cookie-consent .tuile-bloc .tuile-carousel-container {
    width: calc(100vw - (100vw - 100% + 15px) / 2);
    padding-right: 0;
  }
}
html body div#wrapper .tuile-bloc a:hover, html body div#wrapper .tuile-bloc a:focus, html body div#wrapper .tuile-bloc a:active, html body div#cookie-consent .tuile-bloc a:hover, html body div#cookie-consent .tuile-bloc a:focus, html body div#cookie-consent .tuile-bloc a:active {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
html body div#wrapper .tuile-bloc a:hover img, html body div#wrapper .tuile-bloc a:focus img, html body div#wrapper .tuile-bloc a:active img, html body div#cookie-consent .tuile-bloc a:hover img, html body div#cookie-consent .tuile-bloc a:focus img, html body div#cookie-consent .tuile-bloc a:active img {
  transform: scale(1.1);
}
html body div#wrapper .tuile-bloc a .img-overlay, html body div#cookie-consent .tuile-bloc a .img-overlay {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
html body div#wrapper .tuile-bloc .bloc-image-service-white,
html body div#wrapper .tuile-bloc .bloc-image-service-primary, html body div#cookie-consent .tuile-bloc .bloc-image-service-white,
html body div#cookie-consent .tuile-bloc .bloc-image-service-primary {
  position: relative;
  transition: all 1s ease;
  overflow: hidden;
}
html body div#wrapper .tuile-bloc .bloc-image-service-white img,
html body div#wrapper .tuile-bloc .bloc-image-service-primary img, html body div#cookie-consent .tuile-bloc .bloc-image-service-white img,
html body div#cookie-consent .tuile-bloc .bloc-image-service-primary img {
  width: 100%;
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease;
}
html body div#wrapper .tuile-bloc .bloc-image-service-white .text,
html body div#wrapper .tuile-bloc .bloc-image-service-primary .text, html body div#cookie-consent .tuile-bloc .bloc-image-service-white .text,
html body div#cookie-consent .tuile-bloc .bloc-image-service-primary .text {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 30px;
  color: #fff;
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  z-index: 10;
}
html body div#wrapper .tuile-bloc .bloc-image-service-white .text h2,
html body div#wrapper .tuile-bloc .bloc-image-service-primary .text h2, html body div#cookie-consent .tuile-bloc .bloc-image-service-white .text h2,
html body div#cookie-consent .tuile-bloc .bloc-image-service-primary .text h2 {
  color: #fff;
}
html body div#wrapper .tuile-bloc .bloc-image-service-white .text-service,
html body div#wrapper .tuile-bloc .bloc-image-service-primary .text-service, html body div#cookie-consent .tuile-bloc .bloc-image-service-white .text-service,
html body div#cookie-consent .tuile-bloc .bloc-image-service-primary .text-service {
  color: white;
}
html body div#wrapper .tuile-bloc .links-bloc-white ul, html body div#cookie-consent .tuile-bloc .links-bloc-white ul {
  display: flex;
}
html body div#wrapper .tuile-bloc .links-bloc-white ul li, html body div#cookie-consent .tuile-bloc .links-bloc-white ul li {
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 21px;
  display: flex;
}
html body div#wrapper .tuile-bloc .links-bloc-white ul li:not(:last-child)::after, html body div#cookie-consent .tuile-bloc .links-bloc-white ul li:not(:last-child)::after {
  content: " | ";
  margin: 0 0.5em;
  color: #fff;
}
html body div#wrapper .tuile-bloc .links-bloc-white ul li a:hover, html body div#wrapper .tuile-bloc .links-bloc-white ul li a:focus, html body div#wrapper .tuile-bloc .links-bloc-white ul li a:active, html body div#cookie-consent .tuile-bloc .links-bloc-white ul li a:hover, html body div#cookie-consent .tuile-bloc .links-bloc-white ul li a:focus, html body div#cookie-consent .tuile-bloc .links-bloc-white ul li a:active {
  text-decoration: underline;
}
html body div#wrapper .tuile-bloc .links-bloc-white ul li a div, html body div#cookie-consent .tuile-bloc .links-bloc-white ul li a div {
  display: inline-block;
}
html body div#wrapper .tuile-bloc .links-bloc-primary ul, html body div#cookie-consent .tuile-bloc .links-bloc-primary ul {
  display: flex;
}
html body div#wrapper .tuile-bloc .links-bloc-primary ul li, html body div#cookie-consent .tuile-bloc .links-bloc-primary ul li {
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 21px;
  display: flex;
}
html body div#wrapper .tuile-bloc .links-bloc-primary ul li:not(:last-child)::after, html body div#cookie-consent .tuile-bloc .links-bloc-primary ul li:not(:last-child)::after {
  content: " | ";
  margin: 0 0.5em;
  color: #005CB9;
}
html body div#wrapper .tuile-bloc .links-bloc-primary ul li a:hover, html body div#wrapper .tuile-bloc .links-bloc-primary ul li a:focus, html body div#wrapper .tuile-bloc .links-bloc-primary ul li a:active, html body div#cookie-consent .tuile-bloc .links-bloc-primary ul li a:hover, html body div#cookie-consent .tuile-bloc .links-bloc-primary ul li a:focus, html body div#cookie-consent .tuile-bloc .links-bloc-primary ul li a:active {
  text-decoration: underline;
}
html body div#wrapper .tuile-bloc .links-bloc-primary ul li a div, html body div#cookie-consent .tuile-bloc .links-bloc-primary ul li a div {
  display: inline-block;
}
@media (max-width: 1199.98px) {
  html body div#wrapper .tuile-bloc div[class^=flex-], html body div#cookie-consent .tuile-bloc div[class^=flex-] {
    flex-basis: calc(33.33% - 1.3333333333rem);
    margin: 1rem;
  }
  html body div#wrapper .tuile-bloc .bloc-image-service-white > .text, html body div#cookie-consent .tuile-bloc .bloc-image-service-white > .text {
    top: 0;
  }
  html body div#wrapper .tuile-bloc .bloc-image-service-primary > .text, html body div#cookie-consent .tuile-bloc .bloc-image-service-primary > .text {
    top: 0;
  }
  html body div#wrapper .tuile-bloc .bloc-image-service-primary:active, html body div#wrapper .tuile-bloc .bloc-image-service-primary:hover > .text, html body div#cookie-consent .tuile-bloc .bloc-image-service-primary:active, html body div#cookie-consent .tuile-bloc .bloc-image-service-primary:hover > .text {
    top: 0;
  }
  html body div#wrapper .tuile-bloc .bloc-image-service-white:active, html body div#wrapper .tuile-bloc .bloc-image-service-white:hover > .text, html body div#cookie-consent .tuile-bloc .bloc-image-service-white:active, html body div#cookie-consent .tuile-bloc .bloc-image-service-white:hover > .text {
    top: 0;
  }
}
@media (max-width: 991.98px) {
  html body div#wrapper .tuile-bloc .links-bloc-white ul, html body div#cookie-consent .tuile-bloc .links-bloc-white ul {
    display: block;
  }
  html body div#wrapper .tuile-bloc .links-bloc-white ul li:not(:last-child), html body div#cookie-consent .tuile-bloc .links-bloc-white ul li:not(:last-child) {
    margin-bottom: 2.125rem;
  }
  html body div#wrapper .tuile-bloc .links-bloc-white ul li:not(:last-child)::after, html body div#cookie-consent .tuile-bloc .links-bloc-white ul li:not(:last-child)::after {
    content: " ";
  }
  html body div#wrapper .tuile-bloc .links-bloc-white ul li::before, html body div#cookie-consent .tuile-bloc .links-bloc-white ul li::before {
    content: " | ";
    margin: 0 0.5em;
    margin-left: 0;
    color: #fff;
  }
  html body div#wrapper .tuile-bloc .links-bloc-white ul li a:hover, html body div#wrapper .tuile-bloc .links-bloc-white ul li a:focus, html body div#wrapper .tuile-bloc .links-bloc-white ul li a:active, html body div#cookie-consent .tuile-bloc .links-bloc-white ul li a:hover, html body div#cookie-consent .tuile-bloc .links-bloc-white ul li a:focus, html body div#cookie-consent .tuile-bloc .links-bloc-white ul li a:active {
    text-decoration: underline;
  }
  html body div#wrapper .tuile-bloc .links-bloc-white ul li a div, html body div#cookie-consent .tuile-bloc .links-bloc-white ul li a div {
    display: inline-block;
  }
  html body div#wrapper .tuile-bloc .links-bloc-primary ul, html body div#cookie-consent .tuile-bloc .links-bloc-primary ul {
    display: block;
  }
  html body div#wrapper .tuile-bloc .links-bloc-primary ul li:not(:last-child), html body div#cookie-consent .tuile-bloc .links-bloc-primary ul li:not(:last-child) {
    margin-bottom: 2.125rem;
  }
  html body div#wrapper .tuile-bloc .links-bloc-primary ul li:not(:last-child)::after, html body div#cookie-consent .tuile-bloc .links-bloc-primary ul li:not(:last-child)::after {
    content: "";
  }
  html body div#wrapper .tuile-bloc .links-bloc-primary ul li::before, html body div#cookie-consent .tuile-bloc .links-bloc-primary ul li::before {
    content: " | ";
    margin: 0 0.5em;
    margin-left: 0;
    color: #005CB9;
  }
  html body div#wrapper .tuile-bloc .links-bloc-primary ul li a:hover, html body div#wrapper .tuile-bloc .links-bloc-primary ul li a:focus, html body div#wrapper .tuile-bloc .links-bloc-primary ul li a:active, html body div#cookie-consent .tuile-bloc .links-bloc-primary ul li a:hover, html body div#cookie-consent .tuile-bloc .links-bloc-primary ul li a:focus, html body div#cookie-consent .tuile-bloc .links-bloc-primary ul li a:active {
    text-decoration: underline;
  }
  html body div#wrapper .tuile-bloc .links-bloc-primary ul li a div, html body div#cookie-consent .tuile-bloc .links-bloc-primary ul li a div {
    display: inline-block;
  }
}
html body div#wrapper ul.file-download, html body div#cookie-consent ul.file-download {
  margin-top: 0.5rem;
}
@media (max-width: 991.98px) {
  html body div#wrapper ul.file-download, html body div#cookie-consent ul.file-download {
    margin-bottom: 1rem;
    margin-top: -1.6rem;
  }
}
html body div#wrapper ul.file-download li span, html body div#cookie-consent ul.file-download li span {
  color: #5c5c5c;
  font-size: 0.938rem;
}
html body div#wrapper ul.file-download li a, html body div#cookie-consent ul.file-download li a {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  font-size: 0.938rem;
  line-height: 19px;
  color: #5c5c5c;
  text-decoration: underline;
}
html body div#wrapper .faq, html body div#cookie-consent .faq {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
html body div#wrapper .faq .card, html body div#cookie-consent .faq .card {
  margin-bottom: 0;
  border-radius: inherit;
  border-left: none;
  border-right: none;
  border-top: none;
}
html body div#wrapper .faq .card .card-header, html body div#cookie-consent .faq .card .card-header {
  border-radius: inherit;
  padding-left: 0;
  padding-right: 0;
  background: none;
  border-bottom: 0;
}
html body div#wrapper .faq .card .card-header h3, html body div#cookie-consent .faq .card .card-header h3 {
  font-family: NexaBold, Arial, Helvetica, sans-serif;
}
html body div#wrapper .faq .card .card-header h3 button, html body div#cookie-consent .faq .card .card-header h3 button {
  font-size: 1.125rem;
  position: relative;
  text-align: left;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 4rem;
}
html body div#wrapper .faq .card .card-header h3 button.btn-link[aria-expanded=false], html body div#cookie-consent .faq .card .card-header h3 button.btn-link[aria-expanded=false] {
  color: #5c5c5c;
}
html body div#wrapper .faq .card .card-header h3 button.btn-link[aria-expanded=true], html body div#cookie-consent .faq .card .card-header h3 button.btn-link[aria-expanded=true] {
  color: #ee956f;
}
html body div#wrapper .faq .card .card-header h3 button:after, html body div#cookie-consent .faq .card .card-header h3 button:after {
  position: absolute;
  top: 35%;
  right: 2rem;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "o2icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e968";
  color: #ee956f;
  transform: rotate(90deg);
  transition: transform 0.5s ease;
  line-height: 100%;
}
html body div#wrapper .faq .card .card-header h3 button[aria-expanded=true]:after, html body div#cookie-consent .faq .card .card-header h3 button[aria-expanded=true]:after {
  transform: rotate(270deg);
}
html body div#wrapper .faq .card .card-header h3 button.btn-link:hover, html body div#wrapper .faq .card .card-header h3 button.btn-link:focus, html body div#wrapper .faq .card .card-header h3 button.btn-link:active, html body div#wrapper .faq .card .card-header h3 button.btn-link:not(:disabled):not(.disabled):active, html body div#cookie-consent .faq .card .card-header h3 button.btn-link:hover, html body div#cookie-consent .faq .card .card-header h3 button.btn-link:focus, html body div#cookie-consent .faq .card .card-header h3 button.btn-link:active, html body div#cookie-consent .faq .card .card-header h3 button.btn-link:not(:disabled):not(.disabled):active {
  box-shadow: none;
  text-decoration: none;
}
html body div#wrapper .faq .card .card-header h3 button > span > p, html body div#cookie-consent .faq .card .card-header h3 button > span > p {
  font-family: inherit;
  margin: 0;
  display: inline;
}
html body div#wrapper .faq .card .card-body, html body div#cookie-consent .faq .card .card-body {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  color: #5c5c5c;
  background-color: #f9f5f3;
}
html body div#wrapper .faq .card .card-body ul li, html body div#cookie-consent .faq .card .card-body ul li {
  font-size: 0.9375rem !important;
}
html body div#wrapper .adt-our-advice-and-our-news, html body div#cookie-consent .adt-our-advice-and-our-news {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 991.98px) {
  html body div#wrapper .adt-our-advice-and-our-news, html body div#cookie-consent .adt-our-advice-and-our-news {
    width: calc(100vw - (100vw - 100% + 15px) / 2);
  }
}
html body div#wrapper .adt-our-advice-and-our-news a:hover, html body div#cookie-consent .adt-our-advice-and-our-news a:hover {
  text-decoration: none;
}
html body div#wrapper .adt-our-advice-and-our-news a .img-hover-zoom, html body div#cookie-consent .adt-our-advice-and-our-news a .img-hover-zoom {
  overflow: hidden;
}
html body div#wrapper .adt-our-advice-and-our-news a .img-hover-zoom img:hover, html body div#cookie-consent .adt-our-advice-and-our-news a .img-hover-zoom img:hover {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}
html body div#wrapper .adt-our-advice-and-our-news a h4:hover, html body div#cookie-consent .adt-our-advice-and-our-news a h4:hover {
  text-decoration: underline;
}
html body div#wrapper #carousel-our-advice-and-our-news .slide-item, html body div#cookie-consent #carousel-our-advice-and-our-news .slide-item {
  min-height: 300px;
  margin-right: 12px !important;
}
@media (max-width: 991.98px) {
  html body div#wrapper .activities, html body div#cookie-consent .activities {
    margin-bottom: -10px;
  }
}
html body div#wrapper .magazine .most-category, html body div#cookie-consent .magazine .most-category {
  font-size: 15px !important;
}
html body div#wrapper .magazine .most-title, html body div#cookie-consent .magazine .most-title {
  font-size: 20px !important;
}
html body div#wrapper .magazine .category, html body div#cookie-consent .magazine .category {
  font-size: 15px !important;
}
@media (min-width: 768px) {
  html body div#wrapper .details-article h1, html body div#cookie-consent .details-article h1 {
    font-size: 3.7rem;
    line-height: 62px;
  }
}
html body div#wrapper .details-article .header-article, html body div#wrapper .details-article .header-article > .container > .row, html body div#cookie-consent .details-article .header-article, html body div#cookie-consent .details-article .header-article > .container > .row {
  min-height: 430px;
}
@media (max-width: 991.98px) {
  html body div#wrapper .details-article .header-article, html body div#wrapper .details-article .header-article > .container > .row, html body div#cookie-consent .details-article .header-article, html body div#cookie-consent .details-article .header-article > .container > .row {
    min-height: auto;
  }
}
html body div#wrapper .details-article .header-article img, html body div#cookie-consent .details-article .header-article img {
  margin-bottom: -28rem;
}
@media (max-width: 991.98px) {
  html body div#wrapper .details-article .header-article, html body div#cookie-consent .details-article .header-article {
    background-image: linear-gradient(#005CB9 90%, #fff 0%);
  }
  html body div#wrapper .details-article .header-article img, html body div#cookie-consent .details-article .header-article img {
    margin-bottom: 0;
  }
}
html body div#wrapper .details-article .blockquote-editorial-bloc .blockquote-editorial, html body div#cookie-consent .details-article .blockquote-editorial-bloc .blockquote-editorial {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
html body div#wrapper .details-article .text-darker, html body div#wrapper .post-old .text-darker, html body div#wrapper .post-new .text-darker, html body div#cookie-consent .details-article .text-darker, html body div#cookie-consent .post-old .text-darker, html body div#cookie-consent .post-new .text-darker {
  color: #5c5c5c;
}
html body div#wrapper .details-article table, html body div#wrapper .post-old table, html body div#wrapper .post-new table, html body div#cookie-consent .details-article table, html body div#cookie-consent .post-old table, html body div#cookie-consent .post-new table {
  width: 750px;
  border-collapse: collapse;
  margin: 50px auto;
}
html body div#wrapper .details-article tr:nth-of-type(odd), html body div#wrapper .post-old tr:nth-of-type(odd), html body div#wrapper .post-new tr:nth-of-type(odd), html body div#cookie-consent .details-article tr:nth-of-type(odd), html body div#cookie-consent .post-old tr:nth-of-type(odd), html body div#cookie-consent .post-new tr:nth-of-type(odd) {
  background: #f9f5f3 !important;
}
html body div#wrapper .details-article th, html body div#wrapper .post-old th, html body div#wrapper .post-new th, html body div#cookie-consent .details-article th, html body div#cookie-consent .post-old th, html body div#cookie-consent .post-new th {
  background: white;
}
html body div#wrapper .details-article td, html body div#wrapper .details-article th, html body div#wrapper .post-old td, html body div#wrapper .post-old th, html body div#wrapper .post-new td, html body div#wrapper .post-new th, html body div#cookie-consent .details-article td, html body div#cookie-consent .details-article th, html body div#cookie-consent .post-old td, html body div#cookie-consent .post-old th, html body div#cookie-consent .post-new td, html body div#cookie-consent .post-new th {
  padding: 10px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-color: #dee2e6;
  border-style: solid;
  position: relative;
  vertical-align: middle;
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
  padding-left: 15px;
  padding: 0.75rem;
  text-align: left;
  font-size: 18px;
  color: #005CB9;
}
html body div#wrapper .details-article .contentsText > p, html body div#wrapper .post-old .contentsText > p, html body div#wrapper .post-new .contentsText > p, html body div#cookie-consent .details-article .contentsText > p, html body div#cookie-consent .post-old .contentsText > p, html body div#cookie-consent .post-new .contentsText > p {
  font-size: 18px;
}
html body div#wrapper .details-article .contentsText > ol > li a:not(.button-mobile), html body div#wrapper .post-old .contentsText > ol > li a:not(.button-mobile), html body div#wrapper .post-new .contentsText > ol > li a:not(.button-mobile), html body div#cookie-consent .details-article .contentsText > ol > li a:not(.button-mobile), html body div#cookie-consent .post-old .contentsText > ol > li a:not(.button-mobile), html body div#cookie-consent .post-new .contentsText > ol > li a:not(.button-mobile) {
  font-size: 18px;
  background-color: #d1f3ee;
  text-decoration: none;
}
html body div#wrapper .details-article .contentsText > ol > li a:not(.button-mobile):hover, html body div#wrapper .post-old .contentsText > ol > li a:not(.button-mobile):hover, html body div#wrapper .post-new .contentsText > ol > li a:not(.button-mobile):hover, html body div#cookie-consent .details-article .contentsText > ol > li a:not(.button-mobile):hover, html body div#cookie-consent .post-old .contentsText > ol > li a:not(.button-mobile):hover, html body div#cookie-consent .post-new .contentsText > ol > li a:not(.button-mobile):hover {
  background-color: #def6f3;
}
html body div#wrapper .details-article .contentsText > ul > li a:not(.button-mobile), html body div#wrapper .post-old .contentsText > ul > li a:not(.button-mobile), html body div#wrapper .post-new .contentsText > ul > li a:not(.button-mobile), html body div#cookie-consent .details-article .contentsText > ul > li a:not(.button-mobile), html body div#cookie-consent .post-old .contentsText > ul > li a:not(.button-mobile), html body div#cookie-consent .post-new .contentsText > ul > li a:not(.button-mobile) {
  font-size: 18px;
  background-color: #d1f3ee;
  text-decoration: none;
}
html body div#wrapper .details-article .contentsText > ul > li a:not(.button-mobile):hover, html body div#wrapper .post-old .contentsText > ul > li a:not(.button-mobile):hover, html body div#wrapper .post-new .contentsText > ul > li a:not(.button-mobile):hover, html body div#cookie-consent .details-article .contentsText > ul > li a:not(.button-mobile):hover, html body div#cookie-consent .post-old .contentsText > ul > li a:not(.button-mobile):hover, html body div#cookie-consent .post-new .contentsText > ul > li a:not(.button-mobile):hover {
  background-color: #def6f3;
}
html body div#wrapper .details-article .contentsText > p a:not(.button-mobile), html body div#wrapper .post-old .contentsText > p a:not(.button-mobile), html body div#wrapper .post-new .contentsText > p a:not(.button-mobile), html body div#cookie-consent .details-article .contentsText > p a:not(.button-mobile), html body div#cookie-consent .post-old .contentsText > p a:not(.button-mobile), html body div#cookie-consent .post-new .contentsText > p a:not(.button-mobile) {
  font-size: 18px;
  background-color: #d1f3ee;
  text-decoration: none;
}
html body div#wrapper .details-article .contentsText > p a:not(.button-mobile):hover, html body div#wrapper .post-old .contentsText > p a:not(.button-mobile):hover, html body div#wrapper .post-new .contentsText > p a:not(.button-mobile):hover, html body div#cookie-consent .details-article .contentsText > p a:not(.button-mobile):hover, html body div#cookie-consent .post-old .contentsText > p a:not(.button-mobile):hover, html body div#cookie-consent .post-new .contentsText > p a:not(.button-mobile):hover {
  background-color: #def6f3;
}
html body div#wrapper .details-article .contentsText > ul > li, html body div#wrapper .post-old .contentsText > ul > li, html body div#wrapper .post-new .contentsText > ul > li, html body div#cookie-consent .details-article .contentsText > ul > li, html body div#cookie-consent .post-old .contentsText > ul > li, html body div#cookie-consent .post-new .contentsText > ul > li {
  font-size: 18px;
  color: #005CB9 !important;
}
html body div#wrapper .details-article .contentsText > ul > li:before, html body div#wrapper .post-old .contentsText > ul > li:before, html body div#wrapper .post-new .contentsText > ul > li:before, html body div#cookie-consent .details-article .contentsText > ul > li:before, html body div#cookie-consent .post-old .contentsText > ul > li:before, html body div#cookie-consent .post-new .contentsText > ul > li:before {
  content: ". ";
  counter-increment: item;
  color: #00bfa2;
  display: inline-block;
  width: 1em;
}
html body div#wrapper .details-article .contentsText > ul > li p, html body div#wrapper .post-old .contentsText > ul > li p, html body div#wrapper .post-new .contentsText > ul > li p, html body div#cookie-consent .details-article .contentsText > ul > li p, html body div#cookie-consent .post-old .contentsText > ul > li p, html body div#cookie-consent .post-new .contentsText > ul > li p {
  font-size: 18px;
  color: #005CB9;
}
html body div#wrapper .details-article .contentsText > ol > li:before, html body div#wrapper .post-old .contentsText > ol > li:before, html body div#wrapper .post-new .contentsText > ol > li:before, html body div#cookie-consent .details-article .contentsText > ol > li:before, html body div#cookie-consent .post-old .contentsText > ol > li:before, html body div#cookie-consent .post-new .contentsText > ol > li:before {
  font-size: 18px;
}
html body div#wrapper .details-article .contentsText > ol > li, html body div#wrapper .post-old .contentsText > ol > li, html body div#wrapper .post-new .contentsText > ol > li, html body div#cookie-consent .details-article .contentsText > ol > li, html body div#cookie-consent .post-old .contentsText > ol > li, html body div#cookie-consent .post-new .contentsText > ol > li {
  font-size: 18px;
  color: #005CB9;
  word-wrap: initial;
}
html body div#wrapper .details-article .contentsText > ol > li p, html body div#wrapper .post-old .contentsText > ol > li p, html body div#wrapper .post-new .contentsText > ol > li p, html body div#cookie-consent .details-article .contentsText > ol > li p, html body div#cookie-consent .post-old .contentsText > ol > li p, html body div#cookie-consent .post-new .contentsText > ol > li p {
  font-size: 16px;
  color: #005CB9;
}
html body div#wrapper .details-article .contentsText > p, html body div#wrapper .post-old .contentsText > p, html body div#wrapper .post-new .contentsText > p, html body div#cookie-consent .details-article .contentsText > p, html body div#cookie-consent .post-old .contentsText > p, html body div#cookie-consent .post-new .contentsText > p {
  color: #005CB9;
}
html body div#wrapper .details-article img.fit-cover, html body div#wrapper .post-old img.fit-cover, html body div#wrapper .post-new img.fit-cover, html body div#cookie-consent .details-article img.fit-cover, html body div#cookie-consent .post-old img.fit-cover, html body div#cookie-consent .post-new img.fit-cover {
  object-fit: cover;
}
html body div#wrapper .details-article .comments, html body div#wrapper .post-old .comments, html body div#wrapper .post-new .comments, html body div#cookie-consent .details-article .comments, html body div#cookie-consent .post-old .comments, html body div#cookie-consent .post-new .comments {
  font-size: 15px;
  line-height: 16px;
}
html body div#wrapper .details-article .comments-recent, html body div#wrapper .post-old .comments-recent, html body div#wrapper .post-new .comments-recent, html body div#cookie-consent .details-article .comments-recent, html body div#cookie-consent .post-old .comments-recent, html body div#cookie-consent .post-new .comments-recent {
  font-size: 12px;
  line-height: 16px;
}
html body div#wrapper .details-article .title-article, html body div#wrapper .post-old .title-article, html body div#wrapper .post-new .title-article, html body div#cookie-consent .details-article .title-article, html body div#cookie-consent .post-old .title-article, html body div#cookie-consent .post-new .title-article {
  margin-left: 30%;
  margin-left: 30%;
  margin-bottom: 30%;
  font-weight: 800;
  font-style: normal;
  font-size: 45px;
  line-height: 48px;
}
html body div#wrapper .details-article .image-width-new, html body div#wrapper .post-old .image-width-new, html body div#wrapper .post-new .image-width-new, html body div#cookie-consent .details-article .image-width-new, html body div#cookie-consent .post-old .image-width-new, html body div#cookie-consent .post-new .image-width-new {
  max-width: 570px !important;
  max-height: 330px !important;
}
html body div#wrapper .details-article .image-width-old, html body div#wrapper .post-old .image-width-old, html body div#wrapper .post-new .image-width-old, html body div#cookie-consent .details-article .image-width-old, html body div#cookie-consent .post-old .image-width-old, html body div#cookie-consent .post-new .image-width-old {
  max-width: 570px !important;
  max-height: 330px !important;
}
@media (max-width: 991.98px) {
  html body div#wrapper .details-article .displaying, html body div#wrapper .post-old .displaying, html body div#wrapper .post-new .displaying, html body div#cookie-consent .details-article .displaying, html body div#cookie-consent .post-old .displaying, html body div#cookie-consent .post-new .displaying {
    display: none;
  }
  html body div#wrapper .details-article .css-time, html body div#wrapper .post-old .css-time, html body div#wrapper .post-new .css-time, html body div#cookie-consent .details-article .css-time, html body div#cookie-consent .post-old .css-time, html body div#cookie-consent .post-new .css-time {
    padding-top: 1rem !important;
  }
}
html body div#wrapper .details-article .top-margin, html body div#wrapper .post-old .top-margin, html body div#wrapper .post-new .top-margin, html body div#cookie-consent .details-article .top-margin, html body div#cookie-consent .post-old .top-margin, html body div#cookie-consent .post-new .top-margin {
  margin-top: 10%;
}
@media (max-width: 1199.98px) {
  html body div#wrapper .details-article .displaying, html body div#wrapper .post-old .displaying, html body div#wrapper .post-new .displaying, html body div#cookie-consent .details-article .displaying, html body div#cookie-consent .post-old .displaying, html body div#cookie-consent .post-new .displaying {
    display: none !important;
  }
  html body div#wrapper .details-article .title-article, html body div#wrapper .post-old .title-article, html body div#wrapper .post-new .title-article, html body div#cookie-consent .details-article .title-article, html body div#cookie-consent .post-old .title-article, html body div#cookie-consent .post-new .title-article {
    font-size: 30px;
    line-height: 35px;
  }
}
html body div#wrapper .details-article .make-me-sticky, html body div#wrapper .post-old .make-me-sticky, html body div#wrapper .post-new .make-me-sticky, html body div#cookie-consent .details-article .make-me-sticky, html body div#cookie-consent .post-old .make-me-sticky, html body div#cookie-consent .post-new .make-me-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  padding: 0 15px;
}
html body div#wrapper .details-article li:before, html body div#wrapper .post-old li:before, html body div#wrapper .post-new li:before, html body div#cookie-consent .details-article li:before, html body div#cookie-consent .post-old li:before, html body div#cookie-consent .post-new li:before {
  display: none;
}
html body div#wrapper .details-article .sommaire li a:hover, html body div#wrapper .post-old .sommaire li a:hover, html body div#wrapper .post-new .sommaire li a:hover, html body div#cookie-consent .details-article .sommaire li a:hover, html body div#cookie-consent .post-old .sommaire li a:hover, html body div#cookie-consent .post-new .sommaire li a:hover {
  text-decoration: none;
}
html body div#wrapper .details-article .atagdesign, html body div#wrapper .post-old .atagdesign, html body div#wrapper .post-new .atagdesign, html body div#cookie-consent .details-article .atagdesign, html body div#cookie-consent .post-old .atagdesign, html body div#cookie-consent .post-new .atagdesign {
  text-decoration: none;
  color: #5c5c5c;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
}
html body div#wrapper .details-article .iii-c-page-summary__progressbar, html body div#wrapper .post-old .iii-c-page-summary__progressbar, html body div#wrapper .post-new .iii-c-page-summary__progressbar, html body div#cookie-consent .details-article .iii-c-page-summary__progressbar, html body div#cookie-consent .post-old .iii-c-page-summary__progressbar, html body div#cookie-consent .post-new .iii-c-page-summary__progressbar {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
  position: relative;
  width: 100%;
}
html body div#wrapper .details-article .iii-c-page-summary__progressbar #_progress, html body div#wrapper .post-old .iii-c-page-summary__progressbar #_progress, html body div#wrapper .post-new .iii-c-page-summary__progressbar #_progress, html body div#cookie-consent .details-article .iii-c-page-summary__progressbar #_progress, html body div#cookie-consent .post-old .iii-c-page-summary__progressbar #_progress, html body div#cookie-consent .post-new .iii-c-page-summary__progressbar #_progress {
  z-index: 2;
  width: 3px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
html body div#wrapper .details-article .progress, html body div#wrapper .post-old .progress, html body div#wrapper .post-new .progress, html body div#cookie-consent .details-article .progress, html body div#cookie-consent .post-old .progress, html body div#cookie-consent .post-new .progress {
  height: 5px;
  -webkit-transform-origin: 0 100%;
  -webkit-transform: rotate(90deg);
  -moz-transform-origin: 0 100%;
  -moz-transform: rotate(90deg);
  -ms-transform-origin: 0 100%;
  -ms-transform: rotate(90deg);
  transform-origin: 0 100%;
  transform: rotate(90deg);
}
html body div#wrapper .details-article .sharing, html body div#wrapper .post-old .sharing, html body div#wrapper .post-new .sharing, html body div#cookie-consent .details-article .sharing, html body div#cookie-consent .post-old .sharing, html body div#cookie-consent .post-new .sharing {
  display: none;
}
html body div#wrapper .details-article .text-title, html body div#wrapper .post-old .text-title, html body div#wrapper .post-new .text-title, html body div#cookie-consent .details-article .text-title, html body div#cookie-consent .post-old .text-title, html body div#cookie-consent .post-new .text-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
}
html body div#wrapper .details-article .text-title-item, html body div#wrapper .post-old .text-title-item, html body div#wrapper .post-new .text-title-item, html body div#cookie-consent .details-article .text-title-item, html body div#cookie-consent .post-old .text-title-item, html body div#cookie-consent .post-new .text-title-item {
  font-size: 15px;
  line-height: 18px;
}
html body div#wrapper .details-article .text-title-item:hover, html body div#wrapper .post-old .text-title-item:hover, html body div#wrapper .post-new .text-title-item:hover, html body div#cookie-consent .details-article .text-title-item:hover, html body div#cookie-consent .post-old .text-title-item:hover, html body div#cookie-consent .post-new .text-title-item:hover {
  text-decoration: none;
  color: #5c5c5c;
  font-family: NexaBold;
}
@media (min-width: 768px) {
  html body div#wrapper .details-article .similar-post .category, html body div#wrapper .post-old .similar-post .category, html body div#wrapper .post-new .similar-post .category, html body div#cookie-consent .details-article .similar-post .category, html body div#cookie-consent .post-old .similar-post .category, html body div#cookie-consent .post-new .similar-post .category {
    font-size: 15px !important;
    font-family: NexaBold !important;
  }
  html body div#wrapper .details-article .my-title, html body div#wrapper .post-old .my-title, html body div#wrapper .post-new .my-title, html body div#cookie-consent .details-article .my-title, html body div#cookie-consent .post-old .my-title, html body div#cookie-consent .post-new .my-title {
    font-size: 20px !important;
  }
}
@media (min-width: 992px) {
  html body div#wrapper .details-article .css-time, html body div#wrapper .post-old .css-time, html body div#wrapper .post-new .css-time, html body div#cookie-consent .details-article .css-time, html body div#cookie-consent .post-old .css-time, html body div#cookie-consent .post-new .css-time {
    bottom: 20px;
    position: absolute;
    width: 90%;
  }
}
@media (max-width: 991.98px) {
  html body div#wrapper .details-article .similar-post .category, html body div#wrapper .post-old .similar-post .category, html body div#wrapper .post-new .similar-post .category, html body div#cookie-consent .details-article .similar-post .category, html body div#cookie-consent .post-old .similar-post .category, html body div#cookie-consent .post-new .similar-post .category {
    font-size: 12px !important;
    font-family: NexaBold !important;
  }
  html body div#wrapper .details-article .similar-post .my-title, html body div#wrapper .post-old .similar-post .my-title, html body div#wrapper .post-new .similar-post .my-title, html body div#cookie-consent .details-article .similar-post .my-title, html body div#cookie-consent .post-old .similar-post .my-title, html body div#cookie-consent .post-new .similar-post .my-title {
    font-size: 17px !important;
  }
}
html body div#wrapper .details-article #facebook-logo:hover path, html body div#wrapper .post-old #facebook-logo:hover path, html body div#wrapper .post-new #facebook-logo:hover path, html body div#cookie-consent .details-article #facebook-logo:hover path, html body div#cookie-consent .post-old #facebook-logo:hover path, html body div#cookie-consent .post-new #facebook-logo:hover path {
  fill: #005CB9;
}
html body div#wrapper .details-article #facebook-logo:hover circle, html body div#wrapper .post-old #facebook-logo:hover circle, html body div#wrapper .post-new #facebook-logo:hover circle, html body div#cookie-consent .details-article #facebook-logo:hover circle, html body div#cookie-consent .post-old #facebook-logo:hover circle, html body div#cookie-consent .post-new #facebook-logo:hover circle {
  stroke: #005CB9;
}
html body div#wrapper .details-article #twitter-logo:hover path, html body div#wrapper .post-old #twitter-logo:hover path, html body div#wrapper .post-new #twitter-logo:hover path, html body div#cookie-consent .details-article #twitter-logo:hover path, html body div#cookie-consent .post-old #twitter-logo:hover path, html body div#cookie-consent .post-new #twitter-logo:hover path {
  fill: #005CB9;
}
html body div#wrapper .details-article #twitter-logo:hover circle, html body div#wrapper .post-old #twitter-logo:hover circle, html body div#wrapper .post-new #twitter-logo:hover circle, html body div#cookie-consent .details-article #twitter-logo:hover circle, html body div#cookie-consent .post-old #twitter-logo:hover circle, html body div#cookie-consent .post-new #twitter-logo:hover circle {
  stroke: #005CB9;
}
html body div#wrapper .details-article #copy-logo:hover path, html body div#wrapper .post-old #copy-logo:hover path, html body div#wrapper .post-new #copy-logo:hover path, html body div#cookie-consent .details-article #copy-logo:hover path, html body div#cookie-consent .post-old #copy-logo:hover path, html body div#cookie-consent .post-new #copy-logo:hover path {
  fill: #005CB9;
}
html body div#wrapper .details-article #copy-logo:hover circle, html body div#wrapper .post-old #copy-logo:hover circle, html body div#wrapper .post-new #copy-logo:hover circle, html body div#cookie-consent .details-article #copy-logo:hover circle, html body div#cookie-consent .post-old #copy-logo:hover circle, html body div#cookie-consent .post-new #copy-logo:hover circle {
  stroke: #005CB9;
}
html body div#wrapper .bloc-cta .style-title, html body div#wrapper .bloc-cta .style-subtitle, html body div#cookie-consent .bloc-cta .style-title, html body div#cookie-consent .bloc-cta .style-subtitle {
  font-size: 30px !important;
  line-height: 36px;
}
html body div#wrapper .bloc-cta .style-title, html body div#cookie-consent .bloc-cta .style-title {
  line-height: 36px;
  font-weight: normal;
}
html body div#wrapper .bloc-cta .style-parag, html body div#cookie-consent .bloc-cta .style-parag {
  font-size: 18px;
  line-height: 25px;
  font-weight: normal;
}
html body div#wrapper .bloc-cta .style-button, html body div#cookie-consent .bloc-cta .style-button {
  display: flex;
}
html body div#wrapper .bloc-cta .style-lien, html body div#cookie-consent .bloc-cta .style-lien {
  text-decoration: underline;
  font-size: 18px;
}
@media (min-width: 768px) {
  html body div#wrapper .bloc-cta .img-mobile, html body div#cookie-consent .bloc-cta .img-mobile {
    margin-left: 30px;
  }
  html body div#wrapper .bloc-cta .style-img, html body div#cookie-consent .bloc-cta .style-img {
    width: 240px;
    left: 455px;
  }
}
@media (max-width: 991.98px) {
  html body div#wrapper .bloc-cta .button-mobile, html body div#cookie-consent .bloc-cta .button-mobile {
    margin-left: 15px;
    margin-right: 29px;
    display: flex;
    width: 90%;
  }
  html body div#wrapper .bloc-cta .img-mobile, html body div#cookie-consent .bloc-cta .img-mobile {
    margin-left: 15px;
  }
  html body div#wrapper .bloc-cta .text-mobile, html body div#cookie-consent .bloc-cta .text-mobile {
    margin-left: 15px;
  }
  html body div#wrapper .bloc-cta .style-mobile, html body div#cookie-consent .bloc-cta .style-mobile {
    padding-left: 16px;
    margin-left: 15px;
    margin-right: 29px;
  }
}
@media (max-width: 767.98px) {
  html body div#wrapper .bloc-cta .style-img, html body div#cookie-consent .bloc-cta .style-img {
    width: 93%;
    left: 455px;
  }
}
html body div#wrapper .needs .first-tiltle, html body div#cookie-consent .needs .first-tiltle {
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 46px;
}
html body div#wrapper .needs .second-title, html body div#cookie-consent .needs .second-title {
  font-size: 40px;
  line-height: 46px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}
html body div#wrapper .needs .description, html body div#cookie-consent .needs .description {
  font-style: normal;
  font-size: 25px;
  line-height: 30px;
}
html body div#wrapper .needs .o2-lab, html body div#cookie-consent .needs .o2-lab {
  margin-left: -6px;
  margin-right: 6px;
}
@media (min-width: 992px) {
  html body div#wrapper .needs .description, html body div#cookie-consent .needs .description {
    max-width: 44%;
  }
}
@media (max-width: 1199.98px) {
  html body div#wrapper .editor .bot, html body div#cookie-consent .editor .bot {
    padding: 10px 15px 10px 15px;
  }
}
html body div#wrapper .conseil-actus .max-width, html body div#cookie-consent .conseil-actus .max-width {
  width: 80% !important;
}
@media (min-width: 992px) {
  html body div#wrapper .conseil-actus .style-categorie, html body div#cookie-consent .conseil-actus .style-categorie {
    font-size: 18px;
    line-height: 25px;
  }
  html body div#wrapper .conseil-actus .style-article, html body div#cookie-consent .conseil-actus .style-article {
    font-size: 20px;
    line-height: 23px;
  }
}
@media (max-width: 991.98px) {
  html body div#wrapper .conseil-actus .style-categorie, html body div#cookie-consent .conseil-actus .style-categorie {
    font-size: 17px;
    line-height: 25px;
  }
  html body div#wrapper .conseil-actus .style-article, html body div#cookie-consent .conseil-actus .style-article {
    font-size: 17px;
    line-height: 23px;
  }
}
html body div#wrapper .list-articles .style-text, html body div#cookie-consent .list-articles .style-text {
  font-size: 15px;
}
html body div#wrapper .list-articles .text-size, html body div#cookie-consent .list-articles .text-size {
  font-size: 20px;
}
@media (max-width: 991.98px) {
  html body div#wrapper .ag-article .show, html body div#cookie-consent .ag-article .show {
    display: none !important;
  }
}
html body div#wrapper .partnair .select-category,
html body div#wrapper .partnair .category-wrapper:hover, html body div#cookie-consent .partnair .select-category,
html body div#cookie-consent .partnair .category-wrapper:hover {
  background-color: #E8F0FA !important;
  border-radius: 5px;
  color: #004F8F !important;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}
html body div#wrapper .partnair .select-category .category-link,
html body div#wrapper .partnair .category-wrapper:hover .category-link, html body div#cookie-consent .partnair .select-category .category-link,
html body div#cookie-consent .partnair .category-wrapper:hover .category-link {
  color: #004F8F !important;
  font-family: "Montserrat" !important;
  text-decoration: none;
}
html body div#wrapper .partnair .category-wrapper, html body div#cookie-consent .partnair .category-wrapper {
  flex: 0 0 auto;
  width: 142px;
  text-align: center;
  padding: 0;
  justify-content: center;
}
html body div#wrapper .partnair .home-icon, html body div#cookie-consent .partnair .home-icon {
  content: url("/o/o2-theme/images/homePartnair.png");
}
html body div#wrapper .partnair .home-hover-icon, html body div#cookie-consent .partnair .home-hover-icon {
  content: url("/o/o2-theme/images/homeHover.png");
}
html body div#wrapper .partnair .bg-color-bloc, html body div#cookie-consent .partnair .bg-color-bloc {
  background-color: #004F8F;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
html body div#wrapper .partnair .category-link, html body div#wrapper .partnair .style-btn, html body div#cookie-consent .partnair .category-link, html body div#cookie-consent .partnair .style-btn {
  font-family: "Montserrat" !important;
  font-size: 12px;
  font-weight: 700;
  white-space: normal;
  word-break: break-word;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
}
html body div#wrapper .partnair .categories-wrapper, html body div#cookie-consent .partnair .categories-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
html body div#wrapper .partnair #toggleCategories, html body div#cookie-consent .partnair #toggleCategories {
  text-decoration: underline;
}
html body div#wrapper .partnair .categories-wrapper::-webkit-scrollbar, html body div#cookie-consent .partnair .categories-wrapper::-webkit-scrollbar {
  display: none;
}
@media (min-width: 992px) {
  html body div#wrapper .partnair .category-link, html body div#cookie-consent .partnair .category-link {
    padding-bottom: 6px;
    padding-top: 8px;
    padding-right: 26px;
    padding-left: 22px;
    font-family: "Montserrat" !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
    word-break: break-word;
    max-width: 100%;
    display: block;
  }
  html body div#wrapper .partnair .categories-wrapper, html body div#cookie-consent .partnair .categories-wrapper {
    flex-wrap: wrap;
    overflow-x: visible;
    white-space: normal;
  }
  html body div#wrapper .partnair .category-wrapper, html body div#cookie-consent .partnair .category-wrapper {
    width: 145px !important;
  }
  html body div#wrapper .partnair .d-lg-inline-block, html body div#cookie-consent .partnair .d-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 991px) {
  html body div#wrapper .partnair .categories-wrapper, html body div#cookie-consent .partnair .categories-wrapper {
    display: flex;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  html body div#wrapper .partnair .bg-color-bloc, html body div#cookie-consent .partnair .bg-color-bloc {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  html body div#wrapper .partnair .categories-wrapper::-webkit-scrollbar, html body div#cookie-consent .partnair .categories-wrapper::-webkit-scrollbar {
    display: none;
  }
  html body div#wrapper .partnair .category-wrapper, html body div#cookie-consent .partnair .category-wrapper {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    align-items: center;
  }
  html body div#wrapper .partnair .category-link, html body div#cookie-consent .partnair .category-link {
    display: inline-block !important;
    font-size: 15px !important;
  }
  html body div#wrapper .partnair #toggleCategories, html body div#cookie-consent .partnair #toggleCategories {
    display: none !important;
  }
  html body div#wrapper .partnair .view-more, html body div#cookie-consent .partnair .view-more {
    top: 14px !important;
    left: unset !important;
    float: right;
  }
}
html body div#wrapper .partnair .view-more, html body div#cookie-consent .partnair .view-more {
  box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 8px;
  background-color: white;
  height: 40px;
  width: 102px;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 5px;
  font-size: 14px;
  position: relative;
  top: 65px;
  left: 94px;
  color: #004F8F;
}
html body div#wrapper .partnair .category-underline, html body div#cookie-consent .partnair .category-underline {
  height: 1px;
  background-color: #004F8F;
  width: 100%;
  max-width: 340px;
  top: -23px;
  display: flex;
  position: relative;
}
html body div#wrapper .category-separator, html body div#cookie-consent .category-separator {
  width: 1px;
  height: 40px;
  background-color: #ffffff;
  margin: 0 8px;
}
html body div#wrapper .all-partnair .categorySelectedName, html body div#cookie-consent .all-partnair .categorySelectedName {
  background-color: #E8F0FA;
  width: fit-content;
  height: 31px;
  opacity: 1;
  border: 1px solid #004F8F;
  padding: 2px 9px;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: relative;
  display: flex;
  font-weight: 700;
  font-family: "MontSerrat" !important;
  margin-bottom: 19px;
}
html body div#wrapper .all-partnair .close-filter, html body div#cookie-consent .all-partnair .close-filter {
  font-family: "Montserrat" !important;
}
html body div#wrapper .all-partnair .close-filter:hover, html body div#cookie-consent .all-partnair .close-filter:hover {
  text-decoration: none;
}
html body div#wrapper .card-partnair, html body div#cookie-consent .card-partnair {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: white;
  width: 223px;
  height: 175px;
  position: relative;
  border-radius: 5px;
}
html body div#wrapper .card-partnair .logo-part img, html body div#cookie-consent .card-partnair .logo-part img {
  max-width: 145px;
  max-height: 80px;
}
html body div#wrapper .card-partnair .logo-part, html body div#cookie-consent .card-partnair .logo-part {
  justify-content: center;
  padding-top: 28px;
  transition: opacity 0.4s ease;
  position: relative;
}
html body div#wrapper .card-partnair .title-part, html body div#cookie-consent .card-partnair .title-part {
  font-weight: 700;
  font-family: "Montserrat";
  text-align: center;
  bottom: 41px;
  color: #004F8F;
  justify-content: center;
}
html body div#wrapper .card-partnair .title-fix, html body div#cookie-consent .card-partnair .title-fix {
  top: 122px;
  justify-content: center;
  position: absolute;
  display: flex;
  padding: 1px 30px;
}
html body div#wrapper .card-partnair .line-horizontal, html body div#cookie-consent .card-partnair .line-horizontal {
  content: url(/o/o2-theme/images/linePartnaireList.png);
  display: flex;
  position: absolute;
  bottom: 57px;
}
html body div#wrapper .card-partnair .short-part, html body div#cookie-consent .card-partnair .short-part {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  position: relative;
  font-family: "Montserrat";
  text-align: center;
  padding-left: 27px;
  padding-right: 26px;
  color: #004F8F;
  font-size: 12px;
}
html body div#wrapper .card-partnair .categorySelectedName, html body div#cookie-consent .card-partnair .categorySelectedName {
  color: #004F8F;
}
html body div#wrapper .card-partnair .short-part:before, html body div#cookie-consent .card-partnair .short-part:before {
  content: url("/o/o2-theme/images/linePartnaireList.png");
  display: flex;
  left: -13px;
  position: relative;
}
html body div#wrapper .card-partnair .link-details, html body div#cookie-consent .card-partnair .link-details {
  display: none;
}
html body div#wrapper .card-partnair.hovered .logo-part, html body div#cookie-consent .card-partnair.hovered .logo-part {
  opacity: 0;
  pointer-events: none;
  display: none;
}
html body div#wrapper .card-partnair.hovered .line-horizontal, html body div#cookie-consent .card-partnair.hovered .line-horizontal {
  display: none;
  position: relative;
}
html body div#wrapper .card-partnair.hovered .title-fix, html body div#cookie-consent .card-partnair.hovered .title-fix {
  position: relative;
  top: 0;
}
html body div#wrapper .card-partnair.hovered .title-part, html body div#cookie-consent .card-partnair.hovered .title-part {
  padding-top: 12px;
}
html body div#wrapper .card-partnair.hovered .short-part, html body div#cookie-consent .card-partnair.hovered .short-part {
  opacity: 1;
  transform: translateY(0);
  top: -11px;
}
html body div#wrapper .card-partnair.hovered .link-details, html body div#cookie-consent .card-partnair.hovered .link-details {
  display: block;
  text-align: right;
  color: #004F8F;
  font-size: 13px;
  font-family: "Montserrat";
  position: absolute;
  bottom: 19px;
  text-decoration: underline;
  right: 13px;
}
html body div#wrapper .card-partnair-mobile, html body div#cookie-consent .card-partnair-mobile {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 8px;
  cursor: pointer;
  background-color: white;
  position: relative;
  padding: 11px;
  border-radius: 5px;
}
html body div#wrapper .card-partnair-mobile .logo-part, html body div#cookie-consent .card-partnair-mobile .logo-part {
  align-items: center;
  display: flex;
}
html body div#wrapper .card-partnair-mobile .title-part, html body div#cookie-consent .card-partnair-mobile .title-part {
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat";
  color: #004F8F;
}
html body div#wrapper .card-partnair-mobile .short-part, html body div#cookie-consent .card-partnair-mobile .short-part {
  font-size: 16px;
  font-family: "Montserrat";
  color: #004F8F;
}
html body div#wrapper .card-partnair-mobile .link-details:after, html body div#cookie-consent .card-partnair-mobile .link-details:after {
  content: url("/o/o2-theme/images/fleshPartnair.png");
  display: block;
  text-align: right;
  position: relative;
  right: 13px;
}
html body div#wrapper .h2-category, html body div#cookie-consent .h2-category {
  font-family: "Montserrat" !important;
  font-size: 15px !important;
  color: #004F8F !important;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  html body div#wrapper #categoriesMobileWrapper, html body div#cookie-consent #categoriesMobileWrapper {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }
  html body div#wrapper .h2-category, html body div#cookie-consent .h2-category {
    font-size: 16px !important;
  }
  html body div#wrapper #categoriesMobileWrapper::-webkit-scrollbar, html body div#cookie-consent #categoriesMobileWrapper::-webkit-scrollbar {
    display: none;
  }
  html body div#wrapper .category-wrapper, html body div#cookie-consent .category-wrapper {
    display: inline-block;
  }
}
html body div#wrapper .btn-partnaire, html body div#cookie-consent .btn-partnaire {
  background-color: #47877F;
  color: #FFFFFF;
  border-radius: 30px !important;
  font-weight: 700;
  font-family: Montserrat !important;
  font-size: 15px !important;
  width: 340px;
  justify-content: center;
}
html body div#wrapper .header-details, html body div#cookie-consent .header-details {
  background-color: #E8F0FA !important;
  color: #004F8F;
  font-family: "Montserrat" !important;
}
html body div#wrapper .text-details ul, html body div#cookie-consent .text-details ul {
  padding: inherit !important;
}
html body div#wrapper .header-details h1, html body div#cookie-consent .header-details h1 {
  font-size: 30px !important;
  font-weight: 700;
  color: #004F8F !important;
}
html body div#wrapper .header-details .short-desc, html body div#cookie-consent .header-details .short-desc {
  font-size: 16px;
}
html body div#wrapper .header-details .order-first img, html body div#cookie-consent .header-details .order-first img {
  max-height: 80px !important;
  max-width: 145px !important;
}
html body div#wrapper .more-details-bloc, html body div#cookie-consent .more-details-bloc {
  color: #004F8F !important;
  font-size: 13px;
  font-family: "Montserrat" !important;
}
html body div#wrapper .more-details-bloc .btn, html body div#cookie-consent .more-details-bloc .btn {
  min-height: 40px !important;
}
html body div#wrapper .more-details-bloc li, html body div#cookie-consent .more-details-bloc li {
  color: #004F8F !important;
}
html body div#wrapper .more-details-bloc li:before, html body div#cookie-consent .more-details-bloc li:before {
  color: #004F8F !important;
}
@media (max-width: 991px) {
  html body div#wrapper .header-details h1, html body div#cookie-consent .header-details h1 {
    padding-top: 13px;
    text-align: center;
  }
  html body div#wrapper .header-details .short-desc, html body div#cookie-consent .header-details .short-desc {
    text-align: center;
    font-weight: 600;
  }
  html body div#wrapper .grid, html body div#cookie-consent .grid {
    display: grid;
  }
  html body div#wrapper .text-details, html body div#cookie-consent .text-details {
    padding-top: 18px;
    order: 1;
  }
}
html body div#wrapper .fade-enter-active, html body div#wrapper .fade-leave-active, html body div#cookie-consent .fade-enter-active, html body div#cookie-consent .fade-leave-active {
  transition: opacity 0.5s;
}
html body div#wrapper .fade-enter, html body div#wrapper .fade-leave-to, html body div#cookie-consent .fade-enter, html body div#cookie-consent .fade-leave-to {
  opacity: 0;
}
html body div#wrapper #cookie-content-modal, html body div#cookie-consent #cookie-content-modal {
  z-index: 1200;
}
html body div#wrapper #cookie-content-modal .modal-body, html body div#cookie-consent #cookie-content-modal .modal-body {
  border-top: none;
}
html body div#wrapper #cookie-content-modal .modal-body.screen1, html body div#cookie-consent #cookie-content-modal .modal-body.screen1 {
  max-height: calc(100vh - 270px);
}
html body div#wrapper #cookie-content-modal .modal-body.screen2, html body div#cookie-consent #cookie-content-modal .modal-body.screen2 {
  max-height: calc(100vh - 325px);
}
html body div#wrapper #cookie-content-modal .continue-link, html body div#cookie-consent #cookie-content-modal .continue-link {
  text-decoration: underline;
  color: inherit;
}
html body div#wrapper #cookie-content-modal .cursor-pointer, html body div#cookie-consent #cookie-content-modal .cursor-pointer {
  cursor: pointer;
}
html body div#wrapper #cookie-content-modal .btn, html body div#cookie-consent #cookie-content-modal .btn {
  text-transform: none;
  font-size: 1rem;
}
@media (min-width: 768px) {
  html body div#wrapper #cookie-content-modal .modal-footer, html body div#cookie-consent #cookie-content-modal .modal-footer {
    justify-content: right;
  }
}
@media (max-width: 991.98px) {
  html body div#wrapper #cookie-content-modal .modal-body.screen1, html body div#cookie-consent #cookie-content-modal .modal-body.screen1 {
    max-height: calc(100vh - 330px);
  }
  html body div#wrapper #cookie-content-modal .modal-body.screen2, html body div#cookie-consent #cookie-content-modal .modal-body.screen2 {
    max-height: calc(100vh - 385px);
  }
  html body div#wrapper #cookie-content-modal .modal-sub-header, html body div#wrapper #cookie-content-modal .modal-footer, html body div#cookie-consent #cookie-content-modal .modal-sub-header, html body div#cookie-consent #cookie-content-modal .modal-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767.98px) {
  html body div#wrapper #cookie-content-modal .modal-header button, html body div#cookie-consent #cookie-content-modal .modal-header button {
    position: initial;
  }
  html body div#wrapper #cookie-content-modal .modal-body.screen1, html body div#cookie-consent #cookie-content-modal .modal-body.screen1 {
    max-height: calc(100vh - 345px);
  }
  html body div#wrapper #cookie-content-modal .modal-body.screen2, html body div#cookie-consent #cookie-content-modal .modal-body.screen2 {
    max-height: calc(100vh - 380px);
  }
}
@media (max-width: 575.98px) {
  html body div#wrapper #cookie-content-modal .modal-body.screen1, html body div#cookie-consent #cookie-content-modal .modal-body.screen1 {
    max-height: calc(100vh - 325px);
  }
  html body div#wrapper #cookie-content-modal .modal-body.screen2, html body div#cookie-consent #cookie-content-modal .modal-body.screen2 {
    max-height: calc(100vh - 360px);
  }
}
html body div#wrapper .tariff-search-portlet .label-in, html body div#cookie-consent .tariff-search-portlet .label-in {
  color: #005CB9;
  line-height: 50px;
}
html body div#wrapper .tariff-search-portlet .tariff-search-input, html body div#cookie-consent .tariff-search-portlet .tariff-search-input {
  margin-left: -0.5rem;
}
@media (max-width: 991.98px) {
  html body div#wrapper .tariff-search-portlet .tariff-search-input, html body div#cookie-consent .tariff-search-portlet .tariff-search-input {
    margin-left: 0rem;
    margin-bottom: 1rem;
    padding-right: 5px;
    padding-left: 5px;
  }
  html body div#wrapper .tariff-search-portlet .tariff-search-btn, html body div#cookie-consent .tariff-search-portlet .tariff-search-btn {
    padding-right: 5px;
    padding-left: 5px;
  }
  html body div#wrapper .tariff-search-portlet .text-tiny, html body div#cookie-consent .tariff-search-portlet .text-tiny {
    line-height: 20px;
    padding-left: 0px;
  }
}
html body div#wrapper #localized-tariffs table tbody tr, html body div#cookie-consent #localized-tariffs table tbody tr {
  height: 3.813rem;
}
html body div#wrapper #localized-tariffs table tbody tr td .o2icon-star, html body div#cookie-consent #localized-tariffs table tbody tr td .o2icon-star {
  position: relative;
  top: -2px;
}
@media (max-width: 991.98px) {
  html body div#wrapper #localized-tariffs h3, html body div#cookie-consent #localized-tariffs h3 {
    padding-left: 15px;
  }
}
html body div#wrapper #tariff-not-localized table tbody tr td .o2icon-star, html body div#cookie-consent #tariff-not-localized table tbody tr td .o2icon-star {
  position: relative;
  top: -2px;
}
html body div#wrapper .pec_link, html body div#cookie-consent .pec_link {
  margin-left: 7px;
}
html body div#wrapper .mobile-specific-avant-credit, html body div#cookie-consent .mobile-specific-avant-credit {
  font-size: 0.98rem !important;
}
html body div#wrapper .bloc-storelocator .style-title, html body div#wrapper .bloc-storelocator .style-subtitle, html body div#cookie-consent .bloc-storelocator .style-title, html body div#cookie-consent .bloc-storelocator .style-subtitle {
  font-size: 30px !important;
  line-height: 36px;
}
html body div#wrapper .bloc-storelocator .style-parag, html body div#cookie-consent .bloc-storelocator .style-parag {
  font-size: 18px;
  line-height: 25px;
}
@media (min-width: 992px) {
  html body div#wrapper .bloc-storelocator .button-mobile, html body div#cookie-consent .bloc-storelocator .button-mobile {
    width: 50% !important;
  }
  html body div#wrapper .bloc-storelocator .mobile-select, html body div#cookie-consent .bloc-storelocator .mobile-select {
    margin-right: 0px !important;
    padding-left: 12px !important;
  }
  html body div#wrapper .bloc-storelocator .select-size, html body div#cookie-consent .bloc-storelocator .select-size {
    margin-right: 0px !important;
    padding-left: 0px !important;
  }
  html body div#wrapper .bloc-storelocator .position-relative, html body div#cookie-consent .bloc-storelocator .position-relative {
    width: 90% !important;
  }
  html body div#wrapper .bloc-storelocator .padding-mobile, html body div#cookie-consent .bloc-storelocator .padding-mobile {
    padding-right: 4px !important;
  }
}
@media (max-width: 1199.98px) {
  html body div#wrapper .bloc-storelocator .button-mobile, html body div#cookie-consent .bloc-storelocator .button-mobile {
    width: 100%;
  }
  html body div#wrapper .bloc-storelocator .text-mobile, html body div#cookie-consent .bloc-storelocator .text-mobile {
    padding-left: 0px;
  }
  html body div#wrapper .bloc-storelocator .mobile-select, html body div#cookie-consent .bloc-storelocator .mobile-select {
    margin-right: 8px;
    padding-left: 0px;
  }
  html body div#wrapper .bloc-storelocator .select-size, html body div#cookie-consent .bloc-storelocator .select-size {
    margin-right: 11px !important;
    padding-left: 0px !important;
  }
  html body div#wrapper .bloc-storelocator .position-relative, html body div#cookie-consent .bloc-storelocator .position-relative {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  html body div#wrapper .bloc-storelocator, html body div#cookie-consent .bloc-storelocator {
    padding-left: 3rem !important;
  }
}
@media (max-width: 1199.98px) {
  html body div#wrapper .bloc-storelocator, html body div#cookie-consent .bloc-storelocator {
    padding-left: 1.5rem !important;
  }
}
html body div#wrapper .form-blog-magazine, html body div#cookie-consent .form-blog-magazine {
  background-color: #f9f5f3;
}
html body div#wrapper .form-blog-magazine .titles-style, html body div#cookie-consent .form-blog-magazine .titles-style {
  font-size: 30px;
  line-height: 36px;
  white-space: pre-line;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
}
html body div#wrapper .form-blog-magazine .sub-color, html body div#cookie-consent .form-blog-magazine .sub-color {
  color: #00bfa2;
  font-family: Nexabold, Arial, Helvetica, sans-serif;
}
html body div#wrapper .form-blog-magazine .paragraph-style, html body div#cookie-consent .form-blog-magazine .paragraph-style {
  font-size: 18px;
  line-height: 25px;
  white-space: pre-line;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
}
html body div#wrapper .form-blog-magazine .picture, html body div#cookie-consent .form-blog-magazine .picture {
  object-fit: cover;
}
html body div#wrapper .form-blog-magazine .label-site, html body div#cookie-consent .form-blog-magazine .label-site {
  position: relative;
  top: 2px;
  right: 2px;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
}
html body div#wrapper .form-blog-magazine .input-position, html body div#cookie-consent .form-blog-magazine .input-position {
  position: relative;
  top: -25px;
}
html body div#wrapper .form-blog-magazine .label-site-newsletter-img, html body div#cookie-consent .form-blog-magazine .label-site-newsletter-img {
  position: relative;
  left: -7px;
  top: 6px;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
}
html body div#wrapper .form-blog-magazine .label-site-comercial-img, html body div#cookie-consent .form-blog-magazine .label-site-comercial-img {
  position: relative;
  left: -8px;
  top: 3px;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
}
html body div#wrapper .form-blog-magazine .label-position, html body div#cookie-consent .form-blog-magazine .label-position {
  margin-top: 20px;
}
html body div#wrapper .form-blog-magazine .label-position-comercial, html body div#cookie-consent .form-blog-magazine .label-position-comercial {
  margin-top: 15px;
}
html body div#wrapper .form-blog-magazine .comercial-position, html body div#cookie-consent .form-blog-magazine .comercial-position {
  position: relative;
  top: -30px;
}
html body div#wrapper .form-blog-magazine .legal-style, html body div#cookie-consent .form-blog-magazine .legal-style {
  font-size: 12px;
  line-height: 18px;
  white-space: pre-line;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
}
html body div#wrapper .form-blog-magazine .btn-text, html body div#cookie-consent .form-blog-magazine .btn-text {
  display: block !important;
}
html body div#wrapper .form-blog-magazine .alert, html body div#cookie-consent .form-blog-magazine .alert {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (max-width: 991.98px) {
  html body div#wrapper .form-blog-magazine .pic-display, html body div#cookie-consent .form-blog-magazine .pic-display {
    display: none;
  }
  html body div#wrapper .form-blog-magazine .same-align, html body div#cookie-consent .form-blog-magazine .same-align {
    position: relative;
    right: 15px;
  }
  html body div#wrapper .form-blog-magazine .btn-possition, html body div#cookie-consent .form-blog-magazine .btn-possition {
    position: relative;
    top: 8px;
    left: -16px;
  }
}
@media (max-width: 767.98px) {
  html body div#wrapper .form-blog-magazine .mb-mobile-img, html body div#cookie-consent .form-blog-magazine .mb-mobile-img {
    margin-bottom: 1rem;
  }
  html body div#wrapper .form-blog-magazine .mb-mobile, html body div#cookie-consent .form-blog-magazine .mb-mobile {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body div#wrapper .form-blog-magazine .label-site-mobile, html body div#cookie-consent .form-blog-magazine .label-site-mobile {
    position: relative;
    left: -25px;
    top: 2px;
    font-family: NexaBook, Arial, Helvetica, sans-serif;
  }
  html body div#wrapper .form-blog-magazine .label-site, html body div#cookie-consent .form-blog-magazine .label-site {
    position: relative;
    top: 3px;
    right: 3px;
  }
}
@media (min-width: 992px) {
  html body div#wrapper .form-blog-magazine .position-bloc, html body div#cookie-consent .form-blog-magazine .position-bloc {
    position: relative;
    left: 10px;
  }
  html body div#wrapper .form-blog-magazine .text-position, html body div#cookie-consent .form-blog-magazine .text-position {
    position: relative;
    right: 14px;
  }
  html body div#wrapper .form-blog-magazine .same-align, html body div#cookie-consent .form-blog-magazine .same-align {
    position: relative;
    right: 39px;
  }
}
html body div#wrapper .blog-magazine-confirmation, html body div#cookie-consent .blog-magazine-confirmation {
  background-color: #f9f5f3;
}
html body div#wrapper .blog-magazine-confirmation .confirmation-title-style, html body div#cookie-consent .blog-magazine-confirmation .confirmation-title-style {
  font-size: 30px;
  line-height: 36px;
  white-space: pre-line;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
}
html body div#wrapper .blog-magazine-confirmation .confirmation-sub-title-style, html body div#cookie-consent .blog-magazine-confirmation .confirmation-sub-title-style {
  font-size: 30px;
  line-height: 36px;
  white-space: pre-line;
  font-family: Nexabold, Arial, Helvetica, sans-serif;
}
html body div#wrapper .blog-magazine-confirmation .confirmation-paragraph-style, html body div#cookie-consent .blog-magazine-confirmation .confirmation-paragraph-style {
  font-size: 18px;
  line-height: 25px;
  white-space: pre-line;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
}
html body div#wrapper .blog-magazine-confirmation .confirmation-mail-style, html body div#cookie-consent .blog-magazine-confirmation .confirmation-mail-style {
  font-size: 18px;
  line-height: 25px;
  white-space: pre-line;
}
html body div#wrapper .blog-magazine-confirmation .sub-color, html body div#cookie-consent .blog-magazine-confirmation .sub-color {
  color: #00bfa2;
}
html body div#wrapper .blog-magazine-confirmation .thx-style, html body div#cookie-consent .blog-magazine-confirmation .thx-style {
  text-align: center;
}
html body div#wrapper .blog-magazine-confirmation .picture, html body div#cookie-consent .blog-magazine-confirmation .picture {
  object-fit: cover;
}
@media (max-width: 991.98px) {
  html body div#wrapper .blog-magazine-confirmation .pic-display, html body div#cookie-consent .blog-magazine-confirmation .pic-display {
    display: none;
  }
}
@media (min-width: 992px) {
  html body div#wrapper .blog-magazine-confirmation .bloc-position, html body div#cookie-consent .blog-magazine-confirmation .bloc-position {
    position: relative;
    left: 5px;
  }
}
html body div#wrapper .blog-magazine-error .error-style, html body div#cookie-consent .blog-magazine-error .error-style {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #00bfa2;
}
html body div#wrapper .wcbForm .captcha-text-style, html body div#cookie-consent .wcbForm .captcha-text-style {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  color: #005CB9;
  font-size: 18px;
  line-height: 15px;
}
html body div#wrapper .wcbForm .reload-position, html body div#cookie-consent .wcbForm .reload-position {
  padding-top: 1px;
}
html body div#wrapper .wcbForm .input-captcha-postion, html body div#cookie-consent .wcbForm .input-captcha-postion {
  padding-left: 15px;
}
html body div#wrapper .wcbForm .text-area-captcha-style, html body div#cookie-consent .wcbForm .text-area-captcha-style {
  border-color: #005CB9;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 20px;
  resize: none;
  display: block;
  height: 3.375rem;
  border-radius: 0.25rem;
  padding: 15px 10px;
  display: block;
  height: 2.375rem;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #FFF;
  background-clip: padding-box;
  border: 0.0625rem solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
html body div#wrapper .wcbForm .align-items-center, html body div#wrapper .wcbForm .alert-danger, html body div#cookie-consent .wcbForm .align-items-center, html body div#cookie-consent .wcbForm .alert-danger {
  align-items: center;
  background-color: #eb584e;
  border-radius: 50px;
  line-height: 0.75rem;
  color: white;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.75rem;
  line-height: 16px;
  font-weight: bold;
  padding: 2px 10px 2px 4px;
}
html body div#wrapper .wcbForm .align-items-center p:first-child, html body div#wrapper .wcbForm .alert-danger p:first-child, html body div#cookie-consent .wcbForm .align-items-center p:first-child, html body div#cookie-consent .wcbForm .alert-danger p:first-child {
  line-height: 1rem;
  font-size: 12px;
  position: relative;
  right: 14px;
}
html body div#wrapper .wcbForm .input-captcha-postion, html body div#cookie-consent .wcbForm .input-captcha-postion {
  position: relative;
  top: 36px;
}
html body div#wrapper .wcbForm .error-msg-position, html body div#cookie-consent .wcbForm .error-msg-position {
  position: relative;
  top: 28px;
}
html body div#wrapper .wcbForm .border-captcha, html body div#cookie-consent .wcbForm .border-captcha {
  border: 1px solid gray;
}
@media (max-width: 575.98px) {
  html body div#wrapper .wcbForm .img-captha-position, html body div#cookie-consent .wcbForm .img-captha-position {
    position: relative;
    right: -11px;
    top: 15px;
  }
  html body div#wrapper .wcbForm .o2icon, html body div#cookie-consent .wcbForm .o2icon {
    font-size: 25px;
    color: #FFF;
    position: relative;
    left: -11px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  html body div#wrapper .wcbForm .img-captha-position, html body div#cookie-consent .wcbForm .img-captha-position {
    position: relative;
    right: -11px;
    top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body div#wrapper .wcbForm .img-captha-position, html body div#cookie-consent .wcbForm .img-captha-position {
    position: relative;
    right: -160px;
    top: 1px;
  }
  html body div#wrapper .wcbForm .position-captcha, html body div#cookie-consent .wcbForm .position-captcha {
    position: relative;
    right: 150px;
  }
  html body div#wrapper .wcbForm .align-items-center p:first-child, html body div#wrapper .wcbForm .alert-danger p:first-child, html body div#cookie-consent .wcbForm .align-items-center p:first-child, html body div#cookie-consent .wcbForm .alert-danger p:first-child {
    line-height: 1rem;
    font-size: 12px;
    position: relative;
    right: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  html body div#wrapper .wcbForm .img-captha-position, html body div#cookie-consent .wcbForm .img-captha-position {
    position: relative;
    right: -10px;
    top: 4px;
  }
}
@media (min-width: 1200px) {
  html body div#wrapper .wcbForm .img-captha-position, html body div#cookie-consent .wcbForm .img-captha-position {
    position: relative;
    right: -8px;
  }
}
html body div#wrapper .leadForm .captcha-text-style, html body div#cookie-consent .leadForm .captcha-text-style {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  color: #005CB9;
  font-size: 18px;
  line-height: 15px;
}
html body div#wrapper .leadForm .reload-position, html body div#cookie-consent .leadForm .reload-position {
  padding-top: 1px;
}
html body div#wrapper .leadForm .input-captcha-postion, html body div#cookie-consent .leadForm .input-captcha-postion {
  padding-left: 15px;
}
html body div#wrapper .leadForm .text-area-captcha-style, html body div#cookie-consent .leadForm .text-area-captcha-style {
  border-color: #005CB9;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 20px;
  resize: none;
  display: block;
  height: 3.375rem;
  border-radius: 0.25rem;
  padding: 15px 10px;
  display: block;
  height: 2.375rem;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #FFF;
  background-clip: padding-box;
  border: 0.0625rem solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
html body div#wrapper .leadForm .align-items-center, html body div#wrapper .leadForm .alert-danger, html body div#cookie-consent .leadForm .align-items-center, html body div#cookie-consent .leadForm .alert-danger {
  align-items: center;
  background-color: #eb584e;
  border-radius: 50px;
  line-height: 0.75rem;
  color: white;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.75rem;
  line-height: 16px;
  font-weight: bold;
  padding: 2px 10px 2px 4px;
}
html body div#wrapper .leadForm .btn-captcha-position, html body div#cookie-consent .leadForm .btn-captcha-position {
  position: absolute;
  left: 132px;
}
html body div#wrapper .leadForm .border-captcha, html body div#cookie-consent .leadForm .border-captcha {
  border: 1px solid gray;
}
@media (max-width: 767.98px) {
  html body div#wrapper .leadForm .img-captha-position, html body div#cookie-consent .leadForm .img-captha-position {
    position: relative;
    right: -9px;
    top: 12px;
  }
  html body div#wrapper .leadForm .input-captcha-postion, html body div#cookie-consent .leadForm .input-captcha-postion {
    position: relative;
    top: 27px;
  }
  html body div#wrapper .leadForm .align-items-center, html body div#wrapper .leadForm .alert-danger, html body div#cookie-consent .leadForm .align-items-center, html body div#cookie-consent .leadForm .alert-danger {
    position: relative;
    top: 30px;
    right: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body div#wrapper .leadForm .img-captha-position, html body div#cookie-consent .leadForm .img-captha-position {
    position: relative;
    right: -160px;
    top: -5px;
  }
  html body div#wrapper .leadForm .position-captcha, html body div#cookie-consent .leadForm .position-captcha {
    position: relative;
    right: 150px;
  }
  html body div#wrapper .leadForm .align-items-center, html body div#wrapper .leadForm .alert-danger, html body div#cookie-consent .leadForm .align-items-center, html body div#cookie-consent .leadForm .alert-danger {
    position: relative;
    right: -25px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  html body div#wrapper .leadForm .img-captha-position, html body div#cookie-consent .leadForm .img-captha-position {
    position: relative;
    right: -13px;
    top: -5px;
  }
  html body div#wrapper .leadForm .align-items-center p:first-child, html body div#wrapper .leadForm .alert-danger p:first-child, html body div#cookie-consent .leadForm .align-items-center p:first-child, html body div#cookie-consent .leadForm .alert-danger p:first-child {
    line-height: 1rem;
    font-size: 12px;
    position: relative;
    top: -15px;
    left: 37px;
  }
  html body div#wrapper .leadForm .o2icon, html body div#cookie-consent .leadForm .o2icon {
    font-size: 25px;
    color: #FFF;
    position: relative;
    top: 15px;
  }
}
@media (min-width: 1200px) {
  html body div#wrapper .leadForm .img-captha-position, html body div#cookie-consent .leadForm .img-captha-position {
    position: relative;
    right: -10px;
    top: -5px;
  }
  html body div#wrapper .leadForm .align-items-center, html body div#wrapper .leadForm .alert-danger, html body div#cookie-consent .leadForm .align-items-center, html body div#cookie-consent .leadForm .alert-danger {
    position: relative;
    right: -13px;
  }
  html body div#wrapper .leadForm .align-items-center p:first-child, html body div#wrapper .leadForm .alert-danger p:first-child, html body div#cookie-consent .leadForm .align-items-center p:first-child, html body div#cookie-consent .leadForm .alert-danger p:first-child {
    line-height: 1rem;
    font-size: 12px;
    position: relative;
    right: -2px;
  }
}
@media (min-width: 768px) {
  html body div#wrapper .form-date-input, html body div#cookie-consent .form-date-input {
    padding-right: 64px !important;
  }
}
@media (min-width: 768px) {
  html body div#wrapper .form-slots-input, html body div#cookie-consent .form-slots-input {
    padding-right: 0px !important;
  }
}
html body div#wrapper .form-immediat-delayed, html body div#cookie-consent .form-immediat-delayed {
  margin-left: -15px;
  width: 106% !important;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  html body div#wrapper .form-date-lead, html body div#cookie-consent .form-date-lead {
    padding: 5px 240px 5px 15px !important;
    min-width: 355px;
    max-width: 355px;
  }
}
@media (min-width: 992px) {
  html body div#wrapper .form-date-lead, html body div#cookie-consent .form-date-lead {
    padding: 5px 70px 5px 15px !important;
    min-width: 185px;
    max-width: 120px;
  }
}
@media (min-width: 1200px) {
  html body div#wrapper .form-date-lead, html body div#cookie-consent .form-date-lead {
    padding: 5px 125px 5px 15px !important;
    max-width: 115px;
    min-width: 236px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  html body div#wrapper .form-slots-lead, html body div#cookie-consent .form-slots-lead {
    padding: 5px 120px 5px 15px !important;
    min-width: 100%;
  }
}
@media (min-width: 1200px) {
  html body div#wrapper .form-slots-lead, html body div#cookie-consent .form-slots-lead {
    padding: 5px 0px 5px 15px !important;
    max-width: 245px;
    min-width: 240px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  html body div#wrapper .form-slots-lead, html body div#cookie-consent .form-slots-lead {
    padding: 5px 30px 5px 15px !important;
    max-width: 191px;
    min-width: 191px;
  }
}
@media (min-width: 768px) {
  html body div#wrapper .date-input-field, html body div#cookie-consent .date-input-field {
    margin-right: 1.7rem !important;
  }
}
html body div#wrapper .form-lead-success-container, html body div#cookie-consent .form-lead-success-container {
  position: relative;
}
html body div#wrapper .loader-overlay, html body div#cookie-consent .loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
html body div#wrapper .content-blur, html body div#cookie-consent .content-blur {
  filter: blur(2px);
  pointer-events: none;
}
html body div#wrapper .expressQuoteForm .captcha-text-style, html body div#cookie-consent .expressQuoteForm .captcha-text-style {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  color: #005CB9;
  font-size: 18px;
  line-height: 15px;
}
html body div#wrapper .expressQuoteForm .reload-position, html body div#cookie-consent .expressQuoteForm .reload-position {
  padding-top: 1px;
}
html body div#wrapper .expressQuoteForm .input-captcha-postion, html body div#cookie-consent .expressQuoteForm .input-captcha-postion {
  padding-left: 15px;
}
html body div#wrapper .expressQuoteForm .text-area-captcha-style, html body div#cookie-consent .expressQuoteForm .text-area-captcha-style {
  border-color: #005CB9;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 20px;
  resize: none;
  display: block;
  height: 3.375rem;
  border-radius: 0.25rem;
  padding: 15px 10px;
  display: block;
  height: 2.375rem;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #FFF;
  background-clip: padding-box;
  border: 0.0625rem solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
html body div#wrapper .expressQuoteForm .align-items-center, html body div#wrapper .expressQuoteForm .alert-danger, html body div#cookie-consent .expressQuoteForm .align-items-center, html body div#cookie-consent .expressQuoteForm .alert-danger {
  align-items: center;
  background-color: #eb584e;
  border-radius: 50px;
  line-height: 0.75rem;
  color: white;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.75rem;
  line-height: 16px;
  font-weight: bold;
  padding: 2px 10px 2px 4px;
}
html body div#wrapper .expressQuoteForm .align-items-center p:first-child, html body div#wrapper .expressQuoteForm .alert-danger p:first-child, html body div#cookie-consent .expressQuoteForm .align-items-center p:first-child, html body div#cookie-consent .expressQuoteForm .alert-danger p:first-child {
  line-height: 1rem;
  font-size: 12px;
  position: relative;
  right: 14px;
}
@media (max-width: 575.98px) {
  html body div#wrapper .expressQuoteForm .o2icon, html body div#cookie-consent .expressQuoteForm .o2icon {
    font-size: 25px;
    color: #FFF;
    position: relative;
    left: -11px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body div#wrapper .expressQuoteForm .img-captha-position, html body div#cookie-consent .expressQuoteForm .img-captha-position {
    position: relative;
    right: -160px;
  }
  html body div#wrapper .expressQuoteForm .position-captcha, html body div#cookie-consent .expressQuoteForm .position-captcha {
    position: relative;
    right: 150px;
  }
  html body div#wrapper .expressQuoteForm .align-items-center p:first-child, html body div#wrapper .expressQuoteForm .alert-danger p:first-child, html body div#cookie-consent .expressQuoteForm .align-items-center p:first-child, html body div#cookie-consent .expressQuoteForm .alert-danger p:first-child {
    line-height: 1rem;
    font-size: 12px;
    position: relative;
    right: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  html body div#wrapper .expressQuoteForm .img-captha-position, html body div#cookie-consent .expressQuoteForm .img-captha-position {
    position: relative;
    right: -8px;
    top: -5px;
  }
}
@media (min-width: 1200px) {
  html body div#wrapper .expressQuoteForm .img-captha-position, html body div#cookie-consent .expressQuoteForm .img-captha-position {
    position: relative;
    right: -10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  html body div#wrapper .expressQuoteForm .img-captha-position, html body div#cookie-consent .expressQuoteForm .img-captha-position {
    position: relative;
    right: -11px;
    top: 15px;
  }
}
@media (max-width: 575.98px) {
  html body div#wrapper .expressQuoteForm .img-captha-position, html body div#cookie-consent .expressQuoteForm .img-captha-position {
    position: relative;
    right: -11px;
    top: 15px;
  }
}
html body div#wrapper .expressQuoteForm .input-captcha-postion, html body div#cookie-consent .expressQuoteForm .input-captcha-postion {
  position: relative;
  top: 36px;
}
html body div#wrapper .expressQuoteForm .error-msg-position, html body div#cookie-consent .expressQuoteForm .error-msg-position {
  position: relative;
  top: 28px;
}
html body div#wrapper .expressQuoteForm .border-captcha, html body div#cookie-consent .expressQuoteForm .border-captcha {
  border: 1px solid gray;
}
html body div#wrapper .toggle-ge, html body div#cookie-consent .toggle-ge {
  background-color: white;
  display: flex;
  border-radius: 5px;
  border: 1px solid #005CB9;
}
html body div#wrapper .choice-ge, html body div#cookie-consent .choice-ge {
  display: flex;
  padding: 20px 25px 0px 10px;
}
@media (max-width: 575.98px) {
  html body div#wrapper .choice-ge, html body div#cookie-consent .choice-ge {
    padding: 40px 25px 0px 10px;
  }
}
html body div#wrapper .choice-value, html body div#cookie-consent .choice-value {
  padding: 0px 15px 0px 15px;
  font-family: NexaBook, Arial, Helvetica, sans-serif !important;
  cursor: pointer;
  user-select: none;
  max-height: 25px;
  border: 1px solid #005CB9;
  color: #005CB9;
}
html body div#wrapper .choice-ge-label, html body div#cookie-consent .choice-ge-label {
  padding: 20px 10px 0px 30px;
  color: #005CB9;
}
html body div#wrapper .choice-selected, html body div#cookie-consent .choice-selected {
  background-color: #005CB9 !important;
  color: white;
}
html body div#wrapper .online-mode .choice-online, html body div#cookie-consent .online-mode .choice-online {
  background-image: url("../images/picto_choice_online.svg");
  margin-top: 3%;
}
html body div#wrapper .choice-callback, html body div#cookie-consent .choice-callback {
  background-image: url("../images/picto_choice_callback.svg");
  margin-top: 3%;
}
html body div#wrapper .choice-callback, html body div#wrapper .choice-online, html body div#cookie-consent .choice-callback, html body div#cookie-consent .choice-online {
  background-size: contain;
  background-repeat: no-repeat;
  height: 50%;
  margin-left: 41%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body div#wrapper .choice-callback, html body div#wrapper .choice-online, html body div#cookie-consent .choice-callback, html body div#cookie-consent .choice-online {
    margin-left: 36%;
  }
}
@media screen and (max-width: 224px) {
  html body div#wrapper .choice-callback, html body div#wrapper .choice-online, html body div#cookie-consent .choice-callback, html body div#cookie-consent .choice-online {
    margin-left: 27%;
  }
}
html body div#wrapper .choice-mode, html body div#cookie-consent .choice-mode {
  width: 100%;
}
@media (max-width: 767.98px) {
  html body div#wrapper .choice-mode, html body div#cookie-consent .choice-mode {
    margin-left: 2px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body div#wrapper .choice-mode, html body div#cookie-consent .choice-mode {
    margin-left: -12px;
  }
}
html body div#wrapper .online-mode, html body div#wrapper .callback-mode, html body div#cookie-consent .online-mode, html body div#cookie-consent .callback-mode {
  border: 1px solid;
  border-color: #005CB9;
  margin-right: 20px;
  background-color: white;
  text-align: center;
  border-radius: 0.2rem;
  cursor: pointer;
  height: 100px;
  width: 100%;
  left: 8%;
}
@media (max-width: 767.98px) {
  html body div#wrapper .online-mode, html body div#wrapper .callback-mode, html body div#cookie-consent .online-mode, html body div#cookie-consent .callback-mode {
    margin-bottom: 10px;
    margin-right: 8%;
    margin-left: -8%;
  }
}
html body div#wrapper .label-choice, html body div#cookie-consent .label-choice {
  text-align: center !important;
}
html body div#wrapper .mode-selected, html body div#cookie-consent .mode-selected {
  background-color: #00bfa2;
  border-color: #00bfa2;
}
html body div#wrapper .selected, html body div#cookie-consent .selected {
  filter: brightness(0) invert(1) grayscale(1);
}
html body div#wrapper .selected-label, html body div#cookie-consent .selected-label {
  color: white;
}
html body div#wrapper .simple-multi-example__meeting-selector, html body div#cookie-consent .simple-multi-example__meeting-selector {
  max-width: 542px;
}
html body div#wrapper ::v-deep(.loading-div), html body div#cookie-consent ::v-deep(.loading-div) {
  top: 58px !important;
  color: black;
}
html body div#wrapper .font-slots, html body div#cookie-consent .font-slots {
  font-family: NexaBook, Arial, Helvetica, sans-serif !important;
  font-size: 14px;
}
html body div#wrapper .meeting-selector-slots, html body div#cookie-consent .meeting-selector-slots {
  background-color: white;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body div#wrapper .meeting-selector-slots, html body div#cookie-consent .meeting-selector-slots {
    height: 100%;
  }
}
html body div#wrapper .color-bloc-details-agency, html body div#cookie-consent .color-bloc-details-agency {
  position: relative;
  padding: 30px;
  color: #fff;
  width: 100%;
  min-height: 325px;
  background-color: #00bfa2;
}
html body div#wrapper .underline-text, html body div#cookie-consent .underline-text {
  text-decoration: underline;
}
html body div#wrapper .meeting-selected, html body div#cookie-consent .meeting-selected {
  color: #005CB9;
}
html body div#wrapper .tab-days-meeting, html body div#cookie-consent .tab-days-meeting {
  color: #005CB9;
  font-family: NexaBook, Arial, Helvetica, sans-serif !important;
}
html body div#wrapper .tab-days-week, html body div#cookie-consent .tab-days-week {
  color: #005CB9;
  font-family: NexaBook, Arial, Helvetica, sans-serif !important;
  border-bottom: 0.5px solid;
}
html body div#wrapper .meeting__button, html body div#cookie-consent .meeting__button {
  background-color: #f4f7fb;
}
@media (max-width: 767.98px) {
  html body div#wrapper .meeting__button, html body div#cookie-consent .meeting__button {
    padding: 14px 7px 14px 7px;
    font-size: 12px !important;
  }
}
html body div#wrapper .meeting__button--selected, html body div#cookie-consent .meeting__button--selected {
  background-color: #00bfa2 !important;
  color: white;
}
html body div#wrapper .tab__days, html body div#wrapper .tab__pagination, html body div#cookie-consent .tab__days, html body div#cookie-consent .tab__pagination {
  margin-top: 5px;
}
html body div#wrapper .meeting__empty, html body div#cookie-consent .meeting__empty {
  color: #6696bb;
}
html body div#wrapper .day__subtitle, html body div#cookie-consent .day__subtitle {
  font-size: 12px;
}
html body div#wrapper .no-slots-available, html body div#cookie-consent .no-slots-available {
  margin: 8% 20% 0% 20%;
  height: 10%;
  width: 50%;
  position: absolute;
  text-align: center;
  z-index: 1;
  background-color: #dbeeff;
  border-radius: 5px;
}
@media (max-width: 575.98px) {
  html body div#wrapper .no-slots-available, html body div#cookie-consent .no-slots-available {
    margin: 15% 0% 0% 2%;
    height: 40%;
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body div#wrapper .no-slots-available, html body div#cookie-consent .no-slots-available {
    margin: 10% 20% 0% 20%;
  }
}
@media (min-width: 768px) {
  html body div#wrapper .no-slots-available-title, html body div#cookie-consent .no-slots-available-title {
    margin: 1%;
  }
}
@media (max-width: 575.98px) {
  html body div#wrapper .day__title, html body div#cookie-consent .day__title {
    font-size: 11px;
  }
}
html body div#wrapper .vms-icon, html body div#cookie-consent .vms-icon {
  font-size: 18px !important;
  margin: 5px 5px 1px 5px;
}
@media (max-width: 575.98px) {
  html body div#wrapper .bloc-agency-detail, html body div#cookie-consent .bloc-agency-detail {
    margin-top: 10px;
  }
}
html body div#wrapper .tab__pagination__button__left, html body div#cookie-consent .tab__pagination__button__left {
  margin-left: 10px;
  margin-top: 5px;
}
html body div#wrapper .callback-immediate, html body div#cookie-consent .callback-immediate {
  margin-top: 5%;
}
html body div#wrapper .tab_pagination_right, html body div#cookie-consent .tab_pagination_right {
  margin-left: -8px;
}
html body div#wrapper .vms-icon, html body div#cookie-consent .vms-icon {
  font-size: 12px !important;
}
html body div#wrapper .content-request-online, html body div#cookie-consent .content-request-online {
  background-color: #f9f5f3;
  width: 50%;
  border-radius: 5px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 700px;
  padding: 40px;
  border-radius: 0.3rem;
  width: 95%;
}
@media (max-width: 575.98px) {
  html body div#wrapper .content-request-online, html body div#cookie-consent .content-request-online {
    padding: 20px;
  }
}
html body div#wrapper .modal-transparent, html body div#cookie-consent .modal-transparent {
  background-color: rgba(0, 0, 0, 0.5); /* Définit la couleur de fond semi-transparente */
}
html body div#wrapper .modal-content, html body div#cookie-consent .modal-content {
  background-color: white; /* Définit la couleur de fond de la div */
  padding: 20px; /* Ajoutez d'autres styles nécessaires */
}
html body div#wrapper .content-title-online, html body div#cookie-consent .content-title-online {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
html body div#wrapper .body-online-modal, html body div#cookie-consent .body-online-modal {
  /*font-family: NexaBook, Arial, Helvetica, sans-serif !important;
  font-size: 1.525rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #005CB9;
  line-height: 25px;
  padding: 0px 21px 10px 68px;*/
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  max-height: calc(100vh - 325px);
  overflow-y: auto;
}
html body div#wrapper .description-content-modal, html body div#cookie-consent .description-content-modal {
  color: #005CB9;
  font-size: 20px;
  padding: 5%;
}
@media (max-width: 575.98px) {
  html body div#wrapper .description-content-modal, html body div#cookie-consent .description-content-modal {
    font-size: 18px;
  }
}
html body div#wrapper .description-content-modal-cancel, html body div#cookie-consent .description-content-modal-cancel {
  color: #005CB9;
  font-size: 18px;
  padding: 5%;
}
@media (max-width: 575.98px) {
  html body div#wrapper .description-content-modal-cancel, html body div#cookie-consent .description-content-modal-cancel {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  html body div#wrapper .description-content-modal-cancel, html body div#cookie-consent .description-content-modal-cancel {
    margin-top: -70px;
    margin-left: 80px;
  }
}
html body div#wrapper .buttons-modal-online, html body div#cookie-consent .buttons-modal-online {
  width: 100%;
  overflow: hidden;
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  margin-left: 5px;
}
html body div#wrapper .confirm-button, html body div#cookie-consent .confirm-button {
  margin-left: 40%;
}
@media (max-width: 575.98px) {
  html body div#wrapper .confirm-button, html body div#cookie-consent .confirm-button {
    margin-top: 0px !important;
    margin-left: 1px;
    width: 50% !important;
    font-size: 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body div#wrapper .confirm-button, html body div#cookie-consent .confirm-button {
    width: 185px !important;
    margin-left: 1px;
  }
}
@media (max-width: 575.98px) {
  html body div#wrapper .cancel-button, html body div#cookie-consent .cancel-button {
    width: 100px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body div#wrapper .cancel-button, html body div#cookie-consent .cancel-button {
    width: 160px !important;
  }
}
html body div#wrapper .callback-immediate, html body div#cookie-consent .callback-immediate {
  margin-top: 5%;
}
html body div#wrapper .h4-appointment, html body div#cookie-consent .h4-appointment {
  font-family: NexaBold, Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 25px;
}
html body div#wrapper .h4-appointment-without-bold, html body div#cookie-consent .h4-appointment-without-bold {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 25px;
}
html body div#wrapper .appointment-information, html body div#cookie-consent .appointment-information {
  border: solid 1px #005cb9;
  background-color: white;
  padding: 30px;
}
html body div#wrapper .info-icon, html body div#cookie-consent .info-icon {
  font-size: 17px !important;
}
html body div#wrapper .display-row-direction, html body div#cookie-consent .display-row-direction {
  display: flex;
  justify-content: center;
}
html body div#wrapper .question-mr-box, html body div#cookie-consent .question-mr-box {
  width: 100%;
  max-width: 747px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}
html body div#wrapper .marging-top-0, html body div#cookie-consent .marging-top-0 {
  margin-top: 0 !important;
}
html body div#wrapper .centre-value, html body div#cookie-consent .centre-value {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
html body div#wrapper .info-icon-custom-table, html body div#cookie-consent .info-icon-custom-table {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 19px;
  border-radius: 50%;
  background-color: #005CB9;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  font-family: monospace, ui-sans-serif;
  cursor: pointer;
}
html body div#wrapper .gap-10, html body div#cookie-consent .gap-10 {
  gap: 10px !important;
}
html body div#wrapper .ml-message-box, html body div#cookie-consent .ml-message-box {
  margin-left: 3% !important;
}
html body div#wrapper .m-box, html body div#cookie-consent .m-box {
  margin-top: 9px !important;
}
html body div#wrapper .border-rad-5, html body div#cookie-consent .border-rad-5 {
  border-radius: 5px !important;
}
html body div#wrapper .google-left, html body div#cookie-consent .google-left {
  display: flex;
  flex-direction: row;
  gap: 5%;
  justify-content: left;
  margin-top: 1%;
}
html body div#wrapper .testimonial-container, html body div#cookie-consent .testimonial-container {
  position: relative;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  max-width: 600px;
  margin: 20px auto;
  margin-left: 5%;
}
html body div#wrapper .testimonial-container::before, html body div#cookie-consent .testimonial-container::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 55px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 20px solid #fff;
}
html body div#wrapper .marg-left-5, html body div#cookie-consent .marg-left-5 {
  margin-left: 5%;
}
html body div#wrapper .margin-top-google, html body div#cookie-consent .margin-top-google {
  margin-top: -6%;
}
@media (max-width: 575px) {
  html body div#wrapper .margin-top-google, html body div#cookie-consent .margin-top-google {
    margin-top: 1%;
  }
  html body div#wrapper .testimonial-container::before, html body div#cookie-consent .testimonial-container::before {
    top: -10px !important;
    left: 50% !important;
    transform: translateX(-50%);
    border-top: none !important;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent !important;
    border-bottom: 10px solid #fff !important;
  }
  html body div#wrapper .testimonial-container, html body div#cookie-consent .testimonial-container {
    margin-top: 20px; /* Ajoute un espace au-dessus du témoignage */
    max-width: 90%; /* Réduit la largeur du témoignage pour mobile */
  }
  html body div#wrapper .marg-left-2, html body div#cookie-consent .marg-left-2 {
    margin-left: -2% !important;
  }
  html body div#wrapper .background-white, html body div#cookie-consent .background-white {
    background: white !important;
  }
  html body div#wrapper .google-left, html body div#cookie-consent .google-left {
    display: flex;
    flex-direction: column !important;
    gap: 0;
    align-items: center !important;
  }
  html body div#wrapper .text-jus, html body div#cookie-consent .text-jus {
    text-align: justify !important;
  }
  html body div#wrapper .size-15, html body div#cookie-consent .size-15 {
    font-size: 15px !important;
  }
  html body div#wrapper .fixed-pos, html body div#cookie-consent .fixed-pos {
    position: fixed !important;
    right: 9px !important;
  }
  html body div#wrapper .margin-bottom, html body div#cookie-consent .margin-bottom {
    margin-bottom: 1px !important;
  }
  html body div#wrapper .m-box, html body div#cookie-consent .m-box {
    margin-top: 6px !important;
  }
  html body div#wrapper .ml-message-box, html body div#cookie-consent .ml-message-box {
    margin-left: 0px !important;
  }
  html body div#wrapper .padding-9, html body div#cookie-consent .padding-9 {
    padding: 9px !important;
  }
  html body div#wrapper .margin-left-8, html body div#cookie-consent .margin-left-8 {
    margin-left: -8% !important;
  }
  html body div#wrapper .width-120, html body div#cookie-consent .width-120 {
    width: 120% !important;
  }
  html body div#wrapper .color-transparent, html body div#cookie-consent .color-transparent {
    background: transparent !important;
  }
  html body div#wrapper .display-row-direction, html body div#cookie-consent .display-row-direction {
    display: flex;
    flex-direction: column !important;
  }
}
@media (max-width: 360px) {
  html body div#wrapper .margin-bottom, html body div#cookie-consent .margin-bottom {
    margin-bottom: 5px !important;
  }
  html body div#wrapper .padd-3, html body div#cookie-consent .padd-3 {
    padding: 3% !important;
  }
  html body div#wrapper .size-290, html body div#cookie-consent .size-290 {
    font-size: 16px !important;
    white-space: normal;
  }
}
html body div#wrapper .confirmation-picto, html body div#cookie-consent .confirmation-picto {
  background-repeat: no-repeat;
  background-image: url(../images/picto_confirmation.svg);
  padding: 10%;
  margin-left: 15px;
}
@media (max-width: 991.98px) {
  html body div#wrapper .confirmation-picto, html body div#cookie-consent .confirmation-picto {
    padding: 15%;
  }
}
html body div#wrapper .calendar-picto, html body div#cookie-consent .calendar-picto {
  background-image: url(../images/calendar_picto.svg);
  background-repeat: no-repeat;
  padding: 5% 0% 5% 10px;
  margin-right: 10%;
  margin-left: 5%;
}
@media (max-width: 767.98px) {
  html body div#wrapper .calendar-picto, html body div#cookie-consent .calendar-picto {
    margin-left: 40%;
    padding: 10%;
  }
}
@media (min-width: 768px) {
  html body div#wrapper .title-center, html body div#cookie-consent .title-center {
    margin-left: 100px;
  }
}
html body div#wrapper .areaText, html body div#cookie-consent .areaText {
  width: 100%;
}
@media (max-width: 767.98px) {
  html body div#wrapper .areaText, html body div#cookie-consent .areaText {
    margin-left: 15px;
    width: 99% !important;
  }
}
html body div#wrapper .online-mode:hover, html body div#cookie-consent .online-mode:hover {
  border-color: #00bfa2;
  background-color: #00bfa2;
}
html body div#wrapper .callback-mode:hover, html body div#cookie-consent .callback-mode:hover {
  border-color: #00bfa2;
  background-color: #00bfa2;
}
html body div#wrapper .online-mode:hover .choice-online, html body div#cookie-consent .online-mode:hover .choice-online {
  filter: brightness(0) invert(1) grayscale(1);
}
html body div#wrapper .online-mode:hover .label-choice, html body div#cookie-consent .online-mode:hover .label-choice {
  color: white;
}
html body div#wrapper .callback-mode:hover .choice-callback, html body div#cookie-consent .callback-mode:hover .choice-callback {
  filter: brightness(0) invert(1) grayscale(1);
}
html body div#wrapper .callback-mode:hover .label-choice, html body div#cookie-consent .callback-mode:hover .label-choice {
  color: white;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body div#wrapper .agency, html body div#cookie-consent .agency {
    margin-top: -1px !important;
  }
}
@media (max-width: 767.98px) {
  html body div#wrapper .agency, html body div#cookie-consent .agency {
    margin-left: 15px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body div#wrapper .areaDiv, html body div#cookie-consent .areaDiv {
    margin-left: 15px;
    margin-top: -10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body div#wrapper .btnValidate, html body div#cookie-consent .btnValidate {
    margin-top: -35px;
    margin-left: 15px;
  }
}
@media (max-width: 767.98px) {
  html body div#wrapper .btnValidate, html body div#cookie-consent .btnValidate {
    margin-left: 12px;
  }
}
html body div#wrapper .space, html body div#cookie-consent .space {
  float: left;
  width: 2%;
  height: 10px;
}
@media (max-width: 991.98px) {
  html body div#wrapper .space, html body div#cookie-consent .space {
    width: 100%;
  }
}
html body div#wrapper .buttons-modal-online button, html body div#cookie-consent .buttons-modal-online button {
  background-color: #00bfa2;
  border: solid 1px #00bfa2;
  color: #fff;
  border-radius: 5px;
  padding: 10px 5px;
  width: 49%;
  float: left;
  font-weight: bold;
}
html body div#wrapper .buttons-modal-online button.perso, html body div#cookie-consent .buttons-modal-online button.perso {
  background-color: #eb584e;
  color: #fff;
  border-color: #eb584e;
}
html body div#wrapper .buttons-modal-online button.perso:disabled, html body div#cookie-consent .buttons-modal-online button.perso:disabled {
  cursor: not-allowed !important;
  background-color: #F5C6C2;
  border-color: #F5C6C2;
}
@media screen and (max-width: 991px) {
  html body div#wrapper .buttons-modal-online button, html body div#cookie-consent .buttons-modal-online button {
    width: 100%;
    padding: 10px 5px;
  }
  html body div#wrapper .buttons-modal-online button, html body div#cookie-consent .buttons-modal-online button {
    font-size: 1em !important;
  }
}
html body div#wrapper .label-mobile, html body div#cookie-consent .label-mobile {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
html body div#wrapper .loading-message, html body div#cookie-consent .loading-message {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  color: #005CB9;
}
html body div#wrapper .tab__loading, html body div#cookie-consent .tab__loading {
  background-color: #dbeeff !important;
}
html body div#wrapper .loader-meeting, html body div#cookie-consent .loader-meeting {
  width: 30px;
  height: 30px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s infinite linear;
}
html body div#wrapper .actual-meeting, html body div#cookie-consent .actual-meeting {
  border: 0.0625rem solid #005CB9 !important;
  border-radius: 0.3rem;
  text-align: center;
  height: 100px;
}
@media (max-width: 575.98px) {
  html body div#wrapper .actual-meeting, html body div#cookie-consent .actual-meeting {
    margin-left: 10%;
  }
}
html body div#wrapper .new-meeting, html body div#cookie-consent .new-meeting {
  text-align: center;
  height: 100px;
}
@media (max-width: 575.98px) {
  html body div#wrapper .new-meeting, html body div#cookie-consent .new-meeting {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5%;
  }
}
@media (min-width: 768px) {
  html body div#wrapper .new-meeting, html body div#cookie-consent .new-meeting {
    margin-top: 500px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body div#wrapper .new-meeting, html body div#cookie-consent .new-meeting {
    margin-bottom: 50px !important;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg); /* Angle de départ de l'animation */
  }
  100% {
    transform: rotate(360deg); /* Angle de fin de l'animation */
  }
}
html body div#wrapper .appointment-cancel, html body div#cookie-consent .appointment-cancel {
  color: #00bfa2;
  font-size: 45px;
  margin-left: 50%;
}
html body div#wrapper .responsive-button-bloc, html body div#cookie-consent .responsive-button-bloc {
  margin-left: 15px;
  width: 90% !important;
  margin-top: -15px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body div#wrapper .row-details-meetings, html body div#cookie-consent .row-details-meetings {
    margin-left: 0.5%;
  }
}
@media (min-width: 992px) {
  html body div#wrapper .arrow-meeting-appointment, html body div#cookie-consent .arrow-meeting-appointment {
    position: absolute;
    margin-top: -35px;
    margin-left: 332px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body div#wrapper .arrow-meeting-appointment, html body div#cookie-consent .arrow-meeting-appointment {
    position: absolute;
    margin-top: -35px;
    margin-left: 160px;
  }
}
@media (min-width: 992px) {
  html body div#wrapper .cancel-button-appointment, html body div#cookie-consent .cancel-button-appointment {
    margin-top: 11rem !important;
  }
}
@media (min-width: 992px) {
  html body div#wrapper .bloc-cancel, html body div#cookie-consent .bloc-cancel {
    margin-top: 2%;
  }
}
@media (max-width: 767.98px) {
  html body div#wrapper .bloc-cancel, html body div#cookie-consent .bloc-cancel {
    margin-top: 10% !important;
  }
}
html body div#wrapper .motif-label, html body div#cookie-consent .motif-label {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 25px;
  color: #005CB9;
}
@media (max-width: 767.98px) {
  html body div#wrapper .checkbox-choice, html body div#cookie-consent .checkbox-choice {
    margin-left: 1.5rem !important;
  }
}
html body div#wrapper .meet-exist-already, html body div#cookie-consent .meet-exist-already {
  color: #eb584e !important;
  border-radius: 0.3rem;
  text-align: center;
  height: 100px;
}
@media (max-width: 575.98px) {
  html body div#wrapper .meet-exist-already, html body div#cookie-consent .meet-exist-already {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5%;
  }
}
@media (min-width: 992px) {
  html body div#wrapper .meet-exist-already, html body div#cookie-consent .meet-exist-already {
    margin-top: 447px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body div#wrapper .meet-exist-already, html body div#cookie-consent .meet-exist-already {
    margin-top: 490px !important;
  }
}
html body div#wrapper .meet-already-exist-message, html body div#cookie-consent .meet-already-exist-message {
  color: #eb584e;
  font-size: 0.97rem;
  font-family: NexaBook, Arial, Helvetica, sans-serif !important;
  margin-left: 5px;
  position: absolute;
}
@media (max-width: 767.98px) {
  html body div#wrapper .meet-already-exist-message, html body div#cookie-consent .meet-already-exist-message {
    font-size: 0.9rem;
  }
}
html body div#wrapper .icon-red, html body div#cookie-consent .icon-red {
  color: #eb584e;
  font-size: 1rem;
}
@media (min-width: 768px) {
  html body div#wrapper .icon-red, html body div#cookie-consent .icon-red {
    margin-bottom: 35px;
  }
}
@media (max-width: 767.98px) {
  html body div#wrapper .icon-red, html body div#cookie-consent .icon-red {
    margin-bottom: 20px;
    margin-left: 15px;
  }
}
html body div#wrapper .cancel-meeting, html body div#cookie-consent .cancel-meeting {
  cursor: pointer;
  text-decoration: underline;
}
@media (min-width: 992px) {
  html body div#wrapper .cancel-no-slots-exist, html body div#cookie-consent .cancel-no-slots-exist {
    margin-top: 100px;
    margin-left: 32%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body div#wrapper .cancel-no-slots-exist, html body div#cookie-consent .cancel-no-slots-exist {
    margin-left: 2%;
  }
}
html body div#wrapper .disabled-button, html body div#cookie-consent .disabled-button {
  opacity: 0.6;
  cursor: not-allowed;
}
html body div#wrapper .panel-policy-text, html body div#cookie-consent .panel-policy-text {
  background-color: transparent !important;
  margin-top: 30px !important;
  margin-bottom: -35px !important;
}
html body div#wrapper .panel-policy-text-webCallBack, html body div#cookie-consent .panel-policy-text-webCallBack {
  background-color: transparent !important;
  margin-top: 30px !important;
  margin-bottom: 3px !important;
  width: 100%;
}
html body div#wrapper .sheet-text-accordion-subtitle, html body div#cookie-consent .sheet-text-accordion-subtitle {
  border-width: 1px 0 1px 0 !important;
  padding: 0.7rem 0rem !important;
  color: #005CB9 !important;
  text-transform: none !important;
  text-align: justify !important;
}
html body div#wrapper .title-accordion-policy, html body div#cookie-consent .title-accordion-policy {
  margin-left: 30% !important;
  font-weight: bold !important;
}
html body div#wrapper .bloc-policy-text-accordion, html body div#cookie-consent .bloc-policy-text-accordion {
  width: 100% !important;
  margin-bottom: 0px !important;
}
html body div#wrapper .arrow-icon, html body div#cookie-consent .arrow-icon {
  position: absolute !important;
  margin-top: -7px !important;
}
html body div#wrapper .collapse-custom, html body div#cookie-consent .collapse-custom {
  margin-top: 10px !important;
}
html body div#wrapper .buttons-modal-online-deactivate button, html body div#cookie-consent .buttons-modal-online-deactivate button {
  background-color: #00bfa2;
  border: solid 1px #00bfa2;
  color: #fff;
  border-radius: 5px;
  padding: 10px 5px;
  width: 49%;
  font-weight: bold;
}
@media (min-width: 992px) {
  html body div#wrapper .calendar-picto-center, html body div#cookie-consent .calendar-picto-center {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7% 15% 5% 10px;
    margin-left: 15%;
  }
}
@media (max-width: 991.98px) {
  html body div#wrapper .calendar-picto-center, html body div#cookie-consent .calendar-picto-center {
    display: block;
  }
}
html body div#wrapper .calendar-picto-deactivate, html body div#cookie-consent .calendar-picto-deactivate {
  background-image: url(../images/calendar_picto.svg);
  background-repeat: no-repeat;
  padding: 9% 8% 5% 20px;
  margin-right: 10%;
  margin-left: 5%;
}
@media (max-width: 767.98px) {
  html body div#wrapper .calendar-picto-deactivate, html body div#cookie-consent .calendar-picto-deactivate {
    margin-left: 40%;
    padding: 10%;
  }
}
html body div#wrapper .express-quote-success-container, html body div#cookie-consent .express-quote-success-container {
  position: relative;
}
html body div#wrapper .loader-overlay, html body div#cookie-consent .loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
html body div#wrapper .content-blur, html body div#cookie-consent .content-blur {
  filter: blur(2px);
  pointer-events: none;
}
html body div#wrapper .lien-devenir-partenaire, html body div#cookie-consent .lien-devenir-partenaire {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #004F8F;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  cursor: pointer;
}
html body div#wrapper .form-partnair-div .form-group .bootstrap-maxlength, html body div#cookie-consent .form-partnair-div .form-group .bootstrap-maxlength {
  display: none !important;
}
html body div#wrapper .partenaire-input-height, html body div#wrapper textarea, html body div#cookie-consent .partenaire-input-height, html body div#cookie-consent textarea {
  border-color: #004F8F !important;
  color: #004F8F !important;
}
html body div#wrapper .margin-top-29, html body div#cookie-consent .margin-top-29 {
  margin-top: 29px;
}
html body div#wrapper .padding-bottom-19, html body div#cookie-consent .padding-bottom-19 {
  padding-bottom: 19px;
}
html body div#wrapper .popup-overlay, html body div#cookie-consent .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
html body div#wrapper .popup-content, html body div#cookie-consent .popup-content {
  padding: 23px 50px 50px 50px;
  border-radius: 5px;
  background: #F9F5F3;
}
html body div#wrapper .margin-top-bottom-custom, html body div#cookie-consent .margin-top-bottom-custom {
  margin-top: -2rem !important;
  margin-bottom: 13px;
}
html body div#wrapper .margin-top-20, html body div#cookie-consent .margin-top-20 {
  margin-top: -20px;
}
html body div#wrapper .margin-top-32, html body div#cookie-consent .margin-top-32 {
  margin-top: -32px;
}
html body div#wrapper .margin-top-19, html body div#cookie-consent .margin-top-19 {
  margin-top: 19px;
}
html body div#wrapper .margin-top-12, html body div#cookie-consent .margin-top-12 {
  margin-top: 12px;
}
html body div#wrapper .margin-bottom-31, html body div#cookie-consent .margin-bottom-31 {
  margin-bottom: 31px;
}
html body div#wrapper .margin-bottom-0, html body div#cookie-consent .margin-bottom-0 {
  margin-bottom: 0px !important;
}
html body div#wrapper .margin-bottom-15, html body div#cookie-consent .margin-bottom-15 {
  margin-bottom: 15px !important;
}
html body div#wrapper .title-partenaire, html body div#cookie-consent .title-partenaire {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 20px !important;
  text-align: center;
  text-transform: uppercase;
  color: #004F8F;
}
html body div#wrapper .span-partenaire, html body div#cookie-consent .span-partenaire {
  font-family: "Montserrat";
  font-weight: 400 !important;
  font-size: 18px !important;
  text-align: center;
  color: #004F8F;
  margin-bottom: 33px;
}
html body div#wrapper .span-fermer, html body div#cookie-consent .span-fermer {
  font-family: "Montserrat" !important;
  font-weight: 700;
  font-size: 15px !important;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  color: #EB5B61;
}
html body div#wrapper .close-button, html body div#cookie-consent .close-button {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 32px;
  font-weight: 500;
  cursor: pointer;
  color: #004F8F;
  line-height: 1;
}
html body div#wrapper .close-button:hover, html body div#cookie-consent .close-button:hover {
  color: #dc3545;
}
html body div#wrapper .btn-envoyer, html body div#cookie-consent .btn-envoyer {
  font-family: "Montserrat" !important;
  font-weight: 700;
  font-size: 15px !important;
  width: 322px !important;
  border-radius: 30px !important;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #FFFFFF !important;
  background-color: #47877F !important;
  display: flex;
  justify-content: center;
}
html body div#wrapper .margin-bottom-5, html body div#cookie-consent .margin-bottom-5 {
  margin-bottom: -5px !important;
}
html body div#wrapper .disabled-button, html body div#cookie-consent .disabled-button {
  background-color: #CCEBE3;
}
html body div#wrapper .flex-partenaire, html body div#cookie-consent .flex-partenaire {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
html body div#wrapper .popup-widh, html body div#cookie-consent .popup-widh {
  width: 673px;
}
html body div#wrapper .popup-footer, html body div#cookie-consent .popup-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html body div#wrapper .margin-top-11, html body div#cookie-consent .margin-top-11 {
  margin-top: -11px;
}
html body div#wrapper .margin-bottom-10, html body div#cookie-consent .margin-bottom-10 {
  margin-bottom: 10px;
}
html body div#wrapper .flex-sucess, html body div#cookie-consent .flex-sucess {
  padding: 16%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
html body div#wrapper .title-sucess, html body div#cookie-consent .title-sucess {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 20px !important;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  color: #004F8F;
}
html body div#wrapper .span-sucess, html body div#cookie-consent .span-sucess {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 18px !important;
  text-align: center;
  color: #004F8F;
}
html body div#wrapper .back-to-home-btn, html body div#cookie-consent .back-to-home-btn {
  background-color: #004F8F;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 15px !important;
  width: 257px !important;
  align-items: center;
  justify-content: center;
  border-radius: 20px !important;
  min-height: 40px !important;
}
@media (max-width: 767.98px) {
  html body div#wrapper .flex-sucess, html body div#cookie-consent .flex-sucess {
    padding: 6%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 550px;
  }
  html body div#wrapper .partenaire-input-height, html body div#cookie-consent .partenaire-input-height {
    height: 40px !important;
  }
  html body div#wrapper .partenaire-message-height, html body div#cookie-consent .partenaire-message-height {
    height: 98px !important;
  }
  html body div#wrapper .popup-overlay, html body div#cookie-consent .popup-overlay {
    z-index: 10000;
    padding: 2%;
  }
  html body div#wrapper .btn-envoyer, html body div#cookie-consent .btn-envoyer {
    min-height: 40px !important;
    width: 100% !important;
  }
  html body div#wrapper .span-partenaire, html body div#cookie-consent .span-partenaire {
    font-size: 15px !important;
    margin-bottom: 8px;
  }
  html body div#wrapper .title-partenaire, html body div#cookie-consent .title-partenaire {
    font-size: 16px !important;
  }
  html body div#wrapper .margin-top-32, html body div#cookie-consent .margin-top-32 {
    margin-top: -10px;
  }
  html body div#wrapper .popup-footer, html body div#cookie-consent .popup-footer {
    margin-bottom: -10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
    gap: 21px;
  }
  html body div#wrapper .span-sucess, html body div#cookie-consent .span-sucess {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 15px !important;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #004F8F;
    white-space: pre;
  }
  html body div#wrapper .popup-widh, html body div#cookie-consent .popup-widh {
    width: 97% !important;
  }
  html body div#wrapper .popup-content, html body div#cookie-consent .popup-content {
    padding: 10px 12px 50px 12px;
    border-radius: 5px;
    background: #F9F5F3;
  }
  html body div#wrapper .flex-partenaire, html body div#cookie-consent .flex-partenaire {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    gap: 7px;
  }
  html body div#wrapper .margin-bottom-31, html body div#cookie-consent .margin-bottom-31 {
    margin-bottom: 26px;
  }
  html body div#wrapper .margin-bottom-0, html body div#cookie-consent .margin-bottom-0 {
    margin-bottom: -5px !important;
  }
  html body div#wrapper .margin-bottom-15, html body div#cookie-consent .margin-bottom-15 {
    margin-bottom: 7px !important;
  }
  html body div#wrapper .title-sucess, html body div#cookie-consent .title-sucess {
    font-size: 16px !important;
  }
}
html body div#wrapper .fragments-editor-sidebar-section, html body div#cookie-consent .fragments-editor-sidebar-section {
  background-color: #fff;
  flex-grow: 2;
  max-height: 100%;
  overflow: scroll;
}
html body div#wrapper .fragments-editor-sidebar-section__card, html body div#cookie-consent .fragments-editor-sidebar-section__card {
  box-shadow: 0 0 0 1px #e7e7ed;
  margin-bottom: 16px;
}
html body div#wrapper .fragments-editor-sidebar-section__card-image, html body div#cookie-consent .fragments-editor-sidebar-section__card-image {
  border-radius: 0;
  max-height: 200px;
  overflow: hidden;
  text-align: center;
}
html body div#wrapper .fragments-editor-sidebar-section__card-image img, html body div#cookie-consent .fragments-editor-sidebar-section__card-image img {
  width: 100%;
}
html body div#wrapper .fragments-editor-sidebar-section__card-no-preview, html body div#cookie-consent .fragments-editor-sidebar-section__card-no-preview {
  background-color: #e7e7ed;
  color: #a7a9bc;
  font-size: 24px;
  height: 80px;
  line-height: 80px;
  text-align: center;
}
html body div#wrapper .fragments-editor-sidebar-section__card .card-body, html body div#cookie-consent .fragments-editor-sidebar-section__card .card-body {
  padding: 8px;
}
html body div#wrapper .fragments-editor-sidebar-section__card .card-body .btn, html body div#cookie-consent .fragments-editor-sidebar-section__card .card-body .btn {
  z-index: 6;
}
html body div#wrapper .fragments-editor-sidebar-section__card .card-body .card-title, html body div#cookie-consent .fragments-editor-sidebar-section__card .card-body .card-title {
  color: #6b6c7e;
  font-size: 12px;
}
html body div#wrapper .fragments-editor-sidebar-section__card .card-body .card-row, html body div#cookie-consent .fragments-editor-sidebar-section__card .card-body .card-row {
  min-height: 32px;
}
html body div#wrapper .fragments-editor-sidebar-section__elements-panel .card, html body div#cookie-consent .fragments-editor-sidebar-section__elements-panel .card {
  width: calc(50% - 8px);
}
html body div#wrapper .fragments-editor-sidebar-section__elements-panel .card .card-body, html body div#cookie-consent .fragments-editor-sidebar-section__elements-panel .card .card-body {
  text-align: center;
}
html body div#wrapper .fragments-editor-sidebar-section__elements-panel .card .card-body .btn, html body div#cookie-consent .fragments-editor-sidebar-section__elements-panel .card .card-body .btn {
  display: none;
}
html body div#wrapper .fragments-editor-sidebar-section__elements-panel-grid, html body div#cookie-consent .fragments-editor-sidebar-section__elements-panel-grid {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
html body div#wrapper .fragments-editor-sidebar-section__structure-panel__item, html body div#cookie-consent .fragments-editor-sidebar-section__structure-panel__item {
  border-radius: 8px;
  position: relative;
  transition: background-color ease 0.2s, color ease 0.2s;
  will-change: background-color, color;
}
html body div#wrapper .fragments-editor-sidebar-section__structure-panel__item .btn, html body div#cookie-consent .fragments-editor-sidebar-section__structure-panel__item .btn {
  color: inherit;
  transition: none;
}
html body div#wrapper .fragments-editor-sidebar-section__structure-panel__item .lexicon-icon-angle-down,
html body div#wrapper .fragments-editor-sidebar-section__structure-panel__item .lexicon-icon-angle-right, html body div#cookie-consent .fragments-editor-sidebar-section__structure-panel__item .lexicon-icon-angle-down,
html body div#cookie-consent .fragments-editor-sidebar-section__structure-panel__item .lexicon-icon-angle-right {
  height: 10px;
  width: 10px;
}
html body div#wrapper .fragments-editor-sidebar-section__structure-panel__item-name--padded, html body div#cookie-consent .fragments-editor-sidebar-section__structure-panel__item-name--padded {
  padding-left: 36px;
}
html body div#wrapper .fragments-editor-sidebar-section__structure-panel__item-remove-btn, html body div#cookie-consent .fragments-editor-sidebar-section__structure-panel__item-remove-btn {
  color: inherit;
  opacity: 0;
  transition: opacity ease 0.2s;
  will-change: opacity;
}
html body div#wrapper .fragments-editor-sidebar-section__structure-panel__item.active, html body div#cookie-consent .fragments-editor-sidebar-section__structure-panel__item.active {
  font-weight: 600;
}
html body div#wrapper .fragments-editor-sidebar-section__structure-panel__item.active, html body div#wrapper .fragments-editor-sidebar-section__structure-panel__item.active:hover, html body div#wrapper .fragments-editor-sidebar-section__structure-panel__item.active.hovered, html body div#cookie-consent .fragments-editor-sidebar-section__structure-panel__item.active, html body div#cookie-consent .fragments-editor-sidebar-section__structure-panel__item.active:hover, html body div#cookie-consent .fragments-editor-sidebar-section__structure-panel__item.active.hovered {
  background-color: #0b5fff;
  color: #fff;
}
html body div#wrapper .fragments-editor-sidebar-section__structure-panel__item:hover, html body div#wrapper .fragments-editor-sidebar-section__structure-panel__item.hovered, html body div#cookie-consent .fragments-editor-sidebar-section__structure-panel__item:hover, html body div#cookie-consent .fragments-editor-sidebar-section__structure-panel__item.hovered {
  background-color: rgba(39, 40, 51, 0.03);
}
html body div#wrapper .fragments-editor-sidebar-section__structure-panel__item-remove-btn:focus, html body div#wrapper .fragments-editor-sidebar-section__structure-panel__item:hover html body div#wrapper .fragments-editor-sidebar-section__structure-panel__item-remove-btn, html body div#wrapper .fragments-editor-sidebar-section__structure-panel__item.hovered html body div#wrapper .fragments-editor-sidebar-section__structure-panel__item-remove-btn, html body div#wrapper .fragments-editor-sidebar-section__structure-panel__item.active html body div#wrapper .fragments-editor-sidebar-section__structure-panel__item-remove-btn, html body div#cookie-consent .fragments-editor-sidebar-section__structure-panel__item-remove-btn:focus, html body div#wrapper .fragments-editor-sidebar-section__structure-panel__item:hover html body div#cookie-consent .fragments-editor-sidebar-section__structure-panel__item-remove-btn, html body div#wrapper .fragments-editor-sidebar-section__structure-panel__item.hovered html body div#cookie-consent .fragments-editor-sidebar-section__structure-panel__item-remove-btn, html body div#wrapper .fragments-editor-sidebar-section__structure-panel__item.active html body div#cookie-consent .fragments-editor-sidebar-section__structure-panel__item-remove-btn, html body div#cookie-consent .fragments-editor-sidebar-section__structure-panel__item:hover html body div#wrapper .fragments-editor-sidebar-section__structure-panel__item-remove-btn, html body div#cookie-consent .fragments-editor-sidebar-section__structure-panel__item.hovered html body div#wrapper .fragments-editor-sidebar-section__structure-panel__item-remove-btn, html body div#cookie-consent .fragments-editor-sidebar-section__structure-panel__item.active html body div#wrapper .fragments-editor-sidebar-section__structure-panel__item-remove-btn, html body div#cookie-consent .fragments-editor-sidebar-section__structure-panel__item:hover html body div#cookie-consent .fragments-editor-sidebar-section__structure-panel__item-remove-btn, html body div#cookie-consent .fragments-editor-sidebar-section__structure-panel__item.hovered html body div#cookie-consent .fragments-editor-sidebar-section__structure-panel__item-remove-btn, html body div#cookie-consent .fragments-editor-sidebar-section__structure-panel__item.active html body div#cookie-consent .fragments-editor-sidebar-section__structure-panel__item-remove-btn {
  opacity: 1;
}
html body div#wrapper .fragments-editor-sidebar-section__structure-panel__item:focus-within html body div#wrapper .fragments-editor-sidebar-section__structure-panel__item-remove-btn, html body div#wrapper .fragments-editor-sidebar-section__structure-panel__item:focus-within html body div#cookie-consent .fragments-editor-sidebar-section__structure-panel__item-remove-btn, html body div#cookie-consent .fragments-editor-sidebar-section__structure-panel__item:focus-within html body div#wrapper .fragments-editor-sidebar-section__structure-panel__item-remove-btn, html body div#cookie-consent .fragments-editor-sidebar-section__structure-panel__item:focus-within html body div#cookie-consent .fragments-editor-sidebar-section__structure-panel__item-remove-btn {
  opacity: 1;
}
html body div#wrapper .fragments-editor-sidebar-section__panel, html body div#cookie-consent .fragments-editor-sidebar-section__panel {
  background-color: transparent;
}
html body div#wrapper .fragments-editor-sidebar-section__panel a, html body div#cookie-consent .fragments-editor-sidebar-section__panel a {
  border-color: #dfdfe9;
  font-size: 12px;
  margin-bottom: 16px;
}
html body div#wrapper .fragments-editor-sidebar-section__title, html body div#cookie-consent .fragments-editor-sidebar-section__title {
  font-size: 18px;
  font-weight: bold;
  margin: 32px 0 24px 0;
  padding: 0 1rem;
}
html body div#wrapper .fragments-editor-sidebar-section__title.comments-sidebar-title > .btn, html body div#cookie-consent .fragments-editor-sidebar-section__title.comments-sidebar-title > .btn {
  box-sizing: border-box;
  height: 32px;
  left: 8px;
  padding: 0;
  position: absolute;
  width: 32px;
}
html body div#wrapper .fragments-editor-sidebar-section__title.comments-sidebar-title > span, html body div#cookie-consent .fragments-editor-sidebar-section__title.comments-sidebar-title > span {
  margin-left: 32px;
}
html body div#wrapper .fragments-editor-sidebar-section__widgets-panel-grid, html body div#cookie-consent .fragments-editor-sidebar-section__widgets-panel-grid {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 8px;
}
html body div#wrapper .fragments-editor-sidebar-section__widgets-panel .widget-item, html body div#cookie-consent .fragments-editor-sidebar-section__widgets-panel .widget-item {
  font-size: 14px;
  font-weight: 600;
  margin: 9px 0;
}
html body div#wrapper .fragments-editor-sidebar-section .fragments-editor__drag-handler, html body div#cookie-consent .fragments-editor-sidebar-section .fragments-editor__drag-handler {
  background-color: transparent;
  cursor: grab;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
html body div#wrapper .fragments-editor-sidebar-section button.component-action, html body div#cookie-consent .fragments-editor-sidebar-section button.component-action {
  cursor: pointer;
}
html body div#wrapper .fragments-editor-sidebar-section .sidebar-fragments-section > .navbar, html body div#cookie-consent .fragments-editor-sidebar-section .sidebar-fragments-section > .navbar {
  box-shadow: 0 1px 0 0 rgba(200, 200, 200, 0.2);
  margin-bottom: 1.5rem;
}
html body div#wrapper .fragments-editor-sidebar-section .sidebar-fragments-section .search-bar, html body div#cookie-consent .fragments-editor-sidebar-section .sidebar-fragments-section .search-bar {
  flex-wrap: nowrap;
}
html body div#wrapper .fragments-editor-sidebar-section .sidebar-fragments-section .search-bar .input-group-input,
html body div#wrapper .fragments-editor-sidebar-section .sidebar-fragments-section .search-bar .input-group-inset, html body div#cookie-consent .fragments-editor-sidebar-section .sidebar-fragments-section .search-bar .input-group-input,
html body div#cookie-consent .fragments-editor-sidebar-section .sidebar-fragments-section .search-bar .input-group-inset {
  width: 100%;
}
html body div#wrapper .fragments-editor-sidebar-section .sidebar-fragments-section .search-bar .input-group-inset-item, html body div#cookie-consent .fragments-editor-sidebar-section .sidebar-fragments-section .search-bar .input-group-inset-item {
  border-left-width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
html body.has-edit-mode-menu #sticky-menu {
  display: none;
}
html body .eb7-snippet--button {
  z-index: 1106 !important;
}
html body .tooltip.tooltip-service .tooltip-inner {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  line-height: 16px;
  background-color: #fff;
  color: #ee956f;
  padding: 0.5rem;
}
html body .tooltip.tooltip-service .tooltip-arrow {
  position: absolute;
  bottom: -5px;
  left: 8px;
  border: 15px solid #fff;
  border-color: #fff transparent transparent #fff;
  z-index: -1;
}
html body .tooltip.tooltip-express-quote.bs-tooltip-left .arrow:before {
  border-left-color: #005CB9;
}
html body .tooltip.tooltip-express-quote.bs-tooltip-right .arrow:before {
  border-right-color: #005CB9;
}
html body .tooltip.tooltip-express-quote .tooltip-inner {
  font-family: NexaBook, Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  line-height: 16px;
  color: white;
  background-color: #005CB9;
  padding: 0.8rem;
}
html body.has-control-menu.controls-visible.open div#wrapper #nav-header-mobile {
  margin-left: 320px !important;
  width: calc(100% - 320px) !important;
}
html body.has-control-menu.controls-visible.open div#wrapper #nav-header {
  margin-left: 320px !important;
  width: calc(100% - 320px) !important;
}
html body div.control-menu {
  z-index: 1109;
}
html body .modal-backdrop {
  top: 46px;
}
html body .lfr-tooltip-scope .cadmin .bg-primary {
  background-color: #005CB9 !important;
}

html:not(#__):not(#___) .cadmin .bg-primary {
  background-color: #005CB9 !important;
  color: #005CB9 !important;
}
html:not(#__):not(#___) .cadmin .bg-primary:hover, html:not(#__):not(#___) .cadmin .bg-primary focus {
  background-color: #005CB9 !important;
  color: #005CB9 !important;
}

/* IE11 specified style */
html.ie11 body div#wrapper .section.professionals-bloc-section .row .row, html.ie11 body div#cookie-consent .section.professionals-bloc-section .row .row {
  width: 100%;
}
html.ie11 body .btn-carmine {
  background-color: #eb584e;
  border-color: #eb584e;
}

@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-topper {
    opacity: 1;
    z-index: 1000;
    transform: translateY(0%);
  }
}
.lfr-layout-structure-item-container .lfr-layout-structure-item-row {
  overflow: unset;
}

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