.fullArea {
  padding: 10px 0 50px;
}
.fullArea .c_fullArea .card .card-header {
  padding-top: 15px;
}
.fullArea .c_fullArea .card .card-header p {
  font-size: 1.1rem;
  line-height: 1.4;
}
.fullArea .c_fullArea .card .card-body {
  padding: 15px 10px 10px 10px;
}
.fullArea .c_fullArea .card .card-body .availabilities-empty-slot,
.fullArea .c_fullArea .card .card-body .availabilities-slot {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.fullArea .c_fullArea .card .card-body .availabilities-day-name,
.fullArea .c_fullArea .card .card-body .availabilities-slot {
  font-size: 1.1rem;
}
.fullArea .c_fullArea .card .card-body .profil .p-name_ {
  font-size: 1.2rem;
}
.fullArea .c_fullArea .card .card-body .card-rappel .imgcard .imgcard-disc {
  font-size: 1.1rem;
  line-height: 1.4;
}

#annee_construction {
  width: 220px;
}
#provenance {
  height: 62px;
}
@media (min-width: 992px) {
  #cal_telephone {
    margin-top: 70px !important;
  }
}
body {
  opacity: 0;
  -webkit-transition: all 1.3s ease;
  -moz-transition: all 1.3s ease;
  -o-transition: all 1.3s ease;
  transition: all 1.3s ease;
}
body .home_menu {
  position: relative;
  z-index: 16;
}
body .start_estimation {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 15;
}
body .start_estimation.inIframe {
  min-height: max-content;
  height: max-content;
}
body.inIframe .start_estimation {
  min-height: auto;
  display: block;
}
body .start_estimation > .container {
  transform: translateY(0%);
  top: 0%;
  position: relative;
}
body .start_estimation .emptyOne {
  width: 100%;
}
body #wizard-chate {
  height: max-content;
}
body #wizard-chate .mt-2 {
  margin-top: 0rem !important;
}
body #wizard-chate .chat_card:not(.show) {
  position: absolute;
}
body #wizard-chate section:not(.step2) .form-content .card-group {
  min-height: max-content;
}
body #wizard-chate .content {
  padding: 10px 15px 97px;
}
body .part .form-content {
  transform: translateY(60px);
  opacity: 0;
  -webkit-transition: transform 0.6s ease, opacity 0.6s ease;
  -moz-transition: transform 0.6s ease, opacity 0.6s ease;
  -o-transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
}
body .part .form-content.transContent {
  opacity: 1;
  transform: translateY(0px);
}

.form-content .card-group .checked_card.card_annee_construction {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.form-content .card-group .checked_card.card_annee_construction label.error {
  position: unset !important;
  order: 2;
  margin-left: 0rem;
  white-space: nowrap;
}
.mentions_legale1 a {
  color: #3f51b5 !important;
}
.step4 .form-content .card-group {
  justify-content: center;
}
@media (max-width: 991.98px) {
  body .start_estimation {
    padding: 60px 0 40px;
  }
  body .start_estimation .emptyOne {
    display: none;
  }
  body #wizard-chate section:not(.step2) .form-content .card-group {
    min-height: max-content;
  }
  body #wizard-chate .content {
    padding: 72px 15px 97px;
  }
}

@media (min-width: 991.98px) and (max-height: 578px) {
  body .start_estimation > .container {
    transform: translateY(0%) scale(0.85);
    transform-origin: center top;
  }
}

@media (max-width: 1480px) {
  .start_estimation .btn {
    max-width: 325px !important;
  }
  .start_estimation-content.send-estimation form.arrow:before {
    right: 219px;
    bottom: -40px;
  }
  .start_estimation-content.send-estimation form.arrow::after {
    top: -65px;
    left: 175px;
  }
  .address_box {
    max-width: 400px;
  }
  .start_estimation p {
    font-size: 1rem;
  }
}

.next-block-2-1-2 label.error {
  width: auto !important;
  margin-left: 8rem;
  margin-top: 10px;
}
.next-block-2-1-2 .form-group {
  margin-bottom: 3rem !important;
}
@media (max-width: 991.98px) {
  .start_estimation p.text-danger {
    font-size: 14px;
  }
}

.home_menu > .container {
  padding: 0 15px;
}
/*# sourceMappingURL=style.css.map */

.container-fluid.whitebg {
  background-color: white;
}

#wizard-chate .bloc-copro .custom-radio label {
  font-size: 1.2rem;
  background: #fff;
  font-weight: 600;
  box-shadow: 0 0 9px 0 rgb(0 0 0 / 17%);
  border-width: 0;
  color: #4e4e61;
  padding: 0 20px;
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-color: transparent;
  border-radius: 10px;
}
#wizard-chate .bloc-copro .custom-radio label:hover {
  transform: scale(0.98);
  opacity: 1;
  box-shadow: 0 0 20px transparent, inset -50px -50px 100px rgb(0 0 0 / 3%);
  border: 1px solid rgba(0, 0, 0, 0.08);
  background-color: transparent;
}

.bloc-copro .custom-radio {
  width: calc(25% - 0.4rem);
}
.bloc-copro {
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 630px) {
  #wizard-chate .bloc-copro {
    flex-direction: column;
  }
}

.checked_card-input:checked ~ .checked_card-ok {
  transform: scale(1);
}

body.inIframe .form-content .checked_card-body {
  min-height: 146px !important;
}
body .address_box {
  overflow: unset;
  overflow-y: visible;
}
body .submitAddr .adr_autoc[value="1"] ~ .address_box .algolia-places {
  opacity: 0;
  width: 0;
}

body
  .submitAddr
  .adr_autoc[value="0"]
  ~ .address_box
  .autocomplete_address.for_google_maps {
  display: none !important;
}
body .address_box .autocomplete_address.for_google_maps {
  display: block;
  z-index: 9999;
}
body .address_box input {
  padding-right: 40px;
  height: 60px;
}

body .algolia-places button.ap-input-icon.ap-icon-pin {
  display: none !important;
}

@media only screen and (min-width: 991px) {
  body#nochat .home_menu .logos-holder {
    position: absolute;
    left: 0;
    top: 5px;
  }
  body .start_estimation.inIframe {
    margin-top: 110px !important;
  }
}
step-1:before {
  left: 48%;
  transition: all 0.5s ease;
}
.wizard > .steps ul.step-1:after {
  width: 30%;
  transition: all 0.5s ease;
}
.wizard > .steps ul.step-renovation:before {
  left: 48%;
  transition: all 0.5s ease;
}
.wizard > .steps ul.step-renovation:after {
  width: 53%;
  transition: all 0.5s ease;
}
.wizard > .steps ul.step-2:before {
  left: 48%;
  transition: all 0.5s ease;
}
.wizard > .steps ul.step-2:after {
  width: 54%;
  transition: all 0.5s ease;
}
.wizard > .steps ul.step-3:before {
  left: 73%;
  transition: all 0.5s ease;
}
.wizard > .steps ul.step-3:after {
  width: 76%;
  transition: all 0.5s ease;
}
.wizard > .steps ul.step-4:before {
  left: 96%;
  transition: all 0.5s ease;
}
.wizard > .steps ul.step-4:after {
  width: 100%;
  transition: all 0.5s ease;
}
.wizard > .steps ul.step-5:before {
  left: 73%;
  transition: all 0.5s ease;
}
.wizard > .steps ul.step-5:after {
  width: 98%;
  transition: all 0.5s ease;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@media (min-height: 760px) {
  .steprenovation .next-block-2-1-2 .checked_card-body {
    min-height: 120px;
  }
}
.stepexterior .form-content .card-group {
  -ms-flex-pack: center;
  justify-content: center;
}
.steprenovation .next-block-2-1-2 button {
  margin-top: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.steprenovation .form-content .card-group {
  -ms-flex-pack: center;
  justify-content: center;
}

.steprenovation .checked_card-body{
  min-height: unset !important;
}

.rapport.row .chart-form{
  padding-bottom: 0 !important;
}

.rapport.row .part10 .chat_msgs .chat_card:last-child{
margin-bottom: 0 !important;
}

.top_form.includeFile{
margin-top: 0 !important;
}

.includeFile ~ .row .rdv_page_rapport{
  padding-top: 15px !important;
}

