.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;
}

@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-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
{
  background-color: white;
  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;
}

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;*/
}
}

.wizard>.steps ul.changed:after {display:none;}

.valid-title h1{
  margin-bottom: 20px;
}
.validation_adresse h1 {
  color: #5a94e7;
}
.validation_adresse p {
  font-size:  0.85rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 1 !important;
  letter-spacing: normal;
  text-align: center !important;
  color: #8f8f8f;
  margin-bottom: 32px;
  font-family: "SourceSansPro-SemiBold", sans-serif, "Lato";
  max-width: 560px;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
   .validation_adresse p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1 !important;
    text-align: center !important;
    color: #8f8f8f;
    margin-bottom: 30px;
    max-width: 560px;
    margin: 0 auto;
  }
}
.btn.btn-success.btn-disabled, .btn.btn-success.btn-disabled:hover{
  cursor: auto !important;
  background-color: rgba(0, 198, 149, 0.8);
  border-color: rgba(0, 198, 149, 0.8);
}

.validation_adresse p.text-danger {
  text-align: start !important;
}
