@charset "UTF-8";
/**
 * appli-mobile.css
 *
 * Ce fichier contient tous les styles de mise en page pour affichage sur mobile :
 * - on cache le header, la liste des brouillons, le code de suivi, etc.
 * - le stepper est modifié: les couleurs reprennent la charte toulouse-2022
 *     et on y ajoute des icônes pour certains formulaires (encombrants, signalements)
 * - les boutons d'action de bas de page sont fixes en bas de page et le bouton "Abandonner"
 *     est transformé en "X" en haut à droite fixe de la page
 */
body.page-index header.site-header,
body.page-index nav.site-nav,
body.page-index header.theme-page-header,
body.formdef-rendez-vous-collecte-encombrants-version-mobile header.site-header,
body.formdef-rendez-vous-collecte-encombrants-version-mobile nav.site-nav,
body.formdef-rendez-vous-collecte-encombrants-version-mobile header.theme-page-header,
body.formdef-allo-toulouse-signalements header.site-header,
body.formdef-allo-toulouse-signalements nav.site-nav,
body.formdef-allo-toulouse-signalements header.theme-page-header {
  display: none !important;
}
body.page-index main,
body.formdef-rendez-vous-collecte-encombrants-version-mobile main,
body.formdef-allo-toulouse-signalements main {
  padding-top: 0;
}

@media screen and (max-width: 1023px) {
  body.formdef-rendez-vous-collecte-encombrants-version-mobile div.pwa-navigation,
  body.formdef-rendez-vous-collecte-encombrants-version-mobile div.ô-header,
  body.formdef-rendez-vous-collecte-encombrants-version-mobile div#tracking-code,
  body.formdef-rendez-vous-collecte-encombrants-version-mobile div.drafts-recall,
  body.formdef-allo-toulouse-signalements div.pwa-navigation,
  body.formdef-allo-toulouse-signalements div.ô-header,
  body.formdef-allo-toulouse-signalements div#tracking-code,
  body.formdef-allo-toulouse-signalements div.drafts-recall {
    display: none !important;
  }
  body.formdef-rendez-vous-collecte-encombrants-version-mobile div#rub_service,
  body.formdef-allo-toulouse-signalements div#rub_service {
    padding-top: 0;
  }
  body.formdef-rendez-vous-collecte-encombrants-version-mobile form:not(#wf-actions) .buttons.submit,
  body.formdef-allo-toulouse-signalements form:not(#wf-actions) .buttons.submit {
    background-color: var(--white);
    min-height: 80px;
    flex-wrap: nowrap;
    gap: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    margin: 0;
    padding: 1rem 1.5rem;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--gray-6);
  }
  body.formdef-rendez-vous-collecte-encombrants-version-mobile form:not(#wf-actions) .buttons.submit .widget,
  body.formdef-allo-toulouse-signalements form:not(#wf-actions) .buttons.submit .widget {
    flex-grow: 0 !important;
    flex-basis: auto !important;
  }
  body.formdef-rendez-vous-collecte-encombrants-version-mobile form:not(#wf-actions) .buttons.submit .widget.previous-button,
  body.formdef-allo-toulouse-signalements form:not(#wf-actions) .buttons.submit .widget.previous-button {
    margin: 0 auto 0 0 !important;
  }
  body.formdef-rendez-vous-collecte-encombrants-version-mobile form:not(#wf-actions) .buttons.submit .widget.submit-button,
  body.formdef-allo-toulouse-signalements form:not(#wf-actions) .buttons.submit .widget.submit-button {
    margin: 0 0 0 auto !important;
    order: 3;
  }
  body.formdef-rendez-vous-collecte-encombrants-version-mobile form:not(#wf-actions) .buttons.submit .widget button,
  body.formdef-allo-toulouse-signalements form:not(#wf-actions) .buttons.submit .widget button {
    margin: 0 !important;
  }
  body.formdef-rendez-vous-collecte-encombrants-version-mobile form:not(#wf-actions) .buttons.submit .form-save-changes,
  body.formdef-allo-toulouse-signalements form:not(#wf-actions) .buttons.submit .form-save-changes {
    width: 140px;
  }
  body.formdef-rendez-vous-collecte-encombrants-version-mobile form:not(#wf-actions) .buttons.submit .form-save-changes::after,
  body.formdef-allo-toulouse-signalements form:not(#wf-actions) .buttons.submit .form-save-changes::after {
    display: none;
  }
  body.formdef-rendez-vous-collecte-encombrants-version-mobile form:not(#wf-actions) .buttons.submit .cancel-button,
  body.formdef-allo-toulouse-signalements form:not(#wf-actions) .buttons.submit .cancel-button {
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 1000;
    width: 36px;
    height: 36px;
    overflow: hidden;
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% var(--white);
    border-radius: 50%;
  }
  body.formdef-rendez-vous-collecte-encombrants-version-mobile form:not(#wf-actions) .buttons.submit .cancel-button:has(button:hover),
  body.formdef-allo-toulouse-signalements form:not(#wf-actions) .buttons.submit .cancel-button:has(button:hover) {
    background-color: var(--gray-6);
  }
  body.formdef-rendez-vous-collecte-encombrants-version-mobile form:not(#wf-actions) .buttons.submit .cancel-button button,
  body.formdef-allo-toulouse-signalements form:not(#wf-actions) .buttons.submit .cancel-button button {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    color: transparent;
    margin: 0 !important;
    padding-left: 1500px;
  }
  body.formdef-rendez-vous-collecte-encombrants-version-mobile form:not(#wf-actions) .buttons.submit .cancel-button button:hover,
  body.formdef-allo-toulouse-signalements form:not(#wf-actions) .buttons.submit .cancel-button button:hover {
    background-color: transparent;
  }
}
body.formdef-rendez-vous-collecte-encombrants-version-mobile .form-content--sidebox,
body.formdef-allo-toulouse-signalements .form-content--sidebox {
  text-align: center !important;
}
body.formdef-rendez-vous-collecte-encombrants-version-mobile div#side,
body.formdef-allo-toulouse-signalements div#side {
  display: block !important;
}
body.formdef-rendez-vous-collecte-encombrants-version-mobile .wcs-steps,
body.formdef-allo-toulouse-signalements .wcs-steps {
  margin-left: 0 !important;
}
body.formdef-rendez-vous-collecte-encombrants-version-mobile .wcs-steps--list,
body.formdef-allo-toulouse-signalements .wcs-steps--list {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 2em;
}
body.formdef-rendez-vous-collecte-encombrants-version-mobile .wcs-step,
body.formdef-allo-toulouse-signalements .wcs-step {
  display: flex !important;
  position: relative;
  flex: 0 1 15rem;
  margin-bottom: 1.05rem;
  margin-right: 1.05rem;
  border-bottom: none;
}
body.formdef-rendez-vous-collecte-encombrants-version-mobile .wcs-step--marker,
body.formdef-allo-toulouse-signalements .wcs-step--marker {
  background-color: var(--gray-7);
  border-color: var(--gray-7);
}
body.formdef-rendez-vous-collecte-encombrants-version-mobile .wcs-step.step-before .wcs-step--marker,
body.formdef-rendez-vous-collecte-encombrants-version-mobile .wcs-step.current .wcs-step--marker,
body.formdef-allo-toulouse-signalements .wcs-step.step-before .wcs-step--marker,
body.formdef-allo-toulouse-signalements .wcs-step.current .wcs-step--marker {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  height: 51.4px !important;
  border-radius: 50% !important;
  color: var(--white);
}
body.formdef-rendez-vous-collecte-encombrants-version-mobile .wcs-step--marker::before,
body.formdef-rendez-vous-collecte-encombrants-version-mobile .wcs-step--marker-total,
body.formdef-allo-toulouse-signalements .wcs-step--marker::before,
body.formdef-allo-toulouse-signalements .wcs-step--marker-total {
  display: none !important;
}
body.formdef-rendez-vous-collecte-encombrants-version-mobile .wcs-step--marker-nb,
body.formdef-allo-toulouse-signalements .wcs-step--marker-nb {
  transform: none;
}
body.formdef-rendez-vous-collecte-encombrants-version-mobile .wcs-step--marker,
body.formdef-rendez-vous-collecte-encombrants-version-mobile .wcs-step::after,
body.formdef-allo-toulouse-signalements .wcs-step--marker,
body.formdef-allo-toulouse-signalements .wcs-step::after {
  transform: translateX(calc((6rem - 50px) / 2));
}
body.formdef-rendez-vous-collecte-encombrants-version-mobile .wcs-step:not(:last-child)::after,
body.formdef-allo-toulouse-signalements .wcs-step:not(:last-child)::after {
  content: "";
  display: block;
  height: 3px;
  flex: 0 0 calc(100% + 0.35rem);
  background-color: var(--gray-7);
  margin: auto;
}
body.formdef-rendez-vous-collecte-encombrants-version-mobile .wcs-step:not(:last-child, .current, .step-after)::after,
body.formdef-allo-toulouse-signalements .wcs-step:not(:last-child, .current, .step-after)::after {
  background-color: var(--primary-color);
}
@media screen and (max-width: 1023px) {
  body.formdef-rendez-vous-collecte-encombrants-version-mobile .wcs-step--label,
  body.formdef-allo-toulouse-signalements .wcs-step--label {
    display: none !important;
  }
}
body.formdef-rendez-vous-collecte-encombrants-version-mobile .wcs-step--marker,
body.formdef-allo-toulouse-signalements .wcs-step--marker {
  background-position-x: center !important;
  background-position-y: center !important;
  background-repeat: no-repeat !important;
}
body.formdef-rendez-vous-collecte-encombrants-version-mobile .wcs-step .wcs-step--marker-nb,
body.formdef-allo-toulouse-signalements .wcs-step .wcs-step--marker-nb {
  display: none !important;
}

body.formdef-rendez-vous-collecte-encombrants-version-mobile .wcs-step:first-child .wcs-step--marker {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2213px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2015.8725%2029.7129%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20fill%3D%22%23ffffff%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-dasharray%3D%22%22%20stroke-dashoffset%3D%220%22%20font-family%3D%22none%22%20font-weight%3D%22none%22%20font-size%3D%22none%22%20text-anchor%3D%22none%22%20style%3D%22mix-blend-mode%3A%20normal%22%3E%3Cpath%20d%3D%22M3.0229%2C26.2095c0%2C-1.6587%201.3447%2C-3.0034%203.0034%2C-3.0034c1.6587%2C0%203.0033%2C1.3447%203.0033%2C3.0034c0%2C1.6587%20-1.3446%2C3.0034%20-3.0033%2C3.0034c-1.6587%2C0%20-3.0034%2C-1.3447%20-3.0034%2C-3.0034z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M3.1995%2C20.0488c0%2C-1.3857%200.3154%2C-2.5304%200.883%2C-3.6148c0.6307%2C-1.0242%201.5137%2C-2.2291%202.649%2C-3.4943c0.883%2C-0.964%201.5137%2C-1.7472%201.8922%2C-2.4099c0.3784%2C-0.6025%200.5677%2C-1.2652%200.5677%2C-1.9279c0%2C-0.964%20-0.3154%2C-1.6869%20-0.9461%2C-2.2291c-0.6307%2C-0.5422%20-1.7157%2C-1.053%20-2.6995%2C-1.053c-0.883%2C0%20-1.8922%2C0.2395%20-2.2545%2C0.3652c-0.6722%2C0.2373%20-1.5298%2C0.5121%20-2.7913%2C1.4422v-5.0571c0.8045%2C-0.6025%202.0876%2C-1.0933%203.349%2C-1.3909c1.0883%2C-0.1205%200.9447%2C-0.1793%202.7107%2C-0.1793c2.649%2C0%204.7131%2C0.812%206.3529%2C2.0772c1.6399%2C1.2652%202.4598%2C3.1328%202.4598%2C5.6632c0%2C1.2049%20-0.2523%2C2.2894%20-0.8199%2C3.1931c-0.5676%2C0.9037%20-1.3876%2C1.9881%20-2.5229%2C3.2533c-1.0722%2C1.1447%20-1.8291%2C2.1689%20-2.3967%2C3.0123c-0.5046%2C0.8435%20-0.7569%2C1.8074%20-0.7569%2C2.8919c0%2C0.3012%200%2C0.5422%200.0631%2C0.6627l-5.6765%2C0.0602c0%2C-0.6025%20-0.0631%2C-0.964%20-0.0631%2C-1.2652z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
body.formdef-rendez-vous-collecte-encombrants-version-mobile .wcs-step:nth-child(2) .wcs-step--marker {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2223px%22%20height%3D%2226px%22%20viewBox%3D%220%200%2033.2049%2037.8839%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%23bfbfbf%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-dasharray%3D%22%22%20stroke-dashoffset%3D%220%22%20font-family%3D%22none%22%20font-weight%3D%22none%22%20font-size%3D%22none%22%20text-anchor%3D%22none%22%20style%3D%22mix-blend-mode%3A%20normal%22%3E%3Cpath%20d%3D%22M14.5221%2C8.1511c0%2C-3.9495%203.2017%2C-7.1511%207.1511%2C-7.1511c3.9495%2C0%207.1511%2C3.2017%207.1511%2C7.1511c0%2C0.8928%20-0.1636%2C1.7474%20-0.4625%2C2.5354v0l-6.8064%2C12.1821l-6.5709%2C-12.1821v0c-0.2989%2C-0.788%20-0.4625%2C-1.6426%20-0.4625%2C-2.5354z%22%20fill-opacity%3D%220%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M18.7478%2C8.5412c0%2C-1.5798%201.2807%2C-2.8605%202.8605%2C-2.8605c1.5798%2C0%202.8604%2C1.2807%202.8604%2C2.8605c0%2C1.5798%20-1.2807%2C2.8604%20-2.8604%2C2.8604c-1.5798%2C0%20-2.8605%2C-1.2807%20-2.8605%2C-2.8604z%22%20fill-opacity%3D%220%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M28.3619%2C10.6865l3.843%2C-1.145v24.7039l-7.8012%2C2.6004c0%2C-0.9642%20-3.6758%2C-2.7735%20-4.6333%2C-4.5397l-1.8677%2C-3.2615c-1.7079%2C-2.1344%20-5.2834%2C-1.1702%20-7.0387%2C-2.0693l-3.3629%2C-1.8313c-2.6004%2C-2.0043%20-2.5062%2C-4.0514%20-4.83%2C-4.3419l-1.671%2C-0.2089v-11.0517l7.8012%2C2.6004l6.0737%2C-1.7662l6.6805%2C12.4928z%22%20fill%3D%22%23bfbfbf%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1.0113%2C20.6313l1.671%2C0.2089c2.3239%2C0.2905%202.2296%2C2.3375%204.83%2C4.3418l3.3629%2C1.8313c1.7553%2C0.8992%205.3308%2C-0.065%207.0387%2C2.0693l1.8677%2C3.2615c0.9575%2C1.7662%204.6333%2C3.5756%204.6333%2C4.5397l-7.8012%2C-2.6004l-7.8012%2C2.6004l-7.8012%2C-2.6004z%22%20fill-opacity%3D%220%22%20fill%3D%22%23d62222%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
body.formdef-rendez-vous-collecte-encombrants-version-mobile .wcs-step:nth-child(2).current .wcs-step--marker, body.formdef-rendez-vous-collecte-encombrants-version-mobile .wcs-step:nth-child(2).step-before .wcs-step--marker {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2223px%22%20height%3D%2226px%22%20viewBox%3D%220%200%2033.2049%2037.8839%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-dasharray%3D%22%22%20stroke-dashoffset%3D%220%22%20font-family%3D%22none%22%20font-weight%3D%22none%22%20font-size%3D%22none%22%20text-anchor%3D%22none%22%20style%3D%22mix-blend-mode%3A%20normal%22%3E%3Cpath%20d%3D%22M14.5221%2C8.1511c0%2C-3.9495%203.2017%2C-7.1511%207.1511%2C-7.1511c3.9495%2C0%207.1511%2C3.2017%207.1511%2C7.1511c0%2C0.8928%20-0.1636%2C1.7474%20-0.4625%2C2.5354v0l-6.8064%2C12.1821l-6.5709%2C-12.1821v0c-0.2989%2C-0.788%20-0.4625%2C-1.6426%20-0.4625%2C-2.5354z%22%20fill-opacity%3D%220%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M18.7478%2C8.5412c0%2C-1.5798%201.2807%2C-2.8605%202.8605%2C-2.8605c1.5798%2C0%202.8604%2C1.2807%202.8604%2C2.8605c0%2C1.5798%20-1.2807%2C2.8604%20-2.8604%2C2.8604c-1.5798%2C0%20-2.8605%2C-1.2807%20-2.8605%2C-2.8604z%22%20fill-opacity%3D%220%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M28.3619%2C10.6865l3.843%2C-1.145v24.7039l-7.8012%2C2.6004c0%2C-0.9642%20-3.6758%2C-2.7735%20-4.6333%2C-4.5397l-1.8677%2C-3.2615c-1.7079%2C-2.1344%20-5.2834%2C-1.1702%20-7.0387%2C-2.0693l-3.3629%2C-1.8313c-2.6004%2C-2.0043%20-2.5062%2C-4.0514%20-4.83%2C-4.3419l-1.671%2C-0.2089v-11.0517l7.8012%2C2.6004l6.0737%2C-1.7662l6.6805%2C12.4928z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1.0113%2C20.6313l1.671%2C0.2089c2.3239%2C0.2905%202.2296%2C2.3375%204.83%2C4.3418l3.3629%2C1.8313c1.7553%2C0.8992%205.3308%2C-0.065%207.0387%2C2.0693l1.8677%2C3.2615c0.9575%2C1.7662%204.6333%2C3.5756%204.6333%2C4.5397l-7.8012%2C-2.6004l-7.8012%2C2.6004l-7.8012%2C-2.6004z%22%20fill-opacity%3D%220%22%20fill%3D%22%23d62222%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
body.formdef-rendez-vous-collecte-encombrants-version-mobile .wcs-step:nth-child(3) .wcs-step--marker {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2032.5652%2039.0358%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%23bfbfbf%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22none%22%20stroke-linejoin%3D%22none%22%20stroke-miterlimit%3D%2210%22%20stroke-dasharray%3D%22%22%20stroke-dashoffset%3D%220%22%20font-family%3D%22none%22%20font-weight%3D%22none%22%20font-size%3D%22none%22%20text-anchor%3D%22none%22%20style%3D%22mix-blend-mode%3A%20normal%22%3E%3Crect%20x%3D%229.0826%22%20y%3D%221%22%20width%3D%2214.4%22%20height%3D%223.588%22%20fill%3D%22none%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Frect%3E%3Cg%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22butt%22%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2230.5652%22%20height%3D%2237.0358%22%20stroke-linejoin%3D%22round%22%3E%3C%2Frect%3E%3Cg%3E%3Cpolygon%20points%3D%224.3973%2C34.4478%204.3973%2C4.588%2028.168%2C4.588%2028.168%2C30.0466%2023.2324%2C30.0466%2023.2324%2C34.4478%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fpolygon%3E%3Cline%20x1%3D%2228.168%22%20y1%3D%2230.0466%22%20x2%3D%2223.2324%22%20y2%3D%2234.4478%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fline%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23bfbfbf%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22miter%22%3E%3Cline%20x1%3D%228.7826%22%20y1%3D%2211.6568%22%20x2%3D%2223.7826%22%20y2%3D%2211.6568%22%3E%3C%2Fline%3E%3Cline%20x1%3D%228.7826%22%20y1%3D%2215.6568%22%20x2%3D%2219.7826%22%20y2%3D%2215.6568%22%3E%3C%2Fline%3E%3Cline%20x1%3D%228.7826%22%20y1%3D%2227.6568%22%20x2%3D%2219.7826%22%20y2%3D%2227.6568%22%3E%3C%2Fline%3E%3Cline%20x1%3D%228.7826%22%20y1%3D%2219.6568%22%20x2%3D%2222.7826%22%20y2%3D%2219.6568%22%3E%3C%2Fline%3E%3Cline%20x1%3D%228.7826%22%20y1%3D%2223.6568%22%20x2%3D%2223.7826%22%20y2%3D%2223.6568%22%3E%3C%2Fline%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
body.formdef-rendez-vous-collecte-encombrants-version-mobile .wcs-step:nth-child(3).current .wcs-step--marker, body.formdef-rendez-vous-collecte-encombrants-version-mobile .wcs-step:nth-child(3).step-before .wcs-step--marker {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2032.5652%2039.0358%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22none%22%20stroke-linejoin%3D%22none%22%20stroke-miterlimit%3D%2210%22%20stroke-dasharray%3D%22%22%20stroke-dashoffset%3D%220%22%20font-family%3D%22none%22%20font-weight%3D%22none%22%20font-size%3D%22none%22%20text-anchor%3D%22none%22%20style%3D%22mix-blend-mode%3A%20normal%22%3E%3Crect%20x%3D%229.0826%22%20y%3D%221%22%20width%3D%2214.4%22%20height%3D%223.588%22%20fill%3D%22none%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Frect%3E%3Cg%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22butt%22%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2230.5652%22%20height%3D%2237.0358%22%20stroke-linejoin%3D%22round%22%3E%3C%2Frect%3E%3Cg%3E%3Cpolygon%20points%3D%224.3973%2C34.4478%204.3973%2C4.588%2028.168%2C4.588%2028.168%2C30.0466%2023.2324%2C30.0466%2023.2324%2C34.4478%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fpolygon%3E%3Cline%20x1%3D%2228.168%22%20y1%3D%2230.0466%22%20x2%3D%2223.2324%22%20y2%3D%2234.4478%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fline%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22miter%22%3E%3Cline%20x1%3D%228.7826%22%20y1%3D%2211.6568%22%20x2%3D%2223.7826%22%20y2%3D%2211.6568%22%3E%3C%2Fline%3E%3Cline%20x1%3D%228.7826%22%20y1%3D%2215.6568%22%20x2%3D%2219.7826%22%20y2%3D%2215.6568%22%3E%3C%2Fline%3E%3Cline%20x1%3D%228.7826%22%20y1%3D%2227.6568%22%20x2%3D%2219.7826%22%20y2%3D%2227.6568%22%3E%3C%2Fline%3E%3Cline%20x1%3D%228.7826%22%20y1%3D%2219.6568%22%20x2%3D%2222.7826%22%20y2%3D%2219.6568%22%3E%3C%2Fline%3E%3Cline%20x1%3D%228.7826%22%20y1%3D%2223.6568%22%20x2%3D%2223.7826%22%20y2%3D%2223.6568%22%3E%3C%2Fline%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
body.formdef-rendez-vous-collecte-encombrants-version-mobile .wcs-step:nth-child(4) .wcs-step--marker {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2022.9665%2025.2916%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22none%22%20stroke-width%3D%22none%22%20stroke-linecap%3D%22none%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-dasharray%3D%22%22%20stroke-dashoffset%3D%220%22%20font-family%3D%22none%22%20font-weight%3D%22none%22%20font-size%3D%22none%22%20text-anchor%3D%22none%22%20style%3D%22mix-blend-mode%3A%20normal%22%3E%3Crect%20x%3D%221%22%20y%3D%222.0918%22%20width%3D%2220.9665%22%20height%3D%2222.1998%22%20fill-opacity%3D%220%22%20fill%3D%22%23bfbfbf%22%20stroke%3D%22%23bfbfbf%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%3E%3C%2Frect%3E%3Cline%20x1%3D%221.028%22%20y1%3D%228.1744%22%20x2%3D%2221.9665%22%20y2%3D%228.1744%22%20fill-opacity%3D%220%22%20fill%3D%22%23bfbfbf%22%20stroke%3D%22%23bfbfbf%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%3E%3C%2Fline%3E%3Cline%20x1%3D%225.3166%22%20y1%3D%221%22%20x2%3D%225.3166%22%20y2%3D%223.9418%22%20fill-opacity%3D%220%22%20fill%3D%22%23bfbfbf%22%20stroke%3D%22%23bfbfbf%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%3E%3C%2Fline%3E%3Cline%20x1%3D%2217.6499%22%20y1%3D%221%22%20x2%3D%2217.6499%22%20y2%3D%223.9418%22%20fill-opacity%3D%220%22%20fill%3D%22%23bfbfbf%22%20stroke%3D%22%23bfbfbf%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%3E%3C%2Fline%3E%3Crect%20x%3D%2216.4166%22%20y%3D%2212.5751%22%20width%3D%221.2333%22%20height%3D%221.2333%22%20fill%3D%22%23bfbfbf%22%20stroke%3D%22%23bfbfbf%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22square%22%3E%3C%2Frect%3E%3Crect%20x%3D%2212.7166%22%20y%3D%2212.5751%22%20width%3D%221.2333%22%20height%3D%221.2333%22%20fill%3D%22%23bfbfbf%22%20stroke%3D%22%23bfbfbf%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22square%22%3E%3C%2Frect%3E%3Crect%20x%3D%2216.4166%22%20y%3D%2216.275%22%20width%3D%221.2333%22%20height%3D%221.2333%22%20fill%3D%22%23bfbfbf%22%20stroke%3D%22%23bfbfbf%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22square%22%3E%3C%2Frect%3E%3Crect%20x%3D%2212.7166%22%20y%3D%2216.275%22%20width%3D%221.2333%22%20height%3D%221.2333%22%20fill%3D%22%23bfbfbf%22%20stroke%3D%22%23bfbfbf%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22square%22%3E%3C%2Frect%3E%3Crect%20x%3D%2216.4166%22%20y%3D%2219.975%22%20width%3D%221.2333%22%20height%3D%221.2333%22%20fill%3D%22%23bfbfbf%22%20stroke%3D%22%23bfbfbf%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22square%22%3E%3C%2Frect%3E%3Crect%20x%3D%2212.7166%22%20y%3D%2219.975%22%20width%3D%221.2333%22%20height%3D%221.2333%22%20fill%3D%22%23bfbfbf%22%20stroke%3D%22%23bfbfbf%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22square%22%3E%3C%2Frect%3E%3Crect%20x%3D%229.0166%22%20y%3D%2216.275%22%20width%3D%221.2333%22%20height%3D%221.2333%22%20fill%3D%22%23bfbfbf%22%20stroke%3D%22%23bfbfbf%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22square%22%3E%3C%2Frect%3E%3Crect%20x%3D%229.0166%22%20y%3D%2219.975%22%20width%3D%221.2333%22%20height%3D%221.2333%22%20fill%3D%22%23bfbfbf%22%20stroke%3D%22%23bfbfbf%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22square%22%3E%3C%2Frect%3E%3Crect%20x%3D%225.3166%22%20y%3D%2216.275%22%20width%3D%221.2333%22%20height%3D%221.2333%22%20fill%3D%22%23bfbfbf%22%20stroke%3D%22%23bfbfbf%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22square%22%3E%3C%2Frect%3E%3Crect%20x%3D%225.3166%22%20y%3D%2219.975%22%20width%3D%221.2333%22%20height%3D%221.2333%22%20fill%3D%22%23bfbfbf%22%20stroke%3D%22%23bfbfbf%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22square%22%3E%3C%2Frect%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
body.formdef-rendez-vous-collecte-encombrants-version-mobile .wcs-step:nth-child(4).current .wcs-step--marker, body.formdef-rendez-vous-collecte-encombrants-version-mobile .wcs-step:nth-child(4).step-before .wcs-step--marker {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2022.9665%2025.2916%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22none%22%20stroke-width%3D%22none%22%20stroke-linecap%3D%22none%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-dasharray%3D%22%22%20stroke-dashoffset%3D%220%22%20font-family%3D%22none%22%20font-weight%3D%22none%22%20font-size%3D%22none%22%20text-anchor%3D%22none%22%20style%3D%22mix-blend-mode%3A%20normal%22%3E%3Crect%20x%3D%221%22%20y%3D%222.0918%22%20width%3D%2220.9665%22%20height%3D%2222.1998%22%20fill-opacity%3D%220%22%20fill%3D%22%23ffffff%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%3E%3C%2Frect%3E%3Cline%20x1%3D%221.028%22%20y1%3D%228.1744%22%20x2%3D%2221.9665%22%20y2%3D%228.1744%22%20fill-opacity%3D%220%22%20fill%3D%22%23ffffff%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%3E%3C%2Fline%3E%3Cline%20x1%3D%225.3166%22%20y1%3D%221%22%20x2%3D%225.3166%22%20y2%3D%223.9418%22%20fill-opacity%3D%220%22%20fill%3D%22%23ffffff%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%3E%3C%2Fline%3E%3Cline%20x1%3D%2217.6499%22%20y1%3D%221%22%20x2%3D%2217.6499%22%20y2%3D%223.9418%22%20fill-opacity%3D%220%22%20fill%3D%22%23ffffff%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%3E%3C%2Fline%3E%3Crect%20x%3D%2216.4166%22%20y%3D%2212.5751%22%20width%3D%221.2333%22%20height%3D%221.2333%22%20fill%3D%22%23ffffff%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22square%22%3E%3C%2Frect%3E%3Crect%20x%3D%2212.7166%22%20y%3D%2212.5751%22%20width%3D%221.2333%22%20height%3D%221.2333%22%20fill%3D%22%23ffffff%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22square%22%3E%3C%2Frect%3E%3Crect%20x%3D%2216.4166%22%20y%3D%2216.275%22%20width%3D%221.2333%22%20height%3D%221.2333%22%20fill%3D%22%23ffffff%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22square%22%3E%3C%2Frect%3E%3Crect%20x%3D%2212.7166%22%20y%3D%2216.275%22%20width%3D%221.2333%22%20height%3D%221.2333%22%20fill%3D%22%23ffffff%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22square%22%3E%3C%2Frect%3E%3Crect%20x%3D%2216.4166%22%20y%3D%2219.975%22%20width%3D%221.2333%22%20height%3D%221.2333%22%20fill%3D%22%23ffffff%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22square%22%3E%3C%2Frect%3E%3Crect%20x%3D%2212.7166%22%20y%3D%2219.975%22%20width%3D%221.2333%22%20height%3D%221.2333%22%20fill%3D%22%23ffffff%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22square%22%3E%3C%2Frect%3E%3Crect%20x%3D%229.0166%22%20y%3D%2216.275%22%20width%3D%221.2333%22%20height%3D%221.2333%22%20fill%3D%22%23ffffff%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22square%22%3E%3C%2Frect%3E%3Crect%20x%3D%229.0166%22%20y%3D%2219.975%22%20width%3D%221.2333%22%20height%3D%221.2333%22%20fill%3D%22%23ffffff%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22square%22%3E%3C%2Frect%3E%3Crect%20x%3D%225.3166%22%20y%3D%2216.275%22%20width%3D%221.2333%22%20height%3D%221.2333%22%20fill%3D%22%23ffffff%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22square%22%3E%3C%2Frect%3E%3Crect%20x%3D%225.3166%22%20y%3D%2219.975%22%20width%3D%221.2333%22%20height%3D%221.2333%22%20fill%3D%22%23ffffff%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22square%22%3E%3C%2Frect%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

body.formdef-allo-toulouse-signalements .wcs-step:first-child .wcs-step--marker {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2223px%22%20height%3D%2226px%22%20viewBox%3D%220%200%2033.2049%2037.8839%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-dasharray%3D%22%22%20stroke-dashoffset%3D%220%22%20font-family%3D%22none%22%20font-weight%3D%22none%22%20font-size%3D%22none%22%20text-anchor%3D%22none%22%20style%3D%22mix-blend-mode%3A%20normal%22%3E%3Cpath%20d%3D%22M14.5221%2C8.1511c0%2C-3.9495%203.2017%2C-7.1511%207.1511%2C-7.1511c3.9495%2C0%207.1511%2C3.2017%207.1511%2C7.1511c0%2C0.8928%20-0.1636%2C1.7474%20-0.4625%2C2.5354v0l-6.8064%2C12.1821l-6.5709%2C-12.1821v0c-0.2989%2C-0.788%20-0.4625%2C-1.6426%20-0.4625%2C-2.5354z%22%20fill-opacity%3D%220%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M18.7478%2C8.5412c0%2C-1.5798%201.2807%2C-2.8605%202.8605%2C-2.8605c1.5798%2C0%202.8604%2C1.2807%202.8604%2C2.8605c0%2C1.5798%20-1.2807%2C2.8604%20-2.8604%2C2.8604c-1.5798%2C0%20-2.8605%2C-1.2807%20-2.8605%2C-2.8604z%22%20fill-opacity%3D%220%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M28.3619%2C10.6865l3.843%2C-1.145v24.7039l-7.8012%2C2.6004c0%2C-0.9642%20-3.6758%2C-2.7735%20-4.6333%2C-4.5397l-1.8677%2C-3.2615c-1.7079%2C-2.1344%20-5.2834%2C-1.1702%20-7.0387%2C-2.0693l-3.3629%2C-1.8313c-2.6004%2C-2.0043%20-2.5062%2C-4.0514%20-4.83%2C-4.3419l-1.671%2C-0.2089v-11.0517l7.8012%2C2.6004l6.0737%2C-1.7662l6.6805%2C12.4928z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M1.0113%2C20.6313l1.671%2C0.2089c2.3239%2C0.2905%202.2296%2C2.3375%204.83%2C4.3418l3.3629%2C1.8313c1.7553%2C0.8992%205.3308%2C-0.065%207.0387%2C2.0693l1.8677%2C3.2615c0.9575%2C1.7662%204.6333%2C3.5756%204.6333%2C4.5397l-7.8012%2C-2.6004l-7.8012%2C2.6004l-7.8012%2C-2.6004z%22%20fill-opacity%3D%220%22%20fill%3D%22%23d62222%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
body.formdef-allo-toulouse-signalements .wcs-step:nth-child(2) .wcs-step--marker {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2230px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2040.9068%2032.4547%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22none%22%20stroke-width%3D%22none%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20stroke-miterlimit%3D%2210%22%20stroke-dasharray%3D%22%22%20stroke-dashoffset%3D%220%22%20font-family%3D%22none%22%20font-weight%3D%22none%22%20font-size%3D%22none%22%20text-anchor%3D%22none%22%20style%3D%22mix-blend-mode%3A%20normal%22%3E%3Cpath%20d%3D%22M14.9604%2C26.2546h-13.9604v-12.0027h13.8342c-1.6142%2C1.4738%20-2.6263%2C3.5916%20-2.6263%2C5.9449c0%2C2.4141%201.065%2C4.5803%202.7525%2C6.0577z%22%20fill%3D%22%23bfbfbf%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M25.9402%2C14.4569h13.9666v11.7977h-14.0938c1.7018%2C-1.4522%202.7758%2C-3.5814%202.7758%2C-5.9543c0%2C-2.3132%20-1.0207%2C-4.3948%20-2.6486%2C-5.8434z%22%20fill%3D%22%23bfbfbf%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M3.2509%2C31.4547c-1.2432%2C0%20-2.2509%2C-1.0692%20-2.2509%2C-2.388v-21.002h8.5604l1.2364%2C-2.4142c0.3625%2C-0.7078%201.0908%2C-1.1531%201.8861%2C-1.1531h6.4388c0.8092%2C0%201.5465%2C0.4647%201.8956%2C1.1947l1.1346%2C2.3726h17.7549v21.002c0%2C1.3189%20-1.0078%2C2.388%20-2.2509%2C2.388z%22%20fill-opacity%3D%220%22%20fill%3D%22%23b34242%22%20stroke%3D%22%23bfbfbf%22%20stroke-width%3D%222%22%3E%3C%2Fpath%3E%3Crect%20x%3D%222.2229%22%20y%3D%226.6235%22%20width%3D%225.7975%22%20height%3D%221.4412%22%20fill%3D%22%23bfbfbf%22%20stroke%3D%22%23bfbfbf%22%20stroke-width%3D%221%22%3E%3C%2Frect%3E%3Cpath%20d%3D%22M1%2C16.2772%22%20fill-opacity%3D%220%22%20fill%3D%22%23b34242%22%20stroke%3D%22%23000000%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M25.9524%2C14.4569%22%20fill-opacity%3D%220%22%20fill%3D%22%23b34242%22%20stroke%3D%22%23000000%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M15.1271%2C2.5148c-0.3035%2C0.4317%20-1.0503%2C2.0673%20-1.4404%2C3.414c-0.3294%2C1.1372%200.026%2C2.1714%202.1999%2C4.4894c0.5025%2C0.5358%20-3.4292%2C-1.4215%20-5.1442%2C-1.0213c-1.1065%2C0.2582%20-2.1007%2C1.0787%20-3.1939%2C2.3804c-1.1812%2C1.4064%200.6817%2C-2.4653%20-0.2031%2C-4.1921c-0.7113%2C-1.3881%20-1.4891%2C-1.3515%20-2.6723%2C-1.8117c-2.3289%2C-0.9059%201.1784%2C-0.362%202.4911%2C-1.4158c0.8259%2C-0.663%200.9375%2C-2.2225%201.1134%2C-4.1983c0.0812%2C-0.9127%201.0538%2C2.3554%202.6345%2C3.1819c1.2556%2C0.6565%204.9289%2C-1.8418%204.2151%2C-0.8265z%22%20fill%3D%22%23bfbfbf%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M12.2513%2C20.2318c0%2C-4.5026%203.6501%2C-8.1527%208.1528%2C-8.1527c4.5026%2C0%208.1528%2C3.6501%208.1528%2C8.1527c0%2C4.5026%20-3.6501%2C8.1528%20-8.1528%2C8.1528c-4.5026%2C0%20-8.1528%2C-3.6501%20-8.1528%2C-8.1528zM20.404%2C27.7492c4.1518%2C0%207.5174%2C-3.3657%207.5174%2C-7.5174c0%2C-4.1518%20-3.3657%2C-7.5174%20-7.5174%2C-7.5174c-4.1518%2C0%20-7.5174%2C3.3657%20-7.5174%2C7.5174c0%2C4.1518%203.3657%2C7.5174%207.5174%2C7.5174z%22%20fill%3D%22%23bfbfbf%22%20stroke%3D%22%23bfbfbf%22%20stroke-width%3D%222%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
body.formdef-allo-toulouse-signalements .wcs-step:nth-child(2).current .wcs-step--marker, body.formdef-allo-toulouse-signalements .wcs-step:nth-child(2).step-before .wcs-step--marker {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2230px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2040.9068%2032.4547%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22none%22%20stroke-width%3D%22none%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20stroke-miterlimit%3D%2210%22%20stroke-dasharray%3D%22%22%20stroke-dashoffset%3D%220%22%20font-family%3D%22none%22%20font-weight%3D%22none%22%20font-size%3D%22none%22%20text-anchor%3D%22none%22%20style%3D%22mix-blend-mode%3A%20normal%22%3E%3Cpath%20d%3D%22M14.9604%2C26.2546h-13.9604v-12.0027h13.8342c-1.6142%2C1.4738%20-2.6263%2C3.5916%20-2.6263%2C5.9449c0%2C2.4141%201.065%2C4.5803%202.7525%2C6.0577z%22%20fill%3D%22%23ffffff%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M25.9402%2C14.4569h13.9666v11.7977h-14.0938c1.7018%2C-1.4522%202.7758%2C-3.5814%202.7758%2C-5.9543c0%2C-2.3132%20-1.0207%2C-4.3948%20-2.6486%2C-5.8434z%22%20fill%3D%22%23ffffff%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M3.2509%2C31.4547c-1.2432%2C0%20-2.2509%2C-1.0692%20-2.2509%2C-2.388v-21.002h8.5604l1.2364%2C-2.4142c0.3625%2C-0.7078%201.0908%2C-1.1531%201.8861%2C-1.1531h6.4388c0.8092%2C0%201.5465%2C0.4647%201.8956%2C1.1947l1.1346%2C2.3726h17.7549v21.002c0%2C1.3189%20-1.0078%2C2.388%20-2.2509%2C2.388z%22%20fill-opacity%3D%220%22%20fill%3D%22%23b34242%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%3E%3C%2Fpath%3E%3Crect%20x%3D%222.2229%22%20y%3D%226.6235%22%20width%3D%225.7975%22%20height%3D%221.4412%22%20fill%3D%22%23ffffff%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%221%22%3E%3C%2Frect%3E%3Cpath%20d%3D%22M1%2C16.2772%22%20fill-opacity%3D%220%22%20fill%3D%22%23b34242%22%20stroke%3D%22%23000000%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M25.9524%2C14.4569%22%20fill-opacity%3D%220%22%20fill%3D%22%23b34242%22%20stroke%3D%22%23000000%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M15.1271%2C2.5148c-0.3035%2C0.4317%20-1.0503%2C2.0673%20-1.4404%2C3.414c-0.3294%2C1.1372%200.026%2C2.1714%202.1999%2C4.4894c0.5025%2C0.5358%20-3.4292%2C-1.4215%20-5.1442%2C-1.0213c-1.1065%2C0.2582%20-2.1007%2C1.0787%20-3.1939%2C2.3804c-1.1812%2C1.4064%200.6817%2C-2.4653%20-0.2031%2C-4.1921c-0.7113%2C-1.3881%20-1.4891%2C-1.3515%20-2.6723%2C-1.8117c-2.3289%2C-0.9059%201.1784%2C-0.362%202.4911%2C-1.4158c0.8259%2C-0.663%200.9375%2C-2.2225%201.1134%2C-4.1983c0.0812%2C-0.9127%201.0538%2C2.3554%202.6345%2C3.1819c1.2556%2C0.6565%204.9289%2C-1.8418%204.2151%2C-0.8265z%22%20fill%3D%22%23ffffff%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M12.2513%2C20.2318c0%2C-4.5026%203.6501%2C-8.1527%208.1528%2C-8.1527c4.5026%2C0%208.1528%2C3.6501%208.1528%2C8.1527c0%2C4.5026%20-3.6501%2C8.1528%20-8.1528%2C8.1528c-4.5026%2C0%20-8.1528%2C-3.6501%20-8.1528%2C-8.1528zM20.404%2C27.7492c4.1518%2C0%207.5174%2C-3.3657%207.5174%2C-7.5174c0%2C-4.1518%20-3.3657%2C-7.5174%20-7.5174%2C-7.5174c-4.1518%2C0%20-7.5174%2C3.3657%20-7.5174%2C7.5174c0%2C4.1518%203.3657%2C7.5174%207.5174%2C7.5174z%22%20fill%3D%22%23ffffff%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
body.formdef-allo-toulouse-signalements .wcs-step:nth-child(n+3) .wcs-step--marker {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2032.5652%2039.0358%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%23bfbfbf%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22none%22%20stroke-linejoin%3D%22none%22%20stroke-miterlimit%3D%2210%22%20stroke-dasharray%3D%22%22%20stroke-dashoffset%3D%220%22%20font-family%3D%22none%22%20font-weight%3D%22none%22%20font-size%3D%22none%22%20text-anchor%3D%22none%22%20style%3D%22mix-blend-mode%3A%20normal%22%3E%3Crect%20x%3D%229.0826%22%20y%3D%221%22%20width%3D%2214.4%22%20height%3D%223.588%22%20fill%3D%22none%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Frect%3E%3Cg%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22butt%22%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2230.5652%22%20height%3D%2237.0358%22%20stroke-linejoin%3D%22round%22%3E%3C%2Frect%3E%3Cg%3E%3Cpolygon%20points%3D%224.3973%2C34.4478%204.3973%2C4.588%2028.168%2C4.588%2028.168%2C30.0466%2023.2324%2C30.0466%2023.2324%2C34.4478%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fpolygon%3E%3Cline%20x1%3D%2228.168%22%20y1%3D%2230.0466%22%20x2%3D%2223.2324%22%20y2%3D%2234.4478%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fline%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23bfbfbf%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22miter%22%3E%3Cline%20x1%3D%228.7826%22%20y1%3D%2211.6568%22%20x2%3D%2223.7826%22%20y2%3D%2211.6568%22%3E%3C%2Fline%3E%3Cline%20x1%3D%228.7826%22%20y1%3D%2215.6568%22%20x2%3D%2219.7826%22%20y2%3D%2215.6568%22%3E%3C%2Fline%3E%3Cline%20x1%3D%228.7826%22%20y1%3D%2227.6568%22%20x2%3D%2219.7826%22%20y2%3D%2227.6568%22%3E%3C%2Fline%3E%3Cline%20x1%3D%228.7826%22%20y1%3D%2219.6568%22%20x2%3D%2222.7826%22%20y2%3D%2219.6568%22%3E%3C%2Fline%3E%3Cline%20x1%3D%228.7826%22%20y1%3D%2223.6568%22%20x2%3D%2223.7826%22%20y2%3D%2223.6568%22%3E%3C%2Fline%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
body.formdef-allo-toulouse-signalements .wcs-step:nth-child(n+3).current .wcs-step--marker, body.formdef-allo-toulouse-signalements .wcs-step:nth-child(n+3).step-before .wcs-step--marker {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2032.5652%2039.0358%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22none%22%20stroke-linejoin%3D%22none%22%20stroke-miterlimit%3D%2210%22%20stroke-dasharray%3D%22%22%20stroke-dashoffset%3D%220%22%20font-family%3D%22none%22%20font-weight%3D%22none%22%20font-size%3D%22none%22%20text-anchor%3D%22none%22%20style%3D%22mix-blend-mode%3A%20normal%22%3E%3Crect%20x%3D%229.0826%22%20y%3D%221%22%20width%3D%2214.4%22%20height%3D%223.588%22%20fill%3D%22none%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Frect%3E%3Cg%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22butt%22%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2230.5652%22%20height%3D%2237.0358%22%20stroke-linejoin%3D%22round%22%3E%3C%2Frect%3E%3Cg%3E%3Cpolygon%20points%3D%224.3973%2C34.4478%204.3973%2C4.588%2028.168%2C4.588%2028.168%2C30.0466%2023.2324%2C30.0466%2023.2324%2C34.4478%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fpolygon%3E%3Cline%20x1%3D%2228.168%22%20y1%3D%2230.0466%22%20x2%3D%2223.2324%22%20y2%3D%2234.4478%22%20stroke-linejoin%3D%22miter%22%3E%3C%2Fline%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22miter%22%3E%3Cline%20x1%3D%228.7826%22%20y1%3D%2211.6568%22%20x2%3D%2223.7826%22%20y2%3D%2211.6568%22%3E%3C%2Fline%3E%3Cline%20x1%3D%228.7826%22%20y1%3D%2215.6568%22%20x2%3D%2219.7826%22%20y2%3D%2215.6568%22%3E%3C%2Fline%3E%3Cline%20x1%3D%228.7826%22%20y1%3D%2227.6568%22%20x2%3D%2219.7826%22%20y2%3D%2227.6568%22%3E%3C%2Fline%3E%3Cline%20x1%3D%228.7826%22%20y1%3D%2219.6568%22%20x2%3D%2222.7826%22%20y2%3D%2219.6568%22%3E%3C%2Fline%3E%3Cline%20x1%3D%228.7826%22%20y1%3D%2223.6568%22%20x2%3D%2223.7826%22%20y2%3D%2223.6568%22%3E%3C%2Fline%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}/*# sourceMappingURL=appli-mobile.css.map */