@charset "UTF-8";
@import url(social.css);
.gru-content .cell:has(.tile) {
  border: none; }

#sidebar div.tile .tile-actions a, #sidebar div.tile .tile-actions span, div.wcsformcell.tile div.tile .tile-actions a, div.wcsformcell.tile div.tile .tile-actions span,
div.linkcell.tile div.tile .tile-actions a,
div.linkcell.tile div.tile .tile-actions span, .BlockWidget div.tile .tile-actions a, .BlockWidget div.tile .tile-actions span, #content .pn-notifications div.tile .tile-actions a, #content .pn-notifications div.tile .tile-actions span,
#content .dashboardcell .cell div.tile .tile-actions a,
#content .dashboardcell .cell div.tile .tile-actions span,
#content div.current-forms div.tile .tile-actions a,
#content div.current-forms div.tile .tile-actions span,
#content div.cartads-dossiers div.tile .tile-actions a,
#content div.cartads-dossiers div.tile .tile-actions span,
#goto-destination div.tile .tile-actions a,
#goto-destination div.tile .tile-actions span, div#alert p.more-info a {
  text-transform: uppercase;
  font-size: 90%;
  color: black;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 24px;
  margin-left: 10px; }
  #sidebar div.tile .tile-actions a:hover, #sidebar div.tile .tile-actions span:hover, div.wcsformcell.tile div.tile .tile-actions a:hover, div.wcsformcell.tile div.tile .tile-actions span:hover,
  div.linkcell.tile div.tile .tile-actions a:hover,
  div.linkcell.tile div.tile .tile-actions span:hover, .BlockWidget div.tile .tile-actions a:hover, .BlockWidget div.tile .tile-actions span:hover, #content .pn-notifications div.tile .tile-actions a:hover, #content .pn-notifications div.tile .tile-actions span:hover,
  #content .dashboardcell .cell div.tile .tile-actions a:hover,
  #content .dashboardcell .cell div.tile .tile-actions span:hover,
  #content div.current-forms div.tile .tile-actions a:hover,
  #content div.current-forms div.tile .tile-actions span:hover,
  #content div.cartads-dossiers div.tile .tile-actions a:hover,
  #content div.cartads-dossiers div.tile .tile-actions span:hover,
  #goto-destination div.tile .tile-actions a:hover,
  #goto-destination div.tile .tile-actions span:hover, div#alert p.more-info a:hover {
    color: #dc1822; }

.action-goto {
  background-image: url(img/goto.png); }
  .action-goto:hover {
    background-image: url(img/goto-hover.png); }

.action-more-info {
  background-image: url(img/more-info.png); }
  .action-more-info:hover {
    background-image: url(img/more-info-hover.png); }

.action-call {
  background-image: url(img/call.png); }
  .action-call:hover {
    background-image: url(img/call-hover.png); }

.action-login {
  background-image: url(img/login.png); }
  .action-login:hover {
    background-image: url(img/login-hover.png); }

.action-view-site {
  background-image: url(img/view-site.png); }
  .action-view-site:hover {
    background-image: url(img/view-site-hover.png); }

.action-schedule {
  background-image: url(img/schedule.png); }
  .action-schedule:hover {
    background-image: url(img/schedule-hover.png); }

a.tile-link {
  text-decoration: none; }
  a.tile-link:focus {
    outline: 2px solid #1b1c22;
    outline-offset: 1px; }
  a.tile-link:hover {
    text-decoration: none; }
  a.tile-link .tile-title {
    display: flex;
    flex-direction: column; }
  a.tile-link .description {
    max-height: 2.7em;
    overflow: hidden; }
    a.tile-link .description p {
      margin: 0;
      color: black; }

.toodego-tile-hide-description .description {
  display: none !important; }

.dashboard-cell-icons {
  position: absolute;
  right: 0rem;
  top: 0rem;
  z-index: 100; }

a.add-to-dashboard,
a.remove-from-dashboard {
  display: inline-block;
  width: 41px;
  height: 37px;
  background: none center center no-repeat;
  background-size: 1rem; }
  a.add-to-dashboard.remove-from-dashboard,
  a.remove-from-dashboard.remove-from-dashboard {
    background-image: url(img/coeur-rouge.png); }
    a.add-to-dashboard.remove-from-dashboard:hover,
    a.remove-from-dashboard.remove-from-dashboard:hover {
      background-image: url(img/coeur-vide.png); }
  a.add-to-dashboard.add-to-dashboard,
  a.remove-from-dashboard.add-to-dashboard {
    background-image: url(img/coeur-vide.png); }
    a.add-to-dashboard.add-to-dashboard:hover,
    a.remove-from-dashboard.add-to-dashboard:hover {
      background-image: url(img/coeur-rouge.png); }
  a.add-to-dashboard.remove-from-dashboard.new::after, a.add-to-dashboard.add-to-dashboard.new::after,
  a.remove-from-dashboard.remove-from-dashboard.new::after,
  a.remove-from-dashboard.add-to-dashboard.new::after {
    content: "";
    display: block;
    background-image: url(img/coeur-rouge.png);
    width: 100%;
    height: 100%;
    animation-name: favorite_pulse_animation;
    animation-duration: 3000ms;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    opacity: 0; }

@keyframes favorite_pulse_animation {
  0% {
    transform: scale(0.5);
    opacity: 1; }
  20% {
    transform: scale(1); }
  40% {
    transform: scale(0.5);
    opacity: 1; }
  60% {
    transform: scale(1); }
  80% {
    transform: scale(0.5); }
  100% {
    opacity: 0;
    display: black; } }

.tile.cell {
  border: none; }

.badge.open {
  color: #1a871e; }

.badge.closed {
  color: #dc1822; }

.badge.soon-to-be-closed {
  color: #dc8618; }

div.dashboard-content span.move-up {
  box-sizing: content-box;
  display: inline-block;
  position: absolute;
  background: white;
  border: 1px solid #c3c3c3;
  top: calc(50% - 40px);
  left: 110px;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.1s linear; }
  @media screen and (max-width: 1150px) {
    div.dashboard-content span.move-up {
      top: calc(50% - 28px);
      left: 72px;
      width: 56px;
      height: 56px;
      border-radius: 28px; } }
  div.dashboard-content span.move-up::after {
    content: "\f062";
    /* arrow-up */
    font-family: FontAwesome;
    position: relative;
    top: 0px;
    font-size: 3.75rem; }
    @media screen and (max-width: 1150px) {
      div.dashboard-content span.move-up::after {
        font-size: 2.5rem; } }
div.dashboard-content.edit-mode span.move-up {
  opacity: 1;
  transition: opacity 0.05s linear; }

div.dashboard-content > div.cell:first-child span.move-up::after {
  content: "\f063";
  /* arrow-down */ }

.cell-added {
  background: white;
  padding: 0.2rem;
  position: relative;
  top: -0.8rem; }

.silo-a-verre div.adresse {
  padding-bottom: 2rem; }

div.ui-dialog.new-intertitle input {
  width: 100%; }

button.add-section {
  position: relative;
  z-index: 100; }

div#alert h2 a {
  color: inherit;
  border-bottom: 1px dotted black; }

div#alert img {
  float: left;
  margin: 0 1rem 1rem 0; }

div#alert p.more-info {
  text-align: right; }

div.parking p.available::before {
  font-family: FontAwesome; }

div.parking p.available {
  padding: 0.1rem 0; }

div.parking p.available.bike-park::before {
  content: "\f206"; }

div.parking p.available.car-park::before {
  content: "\f1b9"; }

div.parking p.available.motorcycle-park::before {
  content: "\f21c"; }

div.parking p.available.pmr-park::before {
  content: "\f193"; }

div.parking p.available.autopartage::before {
  content: url(img/autopartage.png); }

div.pmr .parking-type {
  position: relative; }

div.pmr img.parking-type.epi {
  transform: rotate(45deg);
  top: 6px;
  padding-right: 8px; }

div.pmr img.parking-type.long {
  transform: rotate(90deg);
  padding: 8px 6px 0 6px; }

div.pmr span.parking-type.long {
  top: -12px; }

div.pmr img.parking-type.talon {
  padding: 6px  6px 0 0; }

div.pmr span.parking-type.talon {
  top: -8px; }

div.evenement-routier .tile-content p {
  margin-right: 0.5rem; }

div.toilette span::before {
  font-family: FontAwesome; }

div.toilette span.handi-toilette::before {
  content: "\f193";
  color: blue; }

div.toilette span.payant-toilette::before {
  content: "\f153";
  color: #DAA520; }

div.toilette span.femmes-toilette::before {
  content: "\f182"; }

div.toilette span.hommes-toilette::before {
  content: "\f183"; }

div.toilette span.unisexe-toilette::before {
  content: "\f182 \f183"; }

div.toilette span.enfants-toilette::before {
  content: "\f1ae"; }

#content .pn-notifications div.tile.tile-notification {
  box-shadow: 0 0 3px #555;
  border: 1px solid #dc1822; }

#content .pn-notifications div.tile.notifications--no-notification {
  padding: 1em;
  min-height: 0; }

@font-face {
  font-family: 'Poppins';
  src: url("/static/fonts/Poppins/poppins-thin-webfont.woff2") format("woff2");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Poppins';
  src: url("/static/fonts/Poppins/poppins-thinitalic-webfont.woff2") format("woff2");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'Poppins';
  src: url("/static/fonts/Poppins/poppins-extralight-webfont.woff2") format("woff2");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Poppins';
  src: url("/static/fonts/Poppins/poppins-extralightitalic-webfont.woff2") format("woff2");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'Poppins';
  src: url("/static/fonts/Poppins/poppins-light-webfont.woff2") format("woff2");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Poppins';
  src: url("/static/fonts/Poppins/poppins-lightitalic-webfont.woff2") format("woff2");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Poppins';
  src: url("/static/fonts/Poppins/poppins-regular-webfont.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Poppins';
  src: url("/static/fonts/Poppins/poppins-regularitalic-webfont.woff2") format("woff2");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Poppins';
  src: url("/static/fonts/Poppins/poppins-medium-webfont.woff2") format("woff2");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Poppins';
  src: url("/static/fonts/Poppins/poppins-mediumitalic-webfont.woff2") format("woff2");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Poppins';
  src: url("/static/fonts/Poppins/poppins-semibold-webfont.woff2") format("woff2");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Poppins';
  src: url("/static/fonts/Poppins/poppins-semibolditalic-webfont.woff2") format("woff2");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Poppins';
  src: url("/static/fonts/Poppins/poppins-bold-webfont.woff2") format("woff2");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Poppins';
  src: url("/static/fonts/Poppins/poppins-bolditalic-webfont.woff2") format("woff2");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'Poppins';
  src: url("/static/fonts/Poppins/poppins-extrabold-webfont.woff2") format("woff2");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Poppins';
  src: url("/static/fonts/Poppins/poppins-extrabolditalic-webfont.woff2") format("woff2");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Poppins';
  src: url("/static/fonts/Poppins/poppins-black-webfont.woff2") format("woff2");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Poppins';
  src: url("/static/fonts/Poppins/poppins-blackitalic-webfont.woff2") format("woff2");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'FontAwesome';
  src: url("/static/xstatic/fonts/fontawesome-webfont.woff2") format("woff2"), url("/static/xstatic/fonts/fontawesome-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.sr-only, .RadiobuttonsWidget.template-evaluation .star-label, .RadiobuttonsWidget.template-evaluation input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.clearfix::after, div.section::after, form div.page::after,
div.dataview div.page::after, div.cell::after {
  display: block;
  clear: both;
  content: ""; }

@supports (display: flow-root) {
  .clearfix, div.section, form div.page,
  div.dataview div.page, div.cell {
    display: flow-root; }
    .clearfix::after, div.section::after, form div.page::after,
    div.dataview div.page::after, div.cell::after {
      content: none; } }

[hidden] {
  display: none !important; }

.bare-list, .wcs-steps--list, ul#evolutions, .CheckboxesWidget .content ul,
.RadiobuttonsWidget .content ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.stretch-to-edge {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  padding-right: calc(50vw - 50%) !important;
  padding-left: calc(50vw - 50%) !important; }
  .stretch-to-edge.size--1-1 {
    flex-basis: 100vw !important;
    margin-left: calc(-50vw + 50% + (var(--grid-gutter, 0px) / 2)) !important;
    padding-left: calc(50vw - 50% + (var(--grid-gutter, 0px) / 2)) !important;
    margin-right: calc(-50vw + 50% - (var(--grid-gutter, 0px) / 2)) !important;
    padding-right: calc(50vw - 50% + (var(--grid-gutter, 0px) / 2)) !important; }

html {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  color: #1b1c22;
  background: white;
  scroll-behavior: smooth; }

main, .site-footer {
  line-height: 1.4; }

h1, h2, h3, h4, h5, h6 {
  line-height: normal; }

a {
  color: #dc1822;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

a > img {
  border: none; }

img {
  max-width: 100%;
  height: auto; }

[role=button] {
  cursor: pointer; }

@media (prefers-reduced-motion: reduce) {
  *, ::before, ::after {
    transition-delay: 0.01s !important;
    transition-duration: 0s !important; } }

div.section.foldable > h2:first-child, div#tracking-code h3, .form-content--title,
#rub_service > h2, .godo-dialog--title, div#rub_service div.category h3,
.gru-content div.a2-block h2,
.gru-content .block h2,
div.links-list h2,
.gru-content div.textcell h2:first-child,
.gru-content div.cell h2:first-child {
  position: relative;
  text-transform: none;
  background: transparent;
  color: #1b1c22;
  padding: 1rem;
  border-radius: 0;
  margin: 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 110%;
  font-family: Poppins, sans-serif;
  font-style: normal;
  border-bottom: 0;
  border-top: 0; }

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

html, body {
  margin: 0;
  min-height: 100vh; }

div#page {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

div#page div#main-content-wrapper,
div#page main {
  flex: 1 0 auto; }

.page-width,
.header-width,
.nav-width,
.footer-width {
  clear: both;
  max-width: 1080px;
  margin: 0 auto; }

@media (max-width: 1150px) {
  .page-width,
  .footer-width {
    max-width: 720px; } }

div#header {
  position: relative; }
  div#header h1 {
    margin: 0; }

div#main-content-wrapper {
  position: relative;
  z-index: 100; }
  @media screen and (max-width: 1150px) {
    div#main-content-wrapper {
      position: static;
      z-index: 0; } }
div#main-content {
  margin: 0;
  min-height: 300px; }

.column {
  float: left;
  width: 50%; }

#columns-wrapper {
  flex-grow: 1;
  max-width: 100%; }

.central-content {
  display: flex; }
  .central-content #sidebar {
    flex: 0 0 280px;
    max-width: 280px;
    margin-left: 0;
    margin-right: 20px; }

@media screen and (max-width: 1150px) {
  #columns-wrapper {
    max-width: 100%; }
  .column {
    float: none;
    width: auto; }
  .central-content {
    flex-direction: column; }
    .central-content #sidebar {
      margin: 0;
      flex: 0 0 auto;
      max-width: 100%; }
      .central-content #sidebar div.cell {
        margin-left: 0;
        margin-right: 0; } }

.site-footer a {
  color: #dc1822; }

#footer-wrapper {
  clear: both;
  margin-top: 1.5em;
  color: white; }

#footer-wrapper {
  padding-top: 0.7em;
  padding-bottom: 1.5em;
  background-color: #161616; }

.page-width,
.header-width,
.nav-width,
.footer-width {
  --edge-gutter: 40px;
  --edge-gutter-mobile: 0px;
  box-sizing: content-box;
  padding-left: var(--edge-gutter);
  padding-right: var(--edge-gutter); }
  @media (max-width: 1150px) {
    .page-width,
    .header-width,
    .nav-width,
    .footer-width {
      --edge-gutter: var(--edge-gutter-mobile); } }
@media (max-width: 1150px) {
  .header-width,
  .nav-width {
    --edge-gutter-mobile: 0; } }

@media screen and (max-width: 1150px) {
  .pk-desktop-only, .desktop-only {
    display: none !important; } }

@media screen and (min-width: 1151px) {
  .pk-mobile-only, .mobile-only {
    display: none !important; } }

@media not print {
  .pk-print-only {
    display: none !important; } }

@media print {
  .pk-no-print {
    display: none !important; } }

body.pk-mini-page {
  margin: 0;
  padding: 0;
  background: #F2F2F2;
  color: black;
  font-family: sans-serif;
  padding: 1em; }
  body.pk-mini-page main {
    background: white;
    max-width: 30em;
    margin: 4em auto 1em auto;
    padding: 0em;
    text-align: center;
    border-bottom: 5px solid var(--primary-color); }
    body.pk-mini-page main h1 {
      margin-top: 0; }
  body.pk-mini-page .pk-mini-page--content {
    padding: 1em; }
  body.pk-mini-page footer {
    max-width: 30em;
    margin: 1em auto;
    text-align: center; }

.fx-grid,
[class*="fx-grid--"] {
  --grid-gutter: 1.5rem;
  --nb-cols: 1;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  margin-left: calc(-1 * var(--grid-gutter));
  /* if flex item are list */
  list-style-type: none; }
  .fx-grid > *, .fx-grid > [class*="size--"],
  [class*="fx-grid--"] > *,
  [class*="fx-grid--"] > [class*="size--"] {
    box-sizing: border-box;
    margin-left: var(--grid-gutter);
    flex-basis: calc(100% / var(--nb-cols) - var(--grid-gutter));
    hyphens: auto; }

.fx-grid--auto > * {
  flex-basis: 10em;
  flex-shrink: 1;
  flex-grow: 1; }

.fx-grid--2 > *,
[class*="fx-grid--"][class*="--m2"] > * {
  --nb-cols: 2; }

.fx-grid--3 > *,
[class*="fx-grid--"][class*="--m3"] > * {
  --nb-cols: 3; }

@media (min-width: 1151px) {
  [class*="fx-grid--"][class*="--t2"] > * {
    --nb-cols: 2; }
  [class*="fx-grid--"][class*="--t3"] > * {
    --nb-cols: 3; }
  [class*="fx-grid--"][class*="--t4"] > * {
    --nb-cols: 4; }
  [class*="fx-grid--"][class*="--t5"] > * {
    --nb-cols: 5; }
  [class*="fx-grid--"][class*="--t6"] > * {
    --nb-cols: 6; } }

@media (min-width: 1151px) {
  [class*="fx-grid--"][class*="--d2"] > * {
    --nb-cols: 2; }
  [class*="fx-grid--"][class*="--d3"] > * {
    --nb-cols: 3; }
  [class*="fx-grid--"][class*="--d4"] > * {
    --nb-cols: 4; }
  [class*="fx-grid--"][class*="--d5"] > * {
    --nb-cols: 5; }
  [class*="fx-grid--"][class*="--d6"] > * {
    --nb-cols: 6; }
  [class*="fx-grid--"][class*="--d7"] > * {
    --nb-cols: 7; }
  [class*="fx-grid--"][class*="--d8"] > * {
    --nb-cols: 8; }
  [class*="fx-grid--"][class*="--d9"] > * {
    --nb-cols: 9; } }

.fx-grid > .size--1-1,
.fx-grid > [class*="size--"][class*="--m1-1"],
[class*="fx-grid--"] > .size--1-1,
[class*="fx-grid--"] > [class*="size--"][class*="--m1-1"] {
  --nb-cols: 1;
  flex-grow: 0; }

.fx-grid > .size--1-2,
.fx-grid > [class*="size--"][class*="--m1-2"],
[class*="fx-grid--"] > .size--1-2,
[class*="fx-grid--"] > [class*="size--"][class*="--m1-2"] {
  --nb-cols: 2;
  flex-grow: 0; }

.fx-grid > .size--2-2,
.fx-grid > [class*="size--"][class*="--m2-2"],
[class*="fx-grid--"] > .size--2-2,
[class*="fx-grid--"] > [class*="size--"][class*="--m2-2"] {
  --nb-cols: 1;
  flex-grow: 0; }

.fx-grid > .size--1-3,
.fx-grid > [class*="size--"][class*="--m1-3"],
[class*="fx-grid--"] > .size--1-3,
[class*="fx-grid--"] > [class*="size--"][class*="--m1-3"] {
  --nb-cols: 3;
  flex-grow: 0; }

.fx-grid > .size--2-3,
.fx-grid > [class*="size--"][class*="--m2-3"],
[class*="fx-grid--"] > .size--2-3,
[class*="fx-grid--"] > [class*="size--"][class*="--m2-3"] {
  --nb-cols: 1.5;
  flex-grow: 0; }

.fx-grid > .size--3-3,
.fx-grid > [class*="size--"][class*="--m3-3"],
[class*="fx-grid--"] > .size--3-3,
[class*="fx-grid--"] > [class*="size--"][class*="--m3-3"] {
  --nb-cols: 1;
  flex-grow: 0; }

@media (min-width: 1151px) {
  .fx-grid > [class*="size--"][class*="--t1-1"],
  [class*="fx-grid--"] > [class*="size--"][class*="--t1-1"] {
    --nb-cols: 1;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--t1-2"],
  [class*="fx-grid--"] > [class*="size--"][class*="--t1-2"] {
    --nb-cols: 2;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--t2-2"],
  [class*="fx-grid--"] > [class*="size--"][class*="--t2-2"] {
    --nb-cols: 1;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--t1-3"],
  [class*="fx-grid--"] > [class*="size--"][class*="--t1-3"] {
    --nb-cols: 3;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--t2-3"],
  [class*="fx-grid--"] > [class*="size--"][class*="--t2-3"] {
    --nb-cols: 1.5;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--t3-3"],
  [class*="fx-grid--"] > [class*="size--"][class*="--t3-3"] {
    --nb-cols: 1;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--t1-4"],
  [class*="fx-grid--"] > [class*="size--"][class*="--t1-4"] {
    --nb-cols: 4;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--t2-4"],
  [class*="fx-grid--"] > [class*="size--"][class*="--t2-4"] {
    --nb-cols: 2;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--t3-4"],
  [class*="fx-grid--"] > [class*="size--"][class*="--t3-4"] {
    --nb-cols: 1.3333333333;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--t4-4"],
  [class*="fx-grid--"] > [class*="size--"][class*="--t4-4"] {
    --nb-cols: 1;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--t1-5"],
  [class*="fx-grid--"] > [class*="size--"][class*="--t1-5"] {
    --nb-cols: 5;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--t2-5"],
  [class*="fx-grid--"] > [class*="size--"][class*="--t2-5"] {
    --nb-cols: 2.5;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--t3-5"],
  [class*="fx-grid--"] > [class*="size--"][class*="--t3-5"] {
    --nb-cols: 1.6666666667;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--t4-5"],
  [class*="fx-grid--"] > [class*="size--"][class*="--t4-5"] {
    --nb-cols: 1.25;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--t5-5"],
  [class*="fx-grid--"] > [class*="size--"][class*="--t5-5"] {
    --nb-cols: 1;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--t1-6"],
  [class*="fx-grid--"] > [class*="size--"][class*="--t1-6"] {
    --nb-cols: 6;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--t2-6"],
  [class*="fx-grid--"] > [class*="size--"][class*="--t2-6"] {
    --nb-cols: 3;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--t3-6"],
  [class*="fx-grid--"] > [class*="size--"][class*="--t3-6"] {
    --nb-cols: 2;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--t4-6"],
  [class*="fx-grid--"] > [class*="size--"][class*="--t4-6"] {
    --nb-cols: 1.5;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--t5-6"],
  [class*="fx-grid--"] > [class*="size--"][class*="--t5-6"] {
    --nb-cols: 1.2;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--t6-6"],
  [class*="fx-grid--"] > [class*="size--"][class*="--t6-6"] {
    --nb-cols: 1;
    flex-grow: 0; } }

@media (min-width: 1151px) {
  .fx-grid > [class*="size--"][class*="--d1-1"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d1-1"] {
    --nb-cols: 1;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d1-2"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d1-2"] {
    --nb-cols: 2;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d2-2"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d2-2"] {
    --nb-cols: 1;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d1-3"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d1-3"] {
    --nb-cols: 3;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d2-3"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d2-3"] {
    --nb-cols: 1.5;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d3-3"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d3-3"] {
    --nb-cols: 1;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d1-4"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d1-4"] {
    --nb-cols: 4;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d2-4"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d2-4"] {
    --nb-cols: 2;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d3-4"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d3-4"] {
    --nb-cols: 1.3333333333;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d4-4"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d4-4"] {
    --nb-cols: 1;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d1-5"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d1-5"] {
    --nb-cols: 5;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d2-5"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d2-5"] {
    --nb-cols: 2.5;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d3-5"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d3-5"] {
    --nb-cols: 1.6666666667;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d4-5"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d4-5"] {
    --nb-cols: 1.25;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d5-5"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d5-5"] {
    --nb-cols: 1;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d1-6"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d1-6"] {
    --nb-cols: 6;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d2-6"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d2-6"] {
    --nb-cols: 3;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d3-6"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d3-6"] {
    --nb-cols: 2;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d4-6"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d4-6"] {
    --nb-cols: 1.5;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d5-6"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d5-6"] {
    --nb-cols: 1.2;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d6-6"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d6-6"] {
    --nb-cols: 1;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d1-7"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d1-7"] {
    --nb-cols: 7;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d2-7"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d2-7"] {
    --nb-cols: 3.5;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d3-7"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d3-7"] {
    --nb-cols: 2.3333333333;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d4-7"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d4-7"] {
    --nb-cols: 1.75;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d5-7"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d5-7"] {
    --nb-cols: 1.4;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d6-7"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d6-7"] {
    --nb-cols: 1.1666666667;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d7-7"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d7-7"] {
    --nb-cols: 1;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d1-8"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d1-8"] {
    --nb-cols: 8;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d2-8"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d2-8"] {
    --nb-cols: 4;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d3-8"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d3-8"] {
    --nb-cols: 2.6666666667;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d4-8"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d4-8"] {
    --nb-cols: 2;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d5-8"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d5-8"] {
    --nb-cols: 1.6;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d6-8"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d6-8"] {
    --nb-cols: 1.3333333333;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d7-8"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d7-8"] {
    --nb-cols: 1.1428571429;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d8-8"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d8-8"] {
    --nb-cols: 1;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d1-9"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d1-9"] {
    --nb-cols: 9;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d2-9"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d2-9"] {
    --nb-cols: 4.5;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d3-9"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d3-9"] {
    --nb-cols: 3;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d4-9"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d4-9"] {
    --nb-cols: 2.25;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d5-9"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d5-9"] {
    --nb-cols: 1.8;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d6-9"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d6-9"] {
    --nb-cols: 1.5;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d7-9"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d7-9"] {
    --nb-cols: 1.2857142857;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d8-9"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d8-9"] {
    --nb-cols: 1.125;
    flex-grow: 0; }
  .fx-grid > [class*="size--"][class*="--d9-9"],
  [class*="fx-grid--"] > [class*="size--"][class*="--d9-9"] {
    --nb-cols: 1;
    flex-grow: 0; } }

body.has-header-background .site-header {
  background: url(/assets/header:background) top center no-repeat;
  background-size: cover; }

#logo a {
  display: inline-block; }

#logo.has-logo a {
  background: transparent url(/assets/header:logo) center left no-repeat;
  background-size: contain;
  min-width: 160px;
  text-indent: -10000px; }

div.gru-nav {
  background: white;
  color: black; }

div.gru-nav {
  height: auto;
  border-radius: 0; }

div.gru-nav > ul {
  border-color: #005EA9;
  height: auto;
  padding: 0;
  overflow: hidden; }

div.gru-nav > ul > li {
  background: transparent;
  margin: 0;
  margin-right: 0px;
  display: inline-block;
  padding: 0; }

div.gru-nav > ul > li a {
  color: black;
  font-weight: bold;
  padding: 0.75em 20px;
  display: inline-block;
  line-height: 150%;
  transition: background 0.5s, color 0.5s;
  text-decoration: none; }

div.gru-nav li > a {
  border-bottom: 11px solid transparent;
  border-bottom-color: transparent; }

div.gru-nav li.selected > a,
div.gru-nav li:focus-within > a,
div.gru-nav li:hover > a {
  border-bottom: 11px solid transparent;
  color: black; }

div.gru-nav > ul ul {
  display: none;
  position: absolute;
  background: white;
  z-index: 1000;
  min-width: 10em;
  list-style: none;
  padding: 0;
  text-align: left;
  border-radius: 0 0 0 0; }
  div.gru-nav > ul ul > li a {
    color: white; }

div.gru-nav > ul ul a {
  width: 100%; }

div.gru-nav > ul ul li:last-child a {
  border-radius: 0 0 0 0; }

div.gru-nav > ul li:hover ul {
  display: block; }

@media screen and (min-width: 1151px) {
  div.gru-nav > ul li:focus-within ul {
    display: block; } }

.gru-nav-button::-moz-focus-inner {
  border: 0; }

.gru-nav-button {
  display: none;
  border-radius: 0 0 0 0;
  cursor: pointer; }

div.gru-nav span.badge,
div.menucell span.badge {
  font-size: 80%;
  line-height: 100%; }

div.gru-nav span.badge::before,
div.menucell span.badge::before {
  content: '('; }

div.gru-nav span.badge::after,
div.menucell span.badge::after {
  content: ')'; }

@media screen and (max-width: 1150px) {
  div.gru-nav span.badge::before,
  div.menucell span.badge::before {
    content: none; }
  div.gru-nav span.badge::after,
  div.menucell span.badge::after {
    content: none; } }

.pwa-navigation {
  background: white;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  display: none; }
  .pwa-navigation #nav-wrapper {
    padding: 0;
    margin: 0; }
  .pwa-navigation div > ul,
  .pwa-navigation div#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex; }
    .pwa-navigation div > ul li,
    .pwa-navigation div#nav ul li {
      flex: 1;
      position: relative;
      margin-left: 0;
      text-align: center; }
      .pwa-navigation div > ul li.selected:hover a, .pwa-navigation div > ul li:hover a,
      .pwa-navigation div#nav ul li.selected:hover a,
      .pwa-navigation div#nav ul li:hover a {
        background-color: #ddd;
        color: #1b1c22; }
      .pwa-navigation div > ul li.selected a,
      .pwa-navigation div#nav ul li.selected a {
        background-color: white;
        color: #1b1c22; }
      .pwa-navigation div > ul li a,
      .pwa-navigation div#nav ul li a {
        text-decoration: none;
        transition: background 0.5s, color 0.5s;
        background: transparent 50% 10px no-repeat;
        color: black;
        display: block;
        width: 100%;
        line-height: 0.8em;
        padding: 0px 4px;
        height: 68px;
        padding-top: 34px;
        border-bottom: 0; }
        .pwa-navigation div > ul li a span,
        .pwa-navigation div#nav ul li a span {
          display: block;
          overflow: hidden;
          text-overflow: ellipsis;
          height: 34px;
          font-size: 10px; }
          .pwa-navigation div > ul li a span span.badge,
          .pwa-navigation div#nav ul li a span span.badge {
            display: block;
            background: #e22;
            color: white;
            font-size: 80%;
            position: absolute;
            top: 10px;
            left: calc(50% + 10px);
            border-radius: 100%;
            height: 2em;
            line-height: 2em;
            width: 2em; }
      .pwa-navigation div > ul li::before,
      .pwa-navigation div#nav ul li::before {
        position: absolute;
        background-position: 50% 2px;
        width: 100%; }

@media screen and (max-width: 1150px) {
  .pwa-navigation {
    display: block; }
  .has-pwa-navigation .site-footer {
    margin-bottom: 68px; } }

@media screen and (max-width: 1150px) {
  .site-nav {
    background: white;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%; }
    .site-nav #nav-wrapper {
      padding: 0;
      margin: 0; }
    .site-nav div > ul,
    .site-nav div#nav ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex; }
      .site-nav div > ul li,
      .site-nav div#nav ul li {
        flex: 1;
        position: relative;
        margin-left: 0;
        text-align: center; }
        .site-nav div > ul li.selected:hover a, .site-nav div > ul li:hover a,
        .site-nav div#nav ul li.selected:hover a,
        .site-nav div#nav ul li:hover a {
          background-color: #ddd;
          color: #1b1c22; }
        .site-nav div > ul li.selected a,
        .site-nav div#nav ul li.selected a {
          background-color: white;
          color: #1b1c22; }
        .site-nav div > ul li a,
        .site-nav div#nav ul li a {
          text-decoration: none;
          transition: background 0.5s, color 0.5s;
          background: transparent 50% 10px no-repeat;
          color: black;
          display: block;
          width: 100%;
          line-height: 0.8em;
          padding: 0px 4px;
          height: 68px;
          padding-top: 34px;
          border-bottom: 0; }
          .site-nav div > ul li a span,
          .site-nav div#nav ul li a span {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            height: 34px;
            font-size: 10px; }
            .site-nav div > ul li a span span.badge,
            .site-nav div#nav ul li a span span.badge {
              display: block;
              background: #e22;
              color: white;
              font-size: 80%;
              position: absolute;
              top: 10px;
              left: calc(50% + 10px);
              border-radius: 100%;
              height: 2em;
              line-height: 2em;
              width: 2em; }
        .site-nav div > ul li::before,
        .site-nav div#nav ul li::before {
          position: absolute;
          background-position: 50% 2px;
          width: 100%; }
  body.has-picture[data-picture] .site-nav::after {
    content: none; }
  .site-footer {
    margin-bottom: 68px; } }

@media screen and (min-width: 1151px) {
  .column .a2-block,
  .column .cell,
  .block {
    margin-left: 10px;
    margin-right: 10px; }
  .column:first-child .block,
  .column:first-child .a2-block,
  .column:first-child .cell {
    margin-left: 0; }
  .column:last-child .block,
  .column:last-child .a2-block,
  .column:last-child .cell {
    margin-right: 0; } }

.a2-block {
  margin: 4em auto;
  max-width: 45em; }
  .a2-block form, .a2-block p {
    margin: 1em 0;
    line-height: 1.4; }
  @media screen and (max-width: 1150px) {
    .a2-block {
      margin: 0 auto; } }
div#sidebar + div#columns div.a2-block {
  margin: 0 0 3em 0; }

div#sidebar + div#columns .methods2 .a2-block {
  margin-right: 2em; }

.godo-dialog, .a2-block,
.gru-content .cell,
.block {
  text-align: left;
  background: white;
  color: inherit;
  border: 1px solid #ebecf0;
  border-radius: 16px;
  margin-top: 0;
  margin-bottom: 10px; }
  .godo-dialog h2 + div, .a2-block h2 + div,
  .gru-content .cell h2 + div,
  .block h2 + div,
  .godo-dialog .cell--body,
  .a2-block .cell--body,
  .gru-content .cell .cell--body,
  .block .cell--body {
    padding: 1rem; }
    .godo-dialog h2 + div > :first-child, .a2-block h2 + div > :first-child,
    .gru-content .cell h2 + div > :first-child,
    .block h2 + div > :first-child,
    .godo-dialog .cell--body > :first-child,
    .a2-block .cell--body > :first-child,
    .gru-content .cell .cell--body > :first-child,
    .block .cell--body > :first-child {
      margin-top: 0; }
    .godo-dialog h2 + div > :last-child, .a2-block h2 + div > :last-child,
    .gru-content .cell h2 + div > :last-child,
    .block h2 + div > :last-child,
    .godo-dialog .cell--body > :last-child,
    .a2-block .cell--body > :last-child,
    .gru-content .cell .cell--body > :last-child,
    .block .cell--body > :last-child {
      margin-bottom: 0; }
  .godo-dialog h2 + div.links-list, .a2-block h2 + div.links-list,
  .gru-content .cell h2 + div.links-list,
  .block h2 + div.links-list {
    padding: 0; }

.gru-content .cell.wcsformsofcategorycell h2 ~ div.intro {
  padding: 1rem; }

.gru-content div.cell.categoriescell div div {
  padding: 0;
  margin: 0; }

.gru-content .tracking-code-input-cell form > p:first-child {
  margin-top: 0; }

.gru-content .tracking-code-input-cell form input, .gru-content .tracking-code-input-cell form button {
  vertical-align: middle; }

.gru-content .tracking-code-input-cell form input {
  min-width: 0; }

div#rub_service div.category h3,
.gru-content div.a2-block h2,
.gru-content .block h2,
div.links-list h2,
.gru-content div.textcell h2:first-child,
.gru-content div.cell h2:first-child {
  position: relative;
  margin: -1px;
  border-radius: 16px; }
  div#rub_service div.category h3:not(:only-child),
  .gru-content div.a2-block h2:not(:only-child),
  .gru-content .block h2:not(:only-child),
  div.links-list h2:not(:only-child),
  .gru-content div.textcell h2:first-child:not(:only-child),
  .gru-content div.cell h2:first-child:not(:only-child) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

div.links-list p {
  margin: 1em; }

div#rub_service div.category ul,
div.links-list ul,
div.menucell ul,
div.categoriescell ul,
div.wcsformsofcategorycell ul,
div.wcscurrentdraftscell ul,
div.wcscurrentformscell ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  z-index: 0; }
  div#rub_service div.category ul > li:not(:last-child),
  div.links-list ul > li:not(:last-child),
  div.menucell ul > li:not(:last-child),
  div.categoriescell ul > li:not(:last-child),
  div.wcsformsofcategorycell ul > li:not(:last-child),
  div.wcscurrentdraftscell ul > li:not(:last-child),
  div.wcscurrentformscell ul > li:not(:last-child) {
    border-bottom: 1px solid #ccc; }
  div#rub_service div.category ul > li > a,
  div.links-list ul > li > a,
  div.menucell ul > li > a,
  div.categoriescell ul > li > a,
  div.wcsformsofcategorycell ul > li > a,
  div.wcscurrentdraftscell ul > li > a,
  div.wcscurrentformscell ul > li > a {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    padding: 1rem;
    color: #dc1822;
    font-weight: normal;
    position: relative;
    text-decoration: none; }
    div#rub_service div.category ul > li > a:hover,
    div.links-list ul > li > a:hover,
    div.menucell ul > li > a:hover,
    div.categoriescell ul > li > a:hover,
    div.wcsformsofcategorycell ul > li > a:hover,
    div.wcscurrentdraftscell ul > li > a:hover,
    div.wcscurrentformscell ul > li > a:hover {
      color: white;
      background-color: #dc1822; }
  div#rub_service div.category ul .add-more-items--button,
  div.links-list ul .add-more-items--button,
  div.menucell ul .add-more-items--button,
  div.categoriescell ul .add-more-items--button,
  div.wcsformsofcategorycell ul .add-more-items--button,
  div.wcscurrentdraftscell ul .add-more-items--button,
  div.wcscurrentformscell ul .add-more-items--button {
    display: block;
    padding: 0.5rem 1rem;
    cursor: pointer;
    text-align: center; }
  div#rub_service div.category ul li div.description,
  div.links-list ul li div.description,
  div.menucell ul li div.description,
  div.categoriescell ul li div.description,
  div.wcsformsofcategorycell ul li div.description,
  div.wcscurrentdraftscell ul li div.description,
  div.wcscurrentformscell ul li div.description {
    padding: 0 1rem;
    font-size: 0.9em;
    color: #666; }
    div#rub_service div.category ul li div.description p,
    div.links-list ul li div.description p,
    div.menucell ul li div.description p,
    div.categoriescell ul li div.description p,
    div.wcsformsofcategorycell ul li div.description p,
    div.wcscurrentdraftscell ul li div.description p,
    div.wcscurrentformscell ul li div.description p {
      margin-top: 0;
      margin-bottom: 0.7em; }
  div#rub_service div.category ul > li:last-child a:only-child,
  div.links-list ul > li:last-child a:only-child,
  div.menucell ul > li:last-child a:only-child,
  div.categoriescell ul > li:last-child a:only-child,
  div.wcsformsofcategorycell ul > li:last-child a:only-child,
  div.wcscurrentdraftscell ul > li:last-child a:only-child,
  div.wcscurrentformscell ul > li:last-child a:only-child {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px; }
  div#rub_service div.category ul > li:first-child:not(.more-items--item) a,
  div.links-list ul > li:first-child:not(.more-items--item) a,
  div.menucell ul > li:first-child:not(.more-items--item) a,
  div.categoriescell ul > li:first-child:not(.more-items--item) a,
  div.wcsformsofcategorycell ul > li:first-child:not(.more-items--item) a,
  div.wcscurrentdraftscell ul > li:first-child:not(.more-items--item) a,
  div.wcscurrentformscell ul > li:first-child:not(.more-items--item) a {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px; }
  div#rub_service div.category ul li:not(:last-child) li a:only-child,
  div.links-list ul li:not(:last-child) li a:only-child,
  div.menucell ul li:not(:last-child) li a:only-child,
  div.categoriescell ul li:not(:last-child) li a:only-child,
  div.wcsformsofcategorycell ul li:not(:last-child) li a:only-child,
  div.wcscurrentdraftscell ul li:not(:last-child) li a:only-child,
  div.wcscurrentformscell ul li:not(:last-child) li a:only-child {
    border-radius: 0; }
  div#rub_service div.category ul li li:first-child a,
  div.links-list ul li li:first-child a,
  div.menucell ul li li:first-child a,
  div.categoriescell ul li li:first-child a,
  div.wcsformsofcategorycell ul li li:first-child a,
  div.wcscurrentdraftscell ul li li:first-child a,
  div.wcscurrentformscell ul li li:first-child a {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.gru-content div.link-list-cell.has-asset-picture picture img,
.gru-content div.wcsformsofcategorycell.has-asset-picture picture img {
  display: block;
  padding: 0.5rem; }

div.list-of-forms span.form-number {
  flex-grow: 1;
  margin-right: 1rem;
  opacity: 0.76;
  font-size: 0.8em; }

div.list-of-forms span.form-status {
  margin-right: 0;
  margin-left: auto; }

div.list-of-forms span.form-title {
  margin-right: 1rem; }

div.cell div.intro p {
  margin: 0; }

div.cell div.intro p + p {
  margin-top: 0.7em; }

.gru-content div.cell.no-bottom-margin {
  margin-bottom: 0;
  border-radius: 16px 16px 0 0;
  border-bottom: 0; }
  .gru-content div.cell.no-bottom-margin p:last-child {
    margin-bottom: 0;
    padding-bottom: 0.7em; }
  .gru-content div.cell.no-bottom-margin .links-list ul > li:last-child, .gru-content div.cell.no-bottom-margin.menu-cell ul > li:last-child {
    border-bottom: 1px solid #ccc; }
    .gru-content div.cell.no-bottom-margin .links-list ul > li:last-child > a, .gru-content div.cell.no-bottom-margin.menu-cell ul > li:last-child > a {
      border-radius: 0; }
  .gru-content div.cell.no-bottom-margin + div {
    margin-top: 0;
    border-radius: 0 0 16px 16px;
    border-top: 0; }
    .gru-content div.cell.no-bottom-margin + div.no-bottom-margin {
      border-radius: 0; }
    .gru-content div.cell.no-bottom-margin + div p:first-child {
      margin-top: 0;
      padding-top: 0.7em; }

.gru-content div.cell div.textcell {
  /* don't include margins/borders for textcells embedded in
		 * other cells (via extra placeholders) */
  border: 0;
  margin-left: 0;
  margin-right: 0; }
  .gru-content div.cell div.textcell p, .gru-content div.cell div.textcell h3, .gru-content div.cell div.textcell h4, .gru-content div.cell div.textcell h5 {
    margin-left: 0;
    margin-right: 0; }

div.menucell li li {
  border-bottom: none;
  border-top: 1px solid #ccc; }
  div.menucell li li a {
    padding-left: 3em;
    font-size: 0.9em; }

div.searchcell form {
  position: relative;
  display: flex;
  padding: 1em; }
  div.searchcell form input {
    flex: 1;
    margin: 0;
    margin-right: 1rem;
    width: 0; }
  div.searchcell form .combo-search--button {
    margin-right: 0; }
  div.searchcell form::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #aaa;
    width: 0%; }
  div.searchcell form.searching::after {
    -webkit-animation: cell-loading-pulse 0.5s linear infinite alternate;
    animation: cell-loading-pulse 0.5s linear infinite alternate; }

#sidebar div.searchcell form {
  display: block; }
  #sidebar div.searchcell form input {
    width: 100%;
    margin-bottom: 0.2em; }

div.cell div.loading {
  color: #444;
  position: relative; }

@-webkit-keyframes cell-loading-pulse {
  to {
    width: 100%; } }

@keyframes cell-loading-pulse {
  to {
    width: 100%; } }

div.cell div.loading span {
  position: relative;
  z-index: 10;
  padding: 0.3rem;
  display: inline-block; }

div.cell div.loading::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  width: 0px;
  background: #eee;
  height: 100%;
  border-radius: 16px;
  -webkit-animation: cell-loading-pulse 2s linear infinite alternate;
  animation: cell-loading-pulse 2s linear infinite alternate; }

div.cell div.loading.error-loading {
  border-radius: 16px;
  background: #f44; }

div.cell div.loading.error-loading::after {
  content: none; }

.gru-content div.cell.shown-because-admin {
  opacity: 0.5;
  background-image: repeating-linear-gradient(-45deg, #eee 0px, #eee 14px, transparent 15px, transparent 30px); }
  .gru-content div.cell.shown-because-admin h2 {
    background: transparent; }
  .gru-content div.cell.shown-because-admin:hover {
    opacity: 1;
    background-image: inherit; }
    .gru-content div.cell.shown-because-admin:hover h2 {
      background: inherit; }

.gru-content .lingo-basket-cell.cell h2 + .lingo-basket-cell--content {
  padding: 0; }

.lingo-basket-cell--regie-name {
  padding-left: 1rem;
  padding-right: 1rem; }

.lingo-basket-cell--list {
  list-style: none;
  margin: 0;
  padding: 0; }

.lingo-basket-cell--item {
  padding: 1rem;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline; }
  .lingo-basket-cell--item-label {
    overflow: hidden; }
  .lingo-basket-cell--item-price {
    text-align: right;
    flex: 1 0 5rem; }
  @media (max-width: 1150px) {
    .lingo-basket-cell--item-actions {
      flex: 1 0 100%; } }
  @media (min-width: 1151px) {
    .lingo-basket-cell--item-actions {
      margin-left: 1em; } }
  .lingo-basket-cell--item-remove {
    text-align: right; }

.lingo-basket-cell--total {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: right; }

div.lingobasketcell button, div.newsletterscell button,
div.lingobasketcell input[type=submit], div.newsletterscell input[type=submit] {
  margin: 0 1em 1em 1em; }

.newsletterscell table {
  width: 100%;
  font-size: 0.9em;
  margin: 0.5em 0; }
  .newsletterscell table thead td, .newsletterscell table tbody td {
    padding-left: 5px; }
  .newsletterscell table thead td {
    font-weight: bold;
    text-align: center; }
  .newsletterscell table tbody td:nth-child(1) {
    text-align: left; }
  .newsletterscell table tbody td {
    text-align: center; }

div.feedcell h3 {
  margin: 0 0 0.3em 0; }

div.feedcell div.feed-content div,
div.feedcell div.feed-content p {
  margin: 0.3em 0 1em 0; }

div.feedcell img {
  max-width: 100%; }

div.bookingcalendar p.paginator {
  position: relative;
  margin-top: 0;
  text-align: center; }
  div.bookingcalendar p.paginator span.previous, div.bookingcalendar p.paginator span.next {
    opacity: 0.5; }
  div.bookingcalendar p.paginator .previous {
    position: absolute;
    left: 0; }
  div.bookingcalendar p.paginator .next {
    position: absolute;
    right: 0; }

div.bookingcalendar table th {
  text-align: center;
  height: 2.2em; }

div.bookingcalendar table tbody th {
  padding-right: 0.7em; }

div.bookingcalendar table td {
  border: 1px solid #ddd;
  position: relative; }
  div.bookingcalendar table td input[type=checkbox] {
    position: relative;
    display: block;
    width: 100%;
    z-index: 10; }
  div.bookingcalendar table td input[type=checkbox] + label {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    transition: background 0.3s ease; }
  div.bookingcalendar table td input[type=checkbox]:disabled + label {
    background: #ccc; }
  div.bookingcalendar table td.active-column input, div.bookingcalendar table td.active-column label {
    pointer-events: none; }
  div.bookingcalendar table td.active-column.clickable input, div.bookingcalendar table td.active-column.clickable label {
    pointer-events: auto; }
  div.bookingcalendar table td input[type=checkbox]:checked + label {
    background: #00c500; }
  div.bookingcalendar table td.absent {
    background: #eee; }
  div.bookingcalendar table td.unavailable {
    background: #c50000; }

div.bookingcalendar table {
  margin-bottom: 1em; }

#registration-blocks.methods2 > .a2-block,
#login-page.methods2 > .block {
  width: 50%;
  width: calc(50% - 2em);
  margin-left: 0;
  margin-right: 2em;
  float: left; }

#registration-blocks.methods3 > .a2-block,
#login-page.methods3 > .block {
  width: 33%;
  width: calc(33% - 2em);
  margin-left: 0;
  margin-right: 2em;
  float: left; }

@media screen and (max-width: 1150px) {
  #registration-blocks.methods2 > .a2-block,
  #registration-blocks.methods3 > .a2-block,
  #login-page.methods2 > .block,
  #login-page.methods3 > .block {
    width: auto;
    float: none;
    margin-right: 0; } }

div.cell hr {
  width: 80%; }

.gru-content div.tipipaymentformcell > div > div {
  padding: 0 1em; }
  .gru-content div.tipipaymentformcell > div > div form #exer, .gru-content div.tipipaymentformcell > div > div form #idligne, .gru-content div.tipipaymentformcell > div > div form #idpce,
  .gru-content div.tipipaymentformcell > div > div form #rolrec, .gru-content div.tipipaymentformcell > div > div form #roldeb, .gru-content div.tipipaymentformcell > div > div form #roldet,
  .gru-content div.tipipaymentformcell > div > div form #montant_euros, .gru-content div.tipipaymentformcell > div > div form #montant_cents {
    width: auto; }

div.familyinfoscell h3 {
  padding: 5px 0;
  margin: 5px 0; }

div.familyinfoscell div.address {
  margin: 0.7em 0; }
  div.familyinfoscell div.address h4 {
    margin: 0; }

div.familyinfoscell div.family-data {
  padding-bottom: 1.5em;
  border-bottom: 0; }

div.familyinfoscell div.family_unlink {
  text-align: right; }

div.familyinfoscell div.family_members {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 1150px) {
    div.familyinfoscell div.family_members {
      flex-direction: column; } }
div.familyinfoscell div.family_adults, div.familyinfoscell div.family_children {
  width: 48%; }
  @media screen and (max-width: 1150px) {
    div.familyinfoscell div.family_adults, div.familyinfoscell div.family_children {
      width: auto; } }
  div.familyinfoscell div.family_adults > div, div.familyinfoscell div.family_children > div {
    border-bottom: 0;
    padding-bottom: 0.7em;
    margin: 0.7em 0; }
  div.familyinfoscell div.family_adults .name, div.familyinfoscell div.family_children .name {
    font-size: 115%; }

div.familyinfoscell p {
  margin: 0;
  padding: 0; }
  div.familyinfoscell p span.label {
    font-weight: bold; }

div.cell.foldable > div > h2:first-child {
  padding-right: 2em;
  cursor: pointer; }
  div.cell.foldable > div > h2:first-child::after {
    font-family: FontAwesome;
    content: "";
    position: absolute;
    right: 1em;
    width: 1em;
    text-align: right; }

div.cell.foldable > div > h2:first-child,
div.cell.foldable > div > picture {
  cursor: pointer; }

div.cell.foldable.folded > div > h2:first-child::after {
  content: ""; }

div.cell.foldable.folded > div > h2:first-child ~ *:not(picture) {
  display: none; }

#footer .menucell {
  /* custom style for menu cells in footer, center links on a single line */
  text-align: center; }
  #footer .menucell li {
    display: inline-block;
    border: none;
    border-right: none; }
    #footer .menucell li:last-child {
      border-right: none; }
    #footer .menucell li a {
      border-radius: 0;
      border: none;
      color: #ffffff;
      padding: 0.5rem 1rem;
      text-decoration: none; }
      #footer .menucell li a:hover {
        text-decoration: underline;
        background: none; }

div.gallerycell div.gallery {
  text-align: center; }
  div.gallerycell div.gallery img {
    max-width: 100%;
    border: 1px solid #888; }

.gru-content .cell-items-pagination,
.gru-content .cell-cards--items-pagination {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline; }
  @media (max-width: 560px) {
    .gru-content .cell-items-pagination-prev,
    .gru-content .cell-cards--items-pagination-prev {
      margin-right: auto; } }
  .gru-content .cell-items-pagination-next,
  .gru-content .cell-cards--items-pagination-next {
    order: 3;
    margin-right: 0;
    margin-left: auto; }
  .gru-content .cell-items-pagination-page,
  .gru-content .cell-cards--items-pagination-page {
    all: unset;
    color: #dc1822;
    text-decoration: none; }
    .gru-content .cell-items-pagination-page:hover,
    .gru-content .cell-cards--items-pagination-page:hover {
      all: unset;
      text-decoration: underline;
      cursor: pointer; }
    .gru-content .cell-items-pagination-page[disabled],
    .gru-content .cell-cards--items-pagination-page[disabled] {
      text-decoration: none;
      cursor: default; }
    .gru-content .cell-items-pagination-page.current, .gru-content .cell-items-pagination-page.current:hover,
    .gru-content .cell-cards--items-pagination-page.current,
    .gru-content .cell-cards--items-pagination-page.current:hover {
      background-color: rgba(0, 0, 0, 0.06);
      color: #dc1822;
      padding-top: 0.33em;
      padding-bottom: 0.33em; }
  .gru-content .cell-items-pagination-page, .gru-content .cell-items-pagination-page:hover, .gru-content .cell-items-pagination-ellipsis, .gru-content .cell-items-pagination-ellipsis:hover,
  .gru-content .cell-cards--items-pagination-page,
  .gru-content .cell-cards--items-pagination-page:hover,
  .gru-content .cell-cards--items-pagination-ellipsis,
  .gru-content .cell-cards--items-pagination-ellipsis:hover {
    order: 1;
    padding-right: 0.33em;
    padding-left: 0.33em;
    padding-top: 0.7em;
    padding-bottom: 0.7em; }
  .gru-content .cell-items-pagination-state,
  .gru-content .cell-cards--items-pagination-state {
    padding-right: 0.5em;
    padding-left: 0.5em;
    order: 2;
    text-decoration: none; }
    @media (max-width: 560px) {
      .gru-content .cell-items-pagination-state,
      .gru-content .cell-cards--items-pagination-state {
        margin-right: auto; } }
.gru-content .cell-cards--filters {
  padding: 1rem; }

.wcs-card-cell img {
  max-width: 100%; }

.wcs-card-cell.card-table .pk-data-table {
  width: 100%; }

.wcs-card-cell .pk-card-field-filename img {
  display: block;
  max-width: 100%;
  max-height: 25vh; }

.empty-cell {
  display: none !important; }

div.links-list ul > li.latest-page-updates-cell--item a {
  display: block; }

div.notifications-cell li.combo-notification:not(.combo-notification-acked), div.notifications-cell li.combo-notification:not(.combo-notification-acked) > a {
  font-weight: bolder; }

.pk-list-zebra li:nth-child(2n+1) {
  background: rgba(0, 0, 0, 0.06); }

#toplinks {
  position: absolute;
  top: 0;
  left: auto;
  right: 1em;
  border-radius: 0 0 1em 1em;
  background: white;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
  width: auto;
  padding: 0.7em 2em 0.2em 2em;
  border: 3px solid #910956;
  border-width: 0 1px 1px 1px;
  word-spacing: .33em; }
  @media screen and (max-width: 1150px) {
    #toplinks {
      border-right: 0;
      right: 0;
      max-width: 90%;
      text-align: right;
      border-bottom-right-radius: 0; } }
  #toplinks a {
    display: inline-block;
    word-spacing: 0; }

@media screen and (max-width: 1150px) {
  #toplinks span.connected-user {
    padding-right: 0; } }

.toplinks--list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .toplinks--list-item {
    display: inline;
    margin: 0;
    padding: 0; }

body .ui-front {
  z-index: 1000; }

.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-widget-content {
  border: 1px solid #aaa;
  background: white; }
  .ui-widget-content .ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc;
    position: relative;
    text-align: center;
    padding: 3px; }
    .ui-widget-content .ui-widget-header a {
      color: #333; }

.ui-datepicker {
  display: none;
  padding: .2em .2em 0; }
  .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49%; }
  .ui-datepicker .ui-datepicker-title {
    margin: 0 2.5em; }
  .ui-datepicker table {
    width: 100%;
    border-collapse: collapse; }
    .ui-datepicker table td {
      text-align: right; }
      .ui-datepicker table td a {
        background: #eee;
        border: 1px solid #aaa;
        display: block;
        padding: 0.3em 0.7em; }
        .ui-datepicker table td a:hover {
          border-color: #666; }
  .ui-datepicker a {
    border-bottom: 0; }
  .ui-datepicker .ui-datepicker-prev {
    display: block;
    position: absolute;
    left: 0.3em;
    cursor: pointer; }
    .ui-datepicker .ui-datepicker-prev::after {
      font-family: FontAwesome;
      content: "\f060"; }
    .ui-datepicker .ui-datepicker-prev span {
      display: none; }
  .ui-datepicker .ui-datepicker-next {
    display: block;
    position: absolute;
    right: 0.3em;
    cursor: pointer; }
    .ui-datepicker .ui-datepicker-next::after {
      font-family: FontAwesome;
      content: "\f061"; }
    .ui-datepicker .ui-datepicker-next span {
      display: none; }

.ui-helper-clearfix {
  min-height: 0; }
  .ui-helper-clearfix::before, .ui-helper-clearfix::after {
    content: "";
    display: table;
    border-collapse: collapse; }
  .ui-helper-clearfix::after {
    clear: both; }

div.ui-widget-overlay {
  background: #333;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: 1000; }

.ui-widget {
  font-size: 1.1em; }
  .ui-widget .ui-widget {
    font-size: 1em; }

div.ui-dialog {
  border: 0;
  outline: 0;
  background: white;
  box-shadow: #666666 0px 0px 20px 2px;
  padding: 0;
  border-radius: 0;
  max-width: 80%;
  min-width: 30%;
  position: absolute; }
  div.ui-dialog .ui-dialog-titlebar {
    background: #eee;
    border-radius: 0;
    border: none;
    position: relative;
    padding: 0.4em 1em;
    cursor: move;
    text-align: left; }
    div.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
      font-size: 130%;
      font-weight: normal; }
    div.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
      position: absolute;
      right: .3em;
      height: 20px;
      min-width: 20px;
      padding: 0;
      color: transparent;
      margin-right: 0; }
      div.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon-closethick::after {
        color: #333;
        content: "\f00d";
        font-family: FontAwesome;
        display: block; }
      div.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-button-text {
        display: block;
        text-indent: -9999999px; }
    div.ui-dialog .ui-dialog-titlebar button {
      padding: 0;
      border: 1px solid transparent;
      background: transparent;
      box-shadow: none;
      cursor: pointer; }
  div.ui-dialog .ui-widget-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto; }
  div.ui-dialog .ui-dialog-buttonpane {
    position: relative;
    background: #eee;
    border-top: 1px solid #aaaaaa;
    margin-top: 0.5em;
    padding: 0.3em 1em 0.5em 0.4em; }
    div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
      float: right; }
    div.ui-dialog .ui-dialog-buttonpane button {
      margin: 0.5em 0 0.5em 1em; }
  div.ui-dialog form p input,
  div.ui-dialog form p select,
  div.ui-dialog form p textarea,
  div.ui-dialog form p .godo--editor {
    width: 100%; }
  div.ui-dialog form p input[type=radio], div.ui-dialog form p input[type=checkbox] {
    width: auto; }

.ui-tooltip {
  display: inline-block;
  box-shadow: #666 0px 0px 4px 0px;
  z-index: 100000; }
  .ui-tooltip div.ui-tooltip-content {
    background: white;
    padding: 0.7em; }

ul.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 15em;
  overflow-y: scroll;
  overflow-x: hidden; }
  ul.ui-autocomplete li {
    margin: 0;
    padding: 0 0.7em;
    position: relative;
    min-height: 0; }
    ul.ui-autocomplete li:hover {
      background: #eee; }

/* angle right */
/* angle left */
/* remove icon */
input, select, button, textarea, .godo--editor {
  font-size: 100%;
  font-family: Poppins, sans-serif;
  vertical-align: baseline; }

input, select {
  text-overflow: ellipsis;
  overflow: hidden; }

label {
  margin-bottom: 0; }

form div.widget {
  margin-bottom: 1.5em; }

span.required {
  margin-left: 0.3em;
  position: relative;
  top: -0.1em; }

div.widget div.title {
  margin-bottom: 0; }

div.buttons {
  margin-top: 2em; }

div.buttons div {
  display: inline-block; }
  div.buttons div input[name="submit"] {
    font-weight: bold; }

#page.place a.action-call,
#page.place a.action-goto, a.pk-button, a.lingo-basket-cell--item-pay, a.pk-big-button, a[class*='pk-button-'], a[class*='pk-big-button-'], .pk-button.link-cell ul > li > a, .link-cell.lingo-basket-cell--item-pay ul > li > a, .pk-big-button.link-cell ul > li > a,
[class*='pk-button-'].link-cell ul > li > a, [class*='pk-big-button-'].link-cell ul > li > a, div.table-container ul.pagination li.previous a, div.table-container ul.pagination li.next a, .fargo-pick-popup button,
button.ui-button,
a#a2-continue,
.gru-content button,
input[type=submit],
div.buttons input, a.pk-button-submit, a.pk-big-button-submit, .pk-button-submit.link-cell ul > li > a, .pk-big-button-submit.link-cell ul > li > a, .godo-dialog--valid, .gru-content button.submit-button,
div.buttons .submit-button button, a.pk-button-delete, a.pk-big-button-delete, .pk-button-delete.link-cell ul > li > a, .pk-big-button-delete.link-cell ul > li > a, .wcs-block-with-remove-button .remove-button, div.fileinfo .remove, .godo-dialog--remove, a.pk-button-cancel, a.pk-big-button-cancel, .pk-button-cancel.link-cell ul > li > a, .pk-big-button-cancel.link-cell ul > li > a, .godo-dialog--cancel, .gru-content button.cancel-button,
div.buttons .cancel-button button, .inverted-button {
  --color: #ffffff;
  --background: #1b1c22;
  --border-color: transparent;
  --hover-color: #ffffff;
  --hover-background: #dc1822;
  --hover-border-color: var(--border-color);
  background: var(--background);
  text-align: center;
  color: var(--color);
  padding: 0.625rem 1rem;
  cursor: pointer;
  border: 1px solid transparent;
  border-color: var(--border-color);
  border-radius: 0;
  transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
  margin-right: 1.5em;
  vertical-align: middle;
  box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.21);
  text-decoration: none;
  line-height: normal; }
  #page.place a[aria-pressed=true].action-call,
  #page.place a[aria-pressed=true].action-goto, a[aria-pressed=true].pk-button, a[aria-pressed=true].lingo-basket-cell--item-pay, a[aria-pressed=true].pk-big-button, a[aria-pressed=true][class*='pk-button-'], a[aria-pressed=true][class*='pk-big-button-'], .pk-button.link-cell ul > li > a[aria-pressed=true], .link-cell.lingo-basket-cell--item-pay ul > li > a[aria-pressed=true], .pk-big-button.link-cell ul > li > a[aria-pressed=true],
  [class*='pk-button-'].link-cell ul > li > a[aria-pressed=true], [class*='pk-big-button-'].link-cell ul > li > a[aria-pressed=true], div.table-container ul.pagination li.previous a[aria-pressed=true], div.table-container ul.pagination li.next a[aria-pressed=true], .fargo-pick-popup button[aria-pressed=true],
  button[aria-pressed=true].ui-button,
  a[aria-pressed=true]#a2-continue,
  .gru-content button[aria-pressed=true],
  input[aria-pressed=true][type=submit],
  div.buttons input[aria-pressed=true], a[aria-pressed=true].pk-button-submit, a[aria-pressed=true].pk-big-button-submit, .pk-button-submit.link-cell ul > li > a[aria-pressed=true], .pk-big-button-submit.link-cell ul > li > a[aria-pressed=true], [aria-pressed=true].godo-dialog--valid,
  div.buttons .submit-button button[aria-pressed=true], a[aria-pressed=true].pk-button-delete, a[aria-pressed=true].pk-big-button-delete, .pk-button-delete.link-cell ul > li > a[aria-pressed=true], .pk-big-button-delete.link-cell ul > li > a[aria-pressed=true], .wcs-block-with-remove-button [aria-pressed=true].remove-button, div.fileinfo [aria-pressed=true].remove, [aria-pressed=true].godo-dialog--remove, a[aria-pressed=true].pk-button-cancel, a[aria-pressed=true].pk-big-button-cancel, .pk-button-cancel.link-cell ul > li > a[aria-pressed=true], .pk-big-button-cancel.link-cell ul > li > a[aria-pressed=true], [aria-pressed=true].godo-dialog--cancel,
  div.buttons .cancel-button button[aria-pressed=true], [aria-pressed=true].inverted-button, #page.place a.action-call:hover,
  #page.place a.action-goto:hover, a.pk-button:hover, a.lingo-basket-cell--item-pay:hover, a.pk-big-button:hover, a[class*='pk-button-']:hover, a[class*='pk-big-button-']:hover, .pk-button.link-cell ul > li > a:hover, .link-cell.lingo-basket-cell--item-pay ul > li > a:hover, .pk-big-button.link-cell ul > li > a:hover,
  [class*='pk-button-'].link-cell ul > li > a:hover, [class*='pk-big-button-'].link-cell ul > li > a:hover, div.table-container ul.pagination li.previous a:hover, div.table-container ul.pagination li.next a:hover, .fargo-pick-popup button:hover,
  button.ui-button:hover,
  a#a2-continue:hover,
  .gru-content button:hover,
  input[type=submit]:hover,
  div.buttons input:hover, a.pk-button-submit:hover, a.pk-big-button-submit:hover, .pk-button-submit.link-cell ul > li > a:hover, .pk-big-button-submit.link-cell ul > li > a:hover, .godo-dialog--valid:hover,
  div.buttons .submit-button button:hover, a.pk-button-delete:hover, a.pk-big-button-delete:hover, .pk-button-delete.link-cell ul > li > a:hover, .pk-big-button-delete.link-cell ul > li > a:hover, .wcs-block-with-remove-button .remove-button:hover, div.fileinfo .remove:hover, .godo-dialog--remove:hover, a.pk-button-cancel:hover, a.pk-big-button-cancel:hover, .pk-button-cancel.link-cell ul > li > a:hover, .pk-big-button-cancel.link-cell ul > li > a:hover, .godo-dialog--cancel:hover,
  div.buttons .cancel-button button:hover, .inverted-button:hover {
    box-shadow: 0px 0px 5px #777;
    background: var(--hover-background);
    color: var(--hover-color);
    border-color: var(--hover-border-color); }
  #page.place a.action-call:disabled,
  #page.place a.action-goto:disabled, a.pk-button:disabled, a.lingo-basket-cell--item-pay:disabled, a.pk-big-button:disabled, a[class*='pk-button-']:disabled, a[class*='pk-big-button-']:disabled, .pk-button.link-cell ul > li > a:disabled, .link-cell.lingo-basket-cell--item-pay ul > li > a:disabled, .pk-big-button.link-cell ul > li > a:disabled,
  [class*='pk-button-'].link-cell ul > li > a:disabled, [class*='pk-big-button-'].link-cell ul > li > a:disabled, div.table-container ul.pagination li.previous a:disabled, div.table-container ul.pagination li.next a:disabled, .fargo-pick-popup button:disabled,
  button.ui-button:disabled,
  a#a2-continue:disabled,
  .gru-content button:disabled,
  input[type=submit]:disabled,
  div.buttons input:disabled, a.pk-button-submit:disabled, a.pk-big-button-submit:disabled, .pk-button-submit.link-cell ul > li > a:disabled, .pk-big-button-submit.link-cell ul > li > a:disabled, .godo-dialog--valid:disabled,
  div.buttons .submit-button button:disabled, a.pk-button-delete:disabled, a.pk-big-button-delete:disabled, .pk-button-delete.link-cell ul > li > a:disabled, .pk-big-button-delete.link-cell ul > li > a:disabled, .wcs-block-with-remove-button .remove-button:disabled, div.fileinfo .remove:disabled, .godo-dialog--remove:disabled, a.pk-button-cancel:disabled, a.pk-big-button-cancel:disabled, .pk-button-cancel.link-cell ul > li > a:disabled, .pk-big-button-cancel.link-cell ul > li > a:disabled, .godo-dialog--cancel:disabled,
  div.buttons .cancel-button button:disabled, .inverted-button:disabled {
    box-shadow: none;
    cursor: not-allowed;
    filter: grayscale(100%); }
  #page.place a.action-call:focus,
  #page.place a.action-goto:focus, a.pk-button:focus, a.lingo-basket-cell--item-pay:focus, a.pk-big-button:focus, a[class*='pk-button-']:focus, a[class*='pk-big-button-']:focus, .pk-button.link-cell ul > li > a:focus, .link-cell.lingo-basket-cell--item-pay ul > li > a:focus, .pk-big-button.link-cell ul > li > a:focus,
  [class*='pk-button-'].link-cell ul > li > a:focus, [class*='pk-big-button-'].link-cell ul > li > a:focus, div.table-container ul.pagination li.previous a:focus, div.table-container ul.pagination li.next a:focus, .fargo-pick-popup button:focus,
  button.ui-button:focus,
  a#a2-continue:focus,
  .gru-content button:focus,
  input[type=submit]:focus,
  div.buttons input:focus, a.pk-button-submit:focus, a.pk-big-button-submit:focus, .pk-button-submit.link-cell ul > li > a:focus, .pk-big-button-submit.link-cell ul > li > a:focus, .godo-dialog--valid:focus,
  div.buttons .submit-button button:focus, a.pk-button-delete:focus, a.pk-big-button-delete:focus, .pk-button-delete.link-cell ul > li > a:focus, .pk-big-button-delete.link-cell ul > li > a:focus, .wcs-block-with-remove-button .remove-button:focus, div.fileinfo .remove:focus, .godo-dialog--remove:focus, a.pk-button-cancel:focus, a.pk-big-button-cancel:focus, .pk-button-cancel.link-cell ul > li > a:focus, .pk-big-button-cancel.link-cell ul > li > a:focus, .godo-dialog--cancel:focus,
  div.buttons .cancel-button button:focus, .inverted-button:focus {
    outline: 2px solid #1b1c22;
    outline-offset: 1px; }

.inverted-button {
  background-color: #ffffff;
  color: #1b1c22;
  border: 1px solid transparent; }
  .inverted-button:hover {
    background: #ffffff;
    color: #dc1822; }

.gru-content form.disabled-during-submit div.buttons {
  cursor: wait; }
  .gru-content form.disabled-during-submit div.buttons button {
    pointer-events: none;
    box-shadow: none;
    opacity: 0.7; }

input, input[type="search"], textarea, .godo--editor, select, .is-form-widget .godo--editor {
  background: #fafafa;
  color: #1b1c22;
  border: 1px solid #d3d3d3;
  border-radius: 0;
  margin: 0.2em 0px;
  padding: 0.625rem 1rem;
  max-width: 100%;
  transition: background 0.5s ease, color 0.5s ease; }
  input:focus:not([readonly]), input[type="search"]:focus:not([readonly]), textarea:focus:not([readonly]), .godo--editor:focus:not([readonly]), select:focus:not([readonly]), .is-form-widget .godo--editor:focus:not([readonly]) {
    background-color: white;
    border: 1px solid #4b4b4b;
    color: #1b1c22;
    box-shadow: none; }
  input:focus, input[type="search"]:focus, textarea:focus, .godo--editor:focus, select:focus, .is-form-widget .godo--editor:focus {
    outline: 1px dotted #333;
    outline-offset: 0; }

select option {
  background: none;
  color: black; }

input[readonly], select[readonly], textarea[readonly], [readonly].godo--editor,
.widget-readonly span.select2-container span.select2-selection--single {
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  border-radius: 0; }

.widget-readonly span.select2-container span.select2-selection__arrow {
  display: none; }

select[readonly] {
  background-image: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding-right: 4em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQ0LjgiIGhlaWdodD0iNDQ0LjgiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDQ0NC44IDQ0NC44IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogPHBhdGggZD0ibTg1IDI0MC40MiAxMTAuMzEgMTEwLjMxYzE2LjYxIDE2LjYxIDQzLjQ0MSAxNi42MSA2MC4wNTEgMGwxMTAuMzEtMTEwLjMxYzI2LjgzMS0yNi44MzEgNy42NjYxLTcyLjgyOC0zMC4yMzktNzIuODI4aC0yMjAuNjFjLTM3LjkwNSAwLTU2LjY0NCA0NS45OTctMjkuODEzIDcyLjgyOHoiIGZpbGw9IiMxYjFjMjIiLz4KPC9zdmc+Cg==");
  background-position: right 1.3rem center;
  background-repeat: no-repeat;
  background-size: 1rem auto; }
  select::-ms-expand {
    display: none; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  margin-right: 0.7em;
  margin-bottom: 0; }
  input[type="checkbox"]:focus,
  input[type="radio"]:focus {
    outline: 1px dotted #333;
    outline-offset: 0; }

CheckboxesWithImagesWidget .content:focus-within, .RadiobuttonsWithImagesWidget .content:focus-within {
  outline: 1px dotted #333;
  outline-offset: 0; }

.CheckboxesWidget .content label,
.RadiobuttonsWidget .content label {
  display: block;
  padding-bottom: 0.7em; }

.CheckboxesWidget.widget-inline-radio .content li, .CheckboxesWidget.widget-inline-radio .content label,
.RadiobuttonsWidget.widget-inline-radio .content li,
.RadiobuttonsWidget.widget-inline-radio .content label {
  display: inline-block; }

.RadiobuttonsWidget.pk-horizontal-radiobuttons .content li,
.CheckboxesWidget.pk-horizontal-checkboxes .content li {
  display: inline-block; }

.RadiobuttonsWidget.pk-horizontal-radiobuttons .content label {
  display: inline-block; }

div.content label {
  margin-right: 1em; }

span.helptext,
div.hint {
  display: block;
  font-size: 0.8em; }
  span.helptext p,
  div.hint p {
    margin: 0; }

form p label {
  display: block;
  font-weight: bold; }

div.a2-block form input,
div.a2-block form select {
  width: 100%; }

div.a2-block form input[type=checkbox],
div.a2-block form input[type=radio] {
  width: auto; }

div.a2-block form button,
div.a2-block form input[type=submit] {
  width: auto;
  min-width: 12em; }
  @media screen and (max-width: 560px) {
    div.a2-block form button,
    div.a2-block form input[type=submit] {
      min-width: 8em; } }
div.a2-block div#title + div.content {
  margin-left: 0;
  padding-left: 1em; }
  div.a2-block div#title + div.content span {
    margin-right: 2em; }

div.a2-block #id_do_not_ask_again + span {
  font-weight: normal; }

form ul.errorlist {
  padding: 0;
  margin: 2em 0 0 0;
  list-style: none; }
  form ul.errorlist li::before {
    content: "\f06a";
    font-family: FontAwesome;
    padding-right: 0.7em; }

body .ui-front {
  z-index: 1000; }

div.select2-container,
span.select2-container {
  min-width: 20em;
  margin: 0.2em 0px;
  padding-bottom: 1px; }
  div.select2-container a.select2-choice,
  span.select2-container a.select2-choice {
    padding: 0.1em 0.7em; }
  div.select2-container span.select2-selection--single,
  div.select2-container span.select2-selection--multiple,
  div.select2-container a.select2-choice,
  div.select2-container a.select2-choice div,
  span.select2-container span.select2-selection--single,
  span.select2-container span.select2-selection--multiple,
  span.select2-container a.select2-choice,
  span.select2-container a.select2-choice div {
    box-sizing: border-box;
    padding: 0.625rem 1rem;
    background: #fafafa;
    color: #1b1c22;
    border-radius: 0;
    border: 1px solid #d3d3d3;
    height: auto; }
    div.select2-container span.select2-selection--single .select2-selection__choice,
    div.select2-container span.select2-selection--multiple .select2-selection__choice,
    div.select2-container a.select2-choice .select2-selection__choice,
    div.select2-container a.select2-choice div .select2-selection__choice,
    span.select2-container span.select2-selection--single .select2-selection__choice,
    span.select2-container span.select2-selection--multiple .select2-selection__choice,
    span.select2-container a.select2-choice .select2-selection__choice,
    span.select2-container a.select2-choice div .select2-selection__choice {
      margin: 0 0.5rem 0 0;
      border: none; }
  div.select2-container span.select2-selection--multiple,
  span.select2-container span.select2-selection--multiple {
    min-height: 0;
    padding-top: calc(0.625rem - 0.2rem);
    padding-bottom: calc(0.625rem - 0.2rem); }
    div.select2-container span.select2-selection--multiple .select2-selection__choice, div.select2-container span.select2-selection--multiple .select2-search,
    span.select2-container span.select2-selection--multiple .select2-selection__choice,
    span.select2-container span.select2-selection--multiple .select2-search {
      margin: 0.2rem 0.5rem 0.2rem 0; }
    div.select2-container span.select2-selection--multiple .select2-selection__rendered,
    span.select2-container span.select2-selection--multiple .select2-selection__rendered {
      display: block; }
  div.select2-container .select2-search--inline .select2-search__field,
  span.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
    margin-bottom: 0;
    border: none; }
  div.select2-container.select2-container--focus span.select2-selection--single,
  div.select2-container.select2-container--focus span.select2-selection--multiple,
  div.select2-container.select2-container--focus a.select2-choice,
  div.select2-container.select2-container--focus a.select2-choice div, div.select2-container.select2-container--open span.select2-selection--single,
  div.select2-container.select2-container--open span.select2-selection--multiple,
  div.select2-container.select2-container--open a.select2-choice,
  div.select2-container.select2-container--open a.select2-choice div,
  span.select2-container.select2-container--focus span.select2-selection--single,
  span.select2-container.select2-container--focus span.select2-selection--multiple,
  span.select2-container.select2-container--focus a.select2-choice,
  span.select2-container.select2-container--focus a.select2-choice div,
  span.select2-container.select2-container--open span.select2-selection--single,
  span.select2-container.select2-container--open span.select2-selection--multiple,
  span.select2-container.select2-container--open a.select2-choice,
  span.select2-container.select2-container--open a.select2-choice div {
    background: white;
    border: 1px solid #4b4b4b;
    color: #1b1c22; }
    div.select2-container.select2-container--focus span.select2-selection--single span:not(.select2-selection__placeholder),
    div.select2-container.select2-container--focus span.select2-selection--multiple span:not(.select2-selection__placeholder),
    div.select2-container.select2-container--focus a.select2-choice span:not(.select2-selection__placeholder),
    div.select2-container.select2-container--focus a.select2-choice div span:not(.select2-selection__placeholder), div.select2-container.select2-container--open span.select2-selection--single span:not(.select2-selection__placeholder),
    div.select2-container.select2-container--open span.select2-selection--multiple span:not(.select2-selection__placeholder),
    div.select2-container.select2-container--open a.select2-choice span:not(.select2-selection__placeholder),
    div.select2-container.select2-container--open a.select2-choice div span:not(.select2-selection__placeholder),
    span.select2-container.select2-container--focus span.select2-selection--single span:not(.select2-selection__placeholder),
    span.select2-container.select2-container--focus span.select2-selection--multiple span:not(.select2-selection__placeholder),
    span.select2-container.select2-container--focus a.select2-choice span:not(.select2-selection__placeholder),
    span.select2-container.select2-container--focus a.select2-choice div span:not(.select2-selection__placeholder),
    span.select2-container.select2-container--open span.select2-selection--single span:not(.select2-selection__placeholder),
    span.select2-container.select2-container--open span.select2-selection--multiple span:not(.select2-selection__placeholder),
    span.select2-container.select2-container--open a.select2-choice span:not(.select2-selection__placeholder),
    span.select2-container.select2-container--open a.select2-choice div span:not(.select2-selection__placeholder) {
      color: #1b1c22; }
  div.select2-container.select2-container--focus span.select2-selection--single, div.select2-container.select2-container--focus span.select2-selection--multiple,
  span.select2-container.select2-container--focus span.select2-selection--single,
  span.select2-container.select2-container--focus span.select2-selection--multiple {
    outline: 1px dotted #333;
    outline-offset: 0;
    box-shadow: none; }
  div.select2-container .select2-choices,
  div.select2-container .select2-choice,
  span.select2-container .select2-choices,
  span.select2-container .select2-choice {
    box-shadow: none; }
  div.select2-container .select2-search--dropdown input,
  div.select2-container .select2-search--dropdown input:active,
  div.select2-container .select2-search--dropdown input:focus,
  span.select2-container .select2-search--dropdown input,
  span.select2-container .select2-search--dropdown input:active,
  span.select2-container .select2-search--dropdown input:focus {
    background: white;
    color: #333;
    border: 1px solid #ccc; }
  div.select2-container .select2-selection--single .select2-selection__rendered,
  span.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 0px;
    min-height: 1.2em;
    line-height: inherit; }
  div.select2-container .select2-selection--single .select2-selection__arrow,
  span.select2-container .select2-selection--single .select2-selection__arrow {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQ0LjgiIGhlaWdodD0iNDQ0LjgiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDQ0NC44IDQ0NC44IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogPHBhdGggZD0ibTg1IDI0MC40MiAxMTAuMzEgMTEwLjMxYzE2LjYxIDE2LjYxIDQzLjQ0MSAxNi42MSA2MC4wNTEgMGwxMTAuMzEtMTEwLjMxYzI2LjgzMS0yNi44MzEgNy42NjYxLTcyLjgyOC0zMC4yMzktNzIuODI4aC0yMjAuNjFjLTM3LjkwNSAwLTU2LjY0NCA0NS45OTctMjkuODEzIDcyLjgyOHoiIGZpbGw9IiMxYjFjMjIiLz4KPC9zdmc+Cg==");
    background-position: right 1.3rem center;
    background-repeat: no-repeat;
    background-size: 1rem auto;
    width: 45px;
    right: 0;
    top: 0;
    height: 100%; }
    div.select2-container .select2-selection--single .select2-selection__arrow b,
    span.select2-container .select2-selection--single .select2-selection__arrow b {
      display: none; }
  div.select2-container .select2-selection--single .select2-selection__clear,
  span.select2-container .select2-selection--single .select2-selection__clear {
    margin-right: 40px;
    text-align: right;
    width: 30px; }
  div.select2-container .select2-dropdown,
  span.select2-container .select2-dropdown {
    border: 1px solid #d3d3d3; }
    div.select2-container .select2-dropdown.select2-dropdown--below,
    span.select2-container .select2-dropdown.select2-dropdown--below {
      position: relative;
      top: -6px; }
  div.select2-container .select2-results .loading-results,
  span.select2-container .select2-results .loading-results {
    position: absolute;
    display: inline-block;
    right: 0;
    color: black; }
    @media screen and (max-width: 1150px) {
      div.select2-container .select2-results .loading-results,
      span.select2-container .select2-results .loading-results {
        display: none; } }
  div.select2-container .select2-results .loading-results:last-child,
  span.select2-container .select2-results .loading-results:last-child {
    position: static;
    display: block;
    color: inherit; }

div.select2-container.select2-drop-above .select2-choice {
  background: white;
  border-radius: 0; }

div.select2-drop {
  box-shadow: none;
  border-radius: 0; }

div.select2-search {
  margin-top: 4px; }

.BlockWidget .list-add {
  clear: both; }

div.django-checkbox-input,
div.CheckboxWidget {
  position: relative; }
  div.django-checkbox-input div.title,
  div.CheckboxWidget div.title {
    margin-left: 1.5rem; }
  div.django-checkbox-input div.content label, div.django-checkbox-input div.content > span,
  div.CheckboxWidget div.content label,
  div.CheckboxWidget div.content > span {
    margin-right: 0;
    position: absolute;
    top: 0; }
  div.django-checkbox-input div.content .hint, div.django-checkbox-input div.content .error,
  div.CheckboxWidget div.content .hint,
  div.CheckboxWidget div.content .error {
    margin-left: 1.5rem; }

.error {
  font-size: 0.9em; }
  .error::before {
    content: "\f06a";
    font-family: FontAwesome;
    margin-right: .33em;
    vertical-align: baseline; }
  .error p {
    margin: 0;
    display: inline-block; }

.widget-with-error input, .widget-with-error textarea, .widget-with-error .godo--editor, .widget-with-error select {
  border-left-color: #DA0000;
  border-left-width: 3px; }

.widget-with-error .title label {
  color: #a1080a; }

.widget-with-error div.hint, .widget-with-error .content label {
  color: #541418; }

.widget-with-error div.error {
  color: #DA0000; }

/* force alignment for blocks defining grid elements within grids */
.BlockSubWidget.widget {
  margin-bottom: 0; }

.block-subwidget-error {
  margin-bottom: 3em;
  /* increased margin to avoid visual association with next field */ }

/* mark forms optional fields and hide the required ones */
.widget-optional span.optional {
  display: none; }

.pk-mark-optional-fields .widget-required span.required {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.pk-mark-optional-fields .widget-optional:not(.django-checkbox-input) span.optional {
  display: inline;
  font-style: italic; }

.leaflet-search {
  width: 100%;
  display: flex;
  justify-content: right;
  align-items: start; }
  .leaflet-search--control {
    width: 0;
    display: flex;
    flex-direction: column;
    transition: all 0.2s; }
  .leaflet-search.open .leaflet-search--control {
    width: 100%; }
  .leaflet-search--result-list {
    background-color: white;
    padding-right: 0.7em; }
  .leaflet-search--result-item {
    padding: 0.2rem 0.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    color: #333; }
    .leaflet-search--result-item:hover, .leaflet-search--result-item.selected {
      background-color: #5897fb;
      color: white; }

.gadjo-password-field {
  position: relative; }
  .gadjo-password-field .title label {
    padding-right: 6em; }

.password-visibility-checkbox {
  display: flex;
  position: absolute;
  top: 0;
  right: 0; }
  .password-visibility-checkbox input + label {
    margin: 0; }
  .password-visibility-checkbox input {
    margin: 0 0.25em 0 0; }

/* godo rich text editor */
.godo .menuicon {
  margin: 0;
  padding: .16em .33em; }

.godo-dialog {
  padding: 0;
  box-shadow: 0 0 3px 3px black; }
  .godo-dialog--form {
    margin: 0;
    padding: 1rem; }
    .godo-dialog--form p {
      margin-top: 0; }
  .godo-dialog--valid, .godo-dialog--remove, .godo-dialog--cancel {
    margin-right: 0; }

div[class^='grid-'],
div[class*=' grid-'] {
  float: left;
  padding-right: 1rem; }
  @media screen and (max-width: 560px) {
    div[class^='grid-']:not(.never-alone),
    div[class*=' grid-']:not(.never-alone) {
      width: 100%;
      padding-right: 0; } }
  div[class^='grid-'] table, div[class^='grid-'] textarea, div[class^='grid-'] .godo--editor, div[class^='grid-'] select, div[class^='grid-'] input:not([type=checkbox]):not([type=radio]),
  div[class*=' grid-'] table,
  div[class*=' grid-'] textarea,
  div[class*=' grid-'] .godo--editor,
  div[class*=' grid-'] select,
  div[class*=' grid-'] input:not([type=checkbox]):not([type=radio]) {
    width: 100%; }
  div[class^='grid-'] .select2-container,
  div[class*=' grid-'] .select2-container {
    min-width: auto;
    width: 100% !important; }
  div[class^='grid-'].newline,
  div[class*=' grid-'].newline {
    clear: both; }
  div[class^='grid-'].cell, div.dataview div[class^='grid-'], form.quixote div[class^='grid-'],
  div[class*=' grid-'].cell, div.dataview div[class*=' grid-'], form.quixote div[class*=' grid-'] {
    clear: none; }
    div[class^='grid-'].cell.newline, div.dataview div[class^='grid-'].newline, form.quixote div[class^='grid-'].newline,
    div[class*=' grid-'].cell.newline, div.dataview div[class*=' grid-'].newline, form.quixote div[class*=' grid-'].newline {
      clear: both; }
  div.dataview div[class^='grid-'], form div[class^='grid-'], div.dataview div[class*=' grid-'], form div[class*=' grid-'] {
    box-sizing: content-box; }
    div.dataview div[class^='grid-'] ~ h3, div.dataview div[class^='grid-'] ~ h4, form div[class^='grid-'] ~ h3, form div[class^='grid-'] ~ h4, div.dataview div[class*=' grid-'] ~ h3, div.dataview div[class*=' grid-'] ~ h4, form div[class*=' grid-'] ~ h3, form div[class*=' grid-'] ~ h4 {
      padding-top: 1rem; }
  form div[class^='grid-'] ~ h3, form div[class^='grid-'] ~ h4, form div[class^='grid-'] ~ p, form div[class^='grid-'] + div, form div[class*=' grid-'] ~ h3, form div[class*=' grid-'] ~ h4, form div[class*=' grid-'] ~ p, form div[class*=' grid-'] + div {
    clear: both; }
  form div[class^='grid-'] span.select2-selection,
  form div[class^='grid-'] div.select2-container, form div[class*=' grid-'] span.select2-selection,
  form div[class*=' grid-'] div.select2-container {
    width: 100% !important; }
  div.dataview div[class^='grid-'] ~ div.title, div.dataview div[class^='grid-'] ~ div.subtitle, div.dataview div[class*=' grid-'] ~ div.title, div.dataview div[class*=' grid-'] ~ div.subtitle {
    clear: both; }
  .gru-content #columns > div[class^='grid-'].cell, .gru-content #columns > div[class*=' grid-'].cell {
    padding-right: 0;
    margin-right: 1rem; }

.grid-1-1 {
  width: calc( 100% - 1rem); }

.grid-1-2 {
  width: calc( 50% - 1rem); }

.grid-2-2 {
  width: calc( 100% - 1rem); }

.grid-1-3 {
  width: calc( 33.3333333333% - 1rem); }

.grid-2-3 {
  width: calc( 66.6666666667% - 1rem); }

.grid-3-3 {
  width: calc( 100% - 1rem); }

.grid-1-4 {
  width: calc( 25% - 1rem); }
  @media screen and (max-width: 1150px) {
    .grid-1-4 {
      width: calc(50% - 1rem); } }
.grid-2-4 {
  width: calc( 50% - 1rem); }
  @media screen and (max-width: 1150px) {
    .grid-2-4 {
      width: calc(50% - 1rem); } }
.grid-3-4 {
  width: calc( 75% - 1rem); }
  @media screen and (max-width: 1150px) {
    .grid-3-4 {
      width: calc(100% - 1rem); } }
.grid-4-4 {
  width: calc( 100% - 1rem); }
  @media screen and (max-width: 1150px) {
    .grid-4-4 {
      width: calc(100% - 1rem); } }
.grid-1-6 {
  width: calc( 16.6666666667% - 1rem); }
  @media screen and (max-width: 1150px) {
    .grid-1-6 {
      width: calc(33.3333333333% - 1rem); } }
.grid-2-6 {
  width: calc( 33.3333333333% - 1rem); }
  @media screen and (max-width: 1150px) {
    .grid-2-6 {
      width: calc(33.3333333333% - 1rem); } }
.grid-3-6 {
  width: calc( 50% - 1rem); }
  @media screen and (max-width: 1150px) {
    .grid-3-6 {
      width: calc(50% - 1rem); } }
.grid-4-6 {
  width: calc( 66.6666666667% - 1rem); }
  @media screen and (max-width: 1150px) {
    .grid-4-6 {
      width: calc(66.6666666667% - 1rem); } }
.grid-5-6 {
  width: calc( 83.3333333333% - 1rem); }
  @media screen and (max-width: 1150px) {
    .grid-5-6 {
      width: calc(66.6666666667% - 1rem); } }
.grid-6-6 {
  width: calc( 100% - 1rem); }
  @media screen and (max-width: 1150px) {
    .grid-6-6 {
      width: calc(100% - 1rem); } }
.grid-1-12 {
  width: calc( 8.3333333333% - 1rem); }
  @media screen and (max-width: 1150px) {
    .grid-1-12 {
      width: calc(33.3333333333% - 1rem); } }
.grid-2-12 {
  width: calc( 16.6666666667% - 1rem); }
  @media screen and (max-width: 1150px) {
    .grid-2-12 {
      width: calc(33.3333333333% - 1rem); } }
.grid-3-12 {
  width: calc( 25% - 1rem); }
  @media screen and (max-width: 1150px) {
    .grid-3-12 {
      width: calc(33.3333333333% - 1rem); } }
.grid-4-12 {
  width: calc( 33.3333333333% - 1rem); }
  @media screen and (max-width: 1150px) {
    .grid-4-12 {
      width: calc(33.3333333333% - 1rem); } }
.grid-5-12 {
  width: calc( 41.6666666667% - 1rem); }
  @media screen and (max-width: 1150px) {
    .grid-5-12 {
      width: calc(50% - 1rem); } }
.grid-6-12 {
  width: calc( 50% - 1rem); }
  @media screen and (max-width: 1150px) {
    .grid-6-12 {
      width: calc(50% - 1rem); } }
.grid-7-12 {
  width: calc( 58.3333333333% - 1rem); }
  @media screen and (max-width: 1150px) {
    .grid-7-12 {
      width: calc(50% - 1rem); } }
.grid-8-12 {
  width: calc( 66.6666666667% - 1rem); }
  @media screen and (max-width: 1150px) {
    .grid-8-12 {
      width: calc(66.6666666667% - 1rem); } }
.grid-9-12 {
  width: calc( 75% - 1rem); }
  @media screen and (max-width: 1150px) {
    .grid-9-12 {
      width: calc(66.6666666667% - 1rem); } }
.grid-10-12 {
  width: calc( 83.3333333333% - 1rem); }
  @media screen and (max-width: 1150px) {
    .grid-10-12 {
      width: calc(66.6666666667% - 1rem); } }
.grid-11-12 {
  width: calc( 91.6666666667% - 1rem); }
  @media screen and (max-width: 1150px) {
    .grid-11-12 {
      width: calc(66.6666666667% - 1rem); } }
.grid-12-12 {
  width: calc( 100% - 1rem); }
  @media screen and (max-width: 1150px) {
    .grid-12-12 {
      width: calc(100% - 1rem); } }
.responsive-tableWidget th, .responsive-tableWidget td::before {
  text-align: left;
  font-weight: normal; }

@media (max-width: 1150px) {
  .responsive-tableWidget, .responsive-tableWidget tbody {
    display: block; }
  .responsive-tableWidget thead th {
    display: none; }
  .responsive-tableWidget tbody th {
    display: block; }
  .responsive-tableWidget tbody tr {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    .responsive-tableWidget tbody tr:nth-child(even) {
      background-color: rgba(0, 0, 0, 0.06); }
  .responsive-tableWidget tbody td {
    display: flex;
    align-items: last baseline; }
  .responsive-tableWidget tbody td::before {
    content: attr(data-col-header);
    display: block;
    flex: 0 1 33%;
    margin-right: .66em; } }

@media (max-width: 560px) {
  .responsive-tableWidget tbody td {
    display: block; } }

div#droite,
div#sidebox div#links {
  display: none; }

.form-content--sidebox, div#rub_service {
  margin-top: 15px; }

div#rub_service {
  background: white; }

.form-content--sidebox {
  text-align: center; }
  .form-content--sidebox div#tracking-code {
    display: inline-block;
    min-width: 15rem; }
    .form-content--sidebox div#tracking-code a {
      padding-left: 0; }

div#rub_service h3 {
  border: none;
  text-align: left;
  border-bottom: 2px solid transparent; }

div#rub_service div.dataview,
div#rub_service dl#evolutions,
div#rub_service .drafts-recall,
div#rub_service form {
  padding: 0.5rem; }

div#rub_service div.dataview div.title h3 {
  font-size: 115%;
  border: 0; }

div#rub_service div.dataview div.subtitle h4 {
  font-size: 110%; }

div#rub_service div.dataview div.field.status {
  clear: both; }

div#tracking-code div.tracking-code-part + form {
  margin-top: 1em; }

div#tracking-code a {
  font-size: 150%;
  display: inline-block;
  color: #444; }

@media (min-width: 1151px) {
  div#tracking-code a, div#tracking-code .text-tracking-code-short-text {
    padding-left: 1rem;
    padding-right: 1rem; }
  div#tracking-code .text-tracking-code-short-text > * {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; } }

div#tracking-code {
  margin-bottom: 1em; }

@media screen and (max-width: 1150px) {
  div#side {
    display: flex;
    flex-direction: column; }
    div#side > div {
      flex: 1 0 auto; }
  div#tracking-code {
    font-size: 0.8em;
    order: 1; }
    div#tracking-code h3 {
      display: inline-block; }
    div#tracking-code .text-tracking-code-short-text {
      display: none; } }

@media screen and (max-width: 1150px) {
  .form-content--sidebox + div#rub_service,
  div#rub_service {
    margin: 0; }
  .form-content--sidebox {
    text-align: left; }
    .form-content--sidebox div#tracking-code a {
      padding-left: 0.3em; } }

li.required-authentication span {
  display: none; }

div ul > li.required-authentication > a {
  padding-right: 2rem; }

li.required-authentication a:after {
  content: "\f084";
  font-family: FontAwesome;
  position: absolute;
  right: 0.7em;
  color: #444; }

.gru-content #disclose-dataview,
div#receipt-intro {
  margin: 1em;
  padding: 0;
  display: block; }

div.qommon-map {
  height: 280px; }

.pk-tall-map div.qommon-map {
  height: 560px;
  max-height: 90vh; }

p.use-file-from-fargo span {
  cursor: pointer;
  border-bottom: 1px dotted #999; }

ul#evolutions {
  position: relative; }

#evolutions:after {
  content: "";
  background: #bbb;
  position: absolute;
  width: 1px;
  top: 40px;
  left: 30px;
  height: calc(100% - 40px);
  z-index: 0;
  border-radius: 3px; }

ul#evolutions > li {
  list-style-image: none;
  margin: 1em 0 2em 0;
  z-index: 10;
  position: relative; }
  ul#evolutions > li li {
    margin: 1rem 0; }

ul#evolutions > li:after {
  content: "";
  background: #bbb;
  position: absolute;
  width: 100px;
  left: 30px;
  top: 39px;
  height: 1px;
  z-index: -10; }

ul#evolutions .evolution-metadata {
  width: auto;
  display: inline-block;
  background: white;
  margin: 0 0 0 60px;
  padding: 0.7em;
  padding-top: 30px;
  padding-bottom: 0; }

ul#evolutions span.time {
  display: block;
  color: #757575; }

ul#evolutions li div.msg span.time {
  padding-left: 0; }

ul#evolutions span.status {
  font-weight: bold;
  display: inline-block; }

ul#evolutions span.user {
  display: block;
  opacity: 0.5; }

ul#evolutions span.user span {
  font-size: 0.8em; }

ul#evolutions li div.msg {
  padding: 0.7em;
  padding-top: 0;
  position: relative;
  background: white;
  margin-left: 60px;
  margin-right: 30px; }
  ul#evolutions li div.msg p.wf-attachment {
    overflow: hidden;
    text-overflow: ellipsis; }

ul#evolutions li div.msg div.comment,
ul#evolutions li div.form-summary {
  padding: 0.7em 1em;
  background: #EEEEEE; }

ul#evolutions li span.item {
  position: absolute;
  text-align: center;
  width: 31px;
  height: 31px;
  display: block;
  left: 15px;
  border-radius: 20px;
  border: 1px solid #888;
  top: 24px;
  background: #ffffff !important;
  box-shadow: 0 0 0px 5px white; }
  ul#evolutions li span.item::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: #910956;
    position: relative;
    left: 11px;
    top: 11px;
    border-radius: 5px; }

div.dataview div.field {
  margin-bottom: 0.7em; }

div.dataview div.field-type-items .value ul {
  margin-top: 0;
  margin-bottom: 0; }

div.dataview .label {
  font-weight: bold;
  margin: 0; }

div.dataview .value {
  display: block;
  margin: 0 0 0 0.7em; }

div.dataview .field-type-block > .value {
  margin-left: 0; }

form div.errornotice, form div.pk-error, form div.pk-error.cell {
  margin-top: 0; }

div.halfwidth {
  width: 45%;
  float: left; }

div.widget.halfwidth.right {
  clear: none;
  margin-left: 5%; }

div.fullwidth {
  width: 95%; }

div.halfwidth textarea, div.halfwidth .godo--editor, div.halfwidth select, div.halfwidth input,
div.fullwidth textarea,
div.fullwidth .godo--editor,
div.fullwidth select,
div.fullwidth input {
  width: 100%; }

div.buttons,
div.dataview > p,
div.dataview div.page {
  clear: both; }

div.form-validation div.page {
  background: #f0f0f0;
  padding-left: 0.7em;
  margin-bottom: 1.5em; }
  @media (max-width: 560px) {
    div.form-validation div.page {
      padding-right: 0.7em; } }
  div.form-validation div.page > h3 {
    padding-top: 0.7em;
    font-size: 140%; }
  @media (min-width: 561px) {
    div.form-validation div.page .widget:not(.BlockWidget):not(.BlockSubWidget):not([class*=' grid-']) {
      padding-right: 0.7em; } }
  div.form-validation div.page .wcs-block-with-remove-button .BlockSubWidget {
    border-right: none;
    padding-right: 0; }

div#rub_service div.form-validation div.page div h3 {
  border-bottom-width: 1px; }

label.activity {
  display: block;
  background: url(/static/img/spinner.gif) no-repeat top right;
  padding-right: 30px; }

span.geoloc-error {
  font-weight: normal;
  font-size: smaller;
  float: none;
  display: block;
  z-index: 100;
  background: #e40000;
  color: white;
  text-align: center; }

.fileprogress {
  border: 1px solid #888; }

.fileprogress .bar {
  background: linear-gradient(to right, #1b1c22 var(--progression), transparent var(--progression));
  line-height: 1.5em;
  padding-left: 0.7em;
  white-space: nowrap;
  transition: background linear 0.1s; }

.fileprogress.upload-error .bar {
  background: #FF7575;
  color: black;
  white-space: normal; }

.fileinfo {
  line-height: 1.5em; }

div.fileinfo .remove {
  padding: 0;
  margin-right: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px; }
  div.fileinfo .remove::before {
    font-family: FontAwesome;
    content: "\f00d"; }

div.RankedItemsWidget label input {
  margin-right: 1em; }

div.RadiobuttonsWidget.pk-hidden, div.RadiobuttonsWidget.hidden, div.SingleSelectHintWidget.pk-hidden, div.SingleSelectHintWidget.hidden,
div.SingleSelectWidget.pk-hidden,
div.SingleSelectWidget.hidden, div.SingleSelectWidgetWithOther.pk-hidden, div.SingleSelectWidgetWithOther.hidden {
  display: none !important; }

div.CheckboxesWidget div.content ul li.disabled {
  color: #9396a9; }

div.RadiobuttonsWidget div.content input[disabled] + span {
  color: #9396a9; }

div.file-upload-widget:not([class*="grid-"]) div.file-button {
  max-width: 500px; }

div.file-upload-widget div.file-button {
  overflow: hidden;
  background: #fafafa;
  margin: 0;
  border: 1px solid #d3d3d3;
  border-radius: 0;
  min-height: 150px;
  position: relative;
  text-align: center; }
  div.file-upload-widget div.file-button:focus-within {
    border: 1px solid #4b4b4b;
    box-shadow: none;
    outline: 1px dotted #333;
    outline-offset: 0; }
  div.file-upload-widget div.file-button div.widget.FileWidget {
    margin-bottom: 0; }
  div.file-upload-widget div.file-button input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.001;
    margin: 0;
    font-size: 0;
    cursor: pointer; }
  div.file-upload-widget div.file-button div.widget-message {
    padding-top: 20px; }
    div.file-upload-widget div.file-button div.widget-message p {
      margin: 0; }
    div.file-upload-widget div.file-button div.widget-message::before {
      pointer-events: none;
      font-family: FontAwesome;
      content: "\f016";
      box-sizing: content-box;
      font-size: 40px;
      height: 1em;
      display: block;
      margin-top: 10px;
      margin-bottom: 10px;
      line-height: 1; }
    div.file-upload-widget div.file-button div.widget-message::after {
      pointer-events: none;
      content: "\f055";
      font-family: FontAwesome;
      font-size: 20px;
      display: block;
      position: absolute;
      left: calc(50% + 10px);
      top: 20px;
      line-height: 1;
      color: #1b1c22; }
    div.file-upload-widget div.file-button div.widget-message.upload-done::after {
      content: "\f05d"; }
  div.file-upload-widget div.file-button.file-image div.widget-message::before {
    content: "\f1c5"; }
  div.file-upload-widget div.file-button.file-image div.upload-done {
    background-color: rgba(0, 0, 0, 0.06);
    padding-top: 10px; }
    div.file-upload-widget div.file-button.file-image div.upload-done::before {
      content: "";
      background-image: var(--image-preview-url);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      font-size: 80px;
      margin-top: 0;
      margin-bottom: 0; }
    div.file-upload-widget div.file-button.file-image div.upload-done::after {
      content: none; }

div.file-upload-widget.has-file div.file-button .widget-message.click-to-upload {
  display: none; }

div.file-upload-widget.has-no-file div.file-button .widget-message.upload-done {
  display: none; }

div.file-upload-widget .filename {
  white-space: pre;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  max-width: 95%;
  margin: 0 auto; }

div.file-upload-widget.widget-readonly div.file-button {
  height: 150px; }
  div.file-upload-widget.widget-readonly div.file-button .fileinfo.thumbnail {
    height: 100%; }
  div.file-upload-widget.widget-readonly div.file-button div.widget-message {
    display: none; }
  div.file-upload-widget.widget-readonly div.file-button .fileinfo.thumbnail .filename {
    display: none; }
  div.file-upload-widget.widget-readonly div.file-button .filename {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    padding-top: 30px; }
    div.file-upload-widget.widget-readonly div.file-button .filename::before {
      pointer-events: none;
      content: "\f016";
      font-family: FontAwesome;
      font-size: 40px;
      display: block;
      padding-top: 25px;
      padding-bottom: 10px; }
  div.file-upload-widget.widget-readonly div.file-button img {
    max-height: 100%;
    max-width: auto;
    position: relative;
    z-index: 10; }

div.file-upload-widget.pk-compact-file div.file-button, div.file-upload-widget.short div.file-button {
  min-height: 70px; }
  div.file-upload-widget.pk-compact-file div.file-button div.widget-message, div.file-upload-widget.short div.file-button div.widget-message {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    text-align: left; }
    div.file-upload-widget.pk-compact-file div.file-button div.widget-message::before, div.file-upload-widget.short div.file-button div.widget-message::before {
      margin-right: 20px;
      font-size: 40px; }
    div.file-upload-widget.pk-compact-file div.file-button div.widget-message::after, div.file-upload-widget.short div.file-button div.widget-message::after {
      top: 5px;
      left: 38px; }
  div.file-upload-widget.pk-compact-file div.file-button div.fileinfo, div.file-upload-widget.short div.file-button div.fileinfo {
    text-align: left;
    padding-left: 55px;
    min-height: 1.5em;
    margin-top: -1.5em; }
  div.file-upload-widget.pk-compact-file div.file-button.file-image div.widget-message.upload-done, div.file-upload-widget.short div.file-button.file-image div.widget-message.upload-done {
    padding-top: 5px; }
    div.file-upload-widget.pk-compact-file div.file-button.file-image div.widget-message.upload-done::before, div.file-upload-widget.short div.file-button.file-image div.widget-message.upload-done::before {
      width: 2em;
      font-size: 60px;
      margin-top: 0; }
  div.file-upload-widget.pk-compact-file div.file-button.file-image div.fileinfo, div.file-upload-widget.short div.file-button.file-image div.fileinfo {
    padding-left: 140px; }

div.file-upload-widget.pk-compact-file.widget-readonly div.file-button, div.file-upload-widget.short.widget-readonly div.file-button {
  height: 70px; }
  div.file-upload-widget.pk-compact-file.widget-readonly div.file-button div.widget-message, div.file-upload-widget.short.widget-readonly div.file-button div.widget-message {
    display: none; }
  div.file-upload-widget.pk-compact-file.widget-readonly div.file-button .filename, div.file-upload-widget.short.widget-readonly div.file-button .filename {
    padding: 5px 10px;
    display: flex;
    align-items: center; }
    div.file-upload-widget.pk-compact-file.widget-readonly div.file-button .filename::before, div.file-upload-widget.short.widget-readonly div.file-button .filename::before {
      display: block;
      padding-top: 18px;
      padding-bottom: 15px;
      padding-right: 20px; }
  div.file-upload-widget.pk-compact-file.widget-readonly div.file-button div.fileinfo, div.file-upload-widget.short.widget-readonly div.file-button div.fileinfo {
    margin-top: 0; }

div.file-upload-widget div.fileprogress {
  position: absolute;
  border: none;
  overflow: hidden;
  width: 100%;
  left: 0;
  bottom: 0; }

.TableListRowsWidget .widget {
  margin-bottom: 0; }

p.use-file-from-fargo {
  margin-top: 0; }

div.section.foldable {
  margin-bottom: 1rem; }
  div.section.foldable > h2:first-child {
    cursor: pointer; }
    div.section.foldable > h2:first-child::after {
      font-family: FontAwesome;
      content: "\f106";
      position: absolute;
      right: 1em; }
    div.section.foldable > h2:first-child:focus span.disclose-message, div.section.foldable > h2:first-child:hover span.disclose-message {
      text-decoration: underline; }
  div.section.foldable span.disclose-message {
    padding-left: 1ex;
    font-size: 1rem;
    display: none; }
  div.section.foldable.folded span.disclose-message {
    display: inline-block; }
    @media screen and (max-width: 1150px) {
      div.section.foldable.folded span.disclose-message {
        display: none; } }
  div.section.foldable.folded div {
    display: none; }
  div.section.foldable.folded > h2:first-child::after {
    content: "\f107"; }

.wcs-block-with-remove-button .BlockSubWidget {
  position: relative;
  border-right: 3.5rem solid rgba(0, 0, 0, 0.06);
  padding-right: 1rem; }
  .wcs-block-with-remove-button .BlockSubWidget::after {
    display: block;
    clear: both;
    content: ""; }
  @supports (display: flow-root) {
    .wcs-block-with-remove-button .BlockSubWidget {
      display: flow-root; }
      .wcs-block-with-remove-button .BlockSubWidget::after {
        content: none; } }

.wcs-block-with-remove-button:not(.pk-blocks-zebra) .BlockSubWidget {
  margin-bottom: 0.5rem; }

.wcs-block-with-remove-button .remove-button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  top: 0;
  bottom: 0;
  left: calc(100% + 0.5rem);
  margin: auto;
  padding: 0; }
  .wcs-block-with-remove-button .remove-button span {
    display: none; }
  .wcs-block-with-remove-button .remove-button::after {
    font-family: FontAwesome;
    content: "\f1f8"; }

.wcs-block-with-remove-button-single .BlockSubWidget {
  border-right-color: transparent; }

.wcs-block-with-remove-button-single .remove-button {
  visibility: hidden; }

.pk-blocks-zebra .BlockSubWidget {
  position: relative; }
  .pk-blocks-zebra .BlockSubWidget::after {
    display: block;
    clear: both;
    content: ""; }
  @supports (display: flow-root) {
    .pk-blocks-zebra .BlockSubWidget {
      display: flow-root; }
      .pk-blocks-zebra .BlockSubWidget::after {
        content: none; } }

.pk-blocks-zebra .error ~ .BlockSubWidget:nth-child(odd),
.pk-blocks-zebra .hint ~ .BlockSubWidget:nth-child(odd),
.pk-blocks-zebra .BlockSubWidget:first-child ~ .BlockSubWidget:nth-child(even) {
  background: rgba(0, 0, 0, 0.06);
  box-shadow: -0.5em -0.5em 0 0.5em rgba(0, 0, 0, 0.06); }

.form-content--body--title {
  display: none;
  visibility: hidden; }

.plain-text-pre {
  white-space: pre-line; }

div.file-field img {
  display: block;
  max-width: 100%;
  max-height: 25vh; }

a.debug-information--var-link {
  border-bottom: none; }
  a.debug-information--var-link::before {
    font-family: FontAwesome;
    content: "\f06e";
    /* fa-eye */ }

span.malware-file {
  color: #cf1726;
  margin-left: 8px; }

span.waiting-for-scan-file,
span.scan-error-file {
  color: #eb7500;
  margin-left: 8px; }

span.malware-file::before,
span.waiting-for-scan-file::before,
span.scan-error-file::before {
  font-family: FontAwesome;
  margin-right: 3px; }

span.malware-file::before {
  content: "\f1e2"; }

span.waiting-for-scan-file::before {
  content: "\f017"; }

span.scan-error-file::before {
  content: " \f188"; }

.template-evaluation label.star-choice span.star::before,
div.star-choice span.star::before {
  position: static;
  height: auto;
  width: auto;
  border: none;
  font-family: FontAwesome;
  content: "\f006";
  color: #776;
  font-size: 22px;
  display: inline-block;
  transition: transform ease 0.2s; }

.template-evaluation label.star-choice span.star.selected::before, .template-evaluation label.star-choice span.star:hover::before,
div.star-choice span.star.selected::before,
div.star-choice span.star:hover::before {
  content: "\f005";
  color: #ffaa00; }

.template-evaluation label.star-choice input[type=radio]:hover + span.star::before,
.template-evaluation label.star-choice input[type=radio]:focus + span.star::before,
.template-evaluation label.star-choice span.star:hover::before,
div.star-choice input[type=radio]:hover + span.star::before,
div.star-choice input[type=radio]:focus + span.star::before,
div.star-choice span.star:hover::before {
  transform: scale(1.4);
  opacity: 0.8; }

.RadiobuttonsWidget.template-evaluation br {
  display: none; }

.RadiobuttonsWidget.template-evaluation input:focus + span.star {
  outline: 1px dotted #333;
  outline-offset: 0; }

.RadiobuttonsWidget.template-evaluation input + span::after {
  display: none; }

.RadiobuttonsWidget.template-evaluation label {
  margin-right: 0; }

.RadiobuttonsWidget.template-evaluation input + span {
  padding-left: 0; }

.wcs-steps {
  background: #fff;
  margin-bottom: 0.7rem;
  border-radius: 0;
  padding: 0.35rem; }
  .wcs-steps h2 {
    display: none; }
  .wcs-steps.steps-1 {
    display: none; }
  .wcs-steps--list {
    color: #333; }

.wcs-step {
  border-radius: 0;
  background-color: transparent;
  display: flex; }
  .wcs-step--marker {
    text-decoration: none;
    font-size: 1em;
    text-align: center;
    display: flex;
    color: #fff;
    background: #fff;
    border-radius: 0;
    width: 1.5em;
    height: 1.5em;
    flex: 0 0 1.5em; }
    .wcs-step--marker-nb {
      margin: auto; }
    .wcs-step--marker-total {
      display: none; }
  .wcs-step--label {
    display: block;
    align-self: center;
    letter-spacing: 1px;
    line-height: 1.25; }
  .wcs-step.current {
    font-weight: bold;
    background: transparent; }
  .wcs-step.current .wcs-step--marker {
    background: #dc1822;
    color: #fff; }
  .wcs-step.current .wcs-step--label {
    color: #333; }
  .wcs-step:not(.current) .wcs-step--label {
    display: none; }

@media (max-width: 0px) {
  .wcs-step--marker {
    width: 2.3em;
    height: 2.3em;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center; }
    .wcs-step--marker-nb {
      margin: 0;
      transform: translateY(-0.5em);
      order: 1; }
    .wcs-step--marker-total {
      display: block;
      transform: translateY(0.5em);
      font-size: 0.8em;
      font-weight: normal;
      order: 3; }
    .wcs-step--marker::before {
      content: "";
      display: block;
      flex: 0 0 0.1em;
      height: 2em;
      margin: 0 0.1em;
      background: currentColor;
      transform: rotate(30deg);
      order: 2; }
  .wcs-step--label {
    margin-left: 0.7rem; }
  .wcs-step:not(.current) {
    display: none; } }

@media (min-width: 1px) {
  .wcs-steps--list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2em; }
  .wcs-step {
    margin-bottom: 0.35rem;
    margin-right: 0.7rem;
    border-bottom: none; }
    .wcs-step:last-child {
      margin-right: 0; }
    .wcs-step--label {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      padding-bottom: 0.35rem;
      text-align: left; }
    .wcs-step.current {
      border-bottom: none; } }

@media (min-width: 1151px) {
  .wcs-steps {
    font-size: 1.25em; }
    .wcs-steps--list {
      justify-content: center; }
  .wcs-step {
    margin-bottom: 1.05rem;
    margin-right: 1.05rem; }
    .wcs-step--label {
      text-align: center; } }

.wcs-step--marker {
  border-radius: 50% !important; }
  @media (max-width: 0px) {
    .wcs-step--marker {
      width: 2.9em;
      height: 2.9em; } }
@media (min-width: 1px) {
  .wcs-step:not(:last-child)::after {
    content: "";
    display: block;
    height: 2px;
    flex: 0 0 calc(100% + 0.35rem);
    background-color: #dc1822;
    margin: auto; } }

.wcs-step--marker {
  position: relative;
  z-index: 2; }

/*
 *	Nearby form
 *
 *	Ajout de styles à un champ carte pour sélectionner un signalement identique à proximité
 *
 *	Template
 *		quommon/forms/widgets/nearby-forms.html
 *	JS
 *		static/js/plus1.js
 */
.nearby-forms {
  margin: 0;
  padding: 0; }

.nearby-form {
  margin: 5px auto;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  border: 1px solid #d3d3d3;
  padding: 5px; }

.nearby-form--digest, .nearby-form--datetime, .nearby-form--marker-counter {
  margin: 0 5px; }

.nearby-form--digest {
  width: 60%; }

.nearby-form--datetime {
  width: 20%; }
  @media screen and (max-width: 1150px) {
    .nearby-form--datetime {
      width: 30%; } }
.nearby-form--marker-counter {
  background: #1b1c22;
  color: #ffffff;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  text-align: center;
  border-radius: 3px; }

.template-nearby-forms .nearby-marker a {
  display: block;
  padding: 0 3px;
  border-radius: 3px;
  background: #1b1c22;
  color: #ffffff;
  min-width: 1.4em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  outline: 1px solid white; }
  .template-nearby-forms .nearby-marker a:hover {
    outline-width: 3px; }

.signalements-thanks ~ .buttons .submit-button, .signalements-thanks ~ .buttons .previous-button {
  display: none; }

.signalements-thanks ~ .buttons .cancel-button button {
  text-indent: -9999px;
  line-height: 0; }
  .signalements-thanks ~ .buttons .cancel-button button::after {
    text-indent: 0;
    line-height: initial;
    display: block;
    content: 'Continuer'; }

div.textcell h3, div.textcell h4, div.textcell h5, div.textcell p, div.textcell table {
  margin: 0.7em 1rem; }

span#environment-label,
div#footer div.cell.test-banner {
  position: fixed;
  line-height: 200%;
  font-weight: bold;
  color: white;
  top: 5em;
  right: -5em;
  background: red;
  width: 25em;
  z-index: 1000;
  transform: rotate(45deg);
  transform-origin: center center;
  text-align: center;
  border: 2px solid #cc0000;
  white-space: pre;
  opacity: 0.9;
  pointer-events: none; }
  @media screen and (max-width: 1150px) {
    span#environment-label,
    div#footer div.cell.test-banner {
      top: auto;
      bottom: 3rem;
      right: -1rem;
      width: 25vw;
      padding: 0 1rem;
      font-size: 0.8em;
      opacity: 0.7;
      border: 0;
      transform: rotate(-45deg);
      transform-origin: bottom right; } }
div#footer div.cell.test-banner p {
  margin: 0; }

#login-methods {
  width: 48%;
  float: left; }

#welcome-text {
  padding: 0 1em;
  width: 48%;
  width: calc(48% - 2em);
  float: right; }

@media screen and (max-width: 1150px) {
  #welcome-text,
  #login-methods {
    width: auto;
    float: none; } }

div#login-methods label {
  display: block; }

div#login-methods input {
  margin-left: 0.7em; }

.block-fc a.button:focus {
  outline: 2px solid #1b1c22;
  outline-offset: 1px; }

div.card .label,
#profile .label,
.profile-cell .profile .label,
.pairs .label {
  color: #484b5b;
  font-size: 0.9em;
  display: block; }

div.card .value,
#profile .value,
.profile-cell .profile .value,
.pairs .value {
  display: block;
  margin-left: 0;
  margin-bottom: 0.7em; }
  div.card .value span.nodata,
  #profile .value span.nodata,
  .profile-cell .profile .value span.nodata,
  .pairs .value span.nodata {
    font-style: italic; }

.consents--list {
  padding-left: 0;
  list-style: none; }

.consents--form {
  display: flex;
  justify-content: space-between; }

.consents--client {
  display: block;
  font-size: 110%; }

.consents--dates {
  font-size: 0.9em; }

.consents--item:not(:last-child) {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ccc; }

@media screen and (max-width: 1150px) {
  .consents--since, .consents--expired {
    display: block; }
  .consents--separator {
    display: none; } }

.consents form div button {
  margin-right: 0;
  min-width: auto; }

a#publik-portal-agent {
  z-index: 10000;
  position: absolute;
  top: 0px;
  right: 5px;
  background: white;
  color: #767676;
  padding: 5px 10px;
  border: 1px solid;
  border-width: 0 1px 1px 1px; }
  @media screen and (max-width: 1150px) {
    a#publik-portal-agent {
      display: none; } }
div#consent_banner {
  position: fixed;
  width: 100%;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  box-shadow: 0 0 8px 1px #666;
  padding: 0.7em 0;
  bottom: 0; }
  div#consent_banner div.actions {
    padding-top: 0.7em; }
  div#consent_banner button {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    cursor: pointer; }

@media screen and (max-width: 1150px) {
  div#consent_banner {
    position: absolute;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 0 8px 1px #333;
    top: 0;
    bottom: auto; } }

.block-password .widget {
  max-width: 25em; }
  .block-password .widget [type=text], .block-password .widget [type=password] {
    width: 100%; }

ul.logout-list {
  padding: 0;
  margin: 1em; }

div#continue-link {
  margin: 1em; }

div#page-change-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: all 0.3s ease;
  z-index: 100000;
  background: white;
  opacity: 0; }

div#page-change-overlay.on {
  z-index: 100000;
  opacity: 0.9; }

#messages ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.errornotice, .pk-error, .pk-error.cell, form ul.errorlist.nonfield li, #messages li.error {
  --notification-color: #F9DEDE;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #F9DEDE;
  color: #1b1c22;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  padding-left: calc(2rem + 2rem);
  position: relative;
  border: none;
  min-height: calc(2rem + 1rem); }
  .errornotice a:not(.pk-button):not(.lingo-basket-cell--item-pay), .pk-error a:not(.pk-button):not(.lingo-basket-cell--item-pay), form ul.errorlist.nonfield li a:not(.pk-button):not(.lingo-basket-cell--item-pay), #messages li.error a:not(.pk-button):not(.lingo-basket-cell--item-pay) {
    color: currentColor;
    text-decoration: underline; }
  .errornotice::before, .pk-error::before, .pk-error.cell::before, form ul.errorlist.nonfield li::before, #messages li.error::before {
    content: "";
    font-family: FontAwesome;
    font-size: 2rem;
    line-height: 1;
    text-align: center;
    display: block;
    width: 1em;
    height: 1em;
    position: absolute;
    margin: auto;
    left: 0;
    right: calc(100% - calc(2rem + 2rem));
    top: 0.5rem; }
  .errornotice p, .pk-error p, .pk-error.cell p, form ul.errorlist.nonfield li p, #messages li.error p {
    margin: 0 0 0.6rem 0; }
    .errornotice p:last-child, .pk-error p:last-child, form ul.errorlist.nonfield li p:last-child, #messages li.error p:last-child {
      margin-bottom: 0; }
  .errornotice details, .pk-error details, .pk-error.cell details, form ul.errorlist.nonfield li details, #messages li.error details {
    padding: 0.3em 0; }
  .errornotice[class*=grid-].comment-field, [class*=grid-].comment-field.pk-error, form ul.errorlist.nonfield li[class*=grid-].comment-field, #messages li[class*=grid-].comment-field.error {
    box-sizing: border-box;
    margin-right: 1rem; }
  .errornotice:not([class*=grid-]).comment-field, .pk-error:not([class*=grid-]).comment-field, form ul.errorlist.nonfield li:not([class*=grid-]).comment-field, #messages li.error:not([class*=grid-]).comment-field {
    clear: both; }
  .gru-content .errornotice.cell h2:first-child, .gru-content .cell.pk-error h2:first-child, .gru-content form ul.errorlist.nonfield li.cell h2:first-child, form ul.errorlist.nonfield .gru-content li.cell h2:first-child, .gru-content #messages li.cell.error h2:first-child, #messages .gru-content li.cell.error h2:first-child {
    background: transparent;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: inherit; }

.warningnotice, .pk-attention, .pk-attention.cell, #messages li.warning {
  --notification-color: #fdf4da;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fdf4da;
  color: #1b1c22;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  padding-left: calc(2rem + 2rem);
  position: relative;
  border: none;
  min-height: calc(2rem + 1rem); }
  .warningnotice a:not(.pk-button):not(.lingo-basket-cell--item-pay), .pk-attention a:not(.pk-button):not(.lingo-basket-cell--item-pay), #messages li.warning a:not(.pk-button):not(.lingo-basket-cell--item-pay) {
    color: currentColor;
    text-decoration: underline; }
  .warningnotice::before, .pk-attention::before, .pk-attention.cell::before, #messages li.warning::before {
    content: "";
    font-family: FontAwesome;
    font-size: 2rem;
    line-height: 1;
    text-align: center;
    display: block;
    width: 1em;
    height: 1em;
    position: absolute;
    margin: auto;
    left: 0;
    right: calc(100% - calc(2rem + 2rem));
    top: 0.5rem; }
  .warningnotice p, .pk-attention p, .pk-attention.cell p, #messages li.warning p {
    margin: 0 0 0.6rem 0; }
    .warningnotice p:last-child, .pk-attention p:last-child, #messages li.warning p:last-child {
      margin-bottom: 0; }
  .warningnotice details, .pk-attention details, .pk-attention.cell details, #messages li.warning details {
    padding: 0.3em 0; }
  .warningnotice[class*=grid-].comment-field, [class*=grid-].comment-field.pk-attention, #messages li[class*=grid-].comment-field.warning {
    box-sizing: border-box;
    margin-right: 1rem; }
  .warningnotice:not([class*=grid-]).comment-field, .pk-attention:not([class*=grid-]).comment-field, #messages li.warning:not([class*=grid-]).comment-field {
    clear: both; }
  .gru-content .warningnotice.cell h2:first-child, .gru-content .cell.pk-attention h2:first-child, .gru-content #messages li.cell.warning h2:first-child, #messages .gru-content li.cell.warning h2:first-child {
    background: transparent;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: inherit; }

.successnotice, .pk-success, .pk-success.cell, #messages li.success {
  --notification-color: #def9de;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #def9de;
  color: #1b1c22;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  padding-left: calc(2rem + 2rem);
  position: relative;
  border: none;
  min-height: calc(2rem + 1rem); }
  .successnotice a:not(.pk-button):not(.lingo-basket-cell--item-pay), .pk-success a:not(.pk-button):not(.lingo-basket-cell--item-pay), #messages li.success a:not(.pk-button):not(.lingo-basket-cell--item-pay) {
    color: currentColor;
    text-decoration: underline; }
  .successnotice::before, .pk-success::before, .pk-success.cell::before, #messages li.success::before {
    content: "";
    font-family: FontAwesome;
    font-size: 2rem;
    line-height: 1;
    text-align: center;
    display: block;
    width: 1em;
    height: 1em;
    position: absolute;
    margin: auto;
    left: 0;
    right: calc(100% - calc(2rem + 2rem));
    top: 0.5rem; }
  .successnotice p, .pk-success p, .pk-success.cell p, #messages li.success p {
    margin: 0 0 0.6rem 0; }
    .successnotice p:last-child, .pk-success p:last-child, #messages li.success p:last-child {
      margin-bottom: 0; }
  .successnotice details, .pk-success details, .pk-success.cell details, #messages li.success details {
    padding: 0.3em 0; }
  .successnotice[class*=grid-].comment-field, [class*=grid-].comment-field.pk-success, #messages li[class*=grid-].comment-field.success {
    box-sizing: border-box;
    margin-right: 1rem; }
  .successnotice:not([class*=grid-]).comment-field, .pk-success:not([class*=grid-]).comment-field, #messages li.success:not([class*=grid-]).comment-field {
    clear: both; }
  .gru-content .successnotice.cell h2:first-child, .gru-content .cell.pk-success h2:first-child, .gru-content #messages li.cell.success h2:first-child, #messages .gru-content li.cell.success h2:first-child {
    background: transparent;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: inherit; }

.infonotice, .pk-information, .pk-information.cell, div.timetable-widget .timetable-widget--nothing, #messages li.info {
  --notification-color: #dee7f9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #dee7f9;
  color: #1b1c22;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  padding-left: calc(2rem + 2rem);
  position: relative;
  border: none;
  min-height: calc(2rem + 1rem); }
  .infonotice a:not(.pk-button):not(.lingo-basket-cell--item-pay), .pk-information a:not(.pk-button):not(.lingo-basket-cell--item-pay), div.timetable-widget .timetable-widget--nothing a:not(.pk-button):not(.lingo-basket-cell--item-pay), #messages li.info a:not(.pk-button):not(.lingo-basket-cell--item-pay) {
    color: currentColor;
    text-decoration: underline; }
  .infonotice::before, .pk-information::before, .pk-information.cell::before, div.timetable-widget .timetable-widget--nothing::before, #messages li.info::before {
    content: "";
    font-family: FontAwesome;
    font-size: 2rem;
    line-height: 1;
    text-align: center;
    display: block;
    width: 1em;
    height: 1em;
    position: absolute;
    margin: auto;
    left: 0;
    right: calc(100% - calc(2rem + 2rem));
    top: 0.5rem; }
  .infonotice p, .pk-information p, .pk-information.cell p, div.timetable-widget .timetable-widget--nothing p, #messages li.info p {
    margin: 0 0 0.6rem 0; }
    .infonotice p:last-child, .pk-information p:last-child, div.timetable-widget .timetable-widget--nothing p:last-child, #messages li.info p:last-child {
      margin-bottom: 0; }
  .infonotice details, .pk-information details, .pk-information.cell details, div.timetable-widget .timetable-widget--nothing details, #messages li.info details {
    padding: 0.3em 0; }
  .infonotice[class*=grid-].comment-field, [class*=grid-].comment-field.pk-information, div.timetable-widget [class*=grid-].comment-field.timetable-widget--nothing, #messages li[class*=grid-].comment-field.info {
    box-sizing: border-box;
    margin-right: 1rem; }
  .infonotice:not([class*=grid-]).comment-field, .pk-information:not([class*=grid-]).comment-field, div.timetable-widget .timetable-widget--nothing:not([class*=grid-]).comment-field, #messages li.info:not([class*=grid-]).comment-field {
    clear: both; }
  .gru-content .infonotice.cell h2:first-child, .gru-content .cell.pk-information h2:first-child, .gru-content div.timetable-widget .cell.timetable-widget--nothing h2:first-child, div.timetable-widget .gru-content .cell.timetable-widget--nothing h2:first-child, .gru-content #messages li.cell.info h2:first-child, #messages .gru-content li.cell.info h2:first-child {
    background: transparent;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: inherit; }

form ul.errorlist.nonfield {
  margin-top: 0; }
  form ul.errorlist.nonfield li {
    margin-top: 0; }

table.invoices th.invoice-amount,
td.amount {
  text-align: right; }

table.invoices {
  width: 100%; }
  table.invoices td:last-child {
    width: 8em;
    line-height: 150%; }
  table.invoices a.icon-view, table.invoices a.icon-pdf, table.invoices span.icon-pdf {
    white-space: nowrap; }
  table.invoices a.icon-view:before {
    padding-right: 0.7em;
    font-family: FontAwesome;
    content: "\f06e\00a0"; }
  table.invoices a.icon-pdf:before, table.invoices span.icon-pdf:before {
    padding-right: 0.7em;
    font-family: FontAwesome;
    content: "\f1c1\00a0"; }

div.ui-dialog #item span.amount, div.ui-dialog #item span.timestamp {
  flex-grow: 1;
  text-align: right; }

div.ui-dialog #item div {
  margin: 1.5em 0;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 0.3em;
  display: flex;
  flex-wrap: wrap; }
  div.ui-dialog #item div.paid-info::before, div.ui-dialog #item div.no-online-payment-reason::before {
    content: '\f05a';
    font-family: FontAwesome;
    margin-right: 0.3em; }

div.ui-dialog.alert .ui-dialog-titlebar {
  background: #E65050; }

div#user-files {
  position: relative; }
  div#user-files table {
    width: 100%;
    border-collapse: collapse; }
  div#user-files th {
    text-align: left;
    padding: 0.3em;
    text-transform: lowercase; }
  div#user-files th a {
    color: inherit; }
  div#user-files tbody tr {
    cursor: pointer; }
  div#user-files tbody tr:hover td.title {
    text-decoration: underline; }
  div#user-files tr.description-row {
    cursor: auto;
    font-size: 0.9em; }
  div#user-files td {
    padding: 0.3em 1em;
    border: 1px solid white; }
  div#user-files td.size {
    text-align: right; }
  div#user-files td.thumbnail {
    text-align: center; }
  div#user-files tbody tr.odd {
    background: white; }
  div#user-files tbody tr.even {
    background: rgba(0, 0, 0, 0.06); }
  div#user-files a.icon-remove,
  div#user-files a.icon-edit {
    display: inline-block; }
    div#user-files a.icon-remove::before,
    div#user-files a.icon-edit::before {
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      text-decoration: none;
      content: "\f040";
      color: #1b1c22; }
  div#user-files a.icon-remove::before {
    content: "\f057"; }
  div#user-files button.icon-remove-sign {
    border: none;
    background: none;
    box-shadow: none;
    padding: 2px;
    line-height: 100%;
    color: #1b1c22;
    margin-right: 0; }
  div#user-files button.icon-remove-sign::before {
    font-family: FontAwesome;
    content: "\f057"; }
  div#user-files td.action-column {
    width: 1.5em;
    text-align: center;
    vertical-align: middle; }
  div#user-files tr::before {
    font-family: FontAwesome;
    content: "";
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    width: 2em; }
  div#user-files tr.mime-text::before {
    content: "\f0f6"; }
  div#user-files tr.mime-image::before {
    content: "\f1c5"; }
  div#user-files tr.mime-audio::before {
    content: "\f1c7"; }
  div#user-files tr.mime-video::before {
    content: "\f1c8"; }
  div#user-files tr.mime-application::before {
    content: "\f016"; }
  div#user-files tr.mime-application-pdf::before {
    content: "\f1c1"; }
  div#user-files td.thumbnail {
    max-width: 100px; }
    div#user-files td.thumbnail img {
      min-width: 60px; }

div.table-container ul.pagination {
  min-height: 2rem;
  list-style: none;
  margin: 0 0 1em 0;
  padding: 1.5em 0.7em 1em 0; }
  div.table-container ul.pagination li {
    display: none;
    float: left;
    line-height: 150%; }
  div.table-container ul.pagination > li.cardinality {
    float: right; }
  div.table-container ul.pagination li.previous, div.table-container ul.pagination li.next {
    display: block; }
  div.table-container ul.pagination li.current {
    display: block;
    position: absolute;
    right: 1rem; }

.fargo-pick-popup th {
  text-align: left;
  padding: 0.3em;
  text-transform: lowercase; }

table.shades tbody tr:nth-child(2n+1) {
  background: rgba(0, 0, 0, 0.06); }

table.headers th {
  background: #1b1c22;
  color: #ffffff;
  padding: 0.7em 1em; }

table.centered-cells td {
  text-align: center; }

.combo-search-results em {
  background: yellow; }

div.timetable-widget {
  margin-top: 0.7em;
  display: flex;
  align-items: flex-start;
  width: 100%; }
  div.timetable-widget > div {
    flex: 0 1 auto;
    width: 20%;
    padding: 0 2px;
    text-align: center;
    display: none; }
  div.timetable-widget .timetable-widget--nothing {
    margin-top: 0;
    width: 100%; }
  div.timetable-widget div.head {
    padding-bottom: 0.7em; }
    div.timetable-widget div.head h5 {
      font-size: inherit;
      font-weight: inherit;
      margin: 0; }
  div.timetable-widget button {
    margin: 0;
    padding: 0;
    flex: 0 0 3em;
    height: 3em; }
    div.timetable-widget button.next {
      margin-left: 1em; }
    div.timetable-widget button.prev {
      margin-right: 1em; }
  div.timetable-widget div span.timetable-cell {
    display: block;
    cursor: pointer;
    padding: 0.2em 0;
    border-radius: 0;
    margin-bottom: 4px; }
    div.timetable-widget div span.timetable-cell.disabled {
      opacity: 0.3;
      cursor: not-allowed; }
  div.timetable-widget span.timetable-cell.selectable {
    background: rgba(27, 28, 34, 0.2); }
    div.timetable-widget span.timetable-cell.selectable:hover {
      background: #1b1c22;
      color: #ffffff;
      box-shadow: 1px 0px 5px #1b1c22; }
    div.timetable-widget span.timetable-cell.selectable.on {
      background: #1b1c22;
      color: #ffffff; }
  div.timetable-widget.mobile > div {
    width: 100%; }
  div.timetable-widget.mobile div span.timetable-cell {
    display: inline-block;
    padding: 0.5em;
    margin: 0.5em; }
  div.timetable-widget.mobile button.prev, div.timetable-widget.mobile button.next {
    margin: 0; }

div.location-icon {
  pointer-events: none;
  width: 10px;
  height: 10px;
  background: red;
  border-radius: 100%;
  position: relative;
  top: -5px;
  left: -5px;
  border: 1px solid #800;
  z-index: -100 !important; }

.leaflet-container {
  font: inherit; }

.leaflet-control-attribution {
  font-size: 80%; }

div.leaflet-control-gps.pending {
  opacity: 0.5; }
  div.leaflet-control-gps.pending a {
    cursor: wait; }

#fc-linking.no-account {
  text-align: center; }

div.leaflet-bottom, div.leaflet-top {
  z-index: 800; }

.leaflet-top.leaflet-right {
  width: 40%; }
  @media (max-width: 1150px) {
    .leaflet-top.leaflet-right {
      width: calc(100% - 65px); } }
.login-actions ul, .login-actions li {
  margin: 0;
  padding: 0;
  list-style: none; }

.field-live-hint {
  position: absolute;
  background: #ffffee;
  color: #333;
  z-index: 1000000;
  padding: 1em 1em;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16); }
  .field-live-hint p {
    margin: 0;
    display: inline-block; }
    .field-live-hint p::before {
      font-family: FontAwesome;
      content: "\f0eb";
      padding-right: 0.5em; }
  .field-live-hint button.action,
  .field-live-hint button.close {
    margin: 0 1em;
    padding: 0;
    color: blue !important;
    border: none !important;
    text-decoration: underline !important;
    background: transparent !important;
    box-shadow: none !important;
    min-width: auto; }
  .field-live-hint button.close {
    color: #333 !important;
    margin: 0;
    text-decoration: none !important; }
    .field-live-hint button.close::after {
      content: "×"; }

.leaflet-attribution-flag {
  display: none !important; }

.loader {
  --loader-color: var(--primary-color, black);
  margin: 2em auto;
  width: 40px;
  height: 30px;
  aspect-ratio: 1;
  --c: linear-gradient(var(--loader-color) 0 0);
  --r1: radial-gradient(farthest-side at bottom, var(--loader-color) 93%, var(--loader-color));
  --r2: radial-gradient(farthest-side at top   , var(--loader-color) 93%, var(--loader-color));
  background: var(--c), var(--r1), var(--r2), var(--c), var(--r1), var(--r2), var(--c), var(--r1), var(--r2);
  background-repeat: no-repeat;
  animation: l2 1s infinite alternate; }

@keyframes l2 {
  0%, 25% {
    background-size: 8px 0, 8px 4px, 8px 4px, 8px 0, 8px 4px, 8px 4px, 8px 0, 8px 4px, 8px 4px;
    background-position: 0 50%, 0 calc(50% - 2px), 0 calc(50% + 2px), 50% 50%, 50% calc(50% - 2px), 50% calc(50% + 2px), 100% 50%, 100% calc(50% - 2px), 100% calc(50% + 2px); }
  50% {
    background-size: 8px 100%, 8px 4px, 8px 4px, 8px 0, 8px 4px, 8px 4px, 8px 0, 8px 4px, 8px 4px;
    background-position: 0 50%, 0 calc(0% - 2px), 0 calc(100% + 2px), 50% 50%, 50% calc(50% - 2px), 50% calc(50% + 2px), 100% 50%, 100% calc(50% - 2px), 100% calc(50% + 2px); }
  75% {
    background-size: 8px 100%, 8px 4px, 8px 4px, 8px 100%, 8px 4px, 8px 4px, 8px 0, 8px 4px, 8px 4px;
    background-position: 0 50%, 0 calc(0% - 2px), 0 calc(100% + 2px), 50% 50%, 50% calc(0% - 2px), 50% calc(100% + 2px), 100% 50%, 100% calc(50% - 2px), 100% calc(50% + 2px); }
  95%, 100% {
    background-size: 8px 100%, 8px 4px,  8px 4px, 8px 100%, 8px 4px, 8px 4px, 8px 100%, 8px 4px, 8px 4px;
    background-position: 0 50%, 0 calc(0% - 2px), 0 calc(100% + 2px), 50% 50%, 50% calc(0% - 2px), 50% calc(100% + 2px), 100% 50%, 100% calc(0% - 2px), 100% calc(100% + 2px); } }

#nav-skip {
  position: absolute;
  top: 0;
  width: 10em; }
  #nav-skip ul, #nav-skip li {
    list-style: none;
    margin: 0;
    padding: 0; }

#nav-skip a {
  position: absolute;
  left: -7000px;
  z-index: 100;
  padding: 0.25em;
  background-color: white; }
  #nav-skip a:focus {
    left: 0; }

/* $carrousel-height: height of carrousel image */
/* $carrousel-text-position: [vertical option] [horizontal option] */
/* vertical options: top | middle | bottom */
/* horizontal options: left | middle | right */
/* Default: middle (eq to "middle middle"); */
/* $carrousel-navigation: visible or none */
/* $carrousel-navigation-color : color of navigation items (next, prev, bullet) */
/* $carrousel-navigation-bullet-color: color of active slide bullet */
/* $carrousel-navigation-bullet-size: height/width of slide bullets */
/* $carrousel-navigation-bullet-border: border of slide bullets */
/* $carrousel-arrows: visible or none */
/* $carrousel-arrows-color: color of prev and next arrows */
div.carrousel-content {
  position: relative;
  height: 400px;
  overflow: hidden; }
  div.carrousel-content input {
    visibility: hidden; }
  div.carrousel-content input + div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity ease 0.5s; }
    div.carrousel-content input + div div.carrousel-item {
      position: relative;
      display: flex;
      background-position: center center;
      width: 100%;
      height: 100%;
      background-size: cover;
      padding: 10px;
      color: white;
      font-size: 120%; }
      div.carrousel-content input + div div.carrousel-item::after {
        content: "";
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.3); }
      div.carrousel-content input + div div.carrousel-item div.carrousel-item-content {
        margin-bottom: 1.5rem;
        z-index: 1;
        line-height: 110%; }
        div.carrousel-content input + div div.carrousel-item div.carrousel-item-content > a {
          display: block;
          color: inherit; }
        div.carrousel-content input + div div.carrousel-item div.carrousel-item-content > a {
          padding: 1rem;
          margin-left: 6rem;
          margin-right: 6rem; }
          @media screen and (max-width: 1150px) {
            div.carrousel-content input + div div.carrousel-item div.carrousel-item-content > a {
              margin-left: 2rem;
              margin-right: 2rem; } }
        div.carrousel-content input + div div.carrousel-item div.carrousel-item-content p {
          margin-left: auto;
          margin-right: auto; }
        div.carrousel-content input + div div.carrousel-item div.carrousel-item-content p {
          max-width: 25em; }
  div.carrousel-content input:checked + div {
    opacity: 1;
    pointer-events: auto; }
  div.carrousel-content div.carrousel-nav {
    position: absolute;
    display: block;
    bottom: 10px;
    text-align: center;
    width: 100%;
    height: 20px;
    z-index: 100; }
    div.carrousel-content div.carrousel-nav label {
      display: inline-block;
      margin: 0 10px;
      width: 12px;
      height: 12px;
      border: 1px solid white;
      border-radius: 50%;
      cursor: pointer;
      transition: background-color 0.25s; }
  div.carrousel-content a.carrousel-previous,
  div.carrousel-content a.carrousel-next {
    display: block;
    position: absolute;
    text-decoration: none;
    top: calc(50% - 3rem);
    color: #ffffff;
    height: 6rem;
    line-height: 6rem;
    width: 6rem;
    cursor: pointer;
    z-index: 1000;
    text-align: center; }
    div.carrousel-content a.carrousel-previous::after,
    div.carrousel-content a.carrousel-next::after {
      font-family: FontAwesome;
      font-size: 24px; }
    div.carrousel-content a.carrousel-previous.carrousel-previous,
    div.carrousel-content a.carrousel-next.carrousel-previous {
      left: 0.7em; }
      div.carrousel-content a.carrousel-previous.carrousel-previous::after,
      div.carrousel-content a.carrousel-next.carrousel-previous::after {
        content: "\f053"; }
    div.carrousel-content a.carrousel-previous.carrousel-next,
    div.carrousel-content a.carrousel-next.carrousel-next {
      right: 0.7em; }
      div.carrousel-content a.carrousel-previous.carrousel-next::after,
      div.carrousel-content a.carrousel-next.carrousel-next::after {
        content: "\f054"; }
    @media screen and (max-width: 1150px) {
      div.carrousel-content a.carrousel-previous,
      div.carrousel-content a.carrousel-next {
        display: none; } }
  div.carrousel-content .carrousel-radio-1:checked ~ .carrousel-nav label.carrousel-label-1 {
    background-color: #ffffff; }
  div.carrousel-content .carrousel-radio-2:checked ~ .carrousel-nav label.carrousel-label-2 {
    background-color: #ffffff; }
  div.carrousel-content .carrousel-radio-3:checked ~ .carrousel-nav label.carrousel-label-3 {
    background-color: #ffffff; }
  div.carrousel-content .carrousel-radio-4:checked ~ .carrousel-nav label.carrousel-label-4 {
    background-color: #ffffff; }
  div.carrousel-content .carrousel-radio-5:checked ~ .carrousel-nav label.carrousel-label-5 {
    background-color: #ffffff; }
  div.carrousel-content .carrousel-radio-6:checked ~ .carrousel-nav label.carrousel-label-6 {
    background-color: #ffffff; }
  div.carrousel-content .carrousel-radio-7:checked ~ .carrousel-nav label.carrousel-label-7 {
    background-color: #ffffff; }
  div.carrousel-content .carrousel-radio-8:checked ~ .carrousel-nav label.carrousel-label-8 {
    background-color: #ffffff; }
  div.carrousel-content .carrousel-radio-9:checked ~ .carrousel-nav label.carrousel-label-9 {
    background-color: #ffffff; }
  div.carrousel-content .carrousel-radio-10:checked ~ .carrousel-nav label.carrousel-label-10 {
    background-color: #ffffff; }

.carrousel-item {
  align-items: center;
  justify-content: center;
  text-align: center; }

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

.back-top--link {
  display: inline-flex;
  align-items: center; }
  .back-top--link::before {
    content: "";
    font-family: fontawesome, sans-serif;
    font-size: 2.5em; }

.back-top--link-label {
  margin-left: 0.33em;
  margin-right: 0.33em; }

.back-top--link {
  position: static;
  z-index: 1000; }

.back-top {
  text-align: right; }

@keyframes back-top-show {
  0% {
    opacity: 0;
    z-index: -1; }
  1% {
    z-index: 1000; }
  100% {
    opacity: 1;
    z-index: 1000; } }

@keyframes back-top-hide {
  0% {
    opacity: 1;
    z-index: 1000; }
  99% {
    z-index: -1; }
  100% {
    opacity: 0;
    z-index: -1; } }

.back-top-scrollY {
  animation-fill-mode: both;
  animation-duration: 600ms; }
  .back-top-scrollY.below-scroll-limit {
    animation-name: back-top-show; }
  .back-top-scrollY.above-scroll-limit {
    animation-name: back-top-hide; }

.pk-table-wrapper {
  overflow: auto;
  max-width: 100%;
  background: linear-gradient(to right, white 30%, transparent), linear-gradient(to right, transparent, white 70%) 0 100%, radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, 0.25), transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.25), transparent) 0 100%;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
  background-position: 0 0, 100%, 0 0, 100%;
  background-attachment: local, local, scroll, scroll; }

table.pk-data-table {
  border-collapse: collapse; }
  table.pk-data-table caption {
    caption-side: top;
    color: #1b1c22;
    font-size: 120%;
    padding: 1rem; }
  table.pk-data-table th, table.pk-data-table td {
    padding: 0.3em 1.5em 0.3em 0.7em;
    border-bottom: 1px solid #aaa; }
  table.pk-data-table th {
    border-bottom-width: 2px; }
  table.pk-data-table .pk-card-field-email, table.pk-data-table .pk-card-field-filename {
    word-break: break-all; }
  @media print {
    table.pk-data-table th {
      border: 2px solid #666; }
    table.pk-data-table td {
      border-top: 2px solid #666;
      border-bottom: 2px solid #666; }
      table.pk-data-table td:first-child {
        border-left: 2px solid #666; }
      table.pk-data-table td:last-child {
        border-right: 2px solid #666; } }
.pk-table-headers.pk-data-table thead th, .pk-table-headers .pk-data-table thead th {
  background: transparent;
  color: #1b1c22;
  font-size: 110%;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
  font-family: Poppins, sans-serif; }

.pk-table-borders.pk-data-table th, .pk-table-borders.pk-data-table td, .pk-table-borders .pk-data-table th, .pk-table-borders .pk-data-table td {
  border: 1px solid #aaa; }
  @media print {
    .pk-table-borders.pk-data-table th, .pk-table-borders.pk-data-table td, .pk-table-borders .pk-data-table th, .pk-table-borders .pk-data-table td {
      border: 2px solid #333; } }
.pk-table-borders.pk-data-table th, .pk-table-borders .pk-data-table th {
  border-bottom-width: 2px; }

.pk-table-center.pk-data-table th, .pk-table-center.pk-data-table td, .pk-table-center .pk-data-table th, .pk-table-center .pk-data-table td {
  text-align: center; }

.pk-table-🦓.pk-data-table tbody tr:nth-child(2n+1), .pk-table-🦓 .pk-data-table tbody tr:nth-child(2n+1),
.pk-table-zebra.pk-data-table tbody tr:nth-child(2n+1),
.pk-table-zebra .pk-data-table tbody tr:nth-child(2n+1) {
  background: rgba(0, 0, 0, 0.06); }

.pk-table-fit-container.pk-data-table, .pk-table-fit-container .pk-data-table {
  width: 100%; }

.text-cell .pk-table-fit-container.pk-data-table, .pk-table-fit-container.text-cell .pk-data-table {
  width: calc(100% - (0.7em * 2)); }

/* sort button & icon in table headers*/
.table-sortable-button, .gru-content .table-sortable-button {
  all: unset; }
  .table-sortable-button:hover, .gru-content .table-sortable-button:hover {
    all: unset;
    cursor: pointer; }

.table-sortable-icon::after {
  padding-left: 1ex;
  content: var(--sortable-icon, "");
  font-family: FontAwesome; }

th[aria-sort=descending] {
  --sortable-icon: "\f0dd";
  /* sort-desc */ }

th[aria-sort="ascending"] {
  --sortable-icon: "\f0de";
  /* sort-asc */ }

th:not([aria-sort]) .table-sortable-icon {
  opacity: 0.4; }

a.pk-button, a.lingo-basket-cell--item-pay, a.pk-big-button, a[class*='pk-button-'], a[class*='pk-big-button-'], .pk-button.link-cell ul > li > a, .link-cell.lingo-basket-cell--item-pay ul > li > a, .pk-big-button.link-cell ul > li > a,
[class*='pk-button-'].link-cell ul > li > a, [class*='pk-big-button-'].link-cell ul > li > a {
  display: inline-block;
  margin: 0;
  height: auto; }

.pk-button.link-cell.cell ul, .link-cell.cell.lingo-basket-cell--item-pay ul, .pk-button.link-cell.cell ul > li, .link-cell.cell.lingo-basket-cell--item-pay ul > li, .pk-big-button.link-cell.cell ul, .pk-big-button.link-cell.cell ul > li,
[class*='pk-button-'].link-cell.cell ul,
[class*='pk-button-'].link-cell.cell ul > li, [class*='pk-big-button-'].link-cell.cell ul, [class*='pk-big-button-'].link-cell.cell ul > li {
  all: unset; }
  .pk-button.link-cell.cell ul::before, .link-cell.cell.lingo-basket-cell--item-pay ul::before, .pk-button.link-cell.cell ul::after, .link-cell.cell.lingo-basket-cell--item-pay ul::after, .pk-button.link-cell.cell ul > li::before, .link-cell.cell.lingo-basket-cell--item-pay ul > li::before, .pk-button.link-cell.cell ul > li::after, .link-cell.cell.lingo-basket-cell--item-pay ul > li::after, .pk-big-button.link-cell.cell ul::before, .pk-big-button.link-cell.cell ul::after, .pk-big-button.link-cell.cell ul > li::before, .pk-big-button.link-cell.cell ul > li::after,
  [class*='pk-button-'].link-cell.cell ul::before,
  [class*='pk-button-'].link-cell.cell ul::after,
  [class*='pk-button-'].link-cell.cell ul > li::before,
  [class*='pk-button-'].link-cell.cell ul > li::after, [class*='pk-big-button-'].link-cell.cell ul::before, [class*='pk-big-button-'].link-cell.cell ul::after, [class*='pk-big-button-'].link-cell.cell ul > li::before, [class*='pk-big-button-'].link-cell.cell ul > li::after {
    content: none; }

.pk-button.link-cell.cell ul > li > a, .link-cell.cell.lingo-basket-cell--item-pay ul > li > a, .pk-big-button.link-cell.cell ul > li > a,
[class*='pk-button-'].link-cell.cell ul > li > a, [class*='pk-big-button-'].link-cell.cell ul > li > a {
  display: block; }

a.pk-big-button, a[class*='pk-big-button-'], .pk-big-button.link-cell ul > li > a, [class*='pk-big-button-'].link-cell ul > li > a {
  padding: 2rem 4rem; }

.pk-transparent.cell {
  border-color: transparent !important;
  background: transparent !important; }

.pk-no-border.cell {
  border: none !important; }

.pk-cell-bold-title.cell > div h2:first-child {
  font-weight: bold; }

.pk-cell-center-title.cell > div h2:first-child {
  text-align: center; }

.pk-important.widget .title label {
  font-weight: bold; }

.pk-budget-table table,
.budget-table table {
  width: 100%; }

.pk-budget-table th,
.budget-table th {
  text-align: left;
  font-weight: normal; }

.pk-budget-table tbody td:last-child,
.budget-table tbody td:last-child {
  width: 30%; }

#rub_service div.template-franceconnect-data .franceconnect--button {
  display: block;
  width: 160px;
  background-image: url("../img/franceconnect-avatar.svg");
  background-repeat: no-repeat;
  background-size: auto 35px;
  padding: 5px 2px 5px 40px;
  background-position: 5px center;
  font-size: 0.8em;
  cursor: pointer; }

#rub_service div.template-franceconnect-data div.content {
  position: relative; }
  #rub_service div.template-franceconnect-data div.content input {
    width: 100%; }

#rub_service div.template-franceconnect-data .franceconnect--clear {
  position: absolute;
  right: 0;
  bottom: 0.5em;
  display: none; }

#rub_service div.template-franceconnect-data .franceconnect--clear::before {
  font-family: FontAwesome;
  content: "\f057";
  color: #dc1822; }

#rub_service div.template-franceconnect-data .franceconnect--error {
  color: #DA0000;
  font-size: 0.9em; }

.service-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem; }
  .service-message + .a2-block {
    margin-top: 1rem; }

div#fc-button-wrapper, div#fc-explanation-text, div#fc-explanation-link {
  text-align: center;
  width: 100%; }

div#fc-explanation-link {
  padding-top: 12px;
  padding-bottom: 8px; }

div#fc-button-wrapper {
  margin-top: 20px;
  height: 60px; }

div#fc-button {
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  border: none; }
  div#fc-button a.button {
    text-decoration: none;
    width: 209px;
    height: 56px;
    max-width: 100%;
    background-image: url(../img/FC-connect-button.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #000091;
    display: block;
    border: 1px solid #000091;
    border-radius: 3px;
    margin: auto; }
    div#fc-button a.button:hover {
      background-color: #1212ff; }
    div#fc-button a.button:focus-visible {
      outline: 2px solid #0063cb; }

.lingo--basket::before {
  font-family: FontAwesome;
  content: "\f291"; }

.lingo--basket-items {
  background: #e22;
  color: white;
  display: inline-block;
  width: 1em;
  border-radius: 100%;
  font-size: 80%;
  margin-left: -0.5em;
  text-align: center; }

/* End of core styles */
div.cartads-piece div.file-upload-widget {
  margin-bottom: 1rem; }

div.cartads-piece button.plus {
  margin-top: 60px; }
  div.cartads-piece button.plus:disabled {
    display: none; }
  @media screen and (max-width: 560px) {
    div.cartads-piece button.plus {
      margin-top: 0;
      margin-bottom: 2rem; } }
div.cartads-piece div.title + div.grid-1-2 + div.grid-1-2 + div.button-plus button,
div.cartads-piece div.title + div.grid-1-2 + div.grid-1-2 + div.grid-1-2 + div.grid-1-2 + div.button-plus button,
div.cartads-piece div.title + div.grid-1-3 + div.grid-1-3 + div.grid-1-3 + div.button-plus button {
  margin-top: 0;
  margin-bottom: 2rem; }

div.cartads-piece.view-validation input[type=file] {
  visibility: hidden; }

div.pieces-specifiques ~ div.cartads-piece div.title + div.file-upload-widget {
  display: none; }

div.pieces-specifiques ~ div.cartads-piece div.title + div.file-upload-widget.visible {
  display: block; }

div.pieces-specifiques ~ div.cartads-piece div.title + div.file-upload-widget:not(.visible) + div.button-plus button {
  margin-top: 0;
  margin-bottom: 2rem; }

@font-face {
  font-family: 'Material Symbols Rounded';
  font-style: normal;
  font-weight: 400;
  src: url(some-material-icons.woff2) format("woff2"); }

.mini-cell .goto-button > span.service-externe::before, #intro-service .inner-cell.service-lien-demarche a.service-externe::after, #intro-service .service-nom a:after, #intro-service .service-public a:after, #intro-service .service-documents a:after, #intro-service .service-question a:after, #territoires-info ul.links a::after {
  font-family: 'Material Symbols Rounded';
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  content: "\e89e";
  position: relative;
  top: 0.15em; }

.a2-block,
.gru-content .cell,
.block, .godo-dialog {
  margin-bottom: 20px; }

#page.place div.airquality #airquality-search button, div.wcs-tracking-code-input form button, .mini-cell .goto-button > span, #intro-service .inner-cell.service-lien-demarche a, #services-search .services-search-box button, #accueil-select-commune form button, #accueil-suggestions form button {
  background: #1B1C22;
  color: white;
  border-radius: 20px;
  padding: 8px 24px; }
  #page.place div.airquality #airquality-search button:hover, div.wcs-tracking-code-input form button:hover, .mini-cell .goto-button > span:hover, #intro-service .inner-cell.service-lien-demarche a:hover, #services-search .services-search-box button:hover, #accueil-select-commune form button:hover, #accueil-suggestions form button:hover {
    background-color: #393a48;
    text-decoration: none; }

@media screen and (min-width: 1080px) {
  body.page-connect div#columns div#carrousel {
    margin-left: calc(10px - (100vw - 1080px) / 2);
    margin-right: calc(10px - (100vw - 1080px) / 2); } }

@media screen and (min-width: 1800px) {
  body.page-connect div#columns div#carrousel {
    margin-left: -300px;
    margin-right: -300px; } }

body.page-connect div.carrousel-item-content a {
  color: white;
  text-decoration: underline; }
  body.page-connect div.carrousel-item-content a:hover {
    text-decoration: none; }

body.page-connect div.carrousel-item-content a.pk-button, body.page-connect div.carrousel-item-content a.lingo-basket-cell--item-pay {
  color: #dc1822;
  text-decoration: none; }
  body.page-connect div.carrousel-item-content a.pk-button:hover, body.page-connect div.carrousel-item-content a.lingo-basket-cell--item-pay:hover {
    color: white; }
  body.page-connect div.carrousel-item-content a.pk-button.black, body.page-connect div.carrousel-item-content a.black.lingo-basket-cell--item-pay {
    border-color: black;
    background: black;
    color: white; }
    body.page-connect div.carrousel-item-content a.pk-button.black:hover, body.page-connect div.carrousel-item-content a.black.lingo-basket-cell--item-pay:hover {
      background: #dc1822; }

body.page-connect div#content div#toodego-pourquoi {
  text-align: center;
  margin: 30px 100px; }
  body.page-connect div#content div#toodego-pourquoi h3 {
    font-size: 2rem; }
    @media screen and (max-width: 1150px) {
      body.page-connect div#content div#toodego-pourquoi h3 {
        font-size: 1.8rem; } }
  body.page-connect div#content div#toodego-pourquoi p {
    font-size: 1.1rem;
    font-weight: 700; }
  @media screen and (max-width: 1150px) {
    body.page-connect div#content div#toodego-pourquoi {
      margin: 30px 0; } }
body.page-connect div#content div.grid-1-3 {
  text-transform: none;
  overflow: hidden;
  border: 1px solid #cccccc;
  height: 400px;
  line-height: 140%;
  background: white; }
  body.page-connect div#content div.grid-1-3 img {
    max-width: 100%; }
  body.page-connect div#content div.grid-1-3 div {
    padding: 0 2rem; }
  body.page-connect div#content div.grid-1-3 h4 {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 120%; }
  @media screen and (max-width: 560px) {
    body.page-connect div#content div.grid-1-3 {
      position: absolute;
      background: transparent;
      border: none;
      height: auto; }
      body.page-connect div#content div.grid-1-3 > div {
        opacity: 0;
        transition: opacity 0.5s ease; }
      body.page-connect div#content div.grid-1-3.newline {
        position: relative; }
      body.page-connect div#content div.grid-1-3.active > div {
        opacity: 1; }
      body.page-connect div#content div.grid-1-3.newline::before, body.page-connect div#content div.grid-1-3.end-of-line::before {
        color: #dc1822;
        z-index: 900;
        font-size: 1.25rem;
        font-family: FontAwesome;
        content: "\f053";
        position: absolute;
        left: -10px;
        top: calc(200px - 1.5rem);
        width: 3rem;
        height: 3rem;
        line-height: 3rem;
        text-align: center;
        cursor: pointer; }
      body.page-connect div#content div.grid-1-3.end-of-line::before {
        left: auto;
        content: "\f054";
        right: -10px; }
      body.page-connect div#content div.grid-1-3 > div {
        background: white;
        border: 1px solid #cccccc;
        height: 400px; } }
#page.place div.tile.is-place {
  position: relative; }

#page.place #content {
  display: block; }
  @media screen and (max-width: 1150px) {
    #page.place #content {
      margin: 1rem; }
      #page.place #content.gru-content div.cell {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%; } }
#page.place #columns > div:first-child {
  overflow: hidden; }

#page.place .tile-content {
  display: flex;
  gap: 16px; }
  @media screen and (max-width: 1150px) {
    #page.place .tile-content {
      flex-direction: column; } }
  #page.place .tile-content .place-data {
    flex: 1; }
  #page.place .tile-content .cell.map {
    flex: 1; }

#page.place .place-data {
  margin: 0;
  padding: 32px;
  display: block;
  border: 1px solid #EBECF0;
  border-radius: 16px; }
  #page.place .place-data > div {
    margin-bottom: 2rem; }

#page.place .place-info {
  display: none; }

#page.place .place-info a.share-email {
  display: inline-block;
  float: right;
  background: url(img/share-email.png) top left no-repeat;
  background-size: auto 100%;
  width: 24px;
  height: 24px; }

#page.place span.producer {
  display: none; }

#page.place .tile-head {
  border: 1px solid #EBECF0;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 16px; }
  #page.place .tile-head h2 {
    padding: 0; }

#page.place div.tile-picture {
  display: none;
  height: 152px;
  width: 100%;
  background: transparent;
  background-position: center;
  background-size: cover;
  position: absolute; }
  @media screen and (max-width: 1150px) {
    #page.place div.tile-picture {
      height: 100px; } }
#page.place h2:first-child {
  background: transparent; }

#page.place div.adresse,
#page.place div.phone,
#page.place div.horaires {
  padding-left: 40px; }

#page.place div.adresse {
  background: url(img/adresse.png) top left no-repeat; }

#page.place div.phone {
  background: url(img/contact.png) top left no-repeat; }

#page.place div.horaires {
  background: url(img/horaires.png) top left no-repeat; }
  #page.place div.horaires h3 {
    display: inline-block;
    width: 7rem; }
  #page.place div.horaires div.badge {
    display: inline-block;
    text-transform: uppercase; }
  #page.place div.horaires tr th {
    width: 7rem; }

#page.place div.horaires.horaires-rdv h3 {
  width: auto; }

#page.place a.action-call,
#page.place a.action-goto {
  display: inline-block;
  margin-left: 0;
  margin-top: 0.5rem;
  background: none; }

#page.place h3 {
  font-size: 120%;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0; }

#page.place div.cell.map {
  clear: both;
  margin: 0;
  border: 0;
  height: 350px;
  border-radius: 16px;
  overflow: clip; }

#page.place div.combo-cell-map.leaflet-container {
  height: 350px !important; }

#page.search-page div#main-content-wrapper {
  max-width: 1230px; }

@media screen and (max-width: 1150px) {
  #page.search-page #content {
    margin-top: 0; }
  #page.search-page div#columns {
    position: fixed;
    width: 100%;
    bottom: 68px; }
  #page.search-page div#recherche {
    margin: 0; }
  #page.search-page div#mapsearch {
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: 1000; }
  #page.search-page .site-footer {
    display: none; } }

#page.search-page div.combo-cell-map.leaflet-container {
  min-height: 500px; }
  @media screen and (max-width: 1150px) {
    #page.search-page div.combo-cell-map.leaflet-container {
      height: calc(100vh - 60px - 68px);
      min-height: auto; } }
#page.search-page .gru-content #sidebar {
  flex: 0 0 450px;
  max-width: 450px;
  margin-top: calc(0.4em + 60px);
  overflow: auto;
  height: 60vh;
  min-height: 500px;
  margin-right: 20px; }
  @media screen and (max-width: 1150px) {
    #page.search-page .gru-content #sidebar {
      overflow: hidden;
      overflow-y: hidden;
      padding-top: 0;
      position: fixed;
      height: 0;
      min-height: 0px;
      transition: min-height linear 0.3s;
      bottom: 68px;
      opacity: 1;
      z-index: 10000; } }
  #page.search-page .gru-content #sidebar div.cell {
    margin-right: 0;
    position: relative; }
    @media screen and (max-width: 1150px) {
      #page.search-page .gru-content #sidebar div.cell {
        margin-right: 0.5rem; } }
  @media screen and (min-width: 1150px) {
    #page.search-page .gru-content #sidebar {
      position: relative; }
      #page.search-page .gru-content #sidebar div.cell.selected::before {
        position: absolute;
        content: "";
        width: 5px;
        height: 100%;
        background: #dc1822;
        display: block;
        z-index: 1; } }
#page.search-page div#mapsearch {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  position: relative; }
  @media screen and (max-width: 1150px) {
    #page.search-page div#mapsearch {
      position: absolute;
      z-index: 10000; } }
  @media screen and (max-width: 1150px) {
    #page.search-page div#mapsearch {
      padding: 0 20px;
      width: 100%; } }
  #page.search-page div#mapsearch form {
    width: 100%;
    display: flex; }
    #page.search-page div#mapsearch form input {
      flex: 1;
      border-right: 0;
      padding: 1em;
      margin: 0; }
    #page.search-page div#mapsearch form button.search-button {
      margin-right: 0;
      border-width: 1px 1px 1px 0;
      border-radius: 0 16px 16px 0;
      background: #1b1c22 url(img/loupe-white.png) center center no-repeat;
      box-shadow: none;
      text-indent: -10000px;
      overflow: hidden;
      width: 40px; }
      #page.search-page div#mapsearch form button.search-button:hover {
        background-color: #393a48; }
    #page.search-page div#mapsearch form button.filter-button {
      margin-left: 10px;
      margin-right: 0;
      text-transform: none;
      z-index: 50000;
      position: absolute;
      top: 80px;
      right: 20px;
      border: none; }
      #page.search-page div#mapsearch form button.filter-button.on {
        background: #dc1822;
        color: white; }
      @media screen and (max-width: 1150px) {
        #page.search-page div#mapsearch form button.filter-button {
          top: 50px;
          right: 20px; } }
      #page.search-page div#mapsearch form button.filter-button:focus, #page.search-page div#mapsearch form button.filter-button:active {
        outline: none; }
      #page.search-page div#mapsearch form button.filter-button.on {
        outline: none;
        border: none;
        background: white;
        color: black; }
        #page.search-page div#mapsearch form button.filter-button.on::after {
          content: " ×";
          color: #dc1822;
          font-size: 200%;
          position: absolute;
          top: 0;
          right: 8px; }
          @media screen and (max-width: 1150px) {
            #page.search-page div#mapsearch form button.filter-button.on::after {
              top: 2px; } }
  #page.search-page div#mapsearch div.suggestions {
    padding: 1rem 0 0.5rem 3px; }
    @media screen and (max-width: 1150px) {
      #page.search-page div#mapsearch div.suggestions {
        padding-top: 0.5rem; } }
    #page.search-page div#mapsearch div.suggestions a,
    #page.search-page div#mapsearch div.suggestions span {
      display: inline-block;
      background: black;
      white-space: pre;
      cursor: pointer;
      color: white;
      border-radius: 5px;
      padding: 2px 5px;
      margin-bottom: 0.5ex;
      font-size: 80%; }

#page.search-page #filtres-carte,
#page.search-page #filtres-autour-de-moi {
  display: none;
  padding: 1em; }
  #page.search-page #filtres-carte ul, #page.search-page #filtres-carte li,
  #page.search-page #filtres-autour-de-moi ul,
  #page.search-page #filtres-autour-de-moi li {
    list-style: none;
    padding: 0;
    margin: 0; }
  #page.search-page #filtres-carte li,
  #page.search-page #filtres-autour-de-moi li {
    display: inline-block;
    margin-right: 0.5em;
    line-height: 200%; }
  #page.search-page #filtres-carte li a,
  #page.search-page #filtres-autour-de-moi li a {
    text-decoration: none;
    background: white;
    border-radius: 16px;
    border: 1px solid #ebecf0;
    color: #1b1c22;
    padding: 4px 8px 2px 8px; }
    #page.search-page #filtres-carte li a:hover,
    #page.search-page #filtres-autour-de-moi li a:hover {
      text-decoration: none;
      border: 1px solid #6B778C;
      background: #DFE1E6; }
    #page.search-page #filtres-carte li a.on,
    #page.search-page #filtres-autour-de-moi li a.on {
      background: #1b1c22;
      color: white; }

#page.search-page .combo-cell-map #filtres-carte,
#page.search-page .combo-cell-map #filtres-autour-de-moi {
  z-index: 800;
  background: white;
  position: absolute;
  top: 10px;
  left: 19px;
  right: 19px;
  bottom: 10px; }
  @media screen and (max-width: 1150px) {
    #page.search-page .combo-cell-map #filtres-carte,
    #page.search-page .combo-cell-map #filtres-autour-de-moi {
      top: 78px; } }
@media screen and (max-width: 1150px) {
  body.focus-in #page.search-page div#columns {
    bottom: 0; } }

.page-404 #main-content-wrapper {
  background: transparent url(img/404-top.png) 100% 0% no-repeat; }

.page-404 #main-content {
  background: transparent url(img/404-bottom.png) 80% 100% no-repeat; }

.page-404 #content .cell {
  border: 0;
  background: transparent; }

.page-404 #content h1 {
  font-size: 7.5rem;
  color: #dc1822;
  margin: 0; }

.page-404 #content h2 {
  text-align: left; }

.page-404 #content p, .page-404 #content ul, .page-404 #content li {
  margin: 1rem 0;
  padding: 0;
  list-style: none; }

.page-404 #content li {
  margin: 0.5rem 0; }

.section-mon-compte div.intro-text,
.page-notifications div.intro-text,
.page-signaler div.intro-text,
.section-bienvenue div.intro-text,
.section-services div.intro-text,
.section-documents div.intro-text,
.page-m-y-rendre div.intro-text {
  border: none; }
  .section-mon-compte div.intro-text h1,
  .page-notifications div.intro-text h1,
  .page-signaler div.intro-text h1,
  .section-bienvenue div.intro-text h1,
  .section-services div.intro-text h1,
  .section-documents div.intro-text h1,
  .page-m-y-rendre div.intro-text h1 {
    margin: 0;
    padding: 0; }

.page-signaler div#columns div.cell.tile {
  margin: 1rem 1rem;
  width: calc(50% - 9rem); }
  .page-signaler div#columns div.cell.tile:hover .tile {
    border-color: #6B778C; }
  .page-signaler div#columns div.cell.tile:nth-child(2n) {
    margin-left: 8rem; }
  .page-signaler div#columns div.cell.tile:nth-child(2n+1) {
    margin-right: 8rem; }
  .page-signaler div#columns div.cell.tile .tile {
    justify-content: space-around; }
  .page-signaler div#columns div.cell.tile .tile-actions {
    display: none; }
  .page-signaler div#columns div.cell.tile .tile-title h3 {
    display: none; }
  @media screen and (max-width: 1150px) {
    .page-signaler div#columns div.cell.tile:nth-child(n) {
      margin: 0.5rem;
      width: calc(100% - 1rem); }
    .page-signaler div#columns div.cell.tile .tile-title h2 {
      padding-top: 2rem; } }
.page-notifications #content .notificationscell {
  border: none;
  background: transparent; }

.page-notifications .notification-none {
  display: block;
  padding: 3rem;
  text-align: center;
  background: white;
  border: 1px solid #ebecf0; }

.page-notifications div.notification {
  position: relative;
  background: white;
  border: 1px solid #ebecf0;
  margin: 1rem 0;
  padding: 0 1rem;
  padding-left: 140px; }
  .page-notifications div.notification.hidden {
    display: none; }
  .page-notifications div.notification.new {
    box-shadow: inset 5px 0 0 #dc1822; }
    .page-notifications div.notification.new a {
      color: #dc1822; }
  .page-notifications div.notification.acked {
    opacity: 0.6; }
    .page-notifications div.notification.acked a {
      color: inherit; }
  .page-notifications div.notification .datetime {
    text-align: right; }
  .page-notifications div.notification .producer {
    display: block;
    text-indent: -10000px;
    border: 1px solid #c3c3c3;
    background: white center center no-repeat;
    position: absolute;
    background-size: 70px;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    top: calc(50% - 35px);
    left: 35px; }
  .page-notifications div.notification .delete {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5rem 1rem; }
  .page-notifications div.notification.hidden + .notification-more {
    display: block; }

.page-notifications div.notification-buttons > div {
  display: none;
  float: left;
  margin-right: 1rem; }

@media screen and (max-width: 1150px) {
  .page-notifications div.notification-buttons {
    text-align: center; }
    .page-notifications div.notification-buttons > div {
      float: none;
      margin-right: auto;
      margin-bottom: 1rem; } }

.section-mon-compte div#intro-text h1 {
  display: inline-block;
  background: url(img/avatar-big-white.png) center right no-repeat;
  padding-right: 3rem; }

.section-mon-compte h3 {
  margin-top: 0;
  margin-bottom: 0.8rem; }
  .section-mon-compte h3.dim {
    color: #888; }
  .section-mon-compte h3 span.refresh {
    color: #dc1822;
    font-weight: 300;
    text-transform: none;
    animation-name: pulse_opacity_animation;
    animation-iteration-count: infinite;
    animation-duration: 2000ms; }

.section-mon-compte div.cut-profile div.profile-data {
  padding: 1rem; }
  .section-mon-compte div.cut-profile div.profile-data ul, .section-mon-compte div.cut-profile div.profile-data li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .section-mon-compte div.cut-profile div.profile-data li:last-child {
    border: none; }
  .section-mon-compte div.cut-profile div.profile-data li > span {
    display: block;
    line-height: 35px;
    padding-left: 40px;
    background: center left no-repeat; }
    .section-mon-compte div.cut-profile div.profile-data li > span.name {
      background-image: url(img/avatar-cercle.png); }
    .section-mon-compte div.cut-profile div.profile-data li > span.home {
      background-image: url(img/adresse.png); }
    .section-mon-compte div.cut-profile div.profile-data li > span.email {
      background-image: url(img/email.png); }
    .section-mon-compte div.cut-profile div.profile-data li > span.birthdate {
      background-image: url(img/birthdate.png); }
    .section-mon-compte div.cut-profile div.profile-data li > span.professional-phone, .section-mon-compte div.cut-profile div.profile-data li > span.private-phone {
      background-image: url(img/contact.png); }
    .section-mon-compte div.cut-profile div.profile-data li > span.professional-mobile, .section-mon-compte div.cut-profile div.profile-data li > span.private-mobile {
      background-image: url(img/mobile.png); }
    .section-mon-compte div.cut-profile div.profile-data li > span.private-phone::before, .section-mon-compte div.cut-profile div.profile-data li > span.professional-phone::before, .section-mon-compte div.cut-profile div.profile-data li > span.professional-mobile::before {
      content: "(pro) ";
      color: #dc1822; }
  .section-mon-compte div.cut-profile div.profile-data span.birthday {
    padding-left: 1ex; }
  .section-mon-compte div.cut-profile div.profile-data li a.pk-button, .section-mon-compte div.cut-profile div.profile-data li a.lingo-basket-cell--item-pay {
    margin-top: 1rem; }

.section-mon-compte .favorite-places {
  padding: 1em; }
  .section-mon-compte .favorite-places .icon-delete::after {
    content: "×"; }
  .section-mon-compte .favorite-places .icon-checkmark::after {
    content: "✓"; }
  .section-mon-compte .favorite-places ul, .section-mon-compte .favorite-places li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative; }
  .section-mon-compte .favorite-places li > span {
    display: inline-block;
    line-height: 35px;
    padding-left: 40px;
    background: url(img/goto.png) center left no-repeat;
    cursor: pointer; }
  .section-mon-compte .favorite-places li > a {
    margin-top: 0.5rem; }
  .section-mon-compte .favorite-places li .delete-place button {
    color: #dc1822;
    background: white;
    box-shadow: none;
    position: absolute;
    right: 0;
    top: 0; }
  .section-mon-compte .favorite-places li .edit-place {
    display: none; }
    .section-mon-compte .favorite-places li .edit-place div.buttons {
      display: block;
      text-align: right; }
      .section-mon-compte .favorite-places li .edit-place div.buttons button {
        background: #dc1822;
        margin-top: 0.5rem;
        margin-right: 1rem;
        color: white; }

.section-mon-compte .pn-abonnements--content {
  padding: 1rem; }
  .section-mon-compte .pn-abonnements--content ul, .section-mon-compte .pn-abonnements--content li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .section-mon-compte .pn-abonnements--content .value {
    margin-bottom: 1em; }
  .section-mon-compte .pn-abonnements--content .pn-thematiques li {
    margin-left: 0.5em; }
  .section-mon-compte .pn-abonnements--content .pn-thematiques li.intertitle {
    margin-left: 0; }
    .section-mon-compte .pn-abonnements--content .pn-thematiques li.intertitle strong {
      font-weight: normal; }
  .section-mon-compte .pn-abonnements--content li:last-child {
    border: none; }

.section-mon-compte div.new-place div.grid-3-4.ville, .section-mon-compte div.edit-place div.grid-3-4.ville {
  padding-right: 0; }

.section-mon-compte div.new-place {
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s ease; }
  .section-mon-compte div.new-place.shown {
    max-height: 350px; }

.section-mon-compte .gru-content div.cell.logout-link {
  text-transform: uppercase;
  padding: 0;
  box-shadow: none;
  background: white;
  color: #dc1822;
  border: 1px solid #dc1822;
  transition: all ease 0.2s; }
  .section-mon-compte .gru-content div.cell.logout-link a {
    display: block;
    text-align: center;
    border: none; }
    .section-mon-compte .gru-content div.cell.logout-link a::before {
      font-family: FontAwesome;
      content: "\f011";
      padding-right: 1ex;
      display: inline-block; }

@media screen and (max-width: 1150px) {
  .section-mon-compte .gru-content #sidebar {
    order: 1; } }

.section-bienvenue div.new-place form,
.section-mon-compte div.new-place form {
  padding: 10px 10px 10px 20px; }
  .section-bienvenue div.new-place form label,
  .section-mon-compte div.new-place form label {
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block; }
  .section-bienvenue div.new-place form > div,
  .section-mon-compte div.new-place form > div {
    padding-bottom: 10px; }

.page-index div#add-section,
.page-index div#signaler,
.page-services div#add-section,
.page-services div#signaler,
.page-tableau-de-bord div#add-section,
.page-tableau-de-bord div#signaler,
.page-toutes-les-cartes div#add-section,
.page-toutes-les-cartes div#signaler {
  text-transform: uppercase; }
  .page-index div#add-section a,
  .page-index div#signaler a,
  .page-services div#add-section a,
  .page-services div#signaler a,
  .page-tableau-de-bord div#add-section a,
  .page-tableau-de-bord div#signaler a,
  .page-toutes-les-cartes div#add-section a,
  .page-toutes-les-cartes div#signaler a {
    box-sizing: content-box;
    text-align: center;
    display: block;
    background: white;
    color: #1b1c22;
    height: 19px; }
    .page-index div#add-section a:hover,
    .page-index div#signaler a:hover,
    .page-services div#add-section a:hover,
    .page-services div#signaler a:hover,
    .page-tableau-de-bord div#add-section a:hover,
    .page-tableau-de-bord div#signaler a:hover,
    .page-toutes-les-cartes div#add-section a:hover,
    .page-toutes-les-cartes div#signaler a:hover {
      background-color: #dfe0e6; }
    @media screen and (max-width: 1150px) {
      .page-index div#add-section a,
      .page-index div#signaler a,
      .page-services div#add-section a,
      .page-services div#signaler a,
      .page-tableau-de-bord div#add-section a,
      .page-tableau-de-bord div#signaler a,
      .page-toutes-les-cartes div#add-section a,
      .page-toutes-les-cartes div#signaler a {
        padding: 1rem 4rem; } }
.page-index div#signaler a,
.page-services div#signaler a,
.page-tableau-de-bord div#signaler a,
.page-toutes-les-cartes div#signaler a {
  background: white url(img/porte-voix.png) 5px 50% no-repeat;
  background-size: 45px; }
  .page-index div#signaler a:hover,
  .page-services div#signaler a:hover,
  .page-tableau-de-bord div#signaler a:hover,
  .page-toutes-les-cartes div#signaler a:hover {
    background-image: url(img/porte-voix-hover.png); }

.page-index div#cell-filter,
.page-services div#cell-filter,
.page-tableau-de-bord div#cell-filter,
.page-toutes-les-cartes div#cell-filter {
  border: none; }
  .page-index div#cell-filter form,
  .page-services div#cell-filter form,
  .page-tableau-de-bord div#cell-filter form,
  .page-toutes-les-cartes div#cell-filter form {
    width: 100%;
    display: flex; }
    .page-index div#cell-filter form input,
    .page-services div#cell-filter form input,
    .page-tableau-de-bord div#cell-filter form input,
    .page-toutes-les-cartes div#cell-filter form input {
      flex: 1;
      margin: 0;
      padding: 1rem;
      height: 19px;
      border-right: 0;
      box-sizing: content-box; }
    .page-index div#cell-filter form button,
    .page-index div#cell-filter form button:hover,
    .page-services div#cell-filter form button,
    .page-services div#cell-filter form button:hover,
    .page-tableau-de-bord div#cell-filter form button,
    .page-tableau-de-bord div#cell-filter form button:hover,
    .page-toutes-les-cartes div#cell-filter form button,
    .page-toutes-les-cartes div#cell-filter form button:hover {
      margin: 0;
      border-radius: 0 16px 16px 0;
      color: transparent;
      background: #1b1c22 url(img/loupe-white.png) center center no-repeat; }
      .page-index div#cell-filter form button:hover,
      .page-index div#cell-filter form button:hover:hover,
      .page-services div#cell-filter form button:hover,
      .page-services div#cell-filter form button:hover:hover,
      .page-tableau-de-bord div#cell-filter form button:hover,
      .page-tableau-de-bord div#cell-filter form button:hover:hover,
      .page-toutes-les-cartes div#cell-filter form button:hover,
      .page-toutes-les-cartes div#cell-filter form button:hover:hover {
        background-color: #393a48; }

.page-index div.filter-empty p,
.page-services div.filter-empty p,
.page-tableau-de-bord div.filter-empty p,
.page-toutes-les-cartes div.filter-empty p {
  padding: 0rem 1rem; }

@media screen and (max-width: 1150px) {
  .page-index .gru-content #sidebar,
  .page-services .gru-content #sidebar,
  .page-tableau-de-bord .gru-content #sidebar,
  .page-toutes-les-cartes .gru-content #sidebar {
    order: 1; } }

.page-formdata-status #columns {
  display: flex; }
  .page-formdata-status #columns .buttons {
    display: block; }
  @media screen and (max-width: 1150px) {
    .page-formdata-status #columns {
      flex-direction: column; } }
  .page-formdata-status #columns #form-status-sidebar {
    flex: 0 0 350px; }
    @media screen and (max-width: 1150px) {
      .page-formdata-status #columns #form-status-sidebar {
        flex: 1;
        margin: 1.5rem; } }
    @media screen and (min-width: 1150px) {
      .page-formdata-status #columns #form-status-sidebar {
        max-width: 350px;
        overflow: hidden; } }
    .page-formdata-status #columns #form-status-sidebar .cell {
      margin-left: 1rem;
      margin-right: 0; }
      @media screen and (max-width: 1150px) {
        .page-formdata-status #columns #form-status-sidebar .cell {
          margin: 1rem 0; } }
    .page-formdata-status #columns #form-status-sidebar img {
      max-width: 100%; }
    .page-formdata-status #columns #form-status-sidebar p.value {
      margin: 0; }
  .page-formdata-status #columns #receipt-intro {
    margin-top: 0;
    margin-right: 0; }
    @media screen and (max-width: 1150px) {
      .page-formdata-status #columns #receipt-intro {
        margin-right: 1rem; } }
    .page-formdata-status #columns #receipt-intro div[class*=grid-] {
      width: 100%;
      padding-right: 0;
      float: none; }
    .page-formdata-status #columns #receipt-intro div.field {
      margin: 0.25rem 0 0.5rem 0; }
      .page-formdata-status #columns #receipt-intro div.field .label {
        color: #888;
        font-size: 90%;
        margin: 0; }
    .page-formdata-status #columns #receipt-intro div.page {
      clear: both; }
    .page-formdata-status #columns #receipt-intro div.page h3 {
      margin: 1rem 0 0.5rem 0;
      font-weight: normal; }

.page-formdata-status ul#evolutions li::after {
  content: none; }

.page-formdata-status ul#evolutions li span.item {
  line-height: 28px;
  width: 24px;
  height: 24px;
  left: 18px;
  border: 2px solid #dc1822;
  top: 28px;
  box-shadow: 0 0 0px 10px white;
  background: #dc1822 !important; }
  .page-formdata-status ul#evolutions li span.item::before {
    content: none; }

.page-formdata-status ul#evolutions li.msg-first span.item {
  background: white !important; }

.page-formdata-status form#wf-actions textarea, .page-formdata-status form#wf-actions .godo--editor {
  width: 100%;
  height: 8rem; }

#ajouter-service,
#connectez-vous {
  border: 1px dashed #888;
  text-align: center;
  background: white url(img/avatar-plus.png) 50% 10px no-repeat;
  padding-top: 50px; }
  #ajouter-service:hover,
  #connectez-vous:hover {
    border: 1px solid #dc1822;
    cursor: pointer; }
  #ajouter-service h3,
  #connectez-vous h3 {
    padding-top: 1rem;
    color: #dc1822; }
  #ajouter-service p,
  #connectez-vous p {
    margin: 1rem auto;
    max-width: 26rem; }

#ajouter-service {
  background-image: url(img/coeur-plus.png); }

#page.goto-page #content {
  display: block;
  box-shadow: 0 0 5px #888;
  border: 1px solid #ccc;
  background: white; }

#page.goto-page #goto-way {
  background: url(img/ic_my_rendre.png) top center no-repeat;
  height: 120px; }

#page.goto-page #goto-content {
  max-width: 800px;
  margin: 0 auto; }

#page.goto-page .geolocating {
  padding: 1rem 0 2rem 0; }
  #page.goto-page .geolocating button {
    margin-right: 0; }
  #page.goto-page .geolocating .failed {
    border: 2px solid #dc1822;
    padding: 1rem; }

#page.goto-page #goto-destination {
  text-align: center;
  background: transparent;
  border: none;
  box-shadow: none; }
  #page.goto-page #goto-destination > div > h2,
  #page.goto-page #goto-destination > div > h3 {
    color: #1b1c22;
    font-size: 110%;
    margin-top: 30px;
    padding-top: 30px;
    background: url(img/surtitle.png) top center no-repeat;
    font-weight: bold; }
  #page.goto-page #goto-destination div.cell {
    max-width: 600px;
    margin: 0 auto; }
    #page.goto-page #goto-destination div.cell .tile-actions {
      visibility: hidden; }

#page.goto-page div.cell.goto {
  display: inline-block;
  width: 380px;
  background: #efefef;
  border: none;
  border-left: 6px solid #00969c;
  padding: 0; }
  #page.goto-page div.cell.goto:nth-child(2n) {
    float: left; }
  #page.goto-page div.cell.goto:nth-child(2n+1) {
    float: right; }
  #page.goto-page div.cell.goto div.mode {
    display: none; }
  #page.goto-page div.cell.goto div.goto-onlymoov {
    padding: 2rem 1rem 2rem 80px; }
    @media screen and (max-width: 1150px) {
      #page.goto-page div.cell.goto div.goto-onlymoov {
        padding-left: 70px; } }
    #page.goto-page div.cell.goto div.goto-onlymoov.BIKE {
      background: url(img/onlymoov-bike.png) 1ex center no-repeat; }
    #page.goto-page div.cell.goto div.goto-onlymoov.PT {
      background: url(img/onlymoov-pt.png) 1ex center no-repeat; }
    #page.goto-page div.cell.goto div.goto-onlymoov.CAR {
      background: url(img/onlymoov-car.png) 1ex center no-repeat; }
    #page.goto-page div.cell.goto div.goto-onlymoov.WALK {
      background: url(img/onlymoov-walk.png) 1ex center no-repeat; }
    #page.goto-page div.cell.goto div.goto-onlymoov div.duration {
      display: inline-block; }
      #page.goto-page div.cell.goto div.goto-onlymoov div.duration.loading-duration {
        animation-name: pulse_opacity_animation;
        animation-iteration-count: infinite;
        animation-duration: 2000ms; }
    #page.goto-page div.cell.goto div.goto-onlymoov a {
      display: inline-block;
      position: relative;
      top: -0.5ex;
      text-transform: uppercase;
      background: black;
      color: white;
      float: right;
      padding: 0.5rem 0.5rem 0.2rem 0.5rem; }

#page.goto-page div.textcell {
  border: none; }

@media screen and (max-width: 1150px) {
  #page.goto-page #backlink, #page.goto-page .backlink {
    margin-top: 0; } }

.section-bienvenue #welcome div.new-place {
  padding: 3rem 6rem; }
  @media screen and (max-width: 1150px) {
    .section-bienvenue #welcome div.new-place {
      padding: 1rem 0; } }
.section-bienvenue #welcome + div.linkcell {
  display: none; }

ul.allowed-waste {
  margin: 0;
  padding: 0;
  list-style: none;
  column-count: 2;
  margin-bottom: 1rem; }
  ul.allowed-waste li {
    list-style: none;
    margin: 0;
    padding: 0.4ex 0;
    break-inside: avoid;
    page-break-inside: avoid; }

table.allowed-vehicles {
  width: 100%; }
  table.allowed-vehicles td {
    padding-top: 0.6ex; }

#content div#login-page {
  display: flex;
  flex-direction: row; }
  @media screen and (max-width: 1150px) {
    #content div#login-page {
      flex-direction: column; } }
  #content div#login-page div.block-oidc,
  #content div#login-page div.block-password {
    width: 100%;
    margin-bottom: 1rem; }
  #content div#login-page div.block-password h2 {
    padding-top: 0;
    padding-bottom: 0; }

#video {
  padding: 0;
  margin: 0;
  border: none;
  position: relative;
  width: 100%;
  max-width: calc(100% - 1rem);
  height: 0;
  padding-bottom: 56.25%; }
  #video p {
    padding: 0;
    margin: 0; }
  #video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.rsj-fiche table, .rsj-fiche p {
  text-align: center;
  width: 100%;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto; }

.rsj-fiche table tr:first-child h3 {
  margin-top: 0; }

.rsj-a-traiter table {
  width: 100%; }

.gru-content div.cell.pn-home {
  display: none; }
  .gru-content div.cell.pn-home h2 {
    background: transparent;
    color: black; }
  .gru-content div.cell.pn-home div {
    text-align: center; }
    .gru-content div.cell.pn-home div p {
      margin: 1em 1em;
      text-align: left; }
    .gru-content div.cell.pn-home div a {
      margin-bottom: 1em; }

#sidebar div.cell.pn-home p {
  display: none; }

#sidebar div.cell.pn-home h2 {
  background: transparent url(img/magic.png) left 50% bottom 10px no-repeat;
  padding-bottom: 50px; }

#accueil-thematiques h1,
#accueil-thematiques-mobile h1,
#accueil-a-la-une h1,
#accueil-bienvenue h1,
#accueil-select-commune h1, .section-mon-compte div.intro-text h1,
.page-notifications div.intro-text h1,
.page-signaler div.intro-text h1,
.section-bienvenue div.intro-text h1,
.section-services div.intro-text h1,
.section-documents div.intro-text h1,
.page-m-y-rendre div.intro-text h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 150%;
  text-align: center; }
  @media screen and (max-width: 1150px) {
    #accueil-thematiques h1,
    #accueil-thematiques-mobile h1,
    #accueil-a-la-une h1,
    #accueil-bienvenue h1,
    #accueil-select-commune h1, .section-mon-compte div.intro-text h1,
    .page-notifications div.intro-text h1,
    .page-signaler div.intro-text h1,
    .section-bienvenue div.intro-text h1,
    .section-services div.intro-text h1,
    .section-documents div.intro-text h1,
    .page-m-y-rendre div.intro-text h1 {
      text-align: left;
      font-size: 28px; } }
#accueil-thematiques h2,
#accueil-thematiques-mobile h2,
#accueil-a-la-une h2,
#accueil-bienvenue h2,
#accueil-select-commune h2, #accueil-suggestions h2 {
  margin-top: 0;
  font-weight: 600;
  font-size: 32px;
  line-height: 150%;
  text-align: center;
  background: transparent;
  color: #1b1c22; }
  @media screen and (max-width: 1150px) {
    #accueil-thematiques h2,
    #accueil-thematiques-mobile h2,
    #accueil-a-la-une h2,
    #accueil-bienvenue h2,
    #accueil-select-commune h2, #accueil-suggestions h2 {
      text-align: left;
      font-size: 24px; } }
#intro-service h1, #territoires-info h1, #page.place .tile-head h2 {
  margin-top: 0;
  font-weight: 600;
  font-size: 32px;
  line-height: 150%;
  text-align: left;
  background: transparent;
  color: #1b1c22; }
  @media screen and (max-width: 1150px) {
    #intro-service h1, #territoires-info h1, #page.place .tile-head h2 {
      font-size: 24px; } }
#intro-service .inner-cell h2, #services h2, #territoires-selection-commune h2, #accueil-a-la-une.services-en-lien h2 {
  margin-top: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  text-align: left;
  background: transparent;
  color: #1b1c22; }
  @media screen and (max-width: 1150px) {
    #intro-service .inner-cell h2, #services h2, #territoires-selection-commune h2, #accueil-a-la-une.services-en-lien h2 {
      font-size: 20px; } }
#accueil-bienvenue {
  text-align: center;
  text-wrap: balance;
  font-size: 16px; }
  @media screen and (max-width: 1150px) {
    #accueil-bienvenue {
      text-align: left; } }
  #accueil-bienvenue p {
    margin: 0.7em 0; }
  #accueil-bienvenue a {
    color: inherit;
    text-decoration: underline; }

#services-search .services-search-box, #accueil-select-commune form, #accueil-suggestions form {
  background: white;
  max-width: 692px;
  padding: 8px;
  margin: 0 auto;
  margin-bottom: 1em;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  #services-search .services-search-box select, #accueil-select-commune form select, #accueil-suggestions form select,
  #services-search .services-search-box input,
  #accueil-select-commune form input,
  #accueil-suggestions form input {
    flex: 1;
    border: none;
    background: none; }
  #services-search .services-search-box input, #accueil-select-commune form input, #accueil-suggestions form input {
    max-width: calc(100% - 3em); }
  #services-search .services-search-box input::placeholder, #accueil-select-commune form input::placeholder, #accueil-suggestions form input::placeholder {
    color: #1b1c22; }
  #services-search .services-search-box input:focus::placeholder, #accueil-select-commune form input:focus::placeholder, #accueil-suggestions form input:focus::placeholder {
    color: #666; }
  #services-search .services-search-box input:focus, #accueil-select-commune form input:focus, #accueil-suggestions form input:focus {
    outline: none; }
  #services-search .services-search-box button, #accueil-select-commune form button, #accueil-suggestions form button {
    text-transform: none;
    border: none;
    margin: 0;
    width: 140px;
    height: 40px; }
    @media screen and (max-width: 1150px) {
      #services-search .services-search-box button, #accueil-select-commune form button, #accueil-suggestions form button {
        background: #1b1c22 url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjUwMDEgMTQuMTg2N0gxNC43MTAxTDE0LjQzMDEgMTMuOTE2N0MxNS42MzAxIDEyLjUxNjcgMTYuMjUwMSAxMC42MDY3IDE1LjkxMDEgOC41NzY2NkMxNS40NDAxIDUuNzk2NjYgMTMuMTIwMSAzLjU3NjY2IDEwLjMyMDEgMy4yMzY2NkM2LjA5MDE0IDIuNzE2NjYgMi41MzAxNCA2LjI3NjY2IDMuMDUwMTQgMTAuNTA2N0MzLjM5MDE0IDEzLjMwNjcgNS42MTAxNCAxNS42MjY3IDguMzkwMTQgMTYuMDk2N0MxMC40MjAxIDE2LjQzNjcgMTIuMzMwMSAxNS44MTY3IDEzLjczMDEgMTQuNjE2N0wxNC4wMDAxIDE0Ljg5NjdWMTUuNjg2N0wxOC4yNTAxIDE5LjkzNjdDMTguNjYwMSAyMC4zNDY3IDE5LjMzMDEgMjAuMzQ2NyAxOS43NDAxIDE5LjkzNjdDMjAuMTUwMSAxOS41MjY3IDIwLjE1MDEgMTguODU2NyAxOS43NDAxIDE4LjQ0NjdMMTUuNTAwMSAxNC4xODY3Wk05LjUwMDE0IDE0LjE4NjdDNy4wMTAxNCAxNC4xODY3IDUuMDAwMTQgMTIuMTc2NyA1LjAwMDE0IDkuNjg2NjZDNS4wMDAxNCA3LjE5NjY2IDcuMDEwMTQgNS4xODY2NiA5LjUwMDE0IDUuMTg2NjZDMTEuOTkwMSA1LjE4NjY2IDE0LjAwMDEgNy4xOTY2NiAxNC4wMDAxIDkuNjg2NjZDMTQuMDAwMSAxMi4xNzY3IDExLjk5MDEgMTQuMTg2NyA5LjUwMDE0IDE0LjE4NjdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K") center center no-repeat;
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 2px; }
        #services-search .services-search-box button .combo-search--button-label, #accueil-select-commune form button .combo-search--button-label, #accueil-suggestions form button .combo-search--button-label {
          display: none; } }
#accueil-suggestions {
  border: none;
  background: #E1F2FE;
  border-radius: 16px;
  padding: 32px; }
  #accueil-suggestions h2 {
    padding: 0;
    padding-bottom: 20px; }

#services-search div.suggestions,
#accueil-suggestions div.suggestions {
  margin: 0 auto;
  max-width: 736px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  align-items: baseline;
  align-content: center;
  font-size: 14px; }
  #services-search div.suggestions a,
  #accueil-suggestions div.suggestions a {
    text-decoration: none;
    font-size: 12px;
    background: white;
    border-radius: 16px;
    border: 1px solid #ebecf0;
    color: #1b1c22;
    padding: 4px 8px 2px 8px; }
    #services-search div.suggestions a:hover,
    #accueil-suggestions div.suggestions a:hover {
      text-decoration: none;
      border: 1px solid #6B778C;
      background: #DFE1E6; }

@media screen and (max-width: 1150px) {
  #services-search div.suggestions {
    display: none; } }

#accueil-suggestions button,
#accueil-select-commune button {
  padding: 0; }

@media screen and (max-width: 1150px) {
  #accueil-suggestions,
  #accueil-select-commune {
    padding: 20px; }
    #accueil-suggestions .combo-search--button-label,
    #accueil-select-commune .combo-search--button-label {
      display: none; } }

#accueil-thematiques,
#accueil-thematiques-mobile,
#accueil-a-la-une,
#accueil-bienvenue,
#accueil-select-commune {
  border: 1px solid #ebecf0;
  border-radius: 16px;
  padding: 32px 32px; }
  @media screen and (max-width: 1150px) {
    #accueil-thematiques,
    #accueil-thematiques-mobile,
    #accueil-a-la-une,
    #accueil-bienvenue,
    #accueil-select-commune {
      padding: 16px; } }
  #accueil-thematiques h1,
  #accueil-thematiques-mobile h1,
  #accueil-a-la-une h1,
  #accueil-bienvenue h1,
  #accueil-select-commune h1 {
    margin-top: 0; }
  #accueil-thematiques h2,
  #accueil-thematiques-mobile h2,
  #accueil-a-la-une h2,
  #accueil-bienvenue h2,
  #accueil-select-commune h2 {
    margin-top: 0;
    text-align: left;
    padding: 0; }

#accueil-a-la-une.services-en-lien h2 {
  margin-bottom: 4px; }

#accueil-thematiques ul, #accueil-thematiques li {
  margin: 0;
  padding: 0;
  list-style: none; }

#accueil-thematiques ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px; }

#accueil-thematiques a {
  background: #F4F5F7;
  text-decoration: none;
  color: #6B778C;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 2px;
  padding: 4px 8px 2px 4px;
  border: 1px solid transparent; }
  #accueil-thematiques a:hover {
    text-decoration: none;
    color: #4F5665;
    border-color: #6B778C;
    background: #DFE1E6; }

#accueil-thematiques img {
  height: 24px; }

#territoires-selection-commune-form form,
#accueil-thematiques-mobile form {
  padding-top: 16px; }

#territoires-selection-commune-form span.select2-selection--single,
#accueil-thematiques-mobile span.select2-selection--single {
  background: white;
  border: 1px solid #6B778C;
  border-radius: 40px;
  line-height: 30px; }

@media screen and (max-width: 1150px) {
  #territoires-selection-commune-form span.select2-container,
  #accueil-thematiques-mobile span.select2-container {
    min-width: 20em; } }

#accueil-communes {
  border: none;
  margin-bottom: 0; }
  #accueil-communes .row {
    display: flex;
    justify-content: space-between;
    gap: 24px; }

#accueil-a-la-une {
  background: #fafbfc;
  overflow: hidden; }
  #accueil-a-la-une .row--wrapper {
    padding: 0;
    margin: 0;
    overflow: hidden; }
    @media screen and (max-width: 1150px) {
      #accueil-a-la-une .row--wrapper {
        margin-left: -20px;
        margin-right: -20px; } }
  #accueil-a-la-une .row {
    display: flex;
    padding: 0;
    justify-content: space-between;
    gap: 16px; }
    @media screen and (max-width: 1150px) {
      #accueil-a-la-une .row {
        justify-content: left;
        margin-left: 20px;
        margin-right: 20px;
        width: 270%;
        transition: transform 0.5s linear; } }
  #accueil-a-la-une .pagination {
    display: none; }

@media screen and (max-width: 1150px) {
  #accueil-a-la-une .pagination {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center; } }

#accueil-a-la-une .pagination--current {
  font-weight: bold;
  display: inline-block;
  text-align: right;
  min-width: 1em; }

#accueil-a-la-une .pagination--total {
  display: inline-block;
  text-align: left;
  min-width: 1em; }

#accueil-a-la-une .pagination--previous, #accueil-a-la-une .pagination--next {
  border: none;
  background: transparent;
  padding: 16px;
  margin: 0; }
  #accueil-a-la-une .pagination--previous:focus, #accueil-a-la-une .pagination--next:focus {
    outline: none; }
    #accueil-a-la-une .pagination--previous:focus .pagination--button--inner, #accueil-a-la-une .pagination--next:focus .pagination--button--inner {
      outline: 1px solid #1b1c22; }

#accueil-a-la-une .pagination--button--inner {
  border: 1px solid #1b1c22;
  border-radius: 20px;
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  padding: 0;
  margin: 0;
  color: #1b1c22; }

#accueil-a-la-une .pagination--previous .pagination--button--inner::before {
  content: "<"; }

#accueil-a-la-une .pagination--next .pagination--button--inner::before {
  content: ">"; }

#accueil-carte {
  width: 340px;
  height: 360px;
  background: url(/assets/toodego:carte-accueil) no-repeat;
  background-size: contain;
  border: none; }
  @media screen and (max-width: 1150px) {
    #accueil-carte {
      display: none; } }
#accueil-select-commune {
  flex: 1;
  border: none;
  background: #FFF4CD; }
  @media screen and (max-width: 1150px) {
    #accueil-select-commune {
      width: 100%; } }
  #accueil-select-commune span.select2-container {
    min-width: auto; }
  #accueil-select-commune .select2-selection--single {
    border: none;
    background: none; }
  #accueil-select-commune .select2-selection__arrow {
    background: none; }
  #accueil-select-commune form {
    max-width: 532px;
    margin-left: 0;
    margin-top: 32px;
    margin-bottom: 0; }

#territoires-info {
  border: none; }
  #territoires-info .inner-cell {
    border-radius: 16px;
    background: var(--color-bg);
    color: var(--color-text);
    padding: 32px; }
    @media screen and (max-width: 1150px) {
      #territoires-info .inner-cell {
        padding: 16px; } }
  #territoires-info h1 {
    margin-bottom: 16px;
    margin-top: 0;
    color: #1b1c22; }
  #territoires-info img {
    max-height: 50px; }
  #territoires-info ul.links {
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 16px;
    gap: 24px;
    list-style: none; }
    @media screen and (max-width: 1150px) {
      #territoires-info ul.links {
        flex-direction: column;
        gap: 8px;
        font-size: 14px; } }
    #territoires-info ul.links a {
      color: var(--color-text);
      text-decoration: none; }
      #territoires-info ul.links a::after {
        padding-left: 0.5ex; }

#territoires-selection-commune {
  display: flex;
  align-items: center;
  padding: 32px; }
  #territoires-selection-commune h2 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 8px;
    text-align: left;
    padding: 0; }
  #territoires-selection-commune button {
    display: none; }
  @media screen and (max-width: 1150px) {
    #territoires-selection-commune {
      order: -1;
      border: none;
      background: none;
      padding: 0; }
      #territoires-selection-commune h2 {
        display: none; } }
#services {
  border: none; }
  #services h2 {
    text-align: left;
    padding: 0;
    margin-bottom: 16px; }
  #services p.services-no-results {
    font-size: 16px; }
  #services #row--wrapper--services {
    margin-top: 20px;
    border-radius: 16px;
    padding: 32px;
    background: #fafbfc; }
    @media screen and (max-width: 1150px) {
      #services #row--wrapper--services {
        padding: 16px; } }
  #services #row--wrapper--services .row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    padding: 0;
    gap: 20px;
    margin-top: 14px; }
    @media screen and (max-width: 400px) {
      #services #row--wrapper--services .row {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); } }
    #services #row--wrapper--services .row .mini-cell {
      width: auto;
      margin-top: 0; }
  #services .pagination-text {
    margin: 0;
    text-align: right;
    color: #6B778C; }
  #services #row--wrapper--services .cell-cards--items-pagination {
    padding: 16px 0;
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 16px; }
    @media screen and (max-width: 400px) {
      #services #row--wrapper--services .cell-cards--items-pagination {
        font-size: 13px; } }
    #services #row--wrapper--services .cell-cards--items-pagination button {
      margin: 0;
      text-transform: none;
      text-align: center; }
    #services #row--wrapper--services .cell-cards--items-pagination button.cell-cards--items-pagination-prev,
    #services #row--wrapper--services .cell-cards--items-pagination button.cell-cards--items-pagination-next {
      background: transparent;
      border: none;
      color: #1b1c22;
      padding: 0; }
      #services #row--wrapper--services .cell-cards--items-pagination button.cell-cards--items-pagination-prev[disabled], #services #row--wrapper--services .cell-cards--items-pagination button.cell-cards--items-pagination-prev[disabled]:hover,
      #services #row--wrapper--services .cell-cards--items-pagination button.cell-cards--items-pagination-next[disabled],
      #services #row--wrapper--services .cell-cards--items-pagination button.cell-cards--items-pagination-next[disabled]:hover {
        color: #8b8b8f; }
      #services #row--wrapper--services .cell-cards--items-pagination button.cell-cards--items-pagination-prev:hover,
      #services #row--wrapper--services .cell-cards--items-pagination button.cell-cards--items-pagination-next:hover {
        color: #1b1c22; }
    #services #row--wrapper--services .cell-cards--items-pagination button.cell-cards--items-pagination-prev::before {
      content: "<";
      padding-right: 10px; }
    #services #row--wrapper--services .cell-cards--items-pagination button.cell-cards--items-pagination-next::after {
      content: ">";
      padding-left: 10px; }
    #services #row--wrapper--services .cell-cards--items-pagination button.cell-cards--items-pagination-page {
      border: 1px solid #1b1c22;
      border-radius: 20px;
      display: flex;
      justify-content: center;
      align-items: end;
      width: 22px;
      height: 22px;
      padding: 0;
      margin: 0;
      color: #1b1c22; }
      @media screen and (max-width: 1150px) {
        #services #row--wrapper--services .cell-cards--items-pagination button.cell-cards--items-pagination-page {
          align-items: center; } }
      #services #row--wrapper--services .cell-cards--items-pagination button.cell-cards--items-pagination-page.current {
        background: #1b1c22;
        color: white; }
      #services #row--wrapper--services .cell-cards--items-pagination button.cell-cards--items-pagination-page:hover {
        text-decoration: none;
        background: #1b1c22;
        color: white; }

#services-search {
  border: none;
  background: #E1F2FE;
  border-radius: 16px;
  padding: 32px; }
  @media screen and (max-width: 1150px) {
    #services-search {
      padding: 16px; } }
  #services-search .services-search-box {
    margin: 0; }
    #services-search .services-search-box input {
      min-width: 400px; }
      @media screen and (max-width: 1150px) {
        #services-search .services-search-box input {
          min-width: auto; } }
  #services-search .services-search-inner {
    display: flex;
    justify-content: center;
    gap: 16px; }
    @media screen and (max-width: 1150px) {
      #services-search .services-search-inner {
        padding: 0;
        flex-direction: column;
        gap: 12px; } }
    #services-search .services-search-inner .cell-cards--filters-list {
      margin: 0; }
    #services-search .services-search-inner span.select2-container {
      margin: 0; }
    #services-search .services-search-inner span.select2-selection--single {
      background: white;
      border: none;
      border-radius: 40px;
      line-height: 38px;
      height: 100%; }
    #services-search .services-search-inner span.select2-container.select2-container--focus span.select2-selection--single {
      outline: none; }
  #services-search div.suggestions {
    margin-top: 16px; }
  #services-search .select2-selection--single .select2-selection__clear {
    margin-right: 8px; }
  #services-search span.select2-container:has(.select2-selection__clear) .select2-selection--single .select2-selection__arrow {
    display: none; }
  #services-search span.select2-container:has(.select2-selection__clear) .select2-selection--single {
    background: #DFE1E6; }

#intro-service {
  font-size: 16px;
  border: none; }
  #intro-service .service-nom a, #intro-service .service-public a, #intro-service .service-public a, #intro-service .service-documents a, #intro-service .service-question a {
    color: #1b1c22;
    text-decoration: underline; }
    #intro-service .service-nom a:after, #intro-service .service-public a:after, #intro-service .service-public a:after, #intro-service .service-documents a:after, #intro-service .service-question a:after {
      position: static;
      padding-left: 0.2em; }
    #intro-service .service-nom a:not([href^="http"]):after, #intro-service .service-nom a[href*="toodego.com"]:after, #intro-service .service-nom a[href*="guichet-recette.grandlyon.com"]:after, #intro-service .service-public a:not([href^="http"]):after, #intro-service .service-public a[href*="toodego.com"]:after, #intro-service .service-public a[href*="guichet-recette.grandlyon.com"]:after, #intro-service .service-public a:not([href^="http"]):after, #intro-service .service-public a[href*="toodego.com"]:after, #intro-service .service-public a[href*="guichet-recette.grandlyon.com"]:after, #intro-service .service-documents a:not([href^="http"]):after, #intro-service .service-documents a[href*="toodego.com"]:after, #intro-service .service-documents a[href*="guichet-recette.grandlyon.com"]:after, #intro-service .service-question a:not([href^="http"]):after, #intro-service .service-question a[href*="toodego.com"]:after, #intro-service .service-question a[href*="guichet-recette.grandlyon.com"]:after {
      content: none; }
  #intro-service > div {
    display: flex;
    flex-wrap: wrap;
    gap: 16px; }
  #intro-service ul li p {
    margin: 0; }
  #intro-service .inner-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 40%; }
    @media screen and (max-width: 1150px) {
      #intro-service .inner-group {
        width: 100%; } }
  #intro-service .inner-cell {
    border-radius: 16px;
    background: var(--color-bg);
    color: var(--color-text);
    padding: 32px;
    width: 100%; }
    @media screen and (max-width: 1150px) {
      #intro-service .inner-cell {
        padding: 16px; } }
    #intro-service .inner-cell h2 {
      text-align: left;
      padding: 0; }
      #intro-service .inner-cell h2.titre-operateur {
        margin-top: 48px; }
    #intro-service .inner-cell ul {
      padding-left: 1.5em; }
    #intro-service .inner-cell.service-nom {
      background: #e1f2fe; }
      #intro-service .inner-cell.service-nom .completion {
        margin: 0;
        font-size: 12px;
        padding: 4px 8px 4px 30px;
        border-radius: 2px;
        background: #fafbfc url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODMzNCAwLjY2Njk5Mkg3LjE2NjczQzYuODAwMDcgMC42NjY5OTIgNi41MDAwNyAwLjk2Njk5MiA2LjUwMDA3IDEuMzMzNjZDNi41MDAwNyAxLjcwMDMzIDYuODAwMDcgMi4wMDAzMyA3LjE2NjczIDIuMDAwMzNIOS44MzM0QzEwLjIwMDEgMi4wMDAzMyAxMC41MDAxIDEuNzAwMzMgMTAuNTAwMSAxLjMzMzY2QzEwLjUwMDEgMC45NjY5OTIgMTAuMjAwMSAwLjY2Njk5MiA5LjgzMzQgMC42NjY5OTJaTTguNTAwMDcgOS4zMzM2NkM4Ljg2NjczIDkuMzMzNjYgOS4xNjY3MyA5LjAzMzY2IDkuMTY2NzMgOC42NjY5OVY2LjAwMDMzQzkuMTY2NzMgNS42MzM2NiA4Ljg2NjczIDUuMzMzNjYgOC41MDAwNyA1LjMzMzY2QzguMTMzNCA1LjMzMzY2IDcuODMzNCA1LjYzMzY2IDcuODMzNCA2LjAwMDMzVjguNjY2OTlDNy44MzM0IDkuMDMzNjYgOC4xMzM0IDkuMzMzNjYgOC41MDAwNyA5LjMzMzY2Wk0xMy4xODY3IDQuOTI2OTlMMTMuNjg2NyA0LjQyNjk5QzEzLjk0MDEgNC4xNzM2NiAxMy45NDY3IDMuNzUzNjYgMTMuNjg2NyAzLjQ5MzY2TDEzLjY4MDEgMy40ODY5OUMxMy40MjAxIDMuMjI2OTkgMTMuMDA2NyAzLjIzMzY2IDEyLjc0NjcgMy40ODY5OUwxMi4yNDY3IDMuOTg2OTlDMTEuMjEzNCAzLjE2MDMzIDkuOTEzNCAyLjY2Njk5IDguNTAwMDcgMi42NjY5OUM1LjMwMDA3IDIuNjY2OTkgMi41ODAwNyA1LjMwNjk5IDIuNTAwMDcgOC41MDY5OUMyLjQxMzQgMTEuODkzNyA1LjEyNjczIDE0LjY2NyA4LjUwMDA3IDE0LjY2N0MxMS44MjAxIDE0LjY2NyAxNC41MDAxIDExLjk4MDMgMTQuNTAwMSA4LjY2Njk5QzE0LjUwMDEgNy4yNTM2NiAxNC4wMDY3IDUuOTUzNjYgMTMuMTg2NyA0LjkyNjk5Wk04LjUwMDA3IDEzLjMzMzdDNS45MjAwNyAxMy4zMzM3IDMuODMzNCAxMS4yNDcgMy44MzM0IDguNjY2OTlDMy44MzM0IDYuMDg2OTkgNS45MjAwNyA0LjAwMDMzIDguNTAwMDcgNC4wMDAzM0MxMS4wODAxIDQuMDAwMzMgMTMuMTY2NyA2LjA4Njk5IDEzLjE2NjcgOC42NjY5OUMxMy4xNjY3IDExLjI0NyAxMS4wODAxIDEzLjMzMzcgOC41MDAwNyAxMy4zMzM3WiIgZmlsbD0iIzFCMUMyMiIvPgo8L3N2Zz4K") 8px 50% no-repeat;
        display: inline-block; }
      #intro-service .inner-cell.service-nom .row-text-image {
        display: flex;
        gap: 16px; }
        #intro-service .inner-cell.service-nom .row-text-image .part-text {
          max-width: 50em; }
        #intro-service .inner-cell.service-nom .row-text-image img {
          max-width: 400px;
          border-radius: 16px;
          display: block; }
        @media screen and (max-width: 1150px) {
          #intro-service .inner-cell.service-nom .row-text-image {
            flex-direction: column; }
            #intro-service .inner-cell.service-nom .row-text-image img {
              max-width: 100%; } }
    #intro-service .inner-cell.service-actualite {
      background: #FFF4F3 url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAyMSAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuOTcwMTIgMTYuOTk5N0gxOC4wMzAxQzE5LjU3MDEgMTYuOTk5NyAyMC41MzAxIDE1LjMyOTcgMTkuNzYwMSAxMy45OTk3TDEyLjIzMDEgMC45ODk2ODhDMTEuNDYwMSAtMC4zNDAzMTIgOS41NDAxMiAtMC4zNDAzMTIgOC43NzAxMiAwLjk4OTY4OEwxLjI0MDEyIDEzLjk5OTdDMC40NzAxMjEgMTUuMzI5NyAxLjQzMDEyIDE2Ljk5OTcgMi45NzAxMiAxNi45OTk3Wk0xMC41MDAxIDkuOTk5NjlDOS45NTAxMiA5Ljk5OTY5IDkuNTAwMTIgOS41NDk2OSA5LjUwMDEyIDguOTk5NjlWNi45OTk2OUM5LjUwMDEyIDYuNDQ5NjkgOS45NTAxMiA1Ljk5OTY5IDEwLjUwMDEgNS45OTk2OUMxMS4wNTAxIDUuOTk5NjkgMTEuNTAwMSA2LjQ0OTY5IDExLjUwMDEgNi45OTk2OVY4Ljk5OTY5QzExLjUwMDEgOS41NDk2OSAxMS4wNTAxIDkuOTk5NjkgMTAuNTAwMSA5Ljk5OTY5Wk0xMS41MDAxIDEzLjk5OTdIOS41MDAxMlYxMS45OTk3SDExLjUwMDFWMTMuOTk5N1oiIGZpbGw9IiNDRjRCMDAiLz4KPC9zdmc+Cg==") top 32px left 32px no-repeat;
      padding-left: 64px;
      border: 1px solid #FFE9E6;
      color: #A64D27; }
      #intro-service .inner-cell.service-actualite p:first-child {
        margin-top: 0; }
      #intro-service .inner-cell.service-actualite p:last-child {
        margin-bottom: 0; }
    #intro-service .inner-cell.service-public {
      border: 1px solid #ebecf0;
      flex: 1; }
    #intro-service .inner-cell.service-connecte {
      background: #f4f6ff url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjUgMEM0Ljk4IDAgMC41IDQuNDggMC41IDEwQzAuNSAxNS41MiA0Ljk4IDIwIDEwLjUgMjBDMTYuMDIgMjAgMjAuNSAxNS41MiAyMC41IDEwQzIwLjUgNC40OCAxNi4wMiAwIDEwLjUgMFpNMTAuNSAxNUM5Ljk1IDE1IDkuNSAxNC41NSA5LjUgMTRWMTBDOS41IDkuNDUgOS45NSA5IDEwLjUgOUMxMS4wNSA5IDExLjUgOS40NSAxMS41IDEwVjE0QzExLjUgMTQuNTUgMTEuMDUgMTUgMTAuNSAxNVpNMTEuNSA3SDkuNVY1SDExLjVWN1oiIGZpbGw9IiMwMDc4RjMiLz4KPC9zdmc+Cg==") top 32px left 32px no-repeat;
      border: 1px solid #DDE5FF;
      padding-left: 64px;
      color: #0063CB;
      font-size: 14px; }
      #intro-service .inner-cell.service-connecte p {
        margin: 0; }
    #intro-service .inner-cell.service-documents {
      border: 1px solid #EBECF0;
      background: #fff4cd;
      flex: 1; }
    #intro-service .inner-cell.service-question {
      background: #f4f5f7; }
    #intro-service .inner-cell.service-lien-demarche {
      border: 1px solid #ebecf0; }
      #intro-service .inner-cell.service-lien-demarche p {
        margin: 0 auto;
        text-align: center; }
      #intro-service .inner-cell.service-lien-demarche a {
        padding: 12px 24px; }
        #intro-service .inner-cell.service-lien-demarche a.service-externe::after {
          padding-left: 0.5ex; }
      @media screen and (max-width: 1150px) {
        #intro-service .inner-cell.service-lien-demarche {
          position: fixed;
          background: white;
          z-index: 1000;
          bottom: 68px;
          width: 100%;
          border-radius: 16px 16px 0 0;
          left: 0; } }
    #intro-service .inner-cell .territoire--logo {
      max-height: 50px; }
  #intro-service h1 {
    margin-bottom: 16px;
    margin-top: 0;
    color: #1b1c22; }

.mini-cell {
  text-decoration: none;
  margin-top: 16px;
  background: white;
  border-radius: 8px;
  width: 325px;
  height: 242px;
  border: 1px solid #ebecf0;
  padding: 16px;
  display: flex;
  flex-direction: column; }
  .mini-cell:hover {
    text-decoration: none;
    border-color: #1B1C22; }
  .mini-cell * {
    color: #1b1c22; }
  @media screen and (max-width: 1150px) {
    .mini-cell {
      width: 100%;
      max-width: 325px; } }
  .mini-cell .thematiques {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 4px; }
  .mini-cell p {
    margin: 0; }
  .mini-cell h3 {
    font-size: 16px; }
  .mini-cell .operator {
    font-size: 14px; }
    .mini-cell .operator img {
      margin-right: 8px; }
  .mini-cell .thematique {
    margin: 0;
    padding: 0;
    list-style: none; }
  .mini-cell .thematique span {
    background: var(--color-bg);
    color: var(--color-text);
    padding: 0 10px;
    font-size: 12px;
    line-height: 22px;
    display: inline-flex;
    align-items: center; }
  .mini-cell .goto-button,
  .mini-cell .goto {
    align-self: flex-end;
    margin: auto 0 0 0;
    width: 100%;
    text-align: right; }
  .mini-cell .goto-button > span.service-externe::before {
    padding-right: 0.5ex; }
  .mini-cell .goto {
    height: 33px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAzMyAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNDk5NzYgMTcuMTg2N0gyMC42Njk4TDE1Ljc4OTggMjIuMDY2N0MxNS4zOTk4IDIyLjQ1NjcgMTUuMzk5OCAyMy4wOTY3IDE1Ljc4OTggMjMuNDg2N0MxNi4xNzk4IDIzLjg3NjcgMTYuODA5OCAyMy44NzY3IDE3LjE5OTggMjMuNDg2N0wyMy43ODk4IDE2Ljg5NjdDMjQuMTc5OCAxNi41MDY3IDI0LjE3OTggMTUuODc2NyAyMy43ODk4IDE1LjQ4NjdMMTcuMjA5OCA4Ljg4Njc0QzE2LjgxOTggOC40OTY3NCAxNi4xODk4IDguNDk2NzQgMTUuNzk5OCA4Ljg4Njc0QzE1LjQwOTggOS4yNzY3NCAxNS40MDk4IDkuOTA2NzQgMTUuNzk5OCAxMC4yOTY3TDIwLjY2OTggMTUuMTg2N0g5LjQ5OTc2QzguOTQ5NzYgMTUuMTg2NyA4LjQ5OTc2IDE1LjYzNjcgOC40OTk3NiAxNi4xODY3QzguNDk5NzYgMTYuNzM2NyA4Ljk0OTc2IDE3LjE4NjcgOS40OTk3NiAxNy4xODY3WiIgZmlsbD0iIzFCMUMyMiIvPgo8L3N2Zz4K") bottom right no-repeat; }
    .mini-cell .goto.service-externe {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMyAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIyLjUgMjNIMTAuNUM5Ljk1IDIzIDkuNSAyMi41NSA5LjUgMjJWMTBDOS41IDkuNDUgOS45NSA5IDEwLjUgOUgxNS41QzE2LjA1IDkgMTYuNSA4LjU1IDE2LjUgOEMxNi41IDcuNDUgMTYuMDUgNyAxNS41IDdIOS41QzguMzkgNyA3LjUgNy45IDcuNSA5VjIzQzcuNSAyNC4xIDguNCAyNSA5LjUgMjVIMjMuNUMyNC42IDI1IDI1LjUgMjQuMSAyNS41IDIzVjE3QzI1LjUgMTYuNDUgMjUuMDUgMTYgMjQuNSAxNkMyMy45NSAxNiAyMy41IDE2LjQ1IDIzLjUgMTdWMjJDMjMuNSAyMi41NSAyMy4wNSAyMyAyMi41IDIzWk0xOC41IDhDMTguNSA4LjU1IDE4Ljk1IDkgMTkuNSA5SDIyLjA5TDEyLjk2IDE4LjEzQzEyLjU3IDE4LjUyIDEyLjU3IDE5LjE1IDEyLjk2IDE5LjU0QzEzLjM1IDE5LjkzIDEzLjk4IDE5LjkzIDE0LjM3IDE5LjU0TDIzLjUgMTAuNDFWMTNDMjMuNSAxMy41NSAyMy45NSAxNCAyNC41IDE0QzI1LjA1IDE0IDI1LjUgMTMuNTUgMjUuNSAxM1Y4QzI1LjUgNy40NSAyNS4wNSA3IDI0LjUgN0gxOS41QzE4Ljk1IDcgMTguNSA3LjQ1IDE4LjUgOFoiIGZpbGw9IiMxQjFDMjIiLz4KPC9zdmc+Cg=="); }
  .mini-cell.hidden {
    display: none; }

body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #DFE1E6;
  color: #1b1c22; }

body span.select2-container .select2-dropdown {
  border-radius: 16px;
  background: #F4F5F7;
  border-color: #C1C7D0;
  padding: 10px 10px 0 10px; }

body .select2-results__option {
  border-bottom: 1px solid #C4C4C4;
  padding-top: 12px;
  padding-bottom: 12px; }

body .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #1b1c22; }

body .select2-dropdown--below {
  margin-top: 10px; }

body .select2-dropdown--above {
  margin-top: -5px; }

@media screen and (max-width: 1150px) {
  body span.select2-container {
    min-width: 14em; } }

@media screen and (max-width: 1150px) {
  .fx-grid {
    margin-left: 0; } }

@keyframes marker_selection_animation {
  0% {
    font-size: 100%; }
  50% {
    font-size: 110%; }
  100% {
    font-size: 100%; } }

.gru-content .leaflet-touch .leaflet-bar {
  border: none; }
  .gru-content .leaflet-touch .leaflet-bar a {
    border-radius: 0; }

.leaflet-marker-icon.loading {
  animation-name: marker_selection_animation;
  animation-duration: 400ms;
  animation-iteration-count: 10;
  animation-timing-function: ease; }

.leaflet-div-icon span[class*=layer] {
  border: 0;
  box-shadow: none;
  transform: none;
  border-radius: 0;
  background-color: transparent !important;
  background-size: auto 2.3em;
  background: transparent top left no-repeat;
  background-position: top right;
  top: -2em; }

div.location-icon {
  background: #dc1822;
  border: 1px solid white;
  box-shadow: 0 0 2px 10px rgba(220, 24, 34, 0.5); }

div.cell.map {
  position: relative; }
  div.cell.map .loader {
    display: none;
    position: absolute;
    top: 200px;
    width: 100px;
    left: calc(50% - 50px);
    margin: 0 auto;
    z-index: 1000; }
    div.cell.map .loader:before {
      content: '';
      display: block;
      padding-top: 100%; }
  div.cell.map.loading .loader {
    display: block; }
  div.cell.map.loading .leaflet-container {
    opacity: 0.4; }
  div.cell.map.loading::after {
    content: none; }
  div.cell.map .circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  div.cell.map .path {
    stroke: #dc1822;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite;
    stroke-linecap: round; }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

div.qommon-map::before,
div.combo-cell-map::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100000;
  font-size: 80%;
  background: rgba(255, 255, 255, 0.5);
  padding: 2px 0.5rem; }

div.qommon-map.waiting-for-geolocation::before,
div.combo-cell-map.waiting-for-geolocation::before {
  content: "Géolocalisation en cours…"; }

div.qommon-map.geolocation-error::before,
div.combo-cell-map.geolocation-error::before {
  content: "Géolocalisation en cours… échec."; }

div.MapWidget.template-nearby-list #nearby-list {
  margin: 0 5rem; }
  @media screen and (max-width: 1150px) {
    div.MapWidget.template-nearby-list #nearby-list {
      margin: 0rem 1rem; } }
div.MapWidget.template-nearby-list #nearby-list > div {
  position: relative;
  min-height: 3em;
  border: 2px solid #ccc;
  border-radius: 1ex;
  padding: 1ex;
  padding-left: 3em;
  margin-bottom: 1em; }
  div.MapWidget.template-nearby-list #nearby-list > div .marker-counter {
    background: #dc1822;
    color: white;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    text-align: center;
    font-weight: bold;
    line-height: 2em;
    position: absolute;
    left: 1ex; }
  div.MapWidget.template-nearby-list #nearby-list > div .datetime,
  div.MapWidget.template-nearby-list #nearby-list > div .type-probleme,
  div.MapWidget.template-nearby-list #nearby-list > div .message {
    display: block;
    margin-right: 75px; }
  div.MapWidget.template-nearby-list #nearby-list > div .datetime {
    color: #666;
    font-size: 80%; }
  div.MapWidget.template-nearby-list #nearby-list > div a.plus1 {
    position: absolute;
    top: 1rem;
    right: 1rem; }

div.MapWidget.template-nearby-list div.leaflet-div-icon {
  border: none;
  background: transparent; }
  div.MapWidget.template-nearby-list div.leaflet-div-icon a {
    display: block;
    background: #dc1822;
    color: white;
    text-align: center;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    transition: all ease 0.3s; }
    div.MapWidget.template-nearby-list div.leaflet-div-icon a:hover {
      transform: scale(1.5); }

div.file-upload-widget div.file-button {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0; }
  div.file-upload-widget div.file-button div.widget-message::after,
  div.file-upload-widget div.file-button div.widget-message::before {
    color: #7f7f7f; }

div.file-upload-widget.has-file div.file-button {
  background-image: linear-gradient(rgba(250, 250, 250, 0.8), rgba(250, 250, 250, 0.8)), var(--image-preview-url);
  background-size: contain; }

div.file-upload-widget div.file-button.file-image div.widget-message::after {
  content: none; }

div.file-upload-widget div.file-button.file-image div.widget-message::before {
  content: "";
  background: url(img/photo-add.png) 50% 0px no-repeat;
  height: 70px; }

div.file-upload-widget div.file-button.file-image div.widget-message.upload-done {
  background-color: transparent;
  padding-top: 30px; }

div.file-upload-widget.has-file div.file-button.file-image div.widget-message::before {
  background-image: url(img/photo-done.png); }

div.file-upload-widget div.fileinfo .remove {
  padding: 0; }

div.file-upload-widget div.fileprogress .bar {
  background: linear-gradient(to right, #dc1822 var(--progression), transparent var(--progression)); }

div.xtemplate-photo div.hint {
  display: none; }

div.xtemplate-photo div.content {
  border: 1px dashed #7f7f7f;
  height: 200px;
  position: relative;
  text-align: center;
  background: url(img/photo-add.png) 50% 50px no-repeat; }
  div.xtemplate-photo div.content input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.001;
    margin: 0;
    cursor: pointer; }
  div.xtemplate-photo div.content div.fileprogress {
    position: absolute;
    border: none;
    overflow: hidden;
    width: 100%;
    left: 0;
    bottom: 0; }

div.xtemplate-photo .widget-message {
  position: absolute;
  width: 100%;
  top: 130px; }

div.xtemplate-photo .upload-done {
  display: none; }

div.xtemplate-photo.has-file div.content {
  background-image: url(img/photo-done.png);
  padding-bottom: 0;
  border-bottom: 5px solid #dc1822; }

div.xtemplate-photo.has-file .click-to-upload {
  display: none; }

div.xtemplate-photo.has-file .upload-done {
  display: block; }

div.xtemplate-photo.has-no-file .click-to-upload {
  display: none; }

div.xtemplate-photo div.fileinfo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-align: center; }
  div.xtemplate-photo div.fileinfo .filename {
    display: none; }
  div.xtemplate-photo div.fileinfo img {
    height: 100%; }
  div.xtemplate-photo div.fileinfo a.remove {
    display: block;
    text-indent: -10000px;
    top: 0;
    right: 0;
    position: absolute; }
    div.xtemplate-photo div.fileinfo a.remove::before {
      content: "×";
      text-indent: 0;
      display: block; }

div.xtemplate-photo.widget-readonly.has-file .widget-message {
  display: none; }

div.xtemplate-photo.widget-readonly.has-no-file {
  display: none; }

input[readonly], select[readonly], textarea[readonly], [readonly].godo--editor {
  background: white;
  border: 1px solid #d3d3d3;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0; }

div.buttons {
  display: flex;
  justify-content: center; }
  div.buttons .previous-button {
    order: 0; }
  div.buttons .submit-button {
    order: 1; }
    div.buttons .submit-button button {
      margin-right: 0; }

input[type="text"], input[type="search"] {
  line-height: 110%; }

input, select, textarea, .godo--editor {
  font-size: 16px; }

#pwa-navigation {
  border-top: 1px solid #ebecf0; }
  #pwa-navigation div > ul li a {
    background-position: 50% 7px;
    padding-top: 45px; }
  #pwa-navigation div > ul li.selected a {
    font-weight: bold; }

.header-width, .nav-width {
  max-width: 1184px; }

.footer-width {
  max-width: 1280px; }

main {
  border-top: 1px solid #ebecf0;
  border-bottom: 1px solid #ebecf0; }

.toodego-dropdown {
  position: relative; }
  .toodego-dropdown button::after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 1em; }
  .toodego-dropdown.toodego-opened button::after {
    content: "\f106";
    position: relative; }
  .toodego-dropdown ul {
    min-width: 10em;
    position: absolute;
    z-index: 1000;
    border: 1px solid var(--primary-color);
    list-style: none;
    margin: 0;
    margin-top: 6px;
    margin-left: 2px;
    border-radius: 0 3px 3px 3px;
    padding: 0;
    background: white; }
    .toodego-dropdown ul.toodego-dropdown-right {
      border-radius: 10px;
      box-shadow: 0 0 6px 0px #00001229;
      right: 0; }
    .toodego-dropdown ul li {
      margin: 0; }
      .toodego-dropdown ul li a {
        display: block;
        padding: 0.5em 1em;
        border: none;
        white-space: pre; }
        .toodego-dropdown ul li a:focus, .toodego-dropdown ul li a:hover {
          text-decoration: underline; }
  .toodego-dropdown:not(.toodego-opened) ul {
    visibility: hidden; }

html, body {
  background: white; }

.site-header {
  z-index: 1000; }

.site-header, .site-nav {
  background: white;
  line-height: 1.1; }

.mobile-user-button {
  display: none; }

#top {
  display: flex;
  justify-content: space-between; }

@media screen and (max-width: 1150px) {
  #header {
    max-width: 100%;
    overflow-x: clip;
    overflow-y: visible; } }

#header h1 {
  position: absolute;
  top: 0px;
  font-weight: normal;
  font-size: 10px; }
  #header h1 a {
    color: #1b1c22;
    padding: 0;
    display: block;
    height: 68px;
    width: 200px;
    background: url(img/header-logo-with-text.svg) top 50% left 0px no-repeat;
    background-size: contain; }
    @media screen and (max-width: 400px) {
      #header h1 a {
        width: 180px; } }
#nav {
  display: flex;
  justify-content: right; }

#nav > ul {
  padding-top: 10px;
  margin: 0;
  text-align: right;
  overflow: inherit; }
  #nav > ul > li {
    position: relative;
    margin-left: 25px;
    text-align: center; }
  #nav > ul a {
    font-weight: normal;
    padding: 0; }
  #nav > ul a:hover,
  #nav > ul li.selected a {
    font-weight: bold; }
  #nav > ul ul {
    border: 1px solid #999;
    border-width: 0 1px 1px 1px;
    padding-top: 1rem; }
    #nav > ul ul li a {
      padding: 0 1rem;
      color: #1b1c22;
      border-bottom: none;
      white-space: pre; }
      #nav > ul ul li a:hover {
        color: #dc1822; }

div.banner {
  background: transparent center center no-repeat;
  overflow: hidden;
  height: 126px; }
  div.banner img {
    opacity: 0; }
  div.banner.category {
    background: #dc1822;
    color: white;
    text-align: center;
    font-size: 1.5rem;
    padding: 3rem 0;
    height: auto; }
  @media screen and (max-width: 1150px) {
    div.banner + main #main-content-wrapper #content {
      margin-top: 0; } }
div#main-content {
  min-height: auto;
  max-width: 100%;
  overflow: hidden; }

#content #sidebar {
  width: 100%; }
  @media screen and (max-width: 1150px) {
    #content #sidebar {
      max-width: initial; } }
  #content #sidebar.loading::before {
    position: absolute;
    content: "Chargement des résultats…";
    animation-name: pulse_opacity_animation;
    animation-iteration-count: infinite;
    animation-duration: 2000ms; }

div.cell h2 {
  text-align: center; }

#content div.group-title {
  cursor: pointer;
  clear: both;
  margin: 0; }
  #content div.group-title > div {
    background: white url(img/close-pane.png) no-repeat;
    background-position: right 10px center;
    border-radius: 16px; }
  #content div.group-title.closed > div {
    background-image: url(img/open-pane.png); }
  #content div.group-title.no-foldable > div {
    background-image: none; }
  #content div.group-title h2 {
    color: black;
    background: transparent;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    margin: 0; }
    #content div.group-title h2 span.count {
      font-size: 90%; }
    #content div.group-title h2 span.move-up, #content div.group-title h2 span.move-down, #content div.group-title h2 span.remove {
      top: auto;
      left: auto;
      width: auto;
      height: auto;
      border-radius: 0;
      position: absolute;
      cursor: pointer;
      transition: all linear 0.3s;
      opacity: 0;
      padding: 0 0.5rem;
      background: none;
      pointer-events: none; }
      #content div.group-title h2 span.move-up::after, #content div.group-title h2 span.move-down::after, #content div.group-title h2 span.remove::after {
        font-family: FontAwesome;
        font-size: 14px;
        position: static; }
      #content div.group-title h2 span.move-up.remove, #content div.group-title h2 span.move-down.remove, #content div.group-title h2 span.remove.remove {
        right: 0.5rem; }
      #content div.group-title h2 span.move-up.move-down, #content div.group-title h2 span.move-down.move-down, #content div.group-title h2 span.remove.move-down {
        right: 2.5rem; }
      #content div.group-title h2 span.move-up.move-up, #content div.group-title h2 span.move-down.move-up, #content div.group-title h2 span.remove.move-up {
        right: 4.5rem; }
    #content div.group-title h2 span.move-up::after {
      content: "\f062";
      /* arrow-up */ }
    #content div.group-title h2 span.move-down::after {
      content: "\f063";
      /* arrow-down */ }
    #content div.group-title h2 span.remove::after {
      content: "\f00d";
      /* times */ }
    #content div.group-title h2 a.a11y-toggle-link {
      position: absolute;
      right: 5px;
      top: 5px;
      bottom: 5px;
      width: 40px;
      display: block; }

#content .edit-mode div.group-title > div {
  background-image: none; }

#content .edit-mode div.group-title h2 span.move-up, #content .edit-mode div.group-title h2 span.move-down, #content .edit-mode div.group-title h2 span.remove {
  pointer-events: all;
  opacity: 1; }

#content .edit-mode div.group-title h2 a.a11y-toggle-link {
  display: none; }

.gru-content #columns .pn-notifications div.tile,
.gru-content #columns .current-forms div.tile,
.gru-content #columns .cell:not([class*="group-title"]) {
  transition: all linear 0.3s; }
  .gru-content #columns .pn-notifications div.tile.closed,
  .gru-content #columns .current-forms div.tile.closed,
  .gru-content #columns .cell:not([class*="group-title"]).closed {
    min-height: 0;
    max-height: 0px;
    opacity: 0;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    border-width: 0 1px;
    overflow: hidden; }

@media screen and (max-width: 1150px) {
  .gru-content #columns > .cell {
    margin-right: 0;
    max-width: calc(100% - 1.2rem); } }
  @media screen and (max-width: 1150px) and (max-width: 1150px) {
    .gru-content #columns > .cell.intro-text, .gru-content #columns > .cell#recherche {
      max-width: none; } }
  @media screen and (max-width: 1150px) and (max-width: 560px) {
    .gru-content #columns > .cell {
      max-width: calc(100% - 2.7rem); } }
#content {
  margin-top: 28px; }

#content .dashboardcell {
  padding: 0;
  border: 0;
  background: transparent; }
  #content .dashboardcell .cell:not(.group-title) {
    border: none;
    margin: 1rem 0; }
  @media screen and (max-width: 1150px) {
    #content .dashboardcell .action-call {
      display: none !important; } }
#content .pn-notifications,
#content .wcscurrentdraftscell,
#content .wcscurrentformscell {
  padding: 0;
  border: 0;
  background: transparent; }
  #content .pn-notifications .tile,
  #content .wcscurrentdraftscell .tile,
  #content .wcscurrentformscell .tile {
    background: white;
    margin: 1rem 0; }

#content .pn-notifications div.tile,
#content .dashboardcell .cell div.tile,
#content div.current-forms div.tile,
#content div.cartads-dossiers div.tile,
#goto-destination div.tile {
  border: 1px solid #ebecf0;
  border-radius: 16px;
  padding-left: 205px;
  min-height: 150px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: opacity 0.3s linear;
  position: relative; }
  #content .pn-notifications div.tile a,
  #content .dashboardcell .cell div.tile a,
  #content div.current-forms div.tile a,
  #content div.cartads-dossiers div.tile a,
  #goto-destination div.tile a {
    text-decoration: none; }
  #content .pn-notifications div.tile.tile-notification,
  #content .dashboardcell .cell div.tile.tile-notification,
  #content div.current-forms div.tile.tile-notification,
  #content div.cartads-dossiers div.tile.tile-notification,
  #goto-destination div.tile.tile-notification {
    justify-content: start; }
  @media screen and (max-width: 1150px) {
    #content .pn-notifications div.tile,
    #content .dashboardcell .cell div.tile,
    #content div.current-forms div.tile,
    #content div.cartads-dossiers div.tile,
    #goto-destination div.tile {
      padding-left: 143px;
      min-height: 100px; } }
  #content .pn-notifications div.tile .tile-picture,
  #content .dashboardcell .cell div.tile .tile-picture,
  #content div.current-forms div.tile .tile-picture,
  #content div.cartads-dossiers div.tile .tile-picture,
  #goto-destination div.tile .tile-picture {
    position: absolute;
    left: 0;
    border-radius: 8px 0 0 8px;
    height: 100%;
    background: #c3c3c3;
    background-size: cover;
    background-repeat: no-repeat;
    width: 150px; }
    @media screen and (max-width: 1150px) {
      #content .pn-notifications div.tile .tile-picture,
      #content .dashboardcell .cell div.tile .tile-picture,
      #content div.current-forms div.tile .tile-picture,
      #content div.cartads-dossiers div.tile .tile-picture,
      #goto-destination div.tile .tile-picture {
        width: 100px; } }
  #content .pn-notifications div.tile .tile-title h2,
  #content .dashboardcell .cell div.tile .tile-title h2,
  #content div.current-forms div.tile .tile-title h2,
  #content div.cartads-dossiers div.tile .tile-title h2,
  #goto-destination div.tile .tile-title h2 {
    background: transparent;
    text-align: left;
    padding: 2rem 0 0 0;
    color: black;
    font-size: 120%; }
    @media screen and (max-width: 1150px) {
      #content .pn-notifications div.tile .tile-title h2,
      #content .dashboardcell .cell div.tile .tile-title h2,
      #content div.current-forms div.tile .tile-title h2,
      #content div.cartads-dossiers div.tile .tile-title h2,
      #goto-destination div.tile .tile-title h2 {
        padding-top: 1rem;
        padding-right: 2rem; } }
    #content .pn-notifications div.tile .tile-title h2 a,
    #content .dashboardcell .cell div.tile .tile-title h2 a,
    #content div.current-forms div.tile .tile-title h2 a,
    #content div.cartads-dossiers div.tile .tile-title h2 a,
    #goto-destination div.tile .tile-title h2 a {
      color: black; }
  #content .pn-notifications div.tile .tile-title h3,
  #content .dashboardcell .cell div.tile .tile-title h3,
  #content div.current-forms div.tile .tile-title h3,
  #content div.cartads-dossiers div.tile .tile-title h3,
  #goto-destination div.tile .tile-title h3 {
    font-weight: 300;
    font-size: 120%;
    margin: 0;
    padding-top: 4px;
    color: #909090; }
  #content .pn-notifications div.tile .producer,
  #content .dashboardcell .cell div.tile .producer,
  #content div.current-forms div.tile .producer,
  #content div.cartads-dossiers div.tile .producer,
  #goto-destination div.tile .producer {
    box-sizing: content-box;
    display: block;
    text-indent: -10000px;
    border: 1px solid #c3c3c3;
    background: white center center no-repeat;
    position: absolute;
    background-size: 80px;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    top: calc(50% - 40px);
    left: 110px; }
    @media screen and (max-width: 1150px) {
      #content .pn-notifications div.tile .producer,
      #content .dashboardcell .cell div.tile .producer,
      #content div.current-forms div.tile .producer,
      #content div.cartads-dossiers div.tile .producer,
      #goto-destination div.tile .producer {
        background-size: 56px;
        width: 56px;
        height: 56px;
        border-radius: 28px;
        top: calc(50% - 28px);
        left: 72px; } }
  #content .pn-notifications div.tile .tile-actions,
  #content .dashboardcell .cell div.tile .tile-actions,
  #content div.current-forms div.tile .tile-actions,
  #content div.cartads-dossiers div.tile .tile-actions,
  #goto-destination div.tile .tile-actions {
    text-align: right;
    padding-right: 0.5rem; }
  #content .pn-notifications div.tile .tile-content p,
  #content .dashboardcell .cell div.tile .tile-content p,
  #content div.current-forms div.tile .tile-content p,
  #content div.cartads-dossiers div.tile .tile-content p,
  #goto-destination div.tile .tile-content p {
    margin: 0.5rem 0; }
  #content .pn-notifications div.tile .tile-content p.form-date,
  #content .dashboardcell .cell div.tile .tile-content p.form-date,
  #content div.current-forms div.tile .tile-content p.form-date,
  #content div.cartads-dossiers div.tile .tile-content p.form-date,
  #goto-destination div.tile .tile-content p.form-date {
    margin-top: 0; }
  #content .pn-notifications div.tile .tile-content p.form-digest,
  #content .dashboardcell .cell div.tile .tile-content p.form-digest,
  #content div.current-forms div.tile .tile-content p.form-digest,
  #content div.cartads-dossiers div.tile .tile-content p.form-digest,
  #goto-destination div.tile .tile-content p.form-digest {
    font-size: 90%;
    color: #666; }
  #content .pn-notifications div.tile .tile-content p.form-status span.status-name,
  #content .dashboardcell .cell div.tile .tile-content p.form-status span.status-name,
  #content div.current-forms div.tile .tile-content p.form-status span.status-name,
  #content div.cartads-dossiers div.tile .tile-content p.form-status span.status-name,
  #goto-destination div.tile .tile-content p.form-status span.status-name {
    font-weight: bold;
    text-transform: uppercase; }
  #content .pn-notifications div.tile .tile-content p.form-status.open,
  #content .dashboardcell .cell div.tile .tile-content p.form-status.open,
  #content div.current-forms div.tile .tile-content p.form-status.open,
  #content div.cartads-dossiers div.tile .tile-content p.form-status.open,
  #goto-destination div.tile .tile-content p.form-status.open {
    color: #dc1822; }
  #content .pn-notifications div.tile.placeholder,
  #content .dashboardcell .cell div.tile.placeholder,
  #content div.current-forms div.tile.placeholder,
  #content div.cartads-dossiers div.tile.placeholder,
  #goto-destination div.tile.placeholder {
    opacity: 0.6; }
    #content .pn-notifications div.tile.placeholder .producer,
    #content .dashboardcell .cell div.tile.placeholder .producer,
    #content div.current-forms div.tile.placeholder .producer,
    #content div.cartads-dossiers div.tile.placeholder .producer,
    #goto-destination div.tile.placeholder .producer {
      background-image: url(img/loading.gif);
      background-size: 80%; }

.BlockWidget div.tile {
  border: 1px solid #ebecf0;
  border-radius: 16px;
  padding-left: 160px;
  min-height: 110px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: opacity 0.3s linear;
  position: relative;
  margin-bottom: 1em; }
  .BlockWidget div.tile a {
    text-decoration: none; }
  .BlockWidget div.tile.tile-notification {
    justify-content: start; }
  @media screen and (max-width: 1150px) {
    .BlockWidget div.tile {
      padding-left: 143px;
      min-height: 100px; } }
  .BlockWidget div.tile .tile-picture {
    position: absolute;
    left: 0;
    border-radius: 8px 0 0 8px;
    height: 100%;
    background: #c3c3c3;
    background-size: cover;
    background-repeat: no-repeat;
    width: 110px; }
    @media screen and (max-width: 1150px) {
      .BlockWidget div.tile .tile-picture {
        width: 100px; } }
  .BlockWidget div.tile .tile-title h2 {
    background: transparent;
    text-align: left;
    padding: 2rem 0 0 0;
    color: black;
    font-size: 120%; }
    @media screen and (max-width: 1150px) {
      .BlockWidget div.tile .tile-title h2 {
        padding-top: 1rem;
        padding-right: 2rem; } }
    .BlockWidget div.tile .tile-title h2 a {
      color: black; }
  .BlockWidget div.tile .tile-title h3 {
    font-weight: 300;
    font-size: 120%;
    margin: 0;
    padding-top: 4px;
    color: #909090; }
  .BlockWidget div.tile .producer {
    box-sizing: content-box;
    display: block;
    text-indent: -10000px;
    border: 1px solid #c3c3c3;
    background: white center center no-repeat;
    position: absolute;
    background-size: 70px;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    top: calc(50% - 35px);
    left: 75px; }
    @media screen and (max-width: 1150px) {
      .BlockWidget div.tile .producer {
        background-size: 56px;
        width: 56px;
        height: 56px;
        border-radius: 28px;
        top: calc(50% - 28px);
        left: 72px; } }
  .BlockWidget div.tile .tile-actions {
    text-align: right;
    padding-right: 0.5rem; }
  .BlockWidget div.tile .tile-content p {
    margin: 0.5rem 0; }
  .BlockWidget div.tile .tile-content p.form-date {
    margin-top: 0; }
  .BlockWidget div.tile .tile-content p.form-digest {
    font-size: 90%;
    color: #666; }
  .BlockWidget div.tile .tile-content p.form-status span.status-name {
    font-weight: bold;
    text-transform: uppercase; }
  .BlockWidget div.tile .tile-content p.form-status.open {
    color: #dc1822; }
  .BlockWidget div.tile.placeholder {
    opacity: 0.6; }
    .BlockWidget div.tile.placeholder .producer {
      background-image: url(img/loading.gif);
      background-size: 80%; }

div.cell.cartads-dossiers {
  background: transparent;
  border: none; }
  div.cell.cartads-dossiers div.tile {
    background: white;
    margin-bottom: 1rem; }

div.wcsformcell.tile div.tile,
div.linkcell.tile div.tile {
  border: 1px solid #ebecf0;
  border-radius: 16px;
  padding-left: 160px;
  min-height: 110px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: opacity 0.3s linear;
  position: relative; }
  div.wcsformcell.tile div.tile a,
  div.linkcell.tile div.tile a {
    text-decoration: none; }
  div.wcsformcell.tile div.tile.tile-notification,
  div.linkcell.tile div.tile.tile-notification {
    justify-content: start; }
  @media screen and (max-width: 1150px) {
    div.wcsformcell.tile div.tile,
    div.linkcell.tile div.tile {
      padding-left: 143px;
      min-height: 100px; } }
  div.wcsformcell.tile div.tile .tile-picture,
  div.linkcell.tile div.tile .tile-picture {
    position: absolute;
    left: 0;
    border-radius: 8px 0 0 8px;
    height: 100%;
    background: #c3c3c3;
    background-size: cover;
    background-repeat: no-repeat;
    width: 110px; }
    @media screen and (max-width: 1150px) {
      div.wcsformcell.tile div.tile .tile-picture,
      div.linkcell.tile div.tile .tile-picture {
        width: 100px; } }
  div.wcsformcell.tile div.tile .tile-title h2,
  div.linkcell.tile div.tile .tile-title h2 {
    background: transparent;
    text-align: left;
    padding: 2rem 0 0 0;
    color: black;
    font-size: 120%; }
    @media screen and (max-width: 1150px) {
      div.wcsformcell.tile div.tile .tile-title h2,
      div.linkcell.tile div.tile .tile-title h2 {
        padding-top: 1rem;
        padding-right: 2rem; } }
    div.wcsformcell.tile div.tile .tile-title h2 a,
    div.linkcell.tile div.tile .tile-title h2 a {
      color: black; }
  div.wcsformcell.tile div.tile .tile-title h3,
  div.linkcell.tile div.tile .tile-title h3 {
    font-weight: 300;
    font-size: 120%;
    margin: 0;
    padding-top: 4px;
    color: #909090; }
  div.wcsformcell.tile div.tile .producer,
  div.linkcell.tile div.tile .producer {
    box-sizing: content-box;
    display: block;
    text-indent: -10000px;
    border: 1px solid #c3c3c3;
    background: white center center no-repeat;
    position: absolute;
    background-size: 70px;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    top: calc(50% - 35px);
    left: 75px; }
    @media screen and (max-width: 1150px) {
      div.wcsformcell.tile div.tile .producer,
      div.linkcell.tile div.tile .producer {
        background-size: 56px;
        width: 56px;
        height: 56px;
        border-radius: 28px;
        top: calc(50% - 28px);
        left: 72px; } }
  div.wcsformcell.tile div.tile .tile-actions,
  div.linkcell.tile div.tile .tile-actions {
    text-align: right;
    padding-right: 0.5rem; }
  div.wcsformcell.tile div.tile .tile-content p,
  div.linkcell.tile div.tile .tile-content p {
    margin: 0.5rem 0; }
  div.wcsformcell.tile div.tile .tile-content p.form-date,
  div.linkcell.tile div.tile .tile-content p.form-date {
    margin-top: 0; }
  div.wcsformcell.tile div.tile .tile-content p.form-digest,
  div.linkcell.tile div.tile .tile-content p.form-digest {
    font-size: 90%;
    color: #666; }
  div.wcsformcell.tile div.tile .tile-content p.form-status span.status-name,
  div.linkcell.tile div.tile .tile-content p.form-status span.status-name {
    font-weight: bold;
    text-transform: uppercase; }
  div.wcsformcell.tile div.tile .tile-content p.form-status.open,
  div.linkcell.tile div.tile .tile-content p.form-status.open {
    color: #dc1822; }
  div.wcsformcell.tile div.tile.placeholder,
  div.linkcell.tile div.tile.placeholder {
    opacity: 0.6; }
    div.wcsformcell.tile div.tile.placeholder .producer,
    div.linkcell.tile div.tile.placeholder .producer {
      background-image: url(img/loading.gif);
      background-size: 80%; }

#sidebar div.tile {
  border: 1px solid #ebecf0;
  border-radius: 16px;
  padding-left: 155px;
  min-height: 150px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: opacity 0.3s linear;
  position: relative; }
  #sidebar div.tile a {
    text-decoration: none; }
  #sidebar div.tile.tile-notification {
    justify-content: start; }
  @media screen and (max-width: 1150px) {
    #sidebar div.tile {
      padding-left: 143px;
      min-height: 100px; } }
  #sidebar div.tile .tile-picture {
    position: absolute;
    left: 0;
    border-radius: 8px 0 0 8px;
    height: 100%;
    background: #c3c3c3;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100px; }
    @media screen and (max-width: 1150px) {
      #sidebar div.tile .tile-picture {
        width: 100px; } }
  #sidebar div.tile .tile-title h2 {
    background: transparent;
    text-align: left;
    padding: 2rem 0 0 0;
    color: black;
    font-size: 120%; }
    @media screen and (max-width: 1150px) {
      #sidebar div.tile .tile-title h2 {
        padding-top: 1rem;
        padding-right: 2rem; } }
    #sidebar div.tile .tile-title h2 a {
      color: black; }
  #sidebar div.tile .tile-title h3 {
    font-weight: 300;
    font-size: 120%;
    margin: 0;
    padding-top: 4px;
    color: #909090; }
  #sidebar div.tile .producer {
    box-sizing: content-box;
    display: block;
    text-indent: -10000px;
    border: 1px solid #c3c3c3;
    background: white center center no-repeat;
    position: absolute;
    background-size: 80px;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    top: calc(50% - 40px);
    left: 60px; }
    @media screen and (max-width: 1150px) {
      #sidebar div.tile .producer {
        background-size: 56px;
        width: 56px;
        height: 56px;
        border-radius: 28px;
        top: calc(50% - 28px);
        left: 72px; } }
  #sidebar div.tile .tile-actions {
    text-align: right;
    padding-right: 0.5rem; }
  #sidebar div.tile .tile-content p {
    margin: 0.5rem 0; }
  #sidebar div.tile .tile-content p.form-date {
    margin-top: 0; }
  #sidebar div.tile .tile-content p.form-digest {
    font-size: 90%;
    color: #666; }
  #sidebar div.tile .tile-content p.form-status span.status-name {
    font-weight: bold;
    text-transform: uppercase; }
  #sidebar div.tile .tile-content p.form-status.open {
    color: #dc1822; }
  #sidebar div.tile.placeholder {
    opacity: 0.6; }
    #sidebar div.tile.placeholder .producer {
      background-image: url(img/loading.gif);
      background-size: 80%; }

.inverted-button, .fargo-pick-popup button,
button.ui-button,
a#a2-continue,
.gru-content button,
input[type=submit],
div.buttons input, .gru-content button.cancel-button,
div.buttons .cancel-button button, .gru-content button.submit-button,
div.buttons .submit-button button, .godo-dialog--valid, .godo-dialog--remove, .godo-dialog--cancel, div.fileinfo .remove, .wcs-block-with-remove-button .remove-button, div.table-container ul.pagination li.previous a, div.table-container ul.pagination li.next a, a.pk-button, a.lingo-basket-cell--item-pay, a.pk-big-button, a[class*='pk-button-'], a[class*='pk-big-button-'], .pk-button.link-cell ul > li > a, .link-cell.lingo-basket-cell--item-pay ul > li > a, .pk-big-button.link-cell ul > li > a,
[class*='pk-button-'].link-cell ul > li > a, [class*='pk-big-button-'].link-cell ul > li > a, a.pk-button-cancel, a.pk-big-button-cancel, .pk-button-cancel.link-cell ul > li > a, .pk-big-button-cancel.link-cell ul > li > a, a.pk-button-submit, a.pk-big-button-submit, .pk-button-submit.link-cell ul > li > a, .pk-big-button-submit.link-cell ul > li > a, a.pk-button-delete, a.pk-big-button-delete, .pk-button-delete.link-cell ul > li > a, .pk-big-button-delete.link-cell ul > li > a, #page.place a.action-call,
#page.place a.action-goto {
  box-shadow: none;
  background: #1B1C22;
  color: white;
  border-radius: 20px;
  padding: 8px 24px; }
  .inverted-button:hover, .fargo-pick-popup button:hover,
  button.ui-button:hover,
  a#a2-continue:hover,
  .gru-content button:hover,
  input[type=submit]:hover,
  div.buttons input:hover,
  div.buttons .cancel-button button:hover,
  div.buttons .submit-button button:hover, .godo-dialog--valid:hover, .godo-dialog--remove:hover, .godo-dialog--cancel:hover, div.fileinfo .remove:hover, .wcs-block-with-remove-button .remove-button:hover, div.table-container ul.pagination li.previous a:hover, div.table-container ul.pagination li.next a:hover, a.pk-button:hover, a.lingo-basket-cell--item-pay:hover, a.pk-big-button:hover, a[class*='pk-button-']:hover, a[class*='pk-big-button-']:hover, .pk-button.link-cell ul > li > a:hover, .link-cell.lingo-basket-cell--item-pay ul > li > a:hover, .pk-big-button.link-cell ul > li > a:hover,
  [class*='pk-button-'].link-cell ul > li > a:hover, [class*='pk-big-button-'].link-cell ul > li > a:hover, a.pk-button-cancel:hover, a.pk-big-button-cancel:hover, .pk-button-cancel.link-cell ul > li > a:hover, .pk-big-button-cancel.link-cell ul > li > a:hover, a.pk-button-submit:hover, a.pk-big-button-submit:hover, .pk-button-submit.link-cell ul > li > a:hover, .pk-big-button-submit.link-cell ul > li > a:hover, a.pk-button-delete:hover, a.pk-big-button-delete:hover, .pk-button-delete.link-cell ul > li > a:hover, .pk-big-button-delete.link-cell ul > li > a:hover, #page.place a.action-call:hover,
  #page.place a.action-goto:hover {
    box-shadow: none;
    background-color: #393a48;
    text-decoration: none; }
  .form-previous.inverted-button, .fargo-pick-popup button.form-previous,
  button.form-previous.ui-button,
  a.form-previous#a2-continue,
  .gru-content button.form-previous,
  input.form-previous[type=submit],
  div.buttons input.form-previous,
  div.buttons .cancel-button button.form-previous,
  div.buttons .submit-button button.form-previous, .form-previous.godo-dialog--valid, .form-previous.godo-dialog--remove, .form-previous.godo-dialog--cancel, div.fileinfo .form-previous.remove, .wcs-block-with-remove-button .form-previous.remove-button, div.table-container ul.pagination li.previous a.form-previous, div.table-container ul.pagination li.next a.form-previous, a.form-previous.pk-button, a.form-previous.lingo-basket-cell--item-pay, a.form-previous.pk-big-button, a.form-previous[class*='pk-button-'], a.form-previous[class*='pk-big-button-'], .pk-button.link-cell ul > li > a.form-previous, .link-cell.lingo-basket-cell--item-pay ul > li > a.form-previous, .pk-big-button.link-cell ul > li > a.form-previous,
  [class*='pk-button-'].link-cell ul > li > a.form-previous, [class*='pk-big-button-'].link-cell ul > li > a.form-previous, a.form-previous.pk-button-cancel, a.form-previous.pk-big-button-cancel, .pk-button-cancel.link-cell ul > li > a.form-previous, .pk-big-button-cancel.link-cell ul > li > a.form-previous, a.form-previous.pk-button-submit, a.form-previous.pk-big-button-submit, .pk-button-submit.link-cell ul > li > a.form-previous, .pk-big-button-submit.link-cell ul > li > a.form-previous, a.form-previous.pk-button-delete, a.form-previous.pk-big-button-delete, .pk-button-delete.link-cell ul > li > a.form-previous, .pk-big-button-delete.link-cell ul > li > a.form-previous, #page.place a.form-previous.action-call,
  #page.place a.form-previous.action-goto, .cancel.inverted-button, .fargo-pick-popup button.cancel,
  button.cancel.ui-button,
  a.cancel#a2-continue,
  .gru-content button.cancel,
  input.cancel[type=submit],
  div.buttons input.cancel,
  div.buttons .cancel-button button.cancel,
  div.buttons .submit-button button.cancel, .cancel.godo-dialog--valid, .cancel.godo-dialog--remove, .cancel.godo-dialog--cancel, div.fileinfo .cancel.remove, .wcs-block-with-remove-button .cancel.remove-button, div.table-container ul.pagination li.previous a.cancel, div.table-container ul.pagination li.next a.cancel, a.cancel.pk-button, a.cancel.lingo-basket-cell--item-pay, a.cancel.pk-big-button, a.cancel[class*='pk-button-'], a.cancel[class*='pk-big-button-'], .pk-button.link-cell ul > li > a.cancel, .link-cell.lingo-basket-cell--item-pay ul > li > a.cancel, .pk-big-button.link-cell ul > li > a.cancel,
  [class*='pk-button-'].link-cell ul > li > a.cancel, [class*='pk-big-button-'].link-cell ul > li > a.cancel, a.cancel.pk-button-cancel, a.cancel.pk-big-button-cancel, .pk-button-cancel.link-cell ul > li > a.cancel, .pk-big-button-cancel.link-cell ul > li > a.cancel, a.cancel.pk-button-submit, a.cancel.pk-big-button-submit, .pk-button-submit.link-cell ul > li > a.cancel, .pk-big-button-submit.link-cell ul > li > a.cancel, a.cancel.pk-button-delete, a.cancel.pk-big-button-delete, .pk-button-delete.link-cell ul > li > a.cancel, .pk-big-button-delete.link-cell ul > li > a.cancel, #page.place a.cancel.action-call,
  #page.place a.cancel.action-goto {
    background: white;
    color: #1B1C22;
    border: 1px solid #1B1C22; }

.wcs-steps {
  font-size: 12px; }
  .wcs-steps--list {
    align-items: flex-end;
    overflow: hidden;
    flex-wrap: nowrap;
    max-width: 90%;
    margin: 0 auto; }

.wcs-step {
  flex-direction: column;
  align-items: center;
  flex: 1 1 6em;
  max-width: 50%;
  position: relative; }
  .wcs-step--marker {
    border: 2px solid #dc1822; }
  .wcs-step--label {
    position: static;
    order: -1;
    padding-bottom: .66em;
    text-align: center; }
  @media screen and (min-width: 1150px) {
    .wcs-step:not(.current) .wcs-step--label {
      display: block; } }
  .wcs-step::after {
    position: absolute;
    bottom: calc( (1.5em - 2px) / 2) !important;
    left: 50%;
    width: calc(100% + 1.5em); }

#content div#rub_service {
  font-size: 16px;
  flex: 1;
  margin: 0 1.5rem; }
  #content div#rub_service .form-top {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; }
    @media screen and (max-width: 1150px) {
      #content div#rub_service .form-top {
        gap: 20px;
        flex-direction: column; } }
    #content div#rub_service .form-top img {
      max-height: 50px; }
    #content div#rub_service .form-top .form-top--title {
      margin: 0;
      flex: 1;
      border: 1px solid #ebecf0;
      padding: 24px;
      border-radius: 16px; }
      #content div#rub_service .form-top .form-top--title h2 {
        max-width: 25em;
        padding: 0;
        margin: 0; }
    #content div#rub_service .form-top .wcs-steps {
      width: 100%;
      border: 1px solid #ebecf0;
      padding: 24px 24px 16px 24px;
      border-radius: 16px; }
    #content div#rub_service .form-top #tracking-code {
      min-width: 30%;
      order: 0;
      margin: 0; }
    #content div#rub_service .form-top #tracking-code .tracking-code-part {
      background: #fff4cd;
      border-radius: 16px;
      padding: 32px; }
      #content div#rub_service .form-top #tracking-code .tracking-code-part h3 {
        font-weight: normal;
        font-size: 16px;
        margin-bottom: 12px;
        padding: 0;
        display: block;
        color: #1b1c22; }
      #content div#rub_service .form-top #tracking-code .tracking-code-part a {
        text-decoration: none;
        padding: 0;
        font-size: 24px;
        font-weight: 500;
        color: #1b1c22; }
        #content div#rub_service .form-top #tracking-code .tracking-code-part a:hover {
          text-decoration: none; }
        @media screen and (max-width: 1150px) {
          #content div#rub_service .form-top #tracking-code .tracking-code-part a {
            font-size: 20px; } }
  #content div#rub_service h2 {
    font-size: 32px;
    font-weight: 600; }
    #content div#rub_service h2 span.commune {
      display: none; }
  #content div#rub_service form div.page > h3 {
    padding-top: 30px;
    background: url(img/surtitle.png) top center no-repeat; }
  #content div#rub_service form div.page div h3 {
    font-size: 100%; }
  #content div#rub_service .form-validation .text-check-before-submit {
    text-align: center;
    font-size: 120%;
    margin-top: 4rem; }
  #content div#rub_service .form-validation div.page {
    background: transparent; }
  #content div#rub_service .form-validation div.MapWidget {
    margin-left: 0;
    margin-right: 0; }
  #content div#rub_service div#tracking-code form {
    padding: 0; }
    #content div#rub_service div#tracking-code form button {
      margin: 0 auto;
      font-size: 90%; }

div#rub_service div.drafts-recall,
#content div#rub_service form {
  padding: 16px 5rem;
  width: 100%;
  border: 1px solid #ebecf0;
  border-radius: 16px; }
  @media screen and (max-width: 1150px) {
    div#rub_service div.drafts-recall,
    #content div#rub_service form {
      padding: 1ex 1rem; } }
#content div#rub_service #tracking-code form {
  border: none; }

#content div#rub_service form {
  padding: 32px 5rem; }
  @media screen and (max-width: 1150px) {
    #content div#rub_service form {
      padding: 16px 1rem; } }
  #content div#rub_service form h3 {
    text-align: center;
    border: none;
    font-size: 150%;
    max-width: 80%;
    margin: 2rem auto;
    text-transform: uppercase; }
  #content div#rub_service form .comment-field {
    margin: 1rem auto; }
  #content div#rub_service form div.MapWidget div.qommon-map {
    height: 500px;
    min-height: 300px;
    max-height: 50vh; }
  #content div#rub_service form div.buttons {
    text-align: center;
    gap: 0 2em; }
    #content div#rub_service form div.buttons button {
      margin: 0; }
    @media screen and (max-width: 1150px) {
      #content div#rub_service form div.buttons {
        flex-wrap: wrap; } }
#content div#rub_service #evolution-log form {
  margin-top: 16px;
  padding: 32px 1rem; }
  @media screen and (max-width: 1150px) {
    #content div#rub_service #evolution-log form {
      padding: 16px 1rem; } }
#columns > .form-content--sidebox {
  display: none; }

@media screen and (max-width: 1150px) {
  .gru-content #sidebar {
    flex: 0 0 auto; }
  div#content.gru-content div.cell {
    margin-left: 1.5rem;
    margin-right: 1.5rem; }
    div#content.gru-content div.cell div.cell {
      margin-left: 0;
      margin-right: 0; }
    div#content.gru-content div.cell#recherche {
      margin-left: 0;
      margin-right: 0; } }

@media screen and (max-width: 1150px) and (min-width: 560px) {
  .gru-content #columns > .cell[class*="grid-"] {
    margin-left: 0.5rem;
    margin-right: 0rem; } }

/* notifications */
div#nav span.badge {
  color: white;
  background: #ae131b;
  padding: 5px;
  border-radius: 10px;
  position: absolute;
  height: 14px;
  padding: 4px;
  top: 0px; }
  @media screen and (max-width: 1150px) {
    div#nav span.badge {
      background: #dc1822;
      top: 14px; } }
div#nav span.badge::before,
div#nav span.badge::after {
  content: none; }

#prefooter-wrapper {
  clear: both;
  background: white; }
  #prefooter-wrapper .feder {
    height: 50px; }
  #prefooter-wrapper .europe {
    height: 40px; }
  #prefooter-wrapper .metropole {
    height: 60px; }
  #prefooter-wrapper #prefooter {
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 1184px;
    margin: 0 auto;
    padding: 2rem 0;
    margin-top: 1em;
    font-size: 0.812rem;
    font-weight: 500; }
    @media screen and (max-width: 1150px) {
      #prefooter-wrapper #prefooter {
        text-align: center;
        flex-direction: column-reverse;
        gap: 1em; } }
    #prefooter-wrapper #prefooter strong {
      display: block;
      margin: 0;
      text-transform: uppercase;
      font-weight: normal; }
    #prefooter-wrapper #prefooter div.appui {
      display: flex;
      align-items: center; }
      #prefooter-wrapper #prefooter div.appui a:hover {
        text-decoration: none; }
      #prefooter-wrapper #prefooter div.appui img {
        margin: 0 1em; }
      @media screen and (max-width: 1150px) {
        #prefooter-wrapper #prefooter div.appui {
          flex-direction: column; }
          #prefooter-wrapper #prefooter div.appui img {
            display: block;
            margin: 0 auto 1em auto; } }
    #prefooter-wrapper #prefooter div.imgs {
      position: absolute;
      top: 2rem;
      right: 0; }
      #prefooter-wrapper #prefooter div.imgs img {
        width: 40%;
        max-width: 170px;
        margin: 0 2%; }
      @media screen and (max-width: 1150px) {
        #prefooter-wrapper #prefooter div.imgs {
          position: static; } }
#footer-wrapper {
  margin-top: 0;
  padding-bottom: 0.7em; }

.gru-content div.cell.recherche {
  border: none;
  background: transparent; }
  .gru-content div.cell.recherche div.leaflet-container {
    border: 1px solid #ebecf0; }

.textcell.backlink p {
  margin: 32px 0 0 0; }

a.backlink {
  color: #1b1c22;
  text-decoration: none;
  display: inline-block;
  margin-top: 32px;
  margin-left: 8px;
  margin-bottom: 10px;
  font-weight: 400; }
  @media screen and (max-width: 1150px) {
    a.backlink {
      padding-left: 10px; } }
  a.backlink + #content {
    margin-top: 1rem; }
  a.backlink::before {
    font-family: FontAwesome;
    content: "\f104";
    padding-right: 1ex;
    font-weight: bold; }
  a.backlink:hover {
    font-weight: bold;
    text-decoration: none; }

.textcell.backlink,
#backlink.cell {
  margin: 4px 0 24px 8px;
  border: 0; }
  @media screen and (max-width: 1150px) {
    .textcell.backlink,
    #backlink.cell {
      padding-left: 10px; } }
  .textcell.backlink a,
  #backlink.cell a {
    text-decoration: none;
    padding: 0;
    color: #1b1c22; }
    .textcell.backlink a::before,
    #backlink.cell a::before {
      font-family: FontAwesome;
      content: "\f104";
      padding-right: 1ex;
      font-weight: bold; }
    .textcell.backlink a:hover,
    #backlink.cell a:hover {
      color: #1b1c22;
      background: none;
      font-weight: bold;
      text-decoration: none; }

.cell.backlink + #content {
  margin-top: 1rem; }

a#collectivity-services {
  text-transform: uppercase;
  background: white;
  border: 1px solid #dc1822;
  padding: 1ex;
  float: right; }
  a#collectivity-services:hover {
    color: white;
    background: #dc1822; }

p.my-collectivity {
  margin-top: 0; }
  p.my-collectivity a {
    display: block;
    text-transform: uppercase;
    text-decoration: underline;
    color: black; }

select#collectivities {
  width: 100%; }

div.cell.profile-info .profile-info {
  padding: 1em 3rem; }
  div.cell.profile-info .profile-info span:first-child {
    color: #1b1c22;
    display: inline-block; }
  div.cell.profile-info .profile-info span.count {
    display: inline-block;
    color: #1b1c22;
    font-weight: bold;
    border-radius: 20px;
    border: 1px solid #1b1c22;
    padding: 2px 4px;
    float: right; }
  div.cell.profile-info .profile-info a:hover span:first-child {
    color: #1b1c22; }
  div.cell.profile-info .profile-info a:hover span.count {
    background: #1b1c22;
    color: white; }

@media screen and (max-width: 1150px) {
  div.cell.profile-info {
    margin-top: 1rem; }
    div.cell.profile-info .profile-info {
      padding: 0rem 1rem; }
      div.cell.profile-info .profile-info p {
        display: inline-block;
        width: 48%; }
        div.cell.profile-info .profile-info p span.count {
          float: none; } }

div.wcs-tracking-code-input {
  text-align: justify; }
  div.wcs-tracking-code-input form {
    display: flex;
    margin: 0; }
    div.wcs-tracking-code-input form input {
      border-right: 0;
      flex: 1;
      margin: 0;
      width: 0; }
      div.wcs-tracking-code-input form input:focus {
        border-right: 0;
        border-color: #888; }
    div.wcs-tracking-code-input form button {
      margin-right: 0;
      border-radius: 0 16px 16px 0;
      border-width: 1px 1px 1px 0; }
    div.wcs-tracking-code-input form button,
    div.wcs-tracking-code-input form button:hover {
      background: #1b1c22 url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjUwMDEgMTQuMTg2N0gxNC43MTAxTDE0LjQzMDEgMTMuOTE2N0MxNS42MzAxIDEyLjUxNjcgMTYuMjUwMSAxMC42MDY3IDE1LjkxMDEgOC41NzY2NkMxNS40NDAxIDUuNzk2NjYgMTMuMTIwMSAzLjU3NjY2IDEwLjMyMDEgMy4yMzY2NkM2LjA5MDE0IDIuNzE2NjYgMi41MzAxNCA2LjI3NjY2IDMuMDUwMTQgMTAuNTA2N0MzLjM5MDE0IDEzLjMwNjcgNS42MTAxNCAxNS42MjY3IDguMzkwMTQgMTYuMDk2N0MxMC40MjAxIDE2LjQzNjcgMTIuMzMwMSAxNS44MTY3IDEzLjczMDEgMTQuNjE2N0wxNC4wMDAxIDE0Ljg5NjdWMTUuNjg2N0wxOC4yNTAxIDE5LjkzNjdDMTguNjYwMSAyMC4zNDY3IDE5LjMzMDEgMjAuMzQ2NyAxOS43NDAxIDE5LjkzNjdDMjAuMTUwMSAxOS41MjY3IDIwLjE1MDEgMTguODU2NyAxOS43NDAxIDE4LjQ0NjdMMTUuNTAwMSAxNC4xODY3Wk05LjUwMDE0IDE0LjE4NjdDNy4wMTAxNCAxNC4xODY3IDUuMDAwMTQgMTIuMTc2NyA1LjAwMDE0IDkuNjg2NjZDNS4wMDAxNCA3LjE5NjY2IDcuMDEwMTQgNS4xODY2NiA5LjUwMDE0IDUuMTg2NjZDMTEuOTkwMSA1LjE4NjY2IDE0LjAwMDEgNy4xOTY2NiAxNC4wMDAxIDkuNjg2NjZDMTQuMDAwMSAxMi4xNzY3IDExLjk5MDEgMTQuMTg2NyA5LjUwMDE0IDE0LjE4NjdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K") center center no-repeat; }

#footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem; }
  @media screen and (max-width: 1150px) {
    #footer {
      flex-direction: column; } }
  #footer a {
    color: white; }
  #footer div.menucell {
    text-align: left; }
    @media screen and (max-width: 1150px) {
      #footer div.menucell {
        text-align: center; } }
  #footer div.menucell li {
    margin: 1rem 0 1rem 0;
    display: inline-block; }
    #footer div.menucell li a {
      display: inline-block;
      padding: 0 1rem;
      text-decoration: none;
      border: 0;
      border-right: 1px solid white; }
      #footer div.menucell li a:hover {
        background: inherit;
        text-decoration: underline; }
    @media screen and (max-width: 1150px) {
      #footer div.menucell li {
        display: block; }
        #footer div.menucell li a {
          padding: 0.5em 0;
          border: none; } }
    #footer div.menucell li:first-child a {
      padding-left: 0; }
    #footer div.menucell li:last-child a {
      border-right: 0; }
    @media screen and (max-width: 1150px) {
      #footer div.menucell li {
        margin: 0 0 1ex 0;
        line-height: 150%; } }
  #footer #lien-metropole p {
    margin: 0; }
  #footer #lien-metropole a {
    text-decoration: none;
    display: inline-block;
    line-height: 20px;
    height: 20px;
    padding-left: 35px;
    background: url(img/footer-metropole-plus.png) left center no-repeat; }
    #footer #lien-metropole a:hover {
      text-decoration: underline; }
  @media screen and (max-width: 1150px) {
    #footer #lien-metropole {
      position: static;
      display: inline-block;
      margin: 0 auto;
      padding-bottom: 2em;
      max-width: calc(100% - 4em); }
      #footer #lien-metropole a {
        text-align: left;
        margin: 0 auto;
        display: block;
        line-height: auto;
        height: auto; } }
  @media screen and (max-width: 1150px) {
    #footer {
      text-align: center; } }
.signalement-button {
  display: flex;
  align-items: center;
  margin-left: 2em; }
  .signalement-button a {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNyAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuMDIxNjIgMTkuMDVDNC4xNjU0OCAxOS4wMDIxIDQuNjkyOTkgMTguODEwNyA0LjY5Mjk5IDE4LjgxMDdDNS4zMTY0IDE5LjYyNDUgNS45Mzk4MiAxOS4xNDU4IDYuMTMxNjQgMTkuNjcyM0M2LjQxOTM3IDIwLjI5NDYgNi45OTQ4MiAyMS42MzUgNy4xODY2NCAyMi4wNjU4QzcuMzc4NDYgMjIuNTQ0NSA3Ljg1ODAxIDIyLjkyNzUgOC4xNDU3NCAyMi44MzE3QzguNDgxNDMgMjIuNjg4MSA5LjU4NDM5IDIyLjMwNTIgMTAuMDE2IDIyLjExMzdDMTAuNDQ3NiAyMS45NzAxIDEwLjU0MzUgMjEuNTg3MSAxMC4zOTk2IDIxLjI1MkMxMC4yNTU4IDIwLjkxNjkgOS42ODAzIDIwLjgyMTIgOS41MzY0NCAyMC40MzgyQzkuMzkyNTcgMjAuMDU1MyA4LjgxNzExIDE4Ljg1ODUgOC42NzMyNSAxOC40NzU2QzguNDgxNDMgMTcuOTQ5IDguOTEzMDIgMTcuNTE4MiA5LjUzNjQ0IDE3LjQ3MDNDMTMuOTk2MiAxNi45OTE2IDE0LjgxMTUgMTkuNzY4MSAxNi4zNDYgMTkuMTQ1OEMxNy40OTcgMTguNjY3MSAxNy4zMDUxIDE1LjI2ODMgMTUuODE4NSAxMS45MTc0QzE1LjA1MTMgMTAuMDk4MyAxMy45OTYyIDguNTE4NjMgMTMuMDM3MSA3LjUxMzM2QzEyLjIyMTkgNi42OTk1NyAxMS40NTQ2IDYuMjY4NzQgMTAuOTI3MSA2LjUwODA5QzguOTEzMDIgNy4zMjE4OCAxMi4xMjYgMTEuMTk5MyAyLjM0MzIgMTUuMTcyNUMxLjQ4MDAxIDE1LjUwNzYgMS4yODgxOSAxNi44OTU5IDEuNjIzODcgMTcuNzA5N0MxLjcxOTc4IDE3Ljk0OSAxLjkxMTYgMTguMjM2MiAyLjE1MTM4IDE4LjQyNzdDMi42Nzg4OCAxOC45NTQzIDMuNDQ2MTYgMTkuMjg5NCA0LjAyMTYyIDE5LjA1Wk0xMi4yNjk5IDEzLjQ5NzFDMTEuMTY2OSAxMC45MTIxIDExLjMxMDggOC41MTg2MyAxMS41NTA1IDguNDIyODlDMTEuNzkwMyA4LjMyNzE1IDEzLjUxNjcgMTAuMDAyNiAxNC42MTk3IDEyLjU4NzZDMTUuNzIyNiAxNS4xNzI1IDE1LjYyNjcgMTcuMjc4OCAxNS4zODY5IDE3LjM3NDZDMTUuMTQ3MiAxNy41MTgyIDEzLjM3MjggMTYuMTI5OSAxMi4yNjk5IDEzLjQ5NzFaIiBmaWxsPSIjMUIxQzIyIi8+CjxwYXRoIGQ9Ik0xMy4wMzY1IDEzLjE2MjFDMTMuMzcyMiAxMy45NzU5IDEzLjg5OTcgMTQuNTUwMyAxNC4xODc0IDE0LjQ1NDZDMTQuNDc1MSAxNC4zNTg4IDE0LjQyNzIgMTMuNTkyOSAxNC4wOTE1IDEyLjczMTJDMTMuNzU1OCAxMS45MTc1IDEzLjIyODMgMTEuMzQzIDEyLjk0MDYgMTEuNDM4OEMxMi42MDQ5IDExLjU4MjQgMTIuNzAwOCAxMi4zNDgzIDEzLjAzNjUgMTMuMTYyMVoiIGZpbGw9IiMxQjFDMjIiLz4KPHBhdGggZD0iTTI0LjEwODkgMTAuMjIwOUwyMC4zMTYzIDExLjQyMjdDMTkuOTk3IDExLjUyMzkgMTkuNjI5NyAxMS4yOTEgMTkuNTI5MyAxMC45MjM2QzE5LjQyODkgMTAuNTU2MyAxOS42MjA1IDEwLjE0NjIgMTkuOTM5OSAxMC4wNDVMMjMuNzMyNSA4Ljg0MzIxQzI0LjA1MTggOC43NDIgMjQuNDE5MSA4Ljk3NDkxIDI0LjUxOTUgOS4zNDIyOUMyNC42MTk5IDkuNzA5NjggMjQuNDI4MyAxMC4xMTk3IDI0LjEwODkgMTAuMjIwOVoiIGZpbGw9IiMxQjFDMjIiLz4KPHBhdGggZD0iTTE5LjEzNzkgNi45NTU1NkMxOC44OTg0IDcuMDMxNDYgMTguNjA4NiA2LjkyMzY3IDE4LjQ2NjEgNi43MTkzNkMxOC4yNDU5IDYuMzg5OTIgMTguMzA1MiA1Ljk3MTk0IDE4LjU0NyA1Ljc0NTYxTDIxLjYyMSAzLjAyNTA0QzIxLjkwMjcgMi43ODYwNyAyMi4yNzIzIDIuODY4NTUgMjIuNDc5OSAzLjE1MjA2QzIyLjcgMy40ODE0OSAyMi42NDA3IDMuODk5NDggMjIuMzk4OSA0LjEyNTgxTDE5LjMyNSA2Ljg0NjM4QzE5LjI5NzYgNi45MDQ5NSAxOS4yMTc3IDYuOTMwMjUgMTkuMTM3OSA2Ljk1NTU2WiIgZmlsbD0iIzFCMUMyMiIvPgo8cGF0aCBkPSJNMjUuNDg1NCAxNi4zNzExQzI1LjQwNTUgMTYuMzk2NCAyNS4zMjU3IDE2LjQyMTcgMjUuMjMzMyAxNi40MDFMMjEuMjgxIDE1LjkwN0MyMC45MjQgMTUuODcwNCAyMC42OTEzIDE1LjQ5NTEgMjAuNzIzMiAxNS4xMzU3QzIwLjc0MjYgMTQuNzMwMyAyMS4wNjQzIDE0LjQ3ODcgMjEuMzgxNCAxNC41Mjc5TDI1LjMzMzcgMTUuMDIyQzI1LjY5MDcgMTUuMDU4NSAyNS45MjM0IDE1LjQzMzkgMjUuODkxNCAxNS43OTMzQzI1Ljg4NjkgMTYuMDk0MSAyNS43MjQ5IDE2LjI5NTIgMjUuNDg1NCAxNi4zNzExWiIgZmlsbD0iIzFCMUMyMiIvPgo8L3N2Zz4K") top 50% left 15px no-repeat;
    text-decoration: none;
    color: #1b1c22;
    display: flex;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #1b1c22;
    height: 40px;
    padding-top: 4px;
    padding-right: 15px;
    padding-left: 50px;
    line-height: 1.2; }
    .signalement-button a:hover {
      background-color: #dfe0e6;
      text-decoration: none; }

.glc-user-login-logout-button {
  display: flex;
  align-items: center;
  margin-left: 1em; }
  .glc-user-login-logout-button--user span, .glc-user-login-logout-button--login span {
    white-space: pre;
    display: inline-block;
    max-width: 95px;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media screen and (max-width: 1150px) {
      .glc-user-login-logout-button--user span, .glc-user-login-logout-button--login span {
        max-width: 82px; } }
  .glc-user-login-logout-button--user, .glc-user-login-logout-button--login {
    border: none;
    display: flex;
    align-items: center;
    border-radius: 100px;
    text-align: left;
    padding-top: 2px;
    padding-left: 50px;
    padding-right: 20px;
    background: #1b1c22 url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAyMiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzY3Ml82NjMpIj4KPHBhdGggZD0iTTIxLjAzMjEgOS45NzMyMkwxMi4xODM3IDUuNDgzODlWMTEuMzM2NkMxMi4xODM3IDExLjY3OTkgMTEuODEyNCAxMS45MDM2IDExLjQ5OTkgMTEuNzQ1NEw5LjgxMzk2IDEwLjg5MTFWMTUuNzI3NkM5LjgxMzk2IDE2LjA3MDggMTAuMTg1MyAxNi4yOTQ1IDEwLjQ5NzggMTYuMTM2NEwyMS4wMzIxIDEwLjc5MDlDMjEuMzcgMTAuNjE5MiAyMS4zNyAxMC4xNDY4IDIxLjAzMjEgOS45NzUxNVY5Ljk3MzIyWiIgZmlsbD0iI0UzMDYxMyIvPgo8cGF0aCBkPSJNMTAuNDk4IDQuNjI3NDlMMTIuMTg0IDUuNDgxNzdWMC42NDUzMjVDMTIuMTg0IDAuMzAyMDY4IDExLjgxMjYgMC4wODAzMDEgMTEuNTAwMiAwLjIzNjUwMkwwLjk2NzgzOSA1LjU4Mzk4QzAuNjI5ODYxIDUuNzU1NjEgMC42Mjk4NjEgNi4yMjgwNyAwLjk2NzgzOSA2LjM5OTY5TDkuODE2MTcgMTAuODg5VjUuMDM2MzFDOS44MTYxNyA0LjY5MzA1IDEwLjE4NzUgNC40NzEyOSAxMC41IDQuNjI5NDJMMTAuNDk4IDQuNjI3NDlaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTIuMTgzNyAxMS4zMzY2VjUuNDgzOTFMMTAuNDk3OCA0LjYyOTYyQzEwLjE4NTMgNC40NzE0OSA5LjgxMzk2IDQuNjkzMjYgOS44MTM5NiA1LjAzNjUxVjEwLjg4OTJMMTEuNDk5OSAxMS43NDM1QzExLjgxMjQgMTEuOTAxNiAxMi4xODM3IDExLjY3OTkgMTIuMTgzNyAxMS4zMzQ3VjExLjMzNjZaIiBmaWxsPSIjMUIxQzIyIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNjcyXzY2MyI+CjxyZWN0IHdpZHRoPSIyMC41NzE0IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC43MTQzNTUgMC4xODY1MjMpIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==") top 10px left 10px no-repeat;
    background-size: 30px;
    color: white;
    height: 40px; }
    @media screen and (max-width: 1150px) {
      .glc-user-login-logout-button--user, .glc-user-login-logout-button--login {
        height: 32px;
        padding-left: 40px;
        background-position: top 8px left 10px;
        background-size: 24px; } }
    .glc-user-login-logout-button--user:hover, .glc-user-login-logout-button--login:hover {
      background-color: #393a48;
      text-decoration: none; }
    .glc-user-login-logout-button--user:focus, .glc-user-login-logout-button--login:focus {
      outline: 2px solid black; }
  .glc-user-login-logout-button--user {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguMDAwMDggOEM5LjQ3MzQxIDggMTAuNjY2NyA2LjgwNjY3IDEwLjY2NjcgNS4zMzMzNEMxMC42NjY3IDMuODYwMDEgOS40NzM0MSAyLjY2NjY3IDguMDAwMDggMi42NjY2N0M2LjUyNjc1IDIuNjY2NjcgNS4zMzM0MSAzLjg2MDAxIDUuMzMzNDEgNS4zMzMzNEM1LjMzMzQxIDYuODA2NjcgNi41MjY3NSA4IDguMDAwMDggOFpNOC4wMDAwOCA5LjMzMzM0QzYuMjIwMDggOS4zMzMzNCAyLjY2Njc1IDEwLjIyNjcgMi42NjY3NSAxMlYxMi42NjY3QzIuNjY2NzUgMTMuMDMzMyAyLjk2Njc1IDEzLjMzMzMgMy4zMzM0MSAxMy4zMzMzSDEyLjY2NjdDMTMuMDMzNCAxMy4zMzMzIDEzLjMzMzQgMTMuMDMzMyAxMy4zMzM0IDEyLjY2NjdWMTJDMTMuMzMzNCAxMC4yMjY3IDkuNzgwMDggOS4zMzMzNCA4LjAwMDA4IDkuMzMzMzRaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNOC4wMDAwOCA4QzkuNDczNDEgOCAxMC42NjY3IDYuODA2NjcgMTAuNjY2NyA1LjMzMzM0QzEwLjY2NjcgMy44NjAwMSA5LjQ3MzQxIDIuNjY2NjcgOC4wMDAwOCAyLjY2NjY3QzYuNTI2NzUgMi42NjY2NyA1LjMzMzQxIDMuODYwMDEgNS4zMzM0MSA1LjMzMzM0QzUuMzMzNDEgNi44MDY2NyA2LjUyNjc1IDggOC4wMDAwOCA4Wk04LjAwMDA4IDkuMzMzMzRDNi4yMjAwOCA5LjMzMzM0IDIuNjY2NzUgMTAuMjI2NyAyLjY2Njc1IDEyVjEyLjY2NjdDMi42NjY3NSAxMy4wMzMzIDIuOTY2NzUgMTMuMzMzMyAzLjMzMzQxIDEzLjMzMzNIMTIuNjY2N0MxMy4wMzM0IDEzLjMzMzMgMTMuMzMzNCAxMy4wMzMzIDEzLjMzMzQgMTIuNjY2N1YxMkMxMy4zMzM0IDEwLjIyNjcgOS43ODAwOCA5LjMzMzM0IDguMDAwMDggOS4zMzMzNFoiIGZpbGw9IndoaXRlIiBmaWxsLW9wYWNpdHk9IjAuNTQiLz4KPC9zdmc+Cg==");
    background-position: top 12px left 15px;
    padding-left: 40px;
    background-size: 16px; }
    @media screen and (max-width: 1150px) {
      .glc-user-login-logout-button--user {
        background-position: top 8px left 15px; } }
  .glc-user-login-logout-button .connected-user--first-name {
    padding-right: 1ex; }
  .glc-user-login-logout-button li.mon-compte {
    border-bottom: 2px solid #eee; }
  .glc-user-login-logout-button li.mon-compte {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggOEMxMC4yMSA4IDEyIDYuMjEgMTIgNEMxMiAxLjc5IDEwLjIxIDAgOCAwQzUuNzkgMCA0IDEuNzkgNCA0QzQgNi4yMSA1Ljc5IDggOCA4Wk04IDEwQzUuMzMgMTAgMCAxMS4zNCAwIDE0VjE1QzAgMTUuNTUgMC40NSAxNiAxIDE2SDE1QzE1LjU1IDE2IDE2IDE1LjU1IDE2IDE1VjE0QzE2IDExLjM0IDEwLjY3IDEwIDggMTBaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K") top 50% left 10px no-repeat;
    background-size: 16px; }
  .glc-user-login-logout-button li.me-deconnecter {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAAyCAYAAADMb4LpAAAAAXNSR0IB2cksfwAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAA5FJREFUaN7VmktIlFEUx3+ONmaLsrKHgpWQQVkUmRCZYmJRkGXRYxGUuxZtbd+iRWRK0bpNSNnLrCwqCCLELCkyIYgeVFpSqWH0QEedFt2hYZp77ne/+ebhHy4Dd+495/fd7z7OPTMQH1UB7cCQ+qxikqgcCADBsBJQ9SmvtgjwUGnz2pEvDvCFlvUpBe9LlC8fk1i28DXAQ2AAuAOUxOh/KXAZeK12pZ3xeMiZQFOURfgTKIpo+0qzYF9FtFukttLIdk1AtlfglUCvBigInHEJ3yDY/ABUxAq+AxgRnASBey7hrxrsjgDb3c75vcAFwG94wGcuB+a54Xs/cAnYhYuFOWYYmSDwDpjrcuRnqYVq8hEAtjkFLwC+OTDaEgXcBh5gDnDFga8hYCEOXtUjg6FhYL9gwwY+pFrgu8FvBzBFgj9qMDAAFBsGwA08wBpg0OD/iK7zfLVv6zp+BVY4mHZu4QFWqQHSMfzQTFVOCp0mgGqHayYWeIDNyp+OpSGyQx7wW+hwzGKnihUeoF5g+QXkhjc+LDT+CGQlGH6q4VSvC2/cKTQ8aHlGeAEPcMiw8wCQL8yxz6btKYq6NLa6LO34gS8aW+NAnk8tkDSNgVZ1wtmoxbJep1HgmhDWbAFoFF7PJhcxix9ojrDT7CBGiqYtpl3nltBgRgwR6XJgt/p0q2yB7QbAG82X/Sly29PN+5c+FRxF09sUgX+jqZ/nUys3msZTBH5CUz8mwaenCHyGBB8QFksqaLoOHiF+D6hjOpnKipL3DJWHPuEumQEsSzJ8kTBtun1At9B5Y5LhpdR4D0CpcBD0JBn+hcBWGtpVPgmNSpIEvlZg6g+fTo0WSaVE6a7AdCK84WrDxXdrgsFrDDwrIzs8Fhr3qgt6IpQL9AksndE6rTNcfDuAzDiD+4EHhlEvky4SUsdWy/usjaYB1w3+L0oGFqvbuWSgXeUZvdRs9WaDhqxBgcnQPge5w35Dys9G1YZMQajUOjXY6MBY6DZT5hK6HLjp0E+9bRh626HhIPBE5VKKhVA6XeUj64CnFrbbdDbThAfIBM4CeyxHdFhtdQOq5KiSL4S3Op1X02XUzatNA45bjJKX5RQe/dR6AHP62asy6OFm8O/Cy9/fqOIJfg5NCtsrVapFNO4R8LiyV5HI4GkJcNoQh0ilT81r13+oSPPoQQqBDcB6YIHKBeWok3MgrLxXJ/R97LPG/+kP3KXRg8Wnv50AAAAASUVORK5CYII=") top 50% left 10px no-repeat;
    background-size: 16px; }
  .glc-user-login-logout-button li.mon-compte a,
  .glc-user-login-logout-button li.me-deconnecter a {
    display: block;
    padding: 1em;
    padding-left: 40px;
    color: #1b1c22; }
  .glc-user-login-logout-button li.mon-compte > a:focus,
  .glc-user-login-logout-button li.mon-compte > a:hover,
  .glc-user-login-logout-button li.me-deconnecter > a:focus,
  .glc-user-login-logout-button li.me-deconnecter > a:hover {
    text-decoration: none;
    border: none; }

@media screen and (min-width: 1150px) {
  #nav ul.menu li a {
    line-height: 3.2em; } }

.mobile-user-button {
  display: none; }

@media screen and (max-width: 1150px) {
  .gru-content {
    flex-direction: column; }
  .mobile-user-button {
    display: block;
    margin-top: 17px;
    margin-right: 10px;
    margin-bottom: 0px; }
  div#header h1 {
    padding-left: 13px;
    position: relative;
    display: inline-block;
    margin-top: 0; }
  .gru-content #sidebar div.cell {
    margin-right: 0; }
  #footer-wrapper {
    padding-bottom: 0;
    padding-bottom: 68px; }
  .site-nav {
    display: none; } }

@keyframes move_bell_animation {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(10deg); }
  75% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0deg); } }

@keyframes pulse_opacity_animation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }

@media screen and (max-width: 1150px) {
  .pk-mobile-only, .mobile-only {
    display: block !important; }
  .pk-desktop-only, .desktop-only {
    display: none !important; } }

@media screen and (min-width: 1151px) {
  .pk-mobile-only, .mobile-only {
    display: none !important; }
  .pk-desktop-only, .desktop-only {
    display: block !important; } }

#connect-dialog {
  z-index: 1000000;
  position: fixed;
  top: 20vh;
  left: calc(50% - 20ex);
  width: 40ex;
  background: white;
  border: 2px solid black;
  padding: 1rem;
  text-align: center; }
  #connect-dialog a.pk-button, #connect-dialog a.lingo-basket-cell--item-pay {
    margin: 0.5rem; }
  #connect-dialog .close {
    position: absolute;
    top: 0;
    right: 1ex;
    cursor: pointer; }
  @media screen and (max-width: 1150px) {
    #connect-dialog {
      left: 2rem;
      right: 2rem;
      width: auto; } }
@media screen and (max-width: 1150px) {
  .ui-dialog {
    left: 2rem;
    right: 2rem;
    width: auto; } }

div.crosshair::before {
  font-family: FontAwesome;
  content: "\f05b";
  color: #dc1822;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  font-size: 2.5rem;
  position: relative;
  top: -20px;
  left: -20px; }

ul#evolutions span.user {
  display: none; }

.gru-content div.cell.textcell.editorial {
  padding: 2rem 4rem;
  line-height: 140%; }
  @media screen and (max-width: 1150px) {
    .gru-content div.cell.textcell.editorial {
      padding: 0; } }
  .gru-content div.cell.textcell.editorial h1 {
    margin: 1rem 0.5rem; }
  .gru-content div.cell.textcell.editorial h2,
  .gru-content div.cell.textcell.editorial h2:first-child {
    position: static;
    text-align: left;
    font-family: Poppins, sans-serif;
    font-size: 1.5rem;
    background: transparent;
    color: #333;
    font-weight: bold;
    padding: 0;
    margin: 1rem 0; }
  .gru-content div.cell.textcell.editorial a {
    text-decoration: underline; }
    .gru-content div.cell.textcell.editorial a:hover {
      text-decoration: none; }

div.textcell.backlink {
  display: none; }

div.ui-widget-overlay {
  opacity: 0.8; }

#drafts-section, #forms-section {
  display: none; }

@media screen and (max-width: 1150px) {
  body.focus-in .site-nav {
    display: none; } }

.sr-only, .RadiobuttonsWidget.template-evaluation input, .RadiobuttonsWidget.template-evaluation .star-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.img-max-width {
  max-width: 100%; }

@media screen and (min-width: 1150px) {
  .pl-liste-communes ul {
    column-count: 3; } }

.comment-field img.aside {
  float: left;
  margin: 0 1em 1em 0; }
  @media screen and (max-width: 1150px) {
    .comment-field img.aside {
      display: block;
      float: none;
      margin: 0 auto;
      max-width: 90%; } }
#page.place div.airquality div.cell.map {
  margin-top: 0;
  height: 600px; }
  @media screen and (max-width: 1150px) {
    #page.place div.airquality div.cell.map {
      height: 300px; } }
  #page.place div.airquality div.cell.map div.combo-cell-map.leaflet-container {
    height: 600px !important; }
    @media screen and (max-width: 1150px) {
      #page.place div.airquality div.cell.map div.combo-cell-map.leaflet-container {
        height: 300px !important; } }
#page.place div.airquality div.air2go-off {
  margin: 3rem auto 1rem auto;
  max-width: 25rem;
  border: 2px solid #dc1822; }
  #page.place div.airquality div.air2go-off p {
    padding: 1rem;
    text-align: center; }

#page.place div.airquality div.cell.map.empty-cell {
  display: block; }

#page.place div.airquality div.tables h3 {
  margin: 3em 0 0 0;
  text-align: center; }

#page.place div.airquality div.tables table {
  margin: 1em auto; }

#page.place div.airquality div.tables .indice-logo {
  text-align: center;
  font-weight: bold;
  margin-top: 1em; }
  #page.place div.airquality div.tables .indice-logo img {
    height: 100px;
    margin: 0 auto;
    display: block; }

#page.place div.airquality div.tables table.day-indices td:first-child,
#page.place div.airquality div.tables table.day-indices td:last-child {
  width: 10rem;
  cursor: pointer; }
  @media screen and (max-width: 1150px) {
    #page.place div.airquality div.tables table.day-indices td:first-child,
    #page.place div.airquality div.tables table.day-indices td:last-child {
      font-size: 80%; } }
#page.place div.airquality div.tables table.day-indices td:first-child {
  padding-right: 1rem;
  text-align: right; }

#page.place div.airquality div.tables table.day-indices td:last-child {
  padding-left: 1rem; }

#page.place div.airquality div.tables table.indices th, #page.place div.airquality div.tables table.indices td {
  width: 5rem;
  font-weight: normal;
  text-align: center; }

#page.place div.airquality div.tables table.indices td {
  font-weight: bold; }

#page.place div.airquality div.tables table.indices span {
  display: inline-block;
  height: 1rem;
  border: 1px solid #aaa;
  margin-right: 1rem;
  position: relative;
  top: 4px;
  background: linear-gradient(to right, #5cf731 0px, #f2fc2f 50px, #f7322e 100px); }

#page.place div.airquality #airquality-search {
  display: flex;
  position: absolute;
  top: 10px;
  z-index: 10000;
  width: 600px;
  left: calc(1080px / 2 - 300px); }
  @media screen and (max-width: 1150px) {
    #page.place div.airquality #airquality-search {
      left: 1rem;
      width: calc(100% - 2rem); } }
  #page.place div.airquality #airquality-search input {
    flex: 1;
    margin: 0; }
  #page.place div.airquality #airquality-search input[disabled] {
    cursor: wait; }
  #page.place div.airquality #airquality-search button {
    margin-right: 0;
    border-radius: 0 16px 16px 0;
    border-width: 1px 1px 1px 0; }
  #page.place div.airquality #airquality-search button,
  #page.place div.airquality #airquality-search button:hover {
    margin: 0;
    color: transparent;
    background: #1b1c22 url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjUwMDEgMTQuMTg2N0gxNC43MTAxTDE0LjQzMDEgMTMuOTE2N0MxNS42MzAxIDEyLjUxNjcgMTYuMjUwMSAxMC42MDY3IDE1LjkxMDEgOC41NzY2NkMxNS40NDAxIDUuNzk2NjYgMTMuMTIwMSAzLjU3NjY2IDEwLjMyMDEgMy4yMzY2NkM2LjA5MDE0IDIuNzE2NjYgMi41MzAxNCA2LjI3NjY2IDMuMDUwMTQgMTAuNTA2N0MzLjM5MDE0IDEzLjMwNjcgNS42MTAxNCAxNS42MjY3IDguMzkwMTQgMTYuMDk2N0MxMC40MjAxIDE2LjQzNjcgMTIuMzMwMSAxNS44MTY3IDEzLjczMDEgMTQuNjE2N0wxNC4wMDAxIDE0Ljg5NjdWMTUuNjg2N0wxOC4yNTAxIDE5LjkzNjdDMTguNjYwMSAyMC4zNDY3IDE5LjMzMDEgMjAuMzQ2NyAxOS43NDAxIDE5LjkzNjdDMjAuMTUwMSAxOS41MjY3IDIwLjE1MDEgMTguODU2NyAxOS43NDAxIDE4LjQ0NjdMMTUuNTAwMSAxNC4xODY3Wk05LjUwMDE0IDE0LjE4NjdDNy4wMTAxNCAxNC4xODY3IDUuMDAwMTQgMTIuMTc2NyA1LjAwMDE0IDkuNjg2NjZDNS4wMDAxNCA3LjE5NjY2IDcuMDEwMTQgNS4xODY2NiA5LjUwMDE0IDUuMTg2NjZDMTEuOTkwMSA1LjE4NjY2IDE0LjAwMDEgNy4xOTY2NiAxNC4wMDAxIDkuNjg2NjZDMTQuMDAwMSAxMi4xNzY3IDExLjk5MDEgMTQuMTg2NyA5LjUwMDE0IDE0LjE4NjdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K") center center no-repeat; }

#page.place div.airquality div.atmo-reco {
  display: flex;
  justify-content: space-around;
  margin: 1em; }
  @media screen and (max-width: 1150px) {
    #page.place div.airquality div.atmo-reco {
      flex-direction: column; } }
  #page.place div.airquality div.atmo-reco div {
    margin: 1em;
    flex: 1; }
    #page.place div.airquality div.atmo-reco div h4 {
      margin-top: 0.5em;
      text-align: center; }
    #page.place div.airquality div.atmo-reco div img {
      display: block;
      margin: auto; }

#page.place div.airquality p.plus-atmo {
  text-align: right;
  margin-right: 2em; }
  #page.place div.airquality p.plus-atmo a {
    color: black;
    text-decoration: underline; }

div.tile.airquality a.address-name {
  display: block;
  color: #1b1c22;
  margin: 0 0 0.5rem 0;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis; }

div.tile.airquality div.air2go {
  margin: 1rem auto;
  width: 120px;
  height: 120px;
  border-radius: 120px;
  border: 10px solid transparent;
  text-align: center; }
  @media screen and (max-width: 1150px) {
    div.tile.airquality div.air2go {
      width: 80px;
      height: 80px; } }
  div.tile.airquality div.air2go span.valeur {
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
    padding-top: 20px; }
    @media screen and (max-width: 1150px) {
      div.tile.airquality div.air2go span.valeur {
        font-size: 1.625rem;
        padding-top: 13px; } }
  div.tile.airquality div.air2go span.qualif {
    display: block;
    font-size: 1.5rem; }
    @media screen and (max-width: 1150px) {
      div.tile.airquality div.air2go span.qualif {
        font-size: 1.125rem; } }
  div.tile.airquality div.air2go.tres-mauvais span.valeur {
    position: relative;
    top: -10px; }
  div.tile.airquality div.air2go.tres-mauvais span.qualif {
    position: relative;
    top: -15px;
    line-height: 100%; }

div.tile.airquality span.air2go.valeur {
  box-sizing: content-box;
  font-weight: bold;
  font-size: 1.5rem;
  padding-top: 0px;
  border: 5px solid white;
  height: 40px;
  display: inline-block;
  border-radius: 40px;
  padding: 5px;
  width: 40px;
  text-align: center;
  margin-bottom: 0.5rem; }
  div.tile.airquality span.air2go.valeur + span.qualif {
    display: inline-block;
    padding-left: 0.5rem;
    text-transform: uppercase; }

div.tile.airquality div.vigilance {
  padding: 0rem 4rem; }
  div.tile.airquality div.vigilance h4 {
    margin: 0;
    text-align: center;
    color: #dc1822; }

div.tile.airquality p.vigilance-pollution {
  color: #dc1822; }

div.tile.airquality div.explanation {
  padding: 2rem 4rem; }
  div.tile.airquality div.explanation > div {
    column-count: 2;
    column-gap: 4rem; }
  @media screen and (max-width: 1150px) {
    div.tile.airquality div.explanation {
      padding: 1rem; }
      div.tile.airquality div.explanation > div {
        column-count: 1; } }
div.tile.airquality div.cell.map {
  position: relative; }

div.tile.airquality .tile-indice {
  display: flex;
  align-items: center;
  font-weight: bold; }
  div.tile.airquality .tile-indice img {
    height: 30px;
    margin-right: 0.5em; }

div.minitiles {
  position: absolute;
  pointer-events: none;
  bottom: 0rem;
  left: 1rem;
  right: 3rem;
  z-index: 1000; }
  div.minitiles div.cell {
    pointer-events: all;
    position: relative;
    width: 30%;
    display: inline-block;
    margin-right: 1em; }
    @media screen and (max-width: 1150px) {
      div.minitiles div.cell {
        width: 100%; } }
  div.minitiles div.tile p.vigilance-pollution,
  div.minitiles div.tile div.tile-picture,
  div.minitiles div.tile div.tile-actions {
    display: none; }
  div.minitiles div.tile div.tile-content {
    padding: 1rem;
    padding-top: 0; }
  div.minitiles div.tile div.tile-head h2 {
    text-align: left;
    padding-bottom: 0; }
    div.minitiles div.tile div.tile-head h2 a {
      color: black; }
  @media screen and (max-width: 1150px) {
    div.minitiles div.cell {
      display: none; }
    div.minitiles div#cell-map-center {
      display: inline-block; } }
div.tile.pollen a.location {
  display: block;
  color: #1b1c22;
  text-transform: uppercase;
  margin: 0 0 0.5rem 0; }

div.tile.pollen span.pollen.valeur {
  background: url(img/ic_indice_pollen.png) center center no-repeat;
  box-sizing: content-box;
  font-weight: bold;
  font-size: 1.5rem;
  padding-top: 0px;
  border: 5px solid transparent;
  height: 40px;
  display: inline-block;
  border-radius: 40px;
  padding: 5px;
  width: 40px;
  text-align: center;
  margin-bottom: 0.5rem; }
  div.tile.pollen span.pollen.valeur.raep-4, div.tile.pollen span.pollen.valeur.raep-5 {
    background-image: url(img/ic_indice_pollen_red.png); }
  div.tile.pollen span.pollen.valeur.raep-0, div.tile.pollen span.pollen.valeur.raep-1 {
    background-image: url(img/ic_indice_pollen_green.png); }
  div.tile.pollen span.pollen.valeur + span.qualif {
    display: inline-block;
    padding-left: 0.5rem;
    text-transform: uppercase; }

#page.place div.tile.pollen {
  text-align: center; }
  #page.place div.tile.pollen div.tile-content {
    padding: 2rem; }
    #page.place div.tile.pollen div.tile-content p, #page.place div.tile.pollen div.tile-content table {
      text-align: justify;
      margin: 1rem auto;
      width: 60%; }
      @media screen and (max-width: 1150px) {
        #page.place div.tile.pollen div.tile-content p, #page.place div.tile.pollen div.tile-content table {
          width: auto; } }
    #page.place div.tile.pollen div.tile-content p.validity-date {
      margin-top: 3rem;
      font-size: 80%; }

div.tcl div.tile-content {
  margin-top: 0; }

div.tcl table.passings {
  margin: 0;
  padding: 0; }

div.tcl span.line-number {
  display: inline-block;
  padding: 2px 5px; }

div.tcl td.passings {
  text-align: right; }

div.tcl span.line-symbol {
  white-space: pre; }

div.tcl span.line-prefix, div.tcl span.line-suffix {
  display: inline-block;
  color: white;
  padding: 2px 5px;
  border: 1px solid transparent;
  font-weight: bold; }
  @media screen and (max-width: 1150px) {
    div.tcl span.line-prefix, div.tcl span.line-suffix {
      font-size: 80%; } }
div.tcl span.line-prefix {
  background: #ed1c24;
  border: 1px solid #ed1c24;
  margin-right: 1px;
  border-top-left-radius: 5px 50%;
  border-bottom-left-radius: 5px 50%; }

div.tcl td.line-number.busline span.line-suffix {
  border: 1px solid #ed1c24;
  color: #ed1c24; }

div.tcl td.line-number {
  width: 5rem; }
  @media screen and (max-width: 1150px) {
    div.tcl td.line-number {
      vertical-align: top; } }
div.tcl td.line-arrow {
  width: 1em; }

@media screen and (max-width: 1150px) {
  div.tcl td.line-arrow {
    display: none; } }

div.tcl span.passings {
  border-radius: 5px;
  white-space: nowrap;
  font-size: 70%; }
  div.tcl span.passings span {
    margin-left: 0.5rem;
    padding: 1.5ex 1ex;
    display: inline-block;
    text-align: center; }
    @media screen and (max-width: 1150px) {
      div.tcl span.passings span {
        margin-left: 0;
        margin-right: 0.5rem; } }
  div.tcl span.passings span:first-child {
    border: 1px solid #dc1822;
    color: #dc1822; }
  div.tcl span.passings span:last-child {
    border: 1px solid #666;
    color: #666; }

.tile.velov .tile-content p.available-bikes, .tile.velov .tile-content p.available-bike-stands {
  padding-left: 40px;
  font-size: 90%; }

.tile.velov .tile-content p.available-bikes {
  background: url(img/velov-meca.svg) 0px 50% no-repeat;
  background-size: auto 18px;
  color: #dc1822; }
  @media screen and (max-width: 1150px) {
    .tile.velov .tile-content p.available-bikes {
      background-size: auto 16px; } }
.tile.velov .tile-content p.available-bike-stands {
  background: url(img/velov-place.svg) 7px 50% no-repeat;
  background-size: auto 18px; }
  @media screen and (max-width: 1150px) {
    .tile.velov .tile-content p.available-bike-stands {
      background-size: auto 16px; } }
.tile.velov .tile-content .velov-info {
  margin: 1em 1em 1em 0;
  font-size: 90%;
  max-height: 8em;
  overflow-y: scroll; }

div#carrousel {
  border: none; }
  div#carrousel:first-child {
    margin-top: -2rem; }

div.carrousel-content {
  position: relative;
  height: 550px;
  overflow: hidden; }
  @media screen and (max-width: 1150px) {
    div.carrousel-content {
      height: 300px; } }
  div.carrousel-content input {
    visibility: hidden; }
  div.carrousel-content input + div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity ease 0.5s; }
    div.carrousel-content input + div div.carrousel-item {
      display: table;
      position: relative;
      background-position: center center;
      width: 100%;
      height: 100%;
      background-size: cover;
      padding: 10px;
      color: white;
      font-size: 120%;
      text-align: center; }
      div.carrousel-content input + div div.carrousel-item::after {
        content: "";
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background: black;
        opacity: 0.3; }
      div.carrousel-content input + div div.carrousel-item div.carrousel-item-content {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        z-index: 100;
        line-height: 110%; }
        div.carrousel-content input + div div.carrousel-item div.carrousel-item-content * {
          max-width: 600px;
          margin-left: auto;
          margin-right: auto; }
      @media screen and (max-width: 1150px) {
        div.carrousel-content input + div div.carrousel-item {
          padding-top: 10px; } }
      div.carrousel-content input + div div.carrousel-item h2, div.carrousel-content input + div div.carrousel-item h2:first-child {
        line-height: 125%;
        text-transform: uppercase;
        background: transparent;
        font-size: 2rem;
        line-height: 120%;
        font-weight: bold;
        color: #dc1822; }
        @media screen and (min-width: 1150px) {
          div.carrousel-content input + div div.carrousel-item h2, div.carrousel-content input + div div.carrousel-item h2:first-child {
            font-size: 3rem; } }
        div.carrousel-content input + div div.carrousel-item h2:first-line, div.carrousel-content input + div div.carrousel-item h2:first-child:first-line {
          color: white; }
      div.carrousel-content input + div div.carrousel-item p {
        text-transform: none; }
  div.carrousel-content input:checked + div {
    opacity: 1;
    pointer-events: auto; }
  div.carrousel-content div.carrousel-nav {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    height: 20px;
    z-index: 100; }
    div.carrousel-content div.carrousel-nav label {
      display: inline-block;
      margin: 0 10px;
      width: 10px;
      height: 10px;
      border: 1px solid #fff;
      border-radius: 50%;
      cursor: pointer;
      transition: background-color 0.25s; }
      div.carrousel-content div.carrousel-nav label:focus {
        outline: 1px dotted #aaa; }
  div.carrousel-content a.carrousel-left,
  div.carrousel-content a.carrousel-right {
    display: block;
    position: absolute;
    top: calc(50% - 3rem);
    color: white;
    height: 6rem;
    line-height: 6rem;
    width: 6rem;
    cursor: pointer;
    z-index: 1000;
    text-align: center; }
    div.carrousel-content a.carrousel-left::after,
    div.carrousel-content a.carrousel-right::after {
      font-family: FontAwesome;
      font-size: 1.5rem; }
    div.carrousel-content a.carrousel-left.carrousel-left,
    div.carrousel-content a.carrousel-right.carrousel-left {
      left: 1ex; }
      div.carrousel-content a.carrousel-left.carrousel-left::after,
      div.carrousel-content a.carrousel-right.carrousel-left::after {
        content: "\f053"; }
    div.carrousel-content a.carrousel-left.carrousel-right,
    div.carrousel-content a.carrousel-right.carrousel-right {
      right: 1ex; }
      div.carrousel-content a.carrousel-left.carrousel-right::after,
      div.carrousel-content a.carrousel-right.carrousel-right::after {
        content: "\f054"; }
    @media screen and (max-width: 1150px) {
      div.carrousel-content a.carrousel-left,
      div.carrousel-content a.carrousel-right {
        display: none; } }
  div.carrousel-content .carrousel-radio-1:checked ~ .carrousel-nav label.carrousel-label-1 {
    background-color: #dc1822; }
  div.carrousel-content .carrousel-radio-2:checked ~ .carrousel-nav label.carrousel-label-2 {
    background-color: #dc1822; }
  div.carrousel-content .carrousel-radio-3:checked ~ .carrousel-nav label.carrousel-label-3 {
    background-color: #dc1822; }
  div.carrousel-content .carrousel-radio-4:checked ~ .carrousel-nav label.carrousel-label-4 {
    background-color: #dc1822; }
  div.carrousel-content .carrousel-radio-5:checked ~ .carrousel-nav label.carrousel-label-5 {
    background-color: #dc1822; }
  div.carrousel-content .carrousel-radio-6:checked ~ .carrousel-nav label.carrousel-label-6 {
    background-color: #dc1822; }
  div.carrousel-content .carrousel-radio-7:checked ~ .carrousel-nav label.carrousel-label-7 {
    background-color: #dc1822; }
  div.carrousel-content .carrousel-radio-8:checked ~ .carrousel-nav label.carrousel-label-8 {
    background-color: #dc1822; }
  div.carrousel-content .carrousel-radio-9:checked ~ .carrousel-nav label.carrousel-label-9 {
    background-color: #dc1822; }
  div.carrousel-content .carrousel-radio-10:checked ~ .carrousel-nav label.carrousel-label-10 {
    background-color: #dc1822; }

@media screen and (max-width: 1150px) {
  div#content.gru-content div#carrousel {
    margin-left: 0;
    margin-right: 0;
    max-width: none; } }

.gru-content div.gallerycell {
  border: 0;
  padding: 32px 20px 20px 20px; }

div.gallerycell div.main-image {
  display: flex;
  justify-content: center; }
  div.gallerycell div.main-image a {
    position: relative;
    display: inline-block; }
    div.gallerycell div.main-image a img {
      border: none; }
  div.gallerycell div.main-image a.desktop-only {
    margin-right: 20px; }

div.gallerycell div.gallery-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  text-decoration: underline;
  color: black;
  font-weight: bold;
  font-size: 1.125rem;
  padding-top: 150px; }

div#gallery-carrousel {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: none;
  height: 90vh !important; }
  div#gallery-carrousel span {
    position: absolute;
    color: white;
    cursor: pointer;
    display: block;
    height: 6rem;
    line-height: 6rem;
    width: 6rem;
    text-align: center; }
    @media screen and (max-width: 1150px) {
      div#gallery-carrousel span {
        height: 3rem;
        line-height: 3rem;
        width: 3rem; } }
    div#gallery-carrousel span::after {
      font-family: FontAwesome;
      font-size: 1.5rem; }
    div#gallery-carrousel span.exit {
      top: 2%;
      right: 2%; }
      div#gallery-carrousel span.exit::after {
        content: "\f00d"; }
      @media screen and (max-width: 1150px) {
        div#gallery-carrousel span.exit {
          top: 0;
          right: 0; } }
    div#gallery-carrousel span.previous {
      top: 48%;
      left: 2%; }
      div#gallery-carrousel span.previous::after {
        content: "\f053"; }
      @media screen and (max-width: 1150px) {
        div#gallery-carrousel span.previous {
          left: 0; } }
    div#gallery-carrousel span.next {
      top: 48%;
      right: 2%; }
      div#gallery-carrousel span.next::after {
        content: "\f054"; }
      @media screen and (max-width: 1150px) {
        div#gallery-carrousel span.next {
          right: 0; } }
    div#gallery-carrousel span.counter {
      bottom: 0;
      right: 2%; }
      @media screen and (max-width: 1150px) {
        div#gallery-carrousel span.counter {
          right: 0; } }
  div#gallery-carrousel.single .previous, div#gallery-carrousel.single .next, div#gallery-carrousel.single .counter {
    visibility: hidden; }

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