/* //////////////////////////////////////////////////////////////////////////////////
*
* Global variables
*
/* /////////////////////////////////////////////////////////////////////////////////*/
/* New variables */
.form-title {
  margin-bottom: 30px;
  max-width: 100%;
}
.form-title h1, .form-title h2 {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.form-title span {
  margin-bottom: 50px;
  display: block;
}
.form-title .t-baseline {
  width: 30%;
  height: 2px;
  background-color: #dbdbdb;
  display: none;
}

.register-form {
  min-height: calc(100vh - 100px);
}

.register {
  background-color: #f5fbff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.register-form {
  width: 100%;
  max-width: 700px;
  margin: auto;
  transition: all 0.2s linear;
  padding-top: 120px;
  padding-bottom: 120px;
}
.register-form .form-container {
  position: relative;
  padding: 40px;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 0 60px 0 rgba(29, 88, 120, 0.15);
}
.register-form .form-step {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 30px;
}
.register-form .form-step ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.register-form .form-step ul li.step {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: solid 1px #dbdbdb;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  color: #dbdbdb;
}
.register-form .form-step ul li.line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
  z-index: 1;
}
.register-form .form-step ul li.step-active {
  color: #fff;
  background-color: #f1b60d;
  border-color: #f1b60d;
}
.register-form .form-step ul li:last-child {
  margin-right: 0;
}

.form-display {
  position: relative;
  min-height: 650px;
}
.form-display .input, .form-display .textarea, .form-display .select select, .form-display .file-cta, .form-display .file-name {
  height: 1.7em;
}
.form-display .form-slide {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.1s linear;
}
.form-display .form-slide .ispro {
  margin-bottom: 50px;
}
.form-display .form-slide .form-nav {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.form-display .form-slide .form-nav .nav-next {
  background-color: #f1b60d;
  color: #fff;
  padding: 10px 25px;
  border-radius: 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
  transition: all 0.2s linear;
  font-weight: bold;
}
.form-display .form-slide .form-nav .nav-next svg {
  height: 12px;
  margin-left: 10px;
}
.form-display .form-slide .form-nav .nav-next svg path {
  fill: #fff;
}
.form-display .form-slide .form-nav .nav-next:disabled {
  opacity: 0.5;
  cursor: default;
}
.form-display .form-slide .form-nav .nav-next:hover {
  background-color: #ffbd00;
}
.form-display .form-slide .form-nav .help {
  width: 100%;
  text-align: right;
}
.form-display .form-slide .form-nav .nav-prev {
  background-color: #f9f9f9;
  color: #8c8c8c;
  padding: 10px 25px;
  border-radius: 7px;
}
.form-display .form-slide .form-nav .nav-prev svg {
  height: 12px;
  margin-right: 10px;
}
.form-display .form-slide .form-nav .nav-prev svg path {
  fill: #8c8c8c;
}
.form-display .form-slide .label:not(:last-child) {
  margin-bottom: 20px;
}
.form-display .form-slide .form-grouped {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.form-display .form-slide .form-grouped .field {
  width: 48%;
}
.form-display .form-slide .form-grouped .field:not(:last-child) {
  margin-bottom: 0;
}
.form-display .form-slide .form-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.form-display .form-slide .form-wrap .field {
  width: 100%;
}
.form-display .slide-active {
  opacity: 1;
  visibility: visible;
}

.page-deposer-annonce #slide-1 .form-nav {
  justify-content: flex-end;
}

.page-register #slide-1 .form-nav {
  justify-content: space-between;
}
.page-register #slide-1 .form-nav a {
  font-weight: bold;
}

.register-recap {
  width: 0%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
  transform: translateX(200%);
  width: 100%;
  display: flex;
  position: absolute;
  margin-top: 100px;
  background-color: #fff;
  z-index: 9;
  max-width: 400px;
  padding: 30px;
  border-radius: 7px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
  visibility: hidden;
  opacity: 0;
}
.register-recap .intro {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.register-recap .intro h2 {
  color: #434343;
  font-weight: 400;
  margin-bottom: 50px;
}
.register-recap .intro ul {
  color: #434343;
  line-height: 35px;
}
.register-recap .intro ul li {
  display: flex;
  justify-content: flex-start;
}
.register-recap .intro ul li svg {
  width: 15px;
  margin-right: 10px;
}
.register-recap .intro ul li svg path {
  fill: #f1b60d;
}
.register-recap ul.recap-details {
  list-style-type: none;
}
.register-recap ul.recap-details li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s linear;
}
.register-recap ul.recap-details .step {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
  width: 25px;
  height: 25px;
  margin-right: 10px;
  color: #f1b60d;
  margin-bottom: 20px;
  display: none;
}
.register-recap ul.recap-details .data-step {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
.register-recap ul.recap-details .data-step span {
  color: #434343;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s linear;
  width: 100%;
}
.register-recap ul.recap-details .data-step span svg {
  width: 17px;
  margin-right: 20px;
}
.register-recap ul.recap-details .data-step span svg path {
  fill: #f1b60d;
}
.register-recap ul.recap-details .data-step span .insert {
  margin-bottom: 0px;
}
.register-recap .user-icon {
  border: solid 3px #f1b60d;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-bottom: 30px;
}
.register-recap .user-icon svg {
  width: 30px;
}
.register-recap .user-icon svg path {
  fill: #f1b60d;
}

.register-data {
  transition: all 0.2s linear;
  width: 100%;
  margin: auto;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.register-data .cta-last {
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  width: 80%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.register-data .cta-last .nav-next {
  background-color: #f1b60d;
  color: #fff;
  padding: 10px 25px;
  border-radius: 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
  transition: all 0.2s linear;
  font-weight: bold;
}
.register-data .cta-last .nav-next svg {
  height: 12px;
  margin-left: 10px;
}
.register-data .cta-last .nav-next svg path {
  fill: #fff;
}
.register-data .cta-last .nav-next:disabled {
  opacity: 0.5;
  cursor: default;
}
.register-data .cta-last .nav-next:hover {
  background-color: #ffbd00;
}
.register-data .cta-last .help {
  width: 100%;
  text-align: right;
}
.register-data .cta-last .nav-prev {
  background-color: #f9f9f9;
  color: #8c8c8c;
  padding: 10px 25px;
  border-radius: 7px;
}
.register-data .cta-last .nav-prev svg {
  height: 12px;
  margin-right: 10px;
}
.register-data .cta-last .nav-prev svg path {
  fill: #8c8c8c;
}

main.slide-1 .recap-details .stp-1 {
  opacity: 1;
  visibility: visible;
}

main.slide-2 .recap-details .stp-1, main.slide-2 .recap-details .stp-2 {
  opacity: 1;
  visibility: visible;
}

main.slide-3 .no_result {
  padding: 20px;
}
main.slide-3 .register-form {
  transform: translateX(-150%);
  transition: all 0.3s linear;
  visibility: hidden;
  opacity: 0;
}
main.slide-3 .register-recap {
  width: 100%;
  display: flex;
  transform: translateX(0%);
  transition: all 0.3s linear;
  visibility: visible;
  opacity: 1;
}
main.slide-3 .cta-last {
  visibility: visible;
  opacity: 1;
}
main.slide-3 .recap-details {
  margin-bottom: 30px;
}
main.slide-3 .recap-details .stp-1, main.slide-3 .recap-details .stp-2, main.slide-3 .recap-details .stp-3 {
  opacity: 1;
  visibility: visible;
}

.accept-conditions {
  max-width: 80%;
  margin: auto;
}
.accept-conditions input {
  margin-right: 10px;
}
.accept-conditions label {
  margin-bottom: 20px;
  color: #434343;
  font-size: 13px;
}

#lastmsg {
  color: #ed6f6f;
  margin-top: 20px;
  font-size: 15px;
}

#sendform svg path {
  fill: #fff !important;
}

.autoComplete_wrapper {
  width: 100%;
}

#pac-input {
  width: 87%;
}

.pac-icon {
  display: none;
}

.pac-item {
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
}

.pac-item:hover {
  background-color: #ececec;
}

.pac-item-query {
  font-size: 16px;
}

.hdpi.pac-logo:after {
  display: none !important;
}

.pac-container {
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
}

.is-welcome {
  color: #434343;
  width: 100%;
  overflow: hidden;
  display: block;
  border-radius: 8px;
  margin: 0 0 40px 0;
}
.is-welcome svg {
  width: 15px;
  margin-right: 15px;
}
.is-welcome svg path {
  fill: #ed6f6f;
}

#address .control.has-icons-right .icon.is-right {
  right: 15px;
}

.help-reg {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.help-reg svg {
  width: 20px;
  margin-right: 10px;
}
.help-reg svg path {
  fill: #f1b60d;
}

#relgeo {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}

.addrel {
  background: #fff;
  padding: 5px 15px;
  border: solid 1px #4b7dc2;
  font-weight: 400;
  color: #ffffff;
  background-color: #4b7dc2;
  font-size: 13px;
}

@media only screen and (max-width: 700px) {
  .register-form {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .register-form .form-step {
    justify-content: center;
    margin-bottom: 50px;
  }
  .form-display .form-slide .form-grouped .field {
    width: 100%;
  }
  .register-form .form-container {
    padding: 30px;
  }
  .form-display {
    min-height: 860px;
  }
  #pac-input {
    width: calc(100% - 5em);
  }
  .form-title {
    max-width: 100%;
  }
  .register-recap {
    margin-top: 0;
  }
  .register-data .cta-last {
    margin: 0px auto 0;
  }
}
.type-router .register-form {
  padding-top: 70px;
}
.type-router .register-form .form-title {
  margin-bottom: 0;
}
.type-router .register-form .form-title h1 {
  padding-bottom: 0;
}
.type-router .register-form .form-container {
  background-color: unset;
  box-shadow: none;
}
.type-router .form-title h1 {
  font-family: "Barlow";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  margin: 50px 0 80px;
}
.type-router .select-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.type-router .st-col {
  width: calc(49% - 20px);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 60px 0 rgba(29, 88, 120, 0.15);
  background-color: #fff;
  transition: all 0.2s linear;
  border: solid 10px #fff;
  cursor: pointer;
}
.type-router .st-col a {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.type-router .st-col a img {
  max-width: 150px;
  margin: auto;
  display: block;
}
.type-router .st-col a p {
  font-family: "Barlow";
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.type-router .st-col a p svg {
  width: 15px;
  margin-left: 10px;
}
.type-router .st-col a p svg path {
  fill: #666;
}
.type-router .st-col a span {
  text-align: center;
  color: #666;
  font-size: 17px;
  line-height: 25px;
}
.type-router .st-col:hover {
  background-color: #f9f9f9;
  border: solid 10px #f1b60d;
}

.desc {
  color: #666666;
}

.section-title {
  color: #666;
  border-bottom: 1px solid hsl(0, 0%, 86%);
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}

.section {
  padding: 0.5em;
}

.d-flex {
  display: flex;
  gap: 1em;
}

.flex-1 > * {
  flex: 1;
}

@media screen and (max-width: 700px) {
  .type-router .st-col {
    width: 100%;
    margin-bottom: 20px;
  }
  .type-router .st-col a img {
    max-width: 100px;
  }
  .type-router .form-title {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .type-router .form-title span {
    margin-bottom: 10px;
    display: inline-flex;
  }
  .type-router .st-col {
    padding: 0;
  }
  .type-router .form-title h1 {
    margin: 30px 0 50px;
  }
  .register-form .form-container {
    border-radius: 0;
  }
}

/*# sourceMappingURL=page-register.output.css.map */
