/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/style.scss ***!
  \***************************************************************************************************************************************************/
#wrapper {
  background: #fff;
  position: fixed;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: scroll; }
  #wrapper .container {
    max-width: none;
    min-height: 100%; }
    #wrapper .container .row {
      min-height: 100%; }
      #wrapper .container .row .profil-setup__close {
        cursor: pointer;
        position: absolute;
        z-index: 1;
        right: 2.5rem;
        top: 2.5rem; }
        #wrapper .container .row .profil-setup__close svg {
          height: 2rem;
          width: 2rem; }
          #wrapper .container .row .profil-setup__close svg > rect {
            fill: #f5f5f5;
            transition: fill .25s; }
        #wrapper .container .row .profil-setup__close:hover svg > rect {
          fill: #cfdfb1; }
      #wrapper .container .row .profil-setup__left {
        position: sticky;
        top: 0;
        background-image: url(ad12057fe7c19fc2d54c.jpg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100vh;
        transition-duration: .2s;
        transition-property: background-image;
        transition-timing-function: ease-in-out;
        width: 100%; }
        @media screen and (max-width: 992px) {
          #wrapper .container .row .profil-setup__left {
            display: none; } }
      #wrapper .container .row .profil-setup__right {
        min-height: 100vh;
        position: relative;
        margin-bottom: 5.5rem; }
        @media screen and (max-width: 992px) {
          #wrapper .container .row .profil-setup__right {
            flex: 0 0 100%;
            max-width: 100%;
            padding: 0 1.6rem 2.5rem; } }
        @media screen and (max-width: 761px) {
          #wrapper .container .row .profil-setup__right {
            margin-bottom: 3.5rem; } }
        #wrapper .container .row .profil-setup__right .hidden {
          display: none; }
        #wrapper .container .row .profil-setup__right .visible {
          display: block; }
        #wrapper .container .row .profil-setup__right .form {
          position: relative;
          height: 100%;
          min-height: 1px;
          max-width: 684px; }
          #wrapper .container .row .profil-setup__right .form .radio-group input {
            display: none; }
            #wrapper .container .row .profil-setup__right .form .radio-group input:checked ~ label {
              border: 1px solid #23283b !important; }
          #wrapper .container .row .profil-setup__right .form .form__button {
            text-transform: uppercase; }
            @media screen and (max-width: 761px) {
              #wrapper .container .row .profil-setup__right .form .form__button {
                text-transform: none; } }

.form__field {
  -webkit-appearance: none; }
  .form__field .form__button {
    border: 1px solid #e5e5e5;
    cursor: pointer;
    outline: 0;
    line-height: 1.2; }
    .form__field .form__button:active, .form__field .form__button:hover {
      border: 1px solid #23283b; }

.profil-setup__progress {
  background: #fff;
  border-radius: .75rem;
  left: 50%;
  bottom: 2rem;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 28rem;
  transform: translateX(-50%); }
  @media screen and (max-width: 761px) {
    .profil-setup__progress {
      border-radius: 0;
      bottom: 0;
      position: fixed;
      width: 100%; } }
  .profil-setup__progress .profil-setup__progress-line span {
    background: #e5e5e5;
    border-radius: 1rem;
    display: block;
    height: 2px;
    margin: 0 .4rem;
    transition-duration: .2s;
    transition-property: width;
    transition-timing-function: ease-in-out;
    width: 1.75rem; }
    .profil-setup__progress .profil-setup__progress-line span.complete {
      background: #23283b; }
    @media (max-width: 350px) {
      .profil-setup__progress .profil-setup__progress-line span {
        width: .5rem; } }
  .profil-setup__progress > div {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center; }
    .profil-setup__progress > div:first-child {
      align-items: center;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-bottom: .5rem; }
      @media (max-width: 762px) {
        .profil-setup__progress > div:first-child {
          align-items: center;
          display: flex;
          flex-direction: row;
          justify-content: center; } }
      @media (max-width: 475px) {
        .profil-setup__progress > div:first-child {
          align-items: center;
          display: flex;
          flex-direction: row;
          justify-content: space-between; } }
    .profil-setup__progress > div p {
      line-height: 1rem;
      margin: 0;
      text-align: center; }
      @media (max-width: 762px) {
        .profil-setup__progress > div p:first-child {
          margin-right: 6rem; } }
      @media (max-width: 475px) {
        .profil-setup__progress > div p:first-child {
          margin-right: 0; } }
      @media (max-width: 762px) {
        .profil-setup__progress > div p:first-child {
          margin-left: 6rem; } }
      @media (max-width: 475px) {
        .profil-setup__progress > div p:first-child {
          margin-left: 0; } }
      .profil-setup__progress > div p.active {
        color: #23283b; }

.debug span + span::before {
  content: ' > '; }

