/* //////////////////////////////////////////////////////////////////////////////////
*
* Global variables
*
/* /////////////////////////////////////////////////////////////////////////////////*/
/* New variables */
.logger {
  background-color: #f5fbff;
  min-height: 100vh;
}
.logger .lg-inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.logger .lg-l {
  width: 30%;
  background-image: url("../../images/demo-user-9llIdEK.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 100vh;
}
.logger .lg-r {
  width: calc(55% - 100px);
  max-width: 600px;
  margin-left: 7.5%;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
  padding: 50px;
  margin-top: 100px;
}
.logger .form-title h1 {
  margin-bottom: 40px;
}
.logger .form-title h1, .logger .form-title h2 {
  line-height: 45px;
  margin-bottom: 0;
}
.logger .form-title strong {
  display: unset;
}
.logger .ft-info {
  text-align: left;
  display: block;
  width: 100%;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 80px;
  color: #afafaf;
}
.logger label.label {
  margin-bottom: 20px;
}
.logger ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 50px;
}
.logger ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 7px;
  background-color: rgba(211, 255, 216, 0.4117647059);
  margin-right: 10px;
  font-size: 14px;
  color: #35a742;
  margin-bottom: 10px;
}
.logger ul li svg {
  width: 12px;
  margin-right: 15px;
}
.logger ul li svg path {
  fill: #35a742;
}
.logger ul li.info {
  background-color: rgba(0, 0, 0, 0);
}
.logger .login h2 {
  margin-bottom: 10px;
}
.logger .login a {
  font-size: 20px;
  text-decoration: underline;
  margin-left: 10px;
}

.form-title {
  max-width: 100%;
  margin-bottom: 30px;
}
.form-title .t-baseline {
  display: none;
}
.form-title strong {
  display: flex;
}

.register-form {
  min-height: 100vh;
  padding-top: 150px;
}
.register-form.slide-3 {
  min-height: 115vh;
}

.register-form .form-step {
  margin-bottom: 0;
}

#slide-1 .form-title h2, #slide-1 .form-title span, #slide-1 .form-title strong, #slide-1 .form-title h1,
#slide-2 .form-title h2,
#slide-2 .form-title span,
#slide-2 .form-title strong,
#slide-2 .form-title h1,
#slide-3 .form-title h2,
#slide-3 .form-title span,
#slide-3 .form-title strong,
#slide-3 .form-title h1,
#slide-4 .form-title h2,
#slide-4 .form-title span,
#slide-4 .form-title strong,
#slide-4 .form-title h1,
#slide-5 .form-title h2,
#slide-5 .form-title span,
#slide-5 .form-title strong,
#slide-5 .form-title h1 {
  font-size: 20px;
  padding-bottom: 0;
  font-family: "Barlow";
  font-weight: 700;
  margin: 0 5px !important;
}

.textarea {
  width: 100% !important;
  min-width: unset;
}

.page-deposer-annonce {
  background-color: #f5fbff;
}
.page-deposer-annonce .description-editor {
  width: 100%;
  height: 150px;
}
.page-deposer-annonce #description .help {
  margin-top: 50px;
}

.deposer-annonce .register-form {
  width: 80%;
}
.deposer-annonce .register-form #slide-1 h1 {
  display: flex;
  margin-top: 30px;
}
.deposer-annonce .register-form #slide-1 h1 strong {
  margin-left: 5px;
}
.deposer-annonce .register-form #slide-1 input {
  width: calc(100% - 5em);
}
.deposer-annonce .register-form #slide-1 .checkbox {
  text-transform: capitalize;
  margin-right: 10px;
}
.deposer-annonce .register-form #slide-1 .checkbox input {
  width: auto;
  margin-right: 10px;
}
.deposer-annonce .register-form #slide-1 .control, .deposer-annonce .register-form #slide-1 .autoComplete_wrapper {
  width: 100%;
}
.deposer-annonce .register-form #slide-2 input {
  width: calc(100% - 5em);
}

#slide-3 .form-nav {
  margin-top: 0;
}

.form-display {
  min-height: 730px;
}

#slide-2 .form-fields {
  margin-bottom: 40px;
}
#slide-2 #toolInfo {
  display: flex;
}
#slide-2 #toolInfo span {
  margin-bottom: 0;
  margin-right: 5px;
}
#slide-2 .form-grouped {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#slide-2 .select, #slide-2 .field, #slide-2 select {
  width: 100%;
}
#slide-2 input#toolModel {
  width: calc(100% - (1.5em - 1px));
}
#slide-2 #toolModel.field {
  margin: 10px 0 0;
}
#slide-2 .control {
  width: 100%;
}

#slide-3 .form-title h2 {
  display: flex;
}
#slide-3 .form-title h2 span, #slide-3 .form-title h2 strong {
  margin: 0 5px;
}
#slide-3 .form-fields .label {
  margin-bottom: 5px;
}

#slide-4 .form-title h2 {
  display: flex;
}
#slide-4 .form-title h2 strong {
  margin-left: 5px;
}
#slide-4 .form-fields {
  margin-bottom: 70px;
}
#slide-4 .sugg-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#slide-4 .sw-i {
  width: 55%;
  margin-right: 1%;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
}
#slide-4 .sw-i img {
  width: 100%;
  display: block;
  margin: auto;
}
#slide-4 .imgselected {
  border-color: #f1b60d;
  box-shadow: 0 0 0 0.125em rgb(241, 182, 13);
}
#slide-4 .var-field {
  display: none;
}
#slide-4 .form-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
#slide-4 .form-img .label {
  width: 100%;
}
#slide-4 .form-img .fi-col {
  width: 40%;
  transition: all 0.2s linear;
  border-bottom: solid 3px #fff;
  padding: 3%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 5px;
}
#slide-4 .form-img .selection {
  background-color: #fdf9ea;
  border-bottom: solid 3px #f1b60d;
}
#slide-4 .form-img .file-name {
  background-color: #fff;
}
#slide-4 .form-img .choice {
  min-height: 160px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
#slide-4 .form-img .choice p {
  font-weight: bold;
}
#slide-4 .form-img .option {
  font-size: 13px;
  font-style: italic;
  margin-bottom: 30px;
  display: block;
}

#slide-4.active-suggest .var-field {
  display: block;
}

.last-step .form-step {
  display: none;
}

#slide-5 .form-title strong {
  display: inline-block;
}
#slide-5 .form-control {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: auto;
  border: solid 1px #dbdbdb;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 50px;
}
#slide-5 .heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
#slide-5 .heading img {
  display: block;
  width: 100%;
  margin: auto;
  border-radius: 5px;
  overflow: hidden;
  max-width: 70px;
  margin-right: 20px;
}
#slide-5 .fc-r h2 {
  margin: 20px 0;
  text-transform: capitalize;
}
#slide-5 .fc-r ul {
  line-height: 35px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
#slide-5 .fc-r li {
  width: 50%;
}
#slide-5 .fc-r li span {
  color: #666;
}
#slide-5 .fc-r .fci {
  font-weight: 700;
  margin-right: 10px;
  color: #434343;
}
#slide-5 .fc-r li.is-desc {
  width: 100%;
  max-height: 100px;
  overflow-y: auto;
  padding-right: 10px;
}
#slide-5 .fc-r li.is-desc #f-desc {
  overflow-wrap: break-word;
}

#step-5 {
  display: none;
}

#step-4 {
  margin-right: 0;
}

.slide-1 .form-display {
  min-height: 420px;
}

.slide-2 .form-display {
  min-height: 580px;
}

.slide-3 .form-display {
  min-height: 700px;
}

.slide-4 .form-display {
  min-height: 450px;
}

.slide-5 .form-display {
  min-height: 550px;
}

.is-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.is-flex #priceDay,
.is-flex #bond,
.is-flex #priceThreeDay,
.is-flex #priceSevenDay {
  width: 49%;
}

#attributes-wrapper {
  min-height: 100px;
  margin-top: 0.75em;
}

#notexist {
  height: 0;
  margin-top: 20px;
  color: #f68506;
}

.newtool .choice, .newtool .imgsuggest {
  opacity: 0;
}

.label span {
  font-weight: 400;
  font-style: italic;
  color: #f1b60d;
  font-size: 14px;
}

@media only screen and (max-width: 1100px) {
  .logger .lg-r {
    width: calc(60% - 100px);
    max-width: 600px;
    margin-left: 4.5%;
  }
  .logger ul li.info {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 980px) {
  .logger .lg-l {
    width: 20%;
  }
  .logger .lg-r {
    width: calc(70% - 100px);
  }
}
@media only screen and (max-width: 700px) {
  .register-form {
    padding-top: 0;
  }
  .deposer-annonce .register-form {
    width: 100%;
  }
  .deposer-annonce .register-form #slide-1 h1 {
    display: flex;
    flex-wrap: wrap;
  }
  .register-form .form-step {
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
  }
  .slide-1 .form-display {
    min-height: 500px;
  }
  .slide-2 .form-display {
    min-height: 650px;
  }
  #toolType {
    margin-bottom: 50px;
  }
  .is-flex #priceDay, .is-flex #bond,
  .is-flex #priceThreeDay, .is-flex #priceSevenDay {
    width: 100%;
  }
  .slide-3 .form-display {
    min-height: 1100px;
  }
  #slide-2 #toolInfo,
  #slide-3 .form-title h2 {
    display: flex;
    flex-wrap: wrap;
  }
  #slide-4 .form-img .fi-col {
    width: 100%;
  }
  .slide-4 .form-display {
    min-height: 800px;
  }
  #slide-4 .form-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #slide-4 .form-img .choice {
    min-height: 90px;
  }
  #slide-4 .sugg-wrap {
    justify-content: center;
  }
  #slide-5 .heading {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: column;
  }
  #slide-5 .heading img {
    max-width: unset;
  }
  .slide-5 .form-display {
    min-height: 1600px;
  }
  .slide-5 .nav-prev {
    padding: 10px 10px !important;
  }
  .logger .lg-l {
    display: none;
  }
  .logger .lg-r {
    width: 90%;
    margin-left: unset;
    margin: auto;
  }
  .lg-r .field.has-addons {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .lg-r .straight-cta .c-input {
    width: 100%;
  }
  .lg-r .straight-cta .c-cta {
    width: 100%;
  }
  .lg-r .straight-cta .c-cta button {
    border-radius: 0px 0px 4px 4px !important;
  }
  .lg-r .straight-cta .c-input input {
    border-radius: 4px 4px 0 0px !important;
  }
  .lg-r #email {
    margin-bottom: 50px;
  }
  .logger {
    min-height: unset;
  }
}

/*# sourceMappingURL=page-deposer-annonce.output.css.map */
